#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include struct VirtualActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtualActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtualActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct VirtualFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtualFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtualFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; // System.Threading.Tasks.Task`1 struct Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725; // System.Byte[][] struct ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D; // System.Int32[][] struct Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[] struct Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] struct BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED; // System.Boolean[] struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier[] struct DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F; // 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.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // System.SByte[] struct SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; // System.UInt64[] struct UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo[] struct WNafPreCompInfoU5BU5D_t59F311557782E8571A63FD31677FED05391B485D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointExt[] struct PointExtU5BU5D_tB80BC95816BBCFB0B4C569F36E8E0D0A04E84835; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointExt[] struct PointExtU5BU5D_t38D5178ECD8C52B053BEC5F2F07C83BDABBF8BC1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier struct AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable struct Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector struct Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object struct Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence struct Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject struct Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricCipherKeyPair struct AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter struct AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger struct BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ByteQueue struct ByteQueue_tFCDD21AF1559BE58C2488F5FA5AEBAA16ED1A471; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.CMac struct CMac_t6DF4D67207426F1C86237DDBF7780910869E0DE9; // UnityEngine.Camera struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Kdf.DHKdfParameters struct DHKdfParameters_tBC02DF985D41D8F8FFD1B58094949C0691817426; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.DataLengthException struct DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DatagramTransport struct DatagramTransport_t9BBF3301934AB81C496340CF651490CAF02A917E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString struct DerBitString_t305465793A47445626D3541AB8CEDE347D874524; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger struct DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier struct DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOctetString struct DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence struct DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerTaggedObject struct DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsEpoch struct DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsHandshakeRetransmit struct DtlsHandshakeRetransmit_t4744438EBB5A68851F9DFABFF04F6204B3D3608B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer struct DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsTransport struct DtlsTransport_t09E3DC2D6515D667DD91F1080F480E3962B8CFBB; // UnityStandardAssets.Utility.DynamicShadowSettings struct DynamicShadowSettings_tDAD086FB65ACBCD52B01948AA4EDC589ED03690A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECAlgorithms struct ECAlgorithms_tD08CE07FFDF3932D96103ECEABA5FA6B8322B307; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ECBasisType struct ECBasisType_tDDB6BECFE4D6C37DBF32E0FB2CA9B622A96B99FB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve struct ECCurve_t850A42EEB1867F313B111B5A75430D443165B926; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ECCurveType struct ECCurveType_t4B15371EF305A8754E5BF26496202F4AC5E2E228; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.ECDHBasicAgreement struct ECDHBasicAgreement_tD6A54D3C7B422C4E92F51E47FFBEC53FDEA25914; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.ECDHCBasicAgreement struct ECDHCBasicAgreement_t12D58B5036AAA4D28EEF51B90FB60F6FEB585FFC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Kdf.ECDHKekGenerator struct ECDHKekGenerator_tEBD409F6B4EFFBD4CF52EDA6FE5886C6BB6C9F22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.ECDHWithKdfBasicAgreement struct ECDHWithKdfBasicAgreement_tAE4C878FC55C41570F27EBAD68546ACF53947C0A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters struct ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECDsaSigner struct ECDsaSigner_tB22A90B41509D48DC54D1AFAF408F0E4326A3760; // 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.Asn1.CryptoPro.ECGost3410NamedCurves struct ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.ECGost3410ParamSetParameters struct ECGost3410ParamSetParameters_t734FD06146E31EF25E44BAD56756A22BC6C860BC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECGost3410Signer struct ECGost3410Signer_t754FF32E7348A6F8ED3538379F99F7DAF5E02CAE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyGenerationParameters struct ECKeyGenerationParameters_t4937721DC10527ECC156FA98F13AE431AD00F565; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.ECKeyPairGenerator struct ECKeyPairGenerator_t449F3363BFE123E57E5D0BEAC3A4DF816A9B5F7D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters struct ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECLookupTable struct ECLookupTable_t7752B9FA91458655082F5D880E01596F49F02601; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.ECMqvBasicAgreement struct ECMqvBasicAgreement_tEADABD2B3F73DD0D87674AD79CBF8CD857F5552A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.ECMqvWithKdfBasicAgreement struct ECMqvWithKdfBasicAgreement_tF0F3D6438A021AEFBE303D521A6E7C9A8DC0327D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ECMultiplier struct ECMultiplier_t157DBBD8C0030BD905D93F22A7EDD2DD8AF2C0AC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECNRSigner struct ECNRSigner_t97E5B5F4CDFB003DC8A9924D707E472BE9D20C31; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.ECNamedCurveTable struct ECNamedCurveTable_t1BF7C06D164F1DD4F8C9D14F6EE8FBC47A7402BF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint struct ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPointBase struct ECPointBase_t56B88B30B133094A49B571CEEC84FE5E9AF81CCF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ECPointFormat struct ECPointFormat_t57849528C6EF9383FB1C65E1877411A37EF71D7B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPointMap struct ECPointMap_tA6F4A6965871CF2BC8870EA45CA2F403DB717D4D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters struct ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.ECPrivateKeyStructure struct ECPrivateKeyStructure_tE5B1C3407130141881B203E1431D28C8FBC0848E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters struct ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers struct EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher struct EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519 struct Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519KeyGenerationParameters struct Ed25519KeyGenerationParameters_t02CDCF3500650CD8A0132E5E6A1D3309084DC8C0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.Ed25519KeyPairGenerator struct Ed25519KeyPairGenerator_t4FAD8080F24076439B206FB6D70324D2D3FD018B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PrivateKeyParameters struct Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters struct Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519Signer struct Ed25519Signer_tCE9230A4471C07E61BBA123E8C19BD7AA715705F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519ctxSigner struct Ed25519ctxSigner_t6BDCA4F5B8DAFC9F5F7A8697502D453082BA3A5E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519phSigner struct Ed25519phSigner_t5BC5DF99624F1D8B672436FCD7864B903DB37328; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448 struct Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159; // System.IO.EndOfStreamException struct EndOfStreamException_tDA8337E29A941EFB3E26721033B1826C1ACB0059; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.EnumerableProxy struct EnumerableProxy_t026114E7F2A8CD4B2FA989282FE080341A4614E2; // System.Exception struct Exception_t; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.FixedPointCombMultiplier struct FixedPointCombMultiplier_t3DC099A00AC6C61A9488DD426ACAA76EBD9F71FE; // System.FormatException struct FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.FpCurve struct FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.FpPoint struct FpPoint_t4D1072D1E2CB8D2BA79DEDF216003F575977B278; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Endo.GlvEndomorphism struct GlvEndomorphism_t91B33B532630FE0C7229816A4D1AD0C799293A6A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.GlvMultiplier struct GlvMultiplier_t5D671E2E6F8DED415D4028FEE48364F7A68FF31A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher struct IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters struct ICipherParameters_t34CE1534DC151ED2EAE336C7381B86567D158F03; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDerivationFunction struct IDerivationFunction_tFA4A8096261F45161BECE2FD43BEE2D3FE7A9C57; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDerivationParameters struct IDerivationParameters_t1CE547FC65DE522314229BE0AD3C3E8654EAA02C; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest struct IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.IDsaKCalculator struct IDsaKCalculator_tF50AA36AFBA3B4D88C26A1C64ECF2E23FF6A11E2; // System.Collections.IEnumerable struct IEnumerable_t47A618747A1BB2A868710316F7372094849163A2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.IFiniteField struct IFiniteField_t93F742CE2136665713411FB881C26BD6E901868C; // System.Collections.IList struct IList_tB15A9D6625D09661D6E47976BB626C703EC81910; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac struct IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.IPreCompCallback struct IPreCompCallback_tCFE82A32047B1053B13390B9FCE3881693400A9E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.IRandomGenerator struct IRandomGenerator_tA534F4AC93EEA5CDB578DDE58AE9A1E9C7B7487A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IXof struct IXof_tC49FAE6E809906E6C671AA72F0C9112B23970131; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.InvalidCipherTextException struct InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.InvalidKeyException struct InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.InvalidParameterException struct InvalidParameterException_t309E848966980D17943F688E7D2B17D666E91337; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.Kdf2BytesGenerator struct Kdf2BytesGenerator_t0B685D72F032C668FF02E742A08D06DB5F2DBDC9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KdfParameters struct KdfParameters_t56EBC3CEF1BEB144CDB7BF823CB774656D442189; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.KeyGenerationParameters struct KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter struct KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC; // UnityEngine.Light struct Light_tA2F349FE839781469A0344CF6039B51512394275; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.MqvPrivateParameters struct MqvPrivateParameters_t5FC169BF7E9130DEB59D0A3E198847975BE0DE87; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV struct ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom struct ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.PreCompInfo struct PreCompInfo_t372382289947AFCDDF7A4F6AFCDED42DF6557F1A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion struct ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915; // System.Random struct Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.RandomDsaKCalculator struct RandomDsaKCalculator_tCC700A028D7BDE02024D912CFA2B81B0E7A42142; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom struct SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha512Digest struct Sha512Digest_t8C6E5C723C7C80881F957EC1A338984BC5B4FB73; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.ShakeDigest struct ShakeDigest_t9927043F2A7FC9694E769E2961D50B408D277B3A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.SicBlockCipher struct SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext struct TlsContext_t4B26631B1E8D556073EE641DCEE757DBEEC197DB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsFatalAlert struct TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPeer struct TlsPeer_tBC992F97A16EC0798791CB9BF62C21AA1CD54348; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ValidityPreCompInfo struct ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafL2RMultiplier struct WNafL2RMultiplier_tA3C8FD172D649D7F8D0E758EF7F00B62501D85FA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo struct WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters struct X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECPoint struct X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9FieldID struct X9FieldID_t6AAAA2F90A3B1164D2EBB05480596886F92242B8; // UnityEngine.Camera/CameraCallback struct CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve/Config struct Config_t11F0D60D6889DDF1236E38DEDAC4C5C34401D60E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve/DefaultLookupTable struct DefaultLookupTable_t47956AAE84FDA47505BB463AAD072F908942629D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint/ValidityCallback struct ValidityCallback_tBF980F041A5A6B99C0A535339852D2B0A7872F5D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointAccum struct PointAccum_t4065C75ECAB36598757B516CD38694929E598555; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointExt struct PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointPrecomp struct PointPrecomp_t715B4391BC4FB855902DB0BC7128FC57703FA940; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519Signer/Buffer struct Buffer_t40E860620F7D83759ADAA72E1DED9A822C6042D8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519ctxSigner/Buffer struct Buffer_tB9B9D1C66E8A16E1AD37AF395F3CEC7E56E2A614; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointExt struct PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointPrecomp struct PointPrecomp_tEE3272BCA4078160FB3C9680C0E7B09780A65005; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974; IL2CPP_EXTERN_C RuntimeClass* AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AeadParameters_t6C6A2620BFEC0ADD723500AA9021B04CE1956B64_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AnssiNamedCurves_tB6FDFFF153CC4F1A67214846D4E1BA08C808E7CC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Buffer_t40E860620F7D83759ADAA72E1DED9A822C6042D8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Buffer_tB9B9D1C66E8A16E1AD37AF395F3CEC7E56E2A614_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CMac_t6DF4D67207426F1C86237DDBF7780910869E0DE9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Config_t11F0D60D6889DDF1236E38DEDAC4C5C34401D60E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DHKdfParameters_tBC02DF985D41D8F8FFD1B58094949C0691817426_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DefaultLookupTable_t47956AAE84FDA47505BB463AAD072F908942629D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerBitString_t305465793A47445626D3541AB8CEDE347D874524_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerNull_t020168AF07318033108544C00C803CD7AEB97239_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ECCurve_t850A42EEB1867F313B111B5A75430D443165B926_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ECDsaSigner_tB22A90B41509D48DC54D1AFAF408F0E4326A3760_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ECEndomorphism_tC94CEDEA023268D74990A2B2C08487E5D3DE2F7E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ECGost3410ParamSetParameters_t734FD06146E31EF25E44BAD56756A22BC6C860BC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ECKeyGenerationParameters_t4937721DC10527ECC156FA98F13AE431AD00F565_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ECKeyPairGenerator_t449F3363BFE123E57E5D0BEAC3A4DF816A9B5F7D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ECMultiplier_t157DBBD8C0030BD905D93F22A7EDD2DD8AF2C0AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ECPointMap_tA6F4A6965871CF2BC8870EA45CA2F403DB717D4D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ECPrivateKeyStructure_tE5B1C3407130141881B203E1431D28C8FBC0848E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EndOfStreamException_tDA8337E29A941EFB3E26721033B1826C1ACB0059_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EnumerableProxy_t026114E7F2A8CD4B2FA989282FE080341A4614E2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FixedPointCombMultiplier_t3DC099A00AC6C61A9488DD426ACAA76EBD9F71FE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GMNamedCurves_t562F1F8CF7D370CB447076E253AF25767BC18606_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GeneratorUtilities_t67ACB79DC6E18815C42C195F8D953A5F17210A19_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GlvEndomorphism_t91B33B532630FE0C7229816A4D1AD0C799293A6A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GlvMultiplier_t5D671E2E6F8DED415D4028FEE48364F7A68FF31A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDerivationFunction_tFA4A8096261F45161BECE2FD43BEE2D3FE7A9C57_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDsaKCalculator_tF50AA36AFBA3B4D88C26A1C64ECF2E23FF6A11E2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IFiniteField_t93F742CE2136665713411FB881C26BD6E901868C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IPolynomialExtensionField_t969265F2B050C50E58B08B2FF8C6390DEE0895D7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IPreCompCallback_tCFE82A32047B1053B13390B9FCE3881693400A9E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IXof_tC49FAE6E809906E6C671AA72F0C9112B23970131_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidParameterException_t309E848966980D17943F688E7D2B17D666E91337_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Kdf2BytesGenerator_t0B685D72F032C668FF02E742A08D06DB5F2DBDC9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KdfParameters_t56EBC3CEF1BEB144CDB7BF823CB774656D442189_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MqvPrivateParameters_t5FC169BF7E9130DEB59D0A3E198847975BE0DE87_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MqvPublicParameters_t45CD88AB7EC58154D669C5D5D68FC11F9BEE6680_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NistNamedCurves_t70AD94F40C8792B65A0F890D762D3727CB3E2D9D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PointAccum_t4065C75ECAB36598757B516CD38694929E598555_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PointExtU5BU5D_t38D5178ECD8C52B053BEC5F2F07C83BDABBF8BC1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PointExtU5BU5D_tB80BC95816BBCFB0B4C569F36E8E0D0A04E84835_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PointPrecomp_t715B4391BC4FB855902DB0BC7128FC57703FA940_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PointPrecomp_tEE3272BCA4078160FB3C9680C0E7B09780A65005_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PreCompInfo_t372382289947AFCDDF7A4F6AFCDED42DF6557F1A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RandomDsaKCalculator_tCC700A028D7BDE02024D912CFA2B81B0E7A42142_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecNamedCurves_t67EFE6EAF12F2B63D317E95319CCCB4516C50CDE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecObjectIdentifiers_tFEBE0CB4AEB2845EC4E230904781E6F762DFD259_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Sha512Digest_t8C6E5C723C7C80881F957EC1A338984BC5B4FB73_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ShakeDigest_t9927043F2A7FC9694E769E2961D50B408D277B3A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ValidityCallback_tBF980F041A5A6B99C0A535339852D2B0A7872F5D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WNafL2RMultiplier_tA3C8FD172D649D7F8D0E758EF7F00B62501D85FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WNafPreCompInfoU5BU5D_t59F311557782E8571A63FD31677FED05391B485D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WNafUtilities_tD179DAD24125FDBF4CB551BE4B48358F72E31AF1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X962NamedCurves_tBB2BFD74E2BCFB26E51F7D9F5BD8F9AF6C4E610C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311_FieldInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral00DA3AD226ACC0C10128A55EB2F4BA1CFFD923BA; IL2CPP_EXTERN_C String_t* _stringLiteral04C8B9CA601D09C92B620D508D19F994619B6489; IL2CPP_EXTERN_C String_t* _stringLiteral062880938476E2B20298E6FC08CB87B48E5C7853; IL2CPP_EXTERN_C String_t* _stringLiteral083254A1A4A1C04CB775CBF074BB11BD4B25B68D; IL2CPP_EXTERN_C String_t* _stringLiteral0DE4919594DBF46CFA1C8C92D188ACE014021AF6; IL2CPP_EXTERN_C String_t* _stringLiteral11D5CB02A6236ACF1A0A6EA12F8CAB5C0C221C7B; IL2CPP_EXTERN_C String_t* _stringLiteral16152044FF1589CFD5FB8D2F43FB3EAB08B3B227; IL2CPP_EXTERN_C String_t* _stringLiteral17A7BA088490CA1D9307C4F7F07BDC92703EDF51; IL2CPP_EXTERN_C String_t* _stringLiteral198AA065BF0F912BD6F5F93869BD5C361671F98B; IL2CPP_EXTERN_C String_t* _stringLiteral20F7422100C8C88F6B340925BAE5048C30576E23; IL2CPP_EXTERN_C String_t* _stringLiteral2242A971260FDDF13502E03EB2347D27E4CE120D; IL2CPP_EXTERN_C String_t* _stringLiteral244DDD15B47825F82F417E249D4FFA669F1BE35C; IL2CPP_EXTERN_C String_t* _stringLiteral24C049E512CD1B48036BD162FF63700A57CA3469; IL2CPP_EXTERN_C String_t* _stringLiteral27C62F5BF5E713F2E8EF22A96123CF0A5E31A683; IL2CPP_EXTERN_C String_t* _stringLiteral28CEECE47824EDEF06E64DD53D862ED8A0104CA7; IL2CPP_EXTERN_C String_t* _stringLiteral2A7D304CE6EEF8FD6E48F80E04FD3D2B7979A7DC; IL2CPP_EXTERN_C String_t* _stringLiteral2ADD38D5A5D6AF5D786F780BFBD396FC5C0F2910; IL2CPP_EXTERN_C String_t* _stringLiteral2AF261F16EF46EF9E609809080D412DBD74FD9FA; IL2CPP_EXTERN_C String_t* _stringLiteral2B9B6C84CC15492CCB290C4B79418FA6D7DD24C1; IL2CPP_EXTERN_C String_t* _stringLiteral2EC56193C8195EAD5B8542B13E1FCC9CF4DB3C08; IL2CPP_EXTERN_C String_t* _stringLiteral2EFA2E30F19E3F93EF3256C6E6BE9970DF3B4D3E; IL2CPP_EXTERN_C String_t* _stringLiteral2F7874E1A313F65A632403B07016AFAFE1AE299E; IL2CPP_EXTERN_C String_t* _stringLiteral355344670054DB070754011D8D2527E319681DF0; IL2CPP_EXTERN_C String_t* _stringLiteral36282FAC116D9FD6B37CC425310E1A8510F08A53; IL2CPP_EXTERN_C String_t* _stringLiteral38FF2FECCCDB5FD6C5A15008991CD1BFB8694548; IL2CPP_EXTERN_C String_t* _stringLiteral397BC76E7C60761FCDCB467B2E44B507AB0C972B; IL2CPP_EXTERN_C String_t* _stringLiteral3DD76D3077F87B98C7C5AB8CF2F3F081912348DE; IL2CPP_EXTERN_C String_t* _stringLiteral3F9CD127B2AEA13642D777D976F1454429A5AB65; IL2CPP_EXTERN_C String_t* _stringLiteral415AAA4FA5646BB572E5E71C959350F360A6660B; IL2CPP_EXTERN_C String_t* _stringLiteral42E4BAE87327B3B3454A4DEDC345D2D99EB45DD0; IL2CPP_EXTERN_C String_t* _stringLiteral430E518F836082E0683698AB9E3F79D39C7F5140; IL2CPP_EXTERN_C String_t* _stringLiteral43B7312F33D5C4E2053DB82CFD8FC8FE8924D4CE; IL2CPP_EXTERN_C String_t* _stringLiteral43EF9EB96E30AF57B80782D3ECD99489D0535A1F; IL2CPP_EXTERN_C String_t* _stringLiteral4453D612062DFB834FFD63C4DC5D41F3D1629F65; IL2CPP_EXTERN_C String_t* _stringLiteral44980EBE64EE961020A9B63E7E4774A1190E5366; IL2CPP_EXTERN_C String_t* _stringLiteral4686112129113F05D78B378670CE0107BFEC43A5; IL2CPP_EXTERN_C String_t* _stringLiteral473D9052E7F68B78257DCA87D1C09347B4AC3781; IL2CPP_EXTERN_C String_t* _stringLiteral4756B4D24FB5D3DDD5FFD2182ED33AE3C826630A; IL2CPP_EXTERN_C String_t* _stringLiteral47897467C289E1E51875B7BE0A8CFD148657C64D; IL2CPP_EXTERN_C String_t* _stringLiteral48DAE6943054AFA170B00800AC0AB2D541F6324C; IL2CPP_EXTERN_C String_t* _stringLiteral4901277BD17A5B2F9FD51DCD98D6CE81842202C4; IL2CPP_EXTERN_C String_t* _stringLiteral495FB6B8211354090008ECE66A4F0F4C56D595AF; IL2CPP_EXTERN_C String_t* _stringLiteral4B391B611EBD50275E2FFBCBF73F63F779D3F7FA; IL2CPP_EXTERN_C String_t* _stringLiteral4C9ECEDF5B1FB9420A92A5B02A141FADFDF52ED6; IL2CPP_EXTERN_C String_t* _stringLiteral4D555EF3A5A789B807E1C18EC3E043507E755389; IL2CPP_EXTERN_C String_t* _stringLiteral5495FEAA6E3192605AC04D3A25EFFA655B89B3AD; IL2CPP_EXTERN_C String_t* _stringLiteral56709BF891E70BE93CCB90C02FAA80A3559B89D8; IL2CPP_EXTERN_C String_t* _stringLiteral56E48A9EFB2CE2F6E1A309F359E5C91D518D0798; IL2CPP_EXTERN_C String_t* _stringLiteral57FEF7382F99C0EB0F69168E5EB8A5BF31AF6A52; IL2CPP_EXTERN_C String_t* _stringLiteral5C2FEC2600597B83ABD28017DD6CBD49FBFD5DA9; IL2CPP_EXTERN_C String_t* _stringLiteral5E9884F0BD4A29DF1CFBB498F954D90C47C805BE; IL2CPP_EXTERN_C String_t* _stringLiteral5F0E0E4FD20D264DD71A98D304397A53CE06D485; IL2CPP_EXTERN_C String_t* _stringLiteral60199730F5C57A48DF851C925F3C7F244932D855; IL2CPP_EXTERN_C String_t* _stringLiteral61B8D324687C24872968A15276C954F913457113; IL2CPP_EXTERN_C String_t* _stringLiteral65373B01E3E9D055C3A427CD66D73E7C7FCE3849; IL2CPP_EXTERN_C String_t* _stringLiteral68BFA67ADC56EB72586767021452A3116E136A01; IL2CPP_EXTERN_C String_t* _stringLiteral69DFF768ABFFE49DB2765C1E1108568643D57A13; IL2CPP_EXTERN_C String_t* _stringLiteral6C9DED8087C891AE33ACFFCE806DBFF63795F56F; IL2CPP_EXTERN_C String_t* _stringLiteral6DE84AC4FDE23F1A60950762D258FC808D7B0F13; IL2CPP_EXTERN_C String_t* _stringLiteral70BBC87222786B2FB160BFD7855B579444CE1163; IL2CPP_EXTERN_C String_t* _stringLiteral71C526898768E7400639A4D8F75B78789497D3D0; IL2CPP_EXTERN_C String_t* _stringLiteral77895F6592D0DB48A9B015F87D1E6C27D25D5B86; IL2CPP_EXTERN_C String_t* _stringLiteral7A4FB71930B4CD74AE412FFD7B47AF42CFB9A279; IL2CPP_EXTERN_C String_t* _stringLiteral7CB034E74B625F0DA4A5C5C65B5767CDD66A43B6; IL2CPP_EXTERN_C String_t* _stringLiteral7CBAD5EEDF82DC94A8221F085718EDAE96A87948; IL2CPP_EXTERN_C String_t* _stringLiteral7DEB1C823E8104E920B6CFCBA4127F8A45374E76; IL2CPP_EXTERN_C String_t* _stringLiteral81DAFFB2A098E63AB4C8FBE0DD7F897F8D90D163; IL2CPP_EXTERN_C String_t* _stringLiteral836C8337DF15316EB401668667A0B807F899135A; IL2CPP_EXTERN_C String_t* _stringLiteral83F537831BA5197B51F61DE71D8CEE84CF54F85F; IL2CPP_EXTERN_C String_t* _stringLiteral84BFFA797C71C2417F1A0C7222F331775B5A35A5; IL2CPP_EXTERN_C String_t* _stringLiteral85A8A90B5F192F9171591E220AEAE8BF98E46D9E; IL2CPP_EXTERN_C String_t* _stringLiteral8663BD1615D5C02136900A8A4762C8C1833F8F9D; IL2CPP_EXTERN_C String_t* _stringLiteral8699C3DD8B0E8683259E562D8B5CD600E2D6C19D; IL2CPP_EXTERN_C String_t* _stringLiteral88B58795F13A7AAD2EE05DCBD6E8665401C65456; IL2CPP_EXTERN_C String_t* _stringLiteral8B0A812880C9845F35BE4A8DDAC4B7105604A0B1; IL2CPP_EXTERN_C String_t* _stringLiteral8BD249D0AFAD58BD02F3309BFE4D1710B2F19103; IL2CPP_EXTERN_C String_t* _stringLiteral8BDB21D5F1BAF66B7BE908A15E946035E5A43BA4; IL2CPP_EXTERN_C String_t* _stringLiteral8D8569ED7D8B58075E6FFCD0543764A61437324E; IL2CPP_EXTERN_C String_t* _stringLiteral8E4FA6E39E21DB0C77EB0C6CFDBC6902A639436A; IL2CPP_EXTERN_C String_t* _stringLiteral8F4F05C253F544C720CE9D50C6D1CEED6AF4F5E8; IL2CPP_EXTERN_C String_t* _stringLiteral8FB5D25664D9CCE9333FF61087B3DC80BFC9687B; IL2CPP_EXTERN_C String_t* _stringLiteral90DD75189A2896A50DA3085F6227D60BD8BE71EE; IL2CPP_EXTERN_C String_t* _stringLiteral964A115C9844FDC3CAB0DA4CB724F1C996223905; IL2CPP_EXTERN_C String_t* _stringLiteral977F58CC44CBDF4D63431B06732D55867E78FAF1; IL2CPP_EXTERN_C String_t* _stringLiteral978EDA1B4E2941E5FA91E6212A9DCAB6466F94A7; IL2CPP_EXTERN_C String_t* _stringLiteral9D04AA46110B8FE8E9C448A920F632EBF131629A; IL2CPP_EXTERN_C String_t* _stringLiteralA02431CF7C501A5B368C91E41283419D8FA9FB03; IL2CPP_EXTERN_C String_t* _stringLiteralA6CFF9BA0FFB9E961A1009F3C2D0D2BF233C4E24; IL2CPP_EXTERN_C String_t* _stringLiteralA7EFBE7F1BCDE14DDA3B606A5F35D70FCD927D4E; IL2CPP_EXTERN_C String_t* _stringLiteralA9AF8D13B64E63A31A01386E007E5C9CF3A6CF5B; IL2CPP_EXTERN_C String_t* _stringLiteralAA9F681CCA6F2D8BBF9F248BCFC3D29F60C2D0BB; IL2CPP_EXTERN_C String_t* _stringLiteralAB1884265C9E3BBE790EC2DEBA9D74770BD8BD21; IL2CPP_EXTERN_C String_t* _stringLiteralAC6F5A4052EFDA8F3ABA4A3E049AA81980EE08BA; IL2CPP_EXTERN_C String_t* _stringLiteralAE8DAE8CB28032AAE362FE4155C2D33608A9AED4; IL2CPP_EXTERN_C String_t* _stringLiteralAED879DFFF10168D668BF6C09CD5A8B9EC0B213E; IL2CPP_EXTERN_C String_t* _stringLiteralB2BE67E8FE96D76329A494BF023091D66218DB51; IL2CPP_EXTERN_C String_t* _stringLiteralB2E86EB01079C727723F8DBF73E978BACF9028B2; IL2CPP_EXTERN_C String_t* _stringLiteralB54ACAD0F41C91B612B3B1155DB05A194D22EEF5; IL2CPP_EXTERN_C String_t* _stringLiteralB68D96028BD9D3876AEFB7ACF3D7B72FD005DA58; IL2CPP_EXTERN_C String_t* _stringLiteralB6D3F0DA6C1629181E959070AB7862773C5EA756; IL2CPP_EXTERN_C String_t* _stringLiteralBA148D845E4790F642B120143C443C822F184AE4; IL2CPP_EXTERN_C String_t* _stringLiteralBF70A88D7A5AF7D61E5E1E4DB156BC39F7EDDCC0; IL2CPP_EXTERN_C String_t* _stringLiteralC3B8C788BB903755BDB883B89CF14941FA697B78; IL2CPP_EXTERN_C String_t* _stringLiteralC4BDA98415573B97838847CF1A6949BA9FCC789E; IL2CPP_EXTERN_C String_t* _stringLiteralC591B1C32392EBE66D2D66C9101FD6E0C8E97686; IL2CPP_EXTERN_C String_t* _stringLiteralC611A012636D51B5EBBC7ADEBD3C8631EA8DAF13; IL2CPP_EXTERN_C String_t* _stringLiteralC735931F3D2A30C6456C0E4059978CD947D0BDC4; IL2CPP_EXTERN_C String_t* _stringLiteralC85DD4565B10A03E31F133210FF2614019176D85; IL2CPP_EXTERN_C String_t* _stringLiteralC9A60DAF92C3EDA5CB6CB6E661BA58F19E737431; IL2CPP_EXTERN_C String_t* _stringLiteralCA2F7E3F980976FF5D2198BA2ACA4D142E792C17; IL2CPP_EXTERN_C String_t* _stringLiteralCA6E8DE812C20B70B9E93F176F4D555488AD06AC; IL2CPP_EXTERN_C String_t* _stringLiteralCAE5F60303A5893B517F95417886F71BB8507B6E; IL2CPP_EXTERN_C String_t* _stringLiteralCC6FFFAA8663E5A3895069525B64E5852E33F9E1; IL2CPP_EXTERN_C String_t* _stringLiteralCCEEC67C7791B256417855D36D3DFA6DCE7035BA; IL2CPP_EXTERN_C String_t* _stringLiteralCCEF3220D17DF85546359761AC7850A590149ED2; IL2CPP_EXTERN_C String_t* _stringLiteralCE9E85667C86D5D28596FB9CA79800C595094142; IL2CPP_EXTERN_C String_t* _stringLiteralCED20C6CFAC09FF5E0E230D3F19BF9716E3033A7; IL2CPP_EXTERN_C String_t* _stringLiteralCFC5E1DA6D746B614F31BA42FD46FE5A06844ACB; IL2CPP_EXTERN_C String_t* _stringLiteralD22CAA4530F10CCFA10C706C2EA30D020D07B591; IL2CPP_EXTERN_C String_t* _stringLiteralD3754948D96AB0294CE1988C196AFF6CF87FDFA1; IL2CPP_EXTERN_C String_t* _stringLiteralDAD7EEC350EDAFDA0D82C85C8D71FDE743007A26; IL2CPP_EXTERN_C String_t* _stringLiteralDB5459E87FE11E0B887657C7AEEB22ED5E43E4F8; IL2CPP_EXTERN_C String_t* _stringLiteralDC325AAF3DB870DE52E3B7DC130AC930CB4F8CAC; IL2CPP_EXTERN_C String_t* _stringLiteralDDEBA5C718D86B7D3A4F2771FE5FEE72964652B1; IL2CPP_EXTERN_C String_t* _stringLiteralDEE66B6EAD0FE293B47A952FF821D00E43AD040A; IL2CPP_EXTERN_C String_t* _stringLiteralDEFFC44CEBAF4A7E48E4183E884F92E8024495C8; IL2CPP_EXTERN_C String_t* _stringLiteralDFB93A77B2BA55321BD562C69FAF46ACF1E8A704; IL2CPP_EXTERN_C String_t* _stringLiteralDFDEF02C258E545D880B9C0B2FF0D30E2FA2471F; IL2CPP_EXTERN_C String_t* _stringLiteralE048A033719D20DAF396B46256692FAD1476B2B3; IL2CPP_EXTERN_C String_t* _stringLiteralE1C262722E8E2006A0A85AD4C2BF25E74FB7FCD4; IL2CPP_EXTERN_C String_t* _stringLiteralE45EEE7E9244B0DA29A70539E1461DB5935D05F5; IL2CPP_EXTERN_C String_t* _stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6; IL2CPP_EXTERN_C String_t* _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3; IL2CPP_EXTERN_C String_t* _stringLiteralED21F8B3C69F9F06CA06EE8D01B1F6660B08E174; IL2CPP_EXTERN_C String_t* _stringLiteralEE9CDDD8B1181A0CB43151D4FF76A5DF7386E75C; IL2CPP_EXTERN_C String_t* _stringLiteralF25DFE14753005E858F66583A1F6CC7A6AE3FCAC; IL2CPP_EXTERN_C String_t* _stringLiteralF3F78F2F5D72309C611C8821F7436985947D146E; IL2CPP_EXTERN_C String_t* _stringLiteralF43E7AC121C30B30D71E4345C0180DE7F322A779; IL2CPP_EXTERN_C String_t* _stringLiteralF5F587879BD7126E7B6D0C1DC74F4C0C0890A039; IL2CPP_EXTERN_C String_t* _stringLiteralF6696271BEE6FF1D58721B2E3B040722736A3B35; IL2CPP_EXTERN_C String_t* _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024; IL2CPP_EXTERN_C String_t* _stringLiteralFA13C967E585F33FC40DF14B485AC69E7C90855E; IL2CPP_EXTERN_C String_t* _stringLiteralFA3A96CD759774DD5AD0E6FAC6EEF64AD51AEBAC; IL2CPP_EXTERN_C String_t* _stringLiteralFC33F16353A9E9E591862FACA0703D7BBAD181A6; IL2CPP_EXTERN_C const RuntimeMethod* Array_IndexOf_TisString_t_mD063033C2351BEEE2FA2DF7B412D0A302C8E005E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DtlsTransport_Receive_m9CFDF0B1193B3BBB1BBFF4FE759E1BA6CA8E031C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DtlsTransport_Send_m539BBAA290F6CEC0FBC21BB55104777783B342BA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ECAlgorithms_CleanPoint_m49D1CE20B56EEFE9EDD23278EB9DF79D44DD6106_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ECAlgorithms_ImplCheckResult_mAF8A92EC4D4630B14DDC5C5CA6C4591B92C89431_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ECAlgorithms_ImportPoint_mD8210758B6E3CEBA7C91A24B3163F542856D01EE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ECAlgorithms_SumOfMultiplies_mA3BCB86F7C6FF7E9DE229FDE0CBC2F4AC86086A5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ECAlgorithms_ValidatePoint_m7D4361F27F23BECF900D1EDB8D7D9E9225BD4703_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ECCurve_CheckPoint_mF72EE6B18F64E7B449993C9B560C5766E98DF0F8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ECCurve_CheckPoints_m2AAEDE774F2FB6154953860B792ECBE4403BA841_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ECCurve_DecodePoint_m6F3FC635186BE9813B36E53F78DBE51D47F9B675_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ECCurve_NormalizeAll_mED80AB651FF30D034A15A0290DF8654F405C4702_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ECCurve_ValidatePoint_m09429B75A30DC3C01E090B1D202E8C65B6049FE6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ECCurve_ValidatePoint_mCC09A8F2861142BADB381CDCA9031CABC7CD15EB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ECDHBasicAgreement_CalculateAgreement_m17EA6C47ECF4E927FE1A43E9DF932DC03DD78264_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ECDHCBasicAgreement_CalculateAgreement_mD9CD0504B7F11023C28477707C1669FF474105B4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ECDHWithKdfBasicAgreement__ctor_m1485EBE690DD4B5230CC1459F51C81D9A3A977EB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ECDomainParameters_Validate_m22382B896B882DCD272C40B8F71074BB8FD13666_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ECDomainParameters__ctor_m215ED4F7FB06CDD0F9AC3C670B20B1B75E03B47B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ECDsaSigner_Init_m8F4E6849D09F17085C748B0A368ACBAA20112DF6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ECGost3410ParamSetParameters_GetInstance_mF6A7C5FB8F0F096AC926A791D286811014809FB9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ECGost3410ParamSetParameters__ctor_m0C836290F119ACB267D75D77DD4819675508A733_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ECGost3410Signer_Init_m289488F84546026902BB000A0001D252DC2BB116_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ECKeyPairGenerator_Init_mF0A022CC0E7AB7ECBFD685EE8FD511A9F19E05DA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ECKeyPairGenerator__ctor_mE722957B3C362372436C8E1F19E1E349920550EF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ECKeyParameters_LookupParameters_m2A5AF04C750ADA4F19AA80FCBA9A451F15BC8F40_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ECKeyParameters_VerifyAlgorithmName_m0C93CEACD5F73155387581251C077F71F064D876_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ECKeyParameters__ctor_m5C9118531F7860CCF89705D84ED2AA88E39BF63F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ECKeyParameters__ctor_mD57A16591673C5B03245594F4D0A37EC1C1FAE78_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ECMqvBasicAgreement_CalculateAgreement_m9A616C12A4C0E5F2C700A66508117FEE59A6AA7A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ECMqvWithKdfBasicAgreement__ctor_m4C6BAC2109F6CD3CD1F88FDABE77CF1219B18DAF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ECNRSigner_GenerateSignature_m3F7A97364130ECB8F3B08AC86A03693045165402_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ECNRSigner_Init_m1FFC3F68BCF2F356072A8CCC2BC6ADD81D454A61_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ECNRSigner_VerifySignature_m0EF96CE290D21360E3C57389B4FBBC9C6B604A8D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ECPoint_CheckNormalized_m963A5A045E2E6299907AE00B91D3F79098E297FC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ECPoint_GetInitialZCoords_mEC4B9CAA0227A3451AD1FE487920DA2A09564636_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ECPoint_Normalize_m83E659BC5628CEFA9AB41516B996418DF340CDE6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ECPoint_TimesPow2_mFEB7A186431473EB730954BB77C45E37593586BA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ECPrivateKeyParameters__ctor_m5598817EA740C2175C9AD03DD4958EE10918C4A1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ECPrivateKeyParameters__ctor_m796A0AE1DF6C42C57351BDAE341938ADCEA267B2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ECPrivateKeyParameters__ctor_m9C88E69B4FA506164E917D25C2523C908B5D8681_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ECPrivateKeyStructure__ctor_m431D8A1F24C91918DD74E37500D036C1121CA0E2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ECPrivateKeyStructure__ctor_m4AB980024193C07F463CCD6B569FD4DF8EC6D2DC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ECPrivateKeyStructure__ctor_mBC4235FAC2F7767474939E2C2D158E2BD4710E30_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ECPrivateKeyStructure__ctor_mC9431E4E83F66F8C4E5EB1D362224D740E6BA214_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ECPublicKeyParameters__ctor_m13FC489E8E07A6060EBF47D91E17F1162D575550_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ECPublicKeyParameters__ctor_m65D62EFBCCC50A4D1ED99FFED8ABB3B79F6EAAE6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ECPublicKeyParameters__ctor_m6FBBA65A7A074CDE2BF71193AE66EAAD47E83809_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EaxBlockCipher_DoFinal_m1F13F4F20632E6029E52CC4A372E9B4B96D2233F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EaxBlockCipher_Init_mC12A649777510B7650FAAE03A2FB1E6A0FDB5BDF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EaxBlockCipher_ProcessAadByte_mD6B2FBEFA67132F691431E39814AF6164F4149E5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EaxBlockCipher_ProcessAadBytes_mA1A8D1F6A93141969E0E4870F0E9939BE0E38306_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Ed25519PrivateKeyParameters_Sign_m191987B9C83D2D9E5A0830B1F32C7E25CC85472C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Ed25519PrivateKeyParameters__ctor_m20C97C504E54A448194AE326B09F3780CE9C0018_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Ed25519PublicKeyParameters__ctor_mB25B2319A39DEA72EB2175FB203EA66393E0710C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Ed25519Signer_GenerateSignature_mBBBB496D8B05A2354DC85EB41ED57CB610A70A01_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Ed25519Signer_VerifySignature_m71C64D8DB11321AE82DB198AE58A15B86E29A006_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Ed25519_ImplSign_m3805CCD09A37FF6F978050F6FE4C96B26C5A666C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Ed25519_ImplSign_mB43645EA4446E2784053710F0C13CE73FD3514A3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Ed25519_ImplVerify_mBEAFF5CF3EF73AE3D65A95FB171CA2AE9DA67FD0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Ed25519_SignPrehash_m54D2613B426DECDFE9BF3F82F86B9CF4AEDDA5D0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Ed25519_SignPrehash_m8C55A1AF829EAD77ABD77EAD3D7374532F72E2B1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Ed25519_VerifyPrehash_m3E2A8DDCC3660D7E4D0300507AC7A6D45AFFF8A0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Ed25519ctxSigner_GenerateSignature_m6A1AFE61220158C0CF461256D07CF0A1F861C7B7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Ed25519ctxSigner_VerifySignature_m4CDD542D31BEE37FF137B656DFD6220AF92133EF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Ed25519phSigner_GenerateSignature_m77F66AA00CFA4AC8B6DC8ED5B2FEE9D99F0F855F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Ed25519phSigner_VerifySignature_m91354EAA36D9D935BB16287EDEBCC75AAA197A3F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Ed448_ImplSign_m25F0F746428AC4E34FA29E3E6F6CCF402AC31600_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Ed448_ImplSign_m9BFEA7354469EDF72FF788BFE3EEE692A1D565D2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Ed448_ImplVerify_mF4184F237A13A673301864CAFF2298FD0BB15CB0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Ed448_SignPrehash_m05BDF5EFB442D582CA49E5650CB2CF2A4B630593_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Ed448_SignPrehash_m42664B3BFACA3703315C6531008ED22FB7128718_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Ed448_VerifyPrehash_m7E2675E5C58BEF9E47A6FB3FE37F01EA7B142C79_RuntimeMethod_var; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D; struct Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE; struct BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED; struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E; struct ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; struct WNafPreCompInfoU5BU5D_t59F311557782E8571A63FD31677FED05391B485D; struct PointExtU5BU5D_tB80BC95816BBCFB0B4C569F36E8E0D0A04E84835; struct PointExtU5BU5D_t38D5178ECD8C52B053BEC5F2F07C83BDABBF8BC1; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.AbstractECMultiplier struct AbstractECMultiplier_t54253743E31DE46FD22E58679B9792D44DA770B5 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.AeadParameters struct AeadParameters_t6C6A2620BFEC0ADD723500AA9021B04CE1956B64 : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.AeadParameters::associatedText ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___associatedText_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.AeadParameters::nonce ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___nonce_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.AeadParameters::key KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * ___key_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.AeadParameters::macSize int32_t ___macSize_3; public: inline static int32_t get_offset_of_associatedText_0() { return static_cast(offsetof(AeadParameters_t6C6A2620BFEC0ADD723500AA9021B04CE1956B64, ___associatedText_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_associatedText_0() const { return ___associatedText_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_associatedText_0() { return &___associatedText_0; } inline void set_associatedText_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___associatedText_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___associatedText_0), (void*)value); } inline static int32_t get_offset_of_nonce_1() { return static_cast(offsetof(AeadParameters_t6C6A2620BFEC0ADD723500AA9021B04CE1956B64, ___nonce_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_nonce_1() const { return ___nonce_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_nonce_1() { return &___nonce_1; } inline void set_nonce_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___nonce_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___nonce_1), (void*)value); } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(AeadParameters_t6C6A2620BFEC0ADD723500AA9021B04CE1956B64, ___key_2)); } inline KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * get_key_2() const { return ___key_2; } inline KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC ** get_address_of_key_2() { return &___key_2; } inline void set_key_2(KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * value) { ___key_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_2), (void*)value); } inline static int32_t get_offset_of_macSize_3() { return static_cast(offsetof(AeadParameters_t6C6A2620BFEC0ADD723500AA9021B04CE1956B64, ___macSize_3)); } inline int32_t get_macSize_3() const { return ___macSize_3; } inline int32_t* get_address_of_macSize_3() { return &___macSize_3; } inline void set_macSize_3(int32_t value) { ___macSize_3 = value; } }; struct Il2CppArrayBounds; // System.Array // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable struct Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector struct Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 : public RuntimeObject { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector::v RuntimeObject* ___v_0; public: inline static int32_t get_offset_of_v_0() { return static_cast(offsetof(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3, ___v_0)); } inline RuntimeObject* get_v_0() const { return ___v_0; } inline RuntimeObject** get_address_of_v_0() { return &___v_0; } inline void set_v_0(RuntimeObject* value) { ___v_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___v_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricCipherKeyPair struct AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricCipherKeyPair::publicParameter AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___publicParameter_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricCipherKeyPair::privateParameter AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateParameter_1; public: inline static int32_t get_offset_of_publicParameter_0() { return static_cast(offsetof(AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929, ___publicParameter_0)); } inline AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * get_publicParameter_0() const { return ___publicParameter_0; } inline AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A ** get_address_of_publicParameter_0() { return &___publicParameter_0; } inline void set_publicParameter_0(AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * value) { ___publicParameter_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___publicParameter_0), (void*)value); } inline static int32_t get_offset_of_privateParameter_1() { return static_cast(offsetof(AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929, ___privateParameter_1)); } inline AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * get_privateParameter_1() const { return ___privateParameter_1; } inline AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A ** get_address_of_privateParameter_1() { return &___privateParameter_1; } inline void set_privateParameter_1(AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * value) { ___privateParameter_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___privateParameter_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter struct AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A : public RuntimeObject { public: // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter::privateKey bool ___privateKey_0; public: inline static int32_t get_offset_of_privateKey_0() { return static_cast(offsetof(AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A, ___privateKey_0)); } inline bool get_privateKey_0() const { return ___privateKey_0; } inline bool* get_address_of_privateKey_0() { return &___privateKey_0; } inline void set_privateKey_0(bool value) { ___privateKey_0 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.BaseKdfBytesGenerator struct BaseKdfBytesGenerator_t9F8BAA4766A94011AFFDB7D7C52714FBFD3EB255 : public RuntimeObject { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.BaseKdfBytesGenerator::counterStart int32_t ___counterStart_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.BaseKdfBytesGenerator::digest RuntimeObject* ___digest_1; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.BaseKdfBytesGenerator::shared ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___shared_2; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.BaseKdfBytesGenerator::iv ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___iv_3; public: inline static int32_t get_offset_of_counterStart_0() { return static_cast(offsetof(BaseKdfBytesGenerator_t9F8BAA4766A94011AFFDB7D7C52714FBFD3EB255, ___counterStart_0)); } inline int32_t get_counterStart_0() const { return ___counterStart_0; } inline int32_t* get_address_of_counterStart_0() { return &___counterStart_0; } inline void set_counterStart_0(int32_t value) { ___counterStart_0 = value; } inline static int32_t get_offset_of_digest_1() { return static_cast(offsetof(BaseKdfBytesGenerator_t9F8BAA4766A94011AFFDB7D7C52714FBFD3EB255, ___digest_1)); } inline RuntimeObject* get_digest_1() const { return ___digest_1; } inline RuntimeObject** get_address_of_digest_1() { return &___digest_1; } inline void set_digest_1(RuntimeObject* value) { ___digest_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___digest_1), (void*)value); } inline static int32_t get_offset_of_shared_2() { return static_cast(offsetof(BaseKdfBytesGenerator_t9F8BAA4766A94011AFFDB7D7C52714FBFD3EB255, ___shared_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_shared_2() const { return ___shared_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_shared_2() { return &___shared_2; } inline void set_shared_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___shared_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_2), (void*)value); } inline static int32_t get_offset_of_iv_3() { return static_cast(offsetof(BaseKdfBytesGenerator_t9F8BAA4766A94011AFFDB7D7C52714FBFD3EB255, ___iv_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_iv_3() const { return ___iv_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_iv_3() { return &___iv_3; } inline void set_iv_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___iv_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___iv_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger struct BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 : public RuntimeObject { public: // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::magnitude Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___magnitude_30; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::sign int32_t ___sign_31; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::nBits int32_t ___nBits_32; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::nBitLength int32_t ___nBitLength_33; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::mQuote int32_t ___mQuote_34; public: inline static int32_t get_offset_of_magnitude_30() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___magnitude_30)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_magnitude_30() const { return ___magnitude_30; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_magnitude_30() { return &___magnitude_30; } inline void set_magnitude_30(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___magnitude_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___magnitude_30), (void*)value); } inline static int32_t get_offset_of_sign_31() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___sign_31)); } inline int32_t get_sign_31() const { return ___sign_31; } inline int32_t* get_address_of_sign_31() { return &___sign_31; } inline void set_sign_31(int32_t value) { ___sign_31 = value; } inline static int32_t get_offset_of_nBits_32() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___nBits_32)); } inline int32_t get_nBits_32() const { return ___nBits_32; } inline int32_t* get_address_of_nBits_32() { return &___nBits_32; } inline void set_nBits_32(int32_t value) { ___nBits_32 = value; } inline static int32_t get_offset_of_nBitLength_33() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___nBitLength_33)); } inline int32_t get_nBitLength_33() const { return ___nBitLength_33; } inline int32_t* get_address_of_nBitLength_33() { return &___nBitLength_33; } inline void set_nBitLength_33(int32_t value) { ___nBitLength_33 = value; } inline static int32_t get_offset_of_mQuote_34() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___mQuote_34)); } inline int32_t get_mQuote_34() const { return ___mQuote_34; } inline int32_t* get_address_of_mQuote_34() { return &___mQuote_34; } inline void set_mQuote_34(int32_t value) { ___mQuote_34 = value; } }; struct BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields { public: // System.Int32[][] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::primeLists Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* ___primeLists_0; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::primeProducts Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___primeProducts_1; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ZeroMagnitude Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ZeroMagnitude_4; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ZeroEncoding ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ZeroEncoding_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::SMALL_CONSTANTS BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* ___SMALL_CONSTANTS_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Zero BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Zero_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::One BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___One_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Two BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Two_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Three BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Three_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Ten BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Ten_11; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::BitLengthTable ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___BitLengthTable_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix2 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix2_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix2E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix2E_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix8 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix8_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix8E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix8E_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix10 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix10_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix10E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix10E_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix16 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix16_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix16E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix16E_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::RandomSource SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___RandomSource_25; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ExpWindowThresholds Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ExpWindowThresholds_26; public: inline static int32_t get_offset_of_primeLists_0() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___primeLists_0)); } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* get_primeLists_0() const { return ___primeLists_0; } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF** get_address_of_primeLists_0() { return &___primeLists_0; } inline void set_primeLists_0(Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* value) { ___primeLists_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___primeLists_0), (void*)value); } inline static int32_t get_offset_of_primeProducts_1() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___primeProducts_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_primeProducts_1() const { return ___primeProducts_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_primeProducts_1() { return &___primeProducts_1; } inline void set_primeProducts_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___primeProducts_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___primeProducts_1), (void*)value); } inline static int32_t get_offset_of_ZeroMagnitude_4() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___ZeroMagnitude_4)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_ZeroMagnitude_4() const { return ___ZeroMagnitude_4; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_ZeroMagnitude_4() { return &___ZeroMagnitude_4; } inline void set_ZeroMagnitude_4(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___ZeroMagnitude_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ZeroMagnitude_4), (void*)value); } inline static int32_t get_offset_of_ZeroEncoding_5() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___ZeroEncoding_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_ZeroEncoding_5() const { return ___ZeroEncoding_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_ZeroEncoding_5() { return &___ZeroEncoding_5; } inline void set_ZeroEncoding_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___ZeroEncoding_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ZeroEncoding_5), (void*)value); } inline static int32_t get_offset_of_SMALL_CONSTANTS_6() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___SMALL_CONSTANTS_6)); } inline BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* get_SMALL_CONSTANTS_6() const { return ___SMALL_CONSTANTS_6; } inline BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED** get_address_of_SMALL_CONSTANTS_6() { return &___SMALL_CONSTANTS_6; } inline void set_SMALL_CONSTANTS_6(BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* value) { ___SMALL_CONSTANTS_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___SMALL_CONSTANTS_6), (void*)value); } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Zero_7)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Zero_7() const { return ___Zero_7; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Zero_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___Zero_7), (void*)value); } inline static int32_t get_offset_of_One_8() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___One_8)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_One_8() const { return ___One_8; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_One_8() { return &___One_8; } inline void set_One_8(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___One_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___One_8), (void*)value); } inline static int32_t get_offset_of_Two_9() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Two_9)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Two_9() const { return ___Two_9; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Two_9() { return &___Two_9; } inline void set_Two_9(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Two_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___Two_9), (void*)value); } inline static int32_t get_offset_of_Three_10() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Three_10)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Three_10() const { return ___Three_10; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Three_10() { return &___Three_10; } inline void set_Three_10(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Three_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___Three_10), (void*)value); } inline static int32_t get_offset_of_Ten_11() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Ten_11)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Ten_11() const { return ___Ten_11; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Ten_11() { return &___Ten_11; } inline void set_Ten_11(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Ten_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___Ten_11), (void*)value); } inline static int32_t get_offset_of_BitLengthTable_12() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___BitLengthTable_12)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_BitLengthTable_12() const { return ___BitLengthTable_12; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_BitLengthTable_12() { return &___BitLengthTable_12; } inline void set_BitLengthTable_12(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___BitLengthTable_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___BitLengthTable_12), (void*)value); } inline static int32_t get_offset_of_radix2_17() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix2_17)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix2_17() const { return ___radix2_17; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix2_17() { return &___radix2_17; } inline void set_radix2_17(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix2_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix2_17), (void*)value); } inline static int32_t get_offset_of_radix2E_18() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix2E_18)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix2E_18() const { return ___radix2E_18; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix2E_18() { return &___radix2E_18; } inline void set_radix2E_18(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix2E_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix2E_18), (void*)value); } inline static int32_t get_offset_of_radix8_19() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix8_19)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix8_19() const { return ___radix8_19; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix8_19() { return &___radix8_19; } inline void set_radix8_19(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix8_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix8_19), (void*)value); } inline static int32_t get_offset_of_radix8E_20() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix8E_20)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix8E_20() const { return ___radix8E_20; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix8E_20() { return &___radix8E_20; } inline void set_radix8E_20(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix8E_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix8E_20), (void*)value); } inline static int32_t get_offset_of_radix10_21() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix10_21)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix10_21() const { return ___radix10_21; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix10_21() { return &___radix10_21; } inline void set_radix10_21(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix10_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix10_21), (void*)value); } inline static int32_t get_offset_of_radix10E_22() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix10E_22)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix10E_22() const { return ___radix10E_22; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix10E_22() { return &___radix10E_22; } inline void set_radix10E_22(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix10E_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix10E_22), (void*)value); } inline static int32_t get_offset_of_radix16_23() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix16_23)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix16_23() const { return ___radix16_23; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix16_23() { return &___radix16_23; } inline void set_radix16_23(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix16_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix16_23), (void*)value); } inline static int32_t get_offset_of_radix16E_24() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix16E_24)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix16E_24() const { return ___radix16E_24; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix16E_24() { return &___radix16E_24; } inline void set_radix16E_24(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix16E_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix16E_24), (void*)value); } inline static int32_t get_offset_of_RandomSource_25() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___RandomSource_25)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_RandomSource_25() const { return ___RandomSource_25; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_RandomSource_25() { return &___RandomSource_25; } inline void set_RandomSource_25(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___RandomSource_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___RandomSource_25), (void*)value); } inline static int32_t get_offset_of_ExpWindowThresholds_26() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___ExpWindowThresholds_26)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_ExpWindowThresholds_26() const { return ___ExpWindowThresholds_26; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_ExpWindowThresholds_26() { return &___ExpWindowThresholds_26; } inline void set_ExpWindowThresholds_26(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___ExpWindowThresholds_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___ExpWindowThresholds_26), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.CMac struct CMac_t6DF4D67207426F1C86237DDBF7780910869E0DE9 : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.CMac::ZEROES ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ZEROES_2; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.CMac::mac ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mac_3; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.CMac::buf ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf_4; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.CMac::bufOff int32_t ___bufOff_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.CMac::cipher RuntimeObject* ___cipher_6; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.CMac::macSize int32_t ___macSize_7; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.CMac::L ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___L_8; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.CMac::Lu ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Lu_9; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.CMac::Lu2 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Lu2_10; public: inline static int32_t get_offset_of_ZEROES_2() { return static_cast(offsetof(CMac_t6DF4D67207426F1C86237DDBF7780910869E0DE9, ___ZEROES_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_ZEROES_2() const { return ___ZEROES_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_ZEROES_2() { return &___ZEROES_2; } inline void set_ZEROES_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___ZEROES_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___ZEROES_2), (void*)value); } inline static int32_t get_offset_of_mac_3() { return static_cast(offsetof(CMac_t6DF4D67207426F1C86237DDBF7780910869E0DE9, ___mac_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mac_3() const { return ___mac_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mac_3() { return &___mac_3; } inline void set_mac_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mac_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___mac_3), (void*)value); } inline static int32_t get_offset_of_buf_4() { return static_cast(offsetof(CMac_t6DF4D67207426F1C86237DDBF7780910869E0DE9, ___buf_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buf_4() const { return ___buf_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buf_4() { return &___buf_4; } inline void set_buf_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buf_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_4), (void*)value); } inline static int32_t get_offset_of_bufOff_5() { return static_cast(offsetof(CMac_t6DF4D67207426F1C86237DDBF7780910869E0DE9, ___bufOff_5)); } inline int32_t get_bufOff_5() const { return ___bufOff_5; } inline int32_t* get_address_of_bufOff_5() { return &___bufOff_5; } inline void set_bufOff_5(int32_t value) { ___bufOff_5 = value; } inline static int32_t get_offset_of_cipher_6() { return static_cast(offsetof(CMac_t6DF4D67207426F1C86237DDBF7780910869E0DE9, ___cipher_6)); } inline RuntimeObject* get_cipher_6() const { return ___cipher_6; } inline RuntimeObject** get_address_of_cipher_6() { return &___cipher_6; } inline void set_cipher_6(RuntimeObject* value) { ___cipher_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___cipher_6), (void*)value); } inline static int32_t get_offset_of_macSize_7() { return static_cast(offsetof(CMac_t6DF4D67207426F1C86237DDBF7780910869E0DE9, ___macSize_7)); } inline int32_t get_macSize_7() const { return ___macSize_7; } inline int32_t* get_address_of_macSize_7() { return &___macSize_7; } inline void set_macSize_7(int32_t value) { ___macSize_7 = value; } inline static int32_t get_offset_of_L_8() { return static_cast(offsetof(CMac_t6DF4D67207426F1C86237DDBF7780910869E0DE9, ___L_8)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_L_8() const { return ___L_8; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_L_8() { return &___L_8; } inline void set_L_8(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___L_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___L_8), (void*)value); } inline static int32_t get_offset_of_Lu_9() { return static_cast(offsetof(CMac_t6DF4D67207426F1C86237DDBF7780910869E0DE9, ___Lu_9)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Lu_9() const { return ___Lu_9; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Lu_9() { return &___Lu_9; } inline void set_Lu_9(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Lu_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___Lu_9), (void*)value); } inline static int32_t get_offset_of_Lu2_10() { return static_cast(offsetof(CMac_t6DF4D67207426F1C86237DDBF7780910869E0DE9, ___Lu2_10)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Lu2_10() const { return ___Lu2_10; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Lu2_10() { return &___Lu2_10; } inline void set_Lu2_10(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Lu2_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___Lu2_10), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers struct CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C : public RuntimeObject { public: public: }; struct CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3411 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3411_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3411Hmac DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3411Hmac_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR28147Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR28147Cbc_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::ID_Gost28147_89_CryptoPro_A_ParamSet DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ID_Gost28147_89_CryptoPro_A_ParamSet_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x94 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x94_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x2001 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x2001_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3411x94WithGostR3410x94 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3411x94WithGostR3410x94_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3411x94WithGostR3410x2001 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3411x94WithGostR3410x2001_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3411x94CryptoProParamSet DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3411x94CryptoProParamSet_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x94CryptoProA DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x94CryptoProA_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x94CryptoProB DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x94CryptoProB_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x94CryptoProC DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x94CryptoProC_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x94CryptoProD DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x94CryptoProD_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x94CryptoProXchA DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x94CryptoProXchA_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x94CryptoProXchB DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x94CryptoProXchB_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x94CryptoProXchC DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x94CryptoProXchC_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x2001CryptoProA DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x2001CryptoProA_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x2001CryptoProB DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x2001CryptoProB_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x2001CryptoProC DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x2001CryptoProC_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x2001CryptoProXchA DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x2001CryptoProXchA_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x2001CryptoProXchB DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x2001CryptoProXchB_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostElSgDH3410Default DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostElSgDH3410Default_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostElSgDH3410x1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostElSgDH3410x1_23; public: inline static int32_t get_offset_of_GostR3411_1() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3411_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3411_1() const { return ___GostR3411_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3411_1() { return &___GostR3411_1; } inline void set_GostR3411_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3411_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3411_1), (void*)value); } inline static int32_t get_offset_of_GostR3411Hmac_2() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3411Hmac_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3411Hmac_2() const { return ___GostR3411Hmac_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3411Hmac_2() { return &___GostR3411Hmac_2; } inline void set_GostR3411Hmac_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3411Hmac_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3411Hmac_2), (void*)value); } inline static int32_t get_offset_of_GostR28147Cbc_3() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR28147Cbc_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR28147Cbc_3() const { return ___GostR28147Cbc_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR28147Cbc_3() { return &___GostR28147Cbc_3; } inline void set_GostR28147Cbc_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR28147Cbc_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR28147Cbc_3), (void*)value); } inline static int32_t get_offset_of_ID_Gost28147_89_CryptoPro_A_ParamSet_4() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___ID_Gost28147_89_CryptoPro_A_ParamSet_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ID_Gost28147_89_CryptoPro_A_ParamSet_4() const { return ___ID_Gost28147_89_CryptoPro_A_ParamSet_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ID_Gost28147_89_CryptoPro_A_ParamSet_4() { return &___ID_Gost28147_89_CryptoPro_A_ParamSet_4; } inline void set_ID_Gost28147_89_CryptoPro_A_ParamSet_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ID_Gost28147_89_CryptoPro_A_ParamSet_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ID_Gost28147_89_CryptoPro_A_ParamSet_4), (void*)value); } inline static int32_t get_offset_of_GostR3410x94_5() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x94_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x94_5() const { return ___GostR3410x94_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x94_5() { return &___GostR3410x94_5; } inline void set_GostR3410x94_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x94_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x94_5), (void*)value); } inline static int32_t get_offset_of_GostR3410x2001_6() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x2001_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x2001_6() const { return ___GostR3410x2001_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x2001_6() { return &___GostR3410x2001_6; } inline void set_GostR3410x2001_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x2001_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x2001_6), (void*)value); } inline static int32_t get_offset_of_GostR3411x94WithGostR3410x94_7() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3411x94WithGostR3410x94_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3411x94WithGostR3410x94_7() const { return ___GostR3411x94WithGostR3410x94_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3411x94WithGostR3410x94_7() { return &___GostR3411x94WithGostR3410x94_7; } inline void set_GostR3411x94WithGostR3410x94_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3411x94WithGostR3410x94_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3411x94WithGostR3410x94_7), (void*)value); } inline static int32_t get_offset_of_GostR3411x94WithGostR3410x2001_8() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3411x94WithGostR3410x2001_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3411x94WithGostR3410x2001_8() const { return ___GostR3411x94WithGostR3410x2001_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3411x94WithGostR3410x2001_8() { return &___GostR3411x94WithGostR3410x2001_8; } inline void set_GostR3411x94WithGostR3410x2001_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3411x94WithGostR3410x2001_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3411x94WithGostR3410x2001_8), (void*)value); } inline static int32_t get_offset_of_GostR3411x94CryptoProParamSet_9() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3411x94CryptoProParamSet_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3411x94CryptoProParamSet_9() const { return ___GostR3411x94CryptoProParamSet_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3411x94CryptoProParamSet_9() { return &___GostR3411x94CryptoProParamSet_9; } inline void set_GostR3411x94CryptoProParamSet_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3411x94CryptoProParamSet_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3411x94CryptoProParamSet_9), (void*)value); } inline static int32_t get_offset_of_GostR3410x94CryptoProA_10() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x94CryptoProA_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x94CryptoProA_10() const { return ___GostR3410x94CryptoProA_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x94CryptoProA_10() { return &___GostR3410x94CryptoProA_10; } inline void set_GostR3410x94CryptoProA_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x94CryptoProA_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x94CryptoProA_10), (void*)value); } inline static int32_t get_offset_of_GostR3410x94CryptoProB_11() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x94CryptoProB_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x94CryptoProB_11() const { return ___GostR3410x94CryptoProB_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x94CryptoProB_11() { return &___GostR3410x94CryptoProB_11; } inline void set_GostR3410x94CryptoProB_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x94CryptoProB_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x94CryptoProB_11), (void*)value); } inline static int32_t get_offset_of_GostR3410x94CryptoProC_12() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x94CryptoProC_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x94CryptoProC_12() const { return ___GostR3410x94CryptoProC_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x94CryptoProC_12() { return &___GostR3410x94CryptoProC_12; } inline void set_GostR3410x94CryptoProC_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x94CryptoProC_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x94CryptoProC_12), (void*)value); } inline static int32_t get_offset_of_GostR3410x94CryptoProD_13() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x94CryptoProD_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x94CryptoProD_13() const { return ___GostR3410x94CryptoProD_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x94CryptoProD_13() { return &___GostR3410x94CryptoProD_13; } inline void set_GostR3410x94CryptoProD_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x94CryptoProD_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x94CryptoProD_13), (void*)value); } inline static int32_t get_offset_of_GostR3410x94CryptoProXchA_14() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x94CryptoProXchA_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x94CryptoProXchA_14() const { return ___GostR3410x94CryptoProXchA_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x94CryptoProXchA_14() { return &___GostR3410x94CryptoProXchA_14; } inline void set_GostR3410x94CryptoProXchA_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x94CryptoProXchA_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x94CryptoProXchA_14), (void*)value); } inline static int32_t get_offset_of_GostR3410x94CryptoProXchB_15() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x94CryptoProXchB_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x94CryptoProXchB_15() const { return ___GostR3410x94CryptoProXchB_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x94CryptoProXchB_15() { return &___GostR3410x94CryptoProXchB_15; } inline void set_GostR3410x94CryptoProXchB_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x94CryptoProXchB_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x94CryptoProXchB_15), (void*)value); } inline static int32_t get_offset_of_GostR3410x94CryptoProXchC_16() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x94CryptoProXchC_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x94CryptoProXchC_16() const { return ___GostR3410x94CryptoProXchC_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x94CryptoProXchC_16() { return &___GostR3410x94CryptoProXchC_16; } inline void set_GostR3410x94CryptoProXchC_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x94CryptoProXchC_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x94CryptoProXchC_16), (void*)value); } inline static int32_t get_offset_of_GostR3410x2001CryptoProA_17() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x2001CryptoProA_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x2001CryptoProA_17() const { return ___GostR3410x2001CryptoProA_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x2001CryptoProA_17() { return &___GostR3410x2001CryptoProA_17; } inline void set_GostR3410x2001CryptoProA_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x2001CryptoProA_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x2001CryptoProA_17), (void*)value); } inline static int32_t get_offset_of_GostR3410x2001CryptoProB_18() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x2001CryptoProB_18)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x2001CryptoProB_18() const { return ___GostR3410x2001CryptoProB_18; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x2001CryptoProB_18() { return &___GostR3410x2001CryptoProB_18; } inline void set_GostR3410x2001CryptoProB_18(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x2001CryptoProB_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x2001CryptoProB_18), (void*)value); } inline static int32_t get_offset_of_GostR3410x2001CryptoProC_19() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x2001CryptoProC_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x2001CryptoProC_19() const { return ___GostR3410x2001CryptoProC_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x2001CryptoProC_19() { return &___GostR3410x2001CryptoProC_19; } inline void set_GostR3410x2001CryptoProC_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x2001CryptoProC_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x2001CryptoProC_19), (void*)value); } inline static int32_t get_offset_of_GostR3410x2001CryptoProXchA_20() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x2001CryptoProXchA_20)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x2001CryptoProXchA_20() const { return ___GostR3410x2001CryptoProXchA_20; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x2001CryptoProXchA_20() { return &___GostR3410x2001CryptoProXchA_20; } inline void set_GostR3410x2001CryptoProXchA_20(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x2001CryptoProXchA_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x2001CryptoProXchA_20), (void*)value); } inline static int32_t get_offset_of_GostR3410x2001CryptoProXchB_21() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x2001CryptoProXchB_21)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x2001CryptoProXchB_21() const { return ___GostR3410x2001CryptoProXchB_21; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x2001CryptoProXchB_21() { return &___GostR3410x2001CryptoProXchB_21; } inline void set_GostR3410x2001CryptoProXchB_21(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x2001CryptoProXchB_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x2001CryptoProXchB_21), (void*)value); } inline static int32_t get_offset_of_GostElSgDH3410Default_22() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostElSgDH3410Default_22)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostElSgDH3410Default_22() const { return ___GostElSgDH3410Default_22; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostElSgDH3410Default_22() { return &___GostElSgDH3410Default_22; } inline void set_GostElSgDH3410Default_22(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostElSgDH3410Default_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostElSgDH3410Default_22), (void*)value); } inline static int32_t get_offset_of_GostElSgDH3410x1_23() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostElSgDH3410x1_23)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostElSgDH3410x1_23() const { return ___GostElSgDH3410x1_23; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostElSgDH3410x1_23() { return &___GostElSgDH3410x1_23; } inline void set_GostElSgDH3410x1_23(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostElSgDH3410x1_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostElSgDH3410x1_23), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Kdf.DHKdfParameters struct DHKdfParameters_tBC02DF985D41D8F8FFD1B58094949C0691817426 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Kdf.DHKdfParameters::algorithm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___algorithm_0; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Kdf.DHKdfParameters::keySize int32_t ___keySize_1; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Kdf.DHKdfParameters::z ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___z_2; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Kdf.DHKdfParameters::extraInfo ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___extraInfo_3; public: inline static int32_t get_offset_of_algorithm_0() { return static_cast(offsetof(DHKdfParameters_tBC02DF985D41D8F8FFD1B58094949C0691817426, ___algorithm_0)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_algorithm_0() const { return ___algorithm_0; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_algorithm_0() { return &___algorithm_0; } inline void set_algorithm_0(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___algorithm_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___algorithm_0), (void*)value); } inline static int32_t get_offset_of_keySize_1() { return static_cast(offsetof(DHKdfParameters_tBC02DF985D41D8F8FFD1B58094949C0691817426, ___keySize_1)); } inline int32_t get_keySize_1() const { return ___keySize_1; } inline int32_t* get_address_of_keySize_1() { return &___keySize_1; } inline void set_keySize_1(int32_t value) { ___keySize_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(DHKdfParameters_tBC02DF985D41D8F8FFD1B58094949C0691817426, ___z_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_z_2() const { return ___z_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_z_2() { return &___z_2; } inline void set_z_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___z_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___z_2), (void*)value); } inline static int32_t get_offset_of_extraInfo_3() { return static_cast(offsetof(DHKdfParameters_tBC02DF985D41D8F8FFD1B58094949C0691817426, ___extraInfo_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_extraInfo_3() const { return ___extraInfo_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_extraInfo_3() { return &___extraInfo_3; } inline void set_extraInfo_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___extraInfo_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___extraInfo_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsTransport struct DtlsTransport_t09E3DC2D6515D667DD91F1080F480E3962B8CFBB : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsTransport::mRecordLayer DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * ___mRecordLayer_0; public: inline static int32_t get_offset_of_mRecordLayer_0() { return static_cast(offsetof(DtlsTransport_t09E3DC2D6515D667DD91F1080F480E3962B8CFBB, ___mRecordLayer_0)); } inline DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * get_mRecordLayer_0() const { return ___mRecordLayer_0; } inline DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 ** get_address_of_mRecordLayer_0() { return &___mRecordLayer_0; } inline void set_mRecordLayer_0(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * value) { ___mRecordLayer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mRecordLayer_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECAlgorithms struct ECAlgorithms_tD08CE07FFDF3932D96103ECEABA5FA6B8322B307 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ECBasisType struct ECBasisType_tDDB6BECFE4D6C37DBF32E0FB2CA9B622A96B99FB : public RuntimeObject { public: public: }; // 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.Crypto.Tls.ECCurveType struct ECCurveType_t4B15371EF305A8754E5BF26496202F4AC5E2E228 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.ECDHBasicAgreement struct ECDHBasicAgreement_tD6A54D3C7B422C4E92F51E47FFBEC53FDEA25914 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.ECDHBasicAgreement::privKey ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * ___privKey_0; public: inline static int32_t get_offset_of_privKey_0() { return static_cast(offsetof(ECDHBasicAgreement_tD6A54D3C7B422C4E92F51E47FFBEC53FDEA25914, ___privKey_0)); } inline ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * get_privKey_0() const { return ___privKey_0; } inline ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 ** get_address_of_privKey_0() { return &___privKey_0; } inline void set_privKey_0(ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * value) { ___privKey_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___privKey_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.ECDHCBasicAgreement struct ECDHCBasicAgreement_t12D58B5036AAA4D28EEF51B90FB60F6FEB585FFC : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.ECDHCBasicAgreement::privKey ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * ___privKey_0; public: inline static int32_t get_offset_of_privKey_0() { return static_cast(offsetof(ECDHCBasicAgreement_t12D58B5036AAA4D28EEF51B90FB60F6FEB585FFC, ___privKey_0)); } inline ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * get_privKey_0() const { return ___privKey_0; } inline ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 ** get_address_of_privKey_0() { return &___privKey_0; } inline void set_privKey_0(ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * value) { ___privKey_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___privKey_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Kdf.ECDHKekGenerator struct ECDHKekGenerator_tEBD409F6B4EFFBD4CF52EDA6FE5886C6BB6C9F22 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDerivationFunction BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Kdf.ECDHKekGenerator::kdf RuntimeObject* ___kdf_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Kdf.ECDHKekGenerator::algorithm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___algorithm_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Kdf.ECDHKekGenerator::keySize int32_t ___keySize_2; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Kdf.ECDHKekGenerator::z ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___z_3; public: inline static int32_t get_offset_of_kdf_0() { return static_cast(offsetof(ECDHKekGenerator_tEBD409F6B4EFFBD4CF52EDA6FE5886C6BB6C9F22, ___kdf_0)); } inline RuntimeObject* get_kdf_0() const { return ___kdf_0; } inline RuntimeObject** get_address_of_kdf_0() { return &___kdf_0; } inline void set_kdf_0(RuntimeObject* value) { ___kdf_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___kdf_0), (void*)value); } inline static int32_t get_offset_of_algorithm_1() { return static_cast(offsetof(ECDHKekGenerator_tEBD409F6B4EFFBD4CF52EDA6FE5886C6BB6C9F22, ___algorithm_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_algorithm_1() const { return ___algorithm_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_algorithm_1() { return &___algorithm_1; } inline void set_algorithm_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___algorithm_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___algorithm_1), (void*)value); } inline static int32_t get_offset_of_keySize_2() { return static_cast(offsetof(ECDHKekGenerator_tEBD409F6B4EFFBD4CF52EDA6FE5886C6BB6C9F22, ___keySize_2)); } inline int32_t get_keySize_2() const { return ___keySize_2; } inline int32_t* get_address_of_keySize_2() { return &___keySize_2; } inline void set_keySize_2(int32_t value) { ___keySize_2 = value; } inline static int32_t get_offset_of_z_3() { return static_cast(offsetof(ECDHKekGenerator_tEBD409F6B4EFFBD4CF52EDA6FE5886C6BB6C9F22, ___z_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_z_3() const { return ___z_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_z_3() { return &___z_3; } inline void set_z_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___z_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___z_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters struct ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::curve ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::seed ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___seed_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::g ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___g_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::n BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::h BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___h_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::hInv BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___hInv_5; public: inline static int32_t get_offset_of_curve_0() { return static_cast(offsetof(ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC, ___curve_0)); } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * get_curve_0() const { return ___curve_0; } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 ** get_address_of_curve_0() { return &___curve_0; } inline void set_curve_0(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * value) { ___curve_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___curve_0), (void*)value); } inline static int32_t get_offset_of_seed_1() { return static_cast(offsetof(ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC, ___seed_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_seed_1() const { return ___seed_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_seed_1() { return &___seed_1; } inline void set_seed_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___seed_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___seed_1), (void*)value); } inline static int32_t get_offset_of_g_2() { return static_cast(offsetof(ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC, ___g_2)); } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * get_g_2() const { return ___g_2; } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA ** get_address_of_g_2() { return &___g_2; } inline void set_g_2(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * value) { ___g_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___g_2), (void*)value); } inline static int32_t get_offset_of_n_3() { return static_cast(offsetof(ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC, ___n_3)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_n_3() const { return ___n_3; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_n_3() { return &___n_3; } inline void set_n_3(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___n_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___n_3), (void*)value); } inline static int32_t get_offset_of_h_4() { return static_cast(offsetof(ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC, ___h_4)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_h_4() const { return ___h_4; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_h_4() { return &___h_4; } inline void set_h_4(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___h_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___h_4), (void*)value); } inline static int32_t get_offset_of_hInv_5() { return static_cast(offsetof(ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC, ___hInv_5)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_hInv_5() const { return ___hInv_5; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_hInv_5() { return &___hInv_5; } inline void set_hInv_5(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___hInv_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___hInv_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECDsaSigner struct ECDsaSigner_tB22A90B41509D48DC54D1AFAF408F0E4326A3760 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.IDsaKCalculator BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECDsaSigner::kCalculator RuntimeObject* ___kCalculator_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECDsaSigner::key ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * ___key_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECDsaSigner::random SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random_3; public: inline static int32_t get_offset_of_kCalculator_1() { return static_cast(offsetof(ECDsaSigner_tB22A90B41509D48DC54D1AFAF408F0E4326A3760, ___kCalculator_1)); } inline RuntimeObject* get_kCalculator_1() const { return ___kCalculator_1; } inline RuntimeObject** get_address_of_kCalculator_1() { return &___kCalculator_1; } inline void set_kCalculator_1(RuntimeObject* value) { ___kCalculator_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___kCalculator_1), (void*)value); } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(ECDsaSigner_tB22A90B41509D48DC54D1AFAF408F0E4326A3760, ___key_2)); } inline ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * get_key_2() const { return ___key_2; } inline ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 ** get_address_of_key_2() { return &___key_2; } inline void set_key_2(ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * value) { ___key_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_2), (void*)value); } inline static int32_t get_offset_of_random_3() { return static_cast(offsetof(ECDsaSigner_tB22A90B41509D48DC54D1AFAF408F0E4326A3760, ___random_3)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_random_3() const { return ___random_3; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_random_3() { return &___random_3; } inline void set_random_3(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___random_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___random_3), (void*)value); } }; struct ECDsaSigner_tB22A90B41509D48DC54D1AFAF408F0E4326A3760_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECDsaSigner::Eight BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Eight_0; public: inline static int32_t get_offset_of_Eight_0() { return static_cast(offsetof(ECDsaSigner_tB22A90B41509D48DC54D1AFAF408F0E4326A3760_StaticFields, ___Eight_0)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Eight_0() const { return ___Eight_0; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Eight_0() { return &___Eight_0; } inline void set_Eight_0(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Eight_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Eight_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement struct ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.ECGost3410NamedCurves struct ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4 : public RuntimeObject { public: public: }; struct ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_StaticFields { public: // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.ECGost3410NamedCurves::objIds RuntimeObject* ___objIds_0; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.ECGost3410NamedCurves::parameters RuntimeObject* ___parameters_1; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.ECGost3410NamedCurves::names RuntimeObject* ___names_2; public: inline static int32_t get_offset_of_objIds_0() { return static_cast(offsetof(ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_StaticFields, ___objIds_0)); } inline RuntimeObject* get_objIds_0() const { return ___objIds_0; } inline RuntimeObject** get_address_of_objIds_0() { return &___objIds_0; } inline void set_objIds_0(RuntimeObject* value) { ___objIds_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___objIds_0), (void*)value); } inline static int32_t get_offset_of_parameters_1() { return static_cast(offsetof(ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_StaticFields, ___parameters_1)); } inline RuntimeObject* get_parameters_1() const { return ___parameters_1; } inline RuntimeObject** get_address_of_parameters_1() { return &___parameters_1; } inline void set_parameters_1(RuntimeObject* value) { ___parameters_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_1), (void*)value); } inline static int32_t get_offset_of_names_2() { return static_cast(offsetof(ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_StaticFields, ___names_2)); } inline RuntimeObject* get_names_2() const { return ___names_2; } inline RuntimeObject** get_address_of_names_2() { return &___names_2; } inline void set_names_2(RuntimeObject* value) { ___names_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___names_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECGost3410Signer struct ECGost3410Signer_t754FF32E7348A6F8ED3538379F99F7DAF5E02CAE : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECGost3410Signer::key ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * ___key_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECGost3410Signer::random SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(ECGost3410Signer_t754FF32E7348A6F8ED3538379F99F7DAF5E02CAE, ___key_0)); } inline ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * get_key_0() const { return ___key_0; } inline ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_random_1() { return static_cast(offsetof(ECGost3410Signer_t754FF32E7348A6F8ED3538379F99F7DAF5E02CAE, ___random_1)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_random_1() const { return ___random_1; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_random_1() { return &___random_1; } inline void set_random_1(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___random_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___random_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.ECKeyPairGenerator struct ECKeyPairGenerator_t449F3363BFE123E57E5D0BEAC3A4DF816A9B5F7D : public RuntimeObject { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.ECKeyPairGenerator::algorithm String_t* ___algorithm_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.ECKeyPairGenerator::parameters ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * ___parameters_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.ECKeyPairGenerator::publicKeyParamSet DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___publicKeyParamSet_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.ECKeyPairGenerator::random SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random_3; public: inline static int32_t get_offset_of_algorithm_0() { return static_cast(offsetof(ECKeyPairGenerator_t449F3363BFE123E57E5D0BEAC3A4DF816A9B5F7D, ___algorithm_0)); } inline String_t* get_algorithm_0() const { return ___algorithm_0; } inline String_t** get_address_of_algorithm_0() { return &___algorithm_0; } inline void set_algorithm_0(String_t* value) { ___algorithm_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___algorithm_0), (void*)value); } inline static int32_t get_offset_of_parameters_1() { return static_cast(offsetof(ECKeyPairGenerator_t449F3363BFE123E57E5D0BEAC3A4DF816A9B5F7D, ___parameters_1)); } inline ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * get_parameters_1() const { return ___parameters_1; } inline ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC ** get_address_of_parameters_1() { return &___parameters_1; } inline void set_parameters_1(ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * value) { ___parameters_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_1), (void*)value); } inline static int32_t get_offset_of_publicKeyParamSet_2() { return static_cast(offsetof(ECKeyPairGenerator_t449F3363BFE123E57E5D0BEAC3A4DF816A9B5F7D, ___publicKeyParamSet_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_publicKeyParamSet_2() const { return ___publicKeyParamSet_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_publicKeyParamSet_2() { return &___publicKeyParamSet_2; } inline void set_publicKeyParamSet_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___publicKeyParamSet_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___publicKeyParamSet_2), (void*)value); } inline static int32_t get_offset_of_random_3() { return static_cast(offsetof(ECKeyPairGenerator_t449F3363BFE123E57E5D0BEAC3A4DF816A9B5F7D, ___random_3)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_random_3() const { return ___random_3; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_random_3() { return &___random_3; } inline void set_random_3(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___random_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___random_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.ECMqvBasicAgreement struct ECMqvBasicAgreement_tEADABD2B3F73DD0D87674AD79CBF8CD857F5552A : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.MqvPrivateParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.ECMqvBasicAgreement::privParams MqvPrivateParameters_t5FC169BF7E9130DEB59D0A3E198847975BE0DE87 * ___privParams_0; public: inline static int32_t get_offset_of_privParams_0() { return static_cast(offsetof(ECMqvBasicAgreement_tEADABD2B3F73DD0D87674AD79CBF8CD857F5552A, ___privParams_0)); } inline MqvPrivateParameters_t5FC169BF7E9130DEB59D0A3E198847975BE0DE87 * get_privParams_0() const { return ___privParams_0; } inline MqvPrivateParameters_t5FC169BF7E9130DEB59D0A3E198847975BE0DE87 ** get_address_of_privParams_0() { return &___privParams_0; } inline void set_privParams_0(MqvPrivateParameters_t5FC169BF7E9130DEB59D0A3E198847975BE0DE87 * value) { ___privParams_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___privParams_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECNRSigner struct ECNRSigner_t97E5B5F4CDFB003DC8A9924D707E472BE9D20C31 : public RuntimeObject { public: // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECNRSigner::forSigning bool ___forSigning_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECNRSigner::key ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * ___key_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECNRSigner::random SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random_2; public: inline static int32_t get_offset_of_forSigning_0() { return static_cast(offsetof(ECNRSigner_t97E5B5F4CDFB003DC8A9924D707E472BE9D20C31, ___forSigning_0)); } inline bool get_forSigning_0() const { return ___forSigning_0; } inline bool* get_address_of_forSigning_0() { return &___forSigning_0; } inline void set_forSigning_0(bool value) { ___forSigning_0 = value; } inline static int32_t get_offset_of_key_1() { return static_cast(offsetof(ECNRSigner_t97E5B5F4CDFB003DC8A9924D707E472BE9D20C31, ___key_1)); } inline ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * get_key_1() const { return ___key_1; } inline ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 ** get_address_of_key_1() { return &___key_1; } inline void set_key_1(ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * value) { ___key_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_1), (void*)value); } inline static int32_t get_offset_of_random_2() { return static_cast(offsetof(ECNRSigner_t97E5B5F4CDFB003DC8A9924D707E472BE9D20C31, ___random_2)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_random_2() const { return ___random_2; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_random_2() { return &___random_2; } inline void set_random_2(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___random_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___random_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.ECNamedCurveTable struct ECNamedCurveTable_t1BF7C06D164F1DD4F8C9D14F6EE8FBC47A7402BF : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint struct ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_curve ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___m_curve_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_x ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___m_x_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_y ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___m_y_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_zs ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___m_zs_4; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_withCompression bool ___m_withCompression_5; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_preCompTable RuntimeObject* ___m_preCompTable_6; public: inline static int32_t get_offset_of_m_curve_1() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_curve_1)); } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * get_m_curve_1() const { return ___m_curve_1; } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 ** get_address_of_m_curve_1() { return &___m_curve_1; } inline void set_m_curve_1(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * value) { ___m_curve_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_curve_1), (void*)value); } inline static int32_t get_offset_of_m_x_2() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_x_2)); } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * get_m_x_2() const { return ___m_x_2; } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 ** get_address_of_m_x_2() { return &___m_x_2; } inline void set_m_x_2(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * value) { ___m_x_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_x_2), (void*)value); } inline static int32_t get_offset_of_m_y_3() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_y_3)); } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * get_m_y_3() const { return ___m_y_3; } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 ** get_address_of_m_y_3() { return &___m_y_3; } inline void set_m_y_3(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * value) { ___m_y_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_y_3), (void*)value); } inline static int32_t get_offset_of_m_zs_4() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_zs_4)); } inline ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* get_m_zs_4() const { return ___m_zs_4; } inline ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E** get_address_of_m_zs_4() { return &___m_zs_4; } inline void set_m_zs_4(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* value) { ___m_zs_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_zs_4), (void*)value); } inline static int32_t get_offset_of_m_withCompression_5() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_withCompression_5)); } inline bool get_m_withCompression_5() const { return ___m_withCompression_5; } inline bool* get_address_of_m_withCompression_5() { return &___m_withCompression_5; } inline void set_m_withCompression_5(bool value) { ___m_withCompression_5 = value; } inline static int32_t get_offset_of_m_preCompTable_6() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_preCompTable_6)); } inline RuntimeObject* get_m_preCompTable_6() const { return ___m_preCompTable_6; } inline RuntimeObject** get_address_of_m_preCompTable_6() { return &___m_preCompTable_6; } inline void set_m_preCompTable_6(RuntimeObject* value) { ___m_preCompTable_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_preCompTable_6), (void*)value); } }; struct ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::EMPTY_ZS ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___EMPTY_ZS_0; public: inline static int32_t get_offset_of_EMPTY_ZS_0() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA_StaticFields, ___EMPTY_ZS_0)); } inline ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* get_EMPTY_ZS_0() const { return ___EMPTY_ZS_0; } inline ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E** get_address_of_EMPTY_ZS_0() { return &___EMPTY_ZS_0; } inline void set_EMPTY_ZS_0(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* value) { ___EMPTY_ZS_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___EMPTY_ZS_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ECPointFormat struct ECPointFormat_t57849528C6EF9383FB1C65E1877411A37EF71D7B : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers struct EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884 : public RuntimeObject { public: public: }; struct EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::bsi_de DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___bsi_de_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_PK DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_PK_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_PK_DH DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_PK_DH_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_PK_ECDH DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_PK_ECDH_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_CA DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_CA_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_CA_DH DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_CA_DH_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_CA_DH_3DES_CBC_CBC DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_CA_DH_3DES_CBC_CBC_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_CA_ECDH DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_CA_ECDH_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_CA_ECDH_3DES_CBC_CBC DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_CA_ECDH_3DES_CBC_CBC_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_TA DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_TA_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_TA_RSA DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_TA_RSA_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_TA_RSA_v1_5_SHA_1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_TA_RSA_v1_5_SHA_1_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_TA_RSA_v1_5_SHA_256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_TA_RSA_v1_5_SHA_256_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_TA_RSA_PSS_SHA_1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_TA_RSA_PSS_SHA_1_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_TA_RSA_PSS_SHA_256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_TA_RSA_PSS_SHA_256_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_TA_ECDSA DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_TA_ECDSA_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_TA_ECDSA_SHA_1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_TA_ECDSA_SHA_1_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_TA_ECDSA_SHA_224 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_TA_ECDSA_SHA_224_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_TA_ECDSA_SHA_256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_TA_ECDSA_SHA_256_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_TA_ECDSA_SHA_384 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_TA_ECDSA_SHA_384_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_TA_ECDSA_SHA_512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_TA_ECDSA_SHA_512_20; public: inline static int32_t get_offset_of_bsi_de_0() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___bsi_de_0)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_bsi_de_0() const { return ___bsi_de_0; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_bsi_de_0() { return &___bsi_de_0; } inline void set_bsi_de_0(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___bsi_de_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___bsi_de_0), (void*)value); } inline static int32_t get_offset_of_id_PK_1() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_PK_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_PK_1() const { return ___id_PK_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_PK_1() { return &___id_PK_1; } inline void set_id_PK_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_PK_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_PK_1), (void*)value); } inline static int32_t get_offset_of_id_PK_DH_2() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_PK_DH_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_PK_DH_2() const { return ___id_PK_DH_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_PK_DH_2() { return &___id_PK_DH_2; } inline void set_id_PK_DH_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_PK_DH_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_PK_DH_2), (void*)value); } inline static int32_t get_offset_of_id_PK_ECDH_3() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_PK_ECDH_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_PK_ECDH_3() const { return ___id_PK_ECDH_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_PK_ECDH_3() { return &___id_PK_ECDH_3; } inline void set_id_PK_ECDH_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_PK_ECDH_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_PK_ECDH_3), (void*)value); } inline static int32_t get_offset_of_id_CA_4() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_CA_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_CA_4() const { return ___id_CA_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_CA_4() { return &___id_CA_4; } inline void set_id_CA_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_CA_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_CA_4), (void*)value); } inline static int32_t get_offset_of_id_CA_DH_5() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_CA_DH_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_CA_DH_5() const { return ___id_CA_DH_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_CA_DH_5() { return &___id_CA_DH_5; } inline void set_id_CA_DH_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_CA_DH_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_CA_DH_5), (void*)value); } inline static int32_t get_offset_of_id_CA_DH_3DES_CBC_CBC_6() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_CA_DH_3DES_CBC_CBC_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_CA_DH_3DES_CBC_CBC_6() const { return ___id_CA_DH_3DES_CBC_CBC_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_CA_DH_3DES_CBC_CBC_6() { return &___id_CA_DH_3DES_CBC_CBC_6; } inline void set_id_CA_DH_3DES_CBC_CBC_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_CA_DH_3DES_CBC_CBC_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_CA_DH_3DES_CBC_CBC_6), (void*)value); } inline static int32_t get_offset_of_id_CA_ECDH_7() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_CA_ECDH_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_CA_ECDH_7() const { return ___id_CA_ECDH_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_CA_ECDH_7() { return &___id_CA_ECDH_7; } inline void set_id_CA_ECDH_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_CA_ECDH_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_CA_ECDH_7), (void*)value); } inline static int32_t get_offset_of_id_CA_ECDH_3DES_CBC_CBC_8() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_CA_ECDH_3DES_CBC_CBC_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_CA_ECDH_3DES_CBC_CBC_8() const { return ___id_CA_ECDH_3DES_CBC_CBC_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_CA_ECDH_3DES_CBC_CBC_8() { return &___id_CA_ECDH_3DES_CBC_CBC_8; } inline void set_id_CA_ECDH_3DES_CBC_CBC_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_CA_ECDH_3DES_CBC_CBC_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_CA_ECDH_3DES_CBC_CBC_8), (void*)value); } inline static int32_t get_offset_of_id_TA_9() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_TA_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_TA_9() const { return ___id_TA_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_TA_9() { return &___id_TA_9; } inline void set_id_TA_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_TA_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_TA_9), (void*)value); } inline static int32_t get_offset_of_id_TA_RSA_10() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_TA_RSA_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_TA_RSA_10() const { return ___id_TA_RSA_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_TA_RSA_10() { return &___id_TA_RSA_10; } inline void set_id_TA_RSA_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_TA_RSA_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_TA_RSA_10), (void*)value); } inline static int32_t get_offset_of_id_TA_RSA_v1_5_SHA_1_11() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_TA_RSA_v1_5_SHA_1_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_TA_RSA_v1_5_SHA_1_11() const { return ___id_TA_RSA_v1_5_SHA_1_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_TA_RSA_v1_5_SHA_1_11() { return &___id_TA_RSA_v1_5_SHA_1_11; } inline void set_id_TA_RSA_v1_5_SHA_1_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_TA_RSA_v1_5_SHA_1_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_TA_RSA_v1_5_SHA_1_11), (void*)value); } inline static int32_t get_offset_of_id_TA_RSA_v1_5_SHA_256_12() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_TA_RSA_v1_5_SHA_256_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_TA_RSA_v1_5_SHA_256_12() const { return ___id_TA_RSA_v1_5_SHA_256_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_TA_RSA_v1_5_SHA_256_12() { return &___id_TA_RSA_v1_5_SHA_256_12; } inline void set_id_TA_RSA_v1_5_SHA_256_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_TA_RSA_v1_5_SHA_256_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_TA_RSA_v1_5_SHA_256_12), (void*)value); } inline static int32_t get_offset_of_id_TA_RSA_PSS_SHA_1_13() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_TA_RSA_PSS_SHA_1_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_TA_RSA_PSS_SHA_1_13() const { return ___id_TA_RSA_PSS_SHA_1_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_TA_RSA_PSS_SHA_1_13() { return &___id_TA_RSA_PSS_SHA_1_13; } inline void set_id_TA_RSA_PSS_SHA_1_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_TA_RSA_PSS_SHA_1_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_TA_RSA_PSS_SHA_1_13), (void*)value); } inline static int32_t get_offset_of_id_TA_RSA_PSS_SHA_256_14() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_TA_RSA_PSS_SHA_256_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_TA_RSA_PSS_SHA_256_14() const { return ___id_TA_RSA_PSS_SHA_256_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_TA_RSA_PSS_SHA_256_14() { return &___id_TA_RSA_PSS_SHA_256_14; } inline void set_id_TA_RSA_PSS_SHA_256_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_TA_RSA_PSS_SHA_256_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_TA_RSA_PSS_SHA_256_14), (void*)value); } inline static int32_t get_offset_of_id_TA_ECDSA_15() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_TA_ECDSA_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_TA_ECDSA_15() const { return ___id_TA_ECDSA_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_TA_ECDSA_15() { return &___id_TA_ECDSA_15; } inline void set_id_TA_ECDSA_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_TA_ECDSA_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_TA_ECDSA_15), (void*)value); } inline static int32_t get_offset_of_id_TA_ECDSA_SHA_1_16() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_TA_ECDSA_SHA_1_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_TA_ECDSA_SHA_1_16() const { return ___id_TA_ECDSA_SHA_1_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_TA_ECDSA_SHA_1_16() { return &___id_TA_ECDSA_SHA_1_16; } inline void set_id_TA_ECDSA_SHA_1_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_TA_ECDSA_SHA_1_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_TA_ECDSA_SHA_1_16), (void*)value); } inline static int32_t get_offset_of_id_TA_ECDSA_SHA_224_17() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_TA_ECDSA_SHA_224_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_TA_ECDSA_SHA_224_17() const { return ___id_TA_ECDSA_SHA_224_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_TA_ECDSA_SHA_224_17() { return &___id_TA_ECDSA_SHA_224_17; } inline void set_id_TA_ECDSA_SHA_224_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_TA_ECDSA_SHA_224_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_TA_ECDSA_SHA_224_17), (void*)value); } inline static int32_t get_offset_of_id_TA_ECDSA_SHA_256_18() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_TA_ECDSA_SHA_256_18)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_TA_ECDSA_SHA_256_18() const { return ___id_TA_ECDSA_SHA_256_18; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_TA_ECDSA_SHA_256_18() { return &___id_TA_ECDSA_SHA_256_18; } inline void set_id_TA_ECDSA_SHA_256_18(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_TA_ECDSA_SHA_256_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_TA_ECDSA_SHA_256_18), (void*)value); } inline static int32_t get_offset_of_id_TA_ECDSA_SHA_384_19() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_TA_ECDSA_SHA_384_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_TA_ECDSA_SHA_384_19() const { return ___id_TA_ECDSA_SHA_384_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_TA_ECDSA_SHA_384_19() { return &___id_TA_ECDSA_SHA_384_19; } inline void set_id_TA_ECDSA_SHA_384_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_TA_ECDSA_SHA_384_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_TA_ECDSA_SHA_384_19), (void*)value); } inline static int32_t get_offset_of_id_TA_ECDSA_SHA_512_20() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_TA_ECDSA_SHA_512_20)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_TA_ECDSA_SHA_512_20() const { return ___id_TA_ECDSA_SHA_512_20; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_TA_ECDSA_SHA_512_20() { return &___id_TA_ECDSA_SHA_512_20; } inline void set_id_TA_ECDSA_SHA_512_20(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_TA_ECDSA_SHA_512_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_TA_ECDSA_SHA_512_20), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher struct EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.SicBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher::cipher SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6 * ___cipher_0; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher::forEncryption bool ___forEncryption_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher::blockSize int32_t ___blockSize_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher::mac RuntimeObject* ___mac_3; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher::nonceMac ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___nonceMac_4; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher::associatedTextMac ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___associatedTextMac_5; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher::macBlock ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___macBlock_6; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher::macSize int32_t ___macSize_7; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher::bufBlock ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bufBlock_8; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher::bufOff int32_t ___bufOff_9; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher::cipherInitialized bool ___cipherInitialized_10; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher::initialAssociatedText ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___initialAssociatedText_11; public: inline static int32_t get_offset_of_cipher_0() { return static_cast(offsetof(EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2, ___cipher_0)); } inline SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6 * get_cipher_0() const { return ___cipher_0; } inline SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6 ** get_address_of_cipher_0() { return &___cipher_0; } inline void set_cipher_0(SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6 * value) { ___cipher_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___cipher_0), (void*)value); } inline static int32_t get_offset_of_forEncryption_1() { return static_cast(offsetof(EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2, ___forEncryption_1)); } inline bool get_forEncryption_1() const { return ___forEncryption_1; } inline bool* get_address_of_forEncryption_1() { return &___forEncryption_1; } inline void set_forEncryption_1(bool value) { ___forEncryption_1 = value; } inline static int32_t get_offset_of_blockSize_2() { return static_cast(offsetof(EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2, ___blockSize_2)); } inline int32_t get_blockSize_2() const { return ___blockSize_2; } inline int32_t* get_address_of_blockSize_2() { return &___blockSize_2; } inline void set_blockSize_2(int32_t value) { ___blockSize_2 = value; } inline static int32_t get_offset_of_mac_3() { return static_cast(offsetof(EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2, ___mac_3)); } inline RuntimeObject* get_mac_3() const { return ___mac_3; } inline RuntimeObject** get_address_of_mac_3() { return &___mac_3; } inline void set_mac_3(RuntimeObject* value) { ___mac_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___mac_3), (void*)value); } inline static int32_t get_offset_of_nonceMac_4() { return static_cast(offsetof(EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2, ___nonceMac_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_nonceMac_4() const { return ___nonceMac_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_nonceMac_4() { return &___nonceMac_4; } inline void set_nonceMac_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___nonceMac_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___nonceMac_4), (void*)value); } inline static int32_t get_offset_of_associatedTextMac_5() { return static_cast(offsetof(EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2, ___associatedTextMac_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_associatedTextMac_5() const { return ___associatedTextMac_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_associatedTextMac_5() { return &___associatedTextMac_5; } inline void set_associatedTextMac_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___associatedTextMac_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___associatedTextMac_5), (void*)value); } inline static int32_t get_offset_of_macBlock_6() { return static_cast(offsetof(EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2, ___macBlock_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_macBlock_6() const { return ___macBlock_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_macBlock_6() { return &___macBlock_6; } inline void set_macBlock_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___macBlock_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___macBlock_6), (void*)value); } inline static int32_t get_offset_of_macSize_7() { return static_cast(offsetof(EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2, ___macSize_7)); } inline int32_t get_macSize_7() const { return ___macSize_7; } inline int32_t* get_address_of_macSize_7() { return &___macSize_7; } inline void set_macSize_7(int32_t value) { ___macSize_7 = value; } inline static int32_t get_offset_of_bufBlock_8() { return static_cast(offsetof(EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2, ___bufBlock_8)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_bufBlock_8() const { return ___bufBlock_8; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_bufBlock_8() { return &___bufBlock_8; } inline void set_bufBlock_8(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___bufBlock_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___bufBlock_8), (void*)value); } inline static int32_t get_offset_of_bufOff_9() { return static_cast(offsetof(EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2, ___bufOff_9)); } inline int32_t get_bufOff_9() const { return ___bufOff_9; } inline int32_t* get_address_of_bufOff_9() { return &___bufOff_9; } inline void set_bufOff_9(int32_t value) { ___bufOff_9 = value; } inline static int32_t get_offset_of_cipherInitialized_10() { return static_cast(offsetof(EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2, ___cipherInitialized_10)); } inline bool get_cipherInitialized_10() const { return ___cipherInitialized_10; } inline bool* get_address_of_cipherInitialized_10() { return &___cipherInitialized_10; } inline void set_cipherInitialized_10(bool value) { ___cipherInitialized_10 = value; } inline static int32_t get_offset_of_initialAssociatedText_11() { return static_cast(offsetof(EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2, ___initialAssociatedText_11)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_initialAssociatedText_11() const { return ___initialAssociatedText_11; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_initialAssociatedText_11() { return &___initialAssociatedText_11; } inline void set_initialAssociatedText_11(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___initialAssociatedText_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___initialAssociatedText_11), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519 struct Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B : public RuntimeObject { public: public: }; struct Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::PrehashSize int32_t ___PrehashSize_5; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::PublicKeySize int32_t ___PublicKeySize_6; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::SecretKeySize int32_t ___SecretKeySize_7; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::SignatureSize int32_t ___SignatureSize_8; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::Dom2Prefix ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Dom2Prefix_9; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::P UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___P_10; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::L UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___L_11; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::B_x Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___B_x_17; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::B_y Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___B_y_18; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::C_d Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___C_d_19; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::C_d2 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___C_d2_20; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::C_d4 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___C_d4_21; // System.Object BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::precompLock RuntimeObject * ___precompLock_28; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointExt[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::precompBaseTable PointExtU5BU5D_tB80BC95816BBCFB0B4C569F36E8E0D0A04E84835* ___precompBaseTable_29; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::precompBase Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___precompBase_30; public: inline static int32_t get_offset_of_PrehashSize_5() { return static_cast(offsetof(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields, ___PrehashSize_5)); } inline int32_t get_PrehashSize_5() const { return ___PrehashSize_5; } inline int32_t* get_address_of_PrehashSize_5() { return &___PrehashSize_5; } inline void set_PrehashSize_5(int32_t value) { ___PrehashSize_5 = value; } inline static int32_t get_offset_of_PublicKeySize_6() { return static_cast(offsetof(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields, ___PublicKeySize_6)); } inline int32_t get_PublicKeySize_6() const { return ___PublicKeySize_6; } inline int32_t* get_address_of_PublicKeySize_6() { return &___PublicKeySize_6; } inline void set_PublicKeySize_6(int32_t value) { ___PublicKeySize_6 = value; } inline static int32_t get_offset_of_SecretKeySize_7() { return static_cast(offsetof(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields, ___SecretKeySize_7)); } inline int32_t get_SecretKeySize_7() const { return ___SecretKeySize_7; } inline int32_t* get_address_of_SecretKeySize_7() { return &___SecretKeySize_7; } inline void set_SecretKeySize_7(int32_t value) { ___SecretKeySize_7 = value; } inline static int32_t get_offset_of_SignatureSize_8() { return static_cast(offsetof(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields, ___SignatureSize_8)); } inline int32_t get_SignatureSize_8() const { return ___SignatureSize_8; } inline int32_t* get_address_of_SignatureSize_8() { return &___SignatureSize_8; } inline void set_SignatureSize_8(int32_t value) { ___SignatureSize_8 = value; } inline static int32_t get_offset_of_Dom2Prefix_9() { return static_cast(offsetof(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields, ___Dom2Prefix_9)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Dom2Prefix_9() const { return ___Dom2Prefix_9; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Dom2Prefix_9() { return &___Dom2Prefix_9; } inline void set_Dom2Prefix_9(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Dom2Prefix_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___Dom2Prefix_9), (void*)value); } inline static int32_t get_offset_of_P_10() { return static_cast(offsetof(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields, ___P_10)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_P_10() const { return ___P_10; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_P_10() { return &___P_10; } inline void set_P_10(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___P_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___P_10), (void*)value); } inline static int32_t get_offset_of_L_11() { return static_cast(offsetof(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields, ___L_11)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_L_11() const { return ___L_11; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_L_11() { return &___L_11; } inline void set_L_11(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___L_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___L_11), (void*)value); } inline static int32_t get_offset_of_B_x_17() { return static_cast(offsetof(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields, ___B_x_17)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_B_x_17() const { return ___B_x_17; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_B_x_17() { return &___B_x_17; } inline void set_B_x_17(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___B_x_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___B_x_17), (void*)value); } inline static int32_t get_offset_of_B_y_18() { return static_cast(offsetof(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields, ___B_y_18)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_B_y_18() const { return ___B_y_18; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_B_y_18() { return &___B_y_18; } inline void set_B_y_18(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___B_y_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___B_y_18), (void*)value); } inline static int32_t get_offset_of_C_d_19() { return static_cast(offsetof(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields, ___C_d_19)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_C_d_19() const { return ___C_d_19; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_C_d_19() { return &___C_d_19; } inline void set_C_d_19(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___C_d_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___C_d_19), (void*)value); } inline static int32_t get_offset_of_C_d2_20() { return static_cast(offsetof(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields, ___C_d2_20)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_C_d2_20() const { return ___C_d2_20; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_C_d2_20() { return &___C_d2_20; } inline void set_C_d2_20(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___C_d2_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___C_d2_20), (void*)value); } inline static int32_t get_offset_of_C_d4_21() { return static_cast(offsetof(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields, ___C_d4_21)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_C_d4_21() const { return ___C_d4_21; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_C_d4_21() { return &___C_d4_21; } inline void set_C_d4_21(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___C_d4_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___C_d4_21), (void*)value); } inline static int32_t get_offset_of_precompLock_28() { return static_cast(offsetof(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields, ___precompLock_28)); } inline RuntimeObject * get_precompLock_28() const { return ___precompLock_28; } inline RuntimeObject ** get_address_of_precompLock_28() { return &___precompLock_28; } inline void set_precompLock_28(RuntimeObject * value) { ___precompLock_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___precompLock_28), (void*)value); } inline static int32_t get_offset_of_precompBaseTable_29() { return static_cast(offsetof(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields, ___precompBaseTable_29)); } inline PointExtU5BU5D_tB80BC95816BBCFB0B4C569F36E8E0D0A04E84835* get_precompBaseTable_29() const { return ___precompBaseTable_29; } inline PointExtU5BU5D_tB80BC95816BBCFB0B4C569F36E8E0D0A04E84835** get_address_of_precompBaseTable_29() { return &___precompBaseTable_29; } inline void set_precompBaseTable_29(PointExtU5BU5D_tB80BC95816BBCFB0B4C569F36E8E0D0A04E84835* value) { ___precompBaseTable_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___precompBaseTable_29), (void*)value); } inline static int32_t get_offset_of_precompBase_30() { return static_cast(offsetof(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields, ___precompBase_30)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_precompBase_30() const { return ___precompBase_30; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_precompBase_30() { return &___precompBase_30; } inline void set_precompBase_30(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___precompBase_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___precompBase_30), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.Ed25519KeyPairGenerator struct Ed25519KeyPairGenerator_t4FAD8080F24076439B206FB6D70324D2D3FD018B : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.Ed25519KeyPairGenerator::random SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random_0; public: inline static int32_t get_offset_of_random_0() { return static_cast(offsetof(Ed25519KeyPairGenerator_t4FAD8080F24076439B206FB6D70324D2D3FD018B, ___random_0)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_random_0() const { return ___random_0; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_random_0() { return &___random_0; } inline void set_random_0(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___random_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___random_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519Signer struct Ed25519Signer_tCE9230A4471C07E61BBA123E8C19BD7AA715705F : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519Signer/Buffer BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519Signer::buffer Buffer_t40E860620F7D83759ADAA72E1DED9A822C6042D8 * ___buffer_0; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519Signer::forSigning bool ___forSigning_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PrivateKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519Signer::privateKey Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 * ___privateKey_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519Signer::publicKey Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * ___publicKey_3; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(Ed25519Signer_tCE9230A4471C07E61BBA123E8C19BD7AA715705F, ___buffer_0)); } inline Buffer_t40E860620F7D83759ADAA72E1DED9A822C6042D8 * get_buffer_0() const { return ___buffer_0; } inline Buffer_t40E860620F7D83759ADAA72E1DED9A822C6042D8 ** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(Buffer_t40E860620F7D83759ADAA72E1DED9A822C6042D8 * value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_0), (void*)value); } inline static int32_t get_offset_of_forSigning_1() { return static_cast(offsetof(Ed25519Signer_tCE9230A4471C07E61BBA123E8C19BD7AA715705F, ___forSigning_1)); } inline bool get_forSigning_1() const { return ___forSigning_1; } inline bool* get_address_of_forSigning_1() { return &___forSigning_1; } inline void set_forSigning_1(bool value) { ___forSigning_1 = value; } inline static int32_t get_offset_of_privateKey_2() { return static_cast(offsetof(Ed25519Signer_tCE9230A4471C07E61BBA123E8C19BD7AA715705F, ___privateKey_2)); } inline Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 * get_privateKey_2() const { return ___privateKey_2; } inline Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 ** get_address_of_privateKey_2() { return &___privateKey_2; } inline void set_privateKey_2(Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 * value) { ___privateKey_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___privateKey_2), (void*)value); } inline static int32_t get_offset_of_publicKey_3() { return static_cast(offsetof(Ed25519Signer_tCE9230A4471C07E61BBA123E8C19BD7AA715705F, ___publicKey_3)); } inline Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * get_publicKey_3() const { return ___publicKey_3; } inline Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA ** get_address_of_publicKey_3() { return &___publicKey_3; } inline void set_publicKey_3(Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * value) { ___publicKey_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___publicKey_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519ctxSigner struct Ed25519ctxSigner_t6BDCA4F5B8DAFC9F5F7A8697502D453082BA3A5E : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519ctxSigner/Buffer BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519ctxSigner::buffer Buffer_tB9B9D1C66E8A16E1AD37AF395F3CEC7E56E2A614 * ___buffer_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519ctxSigner::context ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___context_1; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519ctxSigner::forSigning bool ___forSigning_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PrivateKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519ctxSigner::privateKey Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 * ___privateKey_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519ctxSigner::publicKey Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * ___publicKey_4; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(Ed25519ctxSigner_t6BDCA4F5B8DAFC9F5F7A8697502D453082BA3A5E, ___buffer_0)); } inline Buffer_tB9B9D1C66E8A16E1AD37AF395F3CEC7E56E2A614 * get_buffer_0() const { return ___buffer_0; } inline Buffer_tB9B9D1C66E8A16E1AD37AF395F3CEC7E56E2A614 ** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(Buffer_tB9B9D1C66E8A16E1AD37AF395F3CEC7E56E2A614 * value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_0), (void*)value); } inline static int32_t get_offset_of_context_1() { return static_cast(offsetof(Ed25519ctxSigner_t6BDCA4F5B8DAFC9F5F7A8697502D453082BA3A5E, ___context_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_context_1() const { return ___context_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_context_1() { return &___context_1; } inline void set_context_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___context_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___context_1), (void*)value); } inline static int32_t get_offset_of_forSigning_2() { return static_cast(offsetof(Ed25519ctxSigner_t6BDCA4F5B8DAFC9F5F7A8697502D453082BA3A5E, ___forSigning_2)); } inline bool get_forSigning_2() const { return ___forSigning_2; } inline bool* get_address_of_forSigning_2() { return &___forSigning_2; } inline void set_forSigning_2(bool value) { ___forSigning_2 = value; } inline static int32_t get_offset_of_privateKey_3() { return static_cast(offsetof(Ed25519ctxSigner_t6BDCA4F5B8DAFC9F5F7A8697502D453082BA3A5E, ___privateKey_3)); } inline Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 * get_privateKey_3() const { return ___privateKey_3; } inline Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 ** get_address_of_privateKey_3() { return &___privateKey_3; } inline void set_privateKey_3(Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 * value) { ___privateKey_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___privateKey_3), (void*)value); } inline static int32_t get_offset_of_publicKey_4() { return static_cast(offsetof(Ed25519ctxSigner_t6BDCA4F5B8DAFC9F5F7A8697502D453082BA3A5E, ___publicKey_4)); } inline Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * get_publicKey_4() const { return ___publicKey_4; } inline Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA ** get_address_of_publicKey_4() { return &___publicKey_4; } inline void set_publicKey_4(Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * value) { ___publicKey_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___publicKey_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519phSigner struct Ed25519phSigner_t5BC5DF99624F1D8B672436FCD7864B903DB37328 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519phSigner::prehash RuntimeObject* ___prehash_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519phSigner::context ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___context_1; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519phSigner::forSigning bool ___forSigning_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PrivateKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519phSigner::privateKey Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 * ___privateKey_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519phSigner::publicKey Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * ___publicKey_4; public: inline static int32_t get_offset_of_prehash_0() { return static_cast(offsetof(Ed25519phSigner_t5BC5DF99624F1D8B672436FCD7864B903DB37328, ___prehash_0)); } inline RuntimeObject* get_prehash_0() const { return ___prehash_0; } inline RuntimeObject** get_address_of_prehash_0() { return &___prehash_0; } inline void set_prehash_0(RuntimeObject* value) { ___prehash_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___prehash_0), (void*)value); } inline static int32_t get_offset_of_context_1() { return static_cast(offsetof(Ed25519phSigner_t5BC5DF99624F1D8B672436FCD7864B903DB37328, ___context_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_context_1() const { return ___context_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_context_1() { return &___context_1; } inline void set_context_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___context_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___context_1), (void*)value); } inline static int32_t get_offset_of_forSigning_2() { return static_cast(offsetof(Ed25519phSigner_t5BC5DF99624F1D8B672436FCD7864B903DB37328, ___forSigning_2)); } inline bool get_forSigning_2() const { return ___forSigning_2; } inline bool* get_address_of_forSigning_2() { return &___forSigning_2; } inline void set_forSigning_2(bool value) { ___forSigning_2 = value; } inline static int32_t get_offset_of_privateKey_3() { return static_cast(offsetof(Ed25519phSigner_t5BC5DF99624F1D8B672436FCD7864B903DB37328, ___privateKey_3)); } inline Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 * get_privateKey_3() const { return ___privateKey_3; } inline Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 ** get_address_of_privateKey_3() { return &___privateKey_3; } inline void set_privateKey_3(Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 * value) { ___privateKey_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___privateKey_3), (void*)value); } inline static int32_t get_offset_of_publicKey_4() { return static_cast(offsetof(Ed25519phSigner_t5BC5DF99624F1D8B672436FCD7864B903DB37328, ___publicKey_4)); } inline Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * get_publicKey_4() const { return ___publicKey_4; } inline Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA ** get_address_of_publicKey_4() { return &___publicKey_4; } inline void set_publicKey_4(Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * value) { ___publicKey_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___publicKey_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448 struct Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159 : public RuntimeObject { public: public: }; struct Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::PrehashSize int32_t ___PrehashSize_5; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::PublicKeySize int32_t ___PublicKeySize_6; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::SecretKeySize int32_t ___SecretKeySize_7; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::SignatureSize int32_t ___SignatureSize_8; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::Dom4Prefix ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Dom4Prefix_9; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::P UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___P_10; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::L UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___L_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::N BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___N_12; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::B_x UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___B_x_29; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::B_y UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___B_y_30; // System.Object BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::precompLock RuntimeObject * ___precompLock_38; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointExt[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::precompBaseTable PointExtU5BU5D_t38D5178ECD8C52B053BEC5F2F07C83BDABBF8BC1* ___precompBaseTable_39; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::precompBase UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___precompBase_40; public: inline static int32_t get_offset_of_PrehashSize_5() { return static_cast(offsetof(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields, ___PrehashSize_5)); } inline int32_t get_PrehashSize_5() const { return ___PrehashSize_5; } inline int32_t* get_address_of_PrehashSize_5() { return &___PrehashSize_5; } inline void set_PrehashSize_5(int32_t value) { ___PrehashSize_5 = value; } inline static int32_t get_offset_of_PublicKeySize_6() { return static_cast(offsetof(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields, ___PublicKeySize_6)); } inline int32_t get_PublicKeySize_6() const { return ___PublicKeySize_6; } inline int32_t* get_address_of_PublicKeySize_6() { return &___PublicKeySize_6; } inline void set_PublicKeySize_6(int32_t value) { ___PublicKeySize_6 = value; } inline static int32_t get_offset_of_SecretKeySize_7() { return static_cast(offsetof(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields, ___SecretKeySize_7)); } inline int32_t get_SecretKeySize_7() const { return ___SecretKeySize_7; } inline int32_t* get_address_of_SecretKeySize_7() { return &___SecretKeySize_7; } inline void set_SecretKeySize_7(int32_t value) { ___SecretKeySize_7 = value; } inline static int32_t get_offset_of_SignatureSize_8() { return static_cast(offsetof(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields, ___SignatureSize_8)); } inline int32_t get_SignatureSize_8() const { return ___SignatureSize_8; } inline int32_t* get_address_of_SignatureSize_8() { return &___SignatureSize_8; } inline void set_SignatureSize_8(int32_t value) { ___SignatureSize_8 = value; } inline static int32_t get_offset_of_Dom4Prefix_9() { return static_cast(offsetof(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields, ___Dom4Prefix_9)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Dom4Prefix_9() const { return ___Dom4Prefix_9; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Dom4Prefix_9() { return &___Dom4Prefix_9; } inline void set_Dom4Prefix_9(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Dom4Prefix_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___Dom4Prefix_9), (void*)value); } inline static int32_t get_offset_of_P_10() { return static_cast(offsetof(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields, ___P_10)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_P_10() const { return ___P_10; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_P_10() { return &___P_10; } inline void set_P_10(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___P_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___P_10), (void*)value); } inline static int32_t get_offset_of_L_11() { return static_cast(offsetof(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields, ___L_11)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_L_11() const { return ___L_11; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_L_11() { return &___L_11; } inline void set_L_11(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___L_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___L_11), (void*)value); } inline static int32_t get_offset_of_N_12() { return static_cast(offsetof(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields, ___N_12)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_N_12() const { return ___N_12; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_N_12() { return &___N_12; } inline void set_N_12(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___N_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___N_12), (void*)value); } inline static int32_t get_offset_of_B_x_29() { return static_cast(offsetof(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields, ___B_x_29)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_B_x_29() const { return ___B_x_29; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_B_x_29() { return &___B_x_29; } inline void set_B_x_29(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___B_x_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___B_x_29), (void*)value); } inline static int32_t get_offset_of_B_y_30() { return static_cast(offsetof(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields, ___B_y_30)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_B_y_30() const { return ___B_y_30; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_B_y_30() { return &___B_y_30; } inline void set_B_y_30(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___B_y_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___B_y_30), (void*)value); } inline static int32_t get_offset_of_precompLock_38() { return static_cast(offsetof(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields, ___precompLock_38)); } inline RuntimeObject * get_precompLock_38() const { return ___precompLock_38; } inline RuntimeObject ** get_address_of_precompLock_38() { return &___precompLock_38; } inline void set_precompLock_38(RuntimeObject * value) { ___precompLock_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___precompLock_38), (void*)value); } inline static int32_t get_offset_of_precompBaseTable_39() { return static_cast(offsetof(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields, ___precompBaseTable_39)); } inline PointExtU5BU5D_t38D5178ECD8C52B053BEC5F2F07C83BDABBF8BC1* get_precompBaseTable_39() const { return ___precompBaseTable_39; } inline PointExtU5BU5D_t38D5178ECD8C52B053BEC5F2F07C83BDABBF8BC1** get_address_of_precompBaseTable_39() { return &___precompBaseTable_39; } inline void set_precompBaseTable_39(PointExtU5BU5D_t38D5178ECD8C52B053BEC5F2F07C83BDABBF8BC1* value) { ___precompBaseTable_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___precompBaseTable_39), (void*)value); } inline static int32_t get_offset_of_precompBase_40() { return static_cast(offsetof(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields, ___precompBase_40)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_precompBase_40() const { return ___precompBase_40; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_precompBase_40() { return &___precompBase_40; } inline void set_precompBase_40(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___precompBase_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___precompBase_40), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.EnumerableProxy struct EnumerableProxy_t026114E7F2A8CD4B2FA989282FE080341A4614E2 : public RuntimeObject { public: // System.Collections.IEnumerable BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.EnumerableProxy::inner RuntimeObject* ___inner_0; public: inline static int32_t get_offset_of_inner_0() { return static_cast(offsetof(EnumerableProxy_t026114E7F2A8CD4B2FA989282FE080341A4614E2, ___inner_0)); } inline RuntimeObject* get_inner_0() const { return ___inner_0; } inline RuntimeObject** get_address_of_inner_0() { return &___inner_0; } inline void set_inner_0(RuntimeObject* value) { ___inner_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___inner_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KdfParameters struct KdfParameters_t56EBC3CEF1BEB144CDB7BF823CB774656D442189 : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KdfParameters::iv ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___iv_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KdfParameters::shared ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___shared_1; public: inline static int32_t get_offset_of_iv_0() { return static_cast(offsetof(KdfParameters_t56EBC3CEF1BEB144CDB7BF823CB774656D442189, ___iv_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_iv_0() const { return ___iv_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_iv_0() { return &___iv_0; } inline void set_iv_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___iv_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___iv_0), (void*)value); } inline static int32_t get_offset_of_shared_1() { return static_cast(offsetof(KdfParameters_t56EBC3CEF1BEB144CDB7BF823CB774656D442189, ___shared_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_shared_1() const { return ___shared_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_shared_1() { return &___shared_1; } inline void set_shared_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___shared_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.KeccakDigest struct KeccakDigest_t56FB3B7A80AE52DAE66E8F4C89A8B500B7D0613C : public RuntimeObject { public: // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.KeccakDigest::state UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___state_1; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.KeccakDigest::dataQueue ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___dataQueue_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.KeccakDigest::rate int32_t ___rate_3; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.KeccakDigest::bitsInQueue int32_t ___bitsInQueue_4; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.KeccakDigest::fixedOutputLength int32_t ___fixedOutputLength_5; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.KeccakDigest::squeezing bool ___squeezing_6; public: inline static int32_t get_offset_of_state_1() { return static_cast(offsetof(KeccakDigest_t56FB3B7A80AE52DAE66E8F4C89A8B500B7D0613C, ___state_1)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get_state_1() const { return ___state_1; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of_state_1() { return &___state_1; } inline void set_state_1(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ___state_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___state_1), (void*)value); } inline static int32_t get_offset_of_dataQueue_2() { return static_cast(offsetof(KeccakDigest_t56FB3B7A80AE52DAE66E8F4C89A8B500B7D0613C, ___dataQueue_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_dataQueue_2() const { return ___dataQueue_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_dataQueue_2() { return &___dataQueue_2; } inline void set_dataQueue_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___dataQueue_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataQueue_2), (void*)value); } inline static int32_t get_offset_of_rate_3() { return static_cast(offsetof(KeccakDigest_t56FB3B7A80AE52DAE66E8F4C89A8B500B7D0613C, ___rate_3)); } inline int32_t get_rate_3() const { return ___rate_3; } inline int32_t* get_address_of_rate_3() { return &___rate_3; } inline void set_rate_3(int32_t value) { ___rate_3 = value; } inline static int32_t get_offset_of_bitsInQueue_4() { return static_cast(offsetof(KeccakDigest_t56FB3B7A80AE52DAE66E8F4C89A8B500B7D0613C, ___bitsInQueue_4)); } inline int32_t get_bitsInQueue_4() const { return ___bitsInQueue_4; } inline int32_t* get_address_of_bitsInQueue_4() { return &___bitsInQueue_4; } inline void set_bitsInQueue_4(int32_t value) { ___bitsInQueue_4 = value; } inline static int32_t get_offset_of_fixedOutputLength_5() { return static_cast(offsetof(KeccakDigest_t56FB3B7A80AE52DAE66E8F4C89A8B500B7D0613C, ___fixedOutputLength_5)); } inline int32_t get_fixedOutputLength_5() const { return ___fixedOutputLength_5; } inline int32_t* get_address_of_fixedOutputLength_5() { return &___fixedOutputLength_5; } inline void set_fixedOutputLength_5(int32_t value) { ___fixedOutputLength_5 = value; } inline static int32_t get_offset_of_squeezing_6() { return static_cast(offsetof(KeccakDigest_t56FB3B7A80AE52DAE66E8F4C89A8B500B7D0613C, ___squeezing_6)); } inline bool get_squeezing_6() const { return ___squeezing_6; } inline bool* get_address_of_squeezing_6() { return &___squeezing_6; } inline void set_squeezing_6(bool value) { ___squeezing_6 = value; } }; struct KeccakDigest_t56FB3B7A80AE52DAE66E8F4C89A8B500B7D0613C_StaticFields { public: // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.KeccakDigest::KeccakRoundConstants UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___KeccakRoundConstants_0; public: inline static int32_t get_offset_of_KeccakRoundConstants_0() { return static_cast(offsetof(KeccakDigest_t56FB3B7A80AE52DAE66E8F4C89A8B500B7D0613C_StaticFields, ___KeccakRoundConstants_0)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get_KeccakRoundConstants_0() const { return ___KeccakRoundConstants_0; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of_KeccakRoundConstants_0() { return &___KeccakRoundConstants_0; } inline void set_KeccakRoundConstants_0(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ___KeccakRoundConstants_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___KeccakRoundConstants_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.KeyGenerationParameters struct KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.KeyGenerationParameters::random SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random_0; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.KeyGenerationParameters::strength int32_t ___strength_1; public: inline static int32_t get_offset_of_random_0() { return static_cast(offsetof(KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39, ___random_0)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_random_0() const { return ___random_0; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_random_0() { return &___random_0; } inline void set_random_0(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___random_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___random_0), (void*)value); } inline static int32_t get_offset_of_strength_1() { return static_cast(offsetof(KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39, ___strength_1)); } inline int32_t get_strength_1() const { return ___strength_1; } inline int32_t* get_address_of_strength_1() { return &___strength_1; } inline void set_strength_1(int32_t value) { ___strength_1 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter struct KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter::key ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key_0; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC, ___key_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_key_0() const { return ___key_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_key_0() { return &___key_0; } inline void set_key_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest struct LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F : public RuntimeObject { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::MyByteLength int32_t ___MyByteLength_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::xBuf ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___xBuf_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::xBufOff int32_t ___xBufOff_2; // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::byteCount1 int64_t ___byteCount1_3; // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::byteCount2 int64_t ___byteCount2_4; // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::H1 uint64_t ___H1_5; // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::H2 uint64_t ___H2_6; // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::H3 uint64_t ___H3_7; // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::H4 uint64_t ___H4_8; // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::H5 uint64_t ___H5_9; // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::H6 uint64_t ___H6_10; // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::H7 uint64_t ___H7_11; // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::H8 uint64_t ___H8_12; // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::W UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___W_13; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::wOff int32_t ___wOff_14; public: inline static int32_t get_offset_of_MyByteLength_0() { return static_cast(offsetof(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F, ___MyByteLength_0)); } inline int32_t get_MyByteLength_0() const { return ___MyByteLength_0; } inline int32_t* get_address_of_MyByteLength_0() { return &___MyByteLength_0; } inline void set_MyByteLength_0(int32_t value) { ___MyByteLength_0 = value; } inline static int32_t get_offset_of_xBuf_1() { return static_cast(offsetof(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F, ___xBuf_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_xBuf_1() const { return ___xBuf_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_xBuf_1() { return &___xBuf_1; } inline void set_xBuf_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___xBuf_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___xBuf_1), (void*)value); } inline static int32_t get_offset_of_xBufOff_2() { return static_cast(offsetof(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F, ___xBufOff_2)); } inline int32_t get_xBufOff_2() const { return ___xBufOff_2; } inline int32_t* get_address_of_xBufOff_2() { return &___xBufOff_2; } inline void set_xBufOff_2(int32_t value) { ___xBufOff_2 = value; } inline static int32_t get_offset_of_byteCount1_3() { return static_cast(offsetof(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F, ___byteCount1_3)); } inline int64_t get_byteCount1_3() const { return ___byteCount1_3; } inline int64_t* get_address_of_byteCount1_3() { return &___byteCount1_3; } inline void set_byteCount1_3(int64_t value) { ___byteCount1_3 = value; } inline static int32_t get_offset_of_byteCount2_4() { return static_cast(offsetof(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F, ___byteCount2_4)); } inline int64_t get_byteCount2_4() const { return ___byteCount2_4; } inline int64_t* get_address_of_byteCount2_4() { return &___byteCount2_4; } inline void set_byteCount2_4(int64_t value) { ___byteCount2_4 = value; } inline static int32_t get_offset_of_H1_5() { return static_cast(offsetof(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F, ___H1_5)); } inline uint64_t get_H1_5() const { return ___H1_5; } inline uint64_t* get_address_of_H1_5() { return &___H1_5; } inline void set_H1_5(uint64_t value) { ___H1_5 = value; } inline static int32_t get_offset_of_H2_6() { return static_cast(offsetof(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F, ___H2_6)); } inline uint64_t get_H2_6() const { return ___H2_6; } inline uint64_t* get_address_of_H2_6() { return &___H2_6; } inline void set_H2_6(uint64_t value) { ___H2_6 = value; } inline static int32_t get_offset_of_H3_7() { return static_cast(offsetof(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F, ___H3_7)); } inline uint64_t get_H3_7() const { return ___H3_7; } inline uint64_t* get_address_of_H3_7() { return &___H3_7; } inline void set_H3_7(uint64_t value) { ___H3_7 = value; } inline static int32_t get_offset_of_H4_8() { return static_cast(offsetof(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F, ___H4_8)); } inline uint64_t get_H4_8() const { return ___H4_8; } inline uint64_t* get_address_of_H4_8() { return &___H4_8; } inline void set_H4_8(uint64_t value) { ___H4_8 = value; } inline static int32_t get_offset_of_H5_9() { return static_cast(offsetof(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F, ___H5_9)); } inline uint64_t get_H5_9() const { return ___H5_9; } inline uint64_t* get_address_of_H5_9() { return &___H5_9; } inline void set_H5_9(uint64_t value) { ___H5_9 = value; } inline static int32_t get_offset_of_H6_10() { return static_cast(offsetof(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F, ___H6_10)); } inline uint64_t get_H6_10() const { return ___H6_10; } inline uint64_t* get_address_of_H6_10() { return &___H6_10; } inline void set_H6_10(uint64_t value) { ___H6_10 = value; } inline static int32_t get_offset_of_H7_11() { return static_cast(offsetof(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F, ___H7_11)); } inline uint64_t get_H7_11() const { return ___H7_11; } inline uint64_t* get_address_of_H7_11() { return &___H7_11; } inline void set_H7_11(uint64_t value) { ___H7_11 = value; } inline static int32_t get_offset_of_H8_12() { return static_cast(offsetof(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F, ___H8_12)); } inline uint64_t get_H8_12() const { return ___H8_12; } inline uint64_t* get_address_of_H8_12() { return &___H8_12; } inline void set_H8_12(uint64_t value) { ___H8_12 = value; } inline static int32_t get_offset_of_W_13() { return static_cast(offsetof(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F, ___W_13)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get_W_13() const { return ___W_13; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of_W_13() { return &___W_13; } inline void set_W_13(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ___W_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___W_13), (void*)value); } inline static int32_t get_offset_of_wOff_14() { return static_cast(offsetof(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F, ___wOff_14)); } inline int32_t get_wOff_14() const { return ___wOff_14; } inline int32_t* get_address_of_wOff_14() { return &___wOff_14; } inline void set_wOff_14(int32_t value) { ___wOff_14 = value; } }; struct LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F_StaticFields { public: // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.LongDigest::K UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___K_15; public: inline static int32_t get_offset_of_K_15() { return static_cast(offsetof(LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F_StaticFields, ___K_15)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get_K_15() const { return ___K_15; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of_K_15() { return &___K_15; } inline void set_K_15(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ___K_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___K_15), (void*)value); } }; // System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 : public RuntimeObject { public: // System.Object System.MarshalByRefObject::_identity RuntimeObject * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8, ____identity_0)); } inline RuntimeObject * get__identity_0() const { return ____identity_0; } inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; } inline void set__identity_0(RuntimeObject * value) { ____identity_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____identity_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke { Il2CppIUnknown* ____identity_0; }; // Native definition for COM marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com { Il2CppIUnknown* ____identity_0; }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.MqvPrivateParameters struct MqvPrivateParameters_t5FC169BF7E9130DEB59D0A3E198847975BE0DE87 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.MqvPrivateParameters::staticPrivateKey ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * ___staticPrivateKey_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.MqvPrivateParameters::ephemeralPrivateKey ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * ___ephemeralPrivateKey_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.MqvPrivateParameters::ephemeralPublicKey ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * ___ephemeralPublicKey_2; public: inline static int32_t get_offset_of_staticPrivateKey_0() { return static_cast(offsetof(MqvPrivateParameters_t5FC169BF7E9130DEB59D0A3E198847975BE0DE87, ___staticPrivateKey_0)); } inline ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * get_staticPrivateKey_0() const { return ___staticPrivateKey_0; } inline ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 ** get_address_of_staticPrivateKey_0() { return &___staticPrivateKey_0; } inline void set_staticPrivateKey_0(ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * value) { ___staticPrivateKey_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___staticPrivateKey_0), (void*)value); } inline static int32_t get_offset_of_ephemeralPrivateKey_1() { return static_cast(offsetof(MqvPrivateParameters_t5FC169BF7E9130DEB59D0A3E198847975BE0DE87, ___ephemeralPrivateKey_1)); } inline ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * get_ephemeralPrivateKey_1() const { return ___ephemeralPrivateKey_1; } inline ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 ** get_address_of_ephemeralPrivateKey_1() { return &___ephemeralPrivateKey_1; } inline void set_ephemeralPrivateKey_1(ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * value) { ___ephemeralPrivateKey_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___ephemeralPrivateKey_1), (void*)value); } inline static int32_t get_offset_of_ephemeralPublicKey_2() { return static_cast(offsetof(MqvPrivateParameters_t5FC169BF7E9130DEB59D0A3E198847975BE0DE87, ___ephemeralPublicKey_2)); } inline ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * get_ephemeralPublicKey_2() const { return ___ephemeralPublicKey_2; } inline ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB ** get_address_of_ephemeralPublicKey_2() { return &___ephemeralPublicKey_2; } inline void set_ephemeralPublicKey_2(ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * value) { ___ephemeralPublicKey_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___ephemeralPublicKey_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.MqvPublicParameters struct MqvPublicParameters_t45CD88AB7EC58154D669C5D5D68FC11F9BEE6680 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.MqvPublicParameters::staticPublicKey ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * ___staticPublicKey_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.MqvPublicParameters::ephemeralPublicKey ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * ___ephemeralPublicKey_1; public: inline static int32_t get_offset_of_staticPublicKey_0() { return static_cast(offsetof(MqvPublicParameters_t45CD88AB7EC58154D669C5D5D68FC11F9BEE6680, ___staticPublicKey_0)); } inline ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * get_staticPublicKey_0() const { return ___staticPublicKey_0; } inline ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB ** get_address_of_staticPublicKey_0() { return &___staticPublicKey_0; } inline void set_staticPublicKey_0(ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * value) { ___staticPublicKey_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___staticPublicKey_0), (void*)value); } inline static int32_t get_offset_of_ephemeralPublicKey_1() { return static_cast(offsetof(MqvPublicParameters_t45CD88AB7EC58154D669C5D5D68FC11F9BEE6680, ___ephemeralPublicKey_1)); } inline ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * get_ephemeralPublicKey_1() const { return ___ephemeralPublicKey_1; } inline ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB ** get_address_of_ephemeralPublicKey_1() { return &___ephemeralPublicKey_1; } inline void set_ephemeralPublicKey_1(ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * value) { ___ephemeralPublicKey_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___ephemeralPublicKey_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV struct ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV::parameters RuntimeObject* ___parameters_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV::iv ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___iv_1; public: inline static int32_t get_offset_of_parameters_0() { return static_cast(offsetof(ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0, ___parameters_0)); } inline RuntimeObject* get_parameters_0() const { return ___parameters_0; } inline RuntimeObject** get_address_of_parameters_0() { return &___parameters_0; } inline void set_parameters_0(RuntimeObject* value) { ___parameters_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_0), (void*)value); } inline static int32_t get_offset_of_iv_1() { return static_cast(offsetof(ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0, ___iv_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_iv_1() const { return ___iv_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_iv_1() { return &___iv_1; } inline void set_iv_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___iv_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___iv_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom struct ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom::parameters RuntimeObject* ___parameters_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom::random SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random_1; public: inline static int32_t get_offset_of_parameters_0() { return static_cast(offsetof(ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC, ___parameters_0)); } inline RuntimeObject* get_parameters_0() const { return ___parameters_0; } inline RuntimeObject** get_address_of_parameters_0() { return &___parameters_0; } inline void set_parameters_0(RuntimeObject* value) { ___parameters_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_0), (void*)value); } inline static int32_t get_offset_of_random_1() { return static_cast(offsetof(ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC, ___random_1)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_random_1() const { return ___random_1; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_random_1() { return &___random_1; } inline void set_random_1(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___random_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___random_1), (void*)value); } }; // System.Random struct Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 : public RuntimeObject { public: // System.Int32 System.Random::inext int32_t ___inext_0; // System.Int32 System.Random::inextp int32_t ___inextp_1; // System.Int32[] System.Random::SeedArray Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___SeedArray_2; public: inline static int32_t get_offset_of_inext_0() { return static_cast(offsetof(Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118, ___inext_0)); } inline int32_t get_inext_0() const { return ___inext_0; } inline int32_t* get_address_of_inext_0() { return &___inext_0; } inline void set_inext_0(int32_t value) { ___inext_0 = value; } inline static int32_t get_offset_of_inextp_1() { return static_cast(offsetof(Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118, ___inextp_1)); } inline int32_t get_inextp_1() const { return ___inextp_1; } inline int32_t* get_address_of_inextp_1() { return &___inextp_1; } inline void set_inextp_1(int32_t value) { ___inextp_1 = value; } inline static int32_t get_offset_of_SeedArray_2() { return static_cast(offsetof(Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118, ___SeedArray_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_SeedArray_2() const { return ___SeedArray_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_SeedArray_2() { return &___SeedArray_2; } inline void set_SeedArray_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___SeedArray_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___SeedArray_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.RandomDsaKCalculator struct RandomDsaKCalculator_tCC700A028D7BDE02024D912CFA2B81B0E7A42142 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.RandomDsaKCalculator::q BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.RandomDsaKCalculator::random SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random_1; public: inline static int32_t get_offset_of_q_0() { return static_cast(offsetof(RandomDsaKCalculator_tCC700A028D7BDE02024D912CFA2B81B0E7A42142, ___q_0)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_q_0() const { return ___q_0; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_q_0() { return &___q_0; } inline void set_q_0(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___q_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___q_0), (void*)value); } inline static int32_t get_offset_of_random_1() { return static_cast(offsetof(RandomDsaKCalculator_tCC700A028D7BDE02024D912CFA2B81B0E7A42142, ___random_1)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_random_1() const { return ___random_1; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_random_1() { return &___random_1; } inline void set_random_1(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___random_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___random_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Rosstandart.RosstandartObjectIdentifiers struct RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C : public RuntimeObject { public: public: }; struct RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Rosstandart.RosstandartObjectIdentifiers::rosstandart DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___rosstandart_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Rosstandart.RosstandartObjectIdentifiers::id_tc26 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_tc26_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Rosstandart.RosstandartObjectIdentifiers::id_tc26_gost_3411_12_256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_tc26_gost_3411_12_256_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Rosstandart.RosstandartObjectIdentifiers::id_tc26_gost_3411_12_512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_tc26_gost_3411_12_512_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Rosstandart.RosstandartObjectIdentifiers::id_tc26_hmac_gost_3411_12_256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_tc26_hmac_gost_3411_12_256_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Rosstandart.RosstandartObjectIdentifiers::id_tc26_hmac_gost_3411_12_512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_tc26_hmac_gost_3411_12_512_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Rosstandart.RosstandartObjectIdentifiers::id_tc26_gost_3410_12_256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_tc26_gost_3410_12_256_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Rosstandart.RosstandartObjectIdentifiers::id_tc26_gost_3410_12_512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_tc26_gost_3410_12_512_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Rosstandart.RosstandartObjectIdentifiers::id_tc26_signwithdigest_gost_3410_12_256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_tc26_signwithdigest_gost_3410_12_256_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Rosstandart.RosstandartObjectIdentifiers::id_tc26_signwithdigest_gost_3410_12_512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_tc26_signwithdigest_gost_3410_12_512_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Rosstandart.RosstandartObjectIdentifiers::id_tc26_agreement DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_tc26_agreement_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Rosstandart.RosstandartObjectIdentifiers::id_tc26_agreement_gost_3410_12_256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_tc26_agreement_gost_3410_12_256_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Rosstandart.RosstandartObjectIdentifiers::id_tc26_agreement_gost_3410_12_512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_tc26_agreement_gost_3410_12_512_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Rosstandart.RosstandartObjectIdentifiers::id_tc26_gost_3410_12_256_paramSet DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_tc26_gost_3410_12_256_paramSet_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Rosstandart.RosstandartObjectIdentifiers::id_tc26_gost_3410_12_256_paramSetA DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_tc26_gost_3410_12_256_paramSetA_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Rosstandart.RosstandartObjectIdentifiers::id_tc26_gost_3410_12_512_paramSet DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_tc26_gost_3410_12_512_paramSet_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Rosstandart.RosstandartObjectIdentifiers::id_tc26_gost_3410_12_512_paramSetA DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_tc26_gost_3410_12_512_paramSetA_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Rosstandart.RosstandartObjectIdentifiers::id_tc26_gost_3410_12_512_paramSetB DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_tc26_gost_3410_12_512_paramSetB_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Rosstandart.RosstandartObjectIdentifiers::id_tc26_gost_3410_12_512_paramSetC DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_tc26_gost_3410_12_512_paramSetC_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Rosstandart.RosstandartObjectIdentifiers::id_tc26_gost_28147_param_Z DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_tc26_gost_28147_param_Z_19; public: inline static int32_t get_offset_of_rosstandart_0() { return static_cast(offsetof(RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields, ___rosstandart_0)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_rosstandart_0() const { return ___rosstandart_0; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_rosstandart_0() { return &___rosstandart_0; } inline void set_rosstandart_0(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___rosstandart_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___rosstandart_0), (void*)value); } inline static int32_t get_offset_of_id_tc26_1() { return static_cast(offsetof(RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields, ___id_tc26_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_tc26_1() const { return ___id_tc26_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_tc26_1() { return &___id_tc26_1; } inline void set_id_tc26_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_tc26_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_tc26_1), (void*)value); } inline static int32_t get_offset_of_id_tc26_gost_3411_12_256_2() { return static_cast(offsetof(RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields, ___id_tc26_gost_3411_12_256_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_tc26_gost_3411_12_256_2() const { return ___id_tc26_gost_3411_12_256_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_tc26_gost_3411_12_256_2() { return &___id_tc26_gost_3411_12_256_2; } inline void set_id_tc26_gost_3411_12_256_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_tc26_gost_3411_12_256_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_tc26_gost_3411_12_256_2), (void*)value); } inline static int32_t get_offset_of_id_tc26_gost_3411_12_512_3() { return static_cast(offsetof(RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields, ___id_tc26_gost_3411_12_512_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_tc26_gost_3411_12_512_3() const { return ___id_tc26_gost_3411_12_512_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_tc26_gost_3411_12_512_3() { return &___id_tc26_gost_3411_12_512_3; } inline void set_id_tc26_gost_3411_12_512_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_tc26_gost_3411_12_512_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_tc26_gost_3411_12_512_3), (void*)value); } inline static int32_t get_offset_of_id_tc26_hmac_gost_3411_12_256_4() { return static_cast(offsetof(RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields, ___id_tc26_hmac_gost_3411_12_256_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_tc26_hmac_gost_3411_12_256_4() const { return ___id_tc26_hmac_gost_3411_12_256_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_tc26_hmac_gost_3411_12_256_4() { return &___id_tc26_hmac_gost_3411_12_256_4; } inline void set_id_tc26_hmac_gost_3411_12_256_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_tc26_hmac_gost_3411_12_256_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_tc26_hmac_gost_3411_12_256_4), (void*)value); } inline static int32_t get_offset_of_id_tc26_hmac_gost_3411_12_512_5() { return static_cast(offsetof(RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields, ___id_tc26_hmac_gost_3411_12_512_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_tc26_hmac_gost_3411_12_512_5() const { return ___id_tc26_hmac_gost_3411_12_512_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_tc26_hmac_gost_3411_12_512_5() { return &___id_tc26_hmac_gost_3411_12_512_5; } inline void set_id_tc26_hmac_gost_3411_12_512_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_tc26_hmac_gost_3411_12_512_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_tc26_hmac_gost_3411_12_512_5), (void*)value); } inline static int32_t get_offset_of_id_tc26_gost_3410_12_256_6() { return static_cast(offsetof(RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields, ___id_tc26_gost_3410_12_256_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_tc26_gost_3410_12_256_6() const { return ___id_tc26_gost_3410_12_256_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_tc26_gost_3410_12_256_6() { return &___id_tc26_gost_3410_12_256_6; } inline void set_id_tc26_gost_3410_12_256_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_tc26_gost_3410_12_256_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_tc26_gost_3410_12_256_6), (void*)value); } inline static int32_t get_offset_of_id_tc26_gost_3410_12_512_7() { return static_cast(offsetof(RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields, ___id_tc26_gost_3410_12_512_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_tc26_gost_3410_12_512_7() const { return ___id_tc26_gost_3410_12_512_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_tc26_gost_3410_12_512_7() { return &___id_tc26_gost_3410_12_512_7; } inline void set_id_tc26_gost_3410_12_512_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_tc26_gost_3410_12_512_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_tc26_gost_3410_12_512_7), (void*)value); } inline static int32_t get_offset_of_id_tc26_signwithdigest_gost_3410_12_256_8() { return static_cast(offsetof(RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields, ___id_tc26_signwithdigest_gost_3410_12_256_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_tc26_signwithdigest_gost_3410_12_256_8() const { return ___id_tc26_signwithdigest_gost_3410_12_256_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_tc26_signwithdigest_gost_3410_12_256_8() { return &___id_tc26_signwithdigest_gost_3410_12_256_8; } inline void set_id_tc26_signwithdigest_gost_3410_12_256_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_tc26_signwithdigest_gost_3410_12_256_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_tc26_signwithdigest_gost_3410_12_256_8), (void*)value); } inline static int32_t get_offset_of_id_tc26_signwithdigest_gost_3410_12_512_9() { return static_cast(offsetof(RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields, ___id_tc26_signwithdigest_gost_3410_12_512_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_tc26_signwithdigest_gost_3410_12_512_9() const { return ___id_tc26_signwithdigest_gost_3410_12_512_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_tc26_signwithdigest_gost_3410_12_512_9() { return &___id_tc26_signwithdigest_gost_3410_12_512_9; } inline void set_id_tc26_signwithdigest_gost_3410_12_512_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_tc26_signwithdigest_gost_3410_12_512_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_tc26_signwithdigest_gost_3410_12_512_9), (void*)value); } inline static int32_t get_offset_of_id_tc26_agreement_10() { return static_cast(offsetof(RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields, ___id_tc26_agreement_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_tc26_agreement_10() const { return ___id_tc26_agreement_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_tc26_agreement_10() { return &___id_tc26_agreement_10; } inline void set_id_tc26_agreement_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_tc26_agreement_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_tc26_agreement_10), (void*)value); } inline static int32_t get_offset_of_id_tc26_agreement_gost_3410_12_256_11() { return static_cast(offsetof(RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields, ___id_tc26_agreement_gost_3410_12_256_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_tc26_agreement_gost_3410_12_256_11() const { return ___id_tc26_agreement_gost_3410_12_256_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_tc26_agreement_gost_3410_12_256_11() { return &___id_tc26_agreement_gost_3410_12_256_11; } inline void set_id_tc26_agreement_gost_3410_12_256_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_tc26_agreement_gost_3410_12_256_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_tc26_agreement_gost_3410_12_256_11), (void*)value); } inline static int32_t get_offset_of_id_tc26_agreement_gost_3410_12_512_12() { return static_cast(offsetof(RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields, ___id_tc26_agreement_gost_3410_12_512_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_tc26_agreement_gost_3410_12_512_12() const { return ___id_tc26_agreement_gost_3410_12_512_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_tc26_agreement_gost_3410_12_512_12() { return &___id_tc26_agreement_gost_3410_12_512_12; } inline void set_id_tc26_agreement_gost_3410_12_512_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_tc26_agreement_gost_3410_12_512_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_tc26_agreement_gost_3410_12_512_12), (void*)value); } inline static int32_t get_offset_of_id_tc26_gost_3410_12_256_paramSet_13() { return static_cast(offsetof(RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields, ___id_tc26_gost_3410_12_256_paramSet_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_tc26_gost_3410_12_256_paramSet_13() const { return ___id_tc26_gost_3410_12_256_paramSet_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_tc26_gost_3410_12_256_paramSet_13() { return &___id_tc26_gost_3410_12_256_paramSet_13; } inline void set_id_tc26_gost_3410_12_256_paramSet_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_tc26_gost_3410_12_256_paramSet_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_tc26_gost_3410_12_256_paramSet_13), (void*)value); } inline static int32_t get_offset_of_id_tc26_gost_3410_12_256_paramSetA_14() { return static_cast(offsetof(RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields, ___id_tc26_gost_3410_12_256_paramSetA_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_tc26_gost_3410_12_256_paramSetA_14() const { return ___id_tc26_gost_3410_12_256_paramSetA_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_tc26_gost_3410_12_256_paramSetA_14() { return &___id_tc26_gost_3410_12_256_paramSetA_14; } inline void set_id_tc26_gost_3410_12_256_paramSetA_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_tc26_gost_3410_12_256_paramSetA_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_tc26_gost_3410_12_256_paramSetA_14), (void*)value); } inline static int32_t get_offset_of_id_tc26_gost_3410_12_512_paramSet_15() { return static_cast(offsetof(RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields, ___id_tc26_gost_3410_12_512_paramSet_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_tc26_gost_3410_12_512_paramSet_15() const { return ___id_tc26_gost_3410_12_512_paramSet_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_tc26_gost_3410_12_512_paramSet_15() { return &___id_tc26_gost_3410_12_512_paramSet_15; } inline void set_id_tc26_gost_3410_12_512_paramSet_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_tc26_gost_3410_12_512_paramSet_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_tc26_gost_3410_12_512_paramSet_15), (void*)value); } inline static int32_t get_offset_of_id_tc26_gost_3410_12_512_paramSetA_16() { return static_cast(offsetof(RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields, ___id_tc26_gost_3410_12_512_paramSetA_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_tc26_gost_3410_12_512_paramSetA_16() const { return ___id_tc26_gost_3410_12_512_paramSetA_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_tc26_gost_3410_12_512_paramSetA_16() { return &___id_tc26_gost_3410_12_512_paramSetA_16; } inline void set_id_tc26_gost_3410_12_512_paramSetA_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_tc26_gost_3410_12_512_paramSetA_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_tc26_gost_3410_12_512_paramSetA_16), (void*)value); } inline static int32_t get_offset_of_id_tc26_gost_3410_12_512_paramSetB_17() { return static_cast(offsetof(RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields, ___id_tc26_gost_3410_12_512_paramSetB_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_tc26_gost_3410_12_512_paramSetB_17() const { return ___id_tc26_gost_3410_12_512_paramSetB_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_tc26_gost_3410_12_512_paramSetB_17() { return &___id_tc26_gost_3410_12_512_paramSetB_17; } inline void set_id_tc26_gost_3410_12_512_paramSetB_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_tc26_gost_3410_12_512_paramSetB_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_tc26_gost_3410_12_512_paramSetB_17), (void*)value); } inline static int32_t get_offset_of_id_tc26_gost_3410_12_512_paramSetC_18() { return static_cast(offsetof(RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields, ___id_tc26_gost_3410_12_512_paramSetC_18)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_tc26_gost_3410_12_512_paramSetC_18() const { return ___id_tc26_gost_3410_12_512_paramSetC_18; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_tc26_gost_3410_12_512_paramSetC_18() { return &___id_tc26_gost_3410_12_512_paramSetC_18; } inline void set_id_tc26_gost_3410_12_512_paramSetC_18(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_tc26_gost_3410_12_512_paramSetC_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_tc26_gost_3410_12_512_paramSetC_18), (void*)value); } inline static int32_t get_offset_of_id_tc26_gost_28147_param_Z_19() { return static_cast(offsetof(RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields, ___id_tc26_gost_28147_param_Z_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_tc26_gost_28147_param_Z_19() const { return ___id_tc26_gost_28147_param_Z_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_tc26_gost_28147_param_Z_19() { return &___id_tc26_gost_28147_param_Z_19; } inline void set_id_tc26_gost_28147_param_Z_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_tc26_gost_28147_param_Z_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_tc26_gost_28147_param_Z_19), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.SecObjectIdentifiers struct SecObjectIdentifiers_tFEBE0CB4AEB2845EC4E230904781E6F762DFD259 : public RuntimeObject { public: public: }; struct SecObjectIdentifiers_tFEBE0CB4AEB2845EC4E230904781E6F762DFD259_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.SecObjectIdentifiers::EllipticCurve DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___EllipticCurve_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.SecObjectIdentifiers::SecT163k1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SecT163k1_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.SecObjectIdentifiers::SecT163r1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SecT163r1_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.SecObjectIdentifiers::SecT239k1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SecT239k1_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.SecObjectIdentifiers::SecT113r1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SecT113r1_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.SecObjectIdentifiers::SecT113r2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SecT113r2_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.SecObjectIdentifiers::SecP112r1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SecP112r1_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.SecObjectIdentifiers::SecP112r2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SecP112r2_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.SecObjectIdentifiers::SecP160r1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SecP160r1_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.SecObjectIdentifiers::SecP160k1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SecP160k1_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.SecObjectIdentifiers::SecP256k1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SecP256k1_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.SecObjectIdentifiers::SecT163r2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SecT163r2_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.SecObjectIdentifiers::SecT283k1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SecT283k1_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.SecObjectIdentifiers::SecT283r1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SecT283r1_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.SecObjectIdentifiers::SecT131r1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SecT131r1_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.SecObjectIdentifiers::SecT131r2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SecT131r2_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.SecObjectIdentifiers::SecT193r1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SecT193r1_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.SecObjectIdentifiers::SecT193r2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SecT193r2_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.SecObjectIdentifiers::SecT233k1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SecT233k1_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.SecObjectIdentifiers::SecT233r1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SecT233r1_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.SecObjectIdentifiers::SecP128r1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SecP128r1_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.SecObjectIdentifiers::SecP128r2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SecP128r2_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.SecObjectIdentifiers::SecP160r2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SecP160r2_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.SecObjectIdentifiers::SecP192k1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SecP192k1_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.SecObjectIdentifiers::SecP224k1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SecP224k1_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.SecObjectIdentifiers::SecP224r1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SecP224r1_25; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.SecObjectIdentifiers::SecP384r1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SecP384r1_26; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.SecObjectIdentifiers::SecP521r1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SecP521r1_27; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.SecObjectIdentifiers::SecT409k1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SecT409k1_28; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.SecObjectIdentifiers::SecT409r1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SecT409r1_29; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.SecObjectIdentifiers::SecT571k1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SecT571k1_30; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.SecObjectIdentifiers::SecT571r1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SecT571r1_31; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.SecObjectIdentifiers::SecP192r1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SecP192r1_32; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.SecObjectIdentifiers::SecP256r1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SecP256r1_33; public: inline static int32_t get_offset_of_EllipticCurve_0() { return static_cast(offsetof(SecObjectIdentifiers_tFEBE0CB4AEB2845EC4E230904781E6F762DFD259_StaticFields, ___EllipticCurve_0)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_EllipticCurve_0() const { return ___EllipticCurve_0; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_EllipticCurve_0() { return &___EllipticCurve_0; } inline void set_EllipticCurve_0(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___EllipticCurve_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___EllipticCurve_0), (void*)value); } inline static int32_t get_offset_of_SecT163k1_1() { return static_cast(offsetof(SecObjectIdentifiers_tFEBE0CB4AEB2845EC4E230904781E6F762DFD259_StaticFields, ___SecT163k1_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SecT163k1_1() const { return ___SecT163k1_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SecT163k1_1() { return &___SecT163k1_1; } inline void set_SecT163k1_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SecT163k1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___SecT163k1_1), (void*)value); } inline static int32_t get_offset_of_SecT163r1_2() { return static_cast(offsetof(SecObjectIdentifiers_tFEBE0CB4AEB2845EC4E230904781E6F762DFD259_StaticFields, ___SecT163r1_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SecT163r1_2() const { return ___SecT163r1_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SecT163r1_2() { return &___SecT163r1_2; } inline void set_SecT163r1_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SecT163r1_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___SecT163r1_2), (void*)value); } inline static int32_t get_offset_of_SecT239k1_3() { return static_cast(offsetof(SecObjectIdentifiers_tFEBE0CB4AEB2845EC4E230904781E6F762DFD259_StaticFields, ___SecT239k1_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SecT239k1_3() const { return ___SecT239k1_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SecT239k1_3() { return &___SecT239k1_3; } inline void set_SecT239k1_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SecT239k1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___SecT239k1_3), (void*)value); } inline static int32_t get_offset_of_SecT113r1_4() { return static_cast(offsetof(SecObjectIdentifiers_tFEBE0CB4AEB2845EC4E230904781E6F762DFD259_StaticFields, ___SecT113r1_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SecT113r1_4() const { return ___SecT113r1_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SecT113r1_4() { return &___SecT113r1_4; } inline void set_SecT113r1_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SecT113r1_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___SecT113r1_4), (void*)value); } inline static int32_t get_offset_of_SecT113r2_5() { return static_cast(offsetof(SecObjectIdentifiers_tFEBE0CB4AEB2845EC4E230904781E6F762DFD259_StaticFields, ___SecT113r2_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SecT113r2_5() const { return ___SecT113r2_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SecT113r2_5() { return &___SecT113r2_5; } inline void set_SecT113r2_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SecT113r2_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___SecT113r2_5), (void*)value); } inline static int32_t get_offset_of_SecP112r1_6() { return static_cast(offsetof(SecObjectIdentifiers_tFEBE0CB4AEB2845EC4E230904781E6F762DFD259_StaticFields, ___SecP112r1_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SecP112r1_6() const { return ___SecP112r1_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SecP112r1_6() { return &___SecP112r1_6; } inline void set_SecP112r1_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SecP112r1_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___SecP112r1_6), (void*)value); } inline static int32_t get_offset_of_SecP112r2_7() { return static_cast(offsetof(SecObjectIdentifiers_tFEBE0CB4AEB2845EC4E230904781E6F762DFD259_StaticFields, ___SecP112r2_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SecP112r2_7() const { return ___SecP112r2_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SecP112r2_7() { return &___SecP112r2_7; } inline void set_SecP112r2_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SecP112r2_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___SecP112r2_7), (void*)value); } inline static int32_t get_offset_of_SecP160r1_8() { return static_cast(offsetof(SecObjectIdentifiers_tFEBE0CB4AEB2845EC4E230904781E6F762DFD259_StaticFields, ___SecP160r1_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SecP160r1_8() const { return ___SecP160r1_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SecP160r1_8() { return &___SecP160r1_8; } inline void set_SecP160r1_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SecP160r1_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___SecP160r1_8), (void*)value); } inline static int32_t get_offset_of_SecP160k1_9() { return static_cast(offsetof(SecObjectIdentifiers_tFEBE0CB4AEB2845EC4E230904781E6F762DFD259_StaticFields, ___SecP160k1_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SecP160k1_9() const { return ___SecP160k1_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SecP160k1_9() { return &___SecP160k1_9; } inline void set_SecP160k1_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SecP160k1_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___SecP160k1_9), (void*)value); } inline static int32_t get_offset_of_SecP256k1_10() { return static_cast(offsetof(SecObjectIdentifiers_tFEBE0CB4AEB2845EC4E230904781E6F762DFD259_StaticFields, ___SecP256k1_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SecP256k1_10() const { return ___SecP256k1_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SecP256k1_10() { return &___SecP256k1_10; } inline void set_SecP256k1_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SecP256k1_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___SecP256k1_10), (void*)value); } inline static int32_t get_offset_of_SecT163r2_11() { return static_cast(offsetof(SecObjectIdentifiers_tFEBE0CB4AEB2845EC4E230904781E6F762DFD259_StaticFields, ___SecT163r2_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SecT163r2_11() const { return ___SecT163r2_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SecT163r2_11() { return &___SecT163r2_11; } inline void set_SecT163r2_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SecT163r2_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___SecT163r2_11), (void*)value); } inline static int32_t get_offset_of_SecT283k1_12() { return static_cast(offsetof(SecObjectIdentifiers_tFEBE0CB4AEB2845EC4E230904781E6F762DFD259_StaticFields, ___SecT283k1_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SecT283k1_12() const { return ___SecT283k1_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SecT283k1_12() { return &___SecT283k1_12; } inline void set_SecT283k1_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SecT283k1_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___SecT283k1_12), (void*)value); } inline static int32_t get_offset_of_SecT283r1_13() { return static_cast(offsetof(SecObjectIdentifiers_tFEBE0CB4AEB2845EC4E230904781E6F762DFD259_StaticFields, ___SecT283r1_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SecT283r1_13() const { return ___SecT283r1_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SecT283r1_13() { return &___SecT283r1_13; } inline void set_SecT283r1_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SecT283r1_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___SecT283r1_13), (void*)value); } inline static int32_t get_offset_of_SecT131r1_14() { return static_cast(offsetof(SecObjectIdentifiers_tFEBE0CB4AEB2845EC4E230904781E6F762DFD259_StaticFields, ___SecT131r1_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SecT131r1_14() const { return ___SecT131r1_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SecT131r1_14() { return &___SecT131r1_14; } inline void set_SecT131r1_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SecT131r1_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___SecT131r1_14), (void*)value); } inline static int32_t get_offset_of_SecT131r2_15() { return static_cast(offsetof(SecObjectIdentifiers_tFEBE0CB4AEB2845EC4E230904781E6F762DFD259_StaticFields, ___SecT131r2_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SecT131r2_15() const { return ___SecT131r2_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SecT131r2_15() { return &___SecT131r2_15; } inline void set_SecT131r2_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SecT131r2_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___SecT131r2_15), (void*)value); } inline static int32_t get_offset_of_SecT193r1_16() { return static_cast(offsetof(SecObjectIdentifiers_tFEBE0CB4AEB2845EC4E230904781E6F762DFD259_StaticFields, ___SecT193r1_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SecT193r1_16() const { return ___SecT193r1_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SecT193r1_16() { return &___SecT193r1_16; } inline void set_SecT193r1_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SecT193r1_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___SecT193r1_16), (void*)value); } inline static int32_t get_offset_of_SecT193r2_17() { return static_cast(offsetof(SecObjectIdentifiers_tFEBE0CB4AEB2845EC4E230904781E6F762DFD259_StaticFields, ___SecT193r2_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SecT193r2_17() const { return ___SecT193r2_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SecT193r2_17() { return &___SecT193r2_17; } inline void set_SecT193r2_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SecT193r2_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___SecT193r2_17), (void*)value); } inline static int32_t get_offset_of_SecT233k1_18() { return static_cast(offsetof(SecObjectIdentifiers_tFEBE0CB4AEB2845EC4E230904781E6F762DFD259_StaticFields, ___SecT233k1_18)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SecT233k1_18() const { return ___SecT233k1_18; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SecT233k1_18() { return &___SecT233k1_18; } inline void set_SecT233k1_18(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SecT233k1_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___SecT233k1_18), (void*)value); } inline static int32_t get_offset_of_SecT233r1_19() { return static_cast(offsetof(SecObjectIdentifiers_tFEBE0CB4AEB2845EC4E230904781E6F762DFD259_StaticFields, ___SecT233r1_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SecT233r1_19() const { return ___SecT233r1_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SecT233r1_19() { return &___SecT233r1_19; } inline void set_SecT233r1_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SecT233r1_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___SecT233r1_19), (void*)value); } inline static int32_t get_offset_of_SecP128r1_20() { return static_cast(offsetof(SecObjectIdentifiers_tFEBE0CB4AEB2845EC4E230904781E6F762DFD259_StaticFields, ___SecP128r1_20)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SecP128r1_20() const { return ___SecP128r1_20; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SecP128r1_20() { return &___SecP128r1_20; } inline void set_SecP128r1_20(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SecP128r1_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___SecP128r1_20), (void*)value); } inline static int32_t get_offset_of_SecP128r2_21() { return static_cast(offsetof(SecObjectIdentifiers_tFEBE0CB4AEB2845EC4E230904781E6F762DFD259_StaticFields, ___SecP128r2_21)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SecP128r2_21() const { return ___SecP128r2_21; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SecP128r2_21() { return &___SecP128r2_21; } inline void set_SecP128r2_21(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SecP128r2_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___SecP128r2_21), (void*)value); } inline static int32_t get_offset_of_SecP160r2_22() { return static_cast(offsetof(SecObjectIdentifiers_tFEBE0CB4AEB2845EC4E230904781E6F762DFD259_StaticFields, ___SecP160r2_22)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SecP160r2_22() const { return ___SecP160r2_22; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SecP160r2_22() { return &___SecP160r2_22; } inline void set_SecP160r2_22(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SecP160r2_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___SecP160r2_22), (void*)value); } inline static int32_t get_offset_of_SecP192k1_23() { return static_cast(offsetof(SecObjectIdentifiers_tFEBE0CB4AEB2845EC4E230904781E6F762DFD259_StaticFields, ___SecP192k1_23)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SecP192k1_23() const { return ___SecP192k1_23; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SecP192k1_23() { return &___SecP192k1_23; } inline void set_SecP192k1_23(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SecP192k1_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___SecP192k1_23), (void*)value); } inline static int32_t get_offset_of_SecP224k1_24() { return static_cast(offsetof(SecObjectIdentifiers_tFEBE0CB4AEB2845EC4E230904781E6F762DFD259_StaticFields, ___SecP224k1_24)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SecP224k1_24() const { return ___SecP224k1_24; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SecP224k1_24() { return &___SecP224k1_24; } inline void set_SecP224k1_24(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SecP224k1_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___SecP224k1_24), (void*)value); } inline static int32_t get_offset_of_SecP224r1_25() { return static_cast(offsetof(SecObjectIdentifiers_tFEBE0CB4AEB2845EC4E230904781E6F762DFD259_StaticFields, ___SecP224r1_25)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SecP224r1_25() const { return ___SecP224r1_25; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SecP224r1_25() { return &___SecP224r1_25; } inline void set_SecP224r1_25(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SecP224r1_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___SecP224r1_25), (void*)value); } inline static int32_t get_offset_of_SecP384r1_26() { return static_cast(offsetof(SecObjectIdentifiers_tFEBE0CB4AEB2845EC4E230904781E6F762DFD259_StaticFields, ___SecP384r1_26)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SecP384r1_26() const { return ___SecP384r1_26; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SecP384r1_26() { return &___SecP384r1_26; } inline void set_SecP384r1_26(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SecP384r1_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___SecP384r1_26), (void*)value); } inline static int32_t get_offset_of_SecP521r1_27() { return static_cast(offsetof(SecObjectIdentifiers_tFEBE0CB4AEB2845EC4E230904781E6F762DFD259_StaticFields, ___SecP521r1_27)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SecP521r1_27() const { return ___SecP521r1_27; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SecP521r1_27() { return &___SecP521r1_27; } inline void set_SecP521r1_27(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SecP521r1_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___SecP521r1_27), (void*)value); } inline static int32_t get_offset_of_SecT409k1_28() { return static_cast(offsetof(SecObjectIdentifiers_tFEBE0CB4AEB2845EC4E230904781E6F762DFD259_StaticFields, ___SecT409k1_28)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SecT409k1_28() const { return ___SecT409k1_28; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SecT409k1_28() { return &___SecT409k1_28; } inline void set_SecT409k1_28(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SecT409k1_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___SecT409k1_28), (void*)value); } inline static int32_t get_offset_of_SecT409r1_29() { return static_cast(offsetof(SecObjectIdentifiers_tFEBE0CB4AEB2845EC4E230904781E6F762DFD259_StaticFields, ___SecT409r1_29)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SecT409r1_29() const { return ___SecT409r1_29; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SecT409r1_29() { return &___SecT409r1_29; } inline void set_SecT409r1_29(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SecT409r1_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___SecT409r1_29), (void*)value); } inline static int32_t get_offset_of_SecT571k1_30() { return static_cast(offsetof(SecObjectIdentifiers_tFEBE0CB4AEB2845EC4E230904781E6F762DFD259_StaticFields, ___SecT571k1_30)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SecT571k1_30() const { return ___SecT571k1_30; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SecT571k1_30() { return &___SecT571k1_30; } inline void set_SecT571k1_30(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SecT571k1_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___SecT571k1_30), (void*)value); } inline static int32_t get_offset_of_SecT571r1_31() { return static_cast(offsetof(SecObjectIdentifiers_tFEBE0CB4AEB2845EC4E230904781E6F762DFD259_StaticFields, ___SecT571r1_31)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SecT571r1_31() const { return ___SecT571r1_31; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SecT571r1_31() { return &___SecT571r1_31; } inline void set_SecT571r1_31(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SecT571r1_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___SecT571r1_31), (void*)value); } inline static int32_t get_offset_of_SecP192r1_32() { return static_cast(offsetof(SecObjectIdentifiers_tFEBE0CB4AEB2845EC4E230904781E6F762DFD259_StaticFields, ___SecP192r1_32)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SecP192r1_32() const { return ___SecP192r1_32; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SecP192r1_32() { return &___SecP192r1_32; } inline void set_SecP192r1_32(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SecP192r1_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___SecP192r1_32), (void*)value); } inline static int32_t get_offset_of_SecP256r1_33() { return static_cast(offsetof(SecObjectIdentifiers_tFEBE0CB4AEB2845EC4E230904781E6F762DFD259_StaticFields, ___SecP256r1_33)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SecP256r1_33() const { return ___SecP256r1_33; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SecP256r1_33() { return &___SecP256r1_33; } inline void set_SecP256r1_33(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SecP256r1_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___SecP256r1_33), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.SicBlockCipher struct SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.SicBlockCipher::cipher RuntimeObject* ___cipher_0; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.SicBlockCipher::blockSize int32_t ___blockSize_1; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.SicBlockCipher::counter ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___counter_2; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.SicBlockCipher::counterOut ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___counterOut_3; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.SicBlockCipher::IV ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___IV_4; public: inline static int32_t get_offset_of_cipher_0() { return static_cast(offsetof(SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6, ___cipher_0)); } inline RuntimeObject* get_cipher_0() const { return ___cipher_0; } inline RuntimeObject** get_address_of_cipher_0() { return &___cipher_0; } inline void set_cipher_0(RuntimeObject* value) { ___cipher_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___cipher_0), (void*)value); } inline static int32_t get_offset_of_blockSize_1() { return static_cast(offsetof(SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6, ___blockSize_1)); } inline int32_t get_blockSize_1() const { return ___blockSize_1; } inline int32_t* get_address_of_blockSize_1() { return &___blockSize_1; } inline void set_blockSize_1(int32_t value) { ___blockSize_1 = value; } inline static int32_t get_offset_of_counter_2() { return static_cast(offsetof(SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6, ___counter_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_counter_2() const { return ___counter_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_counter_2() { return &___counter_2; } inline void set_counter_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___counter_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___counter_2), (void*)value); } inline static int32_t get_offset_of_counterOut_3() { return static_cast(offsetof(SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6, ___counterOut_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_counterOut_3() const { return ___counterOut_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_counterOut_3() { return &___counterOut_3; } inline void set_counterOut_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___counterOut_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___counterOut_3), (void*)value); } inline static int32_t get_offset_of_IV_4() { return static_cast(offsetof(SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6, ___IV_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_IV_4() const { return ___IV_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_IV_4() { return &___IV_4; } inline void set_IV_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___IV_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___IV_4), (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.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Char[] System.Text.StringBuilder::m_ChunkChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___m_ChunkChars_0; // System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious StringBuilder_t * ___m_ChunkPrevious_1; // System.Int32 System.Text.StringBuilder::m_ChunkLength int32_t ___m_ChunkLength_2; // System.Int32 System.Text.StringBuilder::m_ChunkOffset int32_t ___m_ChunkOffset_3; // System.Int32 System.Text.StringBuilder::m_MaxCapacity int32_t ___m_MaxCapacity_4; public: inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkChars_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; } inline void set_m_ChunkChars_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___m_ChunkChars_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkChars_0), (void*)value); } inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); } inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; } inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; } inline void set_m_ChunkPrevious_1(StringBuilder_t * value) { ___m_ChunkPrevious_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkPrevious_1), (void*)value); } inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkLength_2)); } inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; } inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; } inline void set_m_ChunkLength_2(int32_t value) { ___m_ChunkLength_2 = value; } inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); } inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; } inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; } inline void set_m_ChunkOffset_3(int32_t value) { ___m_ChunkOffset_3 = value; } inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); } inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; } inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; } inline void set_m_MaxCapacity_4(int32_t value) { ___m_MaxCapacity_4 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ValidityPreCompInfo struct ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366 : public RuntimeObject { public: // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ValidityPreCompInfo::failed bool ___failed_1; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ValidityPreCompInfo::curveEquationPassed bool ___curveEquationPassed_2; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ValidityPreCompInfo::orderPassed bool ___orderPassed_3; public: inline static int32_t get_offset_of_failed_1() { return static_cast(offsetof(ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366, ___failed_1)); } inline bool get_failed_1() const { return ___failed_1; } inline bool* get_address_of_failed_1() { return &___failed_1; } inline void set_failed_1(bool value) { ___failed_1 = value; } inline static int32_t get_offset_of_curveEquationPassed_2() { return static_cast(offsetof(ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366, ___curveEquationPassed_2)); } inline bool get_curveEquationPassed_2() const { return ___curveEquationPassed_2; } inline bool* get_address_of_curveEquationPassed_2() { return &___curveEquationPassed_2; } inline void set_curveEquationPassed_2(bool value) { ___curveEquationPassed_2 = value; } inline static int32_t get_offset_of_orderPassed_3() { return static_cast(offsetof(ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366, ___orderPassed_3)); } inline bool get_orderPassed_3() const { return ___orderPassed_3; } inline bool* get_address_of_orderPassed_3() { return &___orderPassed_3; } inline void set_orderPassed_3(bool value) { ___orderPassed_3 = value; } }; struct ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366_StaticFields { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ValidityPreCompInfo::PRECOMP_NAME String_t* ___PRECOMP_NAME_0; public: inline static int32_t get_offset_of_PRECOMP_NAME_0() { return static_cast(offsetof(ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366_StaticFields, ___PRECOMP_NAME_0)); } inline String_t* get_PRECOMP_NAME_0() const { return ___PRECOMP_NAME_0; } inline String_t** get_address_of_PRECOMP_NAME_0() { return &___PRECOMP_NAME_0; } inline void set_PRECOMP_NAME_0(String_t* value) { ___PRECOMP_NAME_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___PRECOMP_NAME_0), (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.Multiplier.WNafPreCompInfo struct WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo::m_preComp ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* ___m_preComp_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo::m_preCompNeg ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* ___m_preCompNeg_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo::m_twice ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___m_twice_2; public: inline static int32_t get_offset_of_m_preComp_0() { return static_cast(offsetof(WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE, ___m_preComp_0)); } inline ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* get_m_preComp_0() const { return ___m_preComp_0; } inline ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF** get_address_of_m_preComp_0() { return &___m_preComp_0; } inline void set_m_preComp_0(ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* value) { ___m_preComp_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_preComp_0), (void*)value); } inline static int32_t get_offset_of_m_preCompNeg_1() { return static_cast(offsetof(WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE, ___m_preCompNeg_1)); } inline ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* get_m_preCompNeg_1() const { return ___m_preCompNeg_1; } inline ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF** get_address_of_m_preCompNeg_1() { return &___m_preCompNeg_1; } inline void set_m_preCompNeg_1(ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* value) { ___m_preCompNeg_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_preCompNeg_1), (void*)value); } inline static int32_t get_offset_of_m_twice_2() { return static_cast(offsetof(WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE, ___m_twice_2)); } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * get_m_twice_2() const { return ___m_twice_2; } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA ** get_address_of_m_twice_2() { return &___m_twice_2; } inline void set_m_twice_2(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * value) { ___m_twice_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_twice_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers struct X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E : public RuntimeObject { public: public: }; struct X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::ansi_X9_62 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ansi_X9_62_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::IdFieldType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdFieldType_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::PrimeField DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PrimeField_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::CharacteristicTwoField DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CharacteristicTwoField_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::GNBasis DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GNBasis_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::TPBasis DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___TPBasis_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::PPBasis DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PPBasis_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::id_ecSigType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_ecSigType_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::ECDsaWithSha1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ECDsaWithSha1_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::id_publicKeyType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_publicKeyType_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::IdECPublicKey DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdECPublicKey_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::ECDsaWithSha2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ECDsaWithSha2_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::ECDsaWithSha224 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ECDsaWithSha224_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::ECDsaWithSha256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ECDsaWithSha256_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::ECDsaWithSha384 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ECDsaWithSha384_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::ECDsaWithSha512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ECDsaWithSha512_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::EllipticCurve DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___EllipticCurve_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::CTwoCurve DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CTwoCurve_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Pnb163v1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Pnb163v1_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Pnb163v2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Pnb163v2_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Pnb163v3 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Pnb163v3_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Pnb176w1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Pnb176w1_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Tnb191v1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Tnb191v1_25; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Tnb191v2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Tnb191v2_26; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Tnb191v3 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Tnb191v3_27; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Onb191v4 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Onb191v4_28; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Onb191v5 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Onb191v5_29; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Pnb208w1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Pnb208w1_30; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Tnb239v1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Tnb239v1_31; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Tnb239v2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Tnb239v2_32; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Tnb239v3 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Tnb239v3_33; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Onb239v4 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Onb239v4_34; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Onb239v5 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Onb239v5_35; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Pnb272w1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Pnb272w1_36; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Pnb304w1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Pnb304w1_37; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Tnb359v1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Tnb359v1_38; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Pnb368w1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Pnb368w1_39; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Tnb431r1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Tnb431r1_40; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::PrimeCurve DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PrimeCurve_41; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::Prime192v1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Prime192v1_42; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::Prime192v2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Prime192v2_43; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::Prime192v3 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Prime192v3_44; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::Prime239v1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Prime239v1_45; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::Prime239v2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Prime239v2_46; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::Prime239v3 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Prime239v3_47; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::Prime256v1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Prime256v1_48; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::IdDsa DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdDsa_49; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::IdDsaWithSha1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdDsaWithSha1_50; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::X9x63Scheme DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___X9x63Scheme_51; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::DHSinglePassStdDHSha1KdfScheme DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DHSinglePassStdDHSha1KdfScheme_52; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::DHSinglePassCofactorDHSha1KdfScheme DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DHSinglePassCofactorDHSha1KdfScheme_53; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::MqvSinglePassSha1KdfScheme DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MqvSinglePassSha1KdfScheme_54; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::ansi_x9_42 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ansi_x9_42_55; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::DHPublicNumber DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DHPublicNumber_56; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::X9x42Schemes DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___X9x42Schemes_57; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::DHStatic DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DHStatic_58; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::DHEphem DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DHEphem_59; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::DHOneFlow DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DHOneFlow_60; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::DHHybrid1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DHHybrid1_61; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::DHHybrid2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DHHybrid2_62; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::DHHybridOneFlow DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DHHybridOneFlow_63; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::Mqv2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Mqv2_64; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::Mqv1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Mqv1_65; public: inline static int32_t get_offset_of_ansi_X9_62_1() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___ansi_X9_62_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ansi_X9_62_1() const { return ___ansi_X9_62_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ansi_X9_62_1() { return &___ansi_X9_62_1; } inline void set_ansi_X9_62_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ansi_X9_62_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___ansi_X9_62_1), (void*)value); } inline static int32_t get_offset_of_IdFieldType_2() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___IdFieldType_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdFieldType_2() const { return ___IdFieldType_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdFieldType_2() { return &___IdFieldType_2; } inline void set_IdFieldType_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdFieldType_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdFieldType_2), (void*)value); } inline static int32_t get_offset_of_PrimeField_3() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___PrimeField_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PrimeField_3() const { return ___PrimeField_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PrimeField_3() { return &___PrimeField_3; } inline void set_PrimeField_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PrimeField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___PrimeField_3), (void*)value); } inline static int32_t get_offset_of_CharacteristicTwoField_4() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___CharacteristicTwoField_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CharacteristicTwoField_4() const { return ___CharacteristicTwoField_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CharacteristicTwoField_4() { return &___CharacteristicTwoField_4; } inline void set_CharacteristicTwoField_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CharacteristicTwoField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___CharacteristicTwoField_4), (void*)value); } inline static int32_t get_offset_of_GNBasis_5() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___GNBasis_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GNBasis_5() const { return ___GNBasis_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GNBasis_5() { return &___GNBasis_5; } inline void set_GNBasis_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GNBasis_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___GNBasis_5), (void*)value); } inline static int32_t get_offset_of_TPBasis_6() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___TPBasis_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_TPBasis_6() const { return ___TPBasis_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_TPBasis_6() { return &___TPBasis_6; } inline void set_TPBasis_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___TPBasis_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___TPBasis_6), (void*)value); } inline static int32_t get_offset_of_PPBasis_7() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___PPBasis_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PPBasis_7() const { return ___PPBasis_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PPBasis_7() { return &___PPBasis_7; } inline void set_PPBasis_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PPBasis_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___PPBasis_7), (void*)value); } inline static int32_t get_offset_of_id_ecSigType_9() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___id_ecSigType_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_ecSigType_9() const { return ___id_ecSigType_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_ecSigType_9() { return &___id_ecSigType_9; } inline void set_id_ecSigType_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_ecSigType_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_ecSigType_9), (void*)value); } inline static int32_t get_offset_of_ECDsaWithSha1_10() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___ECDsaWithSha1_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ECDsaWithSha1_10() const { return ___ECDsaWithSha1_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ECDsaWithSha1_10() { return &___ECDsaWithSha1_10; } inline void set_ECDsaWithSha1_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ECDsaWithSha1_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___ECDsaWithSha1_10), (void*)value); } inline static int32_t get_offset_of_id_publicKeyType_12() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___id_publicKeyType_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_publicKeyType_12() const { return ___id_publicKeyType_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_publicKeyType_12() { return &___id_publicKeyType_12; } inline void set_id_publicKeyType_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_publicKeyType_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_publicKeyType_12), (void*)value); } inline static int32_t get_offset_of_IdECPublicKey_13() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___IdECPublicKey_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdECPublicKey_13() const { return ___IdECPublicKey_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdECPublicKey_13() { return &___IdECPublicKey_13; } inline void set_IdECPublicKey_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdECPublicKey_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdECPublicKey_13), (void*)value); } inline static int32_t get_offset_of_ECDsaWithSha2_14() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___ECDsaWithSha2_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ECDsaWithSha2_14() const { return ___ECDsaWithSha2_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ECDsaWithSha2_14() { return &___ECDsaWithSha2_14; } inline void set_ECDsaWithSha2_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ECDsaWithSha2_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___ECDsaWithSha2_14), (void*)value); } inline static int32_t get_offset_of_ECDsaWithSha224_15() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___ECDsaWithSha224_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ECDsaWithSha224_15() const { return ___ECDsaWithSha224_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ECDsaWithSha224_15() { return &___ECDsaWithSha224_15; } inline void set_ECDsaWithSha224_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ECDsaWithSha224_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___ECDsaWithSha224_15), (void*)value); } inline static int32_t get_offset_of_ECDsaWithSha256_16() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___ECDsaWithSha256_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ECDsaWithSha256_16() const { return ___ECDsaWithSha256_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ECDsaWithSha256_16() { return &___ECDsaWithSha256_16; } inline void set_ECDsaWithSha256_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ECDsaWithSha256_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___ECDsaWithSha256_16), (void*)value); } inline static int32_t get_offset_of_ECDsaWithSha384_17() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___ECDsaWithSha384_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ECDsaWithSha384_17() const { return ___ECDsaWithSha384_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ECDsaWithSha384_17() { return &___ECDsaWithSha384_17; } inline void set_ECDsaWithSha384_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ECDsaWithSha384_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___ECDsaWithSha384_17), (void*)value); } inline static int32_t get_offset_of_ECDsaWithSha512_18() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___ECDsaWithSha512_18)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ECDsaWithSha512_18() const { return ___ECDsaWithSha512_18; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ECDsaWithSha512_18() { return &___ECDsaWithSha512_18; } inline void set_ECDsaWithSha512_18(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ECDsaWithSha512_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___ECDsaWithSha512_18), (void*)value); } inline static int32_t get_offset_of_EllipticCurve_19() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___EllipticCurve_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_EllipticCurve_19() const { return ___EllipticCurve_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_EllipticCurve_19() { return &___EllipticCurve_19; } inline void set_EllipticCurve_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___EllipticCurve_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___EllipticCurve_19), (void*)value); } inline static int32_t get_offset_of_CTwoCurve_20() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___CTwoCurve_20)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CTwoCurve_20() const { return ___CTwoCurve_20; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CTwoCurve_20() { return &___CTwoCurve_20; } inline void set_CTwoCurve_20(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CTwoCurve_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___CTwoCurve_20), (void*)value); } inline static int32_t get_offset_of_C2Pnb163v1_21() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Pnb163v1_21)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Pnb163v1_21() const { return ___C2Pnb163v1_21; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Pnb163v1_21() { return &___C2Pnb163v1_21; } inline void set_C2Pnb163v1_21(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Pnb163v1_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Pnb163v1_21), (void*)value); } inline static int32_t get_offset_of_C2Pnb163v2_22() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Pnb163v2_22)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Pnb163v2_22() const { return ___C2Pnb163v2_22; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Pnb163v2_22() { return &___C2Pnb163v2_22; } inline void set_C2Pnb163v2_22(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Pnb163v2_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Pnb163v2_22), (void*)value); } inline static int32_t get_offset_of_C2Pnb163v3_23() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Pnb163v3_23)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Pnb163v3_23() const { return ___C2Pnb163v3_23; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Pnb163v3_23() { return &___C2Pnb163v3_23; } inline void set_C2Pnb163v3_23(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Pnb163v3_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Pnb163v3_23), (void*)value); } inline static int32_t get_offset_of_C2Pnb176w1_24() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Pnb176w1_24)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Pnb176w1_24() const { return ___C2Pnb176w1_24; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Pnb176w1_24() { return &___C2Pnb176w1_24; } inline void set_C2Pnb176w1_24(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Pnb176w1_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Pnb176w1_24), (void*)value); } inline static int32_t get_offset_of_C2Tnb191v1_25() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Tnb191v1_25)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Tnb191v1_25() const { return ___C2Tnb191v1_25; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Tnb191v1_25() { return &___C2Tnb191v1_25; } inline void set_C2Tnb191v1_25(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Tnb191v1_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Tnb191v1_25), (void*)value); } inline static int32_t get_offset_of_C2Tnb191v2_26() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Tnb191v2_26)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Tnb191v2_26() const { return ___C2Tnb191v2_26; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Tnb191v2_26() { return &___C2Tnb191v2_26; } inline void set_C2Tnb191v2_26(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Tnb191v2_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Tnb191v2_26), (void*)value); } inline static int32_t get_offset_of_C2Tnb191v3_27() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Tnb191v3_27)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Tnb191v3_27() const { return ___C2Tnb191v3_27; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Tnb191v3_27() { return &___C2Tnb191v3_27; } inline void set_C2Tnb191v3_27(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Tnb191v3_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Tnb191v3_27), (void*)value); } inline static int32_t get_offset_of_C2Onb191v4_28() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Onb191v4_28)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Onb191v4_28() const { return ___C2Onb191v4_28; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Onb191v4_28() { return &___C2Onb191v4_28; } inline void set_C2Onb191v4_28(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Onb191v4_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Onb191v4_28), (void*)value); } inline static int32_t get_offset_of_C2Onb191v5_29() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Onb191v5_29)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Onb191v5_29() const { return ___C2Onb191v5_29; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Onb191v5_29() { return &___C2Onb191v5_29; } inline void set_C2Onb191v5_29(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Onb191v5_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Onb191v5_29), (void*)value); } inline static int32_t get_offset_of_C2Pnb208w1_30() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Pnb208w1_30)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Pnb208w1_30() const { return ___C2Pnb208w1_30; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Pnb208w1_30() { return &___C2Pnb208w1_30; } inline void set_C2Pnb208w1_30(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Pnb208w1_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Pnb208w1_30), (void*)value); } inline static int32_t get_offset_of_C2Tnb239v1_31() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Tnb239v1_31)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Tnb239v1_31() const { return ___C2Tnb239v1_31; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Tnb239v1_31() { return &___C2Tnb239v1_31; } inline void set_C2Tnb239v1_31(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Tnb239v1_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Tnb239v1_31), (void*)value); } inline static int32_t get_offset_of_C2Tnb239v2_32() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Tnb239v2_32)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Tnb239v2_32() const { return ___C2Tnb239v2_32; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Tnb239v2_32() { return &___C2Tnb239v2_32; } inline void set_C2Tnb239v2_32(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Tnb239v2_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Tnb239v2_32), (void*)value); } inline static int32_t get_offset_of_C2Tnb239v3_33() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Tnb239v3_33)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Tnb239v3_33() const { return ___C2Tnb239v3_33; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Tnb239v3_33() { return &___C2Tnb239v3_33; } inline void set_C2Tnb239v3_33(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Tnb239v3_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Tnb239v3_33), (void*)value); } inline static int32_t get_offset_of_C2Onb239v4_34() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Onb239v4_34)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Onb239v4_34() const { return ___C2Onb239v4_34; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Onb239v4_34() { return &___C2Onb239v4_34; } inline void set_C2Onb239v4_34(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Onb239v4_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Onb239v4_34), (void*)value); } inline static int32_t get_offset_of_C2Onb239v5_35() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Onb239v5_35)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Onb239v5_35() const { return ___C2Onb239v5_35; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Onb239v5_35() { return &___C2Onb239v5_35; } inline void set_C2Onb239v5_35(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Onb239v5_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Onb239v5_35), (void*)value); } inline static int32_t get_offset_of_C2Pnb272w1_36() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Pnb272w1_36)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Pnb272w1_36() const { return ___C2Pnb272w1_36; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Pnb272w1_36() { return &___C2Pnb272w1_36; } inline void set_C2Pnb272w1_36(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Pnb272w1_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Pnb272w1_36), (void*)value); } inline static int32_t get_offset_of_C2Pnb304w1_37() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Pnb304w1_37)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Pnb304w1_37() const { return ___C2Pnb304w1_37; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Pnb304w1_37() { return &___C2Pnb304w1_37; } inline void set_C2Pnb304w1_37(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Pnb304w1_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Pnb304w1_37), (void*)value); } inline static int32_t get_offset_of_C2Tnb359v1_38() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Tnb359v1_38)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Tnb359v1_38() const { return ___C2Tnb359v1_38; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Tnb359v1_38() { return &___C2Tnb359v1_38; } inline void set_C2Tnb359v1_38(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Tnb359v1_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Tnb359v1_38), (void*)value); } inline static int32_t get_offset_of_C2Pnb368w1_39() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Pnb368w1_39)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Pnb368w1_39() const { return ___C2Pnb368w1_39; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Pnb368w1_39() { return &___C2Pnb368w1_39; } inline void set_C2Pnb368w1_39(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Pnb368w1_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Pnb368w1_39), (void*)value); } inline static int32_t get_offset_of_C2Tnb431r1_40() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Tnb431r1_40)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Tnb431r1_40() const { return ___C2Tnb431r1_40; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Tnb431r1_40() { return &___C2Tnb431r1_40; } inline void set_C2Tnb431r1_40(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Tnb431r1_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Tnb431r1_40), (void*)value); } inline static int32_t get_offset_of_PrimeCurve_41() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___PrimeCurve_41)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PrimeCurve_41() const { return ___PrimeCurve_41; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PrimeCurve_41() { return &___PrimeCurve_41; } inline void set_PrimeCurve_41(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PrimeCurve_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___PrimeCurve_41), (void*)value); } inline static int32_t get_offset_of_Prime192v1_42() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___Prime192v1_42)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Prime192v1_42() const { return ___Prime192v1_42; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Prime192v1_42() { return &___Prime192v1_42; } inline void set_Prime192v1_42(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Prime192v1_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___Prime192v1_42), (void*)value); } inline static int32_t get_offset_of_Prime192v2_43() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___Prime192v2_43)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Prime192v2_43() const { return ___Prime192v2_43; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Prime192v2_43() { return &___Prime192v2_43; } inline void set_Prime192v2_43(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Prime192v2_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___Prime192v2_43), (void*)value); } inline static int32_t get_offset_of_Prime192v3_44() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___Prime192v3_44)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Prime192v3_44() const { return ___Prime192v3_44; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Prime192v3_44() { return &___Prime192v3_44; } inline void set_Prime192v3_44(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Prime192v3_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___Prime192v3_44), (void*)value); } inline static int32_t get_offset_of_Prime239v1_45() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___Prime239v1_45)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Prime239v1_45() const { return ___Prime239v1_45; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Prime239v1_45() { return &___Prime239v1_45; } inline void set_Prime239v1_45(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Prime239v1_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___Prime239v1_45), (void*)value); } inline static int32_t get_offset_of_Prime239v2_46() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___Prime239v2_46)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Prime239v2_46() const { return ___Prime239v2_46; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Prime239v2_46() { return &___Prime239v2_46; } inline void set_Prime239v2_46(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Prime239v2_46 = value; Il2CppCodeGenWriteBarrier((void**)(&___Prime239v2_46), (void*)value); } inline static int32_t get_offset_of_Prime239v3_47() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___Prime239v3_47)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Prime239v3_47() const { return ___Prime239v3_47; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Prime239v3_47() { return &___Prime239v3_47; } inline void set_Prime239v3_47(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Prime239v3_47 = value; Il2CppCodeGenWriteBarrier((void**)(&___Prime239v3_47), (void*)value); } inline static int32_t get_offset_of_Prime256v1_48() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___Prime256v1_48)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Prime256v1_48() const { return ___Prime256v1_48; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Prime256v1_48() { return &___Prime256v1_48; } inline void set_Prime256v1_48(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Prime256v1_48 = value; Il2CppCodeGenWriteBarrier((void**)(&___Prime256v1_48), (void*)value); } inline static int32_t get_offset_of_IdDsa_49() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___IdDsa_49)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdDsa_49() const { return ___IdDsa_49; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdDsa_49() { return &___IdDsa_49; } inline void set_IdDsa_49(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdDsa_49 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdDsa_49), (void*)value); } inline static int32_t get_offset_of_IdDsaWithSha1_50() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___IdDsaWithSha1_50)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdDsaWithSha1_50() const { return ___IdDsaWithSha1_50; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdDsaWithSha1_50() { return &___IdDsaWithSha1_50; } inline void set_IdDsaWithSha1_50(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdDsaWithSha1_50 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdDsaWithSha1_50), (void*)value); } inline static int32_t get_offset_of_X9x63Scheme_51() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___X9x63Scheme_51)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_X9x63Scheme_51() const { return ___X9x63Scheme_51; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_X9x63Scheme_51() { return &___X9x63Scheme_51; } inline void set_X9x63Scheme_51(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___X9x63Scheme_51 = value; Il2CppCodeGenWriteBarrier((void**)(&___X9x63Scheme_51), (void*)value); } inline static int32_t get_offset_of_DHSinglePassStdDHSha1KdfScheme_52() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___DHSinglePassStdDHSha1KdfScheme_52)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DHSinglePassStdDHSha1KdfScheme_52() const { return ___DHSinglePassStdDHSha1KdfScheme_52; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DHSinglePassStdDHSha1KdfScheme_52() { return &___DHSinglePassStdDHSha1KdfScheme_52; } inline void set_DHSinglePassStdDHSha1KdfScheme_52(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DHSinglePassStdDHSha1KdfScheme_52 = value; Il2CppCodeGenWriteBarrier((void**)(&___DHSinglePassStdDHSha1KdfScheme_52), (void*)value); } inline static int32_t get_offset_of_DHSinglePassCofactorDHSha1KdfScheme_53() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___DHSinglePassCofactorDHSha1KdfScheme_53)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DHSinglePassCofactorDHSha1KdfScheme_53() const { return ___DHSinglePassCofactorDHSha1KdfScheme_53; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DHSinglePassCofactorDHSha1KdfScheme_53() { return &___DHSinglePassCofactorDHSha1KdfScheme_53; } inline void set_DHSinglePassCofactorDHSha1KdfScheme_53(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DHSinglePassCofactorDHSha1KdfScheme_53 = value; Il2CppCodeGenWriteBarrier((void**)(&___DHSinglePassCofactorDHSha1KdfScheme_53), (void*)value); } inline static int32_t get_offset_of_MqvSinglePassSha1KdfScheme_54() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___MqvSinglePassSha1KdfScheme_54)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MqvSinglePassSha1KdfScheme_54() const { return ___MqvSinglePassSha1KdfScheme_54; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MqvSinglePassSha1KdfScheme_54() { return &___MqvSinglePassSha1KdfScheme_54; } inline void set_MqvSinglePassSha1KdfScheme_54(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MqvSinglePassSha1KdfScheme_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___MqvSinglePassSha1KdfScheme_54), (void*)value); } inline static int32_t get_offset_of_ansi_x9_42_55() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___ansi_x9_42_55)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ansi_x9_42_55() const { return ___ansi_x9_42_55; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ansi_x9_42_55() { return &___ansi_x9_42_55; } inline void set_ansi_x9_42_55(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ansi_x9_42_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___ansi_x9_42_55), (void*)value); } inline static int32_t get_offset_of_DHPublicNumber_56() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___DHPublicNumber_56)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DHPublicNumber_56() const { return ___DHPublicNumber_56; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DHPublicNumber_56() { return &___DHPublicNumber_56; } inline void set_DHPublicNumber_56(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DHPublicNumber_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___DHPublicNumber_56), (void*)value); } inline static int32_t get_offset_of_X9x42Schemes_57() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___X9x42Schemes_57)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_X9x42Schemes_57() const { return ___X9x42Schemes_57; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_X9x42Schemes_57() { return &___X9x42Schemes_57; } inline void set_X9x42Schemes_57(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___X9x42Schemes_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___X9x42Schemes_57), (void*)value); } inline static int32_t get_offset_of_DHStatic_58() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___DHStatic_58)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DHStatic_58() const { return ___DHStatic_58; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DHStatic_58() { return &___DHStatic_58; } inline void set_DHStatic_58(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DHStatic_58 = value; Il2CppCodeGenWriteBarrier((void**)(&___DHStatic_58), (void*)value); } inline static int32_t get_offset_of_DHEphem_59() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___DHEphem_59)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DHEphem_59() const { return ___DHEphem_59; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DHEphem_59() { return &___DHEphem_59; } inline void set_DHEphem_59(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DHEphem_59 = value; Il2CppCodeGenWriteBarrier((void**)(&___DHEphem_59), (void*)value); } inline static int32_t get_offset_of_DHOneFlow_60() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___DHOneFlow_60)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DHOneFlow_60() const { return ___DHOneFlow_60; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DHOneFlow_60() { return &___DHOneFlow_60; } inline void set_DHOneFlow_60(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DHOneFlow_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___DHOneFlow_60), (void*)value); } inline static int32_t get_offset_of_DHHybrid1_61() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___DHHybrid1_61)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DHHybrid1_61() const { return ___DHHybrid1_61; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DHHybrid1_61() { return &___DHHybrid1_61; } inline void set_DHHybrid1_61(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DHHybrid1_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___DHHybrid1_61), (void*)value); } inline static int32_t get_offset_of_DHHybrid2_62() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___DHHybrid2_62)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DHHybrid2_62() const { return ___DHHybrid2_62; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DHHybrid2_62() { return &___DHHybrid2_62; } inline void set_DHHybrid2_62(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DHHybrid2_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___DHHybrid2_62), (void*)value); } inline static int32_t get_offset_of_DHHybridOneFlow_63() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___DHHybridOneFlow_63)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DHHybridOneFlow_63() const { return ___DHHybridOneFlow_63; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DHHybridOneFlow_63() { return &___DHHybridOneFlow_63; } inline void set_DHHybridOneFlow_63(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DHHybridOneFlow_63 = value; Il2CppCodeGenWriteBarrier((void**)(&___DHHybridOneFlow_63), (void*)value); } inline static int32_t get_offset_of_Mqv2_64() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___Mqv2_64)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Mqv2_64() const { return ___Mqv2_64; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Mqv2_64() { return &___Mqv2_64; } inline void set_Mqv2_64(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Mqv2_64 = value; Il2CppCodeGenWriteBarrier((void**)(&___Mqv2_64), (void*)value); } inline static int32_t get_offset_of_Mqv1_65() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___Mqv1_65)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Mqv1_65() const { return ___Mqv1_65; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Mqv1_65() { return &___Mqv1_65; } inline void set_Mqv1_65(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Mqv1_65 = value; Il2CppCodeGenWriteBarrier((void**)(&___Mqv1_65), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve/Config struct Config_t11F0D60D6889DDF1236E38DEDAC4C5C34401D60E : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve/Config::outer ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___outer_0; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve/Config::coord int32_t ___coord_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Endo.ECEndomorphism BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve/Config::endomorphism RuntimeObject* ___endomorphism_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ECMultiplier BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve/Config::multiplier RuntimeObject* ___multiplier_3; public: inline static int32_t get_offset_of_outer_0() { return static_cast(offsetof(Config_t11F0D60D6889DDF1236E38DEDAC4C5C34401D60E, ___outer_0)); } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * get_outer_0() const { return ___outer_0; } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 ** get_address_of_outer_0() { return &___outer_0; } inline void set_outer_0(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * value) { ___outer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___outer_0), (void*)value); } inline static int32_t get_offset_of_coord_1() { return static_cast(offsetof(Config_t11F0D60D6889DDF1236E38DEDAC4C5C34401D60E, ___coord_1)); } inline int32_t get_coord_1() const { return ___coord_1; } inline int32_t* get_address_of_coord_1() { return &___coord_1; } inline void set_coord_1(int32_t value) { ___coord_1 = value; } inline static int32_t get_offset_of_endomorphism_2() { return static_cast(offsetof(Config_t11F0D60D6889DDF1236E38DEDAC4C5C34401D60E, ___endomorphism_2)); } inline RuntimeObject* get_endomorphism_2() const { return ___endomorphism_2; } inline RuntimeObject** get_address_of_endomorphism_2() { return &___endomorphism_2; } inline void set_endomorphism_2(RuntimeObject* value) { ___endomorphism_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___endomorphism_2), (void*)value); } inline static int32_t get_offset_of_multiplier_3() { return static_cast(offsetof(Config_t11F0D60D6889DDF1236E38DEDAC4C5C34401D60E, ___multiplier_3)); } inline RuntimeObject* get_multiplier_3() const { return ___multiplier_3; } inline RuntimeObject** get_address_of_multiplier_3() { return &___multiplier_3; } inline void set_multiplier_3(RuntimeObject* value) { ___multiplier_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___multiplier_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve/DefaultLookupTable struct DefaultLookupTable_t47956AAE84FDA47505BB463AAD072F908942629D : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve/DefaultLookupTable::m_outer ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___m_outer_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve/DefaultLookupTable::m_table ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m_table_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve/DefaultLookupTable::m_size int32_t ___m_size_2; public: inline static int32_t get_offset_of_m_outer_0() { return static_cast(offsetof(DefaultLookupTable_t47956AAE84FDA47505BB463AAD072F908942629D, ___m_outer_0)); } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * get_m_outer_0() const { return ___m_outer_0; } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 ** get_address_of_m_outer_0() { return &___m_outer_0; } inline void set_m_outer_0(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * 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(DefaultLookupTable_t47956AAE84FDA47505BB463AAD072F908942629D, ___m_table_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_m_table_1() const { return ___m_table_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_m_table_1() { return &___m_table_1; } inline void set_m_table_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* 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(DefaultLookupTable_t47956AAE84FDA47505BB463AAD072F908942629D, ___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.ECPoint/ValidityCallback struct ValidityCallback_tBF980F041A5A6B99C0A535339852D2B0A7872F5D : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint/ValidityCallback::m_outer ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___m_outer_0; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint/ValidityCallback::m_decompressed bool ___m_decompressed_1; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint/ValidityCallback::m_checkOrder bool ___m_checkOrder_2; public: inline static int32_t get_offset_of_m_outer_0() { return static_cast(offsetof(ValidityCallback_tBF980F041A5A6B99C0A535339852D2B0A7872F5D, ___m_outer_0)); } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * get_m_outer_0() const { return ___m_outer_0; } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA ** get_address_of_m_outer_0() { return &___m_outer_0; } inline void set_m_outer_0(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * value) { ___m_outer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_outer_0), (void*)value); } inline static int32_t get_offset_of_m_decompressed_1() { return static_cast(offsetof(ValidityCallback_tBF980F041A5A6B99C0A535339852D2B0A7872F5D, ___m_decompressed_1)); } inline bool get_m_decompressed_1() const { return ___m_decompressed_1; } inline bool* get_address_of_m_decompressed_1() { return &___m_decompressed_1; } inline void set_m_decompressed_1(bool value) { ___m_decompressed_1 = value; } inline static int32_t get_offset_of_m_checkOrder_2() { return static_cast(offsetof(ValidityCallback_tBF980F041A5A6B99C0A535339852D2B0A7872F5D, ___m_checkOrder_2)); } inline bool get_m_checkOrder_2() const { return ___m_checkOrder_2; } inline bool* get_address_of_m_checkOrder_2() { return &___m_checkOrder_2; } inline void set_m_checkOrder_2(bool value) { ___m_checkOrder_2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointAccum struct PointAccum_t4065C75ECAB36598757B516CD38694929E598555 : public RuntimeObject { public: // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointAccum::x Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___x_0; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointAccum::y Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___y_1; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointAccum::z Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z_2; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointAccum::u Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___u_3; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointAccum::v Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___v_4; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(PointAccum_t4065C75ECAB36598757B516CD38694929E598555, ___x_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_x_0() const { return ___x_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_x_0() { return &___x_0; } inline void set_x_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___x_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___x_0), (void*)value); } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(PointAccum_t4065C75ECAB36598757B516CD38694929E598555, ___y_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_y_1() const { return ___y_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_y_1() { return &___y_1; } inline void set_y_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___y_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___y_1), (void*)value); } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(PointAccum_t4065C75ECAB36598757B516CD38694929E598555, ___z_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_z_2() const { return ___z_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_z_2() { return &___z_2; } inline void set_z_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___z_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___z_2), (void*)value); } inline static int32_t get_offset_of_u_3() { return static_cast(offsetof(PointAccum_t4065C75ECAB36598757B516CD38694929E598555, ___u_3)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_u_3() const { return ___u_3; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_u_3() { return &___u_3; } inline void set_u_3(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___u_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___u_3), (void*)value); } inline static int32_t get_offset_of_v_4() { return static_cast(offsetof(PointAccum_t4065C75ECAB36598757B516CD38694929E598555, ___v_4)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_v_4() const { return ___v_4; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_v_4() { return &___v_4; } inline void set_v_4(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___v_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___v_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointExt struct PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 : public RuntimeObject { public: // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointExt::x Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___x_0; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointExt::y Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___y_1; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointExt::z Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z_2; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointExt::t Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___t_3; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620, ___x_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_x_0() const { return ___x_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_x_0() { return &___x_0; } inline void set_x_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___x_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___x_0), (void*)value); } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620, ___y_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_y_1() const { return ___y_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_y_1() { return &___y_1; } inline void set_y_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___y_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___y_1), (void*)value); } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620, ___z_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_z_2() const { return ___z_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_z_2() { return &___z_2; } inline void set_z_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___z_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___z_2), (void*)value); } inline static int32_t get_offset_of_t_3() { return static_cast(offsetof(PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620, ___t_3)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_t_3() const { return ___t_3; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_t_3() { return &___t_3; } inline void set_t_3(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___t_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointPrecomp struct PointPrecomp_t715B4391BC4FB855902DB0BC7128FC57703FA940 : public RuntimeObject { public: // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointPrecomp::ypx_h Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ypx_h_0; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointPrecomp::ymx_h Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ymx_h_1; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointPrecomp::xyd Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___xyd_2; public: inline static int32_t get_offset_of_ypx_h_0() { return static_cast(offsetof(PointPrecomp_t715B4391BC4FB855902DB0BC7128FC57703FA940, ___ypx_h_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_ypx_h_0() const { return ___ypx_h_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_ypx_h_0() { return &___ypx_h_0; } inline void set_ypx_h_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___ypx_h_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ypx_h_0), (void*)value); } inline static int32_t get_offset_of_ymx_h_1() { return static_cast(offsetof(PointPrecomp_t715B4391BC4FB855902DB0BC7128FC57703FA940, ___ymx_h_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_ymx_h_1() const { return ___ymx_h_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_ymx_h_1() { return &___ymx_h_1; } inline void set_ymx_h_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___ymx_h_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___ymx_h_1), (void*)value); } inline static int32_t get_offset_of_xyd_2() { return static_cast(offsetof(PointPrecomp_t715B4391BC4FB855902DB0BC7128FC57703FA940, ___xyd_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_xyd_2() const { return ___xyd_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_xyd_2() { return &___xyd_2; } inline void set_xyd_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___xyd_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___xyd_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointExt struct PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 : public RuntimeObject { public: // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointExt::x UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x_0; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointExt::y UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y_1; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointExt::z UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z_2; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6, ___x_0)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_x_0() const { return ___x_0; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_x_0() { return &___x_0; } inline void set_x_0(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___x_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___x_0), (void*)value); } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6, ___y_1)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_y_1() const { return ___y_1; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_y_1() { return &___y_1; } inline void set_y_1(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___y_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___y_1), (void*)value); } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6, ___z_2)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_z_2() const { return ___z_2; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_z_2() { return &___z_2; } inline void set_z_2(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___z_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___z_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointPrecomp struct PointPrecomp_tEE3272BCA4078160FB3C9680C0E7B09780A65005 : public RuntimeObject { public: // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointPrecomp::x UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x_0; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointPrecomp::y UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y_1; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(PointPrecomp_tEE3272BCA4078160FB3C9680C0E7B09780A65005, ___x_0)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_x_0() const { return ___x_0; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_x_0() { return &___x_0; } inline void set_x_0(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___x_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___x_0), (void*)value); } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(PointPrecomp_tEE3272BCA4078160FB3C9680C0E7B09780A65005, ___y_1)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_y_1() const { return ___y_1; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_y_1() { return &___y_1; } inline void set_y_1(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___y_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___y_1), (void*)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.AbstractFpCurve struct AbstractFpCurve_tE0B6ADB825360C35FC7DFFBCC3473DCA2198D5EF : public ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier struct AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::algorithm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___algorithm_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::parameters Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___parameters_3; public: inline static int32_t get_offset_of_algorithm_2() { return static_cast(offsetof(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9, ___algorithm_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_algorithm_2() const { return ___algorithm_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_algorithm_2() { return &___algorithm_2; } inline void set_algorithm_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___algorithm_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___algorithm_2), (void*)value); } inline static int32_t get_offset_of_parameters_3() { return static_cast(offsetof(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9, ___parameters_3)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_parameters_3() const { return ___parameters_3; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_parameters_3() { return &___parameters_3; } inline void set_parameters_3(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___parameters_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object struct Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: public: }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields { public: // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; public: inline static int32_t get_offset_of_TrueString_5() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); } inline String_t* get_TrueString_5() const { return ___TrueString_5; } inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; } inline void set_TrueString_5(String_t* value) { ___TrueString_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); } inline String_t* get_FalseString_6() const { return ___FalseString_6; } inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; } inline void set_FalseString_6(String_t* value) { ___FalseString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value); } }; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056, ___m_value_0)); } inline uint8_t get_m_value_0() const { return ___m_value_0; } inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint8_t value) { ___m_value_0 = value; } }; // System.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14, ___m_value_0)); } inline Il2CppChar get_m_value_0() const { return ___m_value_0; } inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(Il2CppChar value) { ___m_value_0 = value; } }; struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.ECDHWithKdfBasicAgreement struct ECDHWithKdfBasicAgreement_tAE4C878FC55C41570F27EBAD68546ACF53947C0A : public ECDHBasicAgreement_tD6A54D3C7B422C4E92F51E47FFBEC53FDEA25914 { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.ECDHWithKdfBasicAgreement::algorithm String_t* ___algorithm_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDerivationFunction BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.ECDHWithKdfBasicAgreement::kdf RuntimeObject* ___kdf_2; public: inline static int32_t get_offset_of_algorithm_1() { return static_cast(offsetof(ECDHWithKdfBasicAgreement_tAE4C878FC55C41570F27EBAD68546ACF53947C0A, ___algorithm_1)); } inline String_t* get_algorithm_1() const { return ___algorithm_1; } inline String_t** get_address_of_algorithm_1() { return &___algorithm_1; } inline void set_algorithm_1(String_t* value) { ___algorithm_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___algorithm_1), (void*)value); } inline static int32_t get_offset_of_kdf_2() { return static_cast(offsetof(ECDHWithKdfBasicAgreement_tAE4C878FC55C41570F27EBAD68546ACF53947C0A, ___kdf_2)); } inline RuntimeObject* get_kdf_2() const { return ___kdf_2; } inline RuntimeObject** get_address_of_kdf_2() { return &___kdf_2; } inline void set_kdf_2(RuntimeObject* value) { ___kdf_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___kdf_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.ECGost3410ParamSetParameters struct ECGost3410ParamSetParameters_t734FD06146E31EF25E44BAD56756A22BC6C860BC : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.ECGost3410ParamSetParameters::p DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___p_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.ECGost3410ParamSetParameters::q DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___q_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.ECGost3410ParamSetParameters::a DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___a_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.ECGost3410ParamSetParameters::b DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___b_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.ECGost3410ParamSetParameters::x DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___x_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.ECGost3410ParamSetParameters::y DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___y_7; public: inline static int32_t get_offset_of_p_2() { return static_cast(offsetof(ECGost3410ParamSetParameters_t734FD06146E31EF25E44BAD56756A22BC6C860BC, ___p_2)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_p_2() const { return ___p_2; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_p_2() { return &___p_2; } inline void set_p_2(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___p_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___p_2), (void*)value); } inline static int32_t get_offset_of_q_3() { return static_cast(offsetof(ECGost3410ParamSetParameters_t734FD06146E31EF25E44BAD56756A22BC6C860BC, ___q_3)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_q_3() const { return ___q_3; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_q_3() { return &___q_3; } inline void set_q_3(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___q_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___q_3), (void*)value); } inline static int32_t get_offset_of_a_4() { return static_cast(offsetof(ECGost3410ParamSetParameters_t734FD06146E31EF25E44BAD56756A22BC6C860BC, ___a_4)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_a_4() const { return ___a_4; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_a_4() { return &___a_4; } inline void set_a_4(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___a_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___a_4), (void*)value); } inline static int32_t get_offset_of_b_5() { return static_cast(offsetof(ECGost3410ParamSetParameters_t734FD06146E31EF25E44BAD56756A22BC6C860BC, ___b_5)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_b_5() const { return ___b_5; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_b_5() { return &___b_5; } inline void set_b_5(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___b_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___b_5), (void*)value); } inline static int32_t get_offset_of_x_6() { return static_cast(offsetof(ECGost3410ParamSetParameters_t734FD06146E31EF25E44BAD56756A22BC6C860BC, ___x_6)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_x_6() const { return ___x_6; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_x_6() { return &___x_6; } inline void set_x_6(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___x_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___x_6), (void*)value); } inline static int32_t get_offset_of_y_7() { return static_cast(offsetof(ECGost3410ParamSetParameters_t734FD06146E31EF25E44BAD56756A22BC6C860BC, ___y_7)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_y_7() const { return ___y_7; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_y_7() { return &___y_7; } inline void set_y_7(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___y_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___y_7), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyGenerationParameters struct ECKeyGenerationParameters_t4937721DC10527ECC156FA98F13AE431AD00F565 : public KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyGenerationParameters::domainParams ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * ___domainParams_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyGenerationParameters::publicKeyParamSet DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___publicKeyParamSet_3; public: inline static int32_t get_offset_of_domainParams_2() { return static_cast(offsetof(ECKeyGenerationParameters_t4937721DC10527ECC156FA98F13AE431AD00F565, ___domainParams_2)); } inline ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * get_domainParams_2() const { return ___domainParams_2; } inline ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC ** get_address_of_domainParams_2() { return &___domainParams_2; } inline void set_domainParams_2(ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * value) { ___domainParams_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___domainParams_2), (void*)value); } inline static int32_t get_offset_of_publicKeyParamSet_3() { return static_cast(offsetof(ECKeyGenerationParameters_t4937721DC10527ECC156FA98F13AE431AD00F565, ___publicKeyParamSet_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_publicKeyParamSet_3() const { return ___publicKeyParamSet_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_publicKeyParamSet_3() { return &___publicKeyParamSet_3; } inline void set_publicKeyParamSet_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___publicKeyParamSet_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___publicKeyParamSet_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters struct ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 : public AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters::algorithm String_t* ___algorithm_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters::parameters ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * ___parameters_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters::publicKeyParamSet DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___publicKeyParamSet_4; public: inline static int32_t get_offset_of_algorithm_2() { return static_cast(offsetof(ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141, ___algorithm_2)); } inline String_t* get_algorithm_2() const { return ___algorithm_2; } inline String_t** get_address_of_algorithm_2() { return &___algorithm_2; } inline void set_algorithm_2(String_t* value) { ___algorithm_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___algorithm_2), (void*)value); } inline static int32_t get_offset_of_parameters_3() { return static_cast(offsetof(ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141, ___parameters_3)); } inline ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * get_parameters_3() const { return ___parameters_3; } inline ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC ** get_address_of_parameters_3() { return &___parameters_3; } inline void set_parameters_3(ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * value) { ___parameters_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_3), (void*)value); } inline static int32_t get_offset_of_publicKeyParamSet_4() { return static_cast(offsetof(ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141, ___publicKeyParamSet_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_publicKeyParamSet_4() const { return ___publicKeyParamSet_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_publicKeyParamSet_4() { return &___publicKeyParamSet_4; } inline void set_publicKeyParamSet_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___publicKeyParamSet_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___publicKeyParamSet_4), (void*)value); } }; struct ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141_StaticFields { public: // System.String[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters::algorithms StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___algorithms_1; public: inline static int32_t get_offset_of_algorithms_1() { return static_cast(offsetof(ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141_StaticFields, ___algorithms_1)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_algorithms_1() const { return ___algorithms_1; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_algorithms_1() { return &___algorithms_1; } inline void set_algorithms_1(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___algorithms_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___algorithms_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.ECMqvWithKdfBasicAgreement struct ECMqvWithKdfBasicAgreement_tF0F3D6438A021AEFBE303D521A6E7C9A8DC0327D : public ECMqvBasicAgreement_tEADABD2B3F73DD0D87674AD79CBF8CD857F5552A { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.ECMqvWithKdfBasicAgreement::algorithm String_t* ___algorithm_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDerivationFunction BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.ECMqvWithKdfBasicAgreement::kdf RuntimeObject* ___kdf_2; public: inline static int32_t get_offset_of_algorithm_1() { return static_cast(offsetof(ECMqvWithKdfBasicAgreement_tF0F3D6438A021AEFBE303D521A6E7C9A8DC0327D, ___algorithm_1)); } inline String_t* get_algorithm_1() const { return ___algorithm_1; } inline String_t** get_address_of_algorithm_1() { return &___algorithm_1; } inline void set_algorithm_1(String_t* value) { ___algorithm_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___algorithm_1), (void*)value); } inline static int32_t get_offset_of_kdf_2() { return static_cast(offsetof(ECMqvWithKdfBasicAgreement_tF0F3D6438A021AEFBE303D521A6E7C9A8DC0327D, ___kdf_2)); } inline RuntimeObject* get_kdf_2() const { return ___kdf_2; } inline RuntimeObject** get_address_of_kdf_2() { return &___kdf_2; } inline void set_kdf_2(RuntimeObject* value) { ___kdf_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___kdf_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPointBase struct ECPointBase_t56B88B30B133094A49B571CEEC84FE5E9AF81CCF : public ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.ECPrivateKeyStructure struct ECPrivateKeyStructure_tE5B1C3407130141881B203E1431D28C8FBC0848E : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.ECPrivateKeyStructure::seq Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq_2; public: inline static int32_t get_offset_of_seq_2() { return static_cast(offsetof(ECPrivateKeyStructure_tE5B1C3407130141881B203E1431D28C8FBC0848E, ___seq_2)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_seq_2() const { return ___seq_2; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_seq_2() { return &___seq_2; } inline void set_seq_2(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___seq_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___seq_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519KeyGenerationParameters struct Ed25519KeyGenerationParameters_t02CDCF3500650CD8A0132E5E6A1D3309084DC8C0 : public KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PrivateKeyParameters struct Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 : public AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PrivateKeyParameters::data ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data_3; public: inline static int32_t get_offset_of_data_3() { return static_cast(offsetof(Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5, ___data_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_data_3() const { return ___data_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_data_3() { return &___data_3; } inline void set_data_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_3), (void*)value); } }; struct Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5_StaticFields { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PrivateKeyParameters::KeySize int32_t ___KeySize_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PrivateKeyParameters::SignatureSize int32_t ___SignatureSize_2; public: inline static int32_t get_offset_of_KeySize_1() { return static_cast(offsetof(Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5_StaticFields, ___KeySize_1)); } inline int32_t get_KeySize_1() const { return ___KeySize_1; } inline int32_t* get_address_of_KeySize_1() { return &___KeySize_1; } inline void set_KeySize_1(int32_t value) { ___KeySize_1 = value; } inline static int32_t get_offset_of_SignatureSize_2() { return static_cast(offsetof(Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5_StaticFields, ___SignatureSize_2)); } inline int32_t get_SignatureSize_2() const { return ___SignatureSize_2; } inline int32_t* get_address_of_SignatureSize_2() { return &___SignatureSize_2; } inline void set_SignatureSize_2(int32_t value) { ___SignatureSize_2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters struct Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA : public AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters::data ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data_2; public: inline static int32_t get_offset_of_data_2() { return static_cast(offsetof(Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA, ___data_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_data_2() const { return ___data_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_data_2() { return &___data_2; } inline void set_data_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___data_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_2), (void*)value); } }; struct Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA_StaticFields { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters::KeySize int32_t ___KeySize_1; public: inline static int32_t get_offset_of_KeySize_1() { return static_cast(offsetof(Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA_StaticFields, ___KeySize_1)); } inline int32_t get_KeySize_1() const { return ___KeySize_1; } inline int32_t* get_address_of_KeySize_1() { return &___KeySize_1; } inline void set_KeySize_1(int32_t value) { ___KeySize_1 = value; } }; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com { }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.FixedPointCombMultiplier struct FixedPointCombMultiplier_t3DC099A00AC6C61A9488DD426ACAA76EBD9F71FE : public AbstractECMultiplier_t54253743E31DE46FD22E58679B9792D44DA770B5 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.GlvMultiplier struct GlvMultiplier_t5D671E2E6F8DED415D4028FEE48364F7A68FF31A : public AbstractECMultiplier_t54253743E31DE46FD22E58679B9792D44DA770B5 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.GlvMultiplier::curve ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Endo.GlvEndomorphism BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.GlvMultiplier::glvEndomorphism RuntimeObject* ___glvEndomorphism_1; public: inline static int32_t get_offset_of_curve_0() { return static_cast(offsetof(GlvMultiplier_t5D671E2E6F8DED415D4028FEE48364F7A68FF31A, ___curve_0)); } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * get_curve_0() const { return ___curve_0; } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 ** get_address_of_curve_0() { return &___curve_0; } inline void set_curve_0(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * value) { ___curve_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___curve_0), (void*)value); } inline static int32_t get_offset_of_glvEndomorphism_1() { return static_cast(offsetof(GlvMultiplier_t5D671E2E6F8DED415D4028FEE48364F7A68FF31A, ___glvEndomorphism_1)); } inline RuntimeObject* get_glvEndomorphism_1() const { return ___glvEndomorphism_1; } inline RuntimeObject** get_address_of_glvEndomorphism_1() { return &___glvEndomorphism_1; } inline void set_glvEndomorphism_1(RuntimeObject* value) { ___glvEndomorphism_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___glvEndomorphism_1), (void*)value); } }; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.Int64 struct Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3, ___m_value_0)); } inline int64_t get_m_value_0() const { return ___m_value_0; } inline int64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int64_t value) { ___m_value_0 = value; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.Kdf2BytesGenerator struct Kdf2BytesGenerator_t0B685D72F032C668FF02E742A08D06DB5F2DBDC9 : public BaseKdfBytesGenerator_t9F8BAA4766A94011AFFDB7D7C52714FBFD3EB255 { public: public: }; // System.SByte struct SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B { public: // System.SByte System.SByte::m_value int8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B, ___m_value_0)); } inline int8_t get_m_value_0() const { return ___m_value_0; } inline int8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int8_t value) { ___m_value_0 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom struct SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 : public Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.IRandomGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::generator RuntimeObject* ___generator_5; public: inline static int32_t get_offset_of_generator_5() { return static_cast(offsetof(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28, ___generator_5)); } inline RuntimeObject* get_generator_5() const { return ___generator_5; } inline RuntimeObject** get_address_of_generator_5() { return &___generator_5; } inline void set_generator_5(RuntimeObject* value) { ___generator_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___generator_5), (void*)value); } }; struct SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_StaticFields { public: // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::counter int64_t ___counter_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::master SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___master_4; // System.Double BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::DoubleScale double ___DoubleScale_6; public: inline static int32_t get_offset_of_counter_3() { return static_cast(offsetof(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_StaticFields, ___counter_3)); } inline int64_t get_counter_3() const { return ___counter_3; } inline int64_t* get_address_of_counter_3() { return &___counter_3; } inline void set_counter_3(int64_t value) { ___counter_3 = value; } inline static int32_t get_offset_of_master_4() { return static_cast(offsetof(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_StaticFields, ___master_4)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_master_4() const { return ___master_4; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_master_4() { return &___master_4; } inline void set_master_4(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___master_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___master_4), (void*)value); } inline static int32_t get_offset_of_DoubleScale_6() { return static_cast(offsetof(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_StaticFields, ___DoubleScale_6)); } inline double get_DoubleScale_6() const { return ___DoubleScale_6; } inline double* get_address_of_DoubleScale_6() { return &___DoubleScale_6; } inline void set_DoubleScale_6(double value) { ___DoubleScale_6 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha512Digest struct Sha512Digest_t8C6E5C723C7C80881F957EC1A338984BC5B4FB73 : public LongDigest_tD253781B07F071CC9768F5D4DD82C721F7B9665F { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.ShakeDigest struct ShakeDigest_t9927043F2A7FC9694E769E2961D50B408D277B3A : public KeccakDigest_t56FB3B7A80AE52DAE66E8F4C89A8B500B7D0613C { public: public: }; // System.Single struct Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E { public: // System.Single System.Single::m_value float ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E, ___m_value_0)); } inline float get_m_value_0() const { return ___m_value_0; } inline float* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(float value) { ___m_value_0 = value; } }; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IO.Stream/ReadWriteTask System.IO.Stream::_activeReadWriteTask ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * ____activeReadWriteTask_3; // System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * ____asyncActiveSemaphore_4; public: inline static int32_t get_offset_of__activeReadWriteTask_3() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____activeReadWriteTask_3)); } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * get__activeReadWriteTask_3() const { return ____activeReadWriteTask_3; } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 ** get_address_of__activeReadWriteTask_3() { return &____activeReadWriteTask_3; } inline void set__activeReadWriteTask_3(ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * value) { ____activeReadWriteTask_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____activeReadWriteTask_3), (void*)value); } inline static int32_t get_offset_of__asyncActiveSemaphore_4() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____asyncActiveSemaphore_4)); } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * get__asyncActiveSemaphore_4() const { return ____asyncActiveSemaphore_4; } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 ** get_address_of__asyncActiveSemaphore_4() { return &____asyncActiveSemaphore_4; } inline void set__asyncActiveSemaphore_4(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * value) { ____asyncActiveSemaphore_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncActiveSemaphore_4), (void*)value); } }; struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields, ___Null_1)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_Null_1() const { return ___Null_1; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } }; // System.UInt32 struct UInt32_tE60352A06233E4E69DD198BCC67142159F686B15 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15, ___m_value_0)); } inline uint32_t get_m_value_0() const { return ___m_value_0; } inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint32_t value) { ___m_value_0 = value; } }; // System.UInt64 struct UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281 { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; // UnityEngine.Vector2 struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 { public: // System.Single UnityEngine.Vector2::x float ___x_0; // System.Single UnityEngine.Vector2::y float ___y_1; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } }; struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields { public: // UnityEngine.Vector2 UnityEngine.Vector2::zeroVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___zeroVector_2; // UnityEngine.Vector2 UnityEngine.Vector2::oneVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___oneVector_3; // UnityEngine.Vector2 UnityEngine.Vector2::upVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___upVector_4; // UnityEngine.Vector2 UnityEngine.Vector2::downVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___downVector_5; // UnityEngine.Vector2 UnityEngine.Vector2::leftVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___leftVector_6; // UnityEngine.Vector2 UnityEngine.Vector2::rightVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___rightVector_7; // UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___positiveInfinityVector_8; // UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___negativeInfinityVector_9; public: inline static int32_t get_offset_of_zeroVector_2() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___zeroVector_2)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_zeroVector_2() const { return ___zeroVector_2; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_zeroVector_2() { return &___zeroVector_2; } inline void set_zeroVector_2(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___zeroVector_2 = value; } inline static int32_t get_offset_of_oneVector_3() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___oneVector_3)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_oneVector_3() const { return ___oneVector_3; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_oneVector_3() { return &___oneVector_3; } inline void set_oneVector_3(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___oneVector_3 = value; } inline static int32_t get_offset_of_upVector_4() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___upVector_4)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_upVector_4() const { return ___upVector_4; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_upVector_4() { return &___upVector_4; } inline void set_upVector_4(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___upVector_4 = value; } inline static int32_t get_offset_of_downVector_5() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___downVector_5)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_downVector_5() const { return ___downVector_5; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_downVector_5() { return &___downVector_5; } inline void set_downVector_5(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___downVector_5 = value; } inline static int32_t get_offset_of_leftVector_6() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___leftVector_6)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_leftVector_6() const { return ___leftVector_6; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_leftVector_6() { return &___leftVector_6; } inline void set_leftVector_6(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___leftVector_6 = value; } inline static int32_t get_offset_of_rightVector_7() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___rightVector_7)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_rightVector_7() const { return ___rightVector_7; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_rightVector_7() { return &___rightVector_7; } inline void set_rightVector_7(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___rightVector_7 = value; } inline static int32_t get_offset_of_positiveInfinityVector_8() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___positiveInfinityVector_8)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_positiveInfinityVector_8() const { return ___positiveInfinityVector_8; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_positiveInfinityVector_8() { return &___positiveInfinityVector_8; } inline void set_positiveInfinityVector_8(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___positiveInfinityVector_8 = value; } inline static int32_t get_offset_of_negativeInfinityVector_9() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___negativeInfinityVector_9)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_negativeInfinityVector_9() const { return ___negativeInfinityVector_9; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_negativeInfinityVector_9() { return &___negativeInfinityVector_9; } inline void set_negativeInfinityVector_9(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___negativeInfinityVector_9 = value; } }; // UnityEngine.Vector3 struct Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E { public: // System.Single UnityEngine.Vector3::x float ___x_2; // System.Single UnityEngine.Vector3::y float ___y_3; // System.Single UnityEngine.Vector3::z float ___z_4; public: inline static int32_t get_offset_of_x_2() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___x_2)); } inline float get_x_2() const { return ___x_2; } inline float* get_address_of_x_2() { return &___x_2; } inline void set_x_2(float value) { ___x_2 = value; } inline static int32_t get_offset_of_y_3() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___y_3)); } inline float get_y_3() const { return ___y_3; } inline float* get_address_of_y_3() { return &___y_3; } inline void set_y_3(float value) { ___y_3 = value; } inline static int32_t get_offset_of_z_4() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___z_4)); } inline float get_z_4() const { return ___z_4; } inline float* get_address_of_z_4() { return &___z_4; } inline void set_z_4(float value) { ___z_4 = value; } }; struct Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields { public: // UnityEngine.Vector3 UnityEngine.Vector3::zeroVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___zeroVector_5; // UnityEngine.Vector3 UnityEngine.Vector3::oneVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___oneVector_6; // UnityEngine.Vector3 UnityEngine.Vector3::upVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___upVector_7; // UnityEngine.Vector3 UnityEngine.Vector3::downVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___downVector_8; // UnityEngine.Vector3 UnityEngine.Vector3::leftVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___leftVector_9; // UnityEngine.Vector3 UnityEngine.Vector3::rightVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___rightVector_10; // UnityEngine.Vector3 UnityEngine.Vector3::forwardVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___forwardVector_11; // UnityEngine.Vector3 UnityEngine.Vector3::backVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___backVector_12; // UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___positiveInfinityVector_13; // UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___negativeInfinityVector_14; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___zeroVector_5)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_zeroVector_5() const { return ___zeroVector_5; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___oneVector_6)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_oneVector_6() const { return ___oneVector_6; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_upVector_7() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___upVector_7)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_upVector_7() const { return ___upVector_7; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_upVector_7() { return &___upVector_7; } inline void set_upVector_7(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___upVector_7 = value; } inline static int32_t get_offset_of_downVector_8() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___downVector_8)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_downVector_8() const { return ___downVector_8; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_downVector_8() { return &___downVector_8; } inline void set_downVector_8(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___downVector_8 = value; } inline static int32_t get_offset_of_leftVector_9() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___leftVector_9)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_leftVector_9() const { return ___leftVector_9; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_leftVector_9() { return &___leftVector_9; } inline void set_leftVector_9(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___leftVector_9 = value; } inline static int32_t get_offset_of_rightVector_10() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___rightVector_10)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_rightVector_10() const { return ___rightVector_10; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_rightVector_10() { return &___rightVector_10; } inline void set_rightVector_10(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___rightVector_10 = value; } inline static int32_t get_offset_of_forwardVector_11() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___forwardVector_11)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_forwardVector_11() const { return ___forwardVector_11; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_forwardVector_11() { return &___forwardVector_11; } inline void set_forwardVector_11(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___forwardVector_11 = value; } inline static int32_t get_offset_of_backVector_12() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___backVector_12)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_backVector_12() const { return ___backVector_12; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_backVector_12() { return &___backVector_12; } inline void set_backVector_12(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___backVector_12 = value; } inline static int32_t get_offset_of_positiveInfinityVector_13() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___positiveInfinityVector_13)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_positiveInfinityVector_13() const { return ___positiveInfinityVector_13; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_positiveInfinityVector_13() { return &___positiveInfinityVector_13; } inline void set_positiveInfinityVector_13(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___positiveInfinityVector_13 = value; } inline static int32_t get_offset_of_negativeInfinityVector_14() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___negativeInfinityVector_14)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_negativeInfinityVector_14() const { return ___negativeInfinityVector_14; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_negativeInfinityVector_14() { return &___negativeInfinityVector_14; } inline void set_negativeInfinityVector_14(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___negativeInfinityVector_14 = value; } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafL2RMultiplier struct WNafL2RMultiplier_tA3C8FD172D649D7F8D0E758EF7F00B62501D85FA : public AbstractECMultiplier_t54253743E31DE46FD22E58679B9792D44DA770B5 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters struct X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9FieldID BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters::fieldID X9FieldID_t6AAAA2F90A3B1164D2EBB05480596886F92242B8 * ___fieldID_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters::curve ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters::g X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * ___g_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters::n BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters::h BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___h_6; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters::seed ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___seed_7; public: inline static int32_t get_offset_of_fieldID_2() { return static_cast(offsetof(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639, ___fieldID_2)); } inline X9FieldID_t6AAAA2F90A3B1164D2EBB05480596886F92242B8 * get_fieldID_2() const { return ___fieldID_2; } inline X9FieldID_t6AAAA2F90A3B1164D2EBB05480596886F92242B8 ** get_address_of_fieldID_2() { return &___fieldID_2; } inline void set_fieldID_2(X9FieldID_t6AAAA2F90A3B1164D2EBB05480596886F92242B8 * value) { ___fieldID_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___fieldID_2), (void*)value); } inline static int32_t get_offset_of_curve_3() { return static_cast(offsetof(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639, ___curve_3)); } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * get_curve_3() const { return ___curve_3; } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 ** get_address_of_curve_3() { return &___curve_3; } inline void set_curve_3(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * value) { ___curve_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___curve_3), (void*)value); } inline static int32_t get_offset_of_g_4() { return static_cast(offsetof(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639, ___g_4)); } inline X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * get_g_4() const { return ___g_4; } inline X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 ** get_address_of_g_4() { return &___g_4; } inline void set_g_4(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * value) { ___g_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___g_4), (void*)value); } inline static int32_t get_offset_of_n_5() { return static_cast(offsetof(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639, ___n_5)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_n_5() const { return ___n_5; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_n_5() { return &___n_5; } inline void set_n_5(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___n_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___n_5), (void*)value); } inline static int32_t get_offset_of_h_6() { return static_cast(offsetof(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639, ___h_6)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_h_6() const { return ___h_6; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_h_6() { return &___h_6; } inline void set_h_6(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___h_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___h_6), (void*)value); } inline static int32_t get_offset_of_seed_7() { return static_cast(offsetof(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639, ___seed_7)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_seed_7() const { return ___seed_7; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_seed_7() { return &___seed_7; } inline void set_seed_7(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___seed_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___seed_7), (void*)value); } }; // /__StaticArrayInitTypeSize=1024 struct __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665__padding[1024]; }; public: }; // /__StaticArrayInitTypeSize=112 struct __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542__padding[112]; }; public: }; // /__StaticArrayInitTypeSize=1152 struct __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F__padding[1152]; }; public: }; // /__StaticArrayInitTypeSize=116 struct __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9__padding[116]; }; public: }; // /__StaticArrayInitTypeSize=12 struct __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794__padding[12]; }; public: }; // /__StaticArrayInitTypeSize=120 struct __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A__padding[120]; }; public: }; // /__StaticArrayInitTypeSize=124 struct __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451__padding[124]; }; public: }; // /__StaticArrayInitTypeSize=128 struct __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C__padding[128]; }; public: }; // /__StaticArrayInitTypeSize=16 struct __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66__padding[16]; }; public: }; // /__StaticArrayInitTypeSize=160 struct __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27__padding[160]; }; public: }; // /__StaticArrayInitTypeSize=19 struct __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4__padding[19]; }; public: }; // /__StaticArrayInitTypeSize=192 struct __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D__padding[192]; }; public: }; // /__StaticArrayInitTypeSize=20 struct __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598__padding[20]; }; public: }; // /__StaticArrayInitTypeSize=2048 struct __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E__padding[2048]; }; public: }; // /__StaticArrayInitTypeSize=24 struct __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2__padding[24]; }; public: }; // /__StaticArrayInitTypeSize=256 struct __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449__padding[256]; }; public: }; // /__StaticArrayInitTypeSize=28 struct __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30__padding[28]; }; public: }; // /__StaticArrayInitTypeSize=3 struct __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F__padding[3]; }; public: }; // /__StaticArrayInitTypeSize=30 struct __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306__padding[30]; }; public: }; // /__StaticArrayInitTypeSize=32 struct __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F__padding[32]; }; public: }; // /__StaticArrayInitTypeSize=36 struct __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1__padding[36]; }; public: }; // /__StaticArrayInitTypeSize=38 struct __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92__padding[38]; }; public: }; // /__StaticArrayInitTypeSize=384 struct __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E__padding[384]; }; public: }; // /__StaticArrayInitTypeSize=40 struct __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F__padding[40]; }; public: }; // /__StaticArrayInitTypeSize=404 struct __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333__padding[404]; }; public: }; // /__StaticArrayInitTypeSize=4096 struct __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5__padding[4096]; }; public: }; // /__StaticArrayInitTypeSize=44 struct __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5__padding[44]; }; public: }; // /__StaticArrayInitTypeSize=48 struct __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7__padding[48]; }; public: }; // /__StaticArrayInitTypeSize=5 struct __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9__padding[5]; }; public: }; // /__StaticArrayInitTypeSize=511 struct __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3__padding[511]; }; public: }; // /__StaticArrayInitTypeSize=512 struct __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE__padding[512]; }; public: }; // /__StaticArrayInitTypeSize=56 struct __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186__padding[56]; }; public: }; // /__StaticArrayInitTypeSize=6 struct __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77__padding[6]; }; public: }; // /__StaticArrayInitTypeSize=6144 struct __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD__padding[6144]; }; public: }; // /__StaticArrayInitTypeSize=64 struct __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C__padding[64]; }; public: }; // /__StaticArrayInitTypeSize=640 struct __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517__padding[640]; }; public: }; // /__StaticArrayInitTypeSize=68 struct __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F__padding[68]; }; public: }; // /__StaticArrayInitTypeSize=72 struct __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489__padding[72]; }; public: }; // /__StaticArrayInitTypeSize=76 struct __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823__padding[76]; }; public: }; // /__StaticArrayInitTypeSize=96 struct __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5__padding[96]; }; public: }; // struct U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528 : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields { public: // /__StaticArrayInitTypeSize=20 ::02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0; // /__StaticArrayInitTypeSize=1024 ::037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1; // /__StaticArrayInitTypeSize=3 ::039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81 __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2; // /__StaticArrayInitTypeSize=128 ::04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3; // /__StaticArrayInitTypeSize=160 ::064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5 __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4; // /__StaticArrayInitTypeSize=68 ::07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00 __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5; // /__StaticArrayInitTypeSize=56 ::07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6; // /__StaticArrayInitTypeSize=5 ::08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7; // /__StaticArrayInitTypeSize=20 ::0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8; // /__StaticArrayInitTypeSize=6 ::0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9; // /__StaticArrayInitTypeSize=72 ::0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10; // /__StaticArrayInitTypeSize=56 ::0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11; // /__StaticArrayInitTypeSize=256 ::0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12; // /__StaticArrayInitTypeSize=1024 ::0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13; // /__StaticArrayInitTypeSize=256 ::0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14; // /__StaticArrayInitTypeSize=128 ::10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15; // /__StaticArrayInitTypeSize=19 ::111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15 __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16; // /__StaticArrayInitTypeSize=64 ::120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17; // /__StaticArrayInitTypeSize=640 ::125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293 __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18; // /__StaticArrayInitTypeSize=12 ::12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19; // /__StaticArrayInitTypeSize=12 ::1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20; // /__StaticArrayInitTypeSize=2048 ::13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21; // /__StaticArrayInitTypeSize=12 ::141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22; // /__StaticArrayInitTypeSize=32 ::14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23; // /__StaticArrayInitTypeSize=256 ::14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24; // /__StaticArrayInitTypeSize=56 ::16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25; // /__StaticArrayInitTypeSize=256 ::1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26; // /__StaticArrayInitTypeSize=1024 ::1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27; // /__StaticArrayInitTypeSize=64 ::1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28; // /__StaticArrayInitTypeSize=16 ::1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29; // /__StaticArrayInitTypeSize=1024 ::1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30; // /__StaticArrayInitTypeSize=32 ::1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31; // /__StaticArrayInitTypeSize=12 ::1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32; // /__StaticArrayInitTypeSize=12 ::1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33; // /__StaticArrayInitTypeSize=16 ::20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34; // System.Int32 ::21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B int32_t ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35; // /__StaticArrayInitTypeSize=128 ::2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36; // /__StaticArrayInitTypeSize=1024 ::23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37; // /__StaticArrayInitTypeSize=12 ::241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38; // System.Int64 ::24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684 int64_t ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39; // /__StaticArrayInitTypeSize=16 ::24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40; // /__StaticArrayInitTypeSize=256 ::252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41; // /__StaticArrayInitTypeSize=40 ::265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42; // /__StaticArrayInitTypeSize=72 ::27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8 __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43; // /__StaticArrayInitTypeSize=1024 ::2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44; // /__StaticArrayInitTypeSize=2048 ::2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45; // /__StaticArrayInitTypeSize=64 ::2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46; // /__StaticArrayInitTypeSize=16 ::2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47; // /__StaticArrayInitTypeSize=64 ::2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48; // /__StaticArrayInitTypeSize=68 ::2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97 __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49; // /__StaticArrayInitTypeSize=32 ::2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50; // /__StaticArrayInitTypeSize=32 ::2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51; // /__StaticArrayInitTypeSize=64 ::301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52; // /__StaticArrayInitTypeSize=1024 ::304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53; // /__StaticArrayInitTypeSize=128 ::3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54; // /__StaticArrayInitTypeSize=1024 ::31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55; // /__StaticArrayInitTypeSize=256 ::325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56; // /__StaticArrayInitTypeSize=48 ::343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57; // /__StaticArrayInitTypeSize=12 ::356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58; // /__StaticArrayInitTypeSize=12 ::36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59; // /__StaticArrayInitTypeSize=511 ::360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122 __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60; // /__StaticArrayInitTypeSize=1152 ::36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38 __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61; // /__StaticArrayInitTypeSize=12 ::3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62; // /__StaticArrayInitTypeSize=24 ::394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63; // /__StaticArrayInitTypeSize=40 ::3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64; // /__StaticArrayInitTypeSize=28 ::3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65; // /__StaticArrayInitTypeSize=64 ::3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66; // /__StaticArrayInitTypeSize=512 ::3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67; // /__StaticArrayInitTypeSize=2048 ::3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68; // /__StaticArrayInitTypeSize=512 ::3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69; // /__StaticArrayInitTypeSize=1024 ::3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70; // /__StaticArrayInitTypeSize=16 ::3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71; // /__StaticArrayInitTypeSize=44 ::405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0 __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72; // /__StaticArrayInitTypeSize=256 ::40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73; // /__StaticArrayInitTypeSize=1024 ::427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74; // /__StaticArrayInitTypeSize=256 ::42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75; // /__StaticArrayInitTypeSize=128 ::439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76; // /__StaticArrayInitTypeSize=12 ::43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77; // /__StaticArrayInitTypeSize=24 ::43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186 __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78; // /__StaticArrayInitTypeSize=1024 ::463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79; // /__StaticArrayInitTypeSize=24 ::4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80; // /__StaticArrayInitTypeSize=256 ::4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81; // /__StaticArrayInitTypeSize=64 ::490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82; // /__StaticArrayInitTypeSize=12 ::4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83; // /__StaticArrayInitTypeSize=12 ::49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84; // /__StaticArrayInitTypeSize=12 ::49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85; // /__StaticArrayInitTypeSize=32 ::4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86; // /__StaticArrayInitTypeSize=24 ::4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87; // /__StaticArrayInitTypeSize=256 ::4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88; // /__StaticArrayInitTypeSize=12 ::4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89; // /__StaticArrayInitTypeSize=256 ::4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90; // /__StaticArrayInitTypeSize=12 ::4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91; // /__StaticArrayInitTypeSize=16 ::507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92; // /__StaticArrayInitTypeSize=20 ::513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93; // /__StaticArrayInitTypeSize=12 ::5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94; // /__StaticArrayInitTypeSize=2048 ::542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95; // /__StaticArrayInitTypeSize=256 ::55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96; // /__StaticArrayInitTypeSize=12 ::55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97; // /__StaticArrayInitTypeSize=1024 ::5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98; // /__StaticArrayInitTypeSize=256 ::58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99; // /__StaticArrayInitTypeSize=2048 ::586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100; // /__StaticArrayInitTypeSize=120 ::5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101; // /__StaticArrayInitTypeSize=12 ::59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102; // /__StaticArrayInitTypeSize=32 ::5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103; // /__StaticArrayInitTypeSize=12 ::5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104; // /__StaticArrayInitTypeSize=40 ::5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105; // /__StaticArrayInitTypeSize=1024 ::5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106; // /__StaticArrayInitTypeSize=384 ::5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7 __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107; // /__StaticArrayInitTypeSize=124 ::5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108; // /__StaticArrayInitTypeSize=36 ::5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0 __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109; // /__StaticArrayInitTypeSize=32 ::5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110; // /__StaticArrayInitTypeSize=28 ::5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663 __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111; // /__StaticArrayInitTypeSize=124 ::61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1 __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112; // /__StaticArrayInitTypeSize=48 ::6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993 __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113; // /__StaticArrayInitTypeSize=1024 ::624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114; // /__StaticArrayInitTypeSize=64 ::62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115; // /__StaticArrayInitTypeSize=64 ::663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116; // /__StaticArrayInitTypeSize=48 ::6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117; // /__StaticArrayInitTypeSize=12 ::684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118; // /__StaticArrayInitTypeSize=32 ::6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119; // /__StaticArrayInitTypeSize=40 ::6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120; // /__StaticArrayInitTypeSize=64 ::6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121; // /__StaticArrayInitTypeSize=24 ::6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122; // /__StaticArrayInitTypeSize=12 ::6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123; // /__StaticArrayInitTypeSize=64 ::6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124; // /__StaticArrayInitTypeSize=16 ::6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125; // /__StaticArrayInitTypeSize=28 ::6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126; // /__StaticArrayInitTypeSize=12 ::7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127; // /__StaticArrayInitTypeSize=16 ::712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128; // /__StaticArrayInitTypeSize=256 ::715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129; // System.Int32 ::72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D int32_t ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130; // /__StaticArrayInitTypeSize=256 ::74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131; // /__StaticArrayInitTypeSize=64 ::7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132; // /__StaticArrayInitTypeSize=12 ::76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133; // /__StaticArrayInitTypeSize=12 ::7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134; // /__StaticArrayInitTypeSize=12 ::7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135; // /__StaticArrayInitTypeSize=12 ::78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136; // /__StaticArrayInitTypeSize=24 ::78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137; // /__StaticArrayInitTypeSize=512 ::7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138; // /__StaticArrayInitTypeSize=68 ::79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6 __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139; // /__StaticArrayInitTypeSize=12 ::7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140; // /__StaticArrayInitTypeSize=16 ::7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141; // /__StaticArrayInitTypeSize=64 ::7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142; // /__StaticArrayInitTypeSize=30 ::7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37 __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143; // /__StaticArrayInitTypeSize=116 ::7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144; // /__StaticArrayInitTypeSize=64 ::7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145; // System.Int32 ::7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3 int32_t ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146; // /__StaticArrayInitTypeSize=12 ::7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147; // /__StaticArrayInitTypeSize=20 ::81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148; // /__StaticArrayInitTypeSize=512 ::8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149; // /__StaticArrayInitTypeSize=32 ::83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150; // /__StaticArrayInitTypeSize=512 ::84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151; // /__StaticArrayInitTypeSize=1024 ::85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152; // /__StaticArrayInitTypeSize=12 ::8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153; // /__StaticArrayInitTypeSize=48 ::86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154; // /__StaticArrayInitTypeSize=16 ::874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155; // /__StaticArrayInitTypeSize=12 ::88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156; // /__StaticArrayInitTypeSize=128 ::896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157; // /__StaticArrayInitTypeSize=6144 ::8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095 __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158; // /__StaticArrayInitTypeSize=1024 ::8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159; // /__StaticArrayInitTypeSize=12 ::8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160; // /__StaticArrayInitTypeSize=256 ::8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161; // System.Int32 ::8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E int32_t ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162; // /__StaticArrayInitTypeSize=12 ::8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163; // /__StaticArrayInitTypeSize=76 ::8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164; // /__StaticArrayInitTypeSize=1024 ::910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165; // /__StaticArrayInitTypeSize=256 ::93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166; // /__StaticArrayInitTypeSize=120 ::9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167; // /__StaticArrayInitTypeSize=12 ::960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168; // /__StaticArrayInitTypeSize=20 ::9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169; // /__StaticArrayInitTypeSize=40 ::96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170; // /__StaticArrayInitTypeSize=20 ::96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171; // /__StaticArrayInitTypeSize=64 ::971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172; // /__StaticArrayInitTypeSize=12 ::97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173; // /__StaticArrayInitTypeSize=1024 ::97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174; // /__StaticArrayInitTypeSize=40 ::97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175; // /__StaticArrayInitTypeSize=256 ::9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176; // /__StaticArrayInitTypeSize=1024 ::99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177; // /__StaticArrayInitTypeSize=256 ::99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178; // /__StaticArrayInitTypeSize=512 ::9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179; // /__StaticArrayInitTypeSize=32 ::9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180; // /__StaticArrayInitTypeSize=1024 ::9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181; // /__StaticArrayInitTypeSize=32 ::9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182; // /__StaticArrayInitTypeSize=48 ::9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44 __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183; // /__StaticArrayInitTypeSize=12 ::9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184; // /__StaticArrayInitTypeSize=256 ::9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185; // /__StaticArrayInitTypeSize=12 ::9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186; // /__StaticArrayInitTypeSize=28 ::9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5 __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187; // /__StaticArrayInitTypeSize=12 ::9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188; // /__StaticArrayInitTypeSize=32 ::9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189; // /__StaticArrayInitTypeSize=16 ::9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190; // /__StaticArrayInitTypeSize=32 ::A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191; // /__StaticArrayInitTypeSize=64 ::A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192; // /__StaticArrayInitTypeSize=64 ::A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193; // /__StaticArrayInitTypeSize=12 ::A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194; // /__StaticArrayInitTypeSize=38 ::A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689 __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195; // /__StaticArrayInitTypeSize=128 ::A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196; // /__StaticArrayInitTypeSize=64 ::A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197; // /__StaticArrayInitTypeSize=12 ::A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198; // /__StaticArrayInitTypeSize=16 ::A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199; // /__StaticArrayInitTypeSize=12 ::A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200; // System.Int32 ::A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC int32_t ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201; // /__StaticArrayInitTypeSize=1024 ::AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202; // /__StaticArrayInitTypeSize=56 ::AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203; // /__StaticArrayInitTypeSize=1024 ::AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204; // /__StaticArrayInitTypeSize=2048 ::AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205; // /__StaticArrayInitTypeSize=12 ::AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206; // /__StaticArrayInitTypeSize=24 ::ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207; // /__StaticArrayInitTypeSize=32 ::AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208; // /__StaticArrayInitTypeSize=40 ::B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209; // /__StaticArrayInitTypeSize=12 ::B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210; // /__StaticArrayInitTypeSize=16 ::B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211; // /__StaticArrayInitTypeSize=120 ::B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212; // /__StaticArrayInitTypeSize=12 ::B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213; // /__StaticArrayInitTypeSize=12 ::B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214; // /__StaticArrayInitTypeSize=64 ::B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215; // /__StaticArrayInitTypeSize=12 ::B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216; // /__StaticArrayInitTypeSize=24 ::B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05 __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217; // /__StaticArrayInitTypeSize=20 ::B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218; // /__StaticArrayInitTypeSize=256 ::B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219; // /__StaticArrayInitTypeSize=12 ::B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220; // /__StaticArrayInitTypeSize=36 ::B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221; // /__StaticArrayInitTypeSize=36 ::B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222; // /__StaticArrayInitTypeSize=16 ::B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223; // /__StaticArrayInitTypeSize=12 ::B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224; // System.Int32 ::B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92 int32_t ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225; // /__StaticArrayInitTypeSize=64 ::B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226; // /__StaticArrayInitTypeSize=256 ::B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227; // /__StaticArrayInitTypeSize=40 ::BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228; // /__StaticArrayInitTypeSize=1024 ::BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229; // /__StaticArrayInitTypeSize=12 ::BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230; // /__StaticArrayInitTypeSize=32 ::BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231; // System.Int32 ::BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A int32_t ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232; // /__StaticArrayInitTypeSize=96 ::BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381 __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233; // /__StaticArrayInitTypeSize=1024 ::BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234; // /__StaticArrayInitTypeSize=12 ::BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235; // /__StaticArrayInitTypeSize=12 ::BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236; // /__StaticArrayInitTypeSize=192 ::C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237; // /__StaticArrayInitTypeSize=20 ::C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238; // /__StaticArrayInitTypeSize=76 ::C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239; // /__StaticArrayInitTypeSize=1024 ::C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240; // /__StaticArrayInitTypeSize=256 ::C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241; // /__StaticArrayInitTypeSize=1024 ::C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242; // /__StaticArrayInitTypeSize=2048 ::C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243; // /__StaticArrayInitTypeSize=32 ::C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244; // /__StaticArrayInitTypeSize=12 ::C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245; // System.Int32 ::C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900 int32_t ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246; // /__StaticArrayInitTypeSize=12 ::C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247; // /__StaticArrayInitTypeSize=112 ::C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82 __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248; // /__StaticArrayInitTypeSize=1024 ::C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249; // /__StaticArrayInitTypeSize=64 ::C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250; // /__StaticArrayInitTypeSize=32 ::C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251; // /__StaticArrayInitTypeSize=96 ::CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252; // /__StaticArrayInitTypeSize=512 ::CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253; // /__StaticArrayInitTypeSize=12 ::CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254; // /__StaticArrayInitTypeSize=2048 ::CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255; // /__StaticArrayInitTypeSize=32 ::CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256; // /__StaticArrayInitTypeSize=68 ::CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257; // /__StaticArrayInitTypeSize=32 ::D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258; // /__StaticArrayInitTypeSize=12 ::D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259; // /__StaticArrayInitTypeSize=2048 ::D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260; // /__StaticArrayInitTypeSize=12 ::D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261; // /__StaticArrayInitTypeSize=40 ::D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262; // /__StaticArrayInitTypeSize=12 ::D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263; // /__StaticArrayInitTypeSize=56 ::D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264; // /__StaticArrayInitTypeSize=12 ::DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265; // /__StaticArrayInitTypeSize=64 ::DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266; // /__StaticArrayInitTypeSize=24 ::DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5 __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267; // /__StaticArrayInitTypeSize=64 ::DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268; // /__StaticArrayInitTypeSize=12 ::DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269; // System.Int32 ::DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB int32_t ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270; // /__StaticArrayInitTypeSize=64 ::DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271; // /__StaticArrayInitTypeSize=128 ::DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272; // /__StaticArrayInitTypeSize=12 ::DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273; // /__StaticArrayInitTypeSize=4096 ::E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8 __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274; // /__StaticArrayInitTypeSize=12 ::E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275; // System.Int64 ::E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749 int64_t ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276; // /__StaticArrayInitTypeSize=64 ::E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277; // /__StaticArrayInitTypeSize=16 ::E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278; // /__StaticArrayInitTypeSize=12 ::E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279; // /__StaticArrayInitTypeSize=64 ::E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280; // /__StaticArrayInitTypeSize=2048 ::E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281; // /__StaticArrayInitTypeSize=2048 ::E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282; // /__StaticArrayInitTypeSize=256 ::E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283; // /__StaticArrayInitTypeSize=28 ::E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87 __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284; // /__StaticArrayInitTypeSize=12 ::E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285; // /__StaticArrayInitTypeSize=5 ::E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286; // /__StaticArrayInitTypeSize=1024 ::E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287; // /__StaticArrayInitTypeSize=12 ::EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288; // System.Int32 ::EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A int32_t ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289; // /__StaticArrayInitTypeSize=1024 ::EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290; // /__StaticArrayInitTypeSize=40 ::ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291; // /__StaticArrayInitTypeSize=1024 ::EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292; // /__StaticArrayInitTypeSize=256 ::EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293; // /__StaticArrayInitTypeSize=16 ::EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294; // /__StaticArrayInitTypeSize=12 ::F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295; // /__StaticArrayInitTypeSize=404 ::F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7 __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296; // /__StaticArrayInitTypeSize=64 ::F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297; // /__StaticArrayInitTypeSize=116 ::F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842 __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298; // /__StaticArrayInitTypeSize=192 ::F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299; // /__StaticArrayInitTypeSize=256 ::F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300; // /__StaticArrayInitTypeSize=64 ::F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301; // /__StaticArrayInitTypeSize=72 ::FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0 __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302; // /__StaticArrayInitTypeSize=12 ::FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303; // /__StaticArrayInitTypeSize=32 ::FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304; // /__StaticArrayInitTypeSize=256 ::FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305; // /__StaticArrayInitTypeSize=16 ::FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306; // /__StaticArrayInitTypeSize=2048 ::FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307; // /__StaticArrayInitTypeSize=12 ::FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308; // /__StaticArrayInitTypeSize=120 ::FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309; // /__StaticArrayInitTypeSize=16 ::FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310; // /__StaticArrayInitTypeSize=32 ::FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311; // /__StaticArrayInitTypeSize=128 ::FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312; // /__StaticArrayInitTypeSize=16 ::FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313; public: inline static int32_t get_offset_of_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0() const { return ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0() { return &___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0; } inline void set_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0 = value; } inline static int32_t get_offset_of_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1() const { return ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1() { return &___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1; } inline void set_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1 = value; } inline static int32_t get_offset_of_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2)); } inline __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F get_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2() const { return ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2; } inline __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F * get_address_of_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2() { return &___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2; } inline void set_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2(__StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F value) { ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2 = value; } inline static int32_t get_offset_of_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3() const { return ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3() { return &___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3; } inline void set_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3 = value; } inline static int32_t get_offset_of_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4)); } inline __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 get_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4() const { return ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4; } inline __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 * get_address_of_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4() { return &___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4; } inline void set_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4(__StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 value) { ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4 = value; } inline static int32_t get_offset_of_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5() const { return ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5() { return &___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5; } inline void set_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5 = value; } inline static int32_t get_offset_of_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6() const { return ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6() { return &___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6; } inline void set_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6 = value; } inline static int32_t get_offset_of_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7)); } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 get_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7() const { return ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7; } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 * get_address_of_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7() { return &___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7; } inline void set_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7(__StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 value) { ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7 = value; } inline static int32_t get_offset_of_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8() const { return ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8() { return &___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8; } inline void set_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8 = value; } inline static int32_t get_offset_of_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9)); } inline __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 get_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9() const { return ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9; } inline __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 * get_address_of_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9() { return &___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9; } inline void set_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9(__StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 value) { ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9 = value; } inline static int32_t get_offset_of_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10)); } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 get_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10() const { return ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10; } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 * get_address_of_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10() { return &___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10; } inline void set_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10(__StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 value) { ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10 = value; } inline static int32_t get_offset_of_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11() const { return ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11() { return &___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11; } inline void set_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11 = value; } inline static int32_t get_offset_of_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12() const { return ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12() { return &___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12; } inline void set_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12 = value; } inline static int32_t get_offset_of_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13() const { return ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13() { return &___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13; } inline void set_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13 = value; } inline static int32_t get_offset_of_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14() const { return ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14() { return &___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14; } inline void set_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14 = value; } inline static int32_t get_offset_of_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15() const { return ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15() { return &___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15; } inline void set_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15 = value; } inline static int32_t get_offset_of_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16)); } inline __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 get_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16() const { return ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16; } inline __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 * get_address_of_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16() { return &___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16; } inline void set_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16(__StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 value) { ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16 = value; } inline static int32_t get_offset_of_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17() const { return ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17() { return &___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17; } inline void set_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17 = value; } inline static int32_t get_offset_of_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18)); } inline __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 get_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18() const { return ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18; } inline __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 * get_address_of_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18() { return &___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18; } inline void set_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18(__StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 value) { ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18 = value; } inline static int32_t get_offset_of_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19() const { return ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19() { return &___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19; } inline void set_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19 = value; } inline static int32_t get_offset_of_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20() const { return ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20() { return &___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20; } inline void set_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20 = value; } inline static int32_t get_offset_of_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21() const { return ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21() { return &___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21; } inline void set_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21 = value; } inline static int32_t get_offset_of_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22() const { return ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22() { return &___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22; } inline void set_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22 = value; } inline static int32_t get_offset_of_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23() const { return ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23() { return &___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23; } inline void set_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23 = value; } inline static int32_t get_offset_of_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24() const { return ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24() { return &___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24; } inline void set_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24 = value; } inline static int32_t get_offset_of_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25() const { return ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25() { return &___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25; } inline void set_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25 = value; } inline static int32_t get_offset_of_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26() const { return ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26() { return &___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26; } inline void set_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26 = value; } inline static int32_t get_offset_of_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27() const { return ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27() { return &___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27; } inline void set_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27 = value; } inline static int32_t get_offset_of_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28() const { return ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28() { return &___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28; } inline void set_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28 = value; } inline static int32_t get_offset_of_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29() const { return ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29() { return &___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29; } inline void set_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29 = value; } inline static int32_t get_offset_of_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30() const { return ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30() { return &___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30; } inline void set_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30 = value; } inline static int32_t get_offset_of_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31() const { return ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31() { return &___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31; } inline void set_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31 = value; } inline static int32_t get_offset_of_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32() const { return ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32() { return &___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32; } inline void set_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32 = value; } inline static int32_t get_offset_of_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33() const { return ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33() { return &___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33; } inline void set_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33 = value; } inline static int32_t get_offset_of_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34() const { return ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34() { return &___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34; } inline void set_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34 = value; } inline static int32_t get_offset_of_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35)); } inline int32_t get_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35() const { return ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35; } inline int32_t* get_address_of_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35() { return &___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35; } inline void set_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35(int32_t value) { ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35 = value; } inline static int32_t get_offset_of_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36() const { return ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36() { return &___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36; } inline void set_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36 = value; } inline static int32_t get_offset_of_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37() const { return ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37() { return &___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37; } inline void set_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37 = value; } inline static int32_t get_offset_of_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38() const { return ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38() { return &___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38; } inline void set_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38 = value; } inline static int32_t get_offset_of_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39)); } inline int64_t get_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39() const { return ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39; } inline int64_t* get_address_of_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39() { return &___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39; } inline void set_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39(int64_t value) { ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39 = value; } inline static int32_t get_offset_of_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40() const { return ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40() { return &___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40; } inline void set_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40 = value; } inline static int32_t get_offset_of_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41() const { return ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41() { return &___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41; } inline void set_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41 = value; } inline static int32_t get_offset_of_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42() const { return ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42() { return &___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42; } inline void set_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42 = value; } inline static int32_t get_offset_of_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43)); } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 get_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43() const { return ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43; } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 * get_address_of_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43() { return &___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43; } inline void set_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43(__StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 value) { ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43 = value; } inline static int32_t get_offset_of_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44() const { return ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44() { return &___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44; } inline void set_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44 = value; } inline static int32_t get_offset_of_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45() const { return ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45() { return &___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45; } inline void set_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45 = value; } inline static int32_t get_offset_of_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46() const { return ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46() { return &___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46; } inline void set_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46 = value; } inline static int32_t get_offset_of_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47() const { return ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47() { return &___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47; } inline void set_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47 = value; } inline static int32_t get_offset_of_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48() const { return ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48() { return &___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48; } inline void set_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48 = value; } inline static int32_t get_offset_of_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49() const { return ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49() { return &___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49; } inline void set_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49 = value; } inline static int32_t get_offset_of_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50() const { return ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50() { return &___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50; } inline void set_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50 = value; } inline static int32_t get_offset_of_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51() const { return ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51() { return &___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51; } inline void set_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51 = value; } inline static int32_t get_offset_of_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52() const { return ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52() { return &___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52; } inline void set_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52 = value; } inline static int32_t get_offset_of_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53() const { return ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53() { return &___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53; } inline void set_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53 = value; } inline static int32_t get_offset_of_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54() const { return ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54() { return &___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54; } inline void set_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54 = value; } inline static int32_t get_offset_of_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55() const { return ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55() { return &___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55; } inline void set_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55 = value; } inline static int32_t get_offset_of_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56() const { return ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56() { return &___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56; } inline void set_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56 = value; } inline static int32_t get_offset_of_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57() const { return ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57() { return &___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57; } inline void set_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57 = value; } inline static int32_t get_offset_of_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58() const { return ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58() { return &___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58; } inline void set_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58 = value; } inline static int32_t get_offset_of_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59() const { return ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59() { return &___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59; } inline void set_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59 = value; } inline static int32_t get_offset_of_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60)); } inline __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 get_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60() const { return ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60; } inline __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 * get_address_of_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60() { return &___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60; } inline void set_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60(__StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 value) { ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60 = value; } inline static int32_t get_offset_of_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61)); } inline __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F get_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61() const { return ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61; } inline __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F * get_address_of_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61() { return &___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61; } inline void set_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61(__StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F value) { ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61 = value; } inline static int32_t get_offset_of_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62() const { return ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62() { return &___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62; } inline void set_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62 = value; } inline static int32_t get_offset_of_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63() const { return ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63() { return &___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63; } inline void set_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63 = value; } inline static int32_t get_offset_of_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64() const { return ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64() { return &___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64; } inline void set_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64 = value; } inline static int32_t get_offset_of_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65() const { return ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65() { return &___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65; } inline void set_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65 = value; } inline static int32_t get_offset_of_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66() const { return ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66() { return &___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66; } inline void set_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66 = value; } inline static int32_t get_offset_of_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67() const { return ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67() { return &___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67; } inline void set_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67 = value; } inline static int32_t get_offset_of_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68() const { return ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68() { return &___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68; } inline void set_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68 = value; } inline static int32_t get_offset_of_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69() const { return ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69() { return &___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69; } inline void set_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69 = value; } inline static int32_t get_offset_of_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70() const { return ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70() { return &___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70; } inline void set_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70 = value; } inline static int32_t get_offset_of_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71() const { return ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71() { return &___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71; } inline void set_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71 = value; } inline static int32_t get_offset_of_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72)); } inline __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 get_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72() const { return ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72; } inline __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 * get_address_of_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72() { return &___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72; } inline void set_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72(__StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 value) { ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72 = value; } inline static int32_t get_offset_of_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73() const { return ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73() { return &___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73; } inline void set_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73 = value; } inline static int32_t get_offset_of_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74() const { return ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74() { return &___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74; } inline void set_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74 = value; } inline static int32_t get_offset_of_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75() const { return ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75() { return &___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75; } inline void set_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75 = value; } inline static int32_t get_offset_of_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76() const { return ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76() { return &___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76; } inline void set_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76 = value; } inline static int32_t get_offset_of_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77() const { return ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77() { return &___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77; } inline void set_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77 = value; } inline static int32_t get_offset_of_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78() const { return ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78() { return &___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78; } inline void set_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78 = value; } inline static int32_t get_offset_of_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79() const { return ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79() { return &___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79; } inline void set_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79 = value; } inline static int32_t get_offset_of_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80() const { return ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80() { return &___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80; } inline void set_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80 = value; } inline static int32_t get_offset_of_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81() const { return ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81() { return &___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81; } inline void set_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81 = value; } inline static int32_t get_offset_of_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82() const { return ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82() { return &___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82; } inline void set_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82 = value; } inline static int32_t get_offset_of_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83() const { return ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83() { return &___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83; } inline void set_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83 = value; } inline static int32_t get_offset_of_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84() const { return ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84() { return &___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84; } inline void set_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84 = value; } inline static int32_t get_offset_of_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85() const { return ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85() { return &___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85; } inline void set_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85 = value; } inline static int32_t get_offset_of_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86() const { return ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86() { return &___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86; } inline void set_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86 = value; } inline static int32_t get_offset_of_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87() const { return ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87() { return &___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87; } inline void set_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87 = value; } inline static int32_t get_offset_of_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88() const { return ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88() { return &___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88; } inline void set_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88 = value; } inline static int32_t get_offset_of_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89() const { return ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89() { return &___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89; } inline void set_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89 = value; } inline static int32_t get_offset_of_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90() const { return ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90() { return &___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90; } inline void set_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90 = value; } inline static int32_t get_offset_of_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91() const { return ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91() { return &___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91; } inline void set_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91 = value; } inline static int32_t get_offset_of_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92() const { return ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92() { return &___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92; } inline void set_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92 = value; } inline static int32_t get_offset_of_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93() const { return ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93() { return &___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93; } inline void set_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93 = value; } inline static int32_t get_offset_of_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94() const { return ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94() { return &___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94; } inline void set_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94 = value; } inline static int32_t get_offset_of_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95() const { return ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95() { return &___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95; } inline void set_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95 = value; } inline static int32_t get_offset_of_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96() const { return ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96() { return &___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96; } inline void set_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96 = value; } inline static int32_t get_offset_of_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97() const { return ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97() { return &___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97; } inline void set_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97 = value; } inline static int32_t get_offset_of_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98() const { return ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98() { return &___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98; } inline void set_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98 = value; } inline static int32_t get_offset_of_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99() const { return ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99() { return &___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99; } inline void set_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99 = value; } inline static int32_t get_offset_of_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100() const { return ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100() { return &___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100; } inline void set_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100 = value; } inline static int32_t get_offset_of_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101() const { return ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101() { return &___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101; } inline void set_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101 = value; } inline static int32_t get_offset_of_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102() const { return ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102() { return &___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102; } inline void set_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102 = value; } inline static int32_t get_offset_of_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103() const { return ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103() { return &___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103; } inline void set_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103 = value; } inline static int32_t get_offset_of_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104() const { return ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104() { return &___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104; } inline void set_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104 = value; } inline static int32_t get_offset_of_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105() const { return ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105() { return &___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105; } inline void set_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105 = value; } inline static int32_t get_offset_of_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106() const { return ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106() { return &___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106; } inline void set_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106 = value; } inline static int32_t get_offset_of_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107)); } inline __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E get_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107() const { return ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107; } inline __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E * get_address_of_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107() { return &___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107; } inline void set_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107(__StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E value) { ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107 = value; } inline static int32_t get_offset_of_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108)); } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 get_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108() const { return ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108; } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 * get_address_of_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108() { return &___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108; } inline void set_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108(__StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 value) { ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108 = value; } inline static int32_t get_offset_of_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109)); } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 get_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109() const { return ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109; } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 * get_address_of_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109() { return &___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109; } inline void set_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109(__StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 value) { ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109 = value; } inline static int32_t get_offset_of_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110() const { return ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110() { return &___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110; } inline void set_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110 = value; } inline static int32_t get_offset_of_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111() const { return ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111() { return &___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111; } inline void set_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111 = value; } inline static int32_t get_offset_of_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112)); } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 get_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112() const { return ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112; } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 * get_address_of_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112() { return &___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112; } inline void set_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112(__StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 value) { ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112 = value; } inline static int32_t get_offset_of_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113() const { return ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113() { return &___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113; } inline void set_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113 = value; } inline static int32_t get_offset_of_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114() const { return ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114() { return &___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114; } inline void set_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114 = value; } inline static int32_t get_offset_of_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115() const { return ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115() { return &___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115; } inline void set_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115 = value; } inline static int32_t get_offset_of_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116() const { return ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116() { return &___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116; } inline void set_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116 = value; } inline static int32_t get_offset_of_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117() const { return ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117() { return &___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117; } inline void set_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117 = value; } inline static int32_t get_offset_of_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118() const { return ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118() { return &___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118; } inline void set_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118 = value; } inline static int32_t get_offset_of_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119() const { return ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119() { return &___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119; } inline void set_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119 = value; } inline static int32_t get_offset_of_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120() const { return ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120() { return &___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120; } inline void set_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120 = value; } inline static int32_t get_offset_of_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121() const { return ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121() { return &___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121; } inline void set_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121 = value; } inline static int32_t get_offset_of_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122() const { return ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122() { return &___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122; } inline void set_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122 = value; } inline static int32_t get_offset_of_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123() const { return ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123() { return &___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123; } inline void set_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123 = value; } inline static int32_t get_offset_of_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124() const { return ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124() { return &___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124; } inline void set_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124 = value; } inline static int32_t get_offset_of_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125() const { return ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125() { return &___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125; } inline void set_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125 = value; } inline static int32_t get_offset_of_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126() const { return ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126() { return &___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126; } inline void set_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126 = value; } inline static int32_t get_offset_of_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127() const { return ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127() { return &___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127; } inline void set_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127 = value; } inline static int32_t get_offset_of_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128() const { return ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128() { return &___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128; } inline void set_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128 = value; } inline static int32_t get_offset_of_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129() const { return ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129() { return &___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129; } inline void set_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129 = value; } inline static int32_t get_offset_of_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130)); } inline int32_t get_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130() const { return ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130; } inline int32_t* get_address_of_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130() { return &___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130; } inline void set_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130(int32_t value) { ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130 = value; } inline static int32_t get_offset_of_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131() const { return ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131() { return &___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131; } inline void set_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131 = value; } inline static int32_t get_offset_of_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132() const { return ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132() { return &___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132; } inline void set_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132 = value; } inline static int32_t get_offset_of_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133() const { return ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133() { return &___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133; } inline void set_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133 = value; } inline static int32_t get_offset_of_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134() const { return ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134() { return &___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134; } inline void set_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134 = value; } inline static int32_t get_offset_of_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135() const { return ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135() { return &___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135; } inline void set_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135 = value; } inline static int32_t get_offset_of_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136() const { return ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136() { return &___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136; } inline void set_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136 = value; } inline static int32_t get_offset_of_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137() const { return ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137() { return &___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137; } inline void set_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137 = value; } inline static int32_t get_offset_of_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138() const { return ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138() { return &___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138; } inline void set_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138 = value; } inline static int32_t get_offset_of_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139() const { return ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139() { return &___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139; } inline void set_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139 = value; } inline static int32_t get_offset_of_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140() const { return ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140() { return &___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140; } inline void set_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140 = value; } inline static int32_t get_offset_of_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141() const { return ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141() { return &___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141; } inline void set_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141 = value; } inline static int32_t get_offset_of_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142() const { return ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142() { return &___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142; } inline void set_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142 = value; } inline static int32_t get_offset_of_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143)); } inline __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 get_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143() const { return ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143; } inline __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 * get_address_of_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143() { return &___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143; } inline void set_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143(__StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 value) { ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143 = value; } inline static int32_t get_offset_of_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144)); } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 get_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144() const { return ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144; } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 * get_address_of_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144() { return &___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144; } inline void set_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144(__StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 value) { ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144 = value; } inline static int32_t get_offset_of_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145() const { return ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145() { return &___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145; } inline void set_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145 = value; } inline static int32_t get_offset_of_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146)); } inline int32_t get_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146() const { return ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146; } inline int32_t* get_address_of_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146() { return &___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146; } inline void set_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146(int32_t value) { ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146 = value; } inline static int32_t get_offset_of_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147() const { return ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147() { return &___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147; } inline void set_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147 = value; } inline static int32_t get_offset_of_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148() const { return ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148() { return &___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148; } inline void set_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148 = value; } inline static int32_t get_offset_of_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149() const { return ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149() { return &___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149; } inline void set_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149 = value; } inline static int32_t get_offset_of_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150() const { return ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150() { return &___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150; } inline void set_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150 = value; } inline static int32_t get_offset_of_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151() const { return ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151() { return &___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151; } inline void set_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151 = value; } inline static int32_t get_offset_of_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152() const { return ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152() { return &___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152; } inline void set_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152 = value; } inline static int32_t get_offset_of_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153() const { return ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153() { return &___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153; } inline void set_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153 = value; } inline static int32_t get_offset_of_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154() const { return ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154() { return &___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154; } inline void set_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154 = value; } inline static int32_t get_offset_of_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155() const { return ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155() { return &___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155; } inline void set_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155 = value; } inline static int32_t get_offset_of_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156() const { return ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156() { return &___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156; } inline void set_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156 = value; } inline static int32_t get_offset_of_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157() const { return ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157() { return &___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157; } inline void set_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157 = value; } inline static int32_t get_offset_of_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158)); } inline __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD get_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158() const { return ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158; } inline __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD * get_address_of_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158() { return &___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158; } inline void set_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158(__StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD value) { ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158 = value; } inline static int32_t get_offset_of_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159() const { return ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159() { return &___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159; } inline void set_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159 = value; } inline static int32_t get_offset_of_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160() const { return ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160() { return &___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160; } inline void set_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160 = value; } inline static int32_t get_offset_of_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161() const { return ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161() { return &___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161; } inline void set_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161 = value; } inline static int32_t get_offset_of_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162)); } inline int32_t get_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162() const { return ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162; } inline int32_t* get_address_of_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162() { return &___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162; } inline void set_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162(int32_t value) { ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162 = value; } inline static int32_t get_offset_of_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163() const { return ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163() { return &___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163; } inline void set_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163 = value; } inline static int32_t get_offset_of_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164)); } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 get_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164() const { return ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164; } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 * get_address_of_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164() { return &___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164; } inline void set_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164(__StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 value) { ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164 = value; } inline static int32_t get_offset_of_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165() const { return ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165() { return &___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165; } inline void set_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165 = value; } inline static int32_t get_offset_of_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166() const { return ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166() { return &___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166; } inline void set_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166 = value; } inline static int32_t get_offset_of_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167() const { return ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167() { return &___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167; } inline void set_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167 = value; } inline static int32_t get_offset_of_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168() const { return ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168() { return &___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168; } inline void set_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168 = value; } inline static int32_t get_offset_of_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169() const { return ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169() { return &___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169; } inline void set_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169 = value; } inline static int32_t get_offset_of_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170() const { return ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170() { return &___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170; } inline void set_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170 = value; } inline static int32_t get_offset_of_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171() const { return ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171() { return &___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171; } inline void set_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171 = value; } inline static int32_t get_offset_of_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172() const { return ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172() { return &___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172; } inline void set_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172 = value; } inline static int32_t get_offset_of_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173() const { return ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173() { return &___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173; } inline void set_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173 = value; } inline static int32_t get_offset_of_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174() const { return ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174() { return &___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174; } inline void set_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174 = value; } inline static int32_t get_offset_of_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175() const { return ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175() { return &___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175; } inline void set_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175 = value; } inline static int32_t get_offset_of_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176() const { return ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176() { return &___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176; } inline void set_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176 = value; } inline static int32_t get_offset_of_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177() const { return ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177() { return &___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177; } inline void set_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177 = value; } inline static int32_t get_offset_of_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178() const { return ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178() { return &___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178; } inline void set_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178 = value; } inline static int32_t get_offset_of_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179() const { return ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179() { return &___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179; } inline void set_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179 = value; } inline static int32_t get_offset_of_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180() const { return ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180() { return &___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180; } inline void set_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180 = value; } inline static int32_t get_offset_of_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181() const { return ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181() { return &___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181; } inline void set_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181 = value; } inline static int32_t get_offset_of_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182() const { return ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182() { return &___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182; } inline void set_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182 = value; } inline static int32_t get_offset_of_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183() const { return ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183() { return &___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183; } inline void set_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183 = value; } inline static int32_t get_offset_of_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184() const { return ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184() { return &___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184; } inline void set_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184 = value; } inline static int32_t get_offset_of_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185() const { return ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185() { return &___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185; } inline void set_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185 = value; } inline static int32_t get_offset_of_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186() const { return ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186() { return &___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186; } inline void set_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186 = value; } inline static int32_t get_offset_of_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187() const { return ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187() { return &___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187; } inline void set_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187 = value; } inline static int32_t get_offset_of_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188() const { return ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188() { return &___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188; } inline void set_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188 = value; } inline static int32_t get_offset_of_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189() const { return ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189() { return &___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189; } inline void set_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189 = value; } inline static int32_t get_offset_of_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190() const { return ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190() { return &___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190; } inline void set_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190 = value; } inline static int32_t get_offset_of_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191() const { return ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191() { return &___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191; } inline void set_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191 = value; } inline static int32_t get_offset_of_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192() const { return ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192() { return &___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192; } inline void set_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192 = value; } inline static int32_t get_offset_of_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193() const { return ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193() { return &___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193; } inline void set_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193 = value; } inline static int32_t get_offset_of_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194() const { return ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194() { return &___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194; } inline void set_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194 = value; } inline static int32_t get_offset_of_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195)); } inline __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 get_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195() const { return ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195; } inline __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 * get_address_of_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195() { return &___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195; } inline void set_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195(__StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 value) { ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195 = value; } inline static int32_t get_offset_of_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196() const { return ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196() { return &___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196; } inline void set_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196 = value; } inline static int32_t get_offset_of_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197() const { return ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197() { return &___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197; } inline void set_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197 = value; } inline static int32_t get_offset_of_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198() const { return ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198() { return &___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198; } inline void set_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198 = value; } inline static int32_t get_offset_of_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199() const { return ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199() { return &___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199; } inline void set_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199 = value; } inline static int32_t get_offset_of_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200() const { return ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200() { return &___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200; } inline void set_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200 = value; } inline static int32_t get_offset_of_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201)); } inline int32_t get_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201() const { return ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201; } inline int32_t* get_address_of_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201() { return &___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201; } inline void set_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201(int32_t value) { ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201 = value; } inline static int32_t get_offset_of_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202() const { return ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202() { return &___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202; } inline void set_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202 = value; } inline static int32_t get_offset_of_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203() const { return ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203() { return &___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203; } inline void set_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203 = value; } inline static int32_t get_offset_of_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204() const { return ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204() { return &___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204; } inline void set_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204 = value; } inline static int32_t get_offset_of_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205() const { return ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205() { return &___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205; } inline void set_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205 = value; } inline static int32_t get_offset_of_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206() const { return ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206() { return &___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206; } inline void set_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206 = value; } inline static int32_t get_offset_of_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207() const { return ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207() { return &___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207; } inline void set_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207 = value; } inline static int32_t get_offset_of_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208() const { return ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208() { return &___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208; } inline void set_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208 = value; } inline static int32_t get_offset_of_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209() const { return ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209() { return &___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209; } inline void set_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209 = value; } inline static int32_t get_offset_of_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210() const { return ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210() { return &___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210; } inline void set_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210 = value; } inline static int32_t get_offset_of_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211() const { return ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211() { return &___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211; } inline void set_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211 = value; } inline static int32_t get_offset_of_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212() const { return ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212() { return &___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212; } inline void set_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212 = value; } inline static int32_t get_offset_of_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213() const { return ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213() { return &___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213; } inline void set_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213 = value; } inline static int32_t get_offset_of_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214() const { return ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214() { return &___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214; } inline void set_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214 = value; } inline static int32_t get_offset_of_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215() const { return ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215() { return &___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215; } inline void set_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215 = value; } inline static int32_t get_offset_of_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216() const { return ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216() { return &___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216; } inline void set_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216 = value; } inline static int32_t get_offset_of_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217() const { return ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217() { return &___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217; } inline void set_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217 = value; } inline static int32_t get_offset_of_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218() const { return ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218() { return &___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218; } inline void set_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218 = value; } inline static int32_t get_offset_of_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219() const { return ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219() { return &___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219; } inline void set_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219 = value; } inline static int32_t get_offset_of_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220() const { return ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220() { return &___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220; } inline void set_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220 = value; } inline static int32_t get_offset_of_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221)); } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 get_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221() const { return ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221; } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 * get_address_of_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221() { return &___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221; } inline void set_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221(__StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 value) { ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221 = value; } inline static int32_t get_offset_of_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222)); } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 get_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222() const { return ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222; } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 * get_address_of_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222() { return &___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222; } inline void set_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222(__StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 value) { ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222 = value; } inline static int32_t get_offset_of_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223() const { return ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223() { return &___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223; } inline void set_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223 = value; } inline static int32_t get_offset_of_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224() const { return ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224() { return &___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224; } inline void set_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224 = value; } inline static int32_t get_offset_of_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225)); } inline int32_t get_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225() const { return ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225; } inline int32_t* get_address_of_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225() { return &___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225; } inline void set_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225(int32_t value) { ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225 = value; } inline static int32_t get_offset_of_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226() const { return ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226() { return &___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226; } inline void set_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226 = value; } inline static int32_t get_offset_of_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227() const { return ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227() { return &___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227; } inline void set_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227 = value; } inline static int32_t get_offset_of_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228() const { return ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228() { return &___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228; } inline void set_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228 = value; } inline static int32_t get_offset_of_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229() const { return ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229() { return &___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229; } inline void set_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229 = value; } inline static int32_t get_offset_of_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230() const { return ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230() { return &___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230; } inline void set_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230 = value; } inline static int32_t get_offset_of_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231() const { return ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231() { return &___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231; } inline void set_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231 = value; } inline static int32_t get_offset_of_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232)); } inline int32_t get_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232() const { return ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232; } inline int32_t* get_address_of_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232() { return &___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232; } inline void set_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232(int32_t value) { ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232 = value; } inline static int32_t get_offset_of_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233)); } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 get_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233() const { return ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233; } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 * get_address_of_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233() { return &___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233; } inline void set_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233(__StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 value) { ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233 = value; } inline static int32_t get_offset_of_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234() const { return ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234() { return &___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234; } inline void set_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234 = value; } inline static int32_t get_offset_of_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235() const { return ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235() { return &___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235; } inline void set_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235 = value; } inline static int32_t get_offset_of_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236() const { return ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236() { return &___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236; } inline void set_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236 = value; } inline static int32_t get_offset_of_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237)); } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D get_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237() const { return ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237; } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D * get_address_of_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237() { return &___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237; } inline void set_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237(__StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D value) { ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237 = value; } inline static int32_t get_offset_of_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238() const { return ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238() { return &___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238; } inline void set_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238 = value; } inline static int32_t get_offset_of_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239)); } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 get_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239() const { return ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239; } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 * get_address_of_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239() { return &___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239; } inline void set_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239(__StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 value) { ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239 = value; } inline static int32_t get_offset_of_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240() const { return ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240() { return &___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240; } inline void set_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240 = value; } inline static int32_t get_offset_of_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241() const { return ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241() { return &___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241; } inline void set_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241 = value; } inline static int32_t get_offset_of_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242() const { return ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242() { return &___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242; } inline void set_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242 = value; } inline static int32_t get_offset_of_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243() const { return ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243() { return &___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243; } inline void set_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243 = value; } inline static int32_t get_offset_of_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244() const { return ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244() { return &___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244; } inline void set_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244 = value; } inline static int32_t get_offset_of_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245() const { return ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245() { return &___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245; } inline void set_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245 = value; } inline static int32_t get_offset_of_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246)); } inline int32_t get_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246() const { return ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246; } inline int32_t* get_address_of_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246() { return &___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246; } inline void set_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246(int32_t value) { ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246 = value; } inline static int32_t get_offset_of_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247() const { return ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247() { return &___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247; } inline void set_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247 = value; } inline static int32_t get_offset_of_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248)); } inline __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 get_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248() const { return ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248; } inline __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 * get_address_of_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248() { return &___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248; } inline void set_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248(__StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 value) { ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248 = value; } inline static int32_t get_offset_of_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249() const { return ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249() { return &___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249; } inline void set_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249 = value; } inline static int32_t get_offset_of_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250() const { return ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250() { return &___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250; } inline void set_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250 = value; } inline static int32_t get_offset_of_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251() const { return ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251() { return &___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251; } inline void set_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251 = value; } inline static int32_t get_offset_of_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252)); } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 get_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252() const { return ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252; } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 * get_address_of_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252() { return &___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252; } inline void set_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252(__StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 value) { ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252 = value; } inline static int32_t get_offset_of_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253() const { return ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253() { return &___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253; } inline void set_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253 = value; } inline static int32_t get_offset_of_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254() const { return ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254() { return &___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254; } inline void set_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254 = value; } inline static int32_t get_offset_of_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255() const { return ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255() { return &___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255; } inline void set_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255 = value; } inline static int32_t get_offset_of_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256() const { return ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256() { return &___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256; } inline void set_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256 = value; } inline static int32_t get_offset_of_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257() const { return ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257() { return &___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257; } inline void set_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257 = value; } inline static int32_t get_offset_of_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258() const { return ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258() { return &___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258; } inline void set_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258 = value; } inline static int32_t get_offset_of_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259() const { return ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259() { return &___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259; } inline void set_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259 = value; } inline static int32_t get_offset_of_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260() const { return ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260() { return &___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260; } inline void set_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260 = value; } inline static int32_t get_offset_of_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261() const { return ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261() { return &___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261; } inline void set_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261 = value; } inline static int32_t get_offset_of_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262() const { return ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262() { return &___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262; } inline void set_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262 = value; } inline static int32_t get_offset_of_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263() const { return ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263() { return &___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263; } inline void set_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263 = value; } inline static int32_t get_offset_of_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264() const { return ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264() { return &___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264; } inline void set_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264 = value; } inline static int32_t get_offset_of_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265() const { return ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265() { return &___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265; } inline void set_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265 = value; } inline static int32_t get_offset_of_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266() const { return ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266() { return &___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266; } inline void set_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266 = value; } inline static int32_t get_offset_of_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267() const { return ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267() { return &___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267; } inline void set_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267 = value; } inline static int32_t get_offset_of_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268() const { return ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268() { return &___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268; } inline void set_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268 = value; } inline static int32_t get_offset_of_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269() const { return ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269() { return &___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269; } inline void set_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269 = value; } inline static int32_t get_offset_of_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270)); } inline int32_t get_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270() const { return ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270; } inline int32_t* get_address_of_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270() { return &___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270; } inline void set_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270(int32_t value) { ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270 = value; } inline static int32_t get_offset_of_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271() const { return ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271() { return &___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271; } inline void set_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271 = value; } inline static int32_t get_offset_of_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272() const { return ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272() { return &___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272; } inline void set_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272 = value; } inline static int32_t get_offset_of_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273() const { return ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273() { return &___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273; } inline void set_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273 = value; } inline static int32_t get_offset_of_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274)); } inline __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 get_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274() const { return ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274; } inline __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 * get_address_of_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274() { return &___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274; } inline void set_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274(__StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 value) { ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274 = value; } inline static int32_t get_offset_of_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275() const { return ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275() { return &___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275; } inline void set_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275 = value; } inline static int32_t get_offset_of_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276)); } inline int64_t get_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276() const { return ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276; } inline int64_t* get_address_of_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276() { return &___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276; } inline void set_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276(int64_t value) { ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276 = value; } inline static int32_t get_offset_of_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277() const { return ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277() { return &___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277; } inline void set_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277 = value; } inline static int32_t get_offset_of_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278() const { return ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278() { return &___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278; } inline void set_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278 = value; } inline static int32_t get_offset_of_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279() const { return ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279() { return &___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279; } inline void set_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279 = value; } inline static int32_t get_offset_of_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280() const { return ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280() { return &___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280; } inline void set_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280 = value; } inline static int32_t get_offset_of_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281() const { return ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281() { return &___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281; } inline void set_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281 = value; } inline static int32_t get_offset_of_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282() const { return ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282() { return &___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282; } inline void set_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282 = value; } inline static int32_t get_offset_of_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283() const { return ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283() { return &___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283; } inline void set_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283 = value; } inline static int32_t get_offset_of_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284() const { return ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284() { return &___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284; } inline void set_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284 = value; } inline static int32_t get_offset_of_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285() const { return ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285() { return &___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285; } inline void set_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285 = value; } inline static int32_t get_offset_of_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286)); } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 get_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286() const { return ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286; } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 * get_address_of_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286() { return &___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286; } inline void set_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286(__StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 value) { ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286 = value; } inline static int32_t get_offset_of_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287() const { return ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287() { return &___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287; } inline void set_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287 = value; } inline static int32_t get_offset_of_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288() const { return ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288() { return &___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288; } inline void set_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288 = value; } inline static int32_t get_offset_of_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289)); } inline int32_t get_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289() const { return ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289; } inline int32_t* get_address_of_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289() { return &___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289; } inline void set_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289(int32_t value) { ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289 = value; } inline static int32_t get_offset_of_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290() const { return ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290() { return &___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290; } inline void set_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290 = value; } inline static int32_t get_offset_of_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291() const { return ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291() { return &___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291; } inline void set_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291 = value; } inline static int32_t get_offset_of_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292() const { return ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292() { return &___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292; } inline void set_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292 = value; } inline static int32_t get_offset_of_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293() const { return ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293() { return &___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293; } inline void set_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293 = value; } inline static int32_t get_offset_of_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294() const { return ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294() { return &___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294; } inline void set_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294 = value; } inline static int32_t get_offset_of_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295() const { return ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295() { return &___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295; } inline void set_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295 = value; } inline static int32_t get_offset_of_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296)); } inline __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 get_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296() const { return ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296; } inline __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 * get_address_of_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296() { return &___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296; } inline void set_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296(__StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 value) { ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296 = value; } inline static int32_t get_offset_of_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297() const { return ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297() { return &___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297; } inline void set_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297 = value; } inline static int32_t get_offset_of_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298)); } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 get_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298() const { return ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298; } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 * get_address_of_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298() { return &___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298; } inline void set_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298(__StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 value) { ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298 = value; } inline static int32_t get_offset_of_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299)); } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D get_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299() const { return ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299; } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D * get_address_of_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299() { return &___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299; } inline void set_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299(__StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D value) { ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299 = value; } inline static int32_t get_offset_of_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300() const { return ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300() { return &___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300; } inline void set_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300 = value; } inline static int32_t get_offset_of_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301() const { return ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301() { return &___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301; } inline void set_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301 = value; } inline static int32_t get_offset_of_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302)); } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 get_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302() const { return ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302; } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 * get_address_of_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302() { return &___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302; } inline void set_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302(__StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 value) { ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302 = value; } inline static int32_t get_offset_of_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303() const { return ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303() { return &___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303; } inline void set_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303 = value; } inline static int32_t get_offset_of_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304() const { return ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304() { return &___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304; } inline void set_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304 = value; } inline static int32_t get_offset_of_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305() const { return ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305() { return &___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305; } inline void set_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305 = value; } inline static int32_t get_offset_of_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306() const { return ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306() { return &___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306; } inline void set_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306 = value; } inline static int32_t get_offset_of_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307() const { return ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307() { return &___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307; } inline void set_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307 = value; } inline static int32_t get_offset_of_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308() const { return ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308() { return &___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308; } inline void set_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308 = value; } inline static int32_t get_offset_of_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309() const { return ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309() { return &___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309; } inline void set_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309 = value; } inline static int32_t get_offset_of_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310() const { return ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310() { return &___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310; } inline void set_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310 = value; } inline static int32_t get_offset_of_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311() const { return ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311() { return &___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311; } inline void set_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311 = value; } inline static int32_t get_offset_of_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312() const { return ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312() { return &___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312; } inline void set_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312 = value; } inline static int32_t get_offset_of_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313() const { return ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313() { return &___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313; } inline void set_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Null struct Asn1Null_t5D40C5C3674510061A0C219CEB9849A5EF6492BC : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString struct Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::str ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___str_2; public: inline static int32_t get_offset_of_str_2() { return static_cast(offsetof(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8, ___str_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_str_2() const { return ___str_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_str_2() { return &___str_2; } inline void set_str_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___str_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___str_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence struct Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::seq RuntimeObject* ___seq_2; public: inline static int32_t get_offset_of_seq_2() { return static_cast(offsetof(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8, ___seq_2)); } inline RuntimeObject* get_seq_2() const { return ___seq_2; } inline RuntimeObject** get_address_of_seq_2() { return &___seq_2; } inline void set_seq_2(RuntimeObject* value) { ___seq_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___seq_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject struct Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::tagNo int32_t ___tagNo_2; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::explicitly bool ___explicitly_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::obj Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj_4; public: inline static int32_t get_offset_of_tagNo_2() { return static_cast(offsetof(Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0, ___tagNo_2)); } inline int32_t get_tagNo_2() const { return ___tagNo_2; } inline int32_t* get_address_of_tagNo_2() { return &___tagNo_2; } inline void set_tagNo_2(int32_t value) { ___tagNo_2 = value; } inline static int32_t get_offset_of_explicitly_3() { return static_cast(offsetof(Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0, ___explicitly_3)); } inline bool get_explicitly_3() const { return ___explicitly_3; } inline bool* get_address_of_explicitly_3() { return &___explicitly_3; } inline void set_explicitly_3(bool value) { ___explicitly_3 = value; } inline static int32_t get_offset_of_obj_4() { return static_cast(offsetof(Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0, ___obj_4)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_obj_4() const { return ___obj_4; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_obj_4() { return &___obj_4; } inline void set_obj_4(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___obj_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___obj_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger struct DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::bytes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes_3; public: inline static int32_t get_offset_of_bytes_3() { return static_cast(offsetof(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157, ___bytes_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_bytes_3() const { return ___bytes_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_bytes_3() { return &___bytes_3; } inline void set_bytes_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___bytes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___bytes_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier struct DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::identifier String_t* ___identifier_2; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::body ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___body_3; public: inline static int32_t get_offset_of_identifier_2() { return static_cast(offsetof(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8, ___identifier_2)); } inline String_t* get_identifier_2() const { return ___identifier_2; } inline String_t** get_address_of_identifier_2() { return &___identifier_2; } inline void set_identifier_2(String_t* value) { ___identifier_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___identifier_2), (void*)value); } inline static int32_t get_offset_of_body_3() { return static_cast(offsetof(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8, ___body_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_body_3() const { return ___body_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_body_3() { return &___body_3; } inline void set_body_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___body_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___body_3), (void*)value); } }; struct DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::cache DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F* ___cache_5; public: inline static int32_t get_offset_of_cache_5() { return static_cast(offsetof(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_StaticFields, ___cache_5)); } inline DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F* get_cache_5() const { return ___cache_5; } inline DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F** get_address_of_cache_5() { return &___cache_5; } inline void set_cache_5(DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F* value) { ___cache_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___cache_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerStringBase struct DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer struct DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DatagramTransport BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::mTransport RuntimeObject* ___mTransport_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::mContext RuntimeObject* ___mContext_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPeer BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::mPeer RuntimeObject* ___mPeer_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ByteQueue BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::mRecordQueue ByteQueue_tFCDD21AF1559BE58C2488F5FA5AEBAA16ED1A471 * ___mRecordQueue_7; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::mClosed bool ___mClosed_8; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::mFailed bool ___mFailed_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion modreq(System.Runtime.CompilerServices.IsVolatile) BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::mReadVersion ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___mReadVersion_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion modreq(System.Runtime.CompilerServices.IsVolatile) BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::mWriteVersion ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___mWriteVersion_11; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::mInHandshake bool ___mInHandshake_12; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::mPlaintextLimit int32_t ___mPlaintextLimit_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsEpoch BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::mCurrentEpoch DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * ___mCurrentEpoch_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsEpoch BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::mPendingEpoch DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * ___mPendingEpoch_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsEpoch BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::mReadEpoch DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * ___mReadEpoch_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsEpoch BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::mWriteEpoch DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * ___mWriteEpoch_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsHandshakeRetransmit BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::mRetransmit RuntimeObject* ___mRetransmit_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsEpoch BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::mRetransmitEpoch DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * ___mRetransmitEpoch_19; // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::mRetransmitExpiry int64_t ___mRetransmitExpiry_20; public: inline static int32_t get_offset_of_mTransport_4() { return static_cast(offsetof(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1, ___mTransport_4)); } inline RuntimeObject* get_mTransport_4() const { return ___mTransport_4; } inline RuntimeObject** get_address_of_mTransport_4() { return &___mTransport_4; } inline void set_mTransport_4(RuntimeObject* value) { ___mTransport_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___mTransport_4), (void*)value); } inline static int32_t get_offset_of_mContext_5() { return static_cast(offsetof(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1, ___mContext_5)); } inline RuntimeObject* get_mContext_5() const { return ___mContext_5; } inline RuntimeObject** get_address_of_mContext_5() { return &___mContext_5; } inline void set_mContext_5(RuntimeObject* value) { ___mContext_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___mContext_5), (void*)value); } inline static int32_t get_offset_of_mPeer_6() { return static_cast(offsetof(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1, ___mPeer_6)); } inline RuntimeObject* get_mPeer_6() const { return ___mPeer_6; } inline RuntimeObject** get_address_of_mPeer_6() { return &___mPeer_6; } inline void set_mPeer_6(RuntimeObject* value) { ___mPeer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___mPeer_6), (void*)value); } inline static int32_t get_offset_of_mRecordQueue_7() { return static_cast(offsetof(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1, ___mRecordQueue_7)); } inline ByteQueue_tFCDD21AF1559BE58C2488F5FA5AEBAA16ED1A471 * get_mRecordQueue_7() const { return ___mRecordQueue_7; } inline ByteQueue_tFCDD21AF1559BE58C2488F5FA5AEBAA16ED1A471 ** get_address_of_mRecordQueue_7() { return &___mRecordQueue_7; } inline void set_mRecordQueue_7(ByteQueue_tFCDD21AF1559BE58C2488F5FA5AEBAA16ED1A471 * value) { ___mRecordQueue_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___mRecordQueue_7), (void*)value); } inline static int32_t get_offset_of_mClosed_8() { return static_cast(offsetof(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1, ___mClosed_8)); } inline bool get_mClosed_8() const { return ___mClosed_8; } inline bool* get_address_of_mClosed_8() { return &___mClosed_8; } inline void set_mClosed_8(bool value) { ___mClosed_8 = value; } inline static int32_t get_offset_of_mFailed_9() { return static_cast(offsetof(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1, ___mFailed_9)); } inline bool get_mFailed_9() const { return ___mFailed_9; } inline bool* get_address_of_mFailed_9() { return &___mFailed_9; } inline void set_mFailed_9(bool value) { ___mFailed_9 = value; } inline static int32_t get_offset_of_mReadVersion_10() { return static_cast(offsetof(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1, ___mReadVersion_10)); } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * get_mReadVersion_10() const { return ___mReadVersion_10; } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 ** get_address_of_mReadVersion_10() { return &___mReadVersion_10; } inline void set_mReadVersion_10(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * value) { ___mReadVersion_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___mReadVersion_10), (void*)value); } inline static int32_t get_offset_of_mWriteVersion_11() { return static_cast(offsetof(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1, ___mWriteVersion_11)); } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * get_mWriteVersion_11() const { return ___mWriteVersion_11; } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 ** get_address_of_mWriteVersion_11() { return &___mWriteVersion_11; } inline void set_mWriteVersion_11(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * value) { ___mWriteVersion_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___mWriteVersion_11), (void*)value); } inline static int32_t get_offset_of_mInHandshake_12() { return static_cast(offsetof(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1, ___mInHandshake_12)); } inline bool get_mInHandshake_12() const { return ___mInHandshake_12; } inline bool* get_address_of_mInHandshake_12() { return &___mInHandshake_12; } inline void set_mInHandshake_12(bool value) { ___mInHandshake_12 = value; } inline static int32_t get_offset_of_mPlaintextLimit_13() { return static_cast(offsetof(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1, ___mPlaintextLimit_13)); } inline int32_t get_mPlaintextLimit_13() const { return ___mPlaintextLimit_13; } inline int32_t* get_address_of_mPlaintextLimit_13() { return &___mPlaintextLimit_13; } inline void set_mPlaintextLimit_13(int32_t value) { ___mPlaintextLimit_13 = value; } inline static int32_t get_offset_of_mCurrentEpoch_14() { return static_cast(offsetof(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1, ___mCurrentEpoch_14)); } inline DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * get_mCurrentEpoch_14() const { return ___mCurrentEpoch_14; } inline DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B ** get_address_of_mCurrentEpoch_14() { return &___mCurrentEpoch_14; } inline void set_mCurrentEpoch_14(DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * value) { ___mCurrentEpoch_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___mCurrentEpoch_14), (void*)value); } inline static int32_t get_offset_of_mPendingEpoch_15() { return static_cast(offsetof(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1, ___mPendingEpoch_15)); } inline DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * get_mPendingEpoch_15() const { return ___mPendingEpoch_15; } inline DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B ** get_address_of_mPendingEpoch_15() { return &___mPendingEpoch_15; } inline void set_mPendingEpoch_15(DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * value) { ___mPendingEpoch_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___mPendingEpoch_15), (void*)value); } inline static int32_t get_offset_of_mReadEpoch_16() { return static_cast(offsetof(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1, ___mReadEpoch_16)); } inline DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * get_mReadEpoch_16() const { return ___mReadEpoch_16; } inline DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B ** get_address_of_mReadEpoch_16() { return &___mReadEpoch_16; } inline void set_mReadEpoch_16(DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * value) { ___mReadEpoch_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___mReadEpoch_16), (void*)value); } inline static int32_t get_offset_of_mWriteEpoch_17() { return static_cast(offsetof(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1, ___mWriteEpoch_17)); } inline DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * get_mWriteEpoch_17() const { return ___mWriteEpoch_17; } inline DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B ** get_address_of_mWriteEpoch_17() { return &___mWriteEpoch_17; } inline void set_mWriteEpoch_17(DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * value) { ___mWriteEpoch_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___mWriteEpoch_17), (void*)value); } inline static int32_t get_offset_of_mRetransmit_18() { return static_cast(offsetof(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1, ___mRetransmit_18)); } inline RuntimeObject* get_mRetransmit_18() const { return ___mRetransmit_18; } inline RuntimeObject** get_address_of_mRetransmit_18() { return &___mRetransmit_18; } inline void set_mRetransmit_18(RuntimeObject* value) { ___mRetransmit_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___mRetransmit_18), (void*)value); } inline static int32_t get_offset_of_mRetransmitEpoch_19() { return static_cast(offsetof(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1, ___mRetransmitEpoch_19)); } inline DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * get_mRetransmitEpoch_19() const { return ___mRetransmitEpoch_19; } inline DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B ** get_address_of_mRetransmitEpoch_19() { return &___mRetransmitEpoch_19; } inline void set_mRetransmitEpoch_19(DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * value) { ___mRetransmitEpoch_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___mRetransmitEpoch_19), (void*)value); } inline static int32_t get_offset_of_mRetransmitExpiry_20() { return static_cast(offsetof(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1, ___mRetransmitExpiry_20)); } inline int64_t get_mRetransmitExpiry_20() const { return ___mRetransmitExpiry_20; } inline int64_t* get_address_of_mRetransmitExpiry_20() { return &___mRetransmitExpiry_20; } inline void set_mRetransmitExpiry_20(int64_t value) { ___mRetransmitExpiry_20 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters struct ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 : public ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters::d BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___d_5; public: inline static int32_t get_offset_of_d_5() { return static_cast(offsetof(ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029, ___d_5)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_d_5() const { return ___d_5; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_d_5() { return &___d_5; } inline void set_d_5(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___d_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___d_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters struct ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB : public ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters::q ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___q_5; public: inline static int32_t get_offset_of_q_5() { return static_cast(offsetof(ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB, ___q_5)); } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * get_q_5() const { return ___q_5; } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA ** get_address_of_q_5() { return &___q_5; } inline void set_q_5(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * value) { ___q_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___q_5), (void*)value); } }; // System.Exception struct Exception_t : public RuntimeObject { public: // System.String System.Exception::_className String_t* ____className_1; // System.String System.Exception::_message String_t* ____message_2; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_3; // System.Exception System.Exception::_innerException Exception_t * ____innerException_4; // System.String System.Exception::_helpURL String_t* ____helpURL_5; // System.Object System.Exception::_stackTrace RuntimeObject * ____stackTrace_6; // System.String System.Exception::_stackTraceString String_t* ____stackTraceString_7; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_8; // System.Int32 System.Exception::_remoteStackIndex int32_t ____remoteStackIndex_9; // System.Object System.Exception::_dynamicMethods RuntimeObject * ____dynamicMethods_10; // System.Int32 System.Exception::_HResult int32_t ____HResult_11; // System.String System.Exception::_source String_t* ____source_12; // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___native_trace_ips_15; public: inline static int32_t get_offset_of__className_1() { return static_cast(offsetof(Exception_t, ____className_1)); } inline String_t* get__className_1() const { return ____className_1; } inline String_t** get_address_of__className_1() { return &____className_1; } inline void set__className_1(String_t* value) { ____className_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value); } inline static int32_t get_offset_of__message_2() { return static_cast(offsetof(Exception_t, ____message_2)); } inline String_t* get__message_2() const { return ____message_2; } inline String_t** get_address_of__message_2() { return &____message_2; } inline void set__message_2(String_t* value) { ____message_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value); } inline static int32_t get_offset_of__data_3() { return static_cast(offsetof(Exception_t, ____data_3)); } inline RuntimeObject* get__data_3() const { return ____data_3; } inline RuntimeObject** get_address_of__data_3() { return &____data_3; } inline void set__data_3(RuntimeObject* value) { ____data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value); } inline static int32_t get_offset_of__innerException_4() { return static_cast(offsetof(Exception_t, ____innerException_4)); } inline Exception_t * get__innerException_4() const { return ____innerException_4; } inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; } inline void set__innerException_4(Exception_t * value) { ____innerException_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value); } inline static int32_t get_offset_of__helpURL_5() { return static_cast(offsetof(Exception_t, ____helpURL_5)); } inline String_t* get__helpURL_5() const { return ____helpURL_5; } inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; } inline void set__helpURL_5(String_t* value) { ____helpURL_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value); } inline static int32_t get_offset_of__stackTrace_6() { return static_cast(offsetof(Exception_t, ____stackTrace_6)); } inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; } inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; } inline void set__stackTrace_6(RuntimeObject * value) { ____stackTrace_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value); } inline static int32_t get_offset_of__stackTraceString_7() { return static_cast(offsetof(Exception_t, ____stackTraceString_7)); } inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; } inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; } inline void set__stackTraceString_7(String_t* value) { ____stackTraceString_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value); } inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_8)); } inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; } inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; } inline void set__remoteStackTraceString_8(String_t* value) { ____remoteStackTraceString_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value); } inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast(offsetof(Exception_t, ____remoteStackIndex_9)); } inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; } inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; } inline void set__remoteStackIndex_9(int32_t value) { ____remoteStackIndex_9 = value; } inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast(offsetof(Exception_t, ____dynamicMethods_10)); } inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; } inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; } inline void set__dynamicMethods_10(RuntimeObject * value) { ____dynamicMethods_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value); } inline static int32_t get_offset_of__HResult_11() { return static_cast(offsetof(Exception_t, ____HResult_11)); } inline int32_t get__HResult_11() const { return ____HResult_11; } inline int32_t* get_address_of__HResult_11() { return &____HResult_11; } inline void set__HResult_11(int32_t value) { ____HResult_11 = value; } inline static int32_t get_offset_of__source_12() { return static_cast(offsetof(Exception_t, ____source_12)); } inline String_t* get__source_12() const { return ____source_12; } inline String_t** get_address_of__source_12() { return &____source_12; } inline void set__source_12(String_t* value) { ____source_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value); } inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast(offsetof(Exception_t, ____safeSerializationManager_13)); } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * value) { ____safeSerializationManager_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value); } inline static int32_t get_offset_of_captured_traces_14() { return static_cast(offsetof(Exception_t, ___captured_traces_14)); } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* value) { ___captured_traces_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value); } inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast(offsetof(Exception_t, ___native_trace_ips_15)); } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* value) { ___native_trace_ips_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value); } }; struct Exception_t_StaticFields { public: // System.Object System.Exception::s_EDILock RuntimeObject * ___s_EDILock_0; public: inline static int32_t get_offset_of_s_EDILock_0() { return static_cast(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); } inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; } inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; } inline void set_s_EDILock_0(RuntimeObject * value) { ___s_EDILock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Exception struct Exception_t_marshaled_pinvoke { char* ____className_1; char* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_pinvoke* ____innerException_4; char* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; char* ____stackTraceString_7; char* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; char* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // Native definition for COM marshalling of System.Exception struct Exception_t_marshaled_com { Il2CppChar* ____className_1; Il2CppChar* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_com* ____innerException_4; Il2CppChar* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; Il2CppChar* ____stackTraceString_7; Il2CppChar* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; Il2CppChar* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.FpCurve struct FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 : public AbstractFpCurve_tE0B6ADB825360C35FC7DFFBCC3473DCA2198D5EF { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.FpCurve::m_q BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___m_q_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.FpCurve::m_r BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___m_r_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.FpPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.FpCurve::m_infinity FpPoint_t4D1072D1E2CB8D2BA79DEDF216003F575977B278 * ___m_infinity_19; public: inline static int32_t get_offset_of_m_q_17() { return static_cast(offsetof(FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8, ___m_q_17)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_m_q_17() const { return ___m_q_17; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_m_q_17() { return &___m_q_17; } inline void set_m_q_17(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___m_q_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_q_17), (void*)value); } inline static int32_t get_offset_of_m_r_18() { return static_cast(offsetof(FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8, ___m_r_18)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_m_r_18() const { return ___m_r_18; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_m_r_18() { return &___m_r_18; } inline void set_m_r_18(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___m_r_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_r_18), (void*)value); } inline static int32_t get_offset_of_m_infinity_19() { return static_cast(offsetof(FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8, ___m_infinity_19)); } inline FpPoint_t4D1072D1E2CB8D2BA79DEDF216003F575977B278 * get_m_infinity_19() const { return ___m_infinity_19; } inline FpPoint_t4D1072D1E2CB8D2BA79DEDF216003F575977B278 ** get_address_of_m_infinity_19() { return &___m_infinity_19; } inline void set_m_infinity_19(FpPoint_t4D1072D1E2CB8D2BA79DEDF216003F575977B278 * value) { ___m_infinity_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_infinity_19), (void*)value); } }; // System.IO.MemoryStream struct MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Byte[] System.IO.MemoryStream::_buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____buffer_5; // System.Int32 System.IO.MemoryStream::_origin int32_t ____origin_6; // System.Int32 System.IO.MemoryStream::_position int32_t ____position_7; // System.Int32 System.IO.MemoryStream::_length int32_t ____length_8; // System.Int32 System.IO.MemoryStream::_capacity int32_t ____capacity_9; // System.Boolean System.IO.MemoryStream::_expandable bool ____expandable_10; // System.Boolean System.IO.MemoryStream::_writable bool ____writable_11; // System.Boolean System.IO.MemoryStream::_exposable bool ____exposable_12; // System.Boolean System.IO.MemoryStream::_isOpen bool ____isOpen_13; // System.Threading.Tasks.Task`1 System.IO.MemoryStream::_lastReadTask Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * ____lastReadTask_14; public: inline static int32_t get_offset_of__buffer_5() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____buffer_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__buffer_5() const { return ____buffer_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__buffer_5() { return &____buffer_5; } inline void set__buffer_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____buffer_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____buffer_5), (void*)value); } inline static int32_t get_offset_of__origin_6() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____origin_6)); } inline int32_t get__origin_6() const { return ____origin_6; } inline int32_t* get_address_of__origin_6() { return &____origin_6; } inline void set__origin_6(int32_t value) { ____origin_6 = value; } inline static int32_t get_offset_of__position_7() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____position_7)); } inline int32_t get__position_7() const { return ____position_7; } inline int32_t* get_address_of__position_7() { return &____position_7; } inline void set__position_7(int32_t value) { ____position_7 = value; } inline static int32_t get_offset_of__length_8() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____length_8)); } inline int32_t get__length_8() const { return ____length_8; } inline int32_t* get_address_of__length_8() { return &____length_8; } inline void set__length_8(int32_t value) { ____length_8 = value; } inline static int32_t get_offset_of__capacity_9() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____capacity_9)); } inline int32_t get__capacity_9() const { return ____capacity_9; } inline int32_t* get_address_of__capacity_9() { return &____capacity_9; } inline void set__capacity_9(int32_t value) { ____capacity_9 = value; } inline static int32_t get_offset_of__expandable_10() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____expandable_10)); } inline bool get__expandable_10() const { return ____expandable_10; } inline bool* get_address_of__expandable_10() { return &____expandable_10; } inline void set__expandable_10(bool value) { ____expandable_10 = value; } inline static int32_t get_offset_of__writable_11() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____writable_11)); } inline bool get__writable_11() const { return ____writable_11; } inline bool* get_address_of__writable_11() { return &____writable_11; } inline void set__writable_11(bool value) { ____writable_11 = value; } inline static int32_t get_offset_of__exposable_12() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____exposable_12)); } inline bool get__exposable_12() const { return ____exposable_12; } inline bool* get_address_of__exposable_12() { return &____exposable_12; } inline void set__exposable_12(bool value) { ____exposable_12 = value; } inline static int32_t get_offset_of__isOpen_13() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____isOpen_13)); } inline bool get__isOpen_13() const { return ____isOpen_13; } inline bool* get_address_of__isOpen_13() { return &____isOpen_13; } inline void set__isOpen_13(bool value) { ____isOpen_13 = value; } inline static int32_t get_offset_of__lastReadTask_14() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____lastReadTask_14)); } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * get__lastReadTask_14() const { return ____lastReadTask_14; } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 ** get_address_of__lastReadTask_14() { return &____lastReadTask_14; } inline void set__lastReadTask_14(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * value) { ____lastReadTask_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____lastReadTask_14), (void*)value); } }; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A : public RuntimeObject { public: // System.IntPtr UnityEngine.Object::m_CachedPtr intptr_t ___m_CachedPtr_0; public: inline static int32_t get_offset_of_m_CachedPtr_0() { return static_cast(offsetof(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A, ___m_CachedPtr_0)); } inline intptr_t get_m_CachedPtr_0() const { return ___m_CachedPtr_0; } inline intptr_t* get_address_of_m_CachedPtr_0() { return &___m_CachedPtr_0; } inline void set_m_CachedPtr_0(intptr_t value) { ___m_CachedPtr_0 = value; } }; struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_StaticFields { public: // System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1; public: inline static int32_t get_offset_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return static_cast(offsetof(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_StaticFields, ___OffsetOfInstanceIDInCPlusPlusObject_1)); } inline int32_t get_OffsetOfInstanceIDInCPlusPlusObject_1() const { return ___OffsetOfInstanceIDInCPlusPlusObject_1; } inline int32_t* get_address_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return &___OffsetOfInstanceIDInCPlusPlusObject_1; } inline void set_OffsetOfInstanceIDInCPlusPlusObject_1(int32_t value) { ___OffsetOfInstanceIDInCPlusPlusObject_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_pinvoke { intptr_t ___m_CachedPtr_0; }; // Native definition for COM marshalling of UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_com { intptr_t ___m_CachedPtr_0; }; // UnityEngine.Ray struct Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 { public: // UnityEngine.Vector3 UnityEngine.Ray::m_Origin Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Origin_0; // UnityEngine.Vector3 UnityEngine.Ray::m_Direction Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Direction_1; public: inline static int32_t get_offset_of_m_Origin_0() { return static_cast(offsetof(Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6, ___m_Origin_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Origin_0() const { return ___m_Origin_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Origin_0() { return &___m_Origin_0; } inline void set_m_Origin_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Origin_0 = value; } inline static int32_t get_offset_of_m_Direction_1() { return static_cast(offsetof(Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6, ___m_Direction_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Direction_1() const { return ___m_Direction_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Direction_1() { return &___m_Direction_1; } inline void set_m_Direction_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Direction_1 = value; } }; // UnityEngine.RaycastHit struct RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 { public: // UnityEngine.Vector3 UnityEngine.RaycastHit::m_Point Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Point_0; // UnityEngine.Vector3 UnityEngine.RaycastHit::m_Normal Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Normal_1; // System.UInt32 UnityEngine.RaycastHit::m_FaceID uint32_t ___m_FaceID_2; // System.Single UnityEngine.RaycastHit::m_Distance float ___m_Distance_3; // UnityEngine.Vector2 UnityEngine.RaycastHit::m_UV Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_UV_4; // System.Int32 UnityEngine.RaycastHit::m_Collider int32_t ___m_Collider_5; public: inline static int32_t get_offset_of_m_Point_0() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Point_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Point_0() const { return ___m_Point_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Point_0() { return &___m_Point_0; } inline void set_m_Point_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Point_0 = value; } inline static int32_t get_offset_of_m_Normal_1() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Normal_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Normal_1() const { return ___m_Normal_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Normal_1() { return &___m_Normal_1; } inline void set_m_Normal_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Normal_1 = value; } inline static int32_t get_offset_of_m_FaceID_2() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_FaceID_2)); } inline uint32_t get_m_FaceID_2() const { return ___m_FaceID_2; } inline uint32_t* get_address_of_m_FaceID_2() { return &___m_FaceID_2; } inline void set_m_FaceID_2(uint32_t value) { ___m_FaceID_2 = value; } inline static int32_t get_offset_of_m_Distance_3() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Distance_3)); } inline float get_m_Distance_3() const { return ___m_Distance_3; } inline float* get_address_of_m_Distance_3() { return &___m_Distance_3; } inline void set_m_Distance_3(float value) { ___m_Distance_3 = value; } inline static int32_t get_offset_of_m_UV_4() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_UV_4)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_UV_4() const { return ___m_UV_4; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_UV_4() { return &___m_UV_4; } inline void set_m_UV_4(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_UV_4 = value; } inline static int32_t get_offset_of_m_Collider_5() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Collider_5)); } inline int32_t get_m_Collider_5() const { return ___m_Collider_5; } inline int32_t* get_address_of_m_Collider_5() { return &___m_Collider_5; } inline void set_m_Collider_5(int32_t value) { ___m_Collider_5 = value; } }; // System.RuntimeFieldHandle struct RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 { public: // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/Algorithm struct Algorithm_t2F9D4C93AF891213ACC85130159D7D3E317992E1 { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/Algorithm::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Algorithm_t2F9D4C93AF891213ACC85130159D7D3E317992E1, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.CryptoException struct CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27 : public Exception_t { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString struct DerBitString_t305465793A47445626D3541AB8CEDE347D874524 : public DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::mData ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mData_3; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::mPadBits int32_t ___mPadBits_4; public: inline static int32_t get_offset_of_mData_3() { return static_cast(offsetof(DerBitString_t305465793A47445626D3541AB8CEDE347D874524, ___mData_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mData_3() const { return ___mData_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mData_3() { return &___mData_3; } inline void set_mData_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mData_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___mData_3), (void*)value); } inline static int32_t get_offset_of_mPadBits_4() { return static_cast(offsetof(DerBitString_t305465793A47445626D3541AB8CEDE347D874524, ___mPadBits_4)); } inline int32_t get_mPadBits_4() const { return ___mPadBits_4; } inline int32_t* get_address_of_mPadBits_4() { return &___mPadBits_4; } inline void set_mPadBits_4(int32_t value) { ___mPadBits_4 = value; } }; struct DerBitString_t305465793A47445626D3541AB8CEDE347D874524_StaticFields { public: // System.Char[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::table CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___table_2; public: inline static int32_t get_offset_of_table_2() { return static_cast(offsetof(DerBitString_t305465793A47445626D3541AB8CEDE347D874524_StaticFields, ___table_2)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_table_2() const { return ___table_2; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_table_2() { return &___table_2; } inline void set_table_2(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___table_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___table_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNull struct DerNull_t020168AF07318033108544C00C803CD7AEB97239 : public Asn1Null_t5D40C5C3674510061A0C219CEB9849A5EF6492BC { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNull::zeroBytes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___zeroBytes_3; public: inline static int32_t get_offset_of_zeroBytes_3() { return static_cast(offsetof(DerNull_t020168AF07318033108544C00C803CD7AEB97239, ___zeroBytes_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_zeroBytes_3() const { return ___zeroBytes_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_zeroBytes_3() { return &___zeroBytes_3; } inline void set_zeroBytes_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___zeroBytes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___zeroBytes_3), (void*)value); } }; struct DerNull_t020168AF07318033108544C00C803CD7AEB97239_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNull BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNull::Instance DerNull_t020168AF07318033108544C00C803CD7AEB97239 * ___Instance_2; public: inline static int32_t get_offset_of_Instance_2() { return static_cast(offsetof(DerNull_t020168AF07318033108544C00C803CD7AEB97239_StaticFields, ___Instance_2)); } inline DerNull_t020168AF07318033108544C00C803CD7AEB97239 * get_Instance_2() const { return ___Instance_2; } inline DerNull_t020168AF07318033108544C00C803CD7AEB97239 ** get_address_of_Instance_2() { return &___Instance_2; } inline void set_Instance_2(DerNull_t020168AF07318033108544C00C803CD7AEB97239 * value) { ___Instance_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOctetString struct DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 : public Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence struct DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 : public Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 { public: public: }; struct DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence::Empty DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * ___Empty_3; public: inline static int32_t get_offset_of_Empty_3() { return static_cast(offsetof(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_StaticFields, ___Empty_3)); } inline DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * get_Empty_3() const { return ___Empty_3; } inline DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 ** get_address_of_Empty_3() { return &___Empty_3; } inline void set_Empty_3(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * value) { ___Empty_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerTaggedObject struct DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E : public Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.GeneralSecurityException struct GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA : public Exception_t { public: public: }; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519Signer/Buffer struct Buffer_t40E860620F7D83759ADAA72E1DED9A822C6042D8 : public MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519ctxSigner/Buffer struct Buffer_tB9B9D1C66E8A16E1AD37AF395F3CEC7E56E2A614 : public MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C { public: public: }; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.ArgumentException::m_paramName String_t* ___m_paramName_17; public: inline static int32_t get_offset_of_m_paramName_17() { return static_cast(offsetof(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00, ___m_paramName_17)); } inline String_t* get_m_paramName_17() const { return ___m_paramName_17; } inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; } inline void set_m_paramName_17(String_t* value) { ___m_paramName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value); } }; // UnityEngine.Behaviour struct Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.DataLengthException struct DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 : public CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27 { public: public: }; // System.FormatException struct FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.IO.IOException struct IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.IO.IOException::_maybeFullPath String_t* ____maybeFullPath_17; public: inline static int32_t get_offset_of__maybeFullPath_17() { return static_cast(offsetof(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA, ____maybeFullPath_17)); } inline String_t* get__maybeFullPath_17() const { return ____maybeFullPath_17; } inline String_t** get_address_of__maybeFullPath_17() { return &____maybeFullPath_17; } inline void set__maybeFullPath_17(String_t* value) { ____maybeFullPath_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____maybeFullPath_17), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.InvalidCipherTextException struct InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D : public CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27 { public: public: }; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.KeyException struct KeyException_t145BB2019F3A9E314C4C8FF15DDDFCD63E89AE62 : public GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA { public: public: }; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: public: }; // UnityEngine.Camera struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields { public: // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPreCull CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * ___onPreCull_4; // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPreRender CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * ___onPreRender_5; // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPostRender CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * ___onPostRender_6; public: inline static int32_t get_offset_of_onPreCull_4() { return static_cast(offsetof(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields, ___onPreCull_4)); } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * get_onPreCull_4() const { return ___onPreCull_4; } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D ** get_address_of_onPreCull_4() { return &___onPreCull_4; } inline void set_onPreCull_4(CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * value) { ___onPreCull_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPreCull_4), (void*)value); } inline static int32_t get_offset_of_onPreRender_5() { return static_cast(offsetof(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields, ___onPreRender_5)); } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * get_onPreRender_5() const { return ___onPreRender_5; } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D ** get_address_of_onPreRender_5() { return &___onPreRender_5; } inline void set_onPreRender_5(CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * value) { ___onPreRender_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPreRender_5), (void*)value); } inline static int32_t get_offset_of_onPostRender_6() { return static_cast(offsetof(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields, ___onPostRender_6)); } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * get_onPostRender_6() const { return ___onPostRender_6; } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D ** get_address_of_onPostRender_6() { return &___onPostRender_6; } inline void set_onPostRender_6(CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * value) { ___onPostRender_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPostRender_6), (void*)value); } }; // System.IO.EndOfStreamException struct EndOfStreamException_tDA8337E29A941EFB3E26721033B1826C1ACB0059 : public IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.InvalidKeyException struct InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A : public KeyException_t145BB2019F3A9E314C4C8FF15DDDFCD63E89AE62 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.InvalidParameterException struct InvalidParameterException_t309E848966980D17943F688E7D2B17D666E91337 : public KeyException_t145BB2019F3A9E314C4C8FF15DDDFCD63E89AE62 { public: public: }; // UnityEngine.Light struct Light_tA2F349FE839781469A0344CF6039B51512394275 : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: // System.Int32 UnityEngine.Light::m_BakedIndex int32_t ___m_BakedIndex_4; public: inline static int32_t get_offset_of_m_BakedIndex_4() { return static_cast(offsetof(Light_tA2F349FE839781469A0344CF6039B51512394275, ___m_BakedIndex_4)); } inline int32_t get_m_BakedIndex_4() const { return ___m_BakedIndex_4; } inline int32_t* get_address_of_m_BakedIndex_4() { return &___m_BakedIndex_4; } inline void set_m_BakedIndex_4(int32_t value) { ___m_BakedIndex_4 = value; } }; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsException struct TlsException_t1732743E62B1390C3072EA484D216C08D2C75983 : public IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA { public: public: }; // UnityStandardAssets.Utility.DynamicShadowSettings struct DynamicShadowSettings_tDAD086FB65ACBCD52B01948AA4EDC589ED03690A : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Light UnityStandardAssets.Utility.DynamicShadowSettings::sunLight Light_tA2F349FE839781469A0344CF6039B51512394275 * ___sunLight_4; // System.Single UnityStandardAssets.Utility.DynamicShadowSettings::minHeight float ___minHeight_5; // System.Single UnityStandardAssets.Utility.DynamicShadowSettings::minShadowDistance float ___minShadowDistance_6; // System.Single UnityStandardAssets.Utility.DynamicShadowSettings::minShadowBias float ___minShadowBias_7; // System.Single UnityStandardAssets.Utility.DynamicShadowSettings::maxHeight float ___maxHeight_8; // System.Single UnityStandardAssets.Utility.DynamicShadowSettings::maxShadowDistance float ___maxShadowDistance_9; // System.Single UnityStandardAssets.Utility.DynamicShadowSettings::maxShadowBias float ___maxShadowBias_10; // System.Single UnityStandardAssets.Utility.DynamicShadowSettings::adaptTime float ___adaptTime_11; // System.Single UnityStandardAssets.Utility.DynamicShadowSettings::m_SmoothHeight float ___m_SmoothHeight_12; // System.Single UnityStandardAssets.Utility.DynamicShadowSettings::m_ChangeSpeed float ___m_ChangeSpeed_13; // System.Single UnityStandardAssets.Utility.DynamicShadowSettings::m_OriginalStrength float ___m_OriginalStrength_14; public: inline static int32_t get_offset_of_sunLight_4() { return static_cast(offsetof(DynamicShadowSettings_tDAD086FB65ACBCD52B01948AA4EDC589ED03690A, ___sunLight_4)); } inline Light_tA2F349FE839781469A0344CF6039B51512394275 * get_sunLight_4() const { return ___sunLight_4; } inline Light_tA2F349FE839781469A0344CF6039B51512394275 ** get_address_of_sunLight_4() { return &___sunLight_4; } inline void set_sunLight_4(Light_tA2F349FE839781469A0344CF6039B51512394275 * value) { ___sunLight_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___sunLight_4), (void*)value); } inline static int32_t get_offset_of_minHeight_5() { return static_cast(offsetof(DynamicShadowSettings_tDAD086FB65ACBCD52B01948AA4EDC589ED03690A, ___minHeight_5)); } inline float get_minHeight_5() const { return ___minHeight_5; } inline float* get_address_of_minHeight_5() { return &___minHeight_5; } inline void set_minHeight_5(float value) { ___minHeight_5 = value; } inline static int32_t get_offset_of_minShadowDistance_6() { return static_cast(offsetof(DynamicShadowSettings_tDAD086FB65ACBCD52B01948AA4EDC589ED03690A, ___minShadowDistance_6)); } inline float get_minShadowDistance_6() const { return ___minShadowDistance_6; } inline float* get_address_of_minShadowDistance_6() { return &___minShadowDistance_6; } inline void set_minShadowDistance_6(float value) { ___minShadowDistance_6 = value; } inline static int32_t get_offset_of_minShadowBias_7() { return static_cast(offsetof(DynamicShadowSettings_tDAD086FB65ACBCD52B01948AA4EDC589ED03690A, ___minShadowBias_7)); } inline float get_minShadowBias_7() const { return ___minShadowBias_7; } inline float* get_address_of_minShadowBias_7() { return &___minShadowBias_7; } inline void set_minShadowBias_7(float value) { ___minShadowBias_7 = value; } inline static int32_t get_offset_of_maxHeight_8() { return static_cast(offsetof(DynamicShadowSettings_tDAD086FB65ACBCD52B01948AA4EDC589ED03690A, ___maxHeight_8)); } inline float get_maxHeight_8() const { return ___maxHeight_8; } inline float* get_address_of_maxHeight_8() { return &___maxHeight_8; } inline void set_maxHeight_8(float value) { ___maxHeight_8 = value; } inline static int32_t get_offset_of_maxShadowDistance_9() { return static_cast(offsetof(DynamicShadowSettings_tDAD086FB65ACBCD52B01948AA4EDC589ED03690A, ___maxShadowDistance_9)); } inline float get_maxShadowDistance_9() const { return ___maxShadowDistance_9; } inline float* get_address_of_maxShadowDistance_9() { return &___maxShadowDistance_9; } inline void set_maxShadowDistance_9(float value) { ___maxShadowDistance_9 = value; } inline static int32_t get_offset_of_maxShadowBias_10() { return static_cast(offsetof(DynamicShadowSettings_tDAD086FB65ACBCD52B01948AA4EDC589ED03690A, ___maxShadowBias_10)); } inline float get_maxShadowBias_10() const { return ___maxShadowBias_10; } inline float* get_address_of_maxShadowBias_10() { return &___maxShadowBias_10; } inline void set_maxShadowBias_10(float value) { ___maxShadowBias_10 = value; } inline static int32_t get_offset_of_adaptTime_11() { return static_cast(offsetof(DynamicShadowSettings_tDAD086FB65ACBCD52B01948AA4EDC589ED03690A, ___adaptTime_11)); } inline float get_adaptTime_11() const { return ___adaptTime_11; } inline float* get_address_of_adaptTime_11() { return &___adaptTime_11; } inline void set_adaptTime_11(float value) { ___adaptTime_11 = value; } inline static int32_t get_offset_of_m_SmoothHeight_12() { return static_cast(offsetof(DynamicShadowSettings_tDAD086FB65ACBCD52B01948AA4EDC589ED03690A, ___m_SmoothHeight_12)); } inline float get_m_SmoothHeight_12() const { return ___m_SmoothHeight_12; } inline float* get_address_of_m_SmoothHeight_12() { return &___m_SmoothHeight_12; } inline void set_m_SmoothHeight_12(float value) { ___m_SmoothHeight_12 = value; } inline static int32_t get_offset_of_m_ChangeSpeed_13() { return static_cast(offsetof(DynamicShadowSettings_tDAD086FB65ACBCD52B01948AA4EDC589ED03690A, ___m_ChangeSpeed_13)); } inline float get_m_ChangeSpeed_13() const { return ___m_ChangeSpeed_13; } inline float* get_address_of_m_ChangeSpeed_13() { return &___m_ChangeSpeed_13; } inline void set_m_ChangeSpeed_13(float value) { ___m_ChangeSpeed_13 = value; } inline static int32_t get_offset_of_m_OriginalStrength_14() { return static_cast(offsetof(DynamicShadowSettings_tDAD086FB65ACBCD52B01948AA4EDC589ED03690A, ___m_OriginalStrength_14)); } inline float get_m_OriginalStrength_14() const { return ___m_OriginalStrength_14; } inline float* get_address_of_m_OriginalStrength_14() { return &___m_OriginalStrength_14; } inline void set_m_OriginalStrength_14(float value) { ___m_OriginalStrength_14 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsFatalAlert struct TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 : public TlsException_t1732743E62B1390C3072EA484D216C08D2C75983 { public: // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsFatalAlert::alertDescription uint8_t ___alertDescription_18; public: inline static int32_t get_offset_of_alertDescription_18() { return static_cast(offsetof(TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946, ___alertDescription_18)); } inline uint8_t get_alertDescription_18() const { return ___alertDescription_18; } inline uint8_t* get_address_of_alertDescription_18() { return &___alertDescription_18; } inline void set_alertDescription_18(uint8_t value) { ___alertDescription_18 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // 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); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] struct BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED : public RuntimeArray { public: ALIGN_FIELD (8) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * m_Items[1]; public: inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[] struct ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E : public RuntimeArray { public: ALIGN_FIELD (8) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * m_Items[1]; public: inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Boolean[] struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C : public RuntimeArray { public: ALIGN_FIELD (8) bool m_Items[1]; public: inline bool GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline bool* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, bool value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline bool GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline bool* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, bool value) { m_Items[index] = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo[] struct WNafPreCompInfoU5BU5D_t59F311557782E8571A63FD31677FED05391B485D : public RuntimeArray { public: ALIGN_FIELD (8) WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * m_Items[1]; public: inline WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE ** 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, WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Byte[][] struct ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D : public RuntimeArray { public: ALIGN_FIELD (8) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* m_Items[1]; public: inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[] struct Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE : public RuntimeArray { public: ALIGN_FIELD (8) Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * m_Items[1]; public: inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.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.SByte[] struct SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7 : public RuntimeArray { public: ALIGN_FIELD (8) int8_t m_Items[1]; public: inline int8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int8_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, int8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int8_t value) { m_Items[index] = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointExt[] struct PointExtU5BU5D_tB80BC95816BBCFB0B4C569F36E8E0D0A04E84835 : public RuntimeArray { public: ALIGN_FIELD (8) PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * m_Items[1]; public: inline PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 ** 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, PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointExt[] struct PointExtU5BU5D_t38D5178ECD8C52B053BEC5F2F07C83BDABBF8BC1 : public RuntimeArray { public: ALIGN_FIELD (8) PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * m_Items[1]; public: inline PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 ** 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, PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Int32 System.Array::IndexOf(!!0[],!!0,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_IndexOf_TisRuntimeObject_m7642F18C7E99436A8B1E165426B537641FB6D2E5_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, RuntimeObject * ___value1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsFatalAlert::.ctor(System.Byte,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsFatalAlert__ctor_mB946761CD8831D1CA0FFE235C0B4B0013B666333 (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * __this, uint8_t ___alertDescription0, Exception_t * ___alertCause1, const RuntimeMethod* method); // System.Single UnityEngine.Light::get_shadowStrength() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Light_get_shadowStrength_m69AE3DC02483458486C3091E8C2CB2B07869D98F (Light_tA2F349FE839781469A0344CF6039B51512394275 * __this, const RuntimeMethod* method); // UnityEngine.Camera UnityEngine.Camera::get_main() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * Camera_get_main_mC337C621B91591CEF89504C97EF64D717C12871C (const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Component::get_transform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_up() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_up_m38AECA68388D446CFADDD022B0B867293044EA50 (const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_UnaryNegation(UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_UnaryNegation_m362EA356F4CADEDB39F965A0DBDED6EA890925F7_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, const RuntimeMethod* method); // System.Void UnityEngine.Ray::.ctor(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ray__ctor_m75B1F651FF47EE6B887105101B7DA61CBF41F83C (Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___origin0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___direction1, const RuntimeMethod* method); // System.Boolean UnityEngine.Physics::Raycast(UnityEngine.Ray,UnityEngine.RaycastHit&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Physics_Raycast_m80EC8EEDA0ABA8B01838BA9054834CD1A381916E (Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 ___ray0, RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 * ___hitInfo1, const RuntimeMethod* method); // System.Single UnityEngine.RaycastHit::get_distance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float RaycastHit_get_distance_m85FCA98D7957C3BF1D449CA1B48C116CCD6226FA (RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::SmoothDamp(System.Single,System.Single,System.Single&,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_SmoothDamp_m0B29D964FCB8460976BBE6BF56CBFDDC98EB5652 (float ___current0, float ___target1, float* ___currentVelocity2, float ___smoothTime3, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::InverseLerp(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_InverseLerp_mCD2E6F9ADCFFB40EB7D3086E444DF2C702F9C29B (float ___a0, float ___b1, float ___value2, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Lerp(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Lerp_m8A2A50B945F42D579EDF44D5EE79E85A4DA59616 (float ___a0, float ___b1, float ___t2, const RuntimeMethod* method); // System.Void UnityEngine.QualitySettings::set_shadowDistance(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QualitySettings_set_shadowDistance_mA52D73656ECABD8F02258BEB16BA4D32C9BA0B37 (float ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Light::set_shadowBias(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_set_shadowBias_m2BECFEFF800EC5E96BD45886C739F15597DD1136 (Light_tA2F349FE839781469A0344CF6039B51512394275 * __this, float ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Light::set_shadowStrength(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_set_shadowStrength_mB3632DDAD7DDDC29FEA4D3966201340C8846AC2D (Light_tA2F349FE839781469A0344CF6039B51512394275 * __this, float ___value0, const RuntimeMethod* method); // System.Void UnityEngine.MonoBehaviour::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED (MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECAlgorithms::IsF2mField(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.IFiniteField) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ECAlgorithms_IsF2mField_m712118198D4BE4203ED5E49CC5A3C12BE5248F2A (RuntimeObject* ___field0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECAlgorithms::IsFpField(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.IFiniteField) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ECAlgorithms_IsFpField_mCE52A5279A893BCE0A1EC07F8DC9B74736ED832E (RuntimeObject* ___field0, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECAlgorithms::SumOfTwoMultiplies(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECAlgorithms_SumOfTwoMultiplies_m6DE827E85A395A69DED4673F721DA7162534E24E (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___P0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___a1, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___Q2, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___b3, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECAlgorithms::ImportPoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECAlgorithms_ImportPoint_mD8210758B6E3CEBA7C91A24B3163F542856D01EE (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___c0, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___p1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECAlgorithms::ImplSumOfMultipliesGlv(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[],BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[],BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Endo.GlvEndomorphism) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECAlgorithms_ImplSumOfMultipliesGlv_mC97FCA4DB76CC698E82AC99776AC6E3E4ADE5AE6 (ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* ___ps0, BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* ___ks1, RuntimeObject* ___glvEndomorphism2, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECAlgorithms::ImplCheckResult(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECAlgorithms_ImplCheckResult_mAF8A92EC4D4630B14DDC5C5CA6C4591B92C89431 (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___p0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECAlgorithms::ImplSumOfMultiplies(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[],BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECAlgorithms_ImplSumOfMultiplies_m05D7B3CE8097CFFA65EC8CE6859586C27B0BCCB4 (ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* ___ps0, BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* ___ks1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECAlgorithms::ImplShamirsTrickWNaf(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECAlgorithms_ImplShamirsTrickWNaf_mD1DFB548829FBA5B73E57F736C6D1EF981C0807B (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___P0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___k1, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___Q2, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___l3, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECAlgorithms::ImplShamirsTrickJsf(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECAlgorithms_ImplShamirsTrickJsf_m5BF3D710E86582F9CD2CA7184434480C440602A7 (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___P0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___k1, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___Q2, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___l3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECAlgorithms::MontgomeryTrick(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[],System.Int32,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECAlgorithms_MontgomeryTrick_mBADFB2C9CB5FD16FF8BB6E94841618EDFAFB42B0 (ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___zs0, int32_t ___off1, int32_t ___len2, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___scale3, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Abs() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_Abs_m41F14FE53F6623C355F7D4A782ED8DCB98619024 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, const RuntimeMethod* method); // 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.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::TestBit(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_TestBit_mC6B170A76F955C7A3839E85559A34EF0D9276D36 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, int32_t ___n0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::get_SignValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BigInteger_get_SignValue_mD40EFBE0702F356758CE49796DD9743BF06E5199_inline (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::IsValid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ECPoint_IsValid_mF161DD13E2F01DA1B4BA207D6DEC234551FEA61A (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, String_t* ___message0, const RuntimeMethod* method); // 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.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::IsValidPartial() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ECPoint_IsValidPartial_mB3D7ACF2FF62AAD5289974B83A439824300DE3A7 (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafUtilities::GenerateJsf(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* WNafUtilities_GenerateJsf_mDAAF06C35C09C34ABE385F7C3B9347364F4DDE0A (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___g0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___h1, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafUtilities::GetWindowSize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t WNafUtilities_GetWindowSize_m94D5E68068A0E128142BF2A8EF30382D2B26AE36 (int32_t ___bits0, const RuntimeMethod* method); // System.Int32 System.Math::Min(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method); // System.Int32 System.Math::Max(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafUtilities::Precompute(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * WNafUtilities_Precompute_m0557D65E1DDA8ACF1AB18CB5EB71A5D2D02EC120 (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___p0, int32_t ___width1, bool ___includeNegated2, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafUtilities::GenerateWindowNaf(System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* WNafUtilities_GenerateWindowNaf_mFAF9611D569183D481ED2EAFE21BF16731415F49 (int32_t ___width0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___k1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECAlgorithms::ImplShamirsTrickWNaf(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[],BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[],System.Byte[],BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[],BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECAlgorithms_ImplShamirsTrickWNaf_m69446619859CAD7FAF3486D89BE2AFF098712210 (ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* ___preCompP0, ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* ___preCompNegP1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___wnafP2, ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* ___preCompQ3, ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* ___preCompNegQ4, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___wnafQ5, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafUtilities::MapPointWithPrecomp(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,System.Int32,System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPointMap) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * WNafUtilities_MapPointWithPrecomp_m5B67E8960871844962A34A12AC68D1A701D98D81 (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___p0, int32_t ___width1, bool ___includeNegated2, RuntimeObject* ___pointMap3, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafUtilities::GetWNafPreCompInfo(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * WNafUtilities_GetWNafPreCompInfo_mE913B1B83D2DD29E2A07044CE794DDA2AF99762D (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___p0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECAlgorithms::ImplSumOfMultiplies(System.Boolean[],BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo[],System.Byte[][]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECAlgorithms_ImplSumOfMultiplies_mF880C8AD1EA02A4FE50079848EA595B2143DFA78 (BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ___negs0, WNafPreCompInfoU5BU5D_t59F311557782E8571A63FD31677FED05391B485D* ___infos1, ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* ___wnafs2, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Mod(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_Mod_m7E2AEE973C716259130AE40359383DE0BCFDEAB2 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___m0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECAlgorithms::ImplSumOfMultiplies(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[],BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPointMap,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECAlgorithms_ImplSumOfMultiplies_m0601FB3C697F2DF7F3E7651E4080A3FB94EDB023 (ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* ___ps0, RuntimeObject* ___pointMap1, BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* ___ks2, 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.ECCurve/Config::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Endo.ECEndomorphism,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ECMultiplier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Config__ctor_m23B5D80290BCC6D291F27F10C19B039627EB9FF8 (Config_t11F0D60D6889DDF1236E38DEDAC4C5C34401D60E * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___outer0, int32_t ___coord1, RuntimeObject* ___endomorphism2, RuntimeObject* ___multiplier3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.GlvMultiplier::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Endo.GlvEndomorphism) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GlvMultiplier__ctor_m620EEB90CD4B9391007AAAB2B4216C20DAFDB404 (GlvMultiplier_t5D671E2E6F8DED415D4028FEE48364F7A68FF31A * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, RuntimeObject* ___glvEndomorphism1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafL2RMultiplier::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WNafL2RMultiplier__ctor_m65D2FF049D10FC14C662E9C611C3A0CF6B2C31B9 (WNafL2RMultiplier_tA3C8FD172D649D7F8D0E758EF7F00B62501D85FA * __this, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4 (RuntimeObject * ___obj0, bool* ___lockTaken1, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Exit(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::CreateHashtable(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Platform_CreateHashtable_m577B21F675648C550AF34A8341999CBC3779E657 (int32_t ___capacity0, 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); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_IsCompressed() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.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); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ToByteArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BigInteger_ToByteArray_mDF65B9AD203D0EAAFDCA509150E7D5A36215DFBC (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __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); // System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877 (RuntimeArray * ___sourceArray0, int32_t ___sourceIndex1, RuntimeArray * ___destinationArray2, int32_t ___destinationIndex3, int32_t ___length4, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve/DefaultLookupTable::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultLookupTable__ctor_mAC3394A231B60A9E9D0D4D4A1273D8B745A2AA2B (DefaultLookupTable_t47956AAE84FDA47505BB463AAD072F908942629D * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___outer0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___table1, int32_t ___size2, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97 (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Integers::RotateLeft(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Integers_RotateLeft_mB62A68B9DB2930280C24DC14C6BD2825BBFC65C4 (int32_t ___i0, int32_t ___distance1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::.ctor(System.Int32,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_m915A1EA8271B005129A1E4376699B8E3BF71036B (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, int32_t ___sign0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes1, int32_t ___offset2, int32_t ___length3, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::ImplIsValid(System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ECPoint_ImplIsValid_mC1A1E8B8625B4717CD8C2EF0465163DD8F35193F (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, bool ___decompressed0, bool ___checkOrder1, const RuntimeMethod* method); // System.String System.Byte::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Byte_ToString_m6A11C71EB9B8031596645EA1A4C2430721B282B5 (uint8_t* __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method); // System.Void System.FormatException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * __this, String_t* ___message0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom::get_Parameters() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ParametersWithRandom_get_Parameters_mC27DE634CDD6230C5FD939CC5B81B42B7CCAEF18_inline (ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters::get_Parameters() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * ECKeyParameters_get_Parameters_m542E2EBDEDF773CFA59A881334563D7B3888F32B_inline (ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::get_Curve() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ECDomainParameters_get_Curve_mAF743EDFBA6FB8B0CBFB23022CE6D7471EEEFC79_inline (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters::get_D() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ECPrivateKeyParameters_get_D_m9B91C107111248008FD1E234A0EDEA5889C391B0_inline (ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters::get_Q() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECPublicKeyParameters_get_Q_m37408C2CF552166020ADF2CFD5D881029BC9C533_inline (ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECAlgorithms::CleanPoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECAlgorithms_CleanPoint_m49D1CE20B56EEFE9EDD23278EB9DF79D44DD6106 (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___c0, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___p1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::get_H() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ECDomainParameters_get_H_m63EEBE8D9957F9B7487AC767891F317A488E3014_inline (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::get_HInv() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ECDomainParameters_get_HInv_m4D3114DE2F1F6E3B97570314E8D071C44F617E91 (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_Multiply_m232E46736C80E6A71D2140D5A37FC004489CA4BC (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___val0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::get_N() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ECDomainParameters_get_N_m080834A40F7AF8441A6C3858E9E7738CE8812D2B_inline (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECAlgorithms::ReferenceMultiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECAlgorithms_ReferenceMultiply_m225CB9FC288353B8489F50DB1987155F9C87DC59 (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___p0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___k1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.Kdf2BytesGenerator::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Kdf2BytesGenerator__ctor_m4A8868B1DE0EB993F10C39B8639791416CB8BC01 (Kdf2BytesGenerator_t0B685D72F032C668FF02E742A08D06DB5F2DBDC9 * __this, RuntimeObject* ___digest0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Kdf.DHKdfParameters::get_Algorithm() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * DHKdfParameters_get_Algorithm_mCBD34B1C3D5A905970EE4F4038409F6F6E62A9CA_inline (DHKdfParameters_tBC02DF985D41D8F8FFD1B58094949C0691817426 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Kdf.DHKdfParameters::get_KeySize() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DHKdfParameters_get_KeySize_mD2A427C4E9E834CFA34521EB430F74C021191EEF_inline (DHKdfParameters_tBC02DF985D41D8F8FFD1B58094949C0691817426 * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Kdf.DHKdfParameters::GetZ() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DHKdfParameters_GetZ_m9DDA8B6ADCEEC74D4A65ECD0790D6E981E90E3A6_inline (DHKdfParameters_tBC02DF985D41D8F8FFD1B58094949C0691817426 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AlgorithmIdentifier__ctor_m942B7921A63CC0139DAD59B57D2B41BBA20EF608 (AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___algorithm0, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___parameters1, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Utilities.Pack::UInt32_To_BE(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Pack_UInt32_To_BE_m844C340612E67E5CBE9429EE120A23DF2DBC60D1 (uint32_t ___n0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOctetString::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerOctetString__ctor_mBD13EC2203DF652C61E5AB45AE95CC51A22F0AF2 (DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___str0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerTaggedObject::.ctor(System.Boolean,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * __this, bool ___explicitly0, int32_t ___tagNo1, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSequence__ctor_m014F0386FA0EDB7F97747159963DC17F535AF0A2 (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * __this, Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* ___v0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::GetDerEncoded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Asn1Encodable_GetDerEncoded_m30F357C2B994910EAC405FACBB5CA88181B3CD4E (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KdfParameters::.ctor(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KdfParameters__ctor_m7469D0BE39E9564EEDE4243EFD8D31DBB231E595 (KdfParameters_t56EBC3CEF1BEB144CDB7BF823CB774656D442189 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___shared0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___iv1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.ECDHBasicAgreement::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECDHBasicAgreement__ctor_m00A567A1CDA54D22181A8CF51412E87317BF38A8 (ECDHBasicAgreement_tD6A54D3C7B422C4E92F51E47FFBEC53FDEA25914 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.ECDHBasicAgreement::CalculateAgreement(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ECDHBasicAgreement_CalculateAgreement_m17EA6C47ECF4E927FE1A43E9DF932DC03DD78264 (ECDHBasicAgreement_tD6A54D3C7B422C4E92F51E47FFBEC53FDEA25914 * __this, RuntimeObject* ___pubKey0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Security.GeneratorUtilities::GetDefaultKeySize(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GeneratorUtilities_GetDefaultKeySize_mD4E88DF91FDDB43E27D9A9E5E1FCC532ECF594D1 (String_t* ___algorithm0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * __this, String_t* ___identifier0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.ECDHWithKdfBasicAgreement::BigIntToBytes(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ECDHWithKdfBasicAgreement_BigIntToBytes_mF5B0490E54A9FC729AE1BA97ACC71F2F372080F2 (ECDHWithKdfBasicAgreement_tAE4C878FC55C41570F27EBAD68546ACF53947C0A * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___r0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Kdf.DHKdfParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DHKdfParameters__ctor_m347CA7D8EC2F49A892838E4F004AB2EC62A7A3FE (DHKdfParameters_tBC02DF985D41D8F8FFD1B58094949C0691817426 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___algorithm0, int32_t ___keySize1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___z2, 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.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9IntegerConverter::GetByteLength(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t X9IntegerConverter_GetByteLength_m19D8AD488C4EF8DA72A4206B700557A6027DA2B7 (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___c0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9IntegerConverter::IntegerToBytes(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* X9IntegerConverter_IntegerToBytes_m192434ABE05AFFEA0C3F144E169BA2D46965AEC9 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___s0, int32_t ___qLength1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECDomainParameters__ctor_m215ED4F7FB06CDD0F9AC3C670B20B1B75E03B47B (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___g1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n2, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___h3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___seed4, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::Validate(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECDomainParameters_Validate_m22382B896B882DCD272C40B8F71074BB8FD13666 (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___c0, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___q1, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::Clone(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ModInverse(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_ModInverse_mC7B76E8E8BA0692B5F16F38DDA981EB2C5ABBC34 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___m0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.RandomDsaKCalculator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RandomDsaKCalculator__ctor_m6BF841870093C0DF7180A77E38BE92EE525F1130 (RandomDsaKCalculator_tCC700A028D7BDE02024D912CFA2B81B0E7A42142 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom::get_Random() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ParametersWithRandom_get_Random_mF9C641B992B3D83AC3CE3E4E7AD7D56545538F91_inline (ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Security.InvalidKeyException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidKeyException__ctor_m8237DB4630E307D5BF4496918D1F5A07DC10E5CF (InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A * __this, String_t* ___message0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::get_G() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECDomainParameters_get_G_m98A15A2437F3706CF1B8D7F738246A1675B6243B_inline (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_Add_mC4685DAB012424EC6A0FF486D89CA5A538CB3937 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___value0, const RuntimeMethod* method); // System.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); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ShiftRight(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_ShiftRight_m24332C73CA4FF51A829E2F1AB89F0B3903CDF642 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, int32_t ___n0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.FixedPointCombMultiplier::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FixedPointCombMultiplier__ctor_mD084612F9C60100B627319F19EBDBD944BA42F4A (FixedPointCombMultiplier_t3DC099A00AC6C61A9488DD426ACAA76EBD9F71FE * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecureRandom__ctor_mAD42803A2428614D1F961A8BCC228B22958C978A (SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ValueOf(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_ValueOf_m26A9968814DAF2363D8B71164672E6257BC82001 (int64_t ___value0, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ToString(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BigInteger_ToString_mFF53767A6FF70750090DBF90EF6F28D9BF247EC6 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, int32_t ___radix0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.BigIntegers::AsUnsignedByteArray(System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BigIntegers_AsUnsignedByteArray_mBECE598E3ED13CE9ED432BF265638BEF19A5B755 (int32_t ___length0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n1, const RuntimeMethod* method); // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::CreateHashtable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Platform_CreateHashtable_mC95944AF156429BA5DCBC1173539FC65A7782B06 (const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_mACDFD6004FBAE6E3484BA8F9FAF435B0FC2F5C7D (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.FpCurve::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FpCurve__ctor_m2BBC566CAC9C3F165A2311D6287A1E639468ED67 (FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___a1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___b2, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___order3, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___cofactor4, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECDomainParameters__ctor_mA420AB48ED683352BD3E1DA1B724B20B80C24DD3 (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___g1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n2, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___h3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::.ctor(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, String_t* ___str0, int32_t ___radix1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.EnumerableProxy::.ctor(System.Collections.IEnumerable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumerableProxy__ctor_m3A29836DAA548DB5ADE9DF4D26EE061EF50B34F5 (EnumerableProxy_t026114E7F2A8CD4B2FA989282FE080341A4614E2 * __this, RuntimeObject* ___inner0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * Asn1Sequence_GetInstance_m682AEF9FD99CABE589DF0AA4DB2CAC4996AEFD25 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___explicitly1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.ECGost3410ParamSetParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.ECGost3410ParamSetParameters::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECGost3410ParamSetParameters_t734FD06146E31EF25E44BAD56756A22BC6C860BC * ECGost3410ParamSetParameters_GetInstance_mF6A7C5FB8F0F096AC926A791D286811014809FB9 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.ECGost3410ParamSetParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECGost3410ParamSetParameters__ctor_m0C836290F119ACB267D75D77DD4819675508A733 (ECGost3410ParamSetParameters_t734FD06146E31EF25E44BAD56756A22BC6C860BC * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::GetTypeName(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126 (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerInteger__ctor_m612C6B5423FEC812F2B14987AF4D153C141750F0 (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerInteger__ctor_m014B0C2AADB00543E51D3621D5B93E030C47F6CA (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * __this, int32_t ___value0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * DerInteger_GetInstance_mEB828AC32C714AA41BFAE14D9477493111CD42BC (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::get_PositiveValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DerInteger_get_PositiveValue_m8732018F1F65AC4ECD83CD058341C9363AD5754B (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::.ctor(System.Int32,System.Random) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_m0DAA24172CE10E1575B29374A3CE534DAD666DF4 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, int32_t ___sizeInBits0, Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 * ___random1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Subtract(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_Subtract_m533D42A73362CE69891C408AC3587038EB6B883C (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.KeyGenerationParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyGenerationParameters__ctor_m57645A39098F4DEA2AEFB8676E1EDCB298FC65C2 (KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 * __this, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random0, int32_t ___strength1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters::LookupParameters(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * ECKeyParameters_LookupParameters_m2A5AF04C750ADA4F19AA80FCBA9A451F15BC8F40 (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___publicKeyParamSet0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyGenerationParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters,BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECKeyGenerationParameters__ctor_mA5CB698D521FF64B07B9ECD7B887FF2A061649AC (ECKeyGenerationParameters_t4937721DC10527ECC156FA98F13AE431AD00F565 * __this, ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * ___domainParameters0, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.ECKeyPairGenerator::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECKeyPairGenerator__ctor_mE722957B3C362372436C8E1F19E1E349920550EF (ECKeyPairGenerator_t449F3363BFE123E57E5D0BEAC3A4DF816A9B5F7D * __this, String_t* ___algorithm0, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters::VerifyAlgorithmName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ECKeyParameters_VerifyAlgorithmName_m0C93CEACD5F73155387581251C077F71F064D876 (String_t* ___algorithm0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyGenerationParameters::get_PublicKeyParamSet() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ECKeyGenerationParameters_get_PublicKeyParamSet_m9F60BE9E2904A92BCEBC59EDF35BF0AA3461DABA_inline (ECKeyGenerationParameters_t4937721DC10527ECC156FA98F13AE431AD00F565 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyGenerationParameters::get_DomainParameters() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * ECKeyGenerationParameters_get_DomainParameters_mB94A05D906BDC5BDDB681BF99D144D375449760D_inline (ECKeyGenerationParameters_t4937721DC10527ECC156FA98F13AE431AD00F565 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.KeyGenerationParameters::get_Strength() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyGenerationParameters_get_Strength_m1AF6C156C99D9FF48C71158A37331779DD65ABF9_inline (KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Security.InvalidParameterException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidParameterException__ctor_mFD577449A2FA2F45A741ADB59929E0BFF2D4936D (InvalidParameterException_t309E848966980D17943F688E7D2B17D666E91337 * __this, String_t* ___message0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.ECKeyPairGenerator::FindECCurveByOid(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * ECKeyPairGenerator_FindECCurveByOid_m0F93C75F94C755AC07BB30FA436A263E7FB615AD (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___oid0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters::get_Curve() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * X9ECParameters_get_Curve_m1BC4F848F8E72563287A1FA9395C9E3ECD2FCD23_inline (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters::get_G() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * X9ECParameters_get_G_m3E5E2F14805084623F3ABD4B9A98CDB8A72D2C71 (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters::get_N() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * X9ECParameters_get_N_mA5FBAFD92C027D5B545F8CBD8D9C77A01B950EAA_inline (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters::get_H() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * X9ECParameters_get_H_m14081C62E77B14A1088C1A3494E8BCB77BB0564C_inline (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters::GetSeed() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* X9ECParameters_GetSeed_mBF568758D960F3414ED0AF05FA4C66DFE46ED05C_inline (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.KeyGenerationParameters::get_Random() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * KeyGenerationParameters_get_Random_m96B13620B3ECF5CEB64561A4DBCBC18AC6CB11F4_inline (KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafUtilities::GetNafWeight(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t WNafUtilities_GetNafWeight_mD371F3DCFFBD1DE801D437296138ED687539EF8B (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___k0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters::.ctor(System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECPublicKeyParameters__ctor_m65D62EFBCCC50A4D1ED99FFED8ABB3B79F6EAAE6 (ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * __this, String_t* ___algorithm0, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___q1, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___publicKeyParamSet2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters::.ctor(System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECPrivateKeyParameters__ctor_m796A0AE1DF6C42C57351BDAE341938ADCEA267B2 (ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * __this, String_t* ___algorithm0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___d1, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___publicKeyParamSet2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricCipherKeyPair::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsymmetricCipherKeyPair__ctor_mE5C700D8655EB14E3EC3610B2367603C325D2637 (AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929 * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___publicParameter0, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateParameter1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters::.ctor(System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECPublicKeyParameters__ctor_m6FBBA65A7A074CDE2BF71193AE66EAAD47E83809 (ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * __this, String_t* ___algorithm0, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___q1, ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * ___parameters2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters::.ctor(System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECPrivateKeyParameters__ctor_m5598817EA740C2175C9AD03DD4958EE10918C4A1 (ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * __this, String_t* ___algorithm0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___d1, ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * ___parameters2, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves::GetByOid(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * CustomNamedCurves_GetByOid_mA6CAE428C34C4C809EF2658E0891A851D2343BEB (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___oid0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.ECNamedCurveTable::GetByOid(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * ECNamedCurveTable_GetByOid_mC7DA6511C9AD83600BEF5EEB92A3ADE57556E672 (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___oid0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters::get_PublicKeyParamSet() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ECKeyParameters_get_PublicKeyParamSet_m085E16FD3F9BD58804A4A818FBA05F9320C9C41B_inline (ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * __this, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters::get_AlgorithmName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ECKeyParameters_get_AlgorithmName_m0E30F5C6A272F2846DCC4892B8F0B87657C4BECA_inline (ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsymmetricKeyParameter__ctor_m383021999D70982D1E53120E9C0BD8DF08238CB3 (AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * __this, bool ___privateKey0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AsymmetricKeyParameter_Equals_mD7853F9B3D0E36774C21F59D72AF91B995AE0211 (AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___other0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AsymmetricKeyParameter_GetHashCode_mC6FFFFA2C19DDE30047E372FD0D1D655D2CCDF1F (AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyGenerationParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECKeyGenerationParameters__ctor_m4C771DA8A88E66EDA040D614D2848E126651A47F (ECKeyGenerationParameters_t4937721DC10527ECC156FA98F13AE431AD00F565 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___publicKeyParamSet0, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random1, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::ToUpperInvariant(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Platform_ToUpperInvariant_m306E35263EC9F3B4FE0722C3173BAAFDB1B3E158 (String_t* ___s0, const RuntimeMethod* method); // System.Int32 System.Array::IndexOf(!!0[],!!0,System.Int32,System.Int32) inline int32_t Array_IndexOf_TisString_t_mD063033C2351BEEE2FA2DF7B412D0A302C8E005E (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___array0, String_t* ___value1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method) { return (( int32_t (*) (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*, String_t*, int32_t, int32_t, const RuntimeMethod*))Array_IndexOf_TisRuntimeObject_m7642F18C7E99436A8B1E165426B537641FB6D2E5_gshared)(___array0, ___value1, ___startIndex2, ___count3, method); } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.ECGost3410NamedCurves::GetByOid(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * ECGost3410NamedCurves_GetByOid_m411DD06A206A4A2A14F6CD0657665E19623D579B (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___oid0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.ECMqvBasicAgreement::CalculateMqvAgreement(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECMqvBasicAgreement_CalculateMqvAgreement_m865588E5A2FEFAC89728FF9C4D666120BEA40E9E (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * ___parameters0, ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * ___d1U1, ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * ___d2U2, ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * ___Q2U3, ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * ___Q1V4, ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * ___Q2V5, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ShiftLeft(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_ShiftLeft_m3058D01476403859DEA3EE149EAC257444F7EC2C (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, int32_t ___n0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::SetBit(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_SetBit_mFA6F411B93B24185445A62C9984071A9B51338EC (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, int32_t ___n0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.ECMqvBasicAgreement::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECMqvBasicAgreement__ctor_mB043C2D0EDDC5ACFDB5F01F9A99BA089589A9222 (ECMqvBasicAgreement_tEADABD2B3F73DD0D87674AD79CBF8CD857F5552A * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.ECMqvBasicAgreement::CalculateAgreement(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ECMqvBasicAgreement_CalculateAgreement_m9A616C12A4C0E5F2C700A66508117FEE59A6AA7A (ECMqvBasicAgreement_tEADABD2B3F73DD0D87674AD79CBF8CD857F5552A * __this, RuntimeObject* ___pubKey0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.ECMqvWithKdfBasicAgreement::BigIntToBytes(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ECMqvWithKdfBasicAgreement_BigIntToBytes_m773F9C93820717BA4F5CE35045A79658531E48C8 (ECMqvWithKdfBasicAgreement_tF0F3D6438A021AEFBE303D521A6E7C9A8DC0327D * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___r0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.DataLengthException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataLengthException__ctor_mFEE2A7A2F649E823D91C8863B37120A82C23FACE (DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.ECKeyPairGenerator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECKeyPairGenerator__ctor_m3E5DF4978F1C839F707272852A3B483C4098B009 (ECKeyPairGenerator_t449F3363BFE123E57E5D0BEAC3A4DF816A9B5F7D * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.ECKeyPairGenerator::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.KeyGenerationParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECKeyPairGenerator_Init_mF0A022CC0E7AB7ECBFD685EE8FD511A9F19E05DA (ECKeyPairGenerator_t449F3363BFE123E57E5D0BEAC3A4DF816A9B5F7D * __this, KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 * ___parameters0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricCipherKeyPair BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.ECKeyPairGenerator::GenerateKeyPair() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929 * ECKeyPairGenerator_GenerateKeyPair_mA51CD7D68EEA360DA677613188956CD3388B2B67 (ECKeyPairGenerator_t449F3363BFE123E57E5D0BEAC3A4DF816A9B5F7D * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricCipherKeyPair::get_Public() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * AsymmetricCipherKeyPair_get_Public_mA3C7A50C4C75C3A9003ACC9454F6B941AED2EB98_inline (AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricCipherKeyPair::get_Private() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * AsymmetricCipherKeyPair_get_Private_m74718BBBC8CD464CA09BC88F15ED38156A92280A_inline (AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves::GetByName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * X962NamedCurves_GetByName_m69F2641A253B5BCB449115FE2327CEBE0E9FB2C6 (String_t* ___name0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.SecNamedCurves::GetByName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * SecNamedCurves_GetByName_mC5034ADD3A62E63FFED48471B258BEB8B49287DA (String_t* ___name0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistNamedCurves::GetByName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * NistNamedCurves_GetByName_m9D0BE772E3F6AEE0DDA78F3F3A0978B69648D3A4 (String_t* ___name0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves::GetByName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * TeleTrusTNamedCurves_GetByName_m08E01FD203269C550A109552A58D56C0588E3881 (String_t* ___name0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Anssi.AnssiNamedCurves::GetByName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * AnssiNamedCurves_GetByName_mD141234AA147C27CED3218DBA961D284F586F1C6 (String_t* ___name0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.ECGost3410NamedCurves::GetByName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * ECGost3410NamedCurves_GetByName_m594250E4EA73EE07CC464F328F8886CCD2711A75 (String_t* ___name0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.ECNamedCurveTable::FromDomainParameters(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * ECNamedCurveTable_FromDomainParameters_m131AE8F034F702424D37B744294AC1A72235FF92 (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * ___dp0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMNamedCurves::GetByName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * GMNamedCurves_GetByName_m5D1561071AC61D15501C805F4C3E94C4991EEB54 (String_t* ___name0, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves::GetName(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* X962NamedCurves_GetName_m898DCE7C1FFE980BE41286B00A8344E7F570CBCA (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___oid0, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.SecNamedCurves::GetName(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecNamedCurves_GetName_m6751B131E6CFB369A6F61E8906126D81BE2DB78C (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___oid0, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistNamedCurves::GetName(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NistNamedCurves_GetName_m97C40C2B206A5F9B3AE2CD18B7277891BC2D054B (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___oid0, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves::GetName(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TeleTrusTNamedCurves_GetName_mBD89CE4062055C2CACB6BB3A215FEA7D081199BC (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___oid0, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Anssi.AnssiNamedCurves::GetName(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AnssiNamedCurves_GetName_m7D3A321FC449E64D8626089BDEB2CEFE1FFAD901 (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___oid0, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.ECGost3410NamedCurves::GetName(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ECGost3410NamedCurves_GetName_mD5CCD6F29B7BB5FC1B7663DA199EE5182A8C8ABF (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___oid0, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMNamedCurves::GetName(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GMNamedCurves_GetName_mFF87860406CB862B696351612E41131AD46958B1 (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___oid0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves::GetOid(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * X962NamedCurves_GetOid_m0605E47CF09A208750F55A057AA962FE28D1E160 (String_t* ___name0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.SecNamedCurves::GetOid(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * SecNamedCurves_GetOid_m0A10643B10A261ECE03CB3584A6178F725FB99F0 (String_t* ___name0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistNamedCurves::GetOid(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * NistNamedCurves_GetOid_mA879D6E0FE798B2F48C1C4518658C8E601651C5F (String_t* ___name0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves::GetOid(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * TeleTrusTNamedCurves_GetOid_m040CC90987BF5474C1C4E8BB43605DA007C6944F (String_t* ___name0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Anssi.AnssiNamedCurves::GetOid(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * AnssiNamedCurves_GetOid_m4B4042DA1742E4EF37E813AA36C0E883C17DFC6E (String_t* ___name0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.ECGost3410NamedCurves::GetOid(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ECGost3410NamedCurves_GetOid_m602EFC313A35F98360DA2216B7CA056D5B8AE16A (String_t* ___name0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMNamedCurves::GetOid(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * GMNamedCurves_GetOid_m9402BCC3721E56400E5D5E8E7F0B7563A36F1568 (String_t* ___name0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves::GetByOid(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * X962NamedCurves_GetByOid_m6932EC493771F9F532B9928368C093C405F29C7E (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___oid0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.SecNamedCurves::GetByOid(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * SecNamedCurves_GetByOid_m83F431E114AD4E129398EEDB1DAE2CFA955392F1 (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___oid0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves::GetByOid(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * TeleTrusTNamedCurves_GetByOid_mA10C15ED55C965DBF6786E2D9C575564ED610895 (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___oid0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Anssi.AnssiNamedCurves::GetByOid(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * AnssiNamedCurves_GetByOid_mE74D6C28E8AA827EB8558BFD96ED1815952079E9 (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___oid0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMNamedCurves::GetByOid(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * GMNamedCurves_GetByOid_mF4E70F83131E1438D94314FABB678F2DA14146B4 (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___oid0, const RuntimeMethod* method); // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::CreateArrayList() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143 (const RuntimeMethod* method); // System.Collections.IEnumerable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves::get_Names() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* X962NamedCurves_get_Names_mF9CE31E5610E68253A80F36F756CF558392477B9 (const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.CollectionUtilities::AddRange(System.Collections.IList,System.Collections.IEnumerable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionUtilities_AddRange_m414CB777E3D7569D22317CA5388816D9383D1980 (RuntimeObject* ___to0, RuntimeObject* ___range1, const RuntimeMethod* method); // System.Collections.IEnumerable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.SecNamedCurves::get_Names() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SecNamedCurves_get_Names_m9E967852B5046C74B1231F93DBBC2B5319B5F2AF (const RuntimeMethod* method); // System.Collections.IEnumerable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistNamedCurves::get_Names() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NistNamedCurves_get_Names_mCB63A213DA30A0DC40727E5DFC624F73A6C73239 (const RuntimeMethod* method); // System.Collections.IEnumerable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves::get_Names() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TeleTrusTNamedCurves_get_Names_m3535663EA1655783E8AD5623E4F5BBC188D77434 (const RuntimeMethod* method); // System.Collections.IEnumerable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Anssi.AnssiNamedCurves::get_Names() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AnssiNamedCurves_get_Names_mF30456057A4451AB39097A3C95A3C3E6B928379C (const RuntimeMethod* method); // System.Collections.IEnumerable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.ECGost3410NamedCurves::get_Names() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ECGost3410NamedCurves_get_Names_mBEE99266884C6665DC216EF4CF1277696D870C7D (const RuntimeMethod* method); // System.Collections.IEnumerable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMNamedCurves::get_Names() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GMNamedCurves_get_Names_mF31F4F449CB658CA949B0B2A9C75B5C413C38647 (const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::GetSeed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ECDomainParameters_GetSeed_m464A13BB6E731A7A4FE4B878C36BC4FA8FE4D580 (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X9ECParameters__ctor_mA737D6CBEE1E58B420EECB33C2649E948857F032 (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___g1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n2, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___h3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___seed4, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::GetInitialZCoords(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ECPoint_GetInitialZCoords_mEC4B9CAA0227A3451AD1FE487920DA2A09564636 (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::.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 ECPoint__ctor_m9E3CA6953D5B973458FC79E4C4107E0F4CF2A25C (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___zs3, bool ___withCompression4, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_RawZCoords() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint/ValidityCallback::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidityCallback__ctor_m98B89C991F37186B0D36C0AFF8FBB1D9CE0BEDF7 (ValidityCallback_tBF980F041A5A6B99C0A535339852D2B0A7872F5D * __this, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___outer0, bool ___decompressed1, bool ___checkOrder2, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ValidityPreCompInfo::HasFailed() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ValidityPreCompInfo_HasFailed_m301EA8F475C52D26B11C8F2363FB7C4C865BA7C2_inline (ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366 * __this, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E (StringBuilder_t * __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m545FFB72A578320B1D6EA3772160353FD62C344F (StringBuilder_t * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::.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 ECPoint__ctor_mC26D9FD81D2F7B444D63D8DD175794FB335B96B6 (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, bool ___withCompression3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters::.ctor(System.String,System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECKeyParameters__ctor_mD57A16591673C5B03245594F4D0A37EC1C1FAE78 (ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * __this, String_t* ___algorithm0, bool ___isPrivate1, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___publicKeyParamSet2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters::.ctor(System.String,System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECKeyParameters__ctor_m5C9118531F7860CCF89705D84ED2AA88E39BF63F (ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * __this, String_t* ___algorithm0, bool ___isPrivate1, ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * ___parameters2, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ECPrivateKeyParameters_Equals_m5BBA82BE2295C4719F6059D5B51F2DC1F4A9D0A9 (ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * __this, ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * ___other0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ECKeyParameters_Equals_m541B4DE931D48B20E81199A5546376DA4B77701D (ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * __this, ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * ___other0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ECKeyParameters_GetHashCode_mD9FC2E3CD9A22E28B3033DE9FA2E4489059F29C9 (ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.ECPrivateKeyStructure::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECPrivateKeyStructure__ctor_mBC4235FAC2F7767474939E2C2D158E2BD4710E30 (ECPrivateKeyStructure_tE5B1C3407130141881B203E1431D28C8FBC0848E * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ToByteArrayUnsigned() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BigInteger_ToByteArrayUnsigned_mA50192424BCADACC368E6DC187BF5C8E9DB1DE27 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.ECPrivateKeyStructure::.ctor(System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECPrivateKeyStructure__ctor_m329D7B874C28D6C0229943FD4DAD91C64B33F0F3 (ECPrivateKeyStructure_tE5B1C3407130141881B203E1431D28C8FBC0848E * __this, int32_t ___orderBitLength0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___key1, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___parameters2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.ECPrivateKeyStructure::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECPrivateKeyStructure__ctor_mC9431E4E83F66F8C4E5EB1D362224D740E6BA214 (ECPrivateKeyStructure_tE5B1C3407130141881B203E1431D28C8FBC0848E * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___key0, DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___publicKey1, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___parameters2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * __this, Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* ___v0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8 (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * __this, Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* ___objs0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164 (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * __this, Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * ___v0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.ECPrivateKeyStructure::.ctor(System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECPrivateKeyStructure__ctor_m4AB980024193C07F463CCD6B569FD4DF8EC6D2DC (ECPrivateKeyStructure_tE5B1C3407130141881B203E1431D28C8FBC0848E * __this, int32_t ___orderBitLength0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___key1, DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___publicKey2, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___parameters3, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.ECPrivateKeyStructure::GetObjectInTag(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ECPrivateKeyStructure_GetObjectInTag_m6A000B0F5E2614CF4C31557624EF9F179FFC0BF5 (ECPrivateKeyStructure_tE5B1C3407130141881B203E1431D28C8FBC0848E * __this, int32_t ___tagNo0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::get_TagNo() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::GetObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * Asn1TaggedObject_GetObject_m67B210FB1D1A9F5F1FE2656AA8539AA73B9C0D64 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ECPublicKeyParameters_Equals_m6416E324BED30A929AADA22B8AC9BB3FD94CFADD (ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * __this, ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * ___other0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.CMac::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CMac__ctor_m0A27FF7A11866DF26D39031F276BBCFBFA04E91B (CMac_t6DF4D67207426F1C86237DDBF7780910869E0DE9 * __this, RuntimeObject* ___cipher0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.SicBlockCipher::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SicBlockCipher__ctor_m9824FDEDA995153AAC7408C442A4EE2353D1490E (SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6 * __this, RuntimeObject* ___cipher0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV::GetIV() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ParametersWithIV_GetIV_m17D0EF646E07A2B81A17450A3342DEBB7C42603B (ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV::get_Parameters() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ParametersWithIV_get_Parameters_m2B5701D391CF607292513A855051EEF3D8E705E8_inline (ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParametersWithIV__ctor_mA22FB4E80EEE2091E9551DA8DCB33BD7549103F1 (ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * __this, RuntimeObject* ___parameters0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___iv1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher::Reset(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EaxBlockCipher_Reset_mEE0471692E859EBDF7AD35C521EAE4E157212442 (EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2 * __this, bool ___clearMac0, const RuntimeMethod* method); // System.Void System.Array::Clear(System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F (RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher::InitCipher() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EaxBlockCipher_InitCipher_mEEB9431C90277A2680740D6FDE85ED4821E126BC (EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher::Process(System.Byte,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EaxBlockCipher_Process_m96410EFF0CFD677448A511CBC89ECC8A81DD27C9 (EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2 * __this, uint8_t ___b0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes1, int32_t ___outOff2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Check::OutputLength(System.Byte[],System.Int32,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Check_OutputLength_mFF38F66673647A1F0F8806CDF8FAD6B168B951B6 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, int32_t ___len2, String_t* ___msg3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher::CalculateMac() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EaxBlockCipher_CalculateMac_m1B8FCF77A3521B40D1B57B73207663D1040208FD (EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.InvalidCipherTextException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidCipherTextException__ctor_m17000A09278358915AC0F74D4227FA7AC7C72043 (InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D * __this, String_t* ___message0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher::VerifyMac(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EaxBlockCipher_VerifyMac_m1AB1367888E8A0423DDFE00BB234BC8091569EE0 (EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mac0, int32_t ___off1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::DecodeScalar(System.Byte[],System.Int32,System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_DecodeScalar_m6F83E3587239BA9E18D2A7B179B130E04D718369 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___k0, int32_t ___kOff1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___n2, 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.EC.Rfc8032.Ed25519::Encode32(System.UInt32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_Encode32_m01D791A39218DC7E7AA39C84CA5E3C08650E1AB0 (uint32_t ___n0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs1, int32_t ___off2, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::ReduceScalar(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Ed25519_ReduceScalar_m650664ACF7F03B23613348F96C16A93B51CA2D4B (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___n0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::Decode32(System.Byte[],System.Int32,System.UInt32[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_Decode32_mD8ECF8786EE23BD1ED07A79C8B29C7D6EA147B6A (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs0, int32_t ___bsOff1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___n2, int32_t ___nOff3, int32_t ___nLen4, 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.Crypto.Digests.Sha512Digest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha512Digest__ctor_mF69CC20BC74094448464FBDF25AD7E5D7C96A730 (Sha512Digest_t8C6E5C723C7C80881F957EC1A338984BC5B4FB73 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::CreateDigest() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Ed25519_CreateDigest_m62D60C8013FABEDFF0F085EE89064D4407F11358 (const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::Decode32(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Ed25519_Decode32_m938BB0466F5A97CC00E31415A64154EC0281B466 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs0, int32_t ___off1, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::CopyOfRange(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Arrays_CopyOfRange_m4DB795FE5A54E33AF1B2C338A8DB20C3EA14CDE4 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, int32_t ___from1, int32_t ___to2, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::CheckPointVar(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Ed25519_CheckPointVar_mB74911F4E88DC88D5777BBA6148FF3DF072FB052 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___p0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::Decode(System.Byte[],System.Int32,System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_Decode_m26C42B819ED69EAF3E44B8BF7397A42ADCE86590 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___x0, int32_t ___xOff1, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z2, const RuntimeMethod* method); // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23 (const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::Sqr(System.Int32[],System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_Sqr_m86EFA73F5A64FC5269F02EA03518423AD0A4D00E (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___x0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::Mul(System.Int32[],System.Int32[],System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4 (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___x0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___y1, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::SubOne(System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_SubOne_m7696DE56903BF0D3208FEBAD447A0416CEC887AF (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::AddOne(System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_AddOne_m085F63BA9FEB4A425C273FB306008B941F21978D (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::SqrtRatioVar(System.Int32[],System.Int32[],System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool X25519Field_SqrtRatioVar_m1ABCB3B7E1DCBFEA5EC1873EE302115C57227430 (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___u0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___v1, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::Normalize(System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_Normalize_m19A3EF896FE207F486692E1573D3C8D16F05049E (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::IsZeroVar(System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool X25519Field_IsZeroVar_mC6C3E61D4CABEDDB3E2D1CDC8EE6782EE25BF7DE (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___x0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::Negate(System.Int32[],System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_Negate_m1687C325F7354CB62EBABFD08B0D106BD37DD7EC (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___x0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::PointExtendXY(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointExt) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_PointExtendXY_mC1F47E04BAB061403852526F2E54F68BD3A098FE (PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * ___p0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::Encode24(System.UInt32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_Encode24_m2071417D405485259CA34BFF22A59920EEA81A91 (uint32_t ___n0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs1, int32_t ___off2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::Inv(System.Int32[],System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_Inv_m776929ECCFBBE3EB9FD7A357B3CD7FF550931207 (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___x0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::Encode(System.Int32[],System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_Encode_m618ED120C818D5A36ED53A591569C0C14D331586 (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___x0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___z1, int32_t ___zOff2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::PruneScalar(System.Byte[],System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_PruneScalar_mD7254A530D8296C18F414F4D2839D12DEC008A9E (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___n0, int32_t ___nOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___r2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::ScalarMultBaseEncoded(System.Byte[],System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_ScalarMultBaseEncoded_mDAA6C77DED32CA62B1CFC9766E00BE51CADAFC54 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___k0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___r1, int32_t ___rOff2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::Dom2(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,System.Byte,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_Dom2_m937687579C57534BA8E41B713876C55D7DA2DBF3 (RuntimeObject* ___d0, uint8_t ___phflag1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx2, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::CalculateS(System.Byte[],System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Ed25519_CalculateS_m4667878C3DC0B20A59CD7E56AD3B53BA7A0E2ADF (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___r0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___k1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___s2, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::CheckContextVar(System.Byte[],System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Ed25519_CheckContextVar_m10323CDDC8459999FB86EEBB53F376687A7F5AA5 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx0, uint8_t ___phflag1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::ImplSign(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,System.Byte[],System.Byte[],System.Byte[],System.Int32,System.Byte[],System.Byte,System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_ImplSign_mDC5C7E35F4A8E904305106BCEDAA742DD4B01602 (RuntimeObject* ___d0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___h1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___s2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pk3, int32_t ___pkOff4, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx5, uint8_t ___phflag6, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m7, int32_t ___mOff8, int32_t ___mLen9, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sig10, int32_t ___sigOff11, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::CheckScalarVar(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Ed25519_CheckScalarVar_m95054FC8D4EC634F93AABB44C561F38FFE580727 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___s0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointExt::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointExt__ctor_mAF21349B7500F4DB3847D95332775348B771DED2 (PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::DecodePointVar(System.Byte[],System.Int32,System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointExt) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Ed25519_DecodePointVar_m6957159886FEF1D0C9D1FBCD2D3CE952783EEC94 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___p0, int32_t ___pOff1, bool ___negate2, PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * ___r3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointAccum::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointAccum__ctor_mDBDDCD32CA68251B24D92918AF228214B430BD01 (PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::ScalarMultStraussVar(System.UInt32[],System.UInt32[],BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointExt,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointAccum) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_ScalarMultStraussVar_mD8D03D34EE819CFFF7FB0DB77770487626E6279C (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___nb0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___np1, PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * ___p2, PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * ___r3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::EncodePoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointAccum,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_EncodePoint_mB616BC9D06E2C4EA730D0679A75EC43E593712A2 (PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * ___p0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___r1, int32_t ___rOff2, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::AreEqual(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Arrays_AreEqual_mA5503C81863BC5B4F26A66569A45A9B855ED2246 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___a0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___b1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::Apm(System.Int32[],System.Int32[],System.Int32[],System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_Apm_m434A671891157D4F8D8E269A1E05D4B221D3FA59 (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___x0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___y1, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___zp2, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___zm3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::Add(System.Int32[],System.Int32[],System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_Add_m1060BDFCC05E5B5F4ED3474363DBDA33D909AFCA (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___x0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___y1, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::Carry(System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_Carry_m10F121F98AD5603E56B922903CCE7202AD8485AD (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::Copy(System.Int32[],System.Int32,System.Int32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_Copy_mDBB0259817C96BB25405DD342F01494C3F9AC9B7 (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___x0, int32_t ___xOff1, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z2, int32_t ___zOff3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::Sub(System.Int32[],System.Int32[],System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_Sub_m65C6DEB90ECF734A2A1EDBC8EB0B30CF0AA33EB8 (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___x0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___y1, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::One(System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_One_m8A0A2BFCC818F250F12A84D170DCC3F89C44946A (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat::CMov(System.Int32,System.Int32,System.Int32[],System.Int32,System.Int32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nat_CMov_mBECD2F01F34C9BA0B598980A8F93DDB0612AB4BD (int32_t ___len0, int32_t ___mask1, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___x2, int32_t ___xOff3, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z4, int32_t ___zOff5, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::PointAddVar(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointExt,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointExt,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointExt) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_PointAddVar_m3E2A136DC1F95E3555DB83984F385CFAB7D9D99A (bool ___negate0, PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * ___p1, PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * ___q2, PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * ___r3, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointExt BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::PointCopy(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointExt) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * Ed25519_PointCopy_m5BD75221BF7DD22C528F53E6314AE5C1B8F3D623 (PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * ___p0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::Zero(System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_Zero_m457B82472FF008556C3CE8AE1B66A69F00FB101B (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointExt[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::PointPrecompVar(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointExt,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PointExtU5BU5D_tB80BC95816BBCFB0B4C569F36E8E0D0A04E84835* Ed25519_PointPrecompVar_m50F971A3D6ED0CCD20B5A7ED5FE76770D8D12274 (PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * ___p0, int32_t ___count1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::PointExtendXY(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointAccum) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_PointExtendXY_m9BA25D2F5813A8AB7259CC26A97E15B38CA65F06 (PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * ___p0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::PointSetNeutral(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointExt) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_PointSetNeutral_m5F82F78EF03874B75812EA57BB5E2012B06ECBFC (PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * ___p0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointExt BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::PointCopy(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointAccum) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * Ed25519_PointCopy_m93CDB2AA8EF40CF60B80FB6D3E5B8CC94503FD9B (PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * ___p0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::PointDouble(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointAccum) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_PointDouble_m51713BA3C92D0015CA53A17022144A8E4E70275E (PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * ___r0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointPrecomp::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointPrecomp__ctor_m6D64AA3E63BE3B5F0E52903A50FADE83DC50E56F (PointPrecomp_t715B4391BC4FB855902DB0BC7128FC57703FA940 * __this, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::Decode24(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Ed25519_Decode24_mBE39BDC2951B805BFBC61C58630803B73F6C344C (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs0, int32_t ___off1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::Encode56(System.UInt64,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_Encode56_m0CB24586EC3EEB02CCB17FB5CFDA506A7378FD3A (uint64_t ___n0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs1, int32_t ___off2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::Precompute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_Precompute_mAE610A775C72081F0FB28C01818B7989CD62D838 (const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::PointSetNeutral(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointAccum) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_PointSetNeutral_m7E72C20DA14D6665729E3C34AD7CCE1B39192008 (PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * ___p0, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat::CAdd(System.Int32,System.Int32,System.UInt32[],System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Nat_CAdd_m21E6DC278EEFCA2F9C158C7ACFAF0D627F8E864F (int32_t ___len0, int32_t ___mask1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x2, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y3, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z4, 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.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Interleave::Shuffle2(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Interleave_Shuffle2_m4916AA07AF3D03CB050AFE7794D6F517756CAA06 (uint32_t ___x0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::PointLookup(System.Int32,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointPrecomp) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_PointLookup_mA54FB6686BF6594935291E90A506D8CF39E18D26 (int32_t ___block0, int32_t ___index1, PointPrecomp_t715B4391BC4FB855902DB0BC7128FC57703FA940 * ___p2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::CSwap(System.Int32,System.Int32[],System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_CSwap_m687E2434898BAD4F453041C6FCDBF7C391CFF6AA (int32_t ___swap0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___a1, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___b2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::CNegate(System.Int32,System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_CNegate_mD91A5FAA44AD89336B1E04B98684BFD8BF485FAE (int32_t ___negate0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::PointAddPrecomp(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointPrecomp,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointAccum) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_PointAddPrecomp_mAD467361D8FFC05FD5BE87F3FA1000C2FEE5E94F (PointPrecomp_t715B4391BC4FB855902DB0BC7128FC57703FA940 * ___p0, PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * ___r1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::ScalarMultBase(System.Byte[],BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointAccum) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_ScalarMultBase_mB3D60C1CD71FF238F0071B64C86492D1469B5C2D (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___k0, PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * ___r1, const RuntimeMethod* method); // System.SByte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::GetWnaf(System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* Ed25519_GetWnaf_mCFFA8C7A96FF81264E05024377BD0F2B9E5A606E (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___n0, int32_t ___width1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::PointAddVar(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointExt,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointAccum) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_PointAddVar_m15A052DBF92FF1C32F134D4BA7A8FA9D95708516 (bool ___negate0, PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * ___p1, PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * ___r2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::ImplSign(System.Byte[],System.Int32,System.Byte[],System.Byte,System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_ImplSign_mB43645EA4446E2784053710F0C13CE73FD3514A3 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sk0, int32_t ___skOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx2, uint8_t ___phflag3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m4, int32_t ___mOff5, int32_t ___mLen6, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sig7, int32_t ___sigOff8, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::ImplSign(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Byte[],System.Byte,System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_ImplSign_m3805CCD09A37FF6F978050F6FE4C96B26C5A666C (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sk0, int32_t ___skOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pk2, int32_t ___pkOff3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx4, uint8_t ___phflag5, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m6, int32_t ___mOff7, int32_t ___mLen8, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sig9, int32_t ___sigOff10, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::ImplVerify(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Byte[],System.Byte,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Ed25519_ImplVerify_mBEAFF5CF3EF73AE3D65A95FB171CA2AE9DA67FD0 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sig0, int32_t ___sigOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pk2, int32_t ___pkOff3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx4, uint8_t ___phflag5, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m6, int32_t ___mOff7, int32_t ___mLen8, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Strings::ToByteArray(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Strings_ToByteArray_m79BDFC45DF85C17DCB7A27A9FE2F939304A957BC (String_t* ___s0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PrivateKeyParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519PrivateKeyParameters__ctor_m3AB01E4E8DB8D34FBBDF118EB601A5EC95D2156F (Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 * __this, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PrivateKeyParameters::GeneratePublicKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * Ed25519PrivateKeyParameters_GeneratePublicKey_mAA58A4082D4856D716EDC5394E94F69BEFA01470 (Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::GeneratePrivateKey(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_GeneratePrivateKey_m304C5CB60CA9F7ED0B642390DE9BB2978AD3893C (SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___k1, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.Streams::ReadFully(System.IO.Stream,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Streams_ReadFully_mA08B260E9E895443C6671920C12CD231B470183D (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___inStr0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf1, const RuntimeMethod* method); // System.Void System.IO.EndOfStreamException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EndOfStreamException__ctor_m62AD97E22305B690B74C4EA6E3EAC36D10CE3800 (EndOfStreamException_tDA8337E29A941EFB3E26721033B1826C1ACB0059 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::GeneratePublicKey(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_GeneratePublicKey_mC58804DF4F6BF8E3EF2AA3D1454A8BC34CEA336C (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sk0, int32_t ___skOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pk2, int32_t ___pkOff3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters::.ctor(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519PublicKeyParameters__ctor_mB817DD2BEF4EC59E4031F67113911410DA28A558 (Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters::Encode(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519PublicKeyParameters_Encode_m84A8F4C8806646A1D29E9E85052E1433772C6D58 (Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::Sign(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_Sign_m88DB4EA89C392D92D8C10EC93DDF54CFF111B06F (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sk0, int32_t ___skOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pk2, int32_t ___pkOff3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m4, int32_t ___mOff5, int32_t ___mLen6, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sig7, int32_t ___sigOff8, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::Sign(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Byte[],System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_Sign_mC946A25C23BF1ECD717C138CB33926AC4255681D (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sk0, int32_t ___skOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pk2, int32_t ___pkOff3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx4, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m5, int32_t ___mOff6, int32_t ___mLen7, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sig8, int32_t ___sigOff9, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::SignPrehash(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Byte[],System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_SignPrehash_m133DD05A2F24BE63104D08946C4CEA85893019AD (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sk0, int32_t ___skOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pk2, int32_t ___pkOff3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx4, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ph5, int32_t ___phOff6, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sig7, int32_t ___sigOff8, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519Signer/Buffer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer__ctor_mA26341C9DBD51B3A156A65DEBA00C5404539348C (Buffer_t40E860620F7D83759ADAA72E1DED9A822C6042D8 * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519Signer/Buffer::GenerateSignature(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PrivateKeyParameters,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Buffer_GenerateSignature_mD1C2B36B4A896731C19A719C25AE1F0EA9CAC0CC (Buffer_t40E860620F7D83759ADAA72E1DED9A822C6042D8 * __this, Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 * ___privateKey0, Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * ___publicKey1, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519Signer/Buffer::VerifySignature(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Buffer_VerifySignature_m3E8515892A69FB4CE15D097201FE2135BCCB64FC (Buffer_t40E860620F7D83759ADAA72E1DED9A822C6042D8 * __this, Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * ___publicKey0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___signature1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519Signer/Buffer::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_Reset_m4C2A1304951AD6FF1B10E9C86E30331CA5C042CD (Buffer_t40E860620F7D83759ADAA72E1DED9A822C6042D8 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519ctxSigner/Buffer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer__ctor_mA1AC137E32F92EA694254035FBB2641D122989E7 (Buffer_tB9B9D1C66E8A16E1AD37AF395F3CEC7E56E2A614 * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519ctxSigner/Buffer::GenerateSignature(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PrivateKeyParameters,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Buffer_GenerateSignature_m45BA326E3675DA7ED39F34ECF455E0EBB82BD7AF (Buffer_tB9B9D1C66E8A16E1AD37AF395F3CEC7E56E2A614 * __this, Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 * ___privateKey0, Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * ___publicKey1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx2, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519ctxSigner/Buffer::VerifySignature(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters,System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Buffer_VerifySignature_m62FC9805980E4AC0BA253207C70CC3E118D44464 (Buffer_tB9B9D1C66E8A16E1AD37AF395F3CEC7E56E2A614 * __this, Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * ___publicKey0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___signature2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519ctxSigner/Buffer::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_Reset_mD215F8C9094CAE8F241BCDEBCAB54133E213BE75 (Buffer_tB9B9D1C66E8A16E1AD37AF395F3CEC7E56E2A614 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::CreatePrehash() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Ed25519_CreatePrehash_m9A024A9D5CDDA41E42C48348F721EE1816923917 (const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519phSigner::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519phSigner_Reset_m6282428F4B53371081AD17482FCAA7FF4ADED594 (Ed25519phSigner_t5BC5DF99624F1D8B672436FCD7864B903DB37328 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PrivateKeyParameters::Sign(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/Algorithm,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters,System.Byte[],System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519PrivateKeyParameters_Sign_m191987B9C83D2D9E5A0830B1F32C7E25CC85472C (Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 * __this, int32_t ___algorithm0, Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * ___publicKey1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___msg3, int32_t ___msgOff4, int32_t ___msgLen5, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sig6, int32_t ___sigOff7, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters::GetEncoded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Ed25519PublicKeyParameters_GetEncoded_m4E48B99F7DA2DAE1CD8365EFB701B92C342A7D37 (Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::VerifyPrehash(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Byte[],BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Ed25519_VerifyPrehash_m3E2A8DDCC3660D7E4D0300507AC7A6D45AFFF8A0 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sig0, int32_t ___sigOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pk2, int32_t ___pkOff3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx4, RuntimeObject* ___ph5, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::DecodeScalar(System.Byte[],System.Int32,System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_DecodeScalar_mD07417B47B662FAB30A6CA786AA98D465CF449AF (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___k0, int32_t ___kOff1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___n2, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat::MulAddTo(System.Int32,System.UInt32[],System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Nat_MulAddTo_mDB8DE5044EF579E0185059856F6FD3AD97788799 (int32_t ___len0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y2, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___zz3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::Encode32(System.UInt32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_Encode32_m6372B1113FBC32EE2F3882A5C0E60A7362BB4788 (uint32_t ___n0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs1, int32_t ___off2, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::ReduceScalar(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Ed448_ReduceScalar_m86661329741ED7231110A8023C55F5A0FA49AA82 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___n0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::Decode32(System.Byte[],System.Int32,System.UInt32[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_Decode32_mBA21D094CE4F7700DE18434D7102DFB5C535E9BB (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs0, int32_t ___bsOff1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___n2, int32_t ___nOff3, int32_t ___nLen4, 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); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IXof BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::CreateXof() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Ed448_CreateXof_mFF4B2EB979FC589962148BBCBF55095E075EC8F8 (const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.ShakeDigest::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShakeDigest__ctor_m67FD6B4F4767C3240CB694C919867C9D9175894F (ShakeDigest_t9927043F2A7FC9694E769E2961D50B408D277B3A * __this, int32_t ___bitLength0, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::Decode32(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Ed448_Decode32_m9CC95FCEEE6959BE5B31A3A2D3868D6EBB29DFC4 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs0, int32_t ___off1, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::CheckPointVar(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Ed448_CheckPointVar_m338C29B41BA5F3B3B28FE37C4F4F68D414243629 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___p0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X448Field::Decode(System.Byte[],System.Int32,System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X448Field_Decode_m06B63A054E56ECA110E955500E87D4FFF0847DBE (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___x0, int32_t ___xOff1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z2, const RuntimeMethod* method); // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X448Field::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* X448Field_Create_m6C56688CDF326B005D9A26A1C0B95AFED20C93F8 (const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X448Field::Sqr(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X448Field_Sqr_m99164A3250A186282534873615C36EA8FE4CF8DD (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X448Field::Mul(System.UInt32[],System.UInt32,System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X448Field_Mul_mED9EF10A5A6CC16E1FF176EEB340E2D5B65D7FAF (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, uint32_t ___y1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X448Field::Negate(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X448Field_Negate_m45BD6869F87A1B9CDD8C7D2487D7E33AC6DCD4E7 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X448Field::AddOne(System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X448Field_AddOne_m7BD083C8531A9667ECE03A8A0A7356ECAE22F5D5 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X448Field::SqrtRatioVar(System.UInt32[],System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool X448Field_SqrtRatioVar_m8A9D8D8D03BB53A001AE4810AF5AF7B8CCB25A93 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___u0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___v1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X448Field::Normalize(System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X448Field_Normalize_m0A17A17B23075A703C912609B54C96BB16A4A2AA (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X448Field::IsZeroVar(System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool X448Field_IsZeroVar_mF0E0531F9E178C41FD27CF01EB6FD4045956F66C (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::PointExtendXY(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointExt) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_PointExtendXY_m34A7F86F11B7D9CFC9544A707F9077FD66771350 (PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * ___p0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::Encode24(System.UInt32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_Encode24_mF8C25DBF194FC12CDC6785A5E3794E5B847158C6 (uint32_t ___n0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs1, int32_t ___off2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X448Field::Inv(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X448Field_Inv_mAE0F5F5F358CCA3D0C55438F8732AB5B4CD0B362 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X448Field::Mul(System.UInt32[],System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X448Field_Mul_m24C25C061843DEB2F70572C0D5E32B4611B4ABA1 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X448Field::Encode(System.UInt32[],System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X448Field_Encode_m46D9E48067C29A86964084FF34C4F33AD0A0B16A (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___z1, int32_t ___zOff2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::PruneScalar(System.Byte[],System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_PruneScalar_m202345B8B194B98C785DF18F1E3742F5C1769317 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___n0, int32_t ___nOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___r2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::ScalarMultBaseEncoded(System.Byte[],System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_ScalarMultBaseEncoded_m64E1CC9743952AE6E677131A036836E1C442A6CF (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___k0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___r1, int32_t ___rOff2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::Dom4(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IXof,System.Byte,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_Dom4_mC3F6B03741F40C6413015D6204E9A035645CC800 (RuntimeObject* ___d0, uint8_t ___x1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___y2, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::CalculateS(System.Byte[],System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Ed448_CalculateS_m3133120C7E224C894E55E4EFE9CA04B7D286F326 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___r0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___k1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___s2, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::CheckContextVar(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Ed448_CheckContextVar_m26D54DE0DCAC896542C708D0669675AF65045347 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::ImplSign(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IXof,System.Byte[],System.Byte[],System.Byte[],System.Int32,System.Byte[],System.Byte,System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_ImplSign_m57BF01ECD7F1C43A8665DE2C14FDBD76BDB62654 (RuntimeObject* ___d0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___h1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___s2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pk3, int32_t ___pkOff4, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx5, uint8_t ___phflag6, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m7, int32_t ___mOff8, int32_t ___mLen9, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sig10, int32_t ___sigOff11, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::CheckScalarVar(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Ed448_CheckScalarVar_m6DB8EB952E44EAA43D17617A7DDF657F45EC18A9 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___s0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointExt::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointExt__ctor_m8F0C7FDD50FC3D37FAE2FCF177B9B98EDFDE9C24 (PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::DecodePointVar(System.Byte[],System.Int32,System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointExt) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Ed448_DecodePointVar_m5B4A8A10F7E0B4D0BE28AB04B9D58DF0323214AE (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___p0, int32_t ___pOff1, bool ___negate2, PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * ___r3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::ScalarMultStraussVar(System.UInt32[],System.UInt32[],BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointExt,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointExt) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_ScalarMultStraussVar_m0AE5E097B4E9F37FDDCF6D13ADE2E17A81A14F68 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___nb0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___np1, PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * ___p2, PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * ___r3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::EncodePoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointExt,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_EncodePoint_m192FDC6B1C665AA294D14B9B878317593A4A6F32 (PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * ___p0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___r1, int32_t ___rOff2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X448Field::Sub(System.UInt32[],System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X448Field_Sub_m0ABC804280C1206473D290518A519F6332526300 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X448Field::Add(System.UInt32[],System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X448Field_Add_mB8EE7A2A691CF8B4CB4D47109F11E5500DF7CEBE (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X448Field::Carry(System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X448Field_Carry_m4C632380DBA11507D6605EDF8B712E05778A2877 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X448Field::Copy(System.UInt32[],System.Int32,System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X448Field_Copy_mD1DA87ADFBAC71A23AA5C376C606612E755120A5 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, int32_t ___xOff1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z2, int32_t ___zOff3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X448Field::One(System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X448Field_One_mDE34891B93FDE1E3E707CC74D805FB5052AEC7F7 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat::CMov(System.Int32,System.Int32,System.UInt32[],System.Int32,System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nat_CMov_mB61937245823AFE25195B2856B3E550A89A7C70A (int32_t ___len0, int32_t ___mask1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x2, int32_t ___xOff3, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z4, int32_t ___zOff5, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointExt BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::PointCopy(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointExt) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * Ed448_PointCopy_mEDF6E1C04E4F67FE5E926C861B15F0DAFD14E626 (PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * ___p0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::PointDouble(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointExt) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_PointDouble_mEE073E31B660963AFAEA2D5786BC6331460EDF4C (PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * ___r0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::PointAddVar(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointExt,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointExt) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_PointAddVar_m01B8BC234E19060588A2125307D685D8617FF29F (bool ___negate0, PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * ___p1, PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * ___r2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X448Field::Zero(System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X448Field_Zero_mF2E99F55CA11F9498A7683FB88A669E3E63673B8 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointExt[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::PointPrecompVar(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointExt,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PointExtU5BU5D_t38D5178ECD8C52B053BEC5F2F07C83BDABBF8BC1* Ed448_PointPrecompVar_mE0E368B5563F90DDA1E4129C5EDB146B00224A09 (PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * ___p0, int32_t ___count1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::PointSetNeutral(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointExt) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_PointSetNeutral_mDF326585A13178485B7CB7C7149667D76E05ACD2 (PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * ___p0, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::Decode24(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Ed448_Decode24_mFA51004A23BA0F3F1706C2AC9EC400DF8EED794D (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs0, int32_t ___off1, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::Decode16(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Ed448_Decode16_mA28E754A1EA43DAF96DFD7EC6F4921C5225C5253 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs0, int32_t ___off1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::Encode56(System.UInt64,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_Encode56_mC3964C7182796CB4DCD9F905E009C16FDE11C795 (uint64_t ___n0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs1, int32_t ___off2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::Precompute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_Precompute_mDB6513967B1656F10AF00912799FE149452D022B (const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointPrecomp::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointPrecomp__ctor_m825649A4ACAF1FC561674F8D3A8B728449BD518D (PointPrecomp_tEE3272BCA4078160FB3C9680C0E7B09780A65005 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::PointLookup(System.Int32,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointPrecomp) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_PointLookup_m9CAF1C5CB0BE83BE69903128AFA867B8B7C3CC84 (int32_t ___block0, int32_t ___index1, PointPrecomp_tEE3272BCA4078160FB3C9680C0E7B09780A65005 * ___p2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X448Field::CNegate(System.Int32,System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X448Field_CNegate_m89B393CC41E779C5347171A061E606DD30E2D1E0 (int32_t ___negate0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::PointAddPrecomp(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointPrecomp,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointExt) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_PointAddPrecomp_mA38B2CA173DC77C08ED82F9D5EA97DC3ECACB065 (PointPrecomp_tEE3272BCA4078160FB3C9680C0E7B09780A65005 * ___p0, PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * ___r1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::ScalarMultBase(System.Byte[],BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointExt) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_ScalarMultBase_m7D3EA9AB5FC6E39DCC4AE6E8437521C176E53A6C (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___k0, PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * ___r1, const RuntimeMethod* method); // System.SByte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::GetWnaf(System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* Ed448_GetWnaf_m59D0AEA1ED9150CC5ECD5157B1202D7B6303837B (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___n0, int32_t ___width1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::ImplSign(System.Byte[],System.Int32,System.Byte[],System.Byte,System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_ImplSign_m25F0F746428AC4E34FA29E3E6F6CCF402AC31600 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sk0, int32_t ___skOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx2, uint8_t ___phflag3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m4, int32_t ___mOff5, int32_t ___mLen6, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sig7, int32_t ___sigOff8, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::ImplSign(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Byte[],System.Byte,System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_ImplSign_m9BFEA7354469EDF72FF788BFE3EEE692A1D565D2 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sk0, int32_t ___skOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pk2, int32_t ___pkOff3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx4, uint8_t ___phflag5, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m6, int32_t ___mOff7, int32_t ___mLen8, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sig9, int32_t ___sigOff10, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::ImplVerify(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Byte[],System.Byte,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Ed448_ImplVerify_mF4184F237A13A673301864CAFF2298FD0BB15CB0 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sig0, int32_t ___sigOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pk2, int32_t ___pkOff3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx4, uint8_t ___phflag5, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m6, int32_t ___mOff7, int32_t ___mLen8, 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 UnityEngine.Vector3::.ctor(System.Single,System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsTransport::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsTransport__ctor_m365916F50BC3DE5D113956107CF70E98CBF87D36 (DtlsTransport_t09E3DC2D6515D667DD91F1080F480E3962B8CFBB * __this, DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * ___recordLayer0, const RuntimeMethod* method) { { // internal DtlsTransport(DtlsRecordLayer recordLayer) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.mRecordLayer = recordLayer; DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * L_0 = ___recordLayer0; __this->set_mRecordLayer_0(L_0); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsTransport::GetReceiveLimit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtlsTransport_GetReceiveLimit_mD8D30AC46FC23ED750B4ABB47A1A0C44E7AE9BAB (DtlsTransport_t09E3DC2D6515D667DD91F1080F480E3962B8CFBB * __this, const RuntimeMethod* method) { { // return mRecordLayer.GetReceiveLimit(); DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * L_0 = __this->get_mRecordLayer_0(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(17 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::GetReceiveLimit() */, L_0); return L_1; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsTransport::GetSendLimit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtlsTransport_GetSendLimit_m0E6CD19C89E11951F8F5B876D6CB97370DFCDDB6 (DtlsTransport_t09E3DC2D6515D667DD91F1080F480E3962B8CFBB * __this, const RuntimeMethod* method) { { // return mRecordLayer.GetSendLimit(); DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * L_0 = __this->get_mRecordLayer_0(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(18 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::GetSendLimit() */, L_0); return L_1; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsTransport::Receive(System.Byte[],System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtlsTransport_Receive_m9CFDF0B1193B3BBB1BBFF4FE759E1BA6CA8E031C (DtlsTransport_t09E3DC2D6515D667DD91F1080F480E3962B8CFBB * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, int32_t ___len2, int32_t ___waitMillis3, const RuntimeMethod* method) { int32_t V_0 = 0; TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * V_1 = NULL; Exception_t * V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) // return mRecordLayer.Receive(buf, off, len, waitMillis); DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * L_0 = __this->get_mRecordLayer_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buf0; int32_t L_2 = ___off1; int32_t L_3 = ___len2; int32_t L_4 = ___waitMillis3; NullCheck(L_0); int32_t L_5; L_5 = VirtualFuncInvoker4< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, int32_t >::Invoke(19 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::Receive(System.Byte[],System.Int32,System.Int32,System.Int32) */, L_0, L_1, L_2, L_3, L_4); V_0 = L_5; goto IL_004c; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0013; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0027; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0035; } throw e; } CATCH_0013: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsFatalAlert) // catch (TlsFatalAlert fatalAlert) V_1 = ((TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)IL2CPP_GET_ACTIVE_EXCEPTION(TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)); // mRecordLayer.Fail(fatalAlert.AlertDescription); DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * L_6 = __this->get_mRecordLayer_0(); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_7 = V_1; NullCheck(L_7); uint8_t L_8; L_8 = VirtualFuncInvoker0< uint8_t >::Invoke(13 /* System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsFatalAlert::get_AlertDescription() */, L_7); NullCheck(L_6); VirtualActionInvoker1< uint8_t >::Invoke(23 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::Fail(System.Byte) */, L_6, L_8); // throw fatalAlert; TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_9 = V_1; IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsTransport_Receive_m9CFDF0B1193B3BBB1BBFF4FE759E1BA6CA8E031C_RuntimeMethod_var))); }// end catch (depth: 1) CATCH_0027: {// begin catch(System.IO.IOException) // mRecordLayer.Fail(AlertDescription.internal_error); DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * L_10 = __this->get_mRecordLayer_0(); NullCheck(L_10); VirtualActionInvoker1< uint8_t >::Invoke(23 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::Fail(System.Byte) */, L_10, (uint8_t)((int32_t)80)); // throw e; IL2CPP_RAISE_MANAGED_EXCEPTION(((IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)IL2CPP_GET_ACTIVE_EXCEPTION(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsTransport_Receive_m9CFDF0B1193B3BBB1BBFF4FE759E1BA6CA8E031C_RuntimeMethod_var))); }// end catch (depth: 1) CATCH_0035: {// begin catch(System.Exception) // catch (Exception e) V_2 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // mRecordLayer.Fail(AlertDescription.internal_error); DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * L_11 = __this->get_mRecordLayer_0(); NullCheck(L_11); VirtualActionInvoker1< uint8_t >::Invoke(23 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::Fail(System.Byte) */, L_11, (uint8_t)((int32_t)80)); // throw new TlsFatalAlert(AlertDescription.internal_error, e); Exception_t * L_12 = V_2; TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_13 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_mB946761CD8831D1CA0FFE235C0B4B0013B666333(L_13, (uint8_t)((int32_t)80), L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsTransport_Receive_m9CFDF0B1193B3BBB1BBFF4FE759E1BA6CA8E031C_RuntimeMethod_var))); }// end catch (depth: 1) IL_004c: { // } int32_t L_14 = V_0; return L_14; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsTransport::Send(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsTransport_Send_m539BBAA290F6CEC0FBC21BB55104777783B342BA (DtlsTransport_t09E3DC2D6515D667DD91F1080F480E3962B8CFBB * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, int32_t ___len2, const RuntimeMethod* method) { TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * V_0 = NULL; Exception_t * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) // mRecordLayer.Send(buf, off, len); DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * L_0 = __this->get_mRecordLayer_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buf0; int32_t L_2 = ___off1; int32_t L_3 = ___len2; NullCheck(L_0); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(20 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::Send(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); // } goto IL_0049; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0010; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0024; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0032; } throw e; } CATCH_0010: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsFatalAlert) // catch (TlsFatalAlert fatalAlert) V_0 = ((TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)IL2CPP_GET_ACTIVE_EXCEPTION(TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)); // mRecordLayer.Fail(fatalAlert.AlertDescription); DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * L_4 = __this->get_mRecordLayer_0(); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_5 = V_0; NullCheck(L_5); uint8_t L_6; L_6 = VirtualFuncInvoker0< uint8_t >::Invoke(13 /* System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsFatalAlert::get_AlertDescription() */, L_5); NullCheck(L_4); VirtualActionInvoker1< uint8_t >::Invoke(23 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::Fail(System.Byte) */, L_4, L_6); // throw fatalAlert; TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_7 = V_0; IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsTransport_Send_m539BBAA290F6CEC0FBC21BB55104777783B342BA_RuntimeMethod_var))); }// end catch (depth: 1) CATCH_0024: {// begin catch(System.IO.IOException) // mRecordLayer.Fail(AlertDescription.internal_error); DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * L_8 = __this->get_mRecordLayer_0(); NullCheck(L_8); VirtualActionInvoker1< uint8_t >::Invoke(23 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::Fail(System.Byte) */, L_8, (uint8_t)((int32_t)80)); // throw e; IL2CPP_RAISE_MANAGED_EXCEPTION(((IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)IL2CPP_GET_ACTIVE_EXCEPTION(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsTransport_Send_m539BBAA290F6CEC0FBC21BB55104777783B342BA_RuntimeMethod_var))); }// end catch (depth: 1) CATCH_0032: {// begin catch(System.Exception) // catch (Exception e) V_1 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // mRecordLayer.Fail(AlertDescription.internal_error); DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * L_9 = __this->get_mRecordLayer_0(); NullCheck(L_9); VirtualActionInvoker1< uint8_t >::Invoke(23 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::Fail(System.Byte) */, L_9, (uint8_t)((int32_t)80)); // throw new TlsFatalAlert(AlertDescription.internal_error, e); Exception_t * L_10 = V_1; TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_11 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_mB946761CD8831D1CA0FFE235C0B4B0013B666333(L_11, (uint8_t)((int32_t)80), L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsTransport_Send_m539BBAA290F6CEC0FBC21BB55104777783B342BA_RuntimeMethod_var))); }// end catch (depth: 1) IL_0049: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsTransport::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsTransport_Close_mED6FBF7B87228A8812E6839E94D497AB019923BF (DtlsTransport_t09E3DC2D6515D667DD91F1080F480E3962B8CFBB * __this, const RuntimeMethod* method) { { // mRecordLayer.Close(); DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * L_0 = __this->get_mRecordLayer_0(); NullCheck(L_0); VirtualActionInvoker0::Invoke(21 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::Close() */, 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 UnityStandardAssets.Utility.DynamicShadowSettings::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicShadowSettings_Start_mABF407E5176329CA9C819760364B55D8ECFFD54C (DynamicShadowSettings_tDAD086FB65ACBCD52B01948AA4EDC589ED03690A * __this, const RuntimeMethod* method) { { // m_OriginalStrength = sunLight.shadowStrength; Light_tA2F349FE839781469A0344CF6039B51512394275 * L_0 = __this->get_sunLight_4(); NullCheck(L_0); float L_1; L_1 = Light_get_shadowStrength_m69AE3DC02483458486C3091E8C2CB2B07869D98F(L_0, /*hidden argument*/NULL); __this->set_m_OriginalStrength_14(L_1); // } return; } } // System.Void UnityStandardAssets.Utility.DynamicShadowSettings::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicShadowSettings_Update_mF3128A86A6C42CF4B8AB6F2A3E7FCB2F81011A21 (DynamicShadowSettings_tDAD086FB65ACBCD52B01948AA4EDC589ED03690A * __this, const RuntimeMethod* method) { RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 V_0; memset((&V_0), 0, sizeof(V_0)); float V_1 = 0.0f; float V_2 = 0.0f; { // Ray ray = new Ray(Camera.main.transform.position, -Vector3.up); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_0; L_0 = Camera_get_main_mC337C621B91591CEF89504C97EF64D717C12871C(/*hidden argument*/NULL); NullCheck(L_0); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_0, /*hidden argument*/NULL); NullCheck(L_1); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_1, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3; L_3 = Vector3_get_up_m38AECA68388D446CFADDD022B0B867293044EA50(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = Vector3_op_UnaryNegation_m362EA356F4CADEDB39F965A0DBDED6EA890925F7_inline(L_3, /*hidden argument*/NULL); Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 L_5; memset((&L_5), 0, sizeof(L_5)); Ray__ctor_m75B1F651FF47EE6B887105101B7DA61CBF41F83C((&L_5), L_2, L_4, /*hidden argument*/NULL); // float height = transform.position.y; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6; L_6 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_6); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7; L_7 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_6, /*hidden argument*/NULL); float L_8 = L_7.get_y_3(); V_1 = L_8; // if (Physics.Raycast(ray, out hit)) bool L_9; L_9 = Physics_Raycast_m80EC8EEDA0ABA8B01838BA9054834CD1A381916E(L_5, (RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 *)(&V_0), /*hidden argument*/NULL); if (!L_9) { goto IL_0040; } } { // height = hit.distance; float L_10; L_10 = RaycastHit_get_distance_m85FCA98D7957C3BF1D449CA1B48C116CCD6226FA((RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 *)(&V_0), /*hidden argument*/NULL); V_1 = L_10; } IL_0040: { // if (Mathf.Abs(height - m_SmoothHeight) > 1) float L_11 = V_1; float L_12 = __this->get_m_SmoothHeight_12(); float L_13; L_13 = fabsf(((float)il2cpp_codegen_subtract((float)L_11, (float)L_12))); if ((!(((float)L_13) > ((float)(1.0f))))) { goto IL_0072; } } { // m_SmoothHeight = Mathf.SmoothDamp(m_SmoothHeight, height, ref m_ChangeSpeed, adaptTime); float L_14 = __this->get_m_SmoothHeight_12(); float L_15 = V_1; float* L_16 = __this->get_address_of_m_ChangeSpeed_13(); float L_17 = __this->get_adaptTime_11(); float L_18; L_18 = Mathf_SmoothDamp_m0B29D964FCB8460976BBE6BF56CBFDDC98EB5652(L_14, L_15, (float*)L_16, L_17, /*hidden argument*/NULL); __this->set_m_SmoothHeight_12(L_18); } IL_0072: { // float i = Mathf.InverseLerp(minHeight, maxHeight, m_SmoothHeight); float L_19 = __this->get_minHeight_5(); float L_20 = __this->get_maxHeight_8(); float L_21 = __this->get_m_SmoothHeight_12(); float L_22; L_22 = Mathf_InverseLerp_mCD2E6F9ADCFFB40EB7D3086E444DF2C702F9C29B(L_19, L_20, L_21, /*hidden argument*/NULL); V_2 = L_22; // QualitySettings.shadowDistance = Mathf.Lerp(minShadowDistance, maxShadowDistance, i); float L_23 = __this->get_minShadowDistance_6(); float L_24 = __this->get_maxShadowDistance_9(); float L_25 = V_2; float L_26; L_26 = Mathf_Lerp_m8A2A50B945F42D579EDF44D5EE79E85A4DA59616(L_23, L_24, L_25, /*hidden argument*/NULL); QualitySettings_set_shadowDistance_mA52D73656ECABD8F02258BEB16BA4D32C9BA0B37(L_26, /*hidden argument*/NULL); // sunLight.shadowBias = Mathf.Lerp(minShadowBias, maxShadowBias, 1 - ((1 - i)*(1 - i))); Light_tA2F349FE839781469A0344CF6039B51512394275 * L_27 = __this->get_sunLight_4(); float L_28 = __this->get_minShadowBias_7(); float L_29 = __this->get_maxShadowBias_10(); float L_30 = V_2; float L_31 = V_2; float L_32; L_32 = Mathf_Lerp_m8A2A50B945F42D579EDF44D5EE79E85A4DA59616(L_28, L_29, ((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_30)), (float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_31)))))), /*hidden argument*/NULL); NullCheck(L_27); Light_set_shadowBias_m2BECFEFF800EC5E96BD45886C739F15597DD1136(L_27, L_32, /*hidden argument*/NULL); // sunLight.shadowStrength = Mathf.Lerp(m_OriginalStrength, 0, i); Light_tA2F349FE839781469A0344CF6039B51512394275 * L_33 = __this->get_sunLight_4(); float L_34 = __this->get_m_OriginalStrength_14(); float L_35 = V_2; float L_36; L_36 = Mathf_Lerp_m8A2A50B945F42D579EDF44D5EE79E85A4DA59616(L_34, (0.0f), L_35, /*hidden argument*/NULL); NullCheck(L_33); Light_set_shadowStrength_mB3632DDAD7DDDC29FEA4D3966201340C8846AC2D(L_33, L_36, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.Utility.DynamicShadowSettings::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicShadowSettings__ctor_mA1F95D2BC18371EA5A5A00BC6B0B2EEA44648D3B (DynamicShadowSettings_tDAD086FB65ACBCD52B01948AA4EDC589ED03690A * __this, const RuntimeMethod* method) { { // public float minHeight = 10; __this->set_minHeight_5((10.0f)); // public float minShadowDistance = 80; __this->set_minShadowDistance_6((80.0f)); // public float minShadowBias = 1; __this->set_minShadowBias_7((1.0f)); // public float maxHeight = 1000; __this->set_maxHeight_8((1000.0f)); // public float maxShadowDistance = 10000; __this->set_maxShadowDistance_9((10000.0f)); // public float maxShadowBias = 0.1f; __this->set_maxShadowBias_10((0.100000001f)); // public float adaptTime = 1; __this->set_adaptTime_11((1.0f)); // private float m_OriginalStrength = 1; __this->set_m_OriginalStrength_14((1.0f)); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECAlgorithms::IsF2mCurve(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ECAlgorithms_IsF2mCurve_mBC2B648E300361FD94E128150D3275471E177161 (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___c0, const RuntimeMethod* method) { { // return IsF2mField(c.Field); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = ___c0; NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(23 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.IFiniteField BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Field() */, L_0); bool L_2; L_2 = ECAlgorithms_IsF2mField_m712118198D4BE4203ED5E49CC5A3C12BE5248F2A(L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECAlgorithms::IsF2mField(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.IFiniteField) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ECAlgorithms_IsF2mField_m712118198D4BE4203ED5E49CC5A3C12BE5248F2A (RuntimeObject* ___field0, 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*)&IFiniteField_t93F742CE2136665713411FB881C26BD6E901868C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPolynomialExtensionField_t969265F2B050C50E58B08B2FF8C6390DEE0895D7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return field.Dimension > 1 && field.Characteristic.Equals(BigInteger.Two) // && field is IPolynomialExtensionField; RuntimeObject* L_0 = ___field0; NullCheck(L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.IFiniteField::get_Dimension() */, IFiniteField_t93F742CE2136665713411FB881C26BD6E901868C_il2cpp_TypeInfo_var, L_0); if ((((int32_t)L_1) <= ((int32_t)1))) { goto IL_0025; } } { RuntimeObject* L_2 = ___field0; NullCheck(L_2); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3; L_3 = InterfaceFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.IFiniteField::get_Characteristic() */, IFiniteField_t93F742CE2136665713411FB881C26BD6E901868C_il2cpp_TypeInfo_var, L_2); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_Two_9(); NullCheck(L_3); bool L_5; L_5 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_3, L_4); if (!L_5) { goto IL_0025; } } { RuntimeObject* L_6 = ___field0; return (bool)((!(((RuntimeObject*)(RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_6, IPolynomialExtensionField_t969265F2B050C50E58B08B2FF8C6390DEE0895D7_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } IL_0025: { return (bool)0; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECAlgorithms::IsFpCurve(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ECAlgorithms_IsFpCurve_mA01474701D54E9F861242D8FE202EC606F08BD4B (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___c0, const RuntimeMethod* method) { { // return IsFpField(c.Field); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = ___c0; NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(23 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.IFiniteField BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Field() */, L_0); bool L_2; L_2 = ECAlgorithms_IsFpField_mCE52A5279A893BCE0A1EC07F8DC9B74736ED832E(L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECAlgorithms::IsFpField(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.IFiniteField) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ECAlgorithms_IsFpField_mCE52A5279A893BCE0A1EC07F8DC9B74736ED832E (RuntimeObject* ___field0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IFiniteField_t93F742CE2136665713411FB881C26BD6E901868C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return field.Dimension == 1; RuntimeObject* L_0 = ___field0; NullCheck(L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.IFiniteField::get_Dimension() */, IFiniteField_t93F742CE2136665713411FB881C26BD6E901868C_il2cpp_TypeInfo_var, L_0); return (bool)((((int32_t)L_1) == ((int32_t)1))? 1 : 0); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECAlgorithms::SumOfMultiplies(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[],BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECAlgorithms_SumOfMultiplies_mA3BCB86F7C6FF7E9DE229FDE0CBC2F4AC86086A5 (ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* ___ps0, BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* ___ks1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GlvEndomorphism_t91B33B532630FE0C7229816A4D1AD0C799293A6A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * V_1 = NULL; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_2 = NULL; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* V_3 = NULL; RuntimeObject* V_4 = NULL; int32_t V_5 = 0; { // if (ps == null || ks == null || ps.Length != ks.Length || ps.Length < 1) ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_0 = ___ps0; if (!L_0) { goto IL_0014; } } { BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_1 = ___ks1; if (!L_1) { goto IL_0014; } } { ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_2 = ___ps0; NullCheck(L_2); BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_3 = ___ks1; NullCheck(L_3); if ((!(((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))))))) { goto IL_0014; } } { ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_4 = ___ps0; NullCheck(L_4); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))) >= ((int32_t)1))) { goto IL_001f; } } IL_0014: { // throw new ArgumentException("point and scalar arrays should be non-null, and of equal, non-zero, length"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_5 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4756B4D24FB5D3DDD5FFD2182ED33AE3C826630A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECAlgorithms_SumOfMultiplies_mA3BCB86F7C6FF7E9DE229FDE0CBC2F4AC86086A5_RuntimeMethod_var))); } IL_001f: { // int count = ps.Length; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_6 = ___ps0; NullCheck(L_6); V_0 = ((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))); int32_t L_7 = V_0; if ((((int32_t)L_7) == ((int32_t)1))) { goto IL_002d; } } { int32_t L_8 = V_0; if ((((int32_t)L_8) == ((int32_t)2))) { goto IL_0039; } } { goto IL_004b; } IL_002d: { // return ps[0].Multiply(ks[0]); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_9 = ___ps0; NullCheck(L_9); int32_t L_10 = 0; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_11 = (L_9)->GetAt(static_cast(L_10)); BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_12 = ___ks1; NullCheck(L_12); int32_t L_13 = 0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_14 = (L_12)->GetAt(static_cast(L_13)); NullCheck(L_11); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_15; L_15 = VirtualFuncInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(31 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, L_11, L_14); return L_15; } IL_0039: { // return SumOfTwoMultiplies(ps[0], ks[0], ps[1], ks[1]); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_16 = ___ps0; NullCheck(L_16); int32_t L_17 = 0; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_18 = (L_16)->GetAt(static_cast(L_17)); BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_19 = ___ks1; NullCheck(L_19); int32_t L_20 = 0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_21 = (L_19)->GetAt(static_cast(L_20)); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_22 = ___ps0; NullCheck(L_22); int32_t L_23 = 1; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_24 = (L_22)->GetAt(static_cast(L_23)); BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_25 = ___ks1; NullCheck(L_25); int32_t L_26 = 1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_27 = (L_25)->GetAt(static_cast(L_26)); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_28; L_28 = ECAlgorithms_SumOfTwoMultiplies_m6DE827E85A395A69DED4673F721DA7162534E24E(L_18, L_21, L_24, L_27, /*hidden argument*/NULL); return L_28; } IL_004b: { // ECPoint p = ps[0]; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_29 = ___ps0; NullCheck(L_29); int32_t L_30 = 0; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_31 = (L_29)->GetAt(static_cast(L_30)); V_1 = L_31; // ECCurve c = p.Curve; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_32 = V_1; NullCheck(L_32); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_33; L_33 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, L_32); V_2 = L_33; // ECPoint[] imported = new ECPoint[count]; int32_t L_34 = V_0; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_35 = (ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF*)(ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF*)SZArrayNew(ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF_il2cpp_TypeInfo_var, (uint32_t)L_34); V_3 = L_35; // imported[0] = p; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_36 = V_3; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_37 = V_1; NullCheck(L_36); ArrayElementTypeCheck (L_36, L_37); (L_36)->SetAt(static_cast(0), (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *)L_37); // for (int i = 1; i < count; ++i) V_5 = 1; goto IL_007a; } IL_0066: { // imported[i] = ImportPoint(c, ps[i]); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_38 = V_3; int32_t L_39 = V_5; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_40 = V_2; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_41 = ___ps0; int32_t L_42 = V_5; NullCheck(L_41); int32_t L_43 = L_42; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_44 = (L_41)->GetAt(static_cast(L_43)); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_45; L_45 = ECAlgorithms_ImportPoint_mD8210758B6E3CEBA7C91A24B3163F542856D01EE(L_40, L_44, /*hidden argument*/NULL); NullCheck(L_38); ArrayElementTypeCheck (L_38, L_45); (L_38)->SetAt(static_cast(L_39), (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *)L_45); // for (int i = 1; i < count; ++i) int32_t L_46 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)); } IL_007a: { // for (int i = 1; i < count; ++i) int32_t L_47 = V_5; int32_t L_48 = V_0; if ((((int32_t)L_47) < ((int32_t)L_48))) { goto IL_0066; } } { // GlvEndomorphism glvEndomorphism = c.GetEndomorphism() as GlvEndomorphism; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_49 = V_2; NullCheck(L_49); RuntimeObject* L_50; L_50 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(35 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Endo.ECEndomorphism BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::GetEndomorphism() */, L_49); V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_50, GlvEndomorphism_t91B33B532630FE0C7229816A4D1AD0C799293A6A_il2cpp_TypeInfo_var)); // if (glvEndomorphism != null) RuntimeObject* L_51 = V_4; if (!L_51) { goto IL_009f; } } { // return ImplCheckResult(ImplSumOfMultipliesGlv(imported, ks, glvEndomorphism)); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_52 = V_3; BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_53 = ___ks1; RuntimeObject* L_54 = V_4; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_55; L_55 = ECAlgorithms_ImplSumOfMultipliesGlv_mC97FCA4DB76CC698E82AC99776AC6E3E4ADE5AE6(L_52, L_53, L_54, /*hidden argument*/NULL); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_56; L_56 = ECAlgorithms_ImplCheckResult_mAF8A92EC4D4630B14DDC5C5CA6C4591B92C89431(L_55, /*hidden argument*/NULL); return L_56; } IL_009f: { // return ImplCheckResult(ImplSumOfMultiplies(imported, ks)); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_57 = V_3; BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_58 = ___ks1; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_59; L_59 = ECAlgorithms_ImplSumOfMultiplies_m05D7B3CE8097CFFA65EC8CE6859586C27B0BCCB4(L_57, L_58, /*hidden argument*/NULL); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_60; L_60 = ECAlgorithms_ImplCheckResult_mAF8A92EC4D4630B14DDC5C5CA6C4591B92C89431(L_59, /*hidden argument*/NULL); return L_60; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECAlgorithms::SumOfTwoMultiplies(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECAlgorithms_SumOfTwoMultiplies_m6DE827E85A395A69DED4673F721DA7162534E24E (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___P0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___a1, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___Q2, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___b3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GlvEndomorphism_t91B33B532630FE0C7229816A4D1AD0C799293A6A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_0 = NULL; RuntimeObject* V_1 = NULL; AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE * V_2 = NULL; { // ECCurve cp = P.Curve; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_0 = ___P0; NullCheck(L_0); 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() */, L_0); V_0 = L_1; // Q = ImportPoint(cp, Q); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_2 = V_0; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_3 = ___Q2; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_4; L_4 = ECAlgorithms_ImportPoint_mD8210758B6E3CEBA7C91A24B3163F542856D01EE(L_2, L_3, /*hidden argument*/NULL); ___Q2 = L_4; // AbstractF2mCurve f2mCurve = cp as AbstractF2mCurve; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_5 = V_0; V_2 = ((AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE *)IsInstClass((RuntimeObject*)L_5, AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE_il2cpp_TypeInfo_var)); // if (f2mCurve != null && f2mCurve.IsKoblitz) AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE * L_6 = V_2; if (!L_6) { goto IL_003b; } } { AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE * L_7 = V_2; NullCheck(L_7); bool L_8; L_8 = VirtualFuncInvoker0< bool >::Invoke(39 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mCurve::get_IsKoblitz() */, L_7); if (!L_8) { goto IL_003b; } } { // return ImplCheckResult(P.Multiply(a).Add(Q.Multiply(b))); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_9 = ___P0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10 = ___a1; NullCheck(L_9); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_11; L_11 = VirtualFuncInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(31 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, L_9, L_10); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_12 = ___Q2; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_13 = ___b3; NullCheck(L_12); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_14; L_14 = VirtualFuncInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(31 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, L_12, L_13); NullCheck(L_11); 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_11, L_14); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_16; L_16 = ECAlgorithms_ImplCheckResult_mAF8A92EC4D4630B14DDC5C5CA6C4591B92C89431(L_15, /*hidden argument*/NULL); return L_16; } IL_003b: { // GlvEndomorphism glvEndomorphism = cp.GetEndomorphism() as GlvEndomorphism; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_17 = V_0; NullCheck(L_17); RuntimeObject* L_18; L_18 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(35 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Endo.ECEndomorphism BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::GetEndomorphism() */, L_17); V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_18, GlvEndomorphism_t91B33B532630FE0C7229816A4D1AD0C799293A6A_il2cpp_TypeInfo_var)); // if (glvEndomorphism != null) RuntimeObject* L_19 = V_1; if (!L_19) { goto IL_0072; } } { // return ImplCheckResult( // ImplSumOfMultipliesGlv(new ECPoint[] { P, Q }, new BigInteger[] { a, b }, glvEndomorphism)); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_20 = (ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF*)(ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF*)SZArrayNew(ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF_il2cpp_TypeInfo_var, (uint32_t)2); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_21 = L_20; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_22 = ___P0; NullCheck(L_21); ArrayElementTypeCheck (L_21, L_22); (L_21)->SetAt(static_cast(0), (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *)L_22); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_23 = L_21; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_24 = ___Q2; NullCheck(L_23); ArrayElementTypeCheck (L_23, L_24); (L_23)->SetAt(static_cast(1), (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *)L_24); BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_25 = (BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED*)(BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED*)SZArrayNew(BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED_il2cpp_TypeInfo_var, (uint32_t)2); BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_26 = L_25; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_27 = ___a1; NullCheck(L_26); ArrayElementTypeCheck (L_26, L_27); (L_26)->SetAt(static_cast(0), (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)L_27); BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_28 = L_26; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_29 = ___b3; NullCheck(L_28); ArrayElementTypeCheck (L_28, L_29); (L_28)->SetAt(static_cast(1), (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)L_29); RuntimeObject* L_30 = V_1; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_31; L_31 = ECAlgorithms_ImplSumOfMultipliesGlv_mC97FCA4DB76CC698E82AC99776AC6E3E4ADE5AE6(L_23, L_28, L_30, /*hidden argument*/NULL); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_32; L_32 = ECAlgorithms_ImplCheckResult_mAF8A92EC4D4630B14DDC5C5CA6C4591B92C89431(L_31, /*hidden argument*/NULL); return L_32; } IL_0072: { // return ImplCheckResult(ImplShamirsTrickWNaf(P, a, Q, b)); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_33 = ___P0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_34 = ___a1; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_35 = ___Q2; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_36 = ___b3; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_37; L_37 = ECAlgorithms_ImplShamirsTrickWNaf_mD1DFB548829FBA5B73E57F736C6D1EF981C0807B(L_33, L_34, L_35, L_36, /*hidden argument*/NULL); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_38; L_38 = ECAlgorithms_ImplCheckResult_mAF8A92EC4D4630B14DDC5C5CA6C4591B92C89431(L_37, /*hidden argument*/NULL); return L_38; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECAlgorithms::ShamirsTrick(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECAlgorithms_ShamirsTrick_mD39290C692C6002E7024F2856CCAC28E17ABE14F (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___P0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___k1, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___Q2, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___l3, const RuntimeMethod* method) { { // ECCurve cp = P.Curve; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_0 = ___P0; NullCheck(L_0); 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() */, L_0); // Q = ImportPoint(cp, Q); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_2 = ___Q2; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_3; L_3 = ECAlgorithms_ImportPoint_mD8210758B6E3CEBA7C91A24B3163F542856D01EE(L_1, L_2, /*hidden argument*/NULL); ___Q2 = L_3; // return ImplCheckResult(ImplShamirsTrickJsf(P, k, Q, l)); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_4 = ___P0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = ___k1; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_6 = ___Q2; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_7 = ___l3; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_8; L_8 = ECAlgorithms_ImplShamirsTrickJsf_m5BF3D710E86582F9CD2CA7184434480C440602A7(L_4, L_5, L_6, L_7, /*hidden argument*/NULL); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_9; L_9 = ECAlgorithms_ImplCheckResult_mAF8A92EC4D4630B14DDC5C5CA6C4591B92C89431(L_8, /*hidden argument*/NULL); return L_9; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECAlgorithms::ImportPoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECAlgorithms_ImportPoint_mD8210758B6E3CEBA7C91A24B3163F542856D01EE (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___c0, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___p1, const RuntimeMethod* method) { ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_0 = NULL; { // ECCurve cp = p.Curve; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_0 = ___p1; NullCheck(L_0); 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() */, L_0); V_0 = L_1; // if (!c.Equals(cp)) ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_2 = ___c0; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_3 = V_0; NullCheck(L_2); bool L_4; L_4 = VirtualFuncInvoker1< bool, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(33 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve) */, L_2, L_3); if (L_4) { goto IL_001b; } } { // throw new ArgumentException("Point must be on the same curve"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_5 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC85DD4565B10A03E31F133210FF2614019176D85)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECAlgorithms_ImportPoint_mD8210758B6E3CEBA7C91A24B3163F542856D01EE_RuntimeMethod_var))); } IL_001b: { // return c.ImportPoint(p); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_6 = ___c0; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_7 = ___p1; NullCheck(L_6); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_8; L_8 = VirtualFuncInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(19 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::ImportPoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) */, L_6, L_7); return L_8; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECAlgorithms::MontgomeryTrick(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECAlgorithms_MontgomeryTrick_mAD356C409AA683F92C0FEB71AFDAAF8A547B3BF1 (ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___zs0, int32_t ___off1, int32_t ___len2, const RuntimeMethod* method) { { // MontgomeryTrick(zs, off, len, null); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_0 = ___zs0; int32_t L_1 = ___off1; int32_t L_2 = ___len2; ECAlgorithms_MontgomeryTrick_mBADFB2C9CB5FD16FF8BB6E94841618EDFAFB42B0(L_0, L_1, L_2, (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)NULL, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECAlgorithms::MontgomeryTrick(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[],System.Int32,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECAlgorithms_MontgomeryTrick_mBADFB2C9CB5FD16FF8BB6E94841618EDFAFB42B0 (ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___zs0, int32_t ___off1, int32_t ___len2, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___scale3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* V_0 = NULL; int32_t V_1 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_2 = NULL; int32_t V_3 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_4 = NULL; { // ECFieldElement[] c = new ECFieldElement[len]; int32_t L_0 = ___len2; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_1 = (ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)SZArrayNew(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var, (uint32_t)L_0); V_0 = L_1; // c[0] = zs[off]; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_2 = V_0; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_3 = ___zs0; int32_t L_4 = ___off1; NullCheck(L_3); int32_t L_5 = L_4; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_6 = (L_3)->GetAt(static_cast(L_5)); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_6); (L_2)->SetAt(static_cast(0), (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_6); // int i = 0; V_1 = 0; goto IL_0023; } IL_0011: { // c[i] = c[i - 1].Multiply(zs[off + i]); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_7 = V_0; int32_t L_8 = V_1; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_9 = V_0; int32_t L_10 = V_1; NullCheck(L_9); int32_t L_11 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1)); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_12 = (L_9)->GetAt(static_cast(L_11)); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_13 = ___zs0; int32_t L_14 = ___off1; int32_t L_15 = V_1; NullCheck(L_13); int32_t L_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15)); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_17 = (L_13)->GetAt(static_cast(L_16)); NullCheck(L_12); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_18; L_18 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_12, L_17); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_18); (L_7)->SetAt(static_cast(L_8), (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_18); } IL_0023: { // while (++i < len) int32_t L_19 = V_1; int32_t L_20 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); V_1 = L_20; int32_t L_21 = ___len2; if ((((int32_t)L_20) < ((int32_t)L_21))) { goto IL_0011; } } { // --i; int32_t L_22 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1)); // if (scale != null) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_23 = ___scale3; if (!L_23) { goto IL_003e; } } { // c[i] = c[i].Multiply(scale); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_24 = V_0; int32_t L_25 = V_1; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_26 = V_0; int32_t L_27 = V_1; NullCheck(L_26); int32_t L_28 = L_27; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_29 = (L_26)->GetAt(static_cast(L_28)); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_30 = ___scale3; NullCheck(L_29); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_31; L_31 = 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_29, L_30); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_31); (L_24)->SetAt(static_cast(L_25), (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_31); } IL_003e: { // ECFieldElement u = c[i].Invert(); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_32 = V_0; int32_t L_33 = V_1; NullCheck(L_32); int32_t L_34 = L_33; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_35 = (L_32)->GetAt(static_cast(L_34)); NullCheck(L_35); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_36; L_36 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(14 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Invert() */, L_35); V_2 = L_36; goto IL_006b; } IL_0049: { // int j = off + i--; int32_t L_37 = ___off1; int32_t L_38 = V_1; int32_t L_39 = L_38; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_39, (int32_t)1)); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)L_39)); // ECFieldElement tmp = zs[j]; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_40 = ___zs0; int32_t L_41 = V_3; NullCheck(L_40); int32_t L_42 = L_41; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_43 = (L_40)->GetAt(static_cast(L_42)); V_4 = L_43; // zs[j] = c[i].Multiply(u); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_44 = ___zs0; int32_t L_45 = V_3; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_46 = V_0; int32_t L_47 = V_1; NullCheck(L_46); int32_t L_48 = L_47; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_49 = (L_46)->GetAt(static_cast(L_48)); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_50 = V_2; NullCheck(L_49); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_51; L_51 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_49, L_50); NullCheck(L_44); ArrayElementTypeCheck (L_44, L_51); (L_44)->SetAt(static_cast(L_45), (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_51); // u = u.Multiply(tmp); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_52 = V_2; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_53 = V_4; 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); V_2 = L_54; } IL_006b: { // while (i > 0) int32_t L_55 = V_1; if ((((int32_t)L_55) > ((int32_t)0))) { goto IL_0049; } } { // zs[off] = u; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_56 = ___zs0; int32_t L_57 = ___off1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_58 = V_2; NullCheck(L_56); ArrayElementTypeCheck (L_56, L_58); (L_56)->SetAt(static_cast(L_57), (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_58); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECAlgorithms::ReferenceMultiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECAlgorithms_ReferenceMultiply_m225CB9FC288353B8489F50DB1987155F9C87DC59 (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___p0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___k1, const RuntimeMethod* method) { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_0 = NULL; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; { // BigInteger x = k.Abs(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___k1; NullCheck(L_0); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1; L_1 = BigInteger_Abs_m41F14FE53F6623C355F7D4A782ED8DCB98619024(L_0, /*hidden argument*/NULL); V_0 = L_1; // ECPoint q = p.Curve.Infinity; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_2 = ___p0; NullCheck(L_2); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_3; L_3 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, L_2); NullCheck(L_3); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_4; L_4 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Infinity() */, L_3); V_1 = L_4; // int t = x.BitLength; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = V_0; NullCheck(L_5); int32_t L_6; L_6 = BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C(L_5, /*hidden argument*/NULL); V_2 = L_6; // if (t > 0) int32_t L_7 = V_2; if ((((int32_t)L_7) <= ((int32_t)0))) { goto IL_004e; } } { // if (x.TestBit(0)) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8 = V_0; NullCheck(L_8); bool L_9; L_9 = BigInteger_TestBit_mC6B170A76F955C7A3839E85559A34EF0D9276D36(L_8, 0, /*hidden argument*/NULL); if (!L_9) { goto IL_0029; } } { // q = p; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_10 = ___p0; V_1 = L_10; } IL_0029: { // for (int i = 1; i < t; i++) V_3 = 1; goto IL_004a; } IL_002d: { // p = p.Twice(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_11 = ___p0; NullCheck(L_11); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_12; L_12 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(30 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Twice() */, L_11); ___p0 = L_12; // if (x.TestBit(i)) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_13 = V_0; int32_t L_14 = V_3; NullCheck(L_13); bool L_15; L_15 = BigInteger_TestBit_mC6B170A76F955C7A3839E85559A34EF0D9276D36(L_13, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0046; } } { // q = q.Add(p); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_16 = V_1; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_17 = ___p0; NullCheck(L_16); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_18; L_18 = 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_16, L_17); V_1 = L_18; } IL_0046: { // for (int i = 1; i < t; i++) int32_t L_19 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_004a: { // for (int i = 1; i < t; i++) int32_t L_20 = V_3; int32_t L_21 = V_2; if ((((int32_t)L_20) < ((int32_t)L_21))) { goto IL_002d; } } IL_004e: { // return k.SignValue < 0 ? q.Negate() : q; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_22 = ___k1; NullCheck(L_22); int32_t L_23; L_23 = BigInteger_get_SignValue_mD40EFBE0702F356758CE49796DD9743BF06E5199_inline(L_22, /*hidden argument*/NULL); if ((((int32_t)L_23) < ((int32_t)0))) { goto IL_0059; } } { ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_24 = V_1; return L_24; } IL_0059: { ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_25 = V_1; NullCheck(L_25); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_26; L_26 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(28 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Negate() */, L_25); return L_26; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECAlgorithms::ValidatePoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECAlgorithms_ValidatePoint_m7D4361F27F23BECF900D1EDB8D7D9E9225BD4703 (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___p0, const RuntimeMethod* method) { { // if (!p.IsValid()) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_0 = ___p0; NullCheck(L_0); bool L_1; L_1 = ECPoint_IsValid_mF161DD13E2F01DA1B4BA207D6DEC234551FEA61A(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0013; } } { // throw new InvalidOperationException("Invalid point"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_2 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE45EEE7E9244B0DA29A70539E1461DB5935D05F5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECAlgorithms_ValidatePoint_m7D4361F27F23BECF900D1EDB8D7D9E9225BD4703_RuntimeMethod_var))); } IL_0013: { // return p; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_3 = ___p0; return L_3; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECAlgorithms::CleanPoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECAlgorithms_CleanPoint_m49D1CE20B56EEFE9EDD23278EB9DF79D44DD6106 (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___c0, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___p1, const RuntimeMethod* method) { ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_0 = NULL; { // ECCurve cp = p.Curve; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_0 = ___p1; NullCheck(L_0); 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() */, L_0); V_0 = L_1; // if (!c.Equals(cp)) ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_2 = ___c0; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_3 = V_0; NullCheck(L_2); bool L_4; L_4 = VirtualFuncInvoker1< bool, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(33 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve) */, L_2, L_3); if (L_4) { goto IL_0020; } } { // throw new ArgumentException("Point must be on the same curve", "p"); 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*)&_stringLiteralC85DD4565B10A03E31F133210FF2614019176D85)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral198AA065BF0F912BD6F5F93869BD5C361671F98B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECAlgorithms_CleanPoint_m49D1CE20B56EEFE9EDD23278EB9DF79D44DD6106_RuntimeMethod_var))); } IL_0020: { // return c.DecodePoint(p.GetEncoded(false)); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_6 = ___c0; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_7 = ___p1; NullCheck(L_7); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = VirtualFuncInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(24 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::GetEncoded(System.Boolean) */, L_7, (bool)0); NullCheck(L_6); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_9; L_9 = VirtualFuncInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(37 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::DecodePoint(System.Byte[]) */, L_6, L_8); return L_9; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECAlgorithms::ImplCheckResult(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECAlgorithms_ImplCheckResult_mAF8A92EC4D4630B14DDC5C5CA6C4591B92C89431 (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___p0, const RuntimeMethod* method) { { // if (!p.IsValidPartial()) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_0 = ___p0; NullCheck(L_0); bool L_1; L_1 = ECPoint_IsValidPartial_mB3D7ACF2FF62AAD5289974B83A439824300DE3A7(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0013; } } { // throw new InvalidOperationException("Invalid result"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_2 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2242A971260FDDF13502E03EB2347D27E4CE120D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECAlgorithms_ImplCheckResult_mAF8A92EC4D4630B14DDC5C5CA6C4591B92C89431_RuntimeMethod_var))); } IL_0013: { // return p; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_3 = ___p0; return L_3; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECAlgorithms::ImplShamirsTrickJsf(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECAlgorithms_ImplShamirsTrickJsf_m5BF3D710E86582F9CD2CA7184434480C440602A7 (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___P0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___k1, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___Q2, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___l3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WNafUtilities_tD179DAD24125FDBF4CB551BE4B48358F72E31AF1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_0 = NULL; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * V_1 = NULL; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * V_2 = NULL; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * V_3 = NULL; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* V_4 = NULL; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* V_5 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_6 = NULL; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * V_7 = NULL; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; int32_t V_11 = 0; { // ECCurve curve = P.Curve; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_0 = ___P0; NullCheck(L_0); 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() */, L_0); V_0 = L_1; // ECPoint infinity = curve.Infinity; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_2 = V_0; NullCheck(L_2); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_3; L_3 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Infinity() */, L_2); V_1 = L_3; // ECPoint PaddQ = P.Add(Q); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_4 = ___P0; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_5 = ___Q2; NullCheck(L_4); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_6; L_6 = 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_4, L_5); V_2 = L_6; // ECPoint PsubQ = P.Subtract(Q); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_7 = ___P0; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_8 = ___Q2; NullCheck(L_7); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_9; L_9 = VirtualFuncInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(27 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Subtract(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) */, L_7, L_8); V_3 = L_9; // ECPoint[] points = new ECPoint[] { Q, PsubQ, P, PaddQ }; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_10 = (ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF*)(ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF*)SZArrayNew(ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF_il2cpp_TypeInfo_var, (uint32_t)4); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_11 = L_10; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_12 = ___Q2; NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(0), (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *)L_12); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_13 = L_11; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_14 = V_3; NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(1), (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *)L_14); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_15 = L_13; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_16 = ___P0; NullCheck(L_15); ArrayElementTypeCheck (L_15, L_16); (L_15)->SetAt(static_cast(2), (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *)L_16); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_17 = L_15; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_18 = V_2; NullCheck(L_17); ArrayElementTypeCheck (L_17, L_18); (L_17)->SetAt(static_cast(3), (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *)L_18); V_4 = L_17; // curve.NormalizeAll(points); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_19 = V_0; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_20 = V_4; NullCheck(L_19); VirtualActionInvoker1< ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* >::Invoke(20 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::NormalizeAll(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[]) */, L_19, L_20); // ECPoint[] table = new ECPoint[] { // points[3].Negate(), points[2].Negate(), points[1].Negate(), // points[0].Negate(), infinity, points[0], // points[1], points[2], points[3] }; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_21 = (ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF*)(ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF*)SZArrayNew(ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9)); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_22 = L_21; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_23 = V_4; NullCheck(L_23); int32_t L_24 = 3; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_25 = (L_23)->GetAt(static_cast(L_24)); NullCheck(L_25); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_26; L_26 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(28 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Negate() */, L_25); NullCheck(L_22); ArrayElementTypeCheck (L_22, L_26); (L_22)->SetAt(static_cast(0), (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *)L_26); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_27 = L_22; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_28 = V_4; NullCheck(L_28); int32_t L_29 = 2; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_30 = (L_28)->GetAt(static_cast(L_29)); NullCheck(L_30); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_31; L_31 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(28 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Negate() */, L_30); NullCheck(L_27); ArrayElementTypeCheck (L_27, L_31); (L_27)->SetAt(static_cast(1), (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *)L_31); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_32 = L_27; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_33 = V_4; NullCheck(L_33); int32_t L_34 = 1; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_35 = (L_33)->GetAt(static_cast(L_34)); NullCheck(L_35); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_36; L_36 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(28 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Negate() */, L_35); NullCheck(L_32); ArrayElementTypeCheck (L_32, L_36); (L_32)->SetAt(static_cast(2), (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *)L_36); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_37 = L_32; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_38 = V_4; NullCheck(L_38); int32_t L_39 = 0; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_40 = (L_38)->GetAt(static_cast(L_39)); NullCheck(L_40); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_41; L_41 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(28 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Negate() */, L_40); NullCheck(L_37); ArrayElementTypeCheck (L_37, L_41); (L_37)->SetAt(static_cast(3), (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *)L_41); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_42 = L_37; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_43 = V_1; NullCheck(L_42); ArrayElementTypeCheck (L_42, L_43); (L_42)->SetAt(static_cast(4), (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *)L_43); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_44 = L_42; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_45 = V_4; NullCheck(L_45); int32_t L_46 = 0; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_47 = (L_45)->GetAt(static_cast(L_46)); NullCheck(L_44); ArrayElementTypeCheck (L_44, L_47); (L_44)->SetAt(static_cast(5), (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *)L_47); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_48 = L_44; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_49 = V_4; NullCheck(L_49); int32_t L_50 = 1; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_51 = (L_49)->GetAt(static_cast(L_50)); NullCheck(L_48); ArrayElementTypeCheck (L_48, L_51); (L_48)->SetAt(static_cast(6), (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *)L_51); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_52 = L_48; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_53 = V_4; NullCheck(L_53); int32_t L_54 = 2; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_55 = (L_53)->GetAt(static_cast(L_54)); NullCheck(L_52); ArrayElementTypeCheck (L_52, L_55); (L_52)->SetAt(static_cast(7), (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *)L_55); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_56 = L_52; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_57 = V_4; NullCheck(L_57); int32_t L_58 = 3; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_59 = (L_57)->GetAt(static_cast(L_58)); NullCheck(L_56); ArrayElementTypeCheck (L_56, L_59); (L_56)->SetAt(static_cast(8), (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *)L_59); V_5 = L_56; // byte[] jsf = WNafUtilities.GenerateJsf(k, l); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_60 = ___k1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_61 = ___l3; IL2CPP_RUNTIME_CLASS_INIT(WNafUtilities_tD179DAD24125FDBF4CB551BE4B48358F72E31AF1_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_62; L_62 = WNafUtilities_GenerateJsf_mDAAF06C35C09C34ABE385F7C3B9347364F4DDE0A(L_60, L_61, /*hidden argument*/NULL); V_6 = L_62; // ECPoint R = infinity; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_63 = V_1; V_7 = L_63; // int i = jsf.Length; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_64 = V_6; NullCheck(L_64); V_8 = ((int32_t)((int32_t)(((RuntimeArray*)L_64)->max_length))); goto IL_00da; } IL_00ab: { // int jsfi = jsf[i]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_65 = V_6; int32_t L_66 = V_8; NullCheck(L_65); int32_t L_67 = L_66; uint8_t L_68 = (L_65)->GetAt(static_cast(L_67)); // int kDigit = ((jsfi << 24) >> 28), lDigit = ((jsfi << 28) >> 28); uint8_t L_69 = L_68; V_9 = ((int32_t)((int32_t)((int32_t)((int32_t)L_69<<(int32_t)((int32_t)24)))>>(int32_t)((int32_t)28))); // int kDigit = ((jsfi << 24) >> 28), lDigit = ((jsfi << 28) >> 28); V_10 = ((int32_t)((int32_t)((int32_t)((int32_t)L_69<<(int32_t)((int32_t)28)))>>(int32_t)((int32_t)28))); // int index = 4 + (kDigit * 3) + lDigit; int32_t L_70 = V_9; int32_t L_71 = V_10; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)4, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_70, (int32_t)3)))), (int32_t)L_71)); // R = R.TwicePlus(table[index]); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_72 = V_7; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_73 = V_5; int32_t L_74 = V_11; NullCheck(L_73); int32_t L_75 = L_74; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_76 = (L_73)->GetAt(static_cast(L_75)); NullCheck(L_72); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_77; L_77 = VirtualFuncInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(32 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::TwicePlus(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) */, L_72, L_76); V_7 = L_77; } IL_00da: { // while (--i >= 0) int32_t L_78 = V_8; int32_t L_79 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_78, (int32_t)1)); V_8 = L_79; if ((((int32_t)L_79) >= ((int32_t)0))) { goto IL_00ab; } } { // return R; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_80 = V_7; return L_80; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECAlgorithms::ImplShamirsTrickWNaf(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECAlgorithms_ImplShamirsTrickWNaf_mD1DFB548829FBA5B73E57F736C6D1EF981C0807B (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___P0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___k1, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___Q2, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___l3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WNafUtilities_tD179DAD24125FDBF4CB551BE4B48358F72E31AF1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; int32_t V_2 = 0; WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * V_3 = NULL; WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * V_4 = NULL; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* V_5 = NULL; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* V_6 = NULL; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* V_7 = NULL; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* V_8 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_9 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_10 = NULL; int32_t G_B2_0 = 0; int32_t G_B1_0 = 0; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* G_B3_0 = NULL; int32_t G_B3_1 = 0; int32_t G_B5_0 = 0; int32_t G_B4_0 = 0; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* G_B6_0 = NULL; int32_t G_B6_1 = 0; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* G_B9_0 = NULL; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* G_B12_0 = NULL; { // bool negK = k.SignValue < 0, negL = l.SignValue < 0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___k1; NullCheck(L_0); int32_t L_1; L_1 = BigInteger_get_SignValue_mD40EFBE0702F356758CE49796DD9743BF06E5199_inline(L_0, /*hidden argument*/NULL); // bool negK = k.SignValue < 0, negL = l.SignValue < 0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = ___l3; NullCheck(L_2); int32_t L_3; L_3 = BigInteger_get_SignValue_mD40EFBE0702F356758CE49796DD9743BF06E5199_inline(L_2, /*hidden argument*/NULL); V_0 = (bool)((((int32_t)L_3) < ((int32_t)0))? 1 : 0); // k = k.Abs(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = ___k1; NullCheck(L_4); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5; L_5 = BigInteger_Abs_m41F14FE53F6623C355F7D4A782ED8DCB98619024(L_4, /*hidden argument*/NULL); ___k1 = L_5; // l = l.Abs(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6 = ___l3; NullCheck(L_6); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_7; L_7 = BigInteger_Abs_m41F14FE53F6623C355F7D4A782ED8DCB98619024(L_6, /*hidden argument*/NULL); ___l3 = L_7; // int widthP = System.Math.Max(2, System.Math.Min(16, WNafUtilities.GetWindowSize(k.BitLength))); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8 = ___k1; NullCheck(L_8); int32_t L_9; L_9 = BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C(L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(WNafUtilities_tD179DAD24125FDBF4CB551BE4B48358F72E31AF1_il2cpp_TypeInfo_var); int32_t L_10; L_10 = WNafUtilities_GetWindowSize_m94D5E68068A0E128142BF2A8EF30382D2B26AE36(L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_11; L_11 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(((int32_t)16), L_10, /*hidden argument*/NULL); int32_t L_12; L_12 = Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B(2, L_11, /*hidden argument*/NULL); V_1 = L_12; // int widthQ = System.Math.Max(2, System.Math.Min(16, WNafUtilities.GetWindowSize(l.BitLength))); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_13 = ___l3; NullCheck(L_13); int32_t L_14; L_14 = BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C(L_13, /*hidden argument*/NULL); int32_t L_15; L_15 = WNafUtilities_GetWindowSize_m94D5E68068A0E128142BF2A8EF30382D2B26AE36(L_14, /*hidden argument*/NULL); int32_t L_16; L_16 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(((int32_t)16), L_15, /*hidden argument*/NULL); int32_t L_17; L_17 = Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B(2, L_16, /*hidden argument*/NULL); V_2 = L_17; // WNafPreCompInfo infoP = WNafUtilities.Precompute(P, widthP, true); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_18 = ___P0; int32_t L_19 = V_1; WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * L_20; L_20 = WNafUtilities_Precompute_m0557D65E1DDA8ACF1AB18CB5EB71A5D2D02EC120(L_18, L_19, (bool)1, /*hidden argument*/NULL); V_3 = L_20; // WNafPreCompInfo infoQ = WNafUtilities.Precompute(Q, widthQ, true); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_21 = ___Q2; int32_t L_22 = V_2; WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * L_23; L_23 = WNafUtilities_Precompute_m0557D65E1DDA8ACF1AB18CB5EB71A5D2D02EC120(L_21, L_22, (bool)1, /*hidden argument*/NULL); V_4 = L_23; // ECPoint[] preCompP = negK ? infoP.PreCompNeg : infoP.PreComp; int32_t L_24 = ((((int32_t)L_1) < ((int32_t)0))? 1 : 0); G_B1_0 = L_24; if (L_24) { G_B2_0 = L_24; goto IL_0073; } } { WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * L_25 = V_3; NullCheck(L_25); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_26; L_26 = VirtualFuncInvoker0< ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo::get_PreComp() */, L_25); G_B3_0 = L_26; G_B3_1 = G_B1_0; goto IL_0079; } IL_0073: { WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * L_27 = V_3; NullCheck(L_27); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_28; L_28 = VirtualFuncInvoker0< ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo::get_PreCompNeg() */, L_27); G_B3_0 = L_28; G_B3_1 = G_B2_0; } IL_0079: { V_5 = G_B3_0; // ECPoint[] preCompQ = negL ? infoQ.PreCompNeg : infoQ.PreComp; bool L_29 = V_0; G_B4_0 = G_B3_1; if (L_29) { G_B5_0 = G_B3_1; goto IL_0087; } } { WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * L_30 = V_4; NullCheck(L_30); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_31; L_31 = VirtualFuncInvoker0< ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo::get_PreComp() */, L_30); G_B6_0 = L_31; G_B6_1 = G_B4_0; goto IL_008e; } IL_0087: { WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * L_32 = V_4; NullCheck(L_32); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_33; L_33 = VirtualFuncInvoker0< ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo::get_PreCompNeg() */, L_32); G_B6_0 = L_33; G_B6_1 = G_B5_0; } IL_008e: { V_6 = G_B6_0; // ECPoint[] preCompNegP = negK ? infoP.PreComp : infoP.PreCompNeg; if (G_B6_1) { goto IL_009a; } } { WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * L_34 = V_3; NullCheck(L_34); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_35; L_35 = VirtualFuncInvoker0< ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo::get_PreCompNeg() */, L_34); G_B9_0 = L_35; goto IL_00a0; } IL_009a: { WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * L_36 = V_3; NullCheck(L_36); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_37; L_37 = VirtualFuncInvoker0< ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo::get_PreComp() */, L_36); G_B9_0 = L_37; } IL_00a0: { V_7 = G_B9_0; // ECPoint[] preCompNegQ = negL ? infoQ.PreComp : infoQ.PreCompNeg; bool L_38 = V_0; if (L_38) { goto IL_00ae; } } { WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * L_39 = V_4; NullCheck(L_39); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_40; L_40 = VirtualFuncInvoker0< ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo::get_PreCompNeg() */, L_39); G_B12_0 = L_40; goto IL_00b5; } IL_00ae: { WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * L_41 = V_4; NullCheck(L_41); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_42; L_42 = VirtualFuncInvoker0< ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo::get_PreComp() */, L_41); G_B12_0 = L_42; } IL_00b5: { V_8 = G_B12_0; // byte[] wnafP = WNafUtilities.GenerateWindowNaf(widthP, k); int32_t L_43 = V_1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_44 = ___k1; IL2CPP_RUNTIME_CLASS_INIT(WNafUtilities_tD179DAD24125FDBF4CB551BE4B48358F72E31AF1_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_45; L_45 = WNafUtilities_GenerateWindowNaf_mFAF9611D569183D481ED2EAFE21BF16731415F49(L_43, L_44, /*hidden argument*/NULL); V_9 = L_45; // byte[] wnafQ = WNafUtilities.GenerateWindowNaf(widthQ, l); int32_t L_46 = V_2; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_47 = ___l3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_48; L_48 = WNafUtilities_GenerateWindowNaf_mFAF9611D569183D481ED2EAFE21BF16731415F49(L_46, L_47, /*hidden argument*/NULL); V_10 = L_48; // return ImplShamirsTrickWNaf(preCompP, preCompNegP, wnafP, preCompQ, preCompNegQ, wnafQ); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_49 = V_5; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_50 = V_7; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_51 = V_9; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_52 = V_6; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_53 = V_8; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_54 = V_10; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_55; L_55 = ECAlgorithms_ImplShamirsTrickWNaf_m69446619859CAD7FAF3486D89BE2AFF098712210(L_49, L_50, L_51, L_52, L_53, L_54, /*hidden argument*/NULL); return L_55; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECAlgorithms::ImplShamirsTrickWNaf(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPointMap,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECAlgorithms_ImplShamirsTrickWNaf_m4286A5F8233B8DCC9C4E81C6797DB9EA9C5A72BB (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___P0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___k1, RuntimeObject* ___pointMapQ2, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___l3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WNafUtilities_tD179DAD24125FDBF4CB551BE4B48358F72E31AF1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * V_2 = NULL; WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * V_3 = NULL; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* V_4 = NULL; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* V_5 = NULL; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* V_6 = NULL; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* V_7 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_8 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_9 = NULL; int32_t G_B2_0 = 0; int32_t G_B1_0 = 0; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* G_B3_0 = NULL; int32_t G_B3_1 = 0; int32_t G_B5_0 = 0; int32_t G_B4_0 = 0; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* G_B6_0 = NULL; int32_t G_B6_1 = 0; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* G_B9_0 = NULL; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* G_B12_0 = NULL; { // bool negK = k.SignValue < 0, negL = l.SignValue < 0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___k1; NullCheck(L_0); int32_t L_1; L_1 = BigInteger_get_SignValue_mD40EFBE0702F356758CE49796DD9743BF06E5199_inline(L_0, /*hidden argument*/NULL); // bool negK = k.SignValue < 0, negL = l.SignValue < 0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = ___l3; NullCheck(L_2); int32_t L_3; L_3 = BigInteger_get_SignValue_mD40EFBE0702F356758CE49796DD9743BF06E5199_inline(L_2, /*hidden argument*/NULL); V_0 = (bool)((((int32_t)L_3) < ((int32_t)0))? 1 : 0); // k = k.Abs(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = ___k1; NullCheck(L_4); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5; L_5 = BigInteger_Abs_m41F14FE53F6623C355F7D4A782ED8DCB98619024(L_4, /*hidden argument*/NULL); ___k1 = L_5; // l = l.Abs(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6 = ___l3; NullCheck(L_6); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_7; L_7 = BigInteger_Abs_m41F14FE53F6623C355F7D4A782ED8DCB98619024(L_6, /*hidden argument*/NULL); ___l3 = L_7; // int width = System.Math.Max(2, System.Math.Min(16, WNafUtilities.GetWindowSize(System.Math.Max(k.BitLength, l.BitLength)))); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8 = ___k1; NullCheck(L_8); int32_t L_9; L_9 = BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C(L_8, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10 = ___l3; NullCheck(L_10); int32_t L_11; L_11 = BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C(L_10, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_12; L_12 = Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B(L_9, L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(WNafUtilities_tD179DAD24125FDBF4CB551BE4B48358F72E31AF1_il2cpp_TypeInfo_var); int32_t L_13; L_13 = WNafUtilities_GetWindowSize_m94D5E68068A0E128142BF2A8EF30382D2B26AE36(L_12, /*hidden argument*/NULL); int32_t L_14; L_14 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(((int32_t)16), L_13, /*hidden argument*/NULL); int32_t L_15; L_15 = Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B(2, L_14, /*hidden argument*/NULL); V_1 = L_15; // ECPoint Q = WNafUtilities.MapPointWithPrecomp(P, width, true, pointMapQ); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_16 = ___P0; int32_t L_17 = V_1; RuntimeObject* L_18 = ___pointMapQ2; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_19; L_19 = WNafUtilities_MapPointWithPrecomp_m5B67E8960871844962A34A12AC68D1A701D98D81(L_16, L_17, (bool)1, L_18, /*hidden argument*/NULL); // WNafPreCompInfo infoP = WNafUtilities.GetWNafPreCompInfo(P); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_20 = ___P0; WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * L_21; L_21 = WNafUtilities_GetWNafPreCompInfo_mE913B1B83D2DD29E2A07044CE794DDA2AF99762D(L_20, /*hidden argument*/NULL); V_2 = L_21; // WNafPreCompInfo infoQ = WNafUtilities.GetWNafPreCompInfo(Q); WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * L_22; L_22 = WNafUtilities_GetWNafPreCompInfo_mE913B1B83D2DD29E2A07044CE794DDA2AF99762D(L_19, /*hidden argument*/NULL); V_3 = L_22; // ECPoint[] preCompP = negK ? infoP.PreCompNeg : infoP.PreComp; int32_t L_23 = ((((int32_t)L_1) < ((int32_t)0))? 1 : 0); G_B1_0 = L_23; if (L_23) { G_B2_0 = L_23; goto IL_0068; } } { WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * L_24 = V_2; NullCheck(L_24); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_25; L_25 = VirtualFuncInvoker0< ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo::get_PreComp() */, L_24); G_B3_0 = L_25; G_B3_1 = G_B1_0; goto IL_006e; } IL_0068: { WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * L_26 = V_2; NullCheck(L_26); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_27; L_27 = VirtualFuncInvoker0< ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo::get_PreCompNeg() */, L_26); G_B3_0 = L_27; G_B3_1 = G_B2_0; } IL_006e: { V_4 = G_B3_0; // ECPoint[] preCompQ = negL ? infoQ.PreCompNeg : infoQ.PreComp; bool L_28 = V_0; G_B4_0 = G_B3_1; if (L_28) { G_B5_0 = G_B3_1; goto IL_007b; } } { WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * L_29 = V_3; NullCheck(L_29); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_30; L_30 = VirtualFuncInvoker0< ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo::get_PreComp() */, L_29); G_B6_0 = L_30; G_B6_1 = G_B4_0; goto IL_0081; } IL_007b: { WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * L_31 = V_3; NullCheck(L_31); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_32; L_32 = VirtualFuncInvoker0< ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo::get_PreCompNeg() */, L_31); G_B6_0 = L_32; G_B6_1 = G_B5_0; } IL_0081: { V_5 = G_B6_0; // ECPoint[] preCompNegP = negK ? infoP.PreComp : infoP.PreCompNeg; if (G_B6_1) { goto IL_008d; } } { WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * L_33 = V_2; NullCheck(L_33); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_34; L_34 = VirtualFuncInvoker0< ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo::get_PreCompNeg() */, L_33); G_B9_0 = L_34; goto IL_0093; } IL_008d: { WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * L_35 = V_2; NullCheck(L_35); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_36; L_36 = VirtualFuncInvoker0< ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo::get_PreComp() */, L_35); G_B9_0 = L_36; } IL_0093: { V_6 = G_B9_0; // ECPoint[] preCompNegQ = negL ? infoQ.PreComp : infoQ.PreCompNeg; bool L_37 = V_0; if (L_37) { goto IL_00a0; } } { WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * L_38 = V_3; NullCheck(L_38); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_39; L_39 = VirtualFuncInvoker0< ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo::get_PreCompNeg() */, L_38); G_B12_0 = L_39; goto IL_00a6; } IL_00a0: { WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * L_40 = V_3; NullCheck(L_40); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_41; L_41 = VirtualFuncInvoker0< ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo::get_PreComp() */, L_40); G_B12_0 = L_41; } IL_00a6: { V_7 = G_B12_0; // byte[] wnafP = WNafUtilities.GenerateWindowNaf(width, k); int32_t L_42 = V_1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_43 = ___k1; IL2CPP_RUNTIME_CLASS_INIT(WNafUtilities_tD179DAD24125FDBF4CB551BE4B48358F72E31AF1_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_44; L_44 = WNafUtilities_GenerateWindowNaf_mFAF9611D569183D481ED2EAFE21BF16731415F49(L_42, L_43, /*hidden argument*/NULL); V_8 = L_44; // byte[] wnafQ = WNafUtilities.GenerateWindowNaf(width, l); int32_t L_45 = V_1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_46 = ___l3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_47; L_47 = WNafUtilities_GenerateWindowNaf_mFAF9611D569183D481ED2EAFE21BF16731415F49(L_45, L_46, /*hidden argument*/NULL); V_9 = L_47; // return ImplShamirsTrickWNaf(preCompP, preCompNegP, wnafP, preCompQ, preCompNegQ, wnafQ); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_48 = V_4; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_49 = V_6; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_50 = V_8; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_51 = V_5; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_52 = V_7; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_53 = V_9; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_54; L_54 = ECAlgorithms_ImplShamirsTrickWNaf_m69446619859CAD7FAF3486D89BE2AFF098712210(L_48, L_49, L_50, L_51, L_52, L_53, /*hidden argument*/NULL); return L_54; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECAlgorithms::ImplShamirsTrickWNaf(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[],BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[],System.Byte[],BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[],BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECAlgorithms_ImplShamirsTrickWNaf_m69446619859CAD7FAF3486D89BE2AFF098712210 (ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* ___preCompP0, ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* ___preCompNegP1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___wnafP2, ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* ___preCompQ3, ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* ___preCompNegQ4, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___wnafQ5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * V_0 = NULL; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * V_6 = NULL; int32_t V_7 = 0; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* V_8 = NULL; int32_t V_9 = 0; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* V_10 = NULL; int32_t G_B4_0 = 0; int32_t G_B7_0 = 0; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* G_B13_0 = NULL; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* G_B18_0 = NULL; { // int len = System.Math.Max(wnafP.Length, wnafQ.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___wnafP2; NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___wnafQ5; NullCheck(L_1); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_2; L_2 = Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B(((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))), ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/NULL); // ECCurve curve = preCompP[0].Curve; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_3 = ___preCompP0; NullCheck(L_3); int32_t L_4 = 0; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_5 = (L_3)->GetAt(static_cast(L_4)); NullCheck(L_5); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_6; L_6 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, L_5); // ECPoint infinity = curve.Infinity; NullCheck(L_6); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_7; L_7 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Infinity() */, L_6); V_0 = L_7; // ECPoint R = infinity; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_8 = V_0; V_1 = L_8; // int zeroes = 0; V_2 = 0; // for (int i = len - 1; i >= 0; --i) V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)); goto IL_00c2; } IL_0026: { // int wiP = i < wnafP.Length ? (int)(sbyte)wnafP[i] : 0; int32_t L_9 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___wnafP2; NullCheck(L_10); if ((((int32_t)L_9) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))) { goto IL_002f; } } { G_B4_0 = 0; goto IL_0033; } IL_002f: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___wnafP2; int32_t L_12 = V_3; NullCheck(L_11); int32_t L_13 = L_12; uint8_t L_14 = (L_11)->GetAt(static_cast(L_13)); G_B4_0 = ((int32_t)(((int8_t)((int8_t)L_14)))); } IL_0033: { V_4 = G_B4_0; // int wiQ = i < wnafQ.Length ? (int)(sbyte)wnafQ[i] : 0; int32_t L_15 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___wnafQ5; NullCheck(L_16); if ((((int32_t)L_15) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length)))))) { goto IL_003f; } } { G_B7_0 = 0; goto IL_0044; } IL_003f: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = ___wnafQ5; int32_t L_18 = V_3; NullCheck(L_17); int32_t L_19 = L_18; uint8_t L_20 = (L_17)->GetAt(static_cast(L_19)); G_B7_0 = ((int32_t)(((int8_t)((int8_t)L_20)))); } IL_0044: { V_5 = G_B7_0; // if ((wiP | wiQ) == 0) int32_t L_21 = V_4; int32_t L_22 = V_5; if (((int32_t)((int32_t)L_21|(int32_t)L_22))) { goto IL_0053; } } { // ++zeroes; int32_t L_23 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); // continue; goto IL_00be; } IL_0053: { // ECPoint r = infinity; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_24 = V_0; V_6 = L_24; // if (wiP != 0) int32_t L_25 = V_4; if (!L_25) { goto IL_007e; } } { // int nP = System.Math.Abs(wiP); int32_t L_26 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_27; L_27 = il2cpp_codegen_abs(L_26); V_7 = L_27; // ECPoint[] tableP = wiP < 0 ? preCompNegP : preCompP; int32_t L_28 = V_4; if ((((int32_t)L_28) < ((int32_t)0))) { goto IL_006b; } } { ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_29 = ___preCompP0; G_B13_0 = L_29; goto IL_006c; } IL_006b: { ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_30 = ___preCompNegP1; G_B13_0 = L_30; } IL_006c: { V_8 = G_B13_0; // r = r.Add(tableP[nP >> 1]); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_31 = V_6; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_32 = V_8; int32_t L_33 = V_7; NullCheck(L_32); int32_t L_34 = ((int32_t)((int32_t)L_33>>(int32_t)1)); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_35 = (L_32)->GetAt(static_cast(L_34)); NullCheck(L_31); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_36; L_36 = 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_31, L_35); V_6 = L_36; } IL_007e: { // if (wiQ != 0) int32_t L_37 = V_5; if (!L_37) { goto IL_00a7; } } { // int nQ = System.Math.Abs(wiQ); int32_t L_38 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_39; L_39 = il2cpp_codegen_abs(L_38); V_9 = L_39; // ECPoint[] tableQ = wiQ < 0 ? preCompNegQ : preCompQ; int32_t L_40 = V_5; if ((((int32_t)L_40) < ((int32_t)0))) { goto IL_0093; } } { ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_41 = ___preCompQ3; G_B18_0 = L_41; goto IL_0095; } IL_0093: { ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_42 = ___preCompNegQ4; G_B18_0 = L_42; } IL_0095: { V_10 = G_B18_0; // r = r.Add(tableQ[nQ >> 1]); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_43 = V_6; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_44 = V_10; int32_t L_45 = V_9; NullCheck(L_44); int32_t L_46 = ((int32_t)((int32_t)L_45>>(int32_t)1)); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_47 = (L_44)->GetAt(static_cast(L_46)); NullCheck(L_43); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_48; L_48 = 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_43, L_47); V_6 = L_48; } IL_00a7: { // if (zeroes > 0) int32_t L_49 = V_2; if ((((int32_t)L_49) <= ((int32_t)0))) { goto IL_00b5; } } { // R = R.TimesPow2(zeroes); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_50 = V_1; int32_t L_51 = V_2; NullCheck(L_50); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_52; L_52 = VirtualFuncInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, int32_t >::Invoke(29 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::TimesPow2(System.Int32) */, L_50, L_51); V_1 = L_52; // zeroes = 0; V_2 = 0; } IL_00b5: { // R = R.TwicePlus(r); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_53 = V_1; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_54 = V_6; NullCheck(L_53); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_55; L_55 = VirtualFuncInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(32 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::TwicePlus(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) */, L_53, L_54); V_1 = L_55; } IL_00be: { // for (int i = len - 1; i >= 0; --i) int32_t L_56 = V_3; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_56, (int32_t)1)); } IL_00c2: { // for (int i = len - 1; i >= 0; --i) int32_t L_57 = V_3; if ((((int32_t)L_57) >= ((int32_t)0))) { goto IL_0026; } } { // if (zeroes > 0) int32_t L_58 = V_2; if ((((int32_t)L_58) <= ((int32_t)0))) { goto IL_00d5; } } { // R = R.TimesPow2(zeroes); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_59 = V_1; int32_t L_60 = V_2; NullCheck(L_59); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_61; L_61 = VirtualFuncInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, int32_t >::Invoke(29 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::TimesPow2(System.Int32) */, L_59, L_60); V_1 = L_61; } IL_00d5: { // return R; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_62 = V_1; return L_62; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECAlgorithms::ImplSumOfMultiplies(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[],BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECAlgorithms_ImplSumOfMultiplies_m05D7B3CE8097CFFA65EC8CE6859586C27B0BCCB4 (ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* ___ps0, BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* ___ks1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WNafPreCompInfoU5BU5D_t59F311557782E8571A63FD31677FED05391B485D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WNafUtilities_tD179DAD24125FDBF4CB551BE4B48358F72E31AF1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* V_1 = NULL; WNafPreCompInfoU5BU5D_t59F311557782E8571A63FD31677FED05391B485D* V_2 = NULL; ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* V_3 = NULL; int32_t V_4 = 0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_5 = NULL; int32_t V_6 = 0; { // int count = ps.Length; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_0 = ___ps0; NullCheck(L_0); V_0 = ((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))); // bool[] negs = new bool[count]; int32_t L_1 = V_0; BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_2 = (BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C*)(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C*)SZArrayNew(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C_il2cpp_TypeInfo_var, (uint32_t)L_1); V_1 = L_2; // WNafPreCompInfo[] infos = new WNafPreCompInfo[count]; int32_t L_3 = V_0; WNafPreCompInfoU5BU5D_t59F311557782E8571A63FD31677FED05391B485D* L_4 = (WNafPreCompInfoU5BU5D_t59F311557782E8571A63FD31677FED05391B485D*)(WNafPreCompInfoU5BU5D_t59F311557782E8571A63FD31677FED05391B485D*)SZArrayNew(WNafPreCompInfoU5BU5D_t59F311557782E8571A63FD31677FED05391B485D_il2cpp_TypeInfo_var, (uint32_t)L_3); V_2 = L_4; // byte[][] wnafs = new byte[count][]; int32_t L_5 = V_0; ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_6 = (ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D*)(ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D*)SZArrayNew(ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D_il2cpp_TypeInfo_var, (uint32_t)L_5); V_3 = L_6; // for (int i = 0; i < count; ++i) V_4 = 0; goto IL_0079; } IL_001e: { // BigInteger ki = ks[i]; negs[i] = ki.SignValue < 0; ki = ki.Abs(); BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_7 = ___ks1; int32_t L_8 = V_4; NullCheck(L_7); int32_t L_9 = L_8; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10 = (L_7)->GetAt(static_cast(L_9)); V_5 = L_10; // BigInteger ki = ks[i]; negs[i] = ki.SignValue < 0; ki = ki.Abs(); BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_11 = V_1; int32_t L_12 = V_4; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_13 = V_5; NullCheck(L_13); int32_t L_14; L_14 = BigInteger_get_SignValue_mD40EFBE0702F356758CE49796DD9743BF06E5199_inline(L_13, /*hidden argument*/NULL); NullCheck(L_11); (L_11)->SetAt(static_cast(L_12), (bool)((((int32_t)L_14) < ((int32_t)0))? 1 : 0)); // BigInteger ki = ks[i]; negs[i] = ki.SignValue < 0; ki = ki.Abs(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_15 = V_5; NullCheck(L_15); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_16; L_16 = BigInteger_Abs_m41F14FE53F6623C355F7D4A782ED8DCB98619024(L_15, /*hidden argument*/NULL); V_5 = L_16; // int width = System.Math.Max(2, System.Math.Min(16, WNafUtilities.GetWindowSize(ki.BitLength))); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_17 = V_5; NullCheck(L_17); int32_t L_18; L_18 = BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C(L_17, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(WNafUtilities_tD179DAD24125FDBF4CB551BE4B48358F72E31AF1_il2cpp_TypeInfo_var); int32_t L_19; L_19 = WNafUtilities_GetWindowSize_m94D5E68068A0E128142BF2A8EF30382D2B26AE36(L_18, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_20; L_20 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(((int32_t)16), L_19, /*hidden argument*/NULL); int32_t L_21; L_21 = Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B(2, L_20, /*hidden argument*/NULL); V_6 = L_21; // infos[i] = WNafUtilities.Precompute(ps[i], width, true); WNafPreCompInfoU5BU5D_t59F311557782E8571A63FD31677FED05391B485D* L_22 = V_2; int32_t L_23 = V_4; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_24 = ___ps0; int32_t L_25 = V_4; NullCheck(L_24); int32_t L_26 = L_25; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_27 = (L_24)->GetAt(static_cast(L_26)); int32_t L_28 = V_6; WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * L_29; L_29 = WNafUtilities_Precompute_m0557D65E1DDA8ACF1AB18CB5EB71A5D2D02EC120(L_27, L_28, (bool)1, /*hidden argument*/NULL); NullCheck(L_22); ArrayElementTypeCheck (L_22, L_29); (L_22)->SetAt(static_cast(L_23), (WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE *)L_29); // wnafs[i] = WNafUtilities.GenerateWindowNaf(width, ki); ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_30 = V_3; int32_t L_31 = V_4; int32_t L_32 = V_6; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_33 = V_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34; L_34 = WNafUtilities_GenerateWindowNaf_mFAF9611D569183D481ED2EAFE21BF16731415F49(L_32, L_33, /*hidden argument*/NULL); NullCheck(L_30); ArrayElementTypeCheck (L_30, L_34); (L_30)->SetAt(static_cast(L_31), (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_34); // for (int i = 0; i < count; ++i) int32_t L_35 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_0079: { // for (int i = 0; i < count; ++i) int32_t L_36 = V_4; int32_t L_37 = V_0; if ((((int32_t)L_36) < ((int32_t)L_37))) { goto IL_001e; } } { // return ImplSumOfMultiplies(negs, infos, wnafs); BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_38 = V_1; WNafPreCompInfoU5BU5D_t59F311557782E8571A63FD31677FED05391B485D* L_39 = V_2; ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_40 = V_3; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_41; L_41 = ECAlgorithms_ImplSumOfMultiplies_mF880C8AD1EA02A4FE50079848EA595B2143DFA78(L_38, L_39, L_40, /*hidden argument*/NULL); return L_41; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECAlgorithms::ImplSumOfMultipliesGlv(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[],BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[],BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Endo.GlvEndomorphism) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECAlgorithms_ImplSumOfMultipliesGlv_mC97FCA4DB76CC698E82AC99776AC6E3E4ADE5AE6 (ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* ___ps0, BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* ___ks1, RuntimeObject* ___glvEndomorphism2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECEndomorphism_tC94CEDEA023268D74990A2B2C08487E5D3DE2F7E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECPointMap_tA6F4A6965871CF2BC8870EA45CA2F403DB717D4D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GlvEndomorphism_t91B33B532630FE0C7229816A4D1AD0C799293A6A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_0 = NULL; int32_t V_1 = 0; BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* V_2 = NULL; RuntimeObject* V_3 = NULL; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* V_7 = NULL; int32_t V_8 = 0; int32_t V_9 = 0; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * V_10 = NULL; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * V_11 = NULL; { // BigInteger n = ps[0].Curve.Order; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_0 = ___ps0; NullCheck(L_0); int32_t L_1 = 0; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_2 = (L_0)->GetAt(static_cast(L_1)); NullCheck(L_2); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_3; L_3 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, L_2); NullCheck(L_3); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4; L_4 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Order() */, L_3); V_0 = L_4; // int len = ps.Length; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_5 = ___ps0; NullCheck(L_5); V_1 = ((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))); // BigInteger[] abs = new BigInteger[len << 1]; int32_t L_6 = V_1; BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_7 = (BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED*)(BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED*)SZArrayNew(BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)L_6<<(int32_t)1))); V_2 = L_7; // for (int i = 0, j = 0; i < len; ++i) V_5 = 0; // for (int i = 0, j = 0; i < len; ++i) V_6 = 0; goto IL_0055; } IL_0023: { // BigInteger[] ab = glvEndomorphism.DecomposeScalar(ks[i].Mod(n)); RuntimeObject* L_8 = ___glvEndomorphism2; BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_9 = ___ks1; int32_t L_10 = V_5; NullCheck(L_9); int32_t L_11 = L_10; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_12 = (L_9)->GetAt(static_cast(L_11)); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_13 = V_0; NullCheck(L_12); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_14; L_14 = BigInteger_Mod_m7E2AEE973C716259130AE40359383DE0BCFDEAB2(L_12, L_13, /*hidden argument*/NULL); NullCheck(L_8); BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_15; L_15 = InterfaceFuncInvoker1< BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED*, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Endo.GlvEndomorphism::DecomposeScalar(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, GlvEndomorphism_t91B33B532630FE0C7229816A4D1AD0C799293A6A_il2cpp_TypeInfo_var, L_8, L_14); V_7 = L_15; // abs[j++] = ab[0]; BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_16 = V_2; int32_t L_17 = V_6; int32_t L_18 = L_17; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_19 = V_7; NullCheck(L_19); int32_t L_20 = 0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_21 = (L_19)->GetAt(static_cast(L_20)); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_21); (L_16)->SetAt(static_cast(L_18), (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)L_21); // abs[j++] = ab[1]; BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_22 = V_2; int32_t L_23 = V_6; int32_t L_24 = L_23; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_25 = V_7; NullCheck(L_25); int32_t L_26 = 1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_27 = (L_25)->GetAt(static_cast(L_26)); NullCheck(L_22); ArrayElementTypeCheck (L_22, L_27); (L_22)->SetAt(static_cast(L_24), (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)L_27); // for (int i = 0, j = 0; i < len; ++i) int32_t L_28 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); } IL_0055: { // for (int i = 0, j = 0; i < len; ++i) int32_t L_29 = V_5; int32_t L_30 = V_1; if ((((int32_t)L_29) < ((int32_t)L_30))) { goto IL_0023; } } { // ECPointMap pointMap = glvEndomorphism.PointMap; RuntimeObject* L_31 = ___glvEndomorphism2; NullCheck(L_31); RuntimeObject* L_32; L_32 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPointMap BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Endo.ECEndomorphism::get_PointMap() */, ECEndomorphism_tC94CEDEA023268D74990A2B2C08487E5D3DE2F7E_il2cpp_TypeInfo_var, L_31); V_3 = L_32; // if (glvEndomorphism.HasEfficientPointMap) RuntimeObject* L_33 = ___glvEndomorphism2; NullCheck(L_33); bool L_34; L_34 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Endo.ECEndomorphism::get_HasEfficientPointMap() */, ECEndomorphism_tC94CEDEA023268D74990A2B2C08487E5D3DE2F7E_il2cpp_TypeInfo_var, L_33); if (!L_34) { goto IL_0072; } } { // return ECAlgorithms.ImplSumOfMultiplies(ps, pointMap, abs); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_35 = ___ps0; RuntimeObject* L_36 = V_3; BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_37 = V_2; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_38; L_38 = ECAlgorithms_ImplSumOfMultiplies_m0601FB3C697F2DF7F3E7651E4080A3FB94EDB023(L_35, L_36, L_37, /*hidden argument*/NULL); return L_38; } IL_0072: { // ECPoint[] pqs = new ECPoint[len << 1]; int32_t L_39 = V_1; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_40 = (ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF*)(ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF*)SZArrayNew(ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)L_39<<(int32_t)1))); V_4 = L_40; // for (int i = 0, j = 0; i < len; ++i) V_8 = 0; // for (int i = 0, j = 0; i < len; ++i) V_9 = 0; goto IL_00b2; } IL_0084: { // ECPoint p = ps[i], q = pointMap.Map(p); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_41 = ___ps0; int32_t L_42 = V_8; NullCheck(L_41); int32_t L_43 = L_42; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_44 = (L_41)->GetAt(static_cast(L_43)); V_10 = L_44; // ECPoint p = ps[i], q = pointMap.Map(p); RuntimeObject* L_45 = V_3; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_46 = V_10; NullCheck(L_45); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_47; L_47 = InterfaceFuncInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPointMap::Map(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) */, ECPointMap_tA6F4A6965871CF2BC8870EA45CA2F403DB717D4D_il2cpp_TypeInfo_var, L_45, L_46); V_11 = L_47; // pqs[j++] = p; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_48 = V_4; int32_t L_49 = V_9; int32_t L_50 = L_49; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_51 = V_10; NullCheck(L_48); ArrayElementTypeCheck (L_48, L_51); (L_48)->SetAt(static_cast(L_50), (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *)L_51); // pqs[j++] = q; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_52 = V_4; int32_t L_53 = V_9; int32_t L_54 = L_53; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1)); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_55 = V_11; NullCheck(L_52); ArrayElementTypeCheck (L_52, L_55); (L_52)->SetAt(static_cast(L_54), (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *)L_55); // for (int i = 0, j = 0; i < len; ++i) int32_t L_56 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); } IL_00b2: { // for (int i = 0, j = 0; i < len; ++i) int32_t L_57 = V_8; int32_t L_58 = V_1; if ((((int32_t)L_57) < ((int32_t)L_58))) { goto IL_0084; } } { // return ECAlgorithms.ImplSumOfMultiplies(pqs, abs); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_59 = V_4; BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_60 = V_2; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_61; L_61 = ECAlgorithms_ImplSumOfMultiplies_m05D7B3CE8097CFFA65EC8CE6859586C27B0BCCB4(L_59, L_60, /*hidden argument*/NULL); return L_61; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECAlgorithms::ImplSumOfMultiplies(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[],BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPointMap,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECAlgorithms_ImplSumOfMultiplies_m0601FB3C697F2DF7F3E7651E4080A3FB94EDB023 (ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* ___ps0, RuntimeObject* ___pointMap1, BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* ___ks2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WNafPreCompInfoU5BU5D_t59F311557782E8571A63FD31677FED05391B485D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WNafUtilities_tD179DAD24125FDBF4CB551BE4B48358F72E31AF1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* V_1 = NULL; WNafPreCompInfoU5BU5D_t59F311557782E8571A63FD31677FED05391B485D* V_2 = NULL; ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_7 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_8 = NULL; int32_t V_9 = 0; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * V_10 = NULL; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * V_11 = NULL; { // int halfCount = ps.Length, fullCount = halfCount << 1; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_0 = ___ps0; NullCheck(L_0); V_0 = ((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))); // int halfCount = ps.Length, fullCount = halfCount << 1; int32_t L_1 = V_0; // bool[] negs = new bool[fullCount]; int32_t L_2 = ((int32_t)((int32_t)L_1<<(int32_t)1)); BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_3 = (BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C*)(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C*)SZArrayNew(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C_il2cpp_TypeInfo_var, (uint32_t)L_2); V_1 = L_3; // WNafPreCompInfo[] infos = new WNafPreCompInfo[fullCount]; int32_t L_4 = L_2; WNafPreCompInfoU5BU5D_t59F311557782E8571A63FD31677FED05391B485D* L_5 = (WNafPreCompInfoU5BU5D_t59F311557782E8571A63FD31677FED05391B485D*)(WNafPreCompInfoU5BU5D_t59F311557782E8571A63FD31677FED05391B485D*)SZArrayNew(WNafPreCompInfoU5BU5D_t59F311557782E8571A63FD31677FED05391B485D_il2cpp_TypeInfo_var, (uint32_t)L_4); V_2 = L_5; // byte[][] wnafs = new byte[fullCount][]; ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_6 = (ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D*)(ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D*)SZArrayNew(ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D_il2cpp_TypeInfo_var, (uint32_t)L_4); V_3 = L_6; // for (int i = 0; i < halfCount; ++i) V_4 = 0; goto IL_00d9; } IL_0023: { // int j0 = i << 1, j1 = j0 + 1; int32_t L_7 = V_4; V_5 = ((int32_t)((int32_t)L_7<<(int32_t)1)); // int j0 = i << 1, j1 = j0 + 1; int32_t L_8 = V_5; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); // BigInteger kj0 = ks[j0]; negs[j0] = kj0.SignValue < 0; kj0 = kj0.Abs(); BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_9 = ___ks2; int32_t L_10 = V_5; NullCheck(L_9); int32_t L_11 = L_10; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_12 = (L_9)->GetAt(static_cast(L_11)); V_7 = L_12; // BigInteger kj0 = ks[j0]; negs[j0] = kj0.SignValue < 0; kj0 = kj0.Abs(); BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_13 = V_1; int32_t L_14 = V_5; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_15 = V_7; NullCheck(L_15); int32_t L_16; L_16 = BigInteger_get_SignValue_mD40EFBE0702F356758CE49796DD9743BF06E5199_inline(L_15, /*hidden argument*/NULL); NullCheck(L_13); (L_13)->SetAt(static_cast(L_14), (bool)((((int32_t)L_16) < ((int32_t)0))? 1 : 0)); // BigInteger kj0 = ks[j0]; negs[j0] = kj0.SignValue < 0; kj0 = kj0.Abs(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_17 = V_7; NullCheck(L_17); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_18; L_18 = BigInteger_Abs_m41F14FE53F6623C355F7D4A782ED8DCB98619024(L_17, /*hidden argument*/NULL); V_7 = L_18; // BigInteger kj1 = ks[j1]; negs[j1] = kj1.SignValue < 0; kj1 = kj1.Abs(); BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_19 = ___ks2; int32_t L_20 = V_6; NullCheck(L_19); int32_t L_21 = L_20; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_22 = (L_19)->GetAt(static_cast(L_21)); V_8 = L_22; // BigInteger kj1 = ks[j1]; negs[j1] = kj1.SignValue < 0; kj1 = kj1.Abs(); BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_23 = V_1; int32_t L_24 = V_6; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_25 = V_8; NullCheck(L_25); int32_t L_26; L_26 = BigInteger_get_SignValue_mD40EFBE0702F356758CE49796DD9743BF06E5199_inline(L_25, /*hidden argument*/NULL); NullCheck(L_23); (L_23)->SetAt(static_cast(L_24), (bool)((((int32_t)L_26) < ((int32_t)0))? 1 : 0)); // BigInteger kj1 = ks[j1]; negs[j1] = kj1.SignValue < 0; kj1 = kj1.Abs(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_27 = V_8; NullCheck(L_27); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_28; L_28 = BigInteger_Abs_m41F14FE53F6623C355F7D4A782ED8DCB98619024(L_27, /*hidden argument*/NULL); V_8 = L_28; // int width = System.Math.Max(2, System.Math.Min(16, WNafUtilities.GetWindowSize(System.Math.Max(kj0.BitLength, kj1.BitLength)))); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_29 = V_7; NullCheck(L_29); int32_t L_30; L_30 = BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C(L_29, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_31 = V_8; NullCheck(L_31); int32_t L_32; L_32 = BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C(L_31, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_33; L_33 = Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B(L_30, L_32, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(WNafUtilities_tD179DAD24125FDBF4CB551BE4B48358F72E31AF1_il2cpp_TypeInfo_var); int32_t L_34; L_34 = WNafUtilities_GetWindowSize_m94D5E68068A0E128142BF2A8EF30382D2B26AE36(L_33, /*hidden argument*/NULL); int32_t L_35; L_35 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(((int32_t)16), L_34, /*hidden argument*/NULL); int32_t L_36; L_36 = Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B(2, L_35, /*hidden argument*/NULL); V_9 = L_36; // ECPoint P = ps[i], Q = WNafUtilities.MapPointWithPrecomp(P, width, true, pointMap); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_37 = ___ps0; int32_t L_38 = V_4; NullCheck(L_37); int32_t L_39 = L_38; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_40 = (L_37)->GetAt(static_cast(L_39)); V_10 = L_40; // ECPoint P = ps[i], Q = WNafUtilities.MapPointWithPrecomp(P, width, true, pointMap); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_41 = V_10; int32_t L_42 = V_9; RuntimeObject* L_43 = ___pointMap1; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_44; L_44 = WNafUtilities_MapPointWithPrecomp_m5B67E8960871844962A34A12AC68D1A701D98D81(L_41, L_42, (bool)1, L_43, /*hidden argument*/NULL); V_11 = L_44; // infos[j0] = WNafUtilities.GetWNafPreCompInfo(P); WNafPreCompInfoU5BU5D_t59F311557782E8571A63FD31677FED05391B485D* L_45 = V_2; int32_t L_46 = V_5; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_47 = V_10; WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * L_48; L_48 = WNafUtilities_GetWNafPreCompInfo_mE913B1B83D2DD29E2A07044CE794DDA2AF99762D(L_47, /*hidden argument*/NULL); NullCheck(L_45); ArrayElementTypeCheck (L_45, L_48); (L_45)->SetAt(static_cast(L_46), (WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE *)L_48); // infos[j1] = WNafUtilities.GetWNafPreCompInfo(Q); WNafPreCompInfoU5BU5D_t59F311557782E8571A63FD31677FED05391B485D* L_49 = V_2; int32_t L_50 = V_6; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_51 = V_11; WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * L_52; L_52 = WNafUtilities_GetWNafPreCompInfo_mE913B1B83D2DD29E2A07044CE794DDA2AF99762D(L_51, /*hidden argument*/NULL); NullCheck(L_49); ArrayElementTypeCheck (L_49, L_52); (L_49)->SetAt(static_cast(L_50), (WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE *)L_52); // wnafs[j0] = WNafUtilities.GenerateWindowNaf(width, kj0); ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_53 = V_3; int32_t L_54 = V_5; int32_t L_55 = V_9; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_56 = V_7; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_57; L_57 = WNafUtilities_GenerateWindowNaf_mFAF9611D569183D481ED2EAFE21BF16731415F49(L_55, L_56, /*hidden argument*/NULL); NullCheck(L_53); ArrayElementTypeCheck (L_53, L_57); (L_53)->SetAt(static_cast(L_54), (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_57); // wnafs[j1] = WNafUtilities.GenerateWindowNaf(width, kj1); ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_58 = V_3; int32_t L_59 = V_6; int32_t L_60 = V_9; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_61 = V_8; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_62; L_62 = WNafUtilities_GenerateWindowNaf_mFAF9611D569183D481ED2EAFE21BF16731415F49(L_60, L_61, /*hidden argument*/NULL); NullCheck(L_58); ArrayElementTypeCheck (L_58, L_62); (L_58)->SetAt(static_cast(L_59), (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_62); // for (int i = 0; i < halfCount; ++i) int32_t L_63 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)1)); } IL_00d9: { // for (int i = 0; i < halfCount; ++i) int32_t L_64 = V_4; int32_t L_65 = V_0; if ((((int32_t)L_64) < ((int32_t)L_65))) { goto IL_0023; } } { // return ImplSumOfMultiplies(negs, infos, wnafs); BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_66 = V_1; WNafPreCompInfoU5BU5D_t59F311557782E8571A63FD31677FED05391B485D* L_67 = V_2; ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_68 = V_3; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_69; L_69 = ECAlgorithms_ImplSumOfMultiplies_mF880C8AD1EA02A4FE50079848EA595B2143DFA78(L_66, L_67, L_68, /*hidden argument*/NULL); return L_69; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECAlgorithms::ImplSumOfMultiplies(System.Boolean[],BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo[],System.Byte[][]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECAlgorithms_ImplSumOfMultiplies_mF880C8AD1EA02A4FE50079848EA595B2143DFA78 (BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ___negs0, WNafPreCompInfoU5BU5D_t59F311557782E8571A63FD31677FED05391B485D* ___infos1, ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* ___wnafs2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * V_2 = NULL; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * V_7 = NULL; int32_t V_8 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_9 = NULL; int32_t V_10 = 0; int32_t V_11 = 0; WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * V_12 = NULL; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* V_13 = NULL; int32_t G_B8_0 = 0; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* G_B12_0 = NULL; { // int len = 0, count = wnafs.Length; V_0 = 0; // int len = 0, count = wnafs.Length; ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_0 = ___wnafs2; NullCheck(L_0); V_1 = ((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))); // for (int i = 0; i < count; ++i) V_5 = 0; goto IL_001e; } IL_000b: { // len = System.Math.Max(len, wnafs[i].Length); int32_t L_1 = V_0; ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_2 = ___wnafs2; int32_t L_3 = V_5; NullCheck(L_2); int32_t L_4 = L_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(L_2)->GetAt(static_cast(L_4)); NullCheck(L_5); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_6; L_6 = Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B(L_1, ((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))), /*hidden argument*/NULL); V_0 = L_6; // for (int i = 0; i < count; ++i) int32_t L_7 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_001e: { // for (int i = 0; i < count; ++i) int32_t L_8 = V_5; int32_t L_9 = V_1; if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_000b; } } { // ECCurve curve = infos[0].PreComp[0].Curve; WNafPreCompInfoU5BU5D_t59F311557782E8571A63FD31677FED05391B485D* L_10 = ___infos1; NullCheck(L_10); int32_t L_11 = 0; WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * L_12 = (L_10)->GetAt(static_cast(L_11)); NullCheck(L_12); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_13; L_13 = VirtualFuncInvoker0< ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo::get_PreComp() */, L_12); NullCheck(L_13); int32_t L_14 = 0; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_15 = (L_13)->GetAt(static_cast(L_14)); NullCheck(L_15); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_16; L_16 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, L_15); // ECPoint infinity = curve.Infinity; NullCheck(L_16); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_17; L_17 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Infinity() */, L_16); V_2 = L_17; // ECPoint R = infinity; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_18 = V_2; V_3 = L_18; // int zeroes = 0; V_4 = 0; // for (int i = len - 1; i >= 0; --i) int32_t L_19 = V_0; V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1)); goto IL_00e0; } IL_0047: { // ECPoint r = infinity; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_20 = V_2; V_7 = L_20; // for (int j = 0; j < count; ++j) V_8 = 0; goto IL_00ae; } IL_004f: { // byte[] wnaf = wnafs[j]; ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_21 = ___wnafs2; int32_t L_22 = V_8; NullCheck(L_21); int32_t L_23 = L_22; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(L_21)->GetAt(static_cast(L_23)); V_9 = L_24; // int wi = i < wnaf.Length ? (int)(sbyte)wnaf[i] : 0; int32_t L_25 = V_6; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = V_9; NullCheck(L_26); if ((((int32_t)L_25) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_26)->max_length)))))) { goto IL_0060; } } { G_B8_0 = 0; goto IL_0066; } IL_0060: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = V_9; int32_t L_28 = V_6; NullCheck(L_27); int32_t L_29 = L_28; uint8_t L_30 = (L_27)->GetAt(static_cast(L_29)); G_B8_0 = ((int32_t)(((int8_t)((int8_t)L_30)))); } IL_0066: { V_10 = G_B8_0; // if (wi != 0) int32_t L_31 = V_10; if (!L_31) { goto IL_00a8; } } { // int n = System.Math.Abs(wi); int32_t L_32 = V_10; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_33; L_33 = il2cpp_codegen_abs(L_32); V_11 = L_33; // WNafPreCompInfo info = infos[j]; WNafPreCompInfoU5BU5D_t59F311557782E8571A63FD31677FED05391B485D* L_34 = ___infos1; int32_t L_35 = V_8; NullCheck(L_34); int32_t L_36 = L_35; WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * L_37 = (L_34)->GetAt(static_cast(L_36)); V_12 = L_37; // ECPoint[] table = (wi < 0 == negs[j]) ? info.PreComp : info.PreCompNeg; int32_t L_38 = V_10; BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_39 = ___negs0; int32_t L_40 = V_8; NullCheck(L_39); int32_t L_41 = L_40; uint8_t L_42 = (uint8_t)(L_39)->GetAt(static_cast(L_41)); if ((((int32_t)((((int32_t)L_38) < ((int32_t)0))? 1 : 0)) == ((int32_t)L_42))) { goto IL_008f; } } { WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * L_43 = V_12; NullCheck(L_43); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_44; L_44 = VirtualFuncInvoker0< ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo::get_PreCompNeg() */, L_43); G_B12_0 = L_44; goto IL_0096; } IL_008f: { WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * L_45 = V_12; NullCheck(L_45); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_46; L_46 = VirtualFuncInvoker0< ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo::get_PreComp() */, L_45); G_B12_0 = L_46; } IL_0096: { V_13 = G_B12_0; // r = r.Add(table[n >> 1]); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_47 = V_7; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_48 = V_13; int32_t L_49 = V_11; NullCheck(L_48); int32_t L_50 = ((int32_t)((int32_t)L_49>>(int32_t)1)); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_51 = (L_48)->GetAt(static_cast(L_50)); NullCheck(L_47); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_52; L_52 = 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_47, L_51); V_7 = L_52; } IL_00a8: { // for (int j = 0; j < count; ++j) int32_t L_53 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1)); } IL_00ae: { // for (int j = 0; j < count; ++j) int32_t L_54 = V_8; int32_t L_55 = V_1; if ((((int32_t)L_54) < ((int32_t)L_55))) { goto IL_004f; } } { // if (r == infinity) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_56 = V_7; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_57 = V_2; if ((!(((RuntimeObject*)(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *)L_56) == ((RuntimeObject*)(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *)L_57)))) { goto IL_00c0; } } { // ++zeroes; int32_t L_58 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1)); // continue; goto IL_00da; } IL_00c0: { // if (zeroes > 0) int32_t L_59 = V_4; if ((((int32_t)L_59) <= ((int32_t)0))) { goto IL_00d1; } } { // R = R.TimesPow2(zeroes); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_60 = V_3; int32_t L_61 = V_4; NullCheck(L_60); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_62; L_62 = VirtualFuncInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, int32_t >::Invoke(29 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::TimesPow2(System.Int32) */, L_60, L_61); V_3 = L_62; // zeroes = 0; V_4 = 0; } IL_00d1: { // R = R.TwicePlus(r); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_63 = V_3; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_64 = V_7; NullCheck(L_63); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_65; L_65 = VirtualFuncInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(32 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::TwicePlus(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) */, L_63, L_64); V_3 = L_65; } IL_00da: { // for (int i = len - 1; i >= 0; --i) int32_t L_66 = V_6; V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_66, (int32_t)1)); } IL_00e0: { // for (int i = len - 1; i >= 0; --i) int32_t L_67 = V_6; if ((((int32_t)L_67) >= ((int32_t)0))) { goto IL_0047; } } { // if (zeroes > 0) int32_t L_68 = V_4; if ((((int32_t)L_68) <= ((int32_t)0))) { goto IL_00f6; } } { // R = R.TimesPow2(zeroes); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_69 = V_3; int32_t L_70 = V_4; NullCheck(L_69); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_71; L_71 = VirtualFuncInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, int32_t >::Invoke(29 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::TimesPow2(System.Int32) */, L_69, L_70); V_3 = L_71; } IL_00f6: { // return R; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_72 = V_3; return L_72; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECAlgorithms::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECAlgorithms__ctor_m992AB26AD6F9496A48AAB8868E6848E797A01EB1 (ECAlgorithms_tD08CE07FFDF3932D96103ECEABA5FA6B8322B307 * __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.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ECBasisType::IsValid(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ECBasisType_IsValid_mC27A27CFF75A979A73D986CAA29F59855CE8FD8E (uint8_t ___ecBasisType0, const RuntimeMethod* method) { { // return ecBasisType >= ec_basis_trinomial && ecBasisType <= ec_basis_pentanomial; uint8_t L_0 = ___ecBasisType0; if ((((int32_t)L_0) < ((int32_t)1))) { goto IL_000c; } } { uint8_t L_1 = ___ecBasisType0; return (bool)((((int32_t)((((int32_t)L_1) > ((int32_t)2))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_000c: { return (bool)0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ECBasisType::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECBasisType__ctor_mF821ECD689EA5175525DB72BD7FC07CEDA3FDF5F (ECBasisType_tDDB6BECFE4D6C37DBF32E0FB2CA9B622A96B99FB * __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.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::GetAllCoordinateSystems() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ECCurve_GetAllCoordinateSystems_mF7043ACF31334CEA55951D2383ACC10D38B9550B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311_FieldInfo_var); s_Il2CppMethodInitialized = true; } { // return new int[]{ COORD_AFFINE, COORD_HOMOGENEOUS, COORD_JACOBIAN, COORD_JACOBIAN_CHUDNOVSKY, // COORD_JACOBIAN_MODIFIED, COORD_LAMBDA_AFFINE, COORD_LAMBDA_PROJECTIVE, COORD_SKEWED }; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)8); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); return L_1; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.IFiniteField) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECCurve__ctor_m98CB320A8F3D2EA8EC9B606BCDE417D18ED7840E (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * __this, RuntimeObject* ___field0, const RuntimeMethod* method) { { // protected ECCurve(IFiniteField field) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.m_field = field; RuntimeObject* L_0 = ___field0; __this->set_m_field_8(L_0); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve/Config BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::Configure() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Config_t11F0D60D6889DDF1236E38DEDAC4C5C34401D60E * ECCurve_Configure_mE278652F70AFD09AB58C15DA314CF994F7341932 (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Config_t11F0D60D6889DDF1236E38DEDAC4C5C34401D60E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new Config(this, this.m_coord, this.m_endomorphism, this.m_multiplier); int32_t L_0 = __this->get_m_coord_13(); RuntimeObject* L_1 = __this->get_m_endomorphism_14(); RuntimeObject* L_2 = __this->get_m_multiplier_15(); Config_t11F0D60D6889DDF1236E38DEDAC4C5C34401D60E * L_3 = (Config_t11F0D60D6889DDF1236E38DEDAC4C5C34401D60E *)il2cpp_codegen_object_new(Config_t11F0D60D6889DDF1236E38DEDAC4C5C34401D60E_il2cpp_TypeInfo_var); Config__ctor_m23B5D80290BCC6D291F27F10C19B039627EB9FF8(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.ECCurve::ValidatePoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECCurve_ValidatePoint_mCC09A8F2861142BADB381CDCA9031CABC7CD15EB (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___y1, const RuntimeMethod* method) { ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * G_B2_0 = NULL; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * G_B1_0 = NULL; { // ECPoint p = CreatePoint(x, y); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___x0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ___y1; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_2; L_2 = VirtualFuncInvoker2< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::CreatePoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, __this, L_0, L_1); // if (!p.IsValid()) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_3 = L_2; NullCheck(L_3); bool L_4; L_4 = ECPoint_IsValid_mF161DD13E2F01DA1B4BA207D6DEC234551FEA61A(L_3, /*hidden argument*/NULL); G_B1_0 = L_3; if (L_4) { G_B2_0 = L_3; goto IL_001b; } } { // throw new ArgumentException("Invalid point coordinates"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_5 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral43EF9EB96E30AF57B80782D3ECD99489D0535A1F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECCurve_ValidatePoint_mCC09A8F2861142BADB381CDCA9031CABC7CD15EB_RuntimeMethod_var))); } IL_001b: { // return p; return G_B2_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::ValidatePoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECCurve_ValidatePoint_m09429B75A30DC3C01E090B1D202E8C65B6049FE6 (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___y1, bool ___withCompression2, const RuntimeMethod* method) { ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * G_B2_0 = NULL; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * G_B1_0 = NULL; { // ECPoint p = CreatePoint(x, y, withCompression); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___x0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ___y1; bool L_2 = ___withCompression2; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_3; L_3 = VirtualFuncInvoker3< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, bool >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::CreatePoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,System.Boolean) */, __this, L_0, L_1, L_2); // if (!p.IsValid()) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_4 = L_3; NullCheck(L_4); bool L_5; L_5 = ECPoint_IsValid_mF161DD13E2F01DA1B4BA207D6DEC234551FEA61A(L_4, /*hidden argument*/NULL); G_B1_0 = L_4; if (L_5) { G_B2_0 = L_4; goto IL_001c; } } { // throw new ArgumentException("Invalid point coordinates"); 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*)&_stringLiteral43EF9EB96E30AF57B80782D3ECD99489D0535A1F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECCurve_ValidatePoint_m09429B75A30DC3C01E090B1D202E8C65B6049FE6_RuntimeMethod_var))); } IL_001c: { // return p; return G_B2_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::CreatePoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECCurve_CreatePoint_m32A3DA9A848D9DC266D8484C38879F2859F7B712 (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___y1, const RuntimeMethod* method) { { // return CreatePoint(x, y, false); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___x0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ___y1; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_2; L_2 = VirtualFuncInvoker3< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, bool >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::CreatePoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,System.Boolean) */, __this, L_0, L_1, (bool)0); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::CreatePoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECCurve_CreatePoint_m21EF9AFDD3AD27C6DFA45E3DC727803334051500 (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___y1, bool ___withCompression2, const RuntimeMethod* method) { { // return CreateRawPoint(FromBigInteger(x), FromBigInteger(y), withCompression); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___x0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1; L_1 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, __this, L_0); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = ___y1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_3; L_3 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, __this, L_2); bool L_4 = ___withCompression2; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_5; L_5 = VirtualFuncInvoker3< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, bool >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::CreateRawPoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,System.Boolean) */, __this, L_1, L_3, L_4); return L_5; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ECMultiplier BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::CreateDefaultMultiplier() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ECCurve_CreateDefaultMultiplier_m9F930C0B3066180B2FAD0D91D6851E79A526761C (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GlvEndomorphism_t91B33B532630FE0C7229816A4D1AD0C799293A6A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GlvMultiplier_t5D671E2E6F8DED415D4028FEE48364F7A68FF31A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WNafL2RMultiplier_tA3C8FD172D649D7F8D0E758EF7F00B62501D85FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { // GlvEndomorphism glvEndomorphism = m_endomorphism as GlvEndomorphism; RuntimeObject* L_0 = __this->get_m_endomorphism_14(); V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_0, GlvEndomorphism_t91B33B532630FE0C7229816A4D1AD0C799293A6A_il2cpp_TypeInfo_var)); // if (glvEndomorphism != null) RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_0017; } } { // return new GlvMultiplier(this, glvEndomorphism); RuntimeObject* L_2 = V_0; GlvMultiplier_t5D671E2E6F8DED415D4028FEE48364F7A68FF31A * L_3 = (GlvMultiplier_t5D671E2E6F8DED415D4028FEE48364F7A68FF31A *)il2cpp_codegen_object_new(GlvMultiplier_t5D671E2E6F8DED415D4028FEE48364F7A68FF31A_il2cpp_TypeInfo_var); GlvMultiplier__ctor_m620EEB90CD4B9391007AAAB2B4216C20DAFDB404(L_3, __this, L_2, /*hidden argument*/NULL); return L_3; } IL_0017: { // return new WNafL2RMultiplier(); WNafL2RMultiplier_tA3C8FD172D649D7F8D0E758EF7F00B62501D85FA * L_4 = (WNafL2RMultiplier_tA3C8FD172D649D7F8D0E758EF7F00B62501D85FA *)il2cpp_codegen_object_new(WNafL2RMultiplier_tA3C8FD172D649D7F8D0E758EF7F00B62501D85FA_il2cpp_TypeInfo_var); WNafL2RMultiplier__ctor_m65D2FF049D10FC14C662E9C611C3A0CF6B2C31B9(L_4, /*hidden argument*/NULL); return L_4; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::SupportsCoordinateSystem(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ECCurve_SupportsCoordinateSystem_mD2CE331B1F6759398D854E6AFE76E4FB67A69831 (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * __this, int32_t ___coord0, const RuntimeMethod* method) { { // return coord == COORD_AFFINE; int32_t L_0 = ___coord0; return (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.PreCompInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::GetPreCompInfo(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ECCurve_GetPreCompInfo_mCE823C02278554B0DED374BAA6428783D1E6A2C3 (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * __this, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___point0, String_t* ___name1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PreCompInfo_t372382289947AFCDDF7A4F6AFCDED42DF6557F1A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * V_1 = NULL; bool V_2 = false; RuntimeObject* V_3 = NULL; RuntimeObject* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // CheckPoint(point); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_0 = ___point0; VirtualActionInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(30 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::CheckPoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) */, __this, L_0); // lock (point) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_1 = ___point0; V_1 = L_1; V_2 = (bool)0; } IL_000b: try {// begin try (depth: 1) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_2 = V_1; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_2, (bool*)(&V_2), /*hidden argument*/NULL); // table = point.m_preCompTable; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_3 = ___point0; NullCheck(L_3); RuntimeObject* L_4 = L_3->get_m_preCompTable_6(); V_0 = L_4; // } IL2CPP_LEAVE(0x26, FINALLY_001c); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001c; } FINALLY_001c: {// begin finally (depth: 1) { bool L_5 = V_2; if (!L_5) { goto IL_0025; } } IL_001f: { ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_6 = V_1; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_6, /*hidden argument*/NULL); } IL_0025: { IL2CPP_END_FINALLY(28) } }// end finally (depth: 1) IL2CPP_CLEANUP(28) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x26, IL_0026) } IL_0026: { // if (null == table) RuntimeObject* L_7 = V_0; if (L_7) { goto IL_002b; } } { // return null; return (RuntimeObject*)NULL; } IL_002b: { // lock (table) RuntimeObject* L_8 = V_0; V_3 = L_8; V_2 = (bool)0; } IL_002f: try {// begin try (depth: 1) RuntimeObject* L_9 = V_3; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_9, (bool*)(&V_2), /*hidden argument*/NULL); // return (PreCompInfo)table[name]; RuntimeObject* L_10 = V_0; String_t* L_11 = ___name1; NullCheck(L_10); RuntimeObject * L_12; L_12 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_10, L_11); V_4 = ((RuntimeObject*)Castclass((RuntimeObject*)L_12, PreCompInfo_t372382289947AFCDDF7A4F6AFCDED42DF6557F1A_il2cpp_TypeInfo_var)); IL2CPP_LEAVE(0x51, FINALLY_0047); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0047; } FINALLY_0047: {// begin finally (depth: 1) { bool L_13 = V_2; if (!L_13) { goto IL_0050; } } IL_004a: { RuntimeObject* L_14 = V_3; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_14, /*hidden argument*/NULL); } IL_0050: { IL2CPP_END_FINALLY(71) } }// end finally (depth: 1) IL2CPP_CLEANUP(71) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x51, IL_0051) } IL_0051: { // } RuntimeObject* L_15 = V_4; return L_15; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.PreCompInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::Precompute(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.IPreCompCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ECCurve_Precompute_m8CCA4FC11C385522DBF71386832CB82711430AAA (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * __this, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___point0, String_t* ___name1, RuntimeObject* ___callback2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPreCompCallback_tCFE82A32047B1053B13390B9FCE3881693400A9E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PreCompInfo_t372382289947AFCDDF7A4F6AFCDED42DF6557F1A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * V_1 = NULL; bool V_2 = false; RuntimeObject* V_3 = NULL; RuntimeObject* V_4 = NULL; RuntimeObject* V_5 = NULL; RuntimeObject* V_6 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // CheckPoint(point); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_0 = ___point0; VirtualActionInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(30 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::CheckPoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) */, __this, L_0); // lock (point) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_1 = ___point0; V_1 = L_1; V_2 = (bool)0; } IL_000b: try {// begin try (depth: 1) { ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_2 = V_1; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_2, (bool*)(&V_2), /*hidden argument*/NULL); // table = point.m_preCompTable; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_3 = ___point0; NullCheck(L_3); RuntimeObject* L_4 = L_3->get_m_preCompTable_6(); V_0 = L_4; // if (null == table) RuntimeObject* L_5 = V_0; if (L_5) { goto IL_002b; } } IL_001d: { // point.m_preCompTable = table = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateHashtable(4); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_6 = ___point0; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_7; L_7 = Platform_CreateHashtable_m577B21F675648C550AF34A8341999CBC3779E657(4, /*hidden argument*/NULL); RuntimeObject* L_8 = L_7; V_0 = L_8; NullCheck(L_6); L_6->set_m_preCompTable_6(L_8); } IL_002b: { // } IL2CPP_LEAVE(0x37, FINALLY_002d); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002d; } FINALLY_002d: {// begin finally (depth: 1) { bool L_9 = V_2; if (!L_9) { goto IL_0036; } } IL_0030: { ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_10 = V_1; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_10, /*hidden argument*/NULL); } IL_0036: { IL2CPP_END_FINALLY(45) } }// end finally (depth: 1) IL2CPP_CLEANUP(45) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x37, IL_0037) } IL_0037: { // lock (table) RuntimeObject* L_11 = V_0; V_3 = L_11; V_2 = (bool)0; } IL_003b: try {// begin try (depth: 1) { RuntimeObject* L_12 = V_3; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_12, (bool*)(&V_2), /*hidden argument*/NULL); // PreCompInfo existing = (PreCompInfo)table[name]; RuntimeObject* L_13 = V_0; String_t* L_14 = ___name1; NullCheck(L_13); RuntimeObject * L_15; L_15 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_13, L_14); V_4 = ((RuntimeObject*)Castclass((RuntimeObject*)L_15, PreCompInfo_t372382289947AFCDDF7A4F6AFCDED42DF6557F1A_il2cpp_TypeInfo_var)); // PreCompInfo result = callback.Precompute(existing); RuntimeObject* L_16 = ___callback2; RuntimeObject* L_17 = V_4; NullCheck(L_16); RuntimeObject* L_18; L_18 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.PreCompInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.IPreCompCallback::Precompute(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.PreCompInfo) */, IPreCompCallback_tCFE82A32047B1053B13390B9FCE3881693400A9E_il2cpp_TypeInfo_var, L_16, L_17); V_5 = L_18; // if (result != existing) RuntimeObject* L_19 = V_5; RuntimeObject* L_20 = V_4; if ((((RuntimeObject*)(RuntimeObject*)L_19) == ((RuntimeObject*)(RuntimeObject*)L_20))) { goto IL_006a; } } IL_0061: { // table[name] = result; RuntimeObject* L_21 = V_0; String_t* L_22 = ___name1; RuntimeObject* L_23 = V_5; NullCheck(L_21); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_21, L_22, L_23); } IL_006a: { // return result; RuntimeObject* L_24 = V_5; V_6 = L_24; IL2CPP_LEAVE(0x7A, FINALLY_0070); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0070; } FINALLY_0070: {// begin finally (depth: 1) { bool L_25 = V_2; if (!L_25) { goto IL_0079; } } IL_0073: { RuntimeObject* L_26 = V_3; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_26, /*hidden argument*/NULL); } IL_0079: { IL2CPP_END_FINALLY(112) } }// end finally (depth: 1) IL2CPP_CLEANUP(112) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7A, IL_007a) } IL_007a: { // } RuntimeObject* L_27 = V_6; return L_27; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::ImportPoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECCurve_ImportPoint_mCB07FA8AFF4DA5C6E3247619598677D5361A4760 (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * __this, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___p0, const RuntimeMethod* method) { { // if (this == p.Curve) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_0 = ___p0; NullCheck(L_0); 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() */, L_0); if ((!(((RuntimeObject*)(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this) == ((RuntimeObject*)(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)L_1)))) { goto IL_000b; } } { // return p; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_2 = ___p0; return L_2; } IL_000b: { // if (p.IsInfinity) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_3 = ___p0; NullCheck(L_3); bool L_4; L_4 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_001a; } } { // return Infinity; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_5; L_5 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Infinity() */, __this); return L_5; } IL_001a: { // p = p.Normalize(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_6 = ___p0; NullCheck(L_6); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_7; L_7 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(17 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Normalize() */, L_6); ___p0 = L_7; // return CreatePoint(p.XCoord.ToBigInteger(), p.YCoord.ToBigInteger(), p.IsCompressed); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_8 = ___p0; NullCheck(L_8); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_9; L_9 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_XCoord() */, L_8); NullCheck(L_9); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10; L_10 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::ToBigInteger() */, L_9); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_11 = ___p0; NullCheck(L_11); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_12; L_12 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_YCoord() */, L_11); NullCheck(L_12); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_13; L_13 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::ToBigInteger() */, L_12); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_14 = ___p0; NullCheck(L_14); bool L_15; L_15 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(L_14, /*hidden argument*/NULL); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_16; L_16 = VirtualFuncInvoker3< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, bool >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::CreatePoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,System.Boolean) */, __this, L_10, L_13, L_15); return L_16; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::NormalizeAll(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECCurve_NormalizeAll_mDB7E1365F3525F1A1534889D36D5EAFDBD17C1A4 (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * __this, ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* ___points0, const RuntimeMethod* method) { { // NormalizeAll(points, 0, points.Length, null); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_0 = ___points0; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_1 = ___points0; NullCheck(L_1); VirtualActionInvoker4< ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF*, int32_t, int32_t, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(21 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::NormalizeAll(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[],System.Int32,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, __this, L_0, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::NormalizeAll(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[],System.Int32,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECCurve_NormalizeAll_mED80AB651FF30D034A15A0290DF8654F405C4702 (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * __this, ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* ___points0, int32_t ___off1, int32_t ___len2, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___iso3, 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*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* V_0 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; { // CheckPoints(points, off, len); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_0 = ___points0; int32_t L_1 = ___off1; int32_t L_2 = ___len2; VirtualActionInvoker3< ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF*, int32_t, int32_t >::Invoke(32 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::CheckPoints(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[],System.Int32,System.Int32) */, __this, L_0, L_1, L_2); // switch (this.CoordinateSystem) int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(28 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_CoordinateSystem() */, __this); V_3 = L_3; int32_t L_4 = V_3; if (!L_4) { goto IL_0017; } } { int32_t L_5 = V_3; if ((!(((uint32_t)L_5) == ((uint32_t)5)))) { goto IL_002c; } } IL_0017: { // if (iso != null) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_6 = ___iso3; if (!L_6) { goto IL_002b; } } { // throw new ArgumentException("not valid for affine coordinates", "iso"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3F9CD127B2AEA13642D777D976F1454429A5AB65)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8D8569ED7D8B58075E6FFCD0543764A61437324E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECCurve_NormalizeAll_mED80AB651FF30D034A15A0290DF8654F405C4702_RuntimeMethod_var))); } IL_002b: { // return; return; } IL_002c: { // ECFieldElement[] zs = new ECFieldElement[len]; int32_t L_8 = ___len2; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_9 = (ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)SZArrayNew(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var, (uint32_t)L_8); V_0 = L_9; // int[] indices = new int[len]; int32_t L_10 = ___len2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_11 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)L_10); V_1 = L_11; // int count = 0; V_2 = 0; // for (int i = 0; i < len; ++i) V_4 = 0; goto IL_0076; } IL_0041: { // ECPoint p = points[off + i]; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_12 = ___points0; int32_t L_13 = ___off1; int32_t L_14 = V_4; NullCheck(L_12); int32_t L_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_14)); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_16 = (L_12)->GetAt(static_cast(L_15)); V_5 = L_16; // if (null != p && (iso != null || !p.IsNormalized())) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_17 = V_5; if (!L_17) { goto IL_0070; } } { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_18 = ___iso3; if (L_18) { goto IL_005a; } } { ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_19 = V_5; NullCheck(L_19); bool L_20; L_20 = VirtualFuncInvoker0< bool >::Invoke(16 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::IsNormalized() */, L_19); if (L_20) { goto IL_0070; } } IL_005a: { // zs[count] = p.GetZCoord(0); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_21 = V_0; int32_t L_22 = V_2; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_23 = V_5; NullCheck(L_23); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_24; L_24 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, int32_t >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::GetZCoord(System.Int32) */, L_23, 0); NullCheck(L_21); ArrayElementTypeCheck (L_21, L_24); (L_21)->SetAt(static_cast(L_22), (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_24); // indices[count++] = off + i; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_25 = V_1; int32_t L_26 = V_2; int32_t L_27 = L_26; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); int32_t L_28 = ___off1; int32_t L_29 = V_4; NullCheck(L_25); (L_25)->SetAt(static_cast(L_27), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)L_29))); } IL_0070: { // for (int i = 0; i < len; ++i) int32_t L_30 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_0076: { // for (int i = 0; i < len; ++i) int32_t L_31 = V_4; int32_t L_32 = ___len2; if ((((int32_t)L_31) < ((int32_t)L_32))) { goto IL_0041; } } { // if (count == 0) int32_t L_33 = V_2; if (L_33) { goto IL_007f; } } { // return; return; } IL_007f: { // ECAlgorithms.MontgomeryTrick(zs, 0, count, iso); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_34 = V_0; int32_t L_35 = V_2; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_36 = ___iso3; ECAlgorithms_MontgomeryTrick_mBADFB2C9CB5FD16FF8BB6E94841618EDFAFB42B0(L_34, 0, L_35, L_36, /*hidden argument*/NULL); // for (int j = 0; j < count; ++j) V_6 = 0; goto IL_00ab; } IL_008e: { // int index = indices[j]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_37 = V_1; int32_t L_38 = V_6; NullCheck(L_37); int32_t L_39 = L_38; int32_t L_40 = (L_37)->GetAt(static_cast(L_39)); V_7 = L_40; // points[index] = points[index].Normalize(zs[j]); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_41 = ___points0; int32_t L_42 = V_7; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_43 = ___points0; int32_t L_44 = V_7; NullCheck(L_43); int32_t L_45 = L_44; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_46 = (L_43)->GetAt(static_cast(L_45)); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_47 = V_0; int32_t L_48 = V_6; NullCheck(L_47); int32_t L_49 = L_48; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_50 = (L_47)->GetAt(static_cast(L_49)); NullCheck(L_46); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_51; L_51 = VirtualFuncInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(18 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Normalize(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_46, L_50); NullCheck(L_41); ArrayElementTypeCheck (L_41, L_51); (L_41)->SetAt(static_cast(L_42), (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *)L_51); // for (int j = 0; j < count; ++j) int32_t L_52 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1)); } IL_00ab: { // for (int j = 0; j < count; ++j) int32_t L_53 = V_6; int32_t L_54 = V_2; if ((((int32_t)L_53) < ((int32_t)L_54))) { goto IL_008e; } } { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.IFiniteField BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Field() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ECCurve_get_Field_mD4E2C2311DC156BC8EDEE5AB8EBD4C8250F652E6 (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * __this, const RuntimeMethod* method) { { // get { return m_field; } RuntimeObject* L_0 = __this->get_m_field_8(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_A() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ECCurve_get_A_m8F6303A803872F946279AE24A1D322C843024770 (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * __this, const RuntimeMethod* method) { { // get { return m_a; } ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = __this->get_m_a_9(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_B() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ECCurve_get_B_mFFBC75D1DE7D20601E482425C4279A5E68C3D9BE (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * __this, const RuntimeMethod* method) { { // get { return m_b; } ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = __this->get_m_b_10(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Order() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ECCurve_get_Order_m66E8BB095B9670F6BCAF1A4BAAF9D306E92783CA (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * __this, const RuntimeMethod* method) { { // get { return m_order; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_m_order_11(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Cofactor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ECCurve_get_Cofactor_mED308ABDAC5871564EC8D759C8D784FDB3A6FF4A (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * __this, const RuntimeMethod* method) { { // get { return m_cofactor; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_m_cofactor_12(); return L_0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_CoordinateSystem() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ECCurve_get_CoordinateSystem_mD2D3844B8C485D14F4DAF485069F2A37D47FF8AE (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * __this, const RuntimeMethod* method) { { // get { return m_coord; } int32_t L_0 = __this->get_m_coord_13(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECLookupTable BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::CreateCacheSafeLookupTable(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ECCurve_CreateCacheSafeLookupTable_mF58C9204C8A736634D6847D0271C41E9CED75E4A (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * __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*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultLookupTable_t47956AAE84FDA47505BB463AAD072F908942629D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B3_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B2_0 = NULL; int32_t G_B4_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B4_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B6_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B5_0 = NULL; int32_t G_B7_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B7_1 = NULL; { // int FE_BYTES = (FieldSize + 7) / 8; int32_t L_0; L_0 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_FieldSize() */, __this); V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)7))/(int32_t)8)); // byte[] table = new byte[len * FE_BYTES * 2]; int32_t L_1 = ___len2; int32_t L_2 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)), (int32_t)2))); V_1 = L_3; // int pos = 0; V_2 = 0; // for (int i = 0; i < len; ++i) V_3 = 0; goto IL_009a; } IL_001c: { // ECPoint p = points[off + i]; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_4 = ___points0; int32_t L_5 = ___off1; int32_t L_6 = V_3; NullCheck(L_4); int32_t L_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_8 = (L_4)->GetAt(static_cast(L_7)); // byte[] px = p.RawXCoord.ToBigInteger().ToByteArray(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_9 = L_8; NullCheck(L_9); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_10; L_10 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(L_9, /*hidden argument*/NULL); NullCheck(L_10); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11; L_11 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::ToBigInteger() */, L_10); NullCheck(L_11); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12; L_12 = BigInteger_ToByteArray_mDF65B9AD203D0EAAFDCA509150E7D5A36215DFBC(L_11, /*hidden argument*/NULL); V_4 = L_12; // byte[] py = p.RawYCoord.ToBigInteger().ToByteArray(); NullCheck(L_9); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_13; L_13 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(L_9, /*hidden argument*/NULL); NullCheck(L_13); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_14; L_14 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::ToBigInteger() */, L_13); NullCheck(L_14); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15; L_15 = BigInteger_ToByteArray_mDF65B9AD203D0EAAFDCA509150E7D5A36215DFBC(L_14, /*hidden argument*/NULL); // int pxStart = px.Length > FE_BYTES ? 1 : 0, pxLen = px.Length - pxStart; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = V_4; NullCheck(L_16); int32_t L_17 = V_0; G_B2_0 = L_15; if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length)))) > ((int32_t)L_17))) { G_B3_0 = L_15; goto IL_004c; } } { G_B4_0 = 0; G_B4_1 = G_B2_0; goto IL_004d; } IL_004c: { G_B4_0 = 1; G_B4_1 = G_B3_0; } IL_004d: { V_5 = G_B4_0; // int pxStart = px.Length > FE_BYTES ? 1 : 0, pxLen = px.Length - pxStart; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = V_4; NullCheck(L_18); int32_t L_19 = V_5; V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length))), (int32_t)L_19)); // int pyStart = py.Length > FE_BYTES ? 1 : 0, pyLen = py.Length - pyStart; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = G_B4_1; NullCheck(L_20); int32_t L_21 = V_0; G_B5_0 = L_20; if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))) > ((int32_t)L_21))) { G_B6_0 = L_20; goto IL_0061; } } { G_B7_0 = 0; G_B7_1 = G_B5_0; goto IL_0062; } IL_0061: { G_B7_0 = 1; G_B7_1 = G_B6_0; } IL_0062: { V_7 = G_B7_0; // int pyStart = py.Length > FE_BYTES ? 1 : 0, pyLen = py.Length - pyStart; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = G_B7_1; NullCheck(L_22); int32_t L_23 = V_7; V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length))), (int32_t)L_23)); // Array.Copy(px, pxStart, table, pos + FE_BYTES - pxLen, pxLen); pos += FE_BYTES; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = V_4; int32_t L_25 = V_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = V_1; int32_t L_27 = V_2; int32_t L_28 = V_0; int32_t L_29 = V_6; int32_t L_30 = V_6; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_24, L_25, (RuntimeArray *)(RuntimeArray *)L_26, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)L_28)), (int32_t)L_29)), L_30, /*hidden argument*/NULL); // Array.Copy(px, pxStart, table, pos + FE_BYTES - pxLen, pxLen); pos += FE_BYTES; int32_t L_31 = V_2; int32_t L_32 = V_0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32)); // Array.Copy(py, pyStart, table, pos + FE_BYTES - pyLen, pyLen); pos += FE_BYTES; int32_t L_33 = V_7; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34 = V_1; int32_t L_35 = V_2; int32_t L_36 = V_0; int32_t L_37 = V_8; int32_t L_38 = V_8; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_22, L_33, (RuntimeArray *)(RuntimeArray *)L_34, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)L_36)), (int32_t)L_37)), L_38, /*hidden argument*/NULL); // Array.Copy(py, pyStart, table, pos + FE_BYTES - pyLen, pyLen); pos += FE_BYTES; int32_t L_39 = V_2; int32_t L_40 = V_0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_40)); // for (int i = 0; i < len; ++i) int32_t L_41 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_009a: { // for (int i = 0; i < len; ++i) int32_t L_42 = V_3; int32_t L_43 = ___len2; if ((((int32_t)L_42) < ((int32_t)L_43))) { goto IL_001c; } } { // return new DefaultLookupTable(this, table, len); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_44 = V_1; int32_t L_45 = ___len2; DefaultLookupTable_t47956AAE84FDA47505BB463AAD072F908942629D * L_46 = (DefaultLookupTable_t47956AAE84FDA47505BB463AAD072F908942629D *)il2cpp_codegen_object_new(DefaultLookupTable_t47956AAE84FDA47505BB463AAD072F908942629D_il2cpp_TypeInfo_var); DefaultLookupTable__ctor_mAC3394A231B60A9E9D0D4D4A1273D8B745A2AA2B(L_46, __this, L_44, L_45, /*hidden argument*/NULL); return L_46; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::CheckPoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECCurve_CheckPoint_mF72EE6B18F64E7B449993C9B560C5766E98DF0F8 (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * __this, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___point0, const RuntimeMethod* method) { { // if (null == point || (this != point.Curve)) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_0 = ___point0; if (!L_0) { goto IL_000c; } } { ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_1 = ___point0; NullCheck(L_1); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_2; L_2 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, L_1); if ((((RuntimeObject*)(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this) == ((RuntimeObject*)(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)L_2))) { goto IL_001c; } } IL_000c: { // throw new ArgumentException("must be non-null and on this curve", "point"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_3 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBA148D845E4790F642B120143C443C822F184AE4)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral61B8D324687C24872968A15276C954F913457113)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECCurve_CheckPoint_mF72EE6B18F64E7B449993C9B560C5766E98DF0F8_RuntimeMethod_var))); } IL_001c: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::CheckPoints(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECCurve_CheckPoints_m7381D75376F711C66F2B3BC6475A0F23B53FA009 (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * __this, ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* ___points0, const RuntimeMethod* method) { { // CheckPoints(points, 0, points.Length); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_0 = ___points0; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_1 = ___points0; NullCheck(L_1); VirtualActionInvoker3< ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF*, int32_t, int32_t >::Invoke(32 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::CheckPoints(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[],System.Int32,System.Int32) */, __this, L_0, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::CheckPoints(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECCurve_CheckPoints_m2AAEDE774F2FB6154953860B792ECBE4403BA841 (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * __this, ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* ___points0, int32_t ___off1, int32_t ___len2, const RuntimeMethod* method) { int32_t V_0 = 0; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * V_1 = NULL; { // if (points == null) ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_0 = ___points0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("points"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral17A7BA088490CA1D9307C4F7F07BDC92703EDF51)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECCurve_CheckPoints_m2AAEDE774F2FB6154953860B792ECBE4403BA841_RuntimeMethod_var))); } IL_000e: { // if (off < 0 || len < 0 || (off > (points.Length - len))) int32_t L_2 = ___off1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_001e; } } { int32_t L_3 = ___len2; if ((((int32_t)L_3) < ((int32_t)0))) { goto IL_001e; } } { int32_t L_4 = ___off1; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_5 = ___points0; NullCheck(L_5); int32_t L_6 = ___len2; if ((((int32_t)L_4) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))), (int32_t)L_6))))) { goto IL_002e; } } IL_001e: { // throw new ArgumentException("invalid range specified", "points"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral57FEF7382F99C0EB0F69168E5EB8A5BF31AF6A52)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral17A7BA088490CA1D9307C4F7F07BDC92703EDF51)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECCurve_CheckPoints_m2AAEDE774F2FB6154953860B792ECBE4403BA841_RuntimeMethod_var))); } IL_002e: { // for (int i = 0; i < len; ++i) V_0 = 0; goto IL_0058; } IL_0032: { // ECPoint point = points[off + i]; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_8 = ___points0; int32_t L_9 = ___off1; int32_t L_10 = V_0; NullCheck(L_8); int32_t L_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_10)); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_12 = (L_8)->GetAt(static_cast(L_11)); V_1 = L_12; // if (null != point && this != point.Curve) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_13 = V_1; if (!L_13) { goto IL_0054; } } { ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_14 = V_1; NullCheck(L_14); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_15; L_15 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, L_14); if ((((RuntimeObject*)(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this) == ((RuntimeObject*)(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)L_15))) { goto IL_0054; } } { // throw new ArgumentException("entries must be null or on this curve", "points"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_16 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_16, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralED21F8B3C69F9F06CA06EE8D01B1F6660B08E174)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral17A7BA088490CA1D9307C4F7F07BDC92703EDF51)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECCurve_CheckPoints_m2AAEDE774F2FB6154953860B792ECBE4403BA841_RuntimeMethod_var))); } IL_0054: { // for (int i = 0; i < len; ++i) int32_t L_17 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0058: { // for (int i = 0; i < len; ++i) int32_t L_18 = V_0; int32_t L_19 = ___len2; if ((((int32_t)L_18) < ((int32_t)L_19))) { goto IL_0032; } } { // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ECCurve_Equals_mEAFEE214FCF1F3E033D01C062AD8A583F6D43CF5 (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___other0, const RuntimeMethod* method) { { // if (this == other) ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = ___other0; if ((!(((RuntimeObject*)(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this) == ((RuntimeObject*)(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)L_0)))) { goto IL_0006; } } { // return true; return (bool)1; } IL_0006: { // if (null == other) ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_1 = ___other0; if (L_1) { goto IL_000b; } } { // return false; return (bool)0; } IL_000b: { // return Field.Equals(other.Field) // && A.ToBigInteger().Equals(other.A.ToBigInteger()) // && B.ToBigInteger().Equals(other.B.ToBigInteger()); RuntimeObject* L_2; L_2 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(23 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.IFiniteField BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Field() */, __this); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_3 = ___other0; NullCheck(L_3); RuntimeObject* L_4; L_4 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(23 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.IFiniteField BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Field() */, L_3); NullCheck(L_2); bool L_5; L_5 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_2, L_4); if (!L_5) { goto IL_0057; } } { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_6; L_6 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(24 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_A() */, __this); NullCheck(L_6); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_7; L_7 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::ToBigInteger() */, L_6); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_8 = ___other0; NullCheck(L_8); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_9; L_9 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(24 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_A() */, L_8); NullCheck(L_9); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10; L_10 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::ToBigInteger() */, L_9); NullCheck(L_7); bool L_11; L_11 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_7, L_10); if (!L_11) { goto IL_0057; } } { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_12; L_12 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(25 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_B() */, __this); NullCheck(L_12); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_13; L_13 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::ToBigInteger() */, L_12); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_14 = ___other0; NullCheck(L_14); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_15; L_15 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(25 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_B() */, L_14); NullCheck(L_15); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_16; L_16 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::ToBigInteger() */, L_15); NullCheck(L_13); bool L_17; L_17 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_13, L_16); return L_17; } IL_0057: { return (bool)0; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ECCurve_Equals_m85FDE709342EBA12CA661FC3FD2325AF9C24ECE7 (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECCurve_t850A42EEB1867F313B111B5A75430D443165B926_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Equals(obj as ECCurve); RuntimeObject * L_0 = ___obj0; bool L_1; L_1 = VirtualFuncInvoker1< bool, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(33 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve) */, __this, ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)IsInstClass((RuntimeObject*)L_0, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926_il2cpp_TypeInfo_var))); return L_1; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ECCurve_GetHashCode_m90EBF2E3EE4E257B77B4A05B23E9494AC4D0C5E0 (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * __this, const RuntimeMethod* method) { { // return Field.GetHashCode() // ^ Integers.RotateLeft(A.ToBigInteger().GetHashCode(), 8) // ^ Integers.RotateLeft(B.ToBigInteger().GetHashCode(), 16); RuntimeObject* L_0; L_0 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(23 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.IFiniteField BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Field() */, __this); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2; L_2 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(24 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_A() */, __this); NullCheck(L_2); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3; L_3 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::ToBigInteger() */, L_2); NullCheck(L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_3); int32_t L_5; L_5 = Integers_RotateLeft_mB62A68B9DB2930280C24DC14C6BD2825BBFC65C4(L_4, 8, /*hidden argument*/NULL); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_6; L_6 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(25 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_B() */, __this); NullCheck(L_6); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_7; L_7 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::ToBigInteger() */, L_6); NullCheck(L_7); int32_t L_8; L_8 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_7); int32_t L_9; L_9 = Integers_RotateLeft_mB62A68B9DB2930280C24DC14C6BD2825BBFC65C4(L_8, ((int32_t)16), /*hidden argument*/NULL); return ((int32_t)((int32_t)((int32_t)((int32_t)L_1^(int32_t)L_5))^(int32_t)L_9)); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Endo.ECEndomorphism BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::GetEndomorphism() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ECCurve_GetEndomorphism_mBD45E299445A3C783162A70B86255AA501A2D180 (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * __this, const RuntimeMethod* method) { { // return m_endomorphism; RuntimeObject* L_0 = __this->get_m_endomorphism_14(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ECMultiplier BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::GetMultiplier() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ECCurve_GetMultiplier_m81C25AF5509858BB6BFCF3620FD5B17F235CD98A (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * __this, const RuntimeMethod* method) { ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_0 = NULL; bool V_1 = false; RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // lock (this) V_0 = __this; V_1 = (bool)0; } IL_0004: try {// begin try (depth: 1) { ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_0, (bool*)(&V_1), /*hidden argument*/NULL); // if (this.m_multiplier == null) RuntimeObject* L_1 = __this->get_m_multiplier_15(); if (L_1) { goto IL_0020; } } IL_0014: { // this.m_multiplier = CreateDefaultMultiplier(); RuntimeObject* L_2; L_2 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(15 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ECMultiplier BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::CreateDefaultMultiplier() */, __this); __this->set_m_multiplier_15(L_2); } IL_0020: { // return this.m_multiplier; RuntimeObject* L_3 = __this->get_m_multiplier_15(); V_2 = L_3; IL2CPP_LEAVE(0x33, FINALLY_0029); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0029; } FINALLY_0029: {// begin finally (depth: 1) { bool L_4 = V_1; if (!L_4) { goto IL_0032; } } IL_002c: { ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_5 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_5, /*hidden argument*/NULL); } IL_0032: { IL2CPP_END_FINALLY(41) } }// end finally (depth: 1) IL2CPP_CLEANUP(41) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x33, IL_0033) } IL_0033: { // } RuntimeObject* L_6 = V_2; return L_6; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::DecodePoint(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECCurve_DecodePoint_m6F3FC635186BE9813B36E53F78DBE51D47F9B675 (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___encoded0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * V_0 = NULL; int32_t V_1 = 0; uint8_t V_2 = 0x0; int32_t V_3 = 0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_4 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_5 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_6 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_7 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_8 = NULL; { // ECPoint p = null; V_0 = (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *)NULL; // int expectedLength = (FieldSize + 7) / 8; int32_t L_0; L_0 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_FieldSize() */, __this); V_1 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)7))/(int32_t)8)); // byte type = encoded[0]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___encoded0; NullCheck(L_1); int32_t L_2 = 0; uint8_t L_3 = (L_1)->GetAt(static_cast(L_2)); V_2 = L_3; uint8_t L_4 = V_2; switch (L_4) { case 0: { goto IL_003c; } case 1: { goto IL_0143; } case 2: { goto IL_005e; } case 3: { goto IL_005e; } case 4: { goto IL_00a7; } case 5: { goto IL_0143; } case 6: { goto IL_00e6; } case 7: { goto IL_00e6; } } } { goto IL_0143; } IL_003c: { // if (encoded.Length != 1) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___encoded0; NullCheck(L_5); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))) == ((int32_t)1))) { goto IL_0052; } } { // throw new ArgumentException("Incorrect length for infinity encoding", "encoded"); 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*)&_stringLiteral0DE4919594DBF46CFA1C8C92D188ACE014021AF6)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral56709BF891E70BE93CCB90C02FAA80A3559B89D8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECCurve_DecodePoint_m6F3FC635186BE9813B36E53F78DBE51D47F9B675_RuntimeMethod_var))); } IL_0052: { // p = Infinity; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_7; L_7 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Infinity() */, __this); V_0 = L_7; // break; goto IL_015a; } IL_005e: { // if (encoded.Length != (expectedLength + 1)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___encoded0; NullCheck(L_8); int32_t L_9 = V_1; if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))) == ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1))))) { goto IL_0076; } } { // throw new ArgumentException("Incorrect length for compressed encoding", "encoded"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_10 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral71C526898768E7400639A4D8F75B78789497D3D0)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral56709BF891E70BE93CCB90C02FAA80A3559B89D8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECCurve_DecodePoint_m6F3FC635186BE9813B36E53F78DBE51D47F9B675_RuntimeMethod_var))); } IL_0076: { // int yTilde = type & 1; uint8_t L_11 = V_2; V_3 = ((int32_t)((int32_t)L_11&(int32_t)1)); // BigInteger X = new BigInteger(1, encoded, 1, expectedLength); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___encoded0; int32_t L_13 = V_1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_14 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m915A1EA8271B005129A1E4376699B8E3BF71036B(L_14, 1, L_12, 1, L_13, /*hidden argument*/NULL); V_4 = L_14; // p = DecompressPoint(yTilde, X); int32_t L_15 = V_3; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_16 = V_4; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_17; L_17 = VirtualFuncInvoker2< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, int32_t, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(34 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::DecompressPoint(System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, __this, L_15, L_16); V_0 = L_17; // if (!p.ImplIsValid(true, true)) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_18 = V_0; NullCheck(L_18); bool L_19; L_19 = ECPoint_ImplIsValid_mC1A1E8B8625B4717CD8C2EF0465163DD8F35193F(L_18, (bool)1, (bool)1, /*hidden argument*/NULL); if (L_19) { goto IL_015a; } } { // throw new ArgumentException("Invalid point"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_20 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_20, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE45EEE7E9244B0DA29A70539E1461DB5935D05F5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECCurve_DecodePoint_m6F3FC635186BE9813B36E53F78DBE51D47F9B675_RuntimeMethod_var))); } IL_00a7: { // if (encoded.Length != (2 * expectedLength + 1)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = ___encoded0; NullCheck(L_21); int32_t L_22 = V_1; if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length)))) == ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_22)), (int32_t)1))))) { goto IL_00c1; } } { // throw new ArgumentException("Incorrect length for uncompressed encoding", "encoded"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_23 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_23, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral977F58CC44CBDF4D63431B06732D55867E78FAF1)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral56709BF891E70BE93CCB90C02FAA80A3559B89D8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECCurve_DecodePoint_m6F3FC635186BE9813B36E53F78DBE51D47F9B675_RuntimeMethod_var))); } IL_00c1: { // BigInteger X = new BigInteger(1, encoded, 1, expectedLength); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = ___encoded0; int32_t L_25 = V_1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_26 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m915A1EA8271B005129A1E4376699B8E3BF71036B(L_26, 1, L_24, 1, L_25, /*hidden argument*/NULL); V_5 = L_26; // BigInteger Y = new BigInteger(1, encoded, 1 + expectedLength, expectedLength); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = ___encoded0; int32_t L_28 = V_1; int32_t L_29 = V_1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_30 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m915A1EA8271B005129A1E4376699B8E3BF71036B(L_30, 1, L_27, ((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_28)), L_29, /*hidden argument*/NULL); V_6 = L_30; // p = ValidatePoint(X, Y); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_31 = V_5; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_32 = V_6; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_33; L_33 = VirtualFuncInvoker2< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(8 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::ValidatePoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, __this, L_31, L_32); V_0 = L_33; // break; goto IL_015a; } IL_00e6: { // if (encoded.Length != (2 * expectedLength + 1)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34 = ___encoded0; NullCheck(L_34); int32_t L_35 = V_1; if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_34)->max_length)))) == ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_35)), (int32_t)1))))) { goto IL_0100; } } { // throw new ArgumentException("Incorrect length for hybrid encoding", "encoded"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_36 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_36, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCCEEC67C7791B256417855D36D3DFA6DCE7035BA)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral56709BF891E70BE93CCB90C02FAA80A3559B89D8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECCurve_DecodePoint_m6F3FC635186BE9813B36E53F78DBE51D47F9B675_RuntimeMethod_var))); } IL_0100: { // BigInteger X = new BigInteger(1, encoded, 1, expectedLength); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_37 = ___encoded0; int32_t L_38 = V_1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_39 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m915A1EA8271B005129A1E4376699B8E3BF71036B(L_39, 1, L_37, 1, L_38, /*hidden argument*/NULL); V_7 = L_39; // BigInteger Y = new BigInteger(1, encoded, 1 + expectedLength, expectedLength); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_40 = ___encoded0; int32_t L_41 = V_1; int32_t L_42 = V_1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_43 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m915A1EA8271B005129A1E4376699B8E3BF71036B(L_43, 1, L_40, ((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_41)), L_42, /*hidden argument*/NULL); V_8 = L_43; // if (Y.TestBit(0) != (type == 0x07)) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_44 = V_8; NullCheck(L_44); bool L_45; L_45 = BigInteger_TestBit_mC6B170A76F955C7A3839E85559A34EF0D9276D36(L_44, 0, /*hidden argument*/NULL); uint8_t L_46 = V_2; if ((((int32_t)L_45) == ((int32_t)((((int32_t)L_46) == ((int32_t)7))? 1 : 0)))) { goto IL_0136; } } { // throw new ArgumentException("Inconsistent Y coordinate in hybrid encoding", "encoded"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_47 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_47, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4B391B611EBD50275E2FFBCBF73F63F779D3F7FA)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral56709BF891E70BE93CCB90C02FAA80A3559B89D8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_47, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECCurve_DecodePoint_m6F3FC635186BE9813B36E53F78DBE51D47F9B675_RuntimeMethod_var))); } IL_0136: { // p = ValidatePoint(X, Y); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_48 = V_7; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_49 = V_8; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_50; L_50 = VirtualFuncInvoker2< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(8 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::ValidatePoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, __this, L_48, L_49); V_0 = L_50; // break; goto IL_015a; } IL_0143: { // throw new FormatException("Invalid point encoding " + type); String_t* L_51; L_51 = Byte_ToString_m6A11C71EB9B8031596645EA1A4C2430721B282B5((uint8_t*)(&V_2), /*hidden argument*/NULL); String_t* L_52; L_52 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral81DAFFB2A098E63AB4C8FBE0DD7F897F8D90D163)), L_51, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_53 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_53, L_52, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_53, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECCurve_DecodePoint_m6F3FC635186BE9813B36E53F78DBE51D47F9B675_RuntimeMethod_var))); } IL_015a: { // if (type != 0x00 && p.IsInfinity) uint8_t L_54 = V_2; if (!L_54) { goto IL_0175; } } { ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_55 = V_0; NullCheck(L_55); bool L_56; L_56 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(L_55, /*hidden argument*/NULL); if (!L_56) { goto IL_0175; } } { // throw new ArgumentException("Invalid infinity encoding", "encoded"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_57 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_57, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8BD249D0AFAD58BD02F3309BFE4D1710B2F19103)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral56709BF891E70BE93CCB90C02FAA80A3559B89D8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_57, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECCurve_DecodePoint_m6F3FC635186BE9813B36E53F78DBE51D47F9B675_RuntimeMethod_var))); } IL_0175: { // return p; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_58 = V_0; return L_58; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ECCurveType::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECCurveType__ctor_mDB1A48B52EDBA702C7F2314542222900486A4129 (ECCurveType_t4B15371EF305A8754E5BF26496202F4AC5E2E228 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.ECDHBasicAgreement::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECDHBasicAgreement_Init_m4EAD42EB77000B6CF09F41E380F6DB73DA4A427A (ECDHBasicAgreement_tD6A54D3C7B422C4E92F51E47FFBEC53FDEA25914 * __this, RuntimeObject* ___parameters0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (parameters is ParametersWithRandom) RuntimeObject* L_0 = ___parameters0; if (!((ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC *)IsInstClass((RuntimeObject*)L_0, ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var))) { goto IL_0015; } } { // parameters = ((ParametersWithRandom)parameters).Parameters; RuntimeObject* L_1 = ___parameters0; NullCheck(((ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC *)CastclassClass((RuntimeObject*)L_1, ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var))); RuntimeObject* L_2; L_2 = ParametersWithRandom_get_Parameters_mC27DE634CDD6230C5FD939CC5B81B42B7CCAEF18_inline(((ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC *)CastclassClass((RuntimeObject*)L_1, ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); ___parameters0 = L_2; } IL_0015: { // this.privKey = (ECPrivateKeyParameters)parameters; RuntimeObject* L_3 = ___parameters0; __this->set_privKey_0(((ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 *)CastclassClass((RuntimeObject*)L_3, ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029_il2cpp_TypeInfo_var))); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.ECDHBasicAgreement::GetFieldSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ECDHBasicAgreement_GetFieldSize_mC9D57FA6D4880DBDF350746C2E7DD1B59AA669A9 (ECDHBasicAgreement_tD6A54D3C7B422C4E92F51E47FFBEC53FDEA25914 * __this, const RuntimeMethod* method) { { // return (privKey.Parameters.Curve.FieldSize + 7) / 8; ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * L_0 = __this->get_privKey_0(); NullCheck(L_0); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_1; L_1 = ECKeyParameters_get_Parameters_m542E2EBDEDF773CFA59A881334563D7B3888F32B_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_2; L_2 = ECDomainParameters_get_Curve_mAF743EDFBA6FB8B0CBFB23022CE6D7471EEEFC79_inline(L_1, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_FieldSize() */, L_2); return ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)7))/(int32_t)8)); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.ECDHBasicAgreement::CalculateAgreement(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ECDHBasicAgreement_CalculateAgreement_m17EA6C47ECF4E927FE1A43E9DF932DC03DD78264 (ECDHBasicAgreement_tD6A54D3C7B422C4E92F51E47FFBEC53FDEA25914 * __this, RuntimeObject* ___pubKey0, 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*)&ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * V_0 = NULL; ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * V_1 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_2 = NULL; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * V_3 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_4 = NULL; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * G_B8_0 = NULL; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * G_B7_0 = NULL; { // ECPublicKeyParameters pub = (ECPublicKeyParameters)pubKey; RuntimeObject* L_0 = ___pubKey0; V_0 = ((ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB *)CastclassClass((RuntimeObject*)L_0, ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB_il2cpp_TypeInfo_var)); // ECDomainParameters dp = privKey.Parameters; ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * L_1 = __this->get_privKey_0(); NullCheck(L_1); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_2; L_2 = ECKeyParameters_get_Parameters_m542E2EBDEDF773CFA59A881334563D7B3888F32B_inline(L_1, /*hidden argument*/NULL); V_1 = L_2; // if (!dp.Equals(pub.Parameters)) ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_3 = V_1; ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * L_4 = V_0; NullCheck(L_4); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_5; L_5 = ECKeyParameters_get_Parameters_m542E2EBDEDF773CFA59A881334563D7B3888F32B_inline(L_4, /*hidden argument*/NULL); NullCheck(L_3); bool L_6; L_6 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_3, L_5); if (L_6) { goto IL_002c; } } { // throw new InvalidOperationException("ECDH public key has wrong domain parameters"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_7 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral43B7312F33D5C4E2053DB82CFD8FC8FE8924D4CE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECDHBasicAgreement_CalculateAgreement_m17EA6C47ECF4E927FE1A43E9DF932DC03DD78264_RuntimeMethod_var))); } IL_002c: { // BigInteger d = privKey.D; ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * L_8 = __this->get_privKey_0(); NullCheck(L_8); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9; L_9 = ECPrivateKeyParameters_get_D_m9B91C107111248008FD1E234A0EDEA5889C391B0_inline(L_8, /*hidden argument*/NULL); V_2 = L_9; // ECPoint Q = ECAlgorithms.CleanPoint(dp.Curve, pub.Q); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_10 = V_1; NullCheck(L_10); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_11; L_11 = ECDomainParameters_get_Curve_mAF743EDFBA6FB8B0CBFB23022CE6D7471EEEFC79_inline(L_10, /*hidden argument*/NULL); ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * L_12 = V_0; NullCheck(L_12); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_13; L_13 = ECPublicKeyParameters_get_Q_m37408C2CF552166020ADF2CFD5D881029BC9C533_inline(L_12, /*hidden argument*/NULL); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_14; L_14 = ECAlgorithms_CleanPoint_m49D1CE20B56EEFE9EDD23278EB9DF79D44DD6106(L_11, L_13, /*hidden argument*/NULL); V_3 = L_14; // if (Q.IsInfinity) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_15 = V_3; NullCheck(L_15); bool L_16; L_16 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_005d; } } { // throw new InvalidOperationException("Infinity is not a valid public key for ECDH"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_17 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_17, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF6696271BEE6FF1D58721B2E3B040722736A3B35)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECDHBasicAgreement_CalculateAgreement_m17EA6C47ECF4E927FE1A43E9DF932DC03DD78264_RuntimeMethod_var))); } IL_005d: { // BigInteger h = dp.H; ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_18 = V_1; NullCheck(L_18); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_19; L_19 = ECDomainParameters_get_H_m63EEBE8D9957F9B7487AC767891F317A488E3014_inline(L_18, /*hidden argument*/NULL); V_4 = L_19; // if (!h.Equals(BigInteger.One)) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_20 = V_4; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_21 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); NullCheck(L_20); bool L_22; L_22 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_20, L_21); if (L_22) { goto IL_0094; } } { // d = dp.HInv.Multiply(d).Mod(dp.N); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_23 = V_1; NullCheck(L_23); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_24; L_24 = ECDomainParameters_get_HInv_m4D3114DE2F1F6E3B97570314E8D071C44F617E91(L_23, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_25 = V_2; NullCheck(L_24); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_26; L_26 = BigInteger_Multiply_m232E46736C80E6A71D2140D5A37FC004489CA4BC(L_24, L_25, /*hidden argument*/NULL); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_27 = V_1; NullCheck(L_27); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_28; L_28 = ECDomainParameters_get_N_m080834A40F7AF8441A6C3858E9E7738CE8812D2B_inline(L_27, /*hidden argument*/NULL); NullCheck(L_26); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_29; L_29 = BigInteger_Mod_m7E2AEE973C716259130AE40359383DE0BCFDEAB2(L_26, L_28, /*hidden argument*/NULL); V_2 = L_29; // Q = ECAlgorithms.ReferenceMultiply(Q, h); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_30 = V_3; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_31 = V_4; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_32; L_32 = ECAlgorithms_ReferenceMultiply_m225CB9FC288353B8489F50DB1987155F9C87DC59(L_30, L_31, /*hidden argument*/NULL); V_3 = L_32; } IL_0094: { // ECPoint P = Q.Multiply(d).Normalize(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_33 = V_3; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_34 = V_2; NullCheck(L_33); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_35; L_35 = VirtualFuncInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(31 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, L_33, L_34); NullCheck(L_35); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_36; L_36 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(17 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Normalize() */, L_35); // if (P.IsInfinity) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_37 = L_36; NullCheck(L_37); bool L_38; L_38 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(L_37, /*hidden argument*/NULL); G_B7_0 = L_37; if (!L_38) { G_B8_0 = L_37; goto IL_00b3; } } { // throw new InvalidOperationException("Infinity is not a valid agreement value for ECDH"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_39 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_39, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB6D3F0DA6C1629181E959070AB7862773C5EA756)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_39, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECDHBasicAgreement_CalculateAgreement_m17EA6C47ECF4E927FE1A43E9DF932DC03DD78264_RuntimeMethod_var))); } IL_00b3: { // return P.AffineXCoord.ToBigInteger(); NullCheck(G_B8_0); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_40; L_40 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_AffineXCoord() */, G_B8_0); NullCheck(L_40); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_41; L_41 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::ToBigInteger() */, L_40); return L_41; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.ECDHBasicAgreement::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECDHBasicAgreement__ctor_m00A567A1CDA54D22181A8CF51412E87317BF38A8 (ECDHBasicAgreement_tD6A54D3C7B422C4E92F51E47FFBEC53FDEA25914 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.ECDHCBasicAgreement::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECDHCBasicAgreement_Init_m9880D37CAC3CB39542A0F0598701D9117113EFE4 (ECDHCBasicAgreement_t12D58B5036AAA4D28EEF51B90FB60F6FEB585FFC * __this, RuntimeObject* ___parameters0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (parameters is ParametersWithRandom) RuntimeObject* L_0 = ___parameters0; if (!((ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC *)IsInstClass((RuntimeObject*)L_0, ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var))) { goto IL_0015; } } { // parameters = ((ParametersWithRandom) parameters).Parameters; RuntimeObject* L_1 = ___parameters0; NullCheck(((ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC *)CastclassClass((RuntimeObject*)L_1, ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var))); RuntimeObject* L_2; L_2 = ParametersWithRandom_get_Parameters_mC27DE634CDD6230C5FD939CC5B81B42B7CCAEF18_inline(((ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC *)CastclassClass((RuntimeObject*)L_1, ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); ___parameters0 = L_2; } IL_0015: { // this.privKey = (ECPrivateKeyParameters)parameters; RuntimeObject* L_3 = ___parameters0; __this->set_privKey_0(((ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 *)CastclassClass((RuntimeObject*)L_3, ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029_il2cpp_TypeInfo_var))); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.ECDHCBasicAgreement::GetFieldSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ECDHCBasicAgreement_GetFieldSize_m5847B5CA74E6C64C1E5B6AFC05ADA82A9E1E6BD3 (ECDHCBasicAgreement_t12D58B5036AAA4D28EEF51B90FB60F6FEB585FFC * __this, const RuntimeMethod* method) { { // return (privKey.Parameters.Curve.FieldSize + 7) / 8; ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * L_0 = __this->get_privKey_0(); NullCheck(L_0); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_1; L_1 = ECKeyParameters_get_Parameters_m542E2EBDEDF773CFA59A881334563D7B3888F32B_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_2; L_2 = ECDomainParameters_get_Curve_mAF743EDFBA6FB8B0CBFB23022CE6D7471EEEFC79_inline(L_1, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_FieldSize() */, L_2); return ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)7))/(int32_t)8)); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.ECDHCBasicAgreement::CalculateAgreement(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ECDHCBasicAgreement_CalculateAgreement_mD9CD0504B7F11023C28477707C1669FF474105B4 (ECDHCBasicAgreement_t12D58B5036AAA4D28EEF51B90FB60F6FEB585FFC * __this, RuntimeObject* ___pubKey0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * V_0 = NULL; ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * V_1 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_2 = NULL; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * G_B4_0 = NULL; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * G_B3_0 = NULL; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * G_B6_0 = NULL; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * G_B5_0 = NULL; { // ECPublicKeyParameters pub = (ECPublicKeyParameters)pubKey; RuntimeObject* L_0 = ___pubKey0; V_0 = ((ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB *)CastclassClass((RuntimeObject*)L_0, ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB_il2cpp_TypeInfo_var)); // ECDomainParameters dp = privKey.Parameters; ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * L_1 = __this->get_privKey_0(); NullCheck(L_1); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_2; L_2 = ECKeyParameters_get_Parameters_m542E2EBDEDF773CFA59A881334563D7B3888F32B_inline(L_1, /*hidden argument*/NULL); V_1 = L_2; // if (!dp.Equals(pub.Parameters)) ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_3 = V_1; ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * L_4 = V_0; NullCheck(L_4); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_5; L_5 = ECKeyParameters_get_Parameters_m542E2EBDEDF773CFA59A881334563D7B3888F32B_inline(L_4, /*hidden argument*/NULL); NullCheck(L_3); bool L_6; L_6 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_3, L_5); if (L_6) { goto IL_002c; } } { // throw new InvalidOperationException("ECDHC public key has wrong domain parameters"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_7 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8699C3DD8B0E8683259E562D8B5CD600E2D6C19D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECDHCBasicAgreement_CalculateAgreement_mD9CD0504B7F11023C28477707C1669FF474105B4_RuntimeMethod_var))); } IL_002c: { // BigInteger hd = dp.H.Multiply(privKey.D).Mod(dp.N); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_8 = V_1; NullCheck(L_8); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9; L_9 = ECDomainParameters_get_H_m63EEBE8D9957F9B7487AC767891F317A488E3014_inline(L_8, /*hidden argument*/NULL); ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * L_10 = __this->get_privKey_0(); NullCheck(L_10); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11; L_11 = ECPrivateKeyParameters_get_D_m9B91C107111248008FD1E234A0EDEA5889C391B0_inline(L_10, /*hidden argument*/NULL); NullCheck(L_9); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_12; L_12 = BigInteger_Multiply_m232E46736C80E6A71D2140D5A37FC004489CA4BC(L_9, L_11, /*hidden argument*/NULL); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_13 = V_1; NullCheck(L_13); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_14; L_14 = ECDomainParameters_get_N_m080834A40F7AF8441A6C3858E9E7738CE8812D2B_inline(L_13, /*hidden argument*/NULL); NullCheck(L_12); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_15; L_15 = BigInteger_Mod_m7E2AEE973C716259130AE40359383DE0BCFDEAB2(L_12, L_14, /*hidden argument*/NULL); V_2 = L_15; // ECPoint pubPoint = ECAlgorithms.CleanPoint(dp.Curve, pub.Q); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_16 = V_1; NullCheck(L_16); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_17; L_17 = ECDomainParameters_get_Curve_mAF743EDFBA6FB8B0CBFB23022CE6D7471EEEFC79_inline(L_16, /*hidden argument*/NULL); ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * L_18 = V_0; NullCheck(L_18); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_19; L_19 = ECPublicKeyParameters_get_Q_m37408C2CF552166020ADF2CFD5D881029BC9C533_inline(L_18, /*hidden argument*/NULL); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_20; L_20 = ECAlgorithms_CleanPoint_m49D1CE20B56EEFE9EDD23278EB9DF79D44DD6106(L_17, L_19, /*hidden argument*/NULL); // if (pubPoint.IsInfinity) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_21 = L_20; NullCheck(L_21); bool L_22; L_22 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(L_21, /*hidden argument*/NULL); G_B3_0 = L_21; if (!L_22) { G_B4_0 = L_21; goto IL_0072; } } { // throw new InvalidOperationException("Infinity is not a valid public key for ECDHC"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_23 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_23, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2F7874E1A313F65A632403B07016AFAFE1AE299E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECDHCBasicAgreement_CalculateAgreement_mD9CD0504B7F11023C28477707C1669FF474105B4_RuntimeMethod_var))); } IL_0072: { // ECPoint P = pubPoint.Multiply(hd).Normalize(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_24 = V_2; NullCheck(G_B4_0); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_25; L_25 = VirtualFuncInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(31 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, G_B4_0, L_24); NullCheck(L_25); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_26; L_26 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(17 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Normalize() */, L_25); // if (P.IsInfinity) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_27 = L_26; NullCheck(L_27); bool L_28; L_28 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(L_27, /*hidden argument*/NULL); G_B5_0 = L_27; if (!L_28) { G_B6_0 = L_27; goto IL_0090; } } { // throw new InvalidOperationException("Infinity is not a valid agreement value for ECDHC"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_29 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_29, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral65373B01E3E9D055C3A427CD66D73E7C7FCE3849)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_29, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECDHCBasicAgreement_CalculateAgreement_mD9CD0504B7F11023C28477707C1669FF474105B4_RuntimeMethod_var))); } IL_0090: { // return P.AffineXCoord.ToBigInteger(); NullCheck(G_B6_0); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_30; L_30 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_AffineXCoord() */, G_B6_0); NullCheck(L_30); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_31; L_31 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::ToBigInteger() */, L_30); return L_31; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.ECDHCBasicAgreement::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECDHCBasicAgreement__ctor_mF17E06E9EDC024E2AA90A0A7C7F9F040463303B1 (ECDHCBasicAgreement_t12D58B5036AAA4D28EEF51B90FB60F6FEB585FFC * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Kdf.ECDHKekGenerator::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECDHKekGenerator__ctor_mEA411BE03DD55CE836361AC495BBD07F5E91A10A (ECDHKekGenerator_tEBD409F6B4EFFBD4CF52EDA6FE5886C6BB6C9F22 * __this, RuntimeObject* ___digest0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Kdf2BytesGenerator_t0B685D72F032C668FF02E742A08D06DB5F2DBDC9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public ECDHKekGenerator(IDigest digest) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.kdf = new Kdf2BytesGenerator(digest); RuntimeObject* L_0 = ___digest0; Kdf2BytesGenerator_t0B685D72F032C668FF02E742A08D06DB5F2DBDC9 * L_1 = (Kdf2BytesGenerator_t0B685D72F032C668FF02E742A08D06DB5F2DBDC9 *)il2cpp_codegen_object_new(Kdf2BytesGenerator_t0B685D72F032C668FF02E742A08D06DB5F2DBDC9_il2cpp_TypeInfo_var); Kdf2BytesGenerator__ctor_m4A8868B1DE0EB993F10C39B8639791416CB8BC01(L_1, L_0, /*hidden argument*/NULL); __this->set_kdf_0(L_1); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Kdf.ECDHKekGenerator::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDerivationParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECDHKekGenerator_Init_mD734A67001A365A1555A7D477BEC2E80EA7A82B2 (ECDHKekGenerator_tEBD409F6B4EFFBD4CF52EDA6FE5886C6BB6C9F22 * __this, RuntimeObject* ___param0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DHKdfParameters_tBC02DF985D41D8F8FFD1B58094949C0691817426_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DHKdfParameters_tBC02DF985D41D8F8FFD1B58094949C0691817426 * V_0 = NULL; { // DHKdfParameters parameters = (DHKdfParameters)param; RuntimeObject* L_0 = ___param0; V_0 = ((DHKdfParameters_tBC02DF985D41D8F8FFD1B58094949C0691817426 *)CastclassClass((RuntimeObject*)L_0, DHKdfParameters_tBC02DF985D41D8F8FFD1B58094949C0691817426_il2cpp_TypeInfo_var)); // this.algorithm = parameters.Algorithm; DHKdfParameters_tBC02DF985D41D8F8FFD1B58094949C0691817426 * L_1 = V_0; NullCheck(L_1); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_2; L_2 = DHKdfParameters_get_Algorithm_mCBD34B1C3D5A905970EE4F4038409F6F6E62A9CA_inline(L_1, /*hidden argument*/NULL); __this->set_algorithm_1(L_2); // this.keySize = parameters.KeySize; DHKdfParameters_tBC02DF985D41D8F8FFD1B58094949C0691817426 * L_3 = V_0; NullCheck(L_3); int32_t L_4; L_4 = DHKdfParameters_get_KeySize_mD2A427C4E9E834CFA34521EB430F74C021191EEF_inline(L_3, /*hidden argument*/NULL); __this->set_keySize_2(L_4); // this.z = parameters.GetZ(); // TODO Clone? DHKdfParameters_tBC02DF985D41D8F8FFD1B58094949C0691817426 * L_5 = V_0; NullCheck(L_5); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6; L_6 = DHKdfParameters_GetZ_m9DDA8B6ADCEEC74D4A65ECD0790D6E981E90E3A6_inline(L_5, /*hidden argument*/NULL); __this->set_z_3(L_6); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Kdf.ECDHKekGenerator::get_Digest() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ECDHKekGenerator_get_Digest_mE6D77B998CBD6D3A256EFBBD297BC04D52BC97E9 (ECDHKekGenerator_tEBD409F6B4EFFBD4CF52EDA6FE5886C6BB6C9F22 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDerivationFunction_tFA4A8096261F45161BECE2FD43BEE2D3FE7A9C57_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return kdf.Digest; } RuntimeObject* L_0 = __this->get_kdf_0(); NullCheck(L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDerivationFunction::get_Digest() */, IDerivationFunction_tFA4A8096261F45161BECE2FD43BEE2D3FE7A9C57_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Kdf.ECDHKekGenerator::GenerateBytes(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ECDHKekGenerator_GenerateBytes_mAEAABEDA3BFB760B9C6ECB84751E87694C06592E (ECDHKekGenerator_tEBD409F6B4EFFBD4CF52EDA6FE5886C6BB6C9F22 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes0, int32_t ___outOff1, int32_t ___len2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerNull_t020168AF07318033108544C00C803CD7AEB97239_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDerivationFunction_tFA4A8096261F45161BECE2FD43BEE2D3FE7A9C57_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KdfParameters_t56EBC3CEF1BEB144CDB7BF823CB774656D442189_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * V_0 = NULL; { // DerSequence s = new DerSequence( // new AlgorithmIdentifier(algorithm, DerNull.Instance), // new DerTaggedObject(true, 2, new DerOctetString(Pack.UInt32_To_BE((uint)keySize)))); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)2); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = L_0; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_2 = __this->get_algorithm_1(); IL2CPP_RUNTIME_CLASS_INIT(DerNull_t020168AF07318033108544C00C803CD7AEB97239_il2cpp_TypeInfo_var); DerNull_t020168AF07318033108544C00C803CD7AEB97239 * L_3 = ((DerNull_t020168AF07318033108544C00C803CD7AEB97239_StaticFields*)il2cpp_codegen_static_fields_for(DerNull_t020168AF07318033108544C00C803CD7AEB97239_il2cpp_TypeInfo_var))->get_Instance_2(); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_4 = (AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 *)il2cpp_codegen_object_new(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9_il2cpp_TypeInfo_var); AlgorithmIdentifier__ctor_m942B7921A63CC0139DAD59B57D2B41BBA20EF608(L_4, L_2, L_3, /*hidden argument*/NULL); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_4); (L_1)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_4); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_5 = L_1; int32_t L_6 = __this->get_keySize_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7; L_7 = Pack_UInt32_To_BE_m844C340612E67E5CBE9429EE120A23DF2DBC60D1(L_6, /*hidden argument*/NULL); DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * L_8 = (DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 *)il2cpp_codegen_object_new(DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); DerOctetString__ctor_mBD13EC2203DF652C61E5AB45AE95CC51A22F0AF2(L_8, L_7, /*hidden argument*/NULL); DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_9 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F(L_9, (bool)1, 2, L_8, /*hidden argument*/NULL); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_9); (L_5)->SetAt(static_cast(1), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_9); DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_10 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_m014F0386FA0EDB7F97747159963DC17F535AF0A2(L_10, L_5, /*hidden argument*/NULL); V_0 = L_10; // kdf.Init(new KdfParameters(z, s.GetDerEncoded())); RuntimeObject* L_11 = __this->get_kdf_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = __this->get_z_3(); DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_13 = V_0; NullCheck(L_13); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14; L_14 = Asn1Encodable_GetDerEncoded_m30F357C2B994910EAC405FACBB5CA88181B3CD4E(L_13, /*hidden argument*/NULL); KdfParameters_t56EBC3CEF1BEB144CDB7BF823CB774656D442189 * L_15 = (KdfParameters_t56EBC3CEF1BEB144CDB7BF823CB774656D442189 *)il2cpp_codegen_object_new(KdfParameters_t56EBC3CEF1BEB144CDB7BF823CB774656D442189_il2cpp_TypeInfo_var); KdfParameters__ctor_m7469D0BE39E9564EEDE4243EFD8D31DBB231E595(L_15, L_12, L_14, /*hidden argument*/NULL); NullCheck(L_11); InterfaceActionInvoker1< RuntimeObject* >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDerivationFunction::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDerivationParameters) */, IDerivationFunction_tFA4A8096261F45161BECE2FD43BEE2D3FE7A9C57_il2cpp_TypeInfo_var, L_11, L_15); // return kdf.GenerateBytes(outBytes, outOff, len); RuntimeObject* L_16 = __this->get_kdf_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = ___outBytes0; int32_t L_18 = ___outOff1; int32_t L_19 = ___len2; NullCheck(L_16); int32_t L_20; L_20 = InterfaceFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(2 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDerivationFunction::GenerateBytes(System.Byte[],System.Int32,System.Int32) */, IDerivationFunction_tFA4A8096261F45161BECE2FD43BEE2D3FE7A9C57_il2cpp_TypeInfo_var, L_16, L_17, L_18, L_19); return L_20; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.ECDHWithKdfBasicAgreement::.ctor(System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDerivationFunction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECDHWithKdfBasicAgreement__ctor_m1485EBE690DD4B5230CC1459F51C81D9A3A977EB (ECDHWithKdfBasicAgreement_tAE4C878FC55C41570F27EBAD68546ACF53947C0A * __this, String_t* ___algorithm0, RuntimeObject* ___kdf1, const RuntimeMethod* method) { { // public ECDHWithKdfBasicAgreement( // string algorithm, // IDerivationFunction kdf) ECDHBasicAgreement__ctor_m00A567A1CDA54D22181A8CF51412E87317BF38A8(__this, /*hidden argument*/NULL); // if (algorithm == null) String_t* L_0 = ___algorithm0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("algorithm"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA9AF8D13B64E63A31A01386E007E5C9CF3A6CF5B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECDHWithKdfBasicAgreement__ctor_m1485EBE690DD4B5230CC1459F51C81D9A3A977EB_RuntimeMethod_var))); } IL_0014: { // if (kdf == null) RuntimeObject* L_2 = ___kdf1; if (L_2) { goto IL_0022; } } { // throw new ArgumentNullException("kdf"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral964A115C9844FDC3CAB0DA4CB724F1C996223905)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECDHWithKdfBasicAgreement__ctor_m1485EBE690DD4B5230CC1459F51C81D9A3A977EB_RuntimeMethod_var))); } IL_0022: { // this.algorithm = algorithm; String_t* L_4 = ___algorithm0; __this->set_algorithm_1(L_4); // this.kdf = kdf; RuntimeObject* L_5 = ___kdf1; __this->set_kdf_2(L_5); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.ECDHWithKdfBasicAgreement::CalculateAgreement(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ECDHWithKdfBasicAgreement_CalculateAgreement_m10154B083AA902B9FDC1DFDF8A5F94F7FE9E16EB (ECDHWithKdfBasicAgreement_tAE4C878FC55C41570F27EBAD68546ACF53947C0A * __this, RuntimeObject* ___pubKey0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DHKdfParameters_tBC02DF985D41D8F8FFD1B58094949C0691817426_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GeneratorUtilities_t67ACB79DC6E18815C42C195F8D953A5F17210A19_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDerivationFunction_tFA4A8096261F45161BECE2FD43BEE2D3FE7A9C57_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_0 = NULL; int32_t V_1 = 0; DHKdfParameters_tBC02DF985D41D8F8FFD1B58094949C0691817426 * V_2 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; { // BigInteger result = base.CalculateAgreement(pubKey); RuntimeObject* L_0 = ___pubKey0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1; L_1 = ECDHBasicAgreement_CalculateAgreement_m17EA6C47ECF4E927FE1A43E9DF932DC03DD78264(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; // int keySize = GeneratorUtilities.GetDefaultKeySize(algorithm); String_t* L_2 = __this->get_algorithm_1(); IL2CPP_RUNTIME_CLASS_INIT(GeneratorUtilities_t67ACB79DC6E18815C42C195F8D953A5F17210A19_il2cpp_TypeInfo_var); int32_t L_3; L_3 = GeneratorUtilities_GetDefaultKeySize_mD4E88DF91FDDB43E27D9A9E5E1FCC532ECF594D1(L_2, /*hidden argument*/NULL); V_1 = L_3; // DHKdfParameters dhKdfParams = new DHKdfParameters( // new DerObjectIdentifier(algorithm), // keySize, // BigIntToBytes(result)); String_t* L_4 = __this->get_algorithm_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_5 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_5, L_4, /*hidden argument*/NULL); int32_t L_6 = V_1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_7 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = ECDHWithKdfBasicAgreement_BigIntToBytes_mF5B0490E54A9FC729AE1BA97ACC71F2F372080F2(__this, L_7, /*hidden argument*/NULL); DHKdfParameters_tBC02DF985D41D8F8FFD1B58094949C0691817426 * L_9 = (DHKdfParameters_tBC02DF985D41D8F8FFD1B58094949C0691817426 *)il2cpp_codegen_object_new(DHKdfParameters_tBC02DF985D41D8F8FFD1B58094949C0691817426_il2cpp_TypeInfo_var); DHKdfParameters__ctor_m347CA7D8EC2F49A892838E4F004AB2EC62A7A3FE(L_9, L_5, L_6, L_8, /*hidden argument*/NULL); V_2 = L_9; // kdf.Init(dhKdfParams); RuntimeObject* L_10 = __this->get_kdf_2(); DHKdfParameters_tBC02DF985D41D8F8FFD1B58094949C0691817426 * L_11 = V_2; NullCheck(L_10); InterfaceActionInvoker1< RuntimeObject* >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDerivationFunction::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDerivationParameters) */, IDerivationFunction_tFA4A8096261F45161BECE2FD43BEE2D3FE7A9C57_il2cpp_TypeInfo_var, L_10, L_11); // byte[] keyBytes = new byte[keySize / 8]; int32_t L_12 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)L_12/(int32_t)8))); V_3 = L_13; // kdf.GenerateBytes(keyBytes, 0, keyBytes.Length); RuntimeObject* L_14 = __this->get_kdf_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = V_3; NullCheck(L_16); NullCheck(L_14); int32_t L_17; L_17 = InterfaceFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(2 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDerivationFunction::GenerateBytes(System.Byte[],System.Int32,System.Int32) */, IDerivationFunction_tFA4A8096261F45161BECE2FD43BEE2D3FE7A9C57_il2cpp_TypeInfo_var, L_14, L_15, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length)))); // return new BigInteger(1, keyBytes); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = V_3; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_19 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m2790E6F992AE637CEB82161CD2D56E1E0008F81A(L_19, 1, L_18, /*hidden argument*/NULL); return L_19; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.ECDHWithKdfBasicAgreement::BigIntToBytes(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ECDHWithKdfBasicAgreement_BigIntToBytes_mF5B0490E54A9FC729AE1BA97ACC71F2F372080F2 (ECDHWithKdfBasicAgreement_tAE4C878FC55C41570F27EBAD68546ACF53947C0A * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___r0, const RuntimeMethod* method) { int32_t V_0 = 0; { // int byteLength = X9IntegerConverter.GetByteLength(privKey.Parameters.Curve); ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * L_0 = ((ECDHBasicAgreement_tD6A54D3C7B422C4E92F51E47FFBEC53FDEA25914 *)__this)->get_privKey_0(); NullCheck(L_0); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_1; L_1 = ECKeyParameters_get_Parameters_m542E2EBDEDF773CFA59A881334563D7B3888F32B_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_2; L_2 = ECDomainParameters_get_Curve_mAF743EDFBA6FB8B0CBFB23022CE6D7471EEEFC79_inline(L_1, /*hidden argument*/NULL); int32_t L_3; L_3 = X9IntegerConverter_GetByteLength_m19D8AD488C4EF8DA72A4206B700557A6027DA2B7(L_2, /*hidden argument*/NULL); V_0 = L_3; // return X9IntegerConverter.IntegerToBytes(r, byteLength); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = ___r0; int32_t L_5 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6; L_6 = X9IntegerConverter_IntegerToBytes_m192434ABE05AFFEA0C3F144E169BA2D46965AEC9(L_4, L_5, /*hidden argument*/NULL); return L_6; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECDomainParameters__ctor_m1E605A7647F670C6E00792100A80EDDF20589273 (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___g1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : this(curve, g, n, BigInteger.One, null) ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = ___curve0; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_1 = ___g1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = ___n2; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); ECDomainParameters__ctor_m215ED4F7FB06CDD0F9AC3C670B20B1B75E03B47B(__this, L_0, L_1, L_2, L_3, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECDomainParameters__ctor_mA420AB48ED683352BD3E1DA1B724B20B80C24DD3 (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___g1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n2, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___h3, const RuntimeMethod* method) { { // : this(curve, g, n, h, null) ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = ___curve0; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_1 = ___g1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = ___n2; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = ___h3; ECDomainParameters__ctor_m215ED4F7FB06CDD0F9AC3C670B20B1B75E03B47B(__this, L_0, L_1, L_2, L_3, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECDomainParameters__ctor_m215ED4F7FB06CDD0F9AC3C670B20B1B75E03B47B (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___g1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n2, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___h3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___seed4, 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; } { // public ECDomainParameters( // ECCurve curve, // ECPoint g, // BigInteger n, // BigInteger h, // byte[] seed) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // if (curve == null) ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = ___curve0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("curve"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6C9DED8087C891AE33ACFFCE806DBFF63795F56F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECDomainParameters__ctor_m215ED4F7FB06CDD0F9AC3C670B20B1B75E03B47B_RuntimeMethod_var))); } IL_0014: { // if (g == null) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_2 = ___g1; if (L_2) { goto IL_0022; } } { // throw new ArgumentNullException("g"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B9B6C84CC15492CCB290C4B79418FA6D7DD24C1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECDomainParameters__ctor_m215ED4F7FB06CDD0F9AC3C670B20B1B75E03B47B_RuntimeMethod_var))); } IL_0022: { // if (n == null) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = ___n2; if (L_4) { goto IL_0030; } } { // throw new ArgumentNullException("n"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_5 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4C9ECEDF5B1FB9420A92A5B02A141FADFDF52ED6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECDomainParameters__ctor_m215ED4F7FB06CDD0F9AC3C670B20B1B75E03B47B_RuntimeMethod_var))); } IL_0030: { // this.curve = curve; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_6 = ___curve0; __this->set_curve_0(L_6); // this.g = Validate(curve, g); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_7 = ___curve0; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_8 = ___g1; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_9; L_9 = ECDomainParameters_Validate_m22382B896B882DCD272C40B8F71074BB8FD13666(L_7, L_8, /*hidden argument*/NULL); __this->set_g_2(L_9); // this.n = n; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10 = ___n2; __this->set_n_3(L_10); // this.h = h; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11 = ___h3; __this->set_h_4(L_11); // this.seed = Arrays.Clone(seed); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___seed4; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13; L_13 = Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8(L_12, /*hidden argument*/NULL); __this->set_seed_1(L_13); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::get_Curve() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ECDomainParameters_get_Curve_mAF743EDFBA6FB8B0CBFB23022CE6D7471EEEFC79 (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * __this, const RuntimeMethod* method) { { // get { return curve; } ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = __this->get_curve_0(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::get_G() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECDomainParameters_get_G_m98A15A2437F3706CF1B8D7F738246A1675B6243B (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * __this, const RuntimeMethod* method) { { // get { return g; } ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_0 = __this->get_g_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::get_N() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ECDomainParameters_get_N_m080834A40F7AF8441A6C3858E9E7738CE8812D2B (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * __this, const RuntimeMethod* method) { { // get { return n; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_n_3(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::get_H() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ECDomainParameters_get_H_m63EEBE8D9957F9B7487AC767891F317A488E3014 (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * __this, const RuntimeMethod* method) { { // get { return h; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_h_4(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::get_HInv() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ECDomainParameters_get_HInv_m4D3114DE2F1F6E3B97570314E8D071C44F617E91 (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * __this, const RuntimeMethod* method) { ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * V_0 = NULL; bool V_1 = false; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // lock (this) V_0 = __this; V_1 = (bool)0; } IL_0004: try {// begin try (depth: 1) { ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_0 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_0, (bool*)(&V_1), /*hidden argument*/NULL); // if (hInv == null) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = __this->get_hInv_5(); if (L_1) { goto IL_002b; } } IL_0014: { // hInv = h.ModInverse(n); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = __this->get_h_4(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = __this->get_n_3(); NullCheck(L_2); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4; L_4 = BigInteger_ModInverse_mC7B76E8E8BA0692B5F16F38DDA981EB2C5ABBC34(L_2, L_3, /*hidden argument*/NULL); __this->set_hInv_5(L_4); } IL_002b: { // return hInv; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = __this->get_hInv_5(); V_2 = L_5; IL2CPP_LEAVE(0x3E, FINALLY_0034); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0034; } FINALLY_0034: {// begin finally (depth: 1) { bool L_6 = V_1; if (!L_6) { goto IL_003d; } } IL_0037: { ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_7 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_7, /*hidden argument*/NULL); } IL_003d: { IL2CPP_END_FINALLY(52) } }// end finally (depth: 1) IL2CPP_CLEANUP(52) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x3E, IL_003e) } IL_003e: { // } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8 = V_2; return L_8; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::GetSeed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ECDomainParameters_GetSeed_m464A13BB6E731A7A4FE4B878C36BC4FA8FE4D580 (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * __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 Arrays.Clone(seed); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_seed_1(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ECDomainParameters_Equals_m7ED83A695060F59D54A1EBDD43AAFDFB3CC0EC66 (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * V_0 = NULL; { // if (obj == this) RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC *)__this)))) { goto IL_0006; } } { // return true; return (bool)1; } IL_0006: { // ECDomainParameters other = obj as ECDomainParameters; RuntimeObject * L_1 = ___obj0; V_0 = ((ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC *)IsInstClass((RuntimeObject*)L_1, ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC_il2cpp_TypeInfo_var)); // if (other == null) ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_2 = V_0; if (L_2) { goto IL_0012; } } { // return false; return (bool)0; } IL_0012: { // return Equals(other); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_3 = V_0; bool L_4; L_4 = VirtualFuncInvoker1< bool, ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * >::Invoke(4 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters) */, __this, L_3); return L_4; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ECDomainParameters_Equals_m2E6F2B206B530B8FECE29B8CBF812796F24EF056 (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * __this, ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * ___other0, const RuntimeMethod* method) { { // return curve.Equals(other.curve) // && g.Equals(other.g) // && n.Equals(other.n) // && h.Equals(other.h); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = __this->get_curve_0(); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_1 = ___other0; NullCheck(L_1); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_2 = L_1->get_curve_0(); NullCheck(L_0); bool L_3; L_3 = VirtualFuncInvoker1< bool, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(33 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve) */, L_0, L_2); if (!L_3) { goto IL_004b; } } { ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_4 = __this->get_g_2(); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_5 = ___other0; NullCheck(L_5); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_6 = L_5->get_g_2(); NullCheck(L_4); bool L_7; L_7 = VirtualFuncInvoker1< bool, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(22 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) */, L_4, L_6); if (!L_7) { goto IL_004b; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8 = __this->get_n_3(); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_9 = ___other0; NullCheck(L_9); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10 = L_9->get_n_3(); NullCheck(L_8); bool L_11; L_11 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_8, L_10); if (!L_11) { goto IL_004b; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_12 = __this->get_h_4(); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_13 = ___other0; NullCheck(L_13); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_14 = L_13->get_h_4(); NullCheck(L_12); bool L_15; L_15 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_12, L_14); return L_15; } IL_004b: { return (bool)0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ECDomainParameters_GetHashCode_m151DAFBEB669248C38325BF82B07E1886EC39647 (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * __this, const RuntimeMethod* method) { { // int hc = curve.GetHashCode(); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = __this->get_curve_0(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); // hc *= 37; // hc ^= g.GetHashCode(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_2 = __this->get_g_2(); NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_2); // hc *= 37; // hc ^= n.GetHashCode(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = __this->get_n_3(); NullCheck(L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_4); // hc *= 37; // hc ^= h.GetHashCode(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6 = __this->get_h_4(); NullCheck(L_6); int32_t L_7; L_7 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_6); // return hc; return ((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)((int32_t)37)))^(int32_t)L_3)), (int32_t)((int32_t)37)))^(int32_t)L_5)), (int32_t)((int32_t)37)))^(int32_t)L_7)); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::Validate(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECDomainParameters_Validate_m22382B896B882DCD272C40B8F71074BB8FD13666 (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___c0, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___q1, const RuntimeMethod* method) { { // if (q == null) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_0 = ___q1; if (L_0) { goto IL_0013; } } { // throw new ArgumentException("Point has null value", "q"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_1 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7CB034E74B625F0DA4A5C5C65B5767CDD66A43B6)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral430E518F836082E0683698AB9E3F79D39C7F5140)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECDomainParameters_Validate_m22382B896B882DCD272C40B8F71074BB8FD13666_RuntimeMethod_var))); } IL_0013: { // q = ECAlgorithms.ImportPoint(c, q).Normalize(); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_2 = ___c0; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_3 = ___q1; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_4; L_4 = ECAlgorithms_ImportPoint_mD8210758B6E3CEBA7C91A24B3163F542856D01EE(L_2, L_3, /*hidden argument*/NULL); NullCheck(L_4); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_5; L_5 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(17 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Normalize() */, L_4); ___q1 = L_5; // if (q.IsInfinity) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_6 = ___q1; NullCheck(L_6); bool L_7; L_7 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0039; } } { // throw new ArgumentException("Point at infinity", "q"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_8 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral16152044FF1589CFD5FB8D2F43FB3EAB08B3B227)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral430E518F836082E0683698AB9E3F79D39C7F5140)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECDomainParameters_Validate_m22382B896B882DCD272C40B8F71074BB8FD13666_RuntimeMethod_var))); } IL_0039: { // if (!q.IsValid()) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_9 = ___q1; NullCheck(L_9); bool L_10; L_10 = ECPoint_IsValid_mF161DD13E2F01DA1B4BA207D6DEC234551FEA61A(L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0051; } } { // throw new ArgumentException("Point not on curve", "q"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_11 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9D04AA46110B8FE8E9C448A920F632EBF131629A)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral430E518F836082E0683698AB9E3F79D39C7F5140)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECDomainParameters_Validate_m22382B896B882DCD272C40B8F71074BB8FD13666_RuntimeMethod_var))); } IL_0051: { // return q; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_12 = ___q1; return L_12; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECDsaSigner::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECDsaSigner__ctor_mC4F4D5CE581433D26564968322F566A578F8017F (ECDsaSigner_tB22A90B41509D48DC54D1AFAF408F0E4326A3760 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RandomDsaKCalculator_tCC700A028D7BDE02024D912CFA2B81B0E7A42142_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public ECDsaSigner() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.kCalculator = new RandomDsaKCalculator(); RandomDsaKCalculator_tCC700A028D7BDE02024D912CFA2B81B0E7A42142 * L_0 = (RandomDsaKCalculator_tCC700A028D7BDE02024D912CFA2B81B0E7A42142 *)il2cpp_codegen_object_new(RandomDsaKCalculator_tCC700A028D7BDE02024D912CFA2B81B0E7A42142_il2cpp_TypeInfo_var); RandomDsaKCalculator__ctor_m6BF841870093C0DF7180A77E38BE92EE525F1130(L_0, /*hidden argument*/NULL); __this->set_kCalculator_1(L_0); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECDsaSigner::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.IDsaKCalculator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECDsaSigner__ctor_mBBB83A299E4CEC6C914599E18856086222C54D1C (ECDsaSigner_tB22A90B41509D48DC54D1AFAF408F0E4326A3760 * __this, RuntimeObject* ___kCalculator0, const RuntimeMethod* method) { { // public ECDsaSigner(IDsaKCalculator kCalculator) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.kCalculator = kCalculator; RuntimeObject* L_0 = ___kCalculator0; __this->set_kCalculator_1(L_0); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECDsaSigner::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ECDsaSigner_get_AlgorithmName_m26EE8592A3B53C0FB5ED755EE1DADD652CC33F00 (ECDsaSigner_tB22A90B41509D48DC54D1AFAF408F0E4326A3760 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral70BBC87222786B2FB160BFD7855B579444CE1163); s_Il2CppMethodInitialized = true; } { // get { return "ECDSA"; } return _stringLiteral70BBC87222786B2FB160BFD7855B579444CE1163; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECDsaSigner::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECDsaSigner_Init_m8F4E6849D09F17085C748B0A368ACBAA20112DF6 (ECDsaSigner_tB22A90B41509D48DC54D1AFAF408F0E4326A3760 * __this, bool ___forSigning0, RuntimeObject* ___parameters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDsaKCalculator_tF50AA36AFBA3B4D88C26A1C64ECF2E23FF6A11E2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * V_0 = NULL; ECDsaSigner_tB22A90B41509D48DC54D1AFAF408F0E4326A3760 * G_B11_0 = NULL; ECDsaSigner_tB22A90B41509D48DC54D1AFAF408F0E4326A3760 * G_B11_1 = NULL; ECDsaSigner_tB22A90B41509D48DC54D1AFAF408F0E4326A3760 * G_B10_0 = NULL; ECDsaSigner_tB22A90B41509D48DC54D1AFAF408F0E4326A3760 * G_B10_1 = NULL; int32_t G_B12_0 = 0; ECDsaSigner_tB22A90B41509D48DC54D1AFAF408F0E4326A3760 * G_B12_1 = NULL; ECDsaSigner_tB22A90B41509D48DC54D1AFAF408F0E4326A3760 * G_B12_2 = NULL; { // SecureRandom providedRandom = null; V_0 = (SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 *)NULL; // if (forSigning) bool L_0 = ___forSigning0; if (!L_0) { goto IL_0042; } } { // if (parameters is ParametersWithRandom) RuntimeObject* L_1 = ___parameters1; if (!((ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC *)IsInstClass((RuntimeObject*)L_1, ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var))) { goto IL_0021; } } { // ParametersWithRandom rParam = (ParametersWithRandom)parameters; RuntimeObject* L_2 = ___parameters1; // providedRandom = rParam.Random; ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC * L_3 = ((ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC *)CastclassClass((RuntimeObject*)L_2, ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var)); NullCheck(L_3); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_4; L_4 = ParametersWithRandom_get_Random_mF9C641B992B3D83AC3CE3E4E7AD7D56545538F91_inline(L_3, /*hidden argument*/NULL); V_0 = L_4; // parameters = rParam.Parameters; NullCheck(L_3); RuntimeObject* L_5; L_5 = ParametersWithRandom_get_Parameters_mC27DE634CDD6230C5FD939CC5B81B42B7CCAEF18_inline(L_3, /*hidden argument*/NULL); ___parameters1 = L_5; } IL_0021: { // if (!(parameters is ECPrivateKeyParameters)) RuntimeObject* L_6 = ___parameters1; if (((ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 *)IsInstClass((RuntimeObject*)L_6, ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029_il2cpp_TypeInfo_var))) { goto IL_0034; } } { // throw new InvalidKeyException("EC private key required for signing"); InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A * L_7 = (InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A_il2cpp_TypeInfo_var))); InvalidKeyException__ctor_m8237DB4630E307D5BF4496918D1F5A07DC10E5CF(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDB5459E87FE11E0B887657C7AEEB22ED5E43E4F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECDsaSigner_Init_m8F4E6849D09F17085C748B0A368ACBAA20112DF6_RuntimeMethod_var))); } IL_0034: { // this.key = (ECPrivateKeyParameters)parameters; RuntimeObject* L_8 = ___parameters1; __this->set_key_2(((ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 *)CastclassClass((RuntimeObject*)L_8, ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029_il2cpp_TypeInfo_var))); // } goto IL_0061; } IL_0042: { // if (!(parameters is ECPublicKeyParameters)) RuntimeObject* L_9 = ___parameters1; if (((ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB *)IsInstClass((RuntimeObject*)L_9, ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB_il2cpp_TypeInfo_var))) { goto IL_0055; } } { // throw new InvalidKeyException("EC public key required for verification"); InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A * L_10 = (InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A_il2cpp_TypeInfo_var))); InvalidKeyException__ctor_m8237DB4630E307D5BF4496918D1F5A07DC10E5CF(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAA9F681CCA6F2D8BBF9F248BCFC3D29F60C2D0BB)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECDsaSigner_Init_m8F4E6849D09F17085C748B0A368ACBAA20112DF6_RuntimeMethod_var))); } IL_0055: { // this.key = (ECPublicKeyParameters)parameters; RuntimeObject* L_11 = ___parameters1; __this->set_key_2(((ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB *)CastclassClass((RuntimeObject*)L_11, ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB_il2cpp_TypeInfo_var))); } IL_0061: { // this.random = InitSecureRandom(forSigning && !kCalculator.IsDeterministic, providedRandom); bool L_12 = ___forSigning0; G_B10_0 = __this; G_B10_1 = __this; if (!L_12) { G_B11_0 = __this; G_B11_1 = __this; goto IL_0076; } } { RuntimeObject* L_13 = __this->get_kCalculator_1(); NullCheck(L_13); bool L_14; L_14 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.IDsaKCalculator::get_IsDeterministic() */, IDsaKCalculator_tF50AA36AFBA3B4D88C26A1C64ECF2E23FF6A11E2_il2cpp_TypeInfo_var, L_13); G_B12_0 = ((((int32_t)L_14) == ((int32_t)0))? 1 : 0); G_B12_1 = G_B10_0; G_B12_2 = G_B10_1; goto IL_0077; } IL_0076: { G_B12_0 = 0; G_B12_1 = G_B11_0; G_B12_2 = G_B11_1; } IL_0077: { SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_15 = V_0; NullCheck(G_B12_1); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_16; L_16 = VirtualFuncInvoker2< SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 *, bool, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * >::Invoke(17 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECDsaSigner::InitSecureRandom(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) */, G_B12_1, (bool)G_B12_0, L_15); NullCheck(G_B12_2); G_B12_2->set_random_3(L_16); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECDsaSigner::get_Order() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ECDsaSigner_get_Order_m9545A9E4DF0986D083C4120AA91B3D29FA56F080 (ECDsaSigner_tB22A90B41509D48DC54D1AFAF408F0E4326A3760 * __this, const RuntimeMethod* method) { { // get { return key.Parameters.N; } ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * L_0 = __this->get_key_2(); NullCheck(L_0); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_1; L_1 = ECKeyParameters_get_Parameters_m542E2EBDEDF773CFA59A881334563D7B3888F32B_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2; L_2 = ECDomainParameters_get_N_m080834A40F7AF8441A6C3858E9E7738CE8812D2B_inline(L_1, /*hidden argument*/NULL); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECDsaSigner::GenerateSignature(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* ECDsaSigner_GenerateSignature_mF76DF7D8A49DD002F1264F0DA99EDB6B6DAA0E0B (ECDsaSigner_tB22A90B41509D48DC54D1AFAF408F0E4326A3760 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECMultiplier_t157DBBD8C0030BD905D93F22A7EDD2DD8AF2C0AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDsaKCalculator_tF50AA36AFBA3B4D88C26A1C64ECF2E23FF6A11E2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * V_0 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_1 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_2 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_3 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_4 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_5 = NULL; RuntimeObject* V_6 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_7 = NULL; { // ECDomainParameters ec = key.Parameters; ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * L_0 = __this->get_key_2(); NullCheck(L_0); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_1; L_1 = ECKeyParameters_get_Parameters_m542E2EBDEDF773CFA59A881334563D7B3888F32B_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; // BigInteger n = ec.N; ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_2 = V_0; NullCheck(L_2); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3; L_3 = ECDomainParameters_get_N_m080834A40F7AF8441A6C3858E9E7738CE8812D2B_inline(L_2, /*hidden argument*/NULL); V_1 = L_3; // BigInteger e = CalculateE(n, message); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___message0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6; L_6 = VirtualFuncInvoker2< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(14 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECDsaSigner::CalculateE(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,System.Byte[]) */, __this, L_4, L_5); V_2 = L_6; // BigInteger d = ((ECPrivateKeyParameters)key).D; ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * L_7 = __this->get_key_2(); NullCheck(((ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 *)CastclassClass((RuntimeObject*)L_7, ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029_il2cpp_TypeInfo_var))); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8; L_8 = ECPrivateKeyParameters_get_D_m9B91C107111248008FD1E234A0EDEA5889C391B0_inline(((ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 *)CastclassClass((RuntimeObject*)L_7, ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_3 = L_8; // if (kCalculator.IsDeterministic) RuntimeObject* L_9 = __this->get_kCalculator_1(); NullCheck(L_9); bool L_10; L_10 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.IDsaKCalculator::get_IsDeterministic() */, IDsaKCalculator_tF50AA36AFBA3B4D88C26A1C64ECF2E23FF6A11E2_il2cpp_TypeInfo_var, L_9); if (!L_10) { goto IL_004a; } } { // kCalculator.Init(n, d, message); RuntimeObject* L_11 = __this->get_kCalculator_1(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_12 = V_1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_13 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = ___message0; NullCheck(L_11); InterfaceActionInvoker3< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(2 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.IDsaKCalculator::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,System.Byte[]) */, IDsaKCalculator_tF50AA36AFBA3B4D88C26A1C64ECF2E23FF6A11E2_il2cpp_TypeInfo_var, L_11, L_12, L_13, L_14); // } goto IL_005c; } IL_004a: { // kCalculator.Init(n, random); RuntimeObject* L_15 = __this->get_kCalculator_1(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_16 = V_1; SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_17 = __this->get_random_3(); NullCheck(L_15); InterfaceActionInvoker2< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * >::Invoke(1 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.IDsaKCalculator::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) */, IDsaKCalculator_tF50AA36AFBA3B4D88C26A1C64ECF2E23FF6A11E2_il2cpp_TypeInfo_var, L_15, L_16, L_17); } IL_005c: { // ECMultiplier basePointMultiplier = CreateBasePointMultiplier(); RuntimeObject* L_18; L_18 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(15 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ECMultiplier BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECDsaSigner::CreateBasePointMultiplier() */, __this); V_6 = L_18; } IL_0064: { // k = kCalculator.NextK(); RuntimeObject* L_19 = __this->get_kCalculator_1(); NullCheck(L_19); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_20; L_20 = InterfaceFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(3 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.IDsaKCalculator::NextK() */, IDsaKCalculator_tF50AA36AFBA3B4D88C26A1C64ECF2E23FF6A11E2_il2cpp_TypeInfo_var, L_19); V_7 = L_20; // ECPoint p = basePointMultiplier.Multiply(ec.G, k).Normalize(); RuntimeObject* L_21 = V_6; ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_22 = V_0; NullCheck(L_22); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_23; L_23 = ECDomainParameters_get_G_m98A15A2437F3706CF1B8D7F738246A1675B6243B_inline(L_22, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_24 = V_7; NullCheck(L_21); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_25; L_25 = InterfaceFuncInvoker2< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ECMultiplier::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, ECMultiplier_t157DBBD8C0030BD905D93F22A7EDD2DD8AF2C0AC_il2cpp_TypeInfo_var, L_21, L_23, L_24); NullCheck(L_25); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_26; L_26 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(17 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Normalize() */, L_25); // r = p.AffineXCoord.ToBigInteger().Mod(n); NullCheck(L_26); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_27; L_27 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_AffineXCoord() */, L_26); NullCheck(L_27); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_28; L_28 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::ToBigInteger() */, L_27); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_29 = V_1; NullCheck(L_28); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_30; L_30 = BigInteger_Mod_m7E2AEE973C716259130AE40359383DE0BCFDEAB2(L_28, L_29, /*hidden argument*/NULL); V_4 = L_30; // while (r.SignValue == 0); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_31 = V_4; NullCheck(L_31); int32_t L_32; L_32 = BigInteger_get_SignValue_mD40EFBE0702F356758CE49796DD9743BF06E5199_inline(L_31, /*hidden argument*/NULL); if (!L_32) { goto IL_0064; } } { // s = k.ModInverse(n).Multiply(e.Add(d.Multiply(r))).Mod(n); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_33 = V_7; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_34 = V_1; NullCheck(L_33); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_35; L_35 = BigInteger_ModInverse_mC7B76E8E8BA0692B5F16F38DDA981EB2C5ABBC34(L_33, L_34, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_36 = V_2; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_37 = V_3; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_38 = V_4; NullCheck(L_37); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_39; L_39 = BigInteger_Multiply_m232E46736C80E6A71D2140D5A37FC004489CA4BC(L_37, L_38, /*hidden argument*/NULL); NullCheck(L_36); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_40; L_40 = BigInteger_Add_mC4685DAB012424EC6A0FF486D89CA5A538CB3937(L_36, L_39, /*hidden argument*/NULL); NullCheck(L_35); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_41; L_41 = BigInteger_Multiply_m232E46736C80E6A71D2140D5A37FC004489CA4BC(L_35, L_40, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_42 = V_1; NullCheck(L_41); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_43; L_43 = BigInteger_Mod_m7E2AEE973C716259130AE40359383DE0BCFDEAB2(L_41, L_42, /*hidden argument*/NULL); V_5 = L_43; // while (s.SignValue == 0); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_44 = V_5; NullCheck(L_44); int32_t L_45; L_45 = BigInteger_get_SignValue_mD40EFBE0702F356758CE49796DD9743BF06E5199_inline(L_44, /*hidden argument*/NULL); if (!L_45) { goto IL_0064; } } { // return new BigInteger[]{ r, s }; BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_46 = (BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED*)(BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED*)SZArrayNew(BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED_il2cpp_TypeInfo_var, (uint32_t)2); BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_47 = L_46; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_48 = V_4; NullCheck(L_47); ArrayElementTypeCheck (L_47, L_48); (L_47)->SetAt(static_cast(0), (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)L_48); BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_49 = L_47; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_50 = V_5; NullCheck(L_49); ArrayElementTypeCheck (L_49, L_50); (L_49)->SetAt(static_cast(1), (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)L_50); return L_49; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECDsaSigner::VerifySignature(System.Byte[],BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ECDsaSigner_VerifySignature_m823B8F3E70AB06811D917606AA795B8408033C31 (ECDsaSigner_tB22A90B41509D48DC54D1AFAF408F0E4326A3760 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___message0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___r1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___s2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECDsaSigner_tB22A90B41509D48DC54D1AFAF408F0E4326A3760_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_0 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_1 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_2 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_3 = NULL; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * V_4 = NULL; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * V_5 = NULL; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_6 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_7 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_8 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_9 = NULL; { // BigInteger n = key.Parameters.N; ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * L_0 = __this->get_key_2(); NullCheck(L_0); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_1; L_1 = ECKeyParameters_get_Parameters_m542E2EBDEDF773CFA59A881334563D7B3888F32B_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2; L_2 = ECDomainParameters_get_N_m080834A40F7AF8441A6C3858E9E7738CE8812D2B_inline(L_1, /*hidden argument*/NULL); V_0 = L_2; // if (r.SignValue < 1 || s.SignValue < 1 // || r.CompareTo(n) >= 0 || s.CompareTo(n) >= 0) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = ___r1; NullCheck(L_3); int32_t L_4; L_4 = BigInteger_get_SignValue_mD40EFBE0702F356758CE49796DD9743BF06E5199_inline(L_3, /*hidden argument*/NULL); if ((((int32_t)L_4) < ((int32_t)1))) { goto IL_0037; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = ___s2; NullCheck(L_5); int32_t L_6; L_6 = BigInteger_get_SignValue_mD40EFBE0702F356758CE49796DD9743BF06E5199_inline(L_5, /*hidden argument*/NULL); if ((((int32_t)L_6) < ((int32_t)1))) { goto IL_0037; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_7 = ___r1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8 = V_0; NullCheck(L_7); int32_t L_9; L_9 = BigInteger_CompareTo_m0B17CAA359D6D0E4621D4A93451F9A154B21E3A4(L_7, L_8, /*hidden argument*/NULL); if ((((int32_t)L_9) >= ((int32_t)0))) { goto IL_0037; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10 = ___s2; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11 = V_0; NullCheck(L_10); int32_t L_12; L_12 = BigInteger_CompareTo_m0B17CAA359D6D0E4621D4A93451F9A154B21E3A4(L_10, L_11, /*hidden argument*/NULL); if ((((int32_t)L_12) < ((int32_t)0))) { goto IL_0039; } } IL_0037: { // return false; return (bool)0; } IL_0039: { // BigInteger e = CalculateE(n, message); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_13 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = ___message0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_15; L_15 = VirtualFuncInvoker2< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(14 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECDsaSigner::CalculateE(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,System.Byte[]) */, __this, L_13, L_14); // BigInteger c = s.ModInverse(n); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_16 = ___s2; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_17 = V_0; NullCheck(L_16); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_18; L_18 = BigInteger_ModInverse_mC7B76E8E8BA0692B5F16F38DDA981EB2C5ABBC34(L_16, L_17, /*hidden argument*/NULL); V_1 = L_18; // BigInteger u1 = e.Multiply(c).Mod(n); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_19 = V_1; NullCheck(L_15); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_20; L_20 = BigInteger_Multiply_m232E46736C80E6A71D2140D5A37FC004489CA4BC(L_15, L_19, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_21 = V_0; NullCheck(L_20); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_22; L_22 = BigInteger_Mod_m7E2AEE973C716259130AE40359383DE0BCFDEAB2(L_20, L_21, /*hidden argument*/NULL); V_2 = L_22; // BigInteger u2 = r.Multiply(c).Mod(n); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_23 = ___r1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_24 = V_1; NullCheck(L_23); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_25; L_25 = BigInteger_Multiply_m232E46736C80E6A71D2140D5A37FC004489CA4BC(L_23, L_24, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_26 = V_0; NullCheck(L_25); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_27; L_27 = BigInteger_Mod_m7E2AEE973C716259130AE40359383DE0BCFDEAB2(L_25, L_26, /*hidden argument*/NULL); V_3 = L_27; // ECPoint G = key.Parameters.G; ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * L_28 = __this->get_key_2(); NullCheck(L_28); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_29; L_29 = ECKeyParameters_get_Parameters_m542E2EBDEDF773CFA59A881334563D7B3888F32B_inline(L_28, /*hidden argument*/NULL); NullCheck(L_29); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_30; L_30 = ECDomainParameters_get_G_m98A15A2437F3706CF1B8D7F738246A1675B6243B_inline(L_29, /*hidden argument*/NULL); // ECPoint Q = ((ECPublicKeyParameters) key).Q; ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * L_31 = __this->get_key_2(); NullCheck(((ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB *)CastclassClass((RuntimeObject*)L_31, ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB_il2cpp_TypeInfo_var))); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_32; L_32 = ECPublicKeyParameters_get_Q_m37408C2CF552166020ADF2CFD5D881029BC9C533_inline(((ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB *)CastclassClass((RuntimeObject*)L_31, ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_4 = L_32; // ECPoint point = ECAlgorithms.SumOfTwoMultiplies(G, u1, Q, u2); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_33 = V_2; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_34 = V_4; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_35 = V_3; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_36; L_36 = ECAlgorithms_SumOfTwoMultiplies_m6DE827E85A395A69DED4673F721DA7162534E24E(L_30, L_33, L_34, L_35, /*hidden argument*/NULL); V_5 = L_36; // if (point.IsInfinity) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_37 = V_5; NullCheck(L_37); bool L_38; L_38 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(L_37, /*hidden argument*/NULL); if (!L_38) { goto IL_009c; } } { // return false; return (bool)0; } IL_009c: { // ECCurve curve = point.Curve; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_39 = V_5; NullCheck(L_39); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_40; L_40 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, L_39); V_6 = L_40; // if (curve != null) ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_41 = V_6; if (!L_41) { goto IL_011d; } } { // BigInteger cofactor = curve.Cofactor; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_42 = V_6; NullCheck(L_42); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_43; L_43 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(27 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Cofactor() */, L_42); V_7 = L_43; // if (cofactor != null && cofactor.CompareTo(Eight) <= 0) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_44 = V_7; if (!L_44) { goto IL_011d; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_45 = V_7; IL2CPP_RUNTIME_CLASS_INIT(ECDsaSigner_tB22A90B41509D48DC54D1AFAF408F0E4326A3760_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_46 = ((ECDsaSigner_tB22A90B41509D48DC54D1AFAF408F0E4326A3760_StaticFields*)il2cpp_codegen_static_fields_for(ECDsaSigner_tB22A90B41509D48DC54D1AFAF408F0E4326A3760_il2cpp_TypeInfo_var))->get_Eight_0(); NullCheck(L_45); int32_t L_47; L_47 = BigInteger_CompareTo_m0B17CAA359D6D0E4621D4A93451F9A154B21E3A4(L_45, L_46, /*hidden argument*/NULL); if ((((int32_t)L_47) > ((int32_t)0))) { goto IL_011d; } } { // ECFieldElement D = GetDenominator(curve.CoordinateSystem, point); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_48 = V_6; NullCheck(L_48); int32_t L_49; L_49 = VirtualFuncInvoker0< int32_t >::Invoke(28 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_CoordinateSystem() */, L_48); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_50 = V_5; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_51; L_51 = VirtualFuncInvoker2< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, int32_t, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(16 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECDsaSigner::GetDenominator(System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) */, __this, L_49, L_50); V_8 = L_51; // if (D != null && !D.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_52 = V_8; if (!L_52) { goto IL_011d; } } { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_53 = V_8; NullCheck(L_53); bool L_54; L_54 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_53); if (L_54) { goto IL_011d; } } { // ECFieldElement X = point.XCoord; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_55 = V_5; NullCheck(L_55); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_56; L_56 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_XCoord() */, L_55); V_9 = L_56; goto IL_0111; } IL_00ee: { // ECFieldElement R = curve.FromBigInteger(r).Multiply(D); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_57 = V_6; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_58 = ___r1; NullCheck(L_57); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_59; L_59 = 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_57, L_58); 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); // if (R.Equals(X)) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_62 = V_9; NullCheck(L_61); bool L_63; L_63 = VirtualFuncInvoker1< bool, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(25 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_61, L_62); if (!L_63) { goto IL_0108; } } { // return true; return (bool)1; } IL_0108: { // r = r.Add(n); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_64 = ___r1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_65 = V_0; NullCheck(L_64); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_66; L_66 = BigInteger_Add_mC4685DAB012424EC6A0FF486D89CA5A538CB3937(L_64, L_65, /*hidden argument*/NULL); ___r1 = L_66; } IL_0111: { // while (curve.IsValidFieldElement(r)) ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_67 = V_6; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_68 = ___r1; NullCheck(L_67); bool L_69; L_69 = VirtualFuncInvoker1< bool, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(6 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::IsValidFieldElement(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, L_67, L_68); if (L_69) { goto IL_00ee; } } { // return false; return (bool)0; } IL_011d: { // BigInteger v = point.Normalize().AffineXCoord.ToBigInteger().Mod(n); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_70 = V_5; NullCheck(L_70); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_71; L_71 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(17 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Normalize() */, L_70); NullCheck(L_71); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_72; L_72 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_AffineXCoord() */, L_71); NullCheck(L_72); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_73; L_73 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::ToBigInteger() */, L_72); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_74 = V_0; NullCheck(L_73); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_75; L_75 = BigInteger_Mod_m7E2AEE973C716259130AE40359383DE0BCFDEAB2(L_73, L_74, /*hidden argument*/NULL); // return v.Equals(r); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_76 = ___r1; NullCheck(L_75); bool L_77; L_77 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_75, L_76); return L_77; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECDsaSigner::CalculateE(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ECDsaSigner_CalculateE_m56B80DCB733992AF8D0F1DA3308732B9071C7B35 (ECDsaSigner_tB22A90B41509D48DC54D1AFAF408F0E4326A3760 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___message1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_1 = NULL; { // int messageBitLength = message.Length * 8; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___message1; NullCheck(L_0); V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))), (int32_t)8)); // BigInteger trunc = new BigInteger(1, message); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___message1; 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); V_1 = L_2; // if (n.BitLength < messageBitLength) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = ___n0; NullCheck(L_3); int32_t L_4; L_4 = BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C(L_3, /*hidden argument*/NULL); int32_t L_5 = V_0; if ((((int32_t)L_4) >= ((int32_t)L_5))) { goto IL_0026; } } { // trunc = trunc.ShiftRight(messageBitLength - n.BitLength); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6 = V_1; int32_t L_7 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8 = ___n0; NullCheck(L_8); int32_t L_9; L_9 = BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C(L_8, /*hidden argument*/NULL); NullCheck(L_6); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10; L_10 = BigInteger_ShiftRight_m24332C73CA4FF51A829E2F1AB89F0B3903CDF642(L_6, ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_9)), /*hidden argument*/NULL); V_1 = L_10; } IL_0026: { // return trunc; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11 = V_1; return L_11; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ECMultiplier BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECDsaSigner::CreateBasePointMultiplier() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ECDsaSigner_CreateBasePointMultiplier_mFC091CAE361ACF37902FBFBC8F156AAA23540BB9 (ECDsaSigner_tB22A90B41509D48DC54D1AFAF408F0E4326A3760 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FixedPointCombMultiplier_t3DC099A00AC6C61A9488DD426ACAA76EBD9F71FE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new FixedPointCombMultiplier(); FixedPointCombMultiplier_t3DC099A00AC6C61A9488DD426ACAA76EBD9F71FE * L_0 = (FixedPointCombMultiplier_t3DC099A00AC6C61A9488DD426ACAA76EBD9F71FE *)il2cpp_codegen_object_new(FixedPointCombMultiplier_t3DC099A00AC6C61A9488DD426ACAA76EBD9F71FE_il2cpp_TypeInfo_var); FixedPointCombMultiplier__ctor_mD084612F9C60100B627319F19EBDBD944BA42F4A(L_0, /*hidden argument*/NULL); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECDsaSigner::GetDenominator(System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ECDsaSigner_GetDenominator_mD606E52C3081E70425A332E84F907B5F9504B965 (ECDsaSigner_tB22A90B41509D48DC54D1AFAF408F0E4326A3760 * __this, int32_t ___coordinateSystem0, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___p1, const RuntimeMethod* method) { { int32_t L_0 = ___coordinateSystem0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1))) { case 0: { goto IL_0026; } case 1: { goto IL_002e; } case 2: { goto IL_002e; } case 3: { goto IL_002e; } case 4: { goto IL_003b; } case 5: { goto IL_0026; } case 6: { goto IL_0026; } } } { goto IL_003b; } IL_0026: { // return p.GetZCoord(0); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_1 = ___p1; NullCheck(L_1); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2; L_2 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, int32_t >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::GetZCoord(System.Int32) */, L_1, 0); return L_2; } IL_002e: { // return p.GetZCoord(0).Square(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_3 = ___p1; NullCheck(L_3); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_4; L_4 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, int32_t >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::GetZCoord(System.Int32) */, L_3, 0); NullCheck(L_4); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_5; L_5 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_4); return L_5; } IL_003b: { // return null; return (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)NULL; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECDsaSigner::InitSecureRandom(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ECDsaSigner_InitSecureRandom_mE16D9D7212259B8E3699DBD6639FAF3D8421398E (ECDsaSigner_tB22A90B41509D48DC54D1AFAF408F0E4326A3760 * __this, bool ___needed0, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___provided1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return !needed ? null : (provided != null) ? provided : new SecureRandom(); bool L_0 = ___needed0; if (!L_0) { goto IL_000e; } } { SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_1 = ___provided1; if (L_1) { goto IL_000c; } } { SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_2 = (SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 *)il2cpp_codegen_object_new(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_il2cpp_TypeInfo_var); SecureRandom__ctor_mAD42803A2428614D1F961A8BCC228B22958C978A(L_2, /*hidden argument*/NULL); return L_2; } IL_000c: { SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_3 = ___provided1; return L_3; } IL_000e: { return (SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 *)NULL; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECDsaSigner::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECDsaSigner__cctor_m02AE52F6B97E4C833651505E2551E882FFDA7B25 (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*)&ECDsaSigner_tB22A90B41509D48DC54D1AFAF408F0E4326A3760_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private static readonly BigInteger Eight = BigInteger.ValueOf(8); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0; L_0 = BigInteger_ValueOf_m26A9968814DAF2363D8B71164672E6257BC82001(((int64_t)((int64_t)8)), /*hidden argument*/NULL); ((ECDsaSigner_tB22A90B41509D48DC54D1AFAF408F0E4326A3760_StaticFields*)il2cpp_codegen_static_fields_for(ECDsaSigner_tB22A90B41509D48DC54D1AFAF408F0E4326A3760_il2cpp_TypeInfo_var))->set_Eight_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.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_BitLength() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ECFieldElement_get_BitLength_mE29CF03258F148230E4D43BE2FB02B3C077906AC (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * __this, const RuntimeMethod* method) { { // get { return ToBigInteger().BitLength; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0; L_0 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::ToBigInteger() */, __this); NullCheck(L_0); int32_t L_1; L_1 = BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsOne() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ECFieldElement_get_IsOne_m8F182643F18C493EE60FD5BFC0B5B431E99E3CD1 (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * __this, const RuntimeMethod* method) { { // get { return BitLength == 1; } int32_t L_0; L_0 = VirtualFuncInvoker0< int32_t >::Invoke(16 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_BitLength() */, __this); return (bool)((((int32_t)L_0) == ((int32_t)1))? 1 : 0); } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ECFieldElement_get_IsZero_mA179D14320808A4F68CC7E835E308CC6A206B8F8 (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * __this, const RuntimeMethod* method) { { // get { return 0 == ToBigInteger().SignValue; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0; L_0 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::ToBigInteger() */, __this); NullCheck(L_0); int32_t L_1; L_1 = BigInteger_get_SignValue_mD40EFBE0702F356758CE49796DD9743BF06E5199_inline(L_0, /*hidden argument*/NULL); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::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 * ECFieldElement_MultiplyMinusProduct_m41E7A11B5485F152415F32C68BE27AA685E81190 (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___b0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, const RuntimeMethod* method) { { // return Multiply(b).Subtract(x.Multiply(y)); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = ___b0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1; L_1 = 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_0); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___x1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_3 = ___y2; NullCheck(L_2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_4; L_4 = 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_2, L_3); NullCheck(L_1); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_5; L_5 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Subtract(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_1, L_4); return L_5; } } // 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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ECFieldElement_MultiplyPlusProduct_mC2E5D4FBA749B6168F1FEB26B8D0D56B3B9678C4 (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___b0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, const RuntimeMethod* method) { { // return Multiply(b).Add(x.Multiply(y)); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = ___b0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1; L_1 = 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_0); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___x1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_3 = ___y2; NullCheck(L_2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_4; L_4 = 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_2, L_3); NullCheck(L_1); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_5; L_5 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_1, L_4); return L_5; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::SquareMinusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ECFieldElement_SquareMinusProduct_mFEEB87E5382D8793E57F3177577119C257276400 (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y1, const RuntimeMethod* method) { { // return Square().Subtract(x.Multiply(y)); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0; L_0 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, __this); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___x0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___y1; NullCheck(L_1); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_3; L_3 = 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_1, L_2); NullCheck(L_0); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_4; L_4 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Subtract(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_0, L_3); return L_4; } } // 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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ECFieldElement_SquarePlusProduct_m7BAE77B51E3C2D3DCC503997131C6C3632A4404C (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y1, const RuntimeMethod* method) { { // return Square().Add(x.Multiply(y)); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0; L_0 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, __this); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___x0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___y1; NullCheck(L_1); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_3; L_3 = 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_1, L_2); NullCheck(L_0); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_4; L_4 = 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_0, L_3); return L_4; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::SquarePow(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ECFieldElement_SquarePow_m0988E252EE73A8E96039A6A10F211B4C322B7F29 (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * __this, int32_t ___pow0, const RuntimeMethod* method) { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_0 = NULL; int32_t V_1 = 0; { // ECFieldElement r = this; V_0 = __this; // for (int i = 0; i < pow; ++i) V_1 = 0; goto IL_0011; } IL_0006: { // r = r.Square(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = V_0; NullCheck(L_0); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1; L_1 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_0); V_0 = L_1; // for (int i = 0; i < pow; ++i) int32_t L_2 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); } IL_0011: { // for (int i = 0; i < pow; ++i) int32_t L_3 = V_1; int32_t L_4 = ___pow0; if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_0006; } } { // return r; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_5 = V_0; return L_5; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::TestBitZero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ECFieldElement_TestBitZero_mB43B55BA0C378585BB60D8AFD9AEAA1F357ED654 (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * __this, const RuntimeMethod* method) { { // return ToBigInteger().TestBit(0); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0; L_0 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::ToBigInteger() */, __this); NullCheck(L_0); bool L_1; L_1 = BigInteger_TestBit_mC6B170A76F955C7A3839E85559A34EF0D9276D36(L_0, 0, /*hidden argument*/NULL); return L_1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ECFieldElement_Equals_m6FD36A44C96EC5993C790ACEDBDCAA981143B516 (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Equals(obj as ECFieldElement); RuntimeObject * L_0 = ___obj0; bool L_1; L_1 = VirtualFuncInvoker1< bool, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(25 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, __this, ((ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)IsInstClass((RuntimeObject*)L_0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117_il2cpp_TypeInfo_var))); return L_1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ECFieldElement_Equals_mC7616E34196056D165C8EBC68E9FDF02F1D49C48 (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___other0, const RuntimeMethod* method) { { // if (this == other) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = ___other0; if ((!(((RuntimeObject*)(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)__this) == ((RuntimeObject*)(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_0)))) { goto IL_0006; } } { // return true; return (bool)1; } IL_0006: { // if (null == other) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___other0; if (L_1) { goto IL_000b; } } { // return false; return (bool)0; } IL_000b: { // return ToBigInteger().Equals(other.ToBigInteger()); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2; L_2 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::ToBigInteger() */, __this); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_3 = ___other0; NullCheck(L_3); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4; L_4 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::ToBigInteger() */, L_3); NullCheck(L_2); bool L_5; L_5 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_2, L_4); return L_5; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ECFieldElement_GetHashCode_m432B01A3531EF632468A457079C7037D3D79602A (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * __this, const RuntimeMethod* method) { { // return ToBigInteger().GetHashCode(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0; L_0 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::ToBigInteger() */, __this); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); return L_1; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ECFieldElement_ToString_m7090423E4AF17CC121642764A9B42FB5A034E276 (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * __this, const RuntimeMethod* method) { { // return this.ToBigInteger().ToString(16); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0; L_0 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::ToBigInteger() */, __this); NullCheck(L_0); String_t* L_1; L_1 = BigInteger_ToString_mFF53767A6FF70750090DBF90EF6F28D9BF247EC6(L_0, ((int32_t)16), /*hidden argument*/NULL); return L_1; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::GetEncoded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ECFieldElement_GetEncoded_m649C0F07C5DD3E3396802C7EFF4EA6630C967779 (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * __this, const RuntimeMethod* method) { { // return BigIntegers.AsUnsignedByteArray((FieldSize + 7) / 8, ToBigInteger()); int32_t L_0; L_0 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_FieldSize() */, __this); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1; L_1 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::ToBigInteger() */, __this); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = BigIntegers_AsUnsignedByteArray_mBECE598E3ED13CE9ED432BF265638BEF19A5B755(((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)7))/(int32_t)8)), L_1, /*hidden argument*/NULL); return L_2; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECFieldElement__ctor_mC59D02D5C74E85F70D850C983EE204CCE5291E2E (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.ECGost3410NamedCurves::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECGost3410NamedCurves__ctor_mBE5FF348CA6FE2AA068CB7870F62B77948AC694F (ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4 * __this, const RuntimeMethod* method) { { // private ECGost3410NamedCurves() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.ECGost3410NamedCurves::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECGost3410NamedCurves__cctor_m440FC03D28F585A8576E77572F378322FF8FA6E1 (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*)&CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00DA3AD226ACC0C10128A55EB2F4BA1CFFD923BA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral083254A1A4A1C04CB775CBF074BB11BD4B25B68D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral20F7422100C8C88F6B340925BAE5048C30576E23); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral27C62F5BF5E713F2E8EF22A96123CF0A5E31A683); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2A7D304CE6EEF8FD6E48F80E04FD3D2B7979A7DC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral397BC76E7C60761FCDCB467B2E44B507AB0C972B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3DD76D3077F87B98C7C5AB8CF2F3F081912348DE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42E4BAE87327B3B3454A4DEDC345D2D99EB45DD0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral47897467C289E1E51875B7BE0A8CFD148657C64D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral495FB6B8211354090008ECE66A4F0F4C56D595AF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4D555EF3A5A789B807E1C18EC3E043507E755389); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral56E48A9EFB2CE2F6E1A309F359E5C91D518D0798); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5E9884F0BD4A29DF1CFBB498F954D90C47C805BE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5F0E0E4FD20D264DD71A98D304397A53CE06D485); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral60199730F5C57A48DF851C925F3C7F244932D855); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral69DFF768ABFFE49DB2765C1E1108568643D57A13); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77895F6592D0DB48A9B015F87D1E6C27D25D5B86); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral83F537831BA5197B51F61DE71D8CEE84CF54F85F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral85A8A90B5F192F9171591E220AEAE8BF98E46D9E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8B0A812880C9845F35BE4A8DDAC4B7105604A0B1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral90DD75189A2896A50DA3085F6227D60BD8BE71EE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA6CFF9BA0FFB9E961A1009F3C2D0D2BF233C4E24); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA7EFBE7F1BCDE14DDA3B606A5F35D70FCD927D4E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAB1884265C9E3BBE790EC2DEBA9D74770BD8BD21); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAC6F5A4052EFDA8F3ABA4A3E049AA81980EE08BA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAE8DAE8CB28032AAE362FE4155C2D33608A9AED4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAED879DFFF10168D668BF6C09CD5A8B9EC0B213E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB2BE67E8FE96D76329A494BF023091D66218DB51); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB54ACAD0F41C91B612B3B1155DB05A194D22EEF5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB68D96028BD9D3876AEFB7ACF3D7B72FD005DA58); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC591B1C32392EBE66D2D66C9101FD6E0C8E97686); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCA2F7E3F980976FF5D2198BA2ACA4D142E792C17); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD22CAA4530F10CCFA10C706C2EA30D020D07B591); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDC325AAF3DB870DE52E3B7DC130AC930CB4F8CAC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDDEBA5C718D86B7D3A4F2771FE5FEE72964652B1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDEFFC44CEBAF4A7E48E4183E884F92E8024495C8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE048A033719D20DAF396B46256692FAD1476B2B3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE1C262722E8E2006A0A85AD4C2BF25E74FB7FCD4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF43E7AC121C30B30D71E4345C0180DE7F322A779); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA3A96CD759774DD5AD0E6FAC6EEF64AD51AEBAC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFC33F16353A9E9E591862FACA0703D7BBAD181A6); s_Il2CppMethodInitialized = true; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_0 = NULL; FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 * V_1 = NULL; ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * V_2 = NULL; { // internal static readonly IDictionary objIds = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateHashtable(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = Platform_CreateHashtable_mC95944AF156429BA5DCBC1173539FC65A7782B06(/*hidden argument*/NULL); ((ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var))->set_objIds_0(L_0); // internal static readonly IDictionary parameters = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateHashtable(); RuntimeObject* L_1; L_1 = Platform_CreateHashtable_mC95944AF156429BA5DCBC1173539FC65A7782B06(/*hidden argument*/NULL); ((ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var))->set_parameters_1(L_1); // internal static readonly IDictionary names = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateHashtable(); RuntimeObject* L_2; L_2 = Platform_CreateHashtable_mC95944AF156429BA5DCBC1173539FC65A7782B06(/*hidden argument*/NULL); ((ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var))->set_names_2(L_2); // BigInteger mod_p = new BigInteger("115792089237316195423570985008687907853269984665640564039457584007913129639319"); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mACDFD6004FBAE6E3484BA8F9FAF435B0FC2F5C7D(L_3, _stringLiteral85A8A90B5F192F9171591E220AEAE8BF98E46D9E, /*hidden argument*/NULL); // BigInteger mod_q = new BigInteger("115792089237316195423570985008687907853073762908499243225378155805079068850323"); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mACDFD6004FBAE6E3484BA8F9FAF435B0FC2F5C7D(L_4, _stringLiteralDEFFC44CEBAF4A7E48E4183E884F92E8024495C8, /*hidden argument*/NULL); V_0 = L_4; // FpCurve curve = new FpCurve( // mod_p, // p // new BigInteger("115792089237316195423570985008687907853269984665640564039457584007913129639316"), // a // new BigInteger("166"), // b // mod_q, BigInteger.One); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mACDFD6004FBAE6E3484BA8F9FAF435B0FC2F5C7D(L_5, _stringLiteralAE8DAE8CB28032AAE362FE4155C2D33608A9AED4, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mACDFD6004FBAE6E3484BA8F9FAF435B0FC2F5C7D(L_6, _stringLiteralAC6F5A4052EFDA8F3ABA4A3E049AA81980EE08BA, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 * L_9 = (FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 *)il2cpp_codegen_object_new(FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8_il2cpp_TypeInfo_var); FpCurve__ctor_m2BBC566CAC9C3F165A2311D6287A1E639468ED67(L_9, L_3, L_5, L_6, L_7, L_8, /*hidden argument*/NULL); V_1 = L_9; // ECDomainParameters ecParams = new ECDomainParameters( // curve, // curve.CreatePoint( // new BigInteger("1"), // x // new BigInteger("64033881142927202683649881450433473985931760268884941288852745803908878638612")), // y // mod_q, BigInteger.One); FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 * L_10 = V_1; FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 * L_11 = V_1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_12 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mACDFD6004FBAE6E3484BA8F9FAF435B0FC2F5C7D(L_12, _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_13 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mACDFD6004FBAE6E3484BA8F9FAF435B0FC2F5C7D(L_13, _stringLiteralA7EFBE7F1BCDE14DDA3B606A5F35D70FCD927D4E, /*hidden argument*/NULL); NullCheck(L_11); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_14; L_14 = VirtualFuncInvoker2< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::CreatePoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, L_11, L_12, L_13); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_15 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_16 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_17 = (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC *)il2cpp_codegen_object_new(ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC_il2cpp_TypeInfo_var); ECDomainParameters__ctor_mA420AB48ED683352BD3E1DA1B724B20B80C24DD3(L_17, L_10, L_14, L_15, L_16, /*hidden argument*/NULL); V_2 = L_17; // parameters[CryptoProObjectIdentifiers.GostR3410x2001CryptoProA] = ecParams; RuntimeObject* L_18 = ((ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var))->get_parameters_1(); IL2CPP_RUNTIME_CLASS_INIT(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_19 = ((CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var))->get_GostR3410x2001CryptoProA_17(); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_20 = V_2; NullCheck(L_18); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_18, L_19, L_20); // mod_p = new BigInteger("115792089237316195423570985008687907853269984665640564039457584007913129639319"); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_21 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mACDFD6004FBAE6E3484BA8F9FAF435B0FC2F5C7D(L_21, _stringLiteral85A8A90B5F192F9171591E220AEAE8BF98E46D9E, /*hidden argument*/NULL); // mod_q = new BigInteger("115792089237316195423570985008687907853073762908499243225378155805079068850323"); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_22 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mACDFD6004FBAE6E3484BA8F9FAF435B0FC2F5C7D(L_22, _stringLiteralDEFFC44CEBAF4A7E48E4183E884F92E8024495C8, /*hidden argument*/NULL); V_0 = L_22; // curve = new FpCurve( // mod_p, // p // new BigInteger("115792089237316195423570985008687907853269984665640564039457584007913129639316"), // new BigInteger("166"), // mod_q, BigInteger.One); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_23 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mACDFD6004FBAE6E3484BA8F9FAF435B0FC2F5C7D(L_23, _stringLiteralAE8DAE8CB28032AAE362FE4155C2D33608A9AED4, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_24 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mACDFD6004FBAE6E3484BA8F9FAF435B0FC2F5C7D(L_24, _stringLiteralAC6F5A4052EFDA8F3ABA4A3E049AA81980EE08BA, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_25 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_26 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 * L_27 = (FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 *)il2cpp_codegen_object_new(FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8_il2cpp_TypeInfo_var); FpCurve__ctor_m2BBC566CAC9C3F165A2311D6287A1E639468ED67(L_27, L_21, L_23, L_24, L_25, L_26, /*hidden argument*/NULL); V_1 = L_27; // ecParams = new ECDomainParameters( // curve, // curve.CreatePoint( // new BigInteger("1"), // x // new BigInteger("64033881142927202683649881450433473985931760268884941288852745803908878638612")), // y // mod_q, BigInteger.One); FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 * L_28 = V_1; FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 * L_29 = V_1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_30 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mACDFD6004FBAE6E3484BA8F9FAF435B0FC2F5C7D(L_30, _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_31 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mACDFD6004FBAE6E3484BA8F9FAF435B0FC2F5C7D(L_31, _stringLiteralA7EFBE7F1BCDE14DDA3B606A5F35D70FCD927D4E, /*hidden argument*/NULL); NullCheck(L_29); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_32; L_32 = VirtualFuncInvoker2< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::CreatePoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, L_29, L_30, L_31); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_33 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_34 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_35 = (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC *)il2cpp_codegen_object_new(ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC_il2cpp_TypeInfo_var); ECDomainParameters__ctor_mA420AB48ED683352BD3E1DA1B724B20B80C24DD3(L_35, L_28, L_32, L_33, L_34, /*hidden argument*/NULL); V_2 = L_35; // parameters[CryptoProObjectIdentifiers.GostR3410x2001CryptoProXchA] = ecParams; RuntimeObject* L_36 = ((ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var))->get_parameters_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_37 = ((CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var))->get_GostR3410x2001CryptoProXchA_20(); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_38 = V_2; NullCheck(L_36); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_36, L_37, L_38); // mod_p = new BigInteger("57896044618658097711785492504343953926634992332820282019728792003956564823193"); //p BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_39 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mACDFD6004FBAE6E3484BA8F9FAF435B0FC2F5C7D(L_39, _stringLiteralB68D96028BD9D3876AEFB7ACF3D7B72FD005DA58, /*hidden argument*/NULL); // mod_q = new BigInteger("57896044618658097711785492504343953927102133160255826820068844496087732066703"); //q BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_40 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mACDFD6004FBAE6E3484BA8F9FAF435B0FC2F5C7D(L_40, _stringLiteralC591B1C32392EBE66D2D66C9101FD6E0C8E97686, /*hidden argument*/NULL); V_0 = L_40; // curve = new FpCurve( // mod_p, // p // new BigInteger("57896044618658097711785492504343953926634992332820282019728792003956564823190"), // a // new BigInteger("28091019353058090096996979000309560759124368558014865957655842872397301267595"), // b // mod_q, BigInteger.One); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_41 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mACDFD6004FBAE6E3484BA8F9FAF435B0FC2F5C7D(L_41, _stringLiteral20F7422100C8C88F6B340925BAE5048C30576E23, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_42 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mACDFD6004FBAE6E3484BA8F9FAF435B0FC2F5C7D(L_42, _stringLiteralD22CAA4530F10CCFA10C706C2EA30D020D07B591, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_43 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_44 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 * L_45 = (FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 *)il2cpp_codegen_object_new(FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8_il2cpp_TypeInfo_var); FpCurve__ctor_m2BBC566CAC9C3F165A2311D6287A1E639468ED67(L_45, L_39, L_41, L_42, L_43, L_44, /*hidden argument*/NULL); V_1 = L_45; // ecParams = new ECDomainParameters( // curve, // curve.CreatePoint( // new BigInteger("1"), // x // new BigInteger("28792665814854611296992347458380284135028636778229113005756334730996303888124")), // y // mod_q, BigInteger.One); FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 * L_46 = V_1; FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 * L_47 = V_1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_48 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mACDFD6004FBAE6E3484BA8F9FAF435B0FC2F5C7D(L_48, _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_49 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mACDFD6004FBAE6E3484BA8F9FAF435B0FC2F5C7D(L_49, _stringLiteralF43E7AC121C30B30D71E4345C0180DE7F322A779, /*hidden argument*/NULL); NullCheck(L_47); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_50; L_50 = VirtualFuncInvoker2< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::CreatePoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, L_47, L_48, L_49); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_51 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_52 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_53 = (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC *)il2cpp_codegen_object_new(ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC_il2cpp_TypeInfo_var); ECDomainParameters__ctor_mA420AB48ED683352BD3E1DA1B724B20B80C24DD3(L_53, L_46, L_50, L_51, L_52, /*hidden argument*/NULL); V_2 = L_53; // parameters[CryptoProObjectIdentifiers.GostR3410x2001CryptoProB] = ecParams; RuntimeObject* L_54 = ((ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var))->get_parameters_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_55 = ((CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var))->get_GostR3410x2001CryptoProB_18(); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_56 = V_2; NullCheck(L_54); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_54, L_55, L_56); // mod_p = new BigInteger("70390085352083305199547718019018437841079516630045180471284346843705633502619"); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_57 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mACDFD6004FBAE6E3484BA8F9FAF435B0FC2F5C7D(L_57, _stringLiteral3DD76D3077F87B98C7C5AB8CF2F3F081912348DE, /*hidden argument*/NULL); // mod_q = new BigInteger("70390085352083305199547718019018437840920882647164081035322601458352298396601"); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_58 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mACDFD6004FBAE6E3484BA8F9FAF435B0FC2F5C7D(L_58, _stringLiteralDDEBA5C718D86B7D3A4F2771FE5FEE72964652B1, /*hidden argument*/NULL); V_0 = L_58; // curve = new FpCurve( // mod_p, // p // new BigInteger("70390085352083305199547718019018437841079516630045180471284346843705633502616"), // new BigInteger("32858"), // mod_q, BigInteger.One); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_59 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mACDFD6004FBAE6E3484BA8F9FAF435B0FC2F5C7D(L_59, _stringLiteralA6CFF9BA0FFB9E961A1009F3C2D0D2BF233C4E24, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_60 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mACDFD6004FBAE6E3484BA8F9FAF435B0FC2F5C7D(L_60, _stringLiteral47897467C289E1E51875B7BE0A8CFD148657C64D, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_61 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_62 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 * L_63 = (FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 *)il2cpp_codegen_object_new(FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8_il2cpp_TypeInfo_var); FpCurve__ctor_m2BBC566CAC9C3F165A2311D6287A1E639468ED67(L_63, L_57, L_59, L_60, L_61, L_62, /*hidden argument*/NULL); V_1 = L_63; // ecParams = new ECDomainParameters( // curve, // curve.CreatePoint( // new BigInteger("0"), // new BigInteger("29818893917731240733471273240314769927240550812383695689146495261604565990247")), // mod_q, BigInteger.One); FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 * L_64 = V_1; FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 * L_65 = V_1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_66 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mACDFD6004FBAE6E3484BA8F9FAF435B0FC2F5C7D(L_66, _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_67 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mACDFD6004FBAE6E3484BA8F9FAF435B0FC2F5C7D(L_67, _stringLiteral5F0E0E4FD20D264DD71A98D304397A53CE06D485, /*hidden argument*/NULL); NullCheck(L_65); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_68; L_68 = VirtualFuncInvoker2< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::CreatePoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, L_65, L_66, L_67); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_69 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_70 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_71 = (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC *)il2cpp_codegen_object_new(ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC_il2cpp_TypeInfo_var); ECDomainParameters__ctor_mA420AB48ED683352BD3E1DA1B724B20B80C24DD3(L_71, L_64, L_68, L_69, L_70, /*hidden argument*/NULL); V_2 = L_71; // parameters[CryptoProObjectIdentifiers.GostR3410x2001CryptoProXchB] = ecParams; RuntimeObject* L_72 = ((ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var))->get_parameters_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_73 = ((CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var))->get_GostR3410x2001CryptoProXchB_21(); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_74 = V_2; NullCheck(L_72); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_72, L_73, L_74); // mod_p = new BigInteger("70390085352083305199547718019018437841079516630045180471284346843705633502619"); //p BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_75 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mACDFD6004FBAE6E3484BA8F9FAF435B0FC2F5C7D(L_75, _stringLiteral3DD76D3077F87B98C7C5AB8CF2F3F081912348DE, /*hidden argument*/NULL); // mod_q = new BigInteger("70390085352083305199547718019018437840920882647164081035322601458352298396601"); //q BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_76 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mACDFD6004FBAE6E3484BA8F9FAF435B0FC2F5C7D(L_76, _stringLiteralDDEBA5C718D86B7D3A4F2771FE5FEE72964652B1, /*hidden argument*/NULL); V_0 = L_76; // curve = new FpCurve( // mod_p, // p // new BigInteger("70390085352083305199547718019018437841079516630045180471284346843705633502616"), // a // new BigInteger("32858"), // b // mod_q, BigInteger.One); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_77 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mACDFD6004FBAE6E3484BA8F9FAF435B0FC2F5C7D(L_77, _stringLiteralA6CFF9BA0FFB9E961A1009F3C2D0D2BF233C4E24, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_78 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mACDFD6004FBAE6E3484BA8F9FAF435B0FC2F5C7D(L_78, _stringLiteral47897467C289E1E51875B7BE0A8CFD148657C64D, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_79 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_80 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 * L_81 = (FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 *)il2cpp_codegen_object_new(FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8_il2cpp_TypeInfo_var); FpCurve__ctor_m2BBC566CAC9C3F165A2311D6287A1E639468ED67(L_81, L_75, L_77, L_78, L_79, L_80, /*hidden argument*/NULL); V_1 = L_81; // ecParams = new ECDomainParameters( // curve, // curve.CreatePoint( // new BigInteger("0"), // x // new BigInteger("29818893917731240733471273240314769927240550812383695689146495261604565990247")), // y // mod_q, BigInteger.One); FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 * L_82 = V_1; FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 * L_83 = V_1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_84 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mACDFD6004FBAE6E3484BA8F9FAF435B0FC2F5C7D(L_84, _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_85 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mACDFD6004FBAE6E3484BA8F9FAF435B0FC2F5C7D(L_85, _stringLiteral5F0E0E4FD20D264DD71A98D304397A53CE06D485, /*hidden argument*/NULL); NullCheck(L_83); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_86; L_86 = VirtualFuncInvoker2< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::CreatePoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, L_83, L_84, L_85); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_87 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_88 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_89 = (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC *)il2cpp_codegen_object_new(ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC_il2cpp_TypeInfo_var); ECDomainParameters__ctor_mA420AB48ED683352BD3E1DA1B724B20B80C24DD3(L_89, L_82, L_86, L_87, L_88, /*hidden argument*/NULL); V_2 = L_89; // parameters[CryptoProObjectIdentifiers.GostR3410x2001CryptoProC] = ecParams; RuntimeObject* L_90 = ((ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var))->get_parameters_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_91 = ((CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var))->get_GostR3410x2001CryptoProC_19(); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_92 = V_2; NullCheck(L_90); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_90, L_91, L_92); // mod_p = new BigInteger("115792089237316195423570985008687907853269984665640564039457584007913129639319"); //p BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_93 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mACDFD6004FBAE6E3484BA8F9FAF435B0FC2F5C7D(L_93, _stringLiteral85A8A90B5F192F9171591E220AEAE8BF98E46D9E, /*hidden argument*/NULL); // mod_q = new BigInteger("115792089237316195423570985008687907853073762908499243225378155805079068850323"); //q BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_94 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mACDFD6004FBAE6E3484BA8F9FAF435B0FC2F5C7D(L_94, _stringLiteralDEFFC44CEBAF4A7E48E4183E884F92E8024495C8, /*hidden argument*/NULL); V_0 = L_94; // curve = new FpCurve( // mod_p, // p // new BigInteger("115792089237316195423570985008687907853269984665640564039457584007913129639316"), // a // new BigInteger("166"), // b // mod_q, BigInteger.One); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_95 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mACDFD6004FBAE6E3484BA8F9FAF435B0FC2F5C7D(L_95, _stringLiteralAE8DAE8CB28032AAE362FE4155C2D33608A9AED4, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_96 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mACDFD6004FBAE6E3484BA8F9FAF435B0FC2F5C7D(L_96, _stringLiteralAC6F5A4052EFDA8F3ABA4A3E049AA81980EE08BA, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_97 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_98 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 * L_99 = (FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 *)il2cpp_codegen_object_new(FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8_il2cpp_TypeInfo_var); FpCurve__ctor_m2BBC566CAC9C3F165A2311D6287A1E639468ED67(L_99, L_93, L_95, L_96, L_97, L_98, /*hidden argument*/NULL); V_1 = L_99; // ecParams = new ECDomainParameters( // curve, // curve.CreatePoint( // new BigInteger("1"), // x // new BigInteger("64033881142927202683649881450433473985931760268884941288852745803908878638612")), // y // mod_q, BigInteger.One); FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 * L_100 = V_1; FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 * L_101 = V_1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_102 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mACDFD6004FBAE6E3484BA8F9FAF435B0FC2F5C7D(L_102, _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_103 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mACDFD6004FBAE6E3484BA8F9FAF435B0FC2F5C7D(L_103, _stringLiteralA7EFBE7F1BCDE14DDA3B606A5F35D70FCD927D4E, /*hidden argument*/NULL); NullCheck(L_101); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_104; L_104 = VirtualFuncInvoker2< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::CreatePoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, L_101, L_102, L_103); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_105 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_106 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_107 = (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC *)il2cpp_codegen_object_new(ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC_il2cpp_TypeInfo_var); ECDomainParameters__ctor_mA420AB48ED683352BD3E1DA1B724B20B80C24DD3(L_107, L_100, L_104, L_105, L_106, /*hidden argument*/NULL); V_2 = L_107; // parameters[RosstandartObjectIdentifiers.id_tc26_gost_3410_12_256_paramSetA] = ecParams; RuntimeObject* L_108 = ((ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var))->get_parameters_1(); IL2CPP_RUNTIME_CLASS_INIT(RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_109 = ((RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields*)il2cpp_codegen_static_fields_for(RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_il2cpp_TypeInfo_var))->get_id_tc26_gost_3410_12_256_paramSetA_14(); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_110 = V_2; NullCheck(L_108); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_108, L_109, L_110); // mod_p = new BigInteger("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDC7",16); //p BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_111 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_111, _stringLiteral60199730F5C57A48DF851C925F3C7F244932D855, ((int32_t)16), /*hidden argument*/NULL); // mod_q = new BigInteger("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF27E69532F48D89116FF22B8D4E0560609B4B38ABFAD2B85DCACDB1411F10B275",16); //q BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_112 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_112, _stringLiteral8B0A812880C9845F35BE4A8DDAC4B7105604A0B1, ((int32_t)16), /*hidden argument*/NULL); V_0 = L_112; // curve = new FpCurve( // mod_p, // p // new BigInteger("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDC4",16), // a // new BigInteger("E8C2505DEDFC86DDC1BD0B2B6667F1DA34B82574761CB0E879BD081CFD0B6265EE3CB090F30D27614CB4574010DA90DD862EF9D4EBEE4761503190785A71C760",16), // b // mod_q, BigInteger.One); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_113 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_113, _stringLiteralDC325AAF3DB870DE52E3B7DC130AC930CB4F8CAC, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_114 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_114, _stringLiteral5E9884F0BD4A29DF1CFBB498F954D90C47C805BE, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_115 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_116 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 * L_117 = (FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 *)il2cpp_codegen_object_new(FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8_il2cpp_TypeInfo_var); FpCurve__ctor_m2BBC566CAC9C3F165A2311D6287A1E639468ED67(L_117, L_111, L_113, L_114, L_115, L_116, /*hidden argument*/NULL); V_1 = L_117; // ecParams = new ECDomainParameters( // curve, // curve.CreatePoint( // new BigInteger("00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003"), // x // new BigInteger("7503CFE87A836AE3A61B8816E25450E6CE5E1C93ACF1ABC1778064FDCBEFA921DF1626BE4FD036E93D75E6A50E3A41E98028FE5FC235F5B889A589CB5215F2A4",16)), // y // mod_q, BigInteger.One); FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 * L_118 = V_1; FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 * L_119 = V_1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_120 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mACDFD6004FBAE6E3484BA8F9FAF435B0FC2F5C7D(L_120, _stringLiteral69DFF768ABFFE49DB2765C1E1108568643D57A13, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_121 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_121, _stringLiteral56E48A9EFB2CE2F6E1A309F359E5C91D518D0798, ((int32_t)16), /*hidden argument*/NULL); NullCheck(L_119); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_122; L_122 = VirtualFuncInvoker2< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::CreatePoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, L_119, L_120, L_121); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_123 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_124 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_125 = (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC *)il2cpp_codegen_object_new(ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC_il2cpp_TypeInfo_var); ECDomainParameters__ctor_mA420AB48ED683352BD3E1DA1B724B20B80C24DD3(L_125, L_118, L_122, L_123, L_124, /*hidden argument*/NULL); V_2 = L_125; // parameters[RosstandartObjectIdentifiers.id_tc26_gost_3410_12_512_paramSetA] = ecParams; RuntimeObject* L_126 = ((ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var))->get_parameters_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_127 = ((RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields*)il2cpp_codegen_static_fields_for(RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_il2cpp_TypeInfo_var))->get_id_tc26_gost_3410_12_512_paramSetA_16(); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_128 = V_2; NullCheck(L_126); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_126, L_127, L_128); // mod_p = new BigInteger("8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006F",16); //p BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_129 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_129, _stringLiteral42E4BAE87327B3B3454A4DEDC345D2D99EB45DD0, ((int32_t)16), /*hidden argument*/NULL); // mod_q = new BigInteger("800000000000000000000000000000000000000000000000000000000000000149A1EC142565A545ACFDB77BD9D40CFA8B996712101BEA0EC6346C54374F25BD",16); //q BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_130 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_130, _stringLiteral00DA3AD226ACC0C10128A55EB2F4BA1CFFD923BA, ((int32_t)16), /*hidden argument*/NULL); V_0 = L_130; // curve = new FpCurve( // mod_p, // p // new BigInteger("8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006C",16), // a // new BigInteger("687D1B459DC841457E3E06CF6F5E2517B97C7D614AF138BCBF85DC806C4B289F3E965D2DB1416D217F8B276FAD1AB69C50F78BEE1FA3106EFB8CCBC7C5140116",16), // b // mod_q, BigInteger.One); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_131 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_131, _stringLiteral083254A1A4A1C04CB775CBF074BB11BD4B25B68D, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_132 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_132, _stringLiteral4D555EF3A5A789B807E1C18EC3E043507E755389, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_133 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_134 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 * L_135 = (FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 *)il2cpp_codegen_object_new(FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8_il2cpp_TypeInfo_var); FpCurve__ctor_m2BBC566CAC9C3F165A2311D6287A1E639468ED67(L_135, L_129, L_131, L_132, L_133, L_134, /*hidden argument*/NULL); V_1 = L_135; // ecParams = new ECDomainParameters( // curve, // curve.CreatePoint( // new BigInteger("00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002"), // x // new BigInteger("1A8F7EDA389B094C2C071E3647A8940F3C123B697578C213BE6DD9E6C8EC7335DCB228FD1EDF4A39152CBCAAF8C0398828041055F94CEEEC7E21340780FE41BD",16)), // y // mod_q, BigInteger.One); FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 * L_136 = V_1; FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 * L_137 = V_1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_138 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mACDFD6004FBAE6E3484BA8F9FAF435B0FC2F5C7D(L_138, _stringLiteralAED879DFFF10168D668BF6C09CD5A8B9EC0B213E, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_139 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_139, _stringLiteral397BC76E7C60761FCDCB467B2E44B507AB0C972B, ((int32_t)16), /*hidden argument*/NULL); NullCheck(L_137); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_140; L_140 = VirtualFuncInvoker2< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::CreatePoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, L_137, L_138, L_139); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_141 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_142 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_143 = (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC *)il2cpp_codegen_object_new(ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC_il2cpp_TypeInfo_var); ECDomainParameters__ctor_mA420AB48ED683352BD3E1DA1B724B20B80C24DD3(L_143, L_136, L_140, L_141, L_142, /*hidden argument*/NULL); V_2 = L_143; // parameters[RosstandartObjectIdentifiers.id_tc26_gost_3410_12_512_paramSetB] = ecParams; RuntimeObject* L_144 = ((ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var))->get_parameters_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_145 = ((RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields*)il2cpp_codegen_static_fields_for(RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_il2cpp_TypeInfo_var))->get_id_tc26_gost_3410_12_512_paramSetB_17(); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_146 = V_2; NullCheck(L_144); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_144, L_145, L_146); // mod_p = new BigInteger("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDC7",16); //p BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_147 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_147, _stringLiteral60199730F5C57A48DF851C925F3C7F244932D855, ((int32_t)16), /*hidden argument*/NULL); // mod_q = new BigInteger("3FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC98CDBA46506AB004C33A9FF5147502CC8EDA9E7A769A12694623CEF47F023ED",16); //q BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_148 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_148, _stringLiteralFC33F16353A9E9E591862FACA0703D7BBAD181A6, ((int32_t)16), /*hidden argument*/NULL); V_0 = L_148; // curve = new FpCurve( // mod_p, // p // new BigInteger("DC9203E514A721875485A529D2C722FB187BC8980EB866644DE41C68E143064546E861C0E2C9EDD92ADE71F46FCF50FF2AD97F951FDA9F2A2EB6546F39689BD3",16), // a // new BigInteger("B4C4EE28CEBC6C2C8AC12952CF37F16AC7EFB6A9F69F4B57FFDA2E4F0DE5ADE038CBC2FFF719D2C18DE0284B8BFEF3B52B8CC7A5F5BF0A3C8D2319A5312557E1",16), // b // mod_q, BigInteger.One); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_149 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_149, _stringLiteral77895F6592D0DB48A9B015F87D1E6C27D25D5B86, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_150 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_150, _stringLiteral27C62F5BF5E713F2E8EF22A96123CF0A5E31A683, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_151 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_152 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 * L_153 = (FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 *)il2cpp_codegen_object_new(FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8_il2cpp_TypeInfo_var); FpCurve__ctor_m2BBC566CAC9C3F165A2311D6287A1E639468ED67(L_153, L_147, L_149, L_150, L_151, L_152, /*hidden argument*/NULL); V_1 = L_153; // ecParams = new ECDomainParameters( // curve, // curve.CreatePoint( // new BigInteger("E2E31EDFC23DE7BDEBE241CE593EF5DE2295B7A9CBAEF021D385F7074CEA043AA27272A7AE602BF2A7B9033DB9ED3610C6FB85487EAE97AAC5BC7928C1950148", 16), // x // new BigInteger("F5CE40D95B5EB899ABBCCFF5911CB8577939804D6527378B8C108C3D2090FF9BE18E2D33E3021ED2EF32D85822423B6304F726AA854BAE07D0396E9A9ADDC40F",16)), // y // mod_q, BigInteger.One); FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 * L_154 = V_1; FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 * L_155 = V_1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_156 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_156, _stringLiteralB54ACAD0F41C91B612B3B1155DB05A194D22EEF5, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_157 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_157, _stringLiteral2A7D304CE6EEF8FD6E48F80E04FD3D2B7979A7DC, ((int32_t)16), /*hidden argument*/NULL); NullCheck(L_155); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_158; L_158 = VirtualFuncInvoker2< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::CreatePoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, L_155, L_156, L_157); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_159 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_160 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_161 = (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC *)il2cpp_codegen_object_new(ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC_il2cpp_TypeInfo_var); ECDomainParameters__ctor_mA420AB48ED683352BD3E1DA1B724B20B80C24DD3(L_161, L_154, L_158, L_159, L_160, /*hidden argument*/NULL); V_2 = L_161; // parameters[RosstandartObjectIdentifiers.id_tc26_gost_3410_12_512_paramSetC] = ecParams; RuntimeObject* L_162 = ((ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var))->get_parameters_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_163 = ((RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields*)il2cpp_codegen_static_fields_for(RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_il2cpp_TypeInfo_var))->get_id_tc26_gost_3410_12_512_paramSetC_18(); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_164 = V_2; NullCheck(L_162); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_162, L_163, L_164); // objIds["GostR3410-2001-CryptoPro-A"] = CryptoProObjectIdentifiers.GostR3410x2001CryptoProA; RuntimeObject* L_165 = ((ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var))->get_objIds_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_166 = ((CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var))->get_GostR3410x2001CryptoProA_17(); NullCheck(L_165); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_165, _stringLiteral495FB6B8211354090008ECE66A4F0F4C56D595AF, L_166); // objIds["GostR3410-2001-CryptoPro-B"] = CryptoProObjectIdentifiers.GostR3410x2001CryptoProB; RuntimeObject* L_167 = ((ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var))->get_objIds_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_168 = ((CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var))->get_GostR3410x2001CryptoProB_18(); NullCheck(L_167); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_167, _stringLiteralE1C262722E8E2006A0A85AD4C2BF25E74FB7FCD4, L_168); // objIds["GostR3410-2001-CryptoPro-C"] = CryptoProObjectIdentifiers.GostR3410x2001CryptoProC; RuntimeObject* L_169 = ((ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var))->get_objIds_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_170 = ((CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var))->get_GostR3410x2001CryptoProC_19(); NullCheck(L_169); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_169, _stringLiteralFA3A96CD759774DD5AD0E6FAC6EEF64AD51AEBAC, L_170); // objIds["GostR3410-2001-CryptoPro-XchA"] = CryptoProObjectIdentifiers.GostR3410x2001CryptoProXchA; RuntimeObject* L_171 = ((ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var))->get_objIds_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_172 = ((CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var))->get_GostR3410x2001CryptoProXchA_20(); NullCheck(L_171); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_171, _stringLiteralAB1884265C9E3BBE790EC2DEBA9D74770BD8BD21, L_172); // objIds["GostR3410-2001-CryptoPro-XchB"] = CryptoProObjectIdentifiers.GostR3410x2001CryptoProXchB; RuntimeObject* L_173 = ((ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var))->get_objIds_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_174 = ((CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var))->get_GostR3410x2001CryptoProXchB_21(); NullCheck(L_173); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_173, _stringLiteralE048A033719D20DAF396B46256692FAD1476B2B3, L_174); // objIds["Tc26-Gost-3410-12-256-paramSetA"] = RosstandartObjectIdentifiers.id_tc26_gost_3410_12_256_paramSetA; RuntimeObject* L_175 = ((ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var))->get_objIds_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_176 = ((RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields*)il2cpp_codegen_static_fields_for(RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_il2cpp_TypeInfo_var))->get_id_tc26_gost_3410_12_256_paramSetA_14(); NullCheck(L_175); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_175, _stringLiteral83F537831BA5197B51F61DE71D8CEE84CF54F85F, L_176); // objIds["Tc26-Gost-3410-12-512-paramSetA"] = RosstandartObjectIdentifiers.id_tc26_gost_3410_12_512_paramSetA; RuntimeObject* L_177 = ((ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var))->get_objIds_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_178 = ((RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields*)il2cpp_codegen_static_fields_for(RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_il2cpp_TypeInfo_var))->get_id_tc26_gost_3410_12_512_paramSetA_16(); NullCheck(L_177); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_177, _stringLiteralCA2F7E3F980976FF5D2198BA2ACA4D142E792C17, L_178); // objIds["Tc26-Gost-3410-12-512-paramSetB"] = RosstandartObjectIdentifiers.id_tc26_gost_3410_12_512_paramSetB; RuntimeObject* L_179 = ((ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var))->get_objIds_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_180 = ((RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields*)il2cpp_codegen_static_fields_for(RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_il2cpp_TypeInfo_var))->get_id_tc26_gost_3410_12_512_paramSetB_17(); NullCheck(L_179); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_179, _stringLiteralB2BE67E8FE96D76329A494BF023091D66218DB51, L_180); // objIds["Tc26-Gost-3410-12-512-paramSetC"] = RosstandartObjectIdentifiers.id_tc26_gost_3410_12_512_paramSetC; RuntimeObject* L_181 = ((ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var))->get_objIds_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_182 = ((RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields*)il2cpp_codegen_static_fields_for(RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_il2cpp_TypeInfo_var))->get_id_tc26_gost_3410_12_512_paramSetC_18(); NullCheck(L_181); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_181, _stringLiteral90DD75189A2896A50DA3085F6227D60BD8BE71EE, L_182); // names[CryptoProObjectIdentifiers.GostR3410x2001CryptoProA] = "GostR3410-2001-CryptoPro-A"; RuntimeObject* L_183 = ((ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var))->get_names_2(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_184 = ((CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var))->get_GostR3410x2001CryptoProA_17(); NullCheck(L_183); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_183, L_184, _stringLiteral495FB6B8211354090008ECE66A4F0F4C56D595AF); // names[CryptoProObjectIdentifiers.GostR3410x2001CryptoProB] = "GostR3410-2001-CryptoPro-B"; RuntimeObject* L_185 = ((ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var))->get_names_2(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_186 = ((CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var))->get_GostR3410x2001CryptoProB_18(); NullCheck(L_185); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_185, L_186, _stringLiteralE1C262722E8E2006A0A85AD4C2BF25E74FB7FCD4); // names[CryptoProObjectIdentifiers.GostR3410x2001CryptoProC] = "GostR3410-2001-CryptoPro-C"; RuntimeObject* L_187 = ((ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var))->get_names_2(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_188 = ((CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var))->get_GostR3410x2001CryptoProC_19(); NullCheck(L_187); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_187, L_188, _stringLiteralFA3A96CD759774DD5AD0E6FAC6EEF64AD51AEBAC); // names[CryptoProObjectIdentifiers.GostR3410x2001CryptoProXchA] = "GostR3410-2001-CryptoPro-XchA"; RuntimeObject* L_189 = ((ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var))->get_names_2(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_190 = ((CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var))->get_GostR3410x2001CryptoProXchA_20(); NullCheck(L_189); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_189, L_190, _stringLiteralAB1884265C9E3BBE790EC2DEBA9D74770BD8BD21); // names[CryptoProObjectIdentifiers.GostR3410x2001CryptoProXchB] = "GostR3410-2001-CryptoPro-XchB"; RuntimeObject* L_191 = ((ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var))->get_names_2(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_192 = ((CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var))->get_GostR3410x2001CryptoProXchB_21(); NullCheck(L_191); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_191, L_192, _stringLiteralE048A033719D20DAF396B46256692FAD1476B2B3); // names[RosstandartObjectIdentifiers.id_tc26_gost_3410_12_256_paramSetA] = "Tc26-Gost-3410-12-256-paramSetA"; RuntimeObject* L_193 = ((ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var))->get_names_2(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_194 = ((RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields*)il2cpp_codegen_static_fields_for(RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_il2cpp_TypeInfo_var))->get_id_tc26_gost_3410_12_256_paramSetA_14(); NullCheck(L_193); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_193, L_194, _stringLiteral83F537831BA5197B51F61DE71D8CEE84CF54F85F); // names[RosstandartObjectIdentifiers.id_tc26_gost_3410_12_512_paramSetA] = "Tc26-Gost-3410-12-512-paramSetA"; RuntimeObject* L_195 = ((ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var))->get_names_2(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_196 = ((RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields*)il2cpp_codegen_static_fields_for(RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_il2cpp_TypeInfo_var))->get_id_tc26_gost_3410_12_512_paramSetA_16(); NullCheck(L_195); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_195, L_196, _stringLiteralCA2F7E3F980976FF5D2198BA2ACA4D142E792C17); // names[RosstandartObjectIdentifiers.id_tc26_gost_3410_12_512_paramSetB] = "Tc26-Gost-3410-12-512-paramSetB"; RuntimeObject* L_197 = ((ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var))->get_names_2(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_198 = ((RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields*)il2cpp_codegen_static_fields_for(RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_il2cpp_TypeInfo_var))->get_id_tc26_gost_3410_12_512_paramSetB_17(); NullCheck(L_197); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_197, L_198, _stringLiteralB2BE67E8FE96D76329A494BF023091D66218DB51); // names[RosstandartObjectIdentifiers.id_tc26_gost_3410_12_512_paramSetC] = "Tc26-Gost-3410-12-512-paramSetC"; RuntimeObject* L_199 = ((ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var))->get_names_2(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_200 = ((RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_StaticFields*)il2cpp_codegen_static_fields_for(RosstandartObjectIdentifiers_tEE4BFF63869F868388021D435455B9DDBCB2A20C_il2cpp_TypeInfo_var))->get_id_tc26_gost_3410_12_512_paramSetC_18(); NullCheck(L_199); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_199, L_200, _stringLiteral90DD75189A2896A50DA3085F6227D60BD8BE71EE); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.ECGost3410NamedCurves::GetByOid(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * ECGost3410NamedCurves_GetByOid_m411DD06A206A4A2A14F6CD0657665E19623D579B (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___oid0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return (ECDomainParameters) parameters[oid]; IL2CPP_RUNTIME_CLASS_INIT(ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var))->get_parameters_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1 = ___oid0; NullCheck(L_0); RuntimeObject * L_2; L_2 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_0, L_1); return ((ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC *)CastclassClass((RuntimeObject*)L_2, ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC_il2cpp_TypeInfo_var)); } } // System.Collections.IEnumerable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.ECGost3410NamedCurves::get_Names() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ECGost3410NamedCurves_get_Names_mBEE99266884C6665DC216EF4CF1277696D870C7D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumerableProxy_t026114E7F2A8CD4B2FA989282FE080341A4614E2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return new EnumerableProxy(names.Values); } IL2CPP_RUNTIME_CLASS_INIT(ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var))->get_names_2(); NullCheck(L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(3 /* System.Collections.ICollection System.Collections.IDictionary::get_Values() */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_0); EnumerableProxy_t026114E7F2A8CD4B2FA989282FE080341A4614E2 * L_2 = (EnumerableProxy_t026114E7F2A8CD4B2FA989282FE080341A4614E2 *)il2cpp_codegen_object_new(EnumerableProxy_t026114E7F2A8CD4B2FA989282FE080341A4614E2_il2cpp_TypeInfo_var); EnumerableProxy__ctor_m3A29836DAA548DB5ADE9DF4D26EE061EF50B34F5(L_2, L_1, /*hidden argument*/NULL); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.ECGost3410NamedCurves::GetByName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * ECGost3410NamedCurves_GetByName_m594250E4EA73EE07CC464F328F8886CCD2711A75 (String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * V_0 = NULL; { // DerObjectIdentifier oid = (DerObjectIdentifier) objIds[name]; IL2CPP_RUNTIME_CLASS_INIT(ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var))->get_objIds_0(); String_t* L_1 = ___name0; NullCheck(L_0); RuntimeObject * L_2; L_2 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_0, L_1); V_0 = ((DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)CastclassClass((RuntimeObject*)L_2, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var)); // if (oid != null) DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_3 = V_0; if (!L_3) { goto IL_0025; } } { // return (ECDomainParameters) parameters[oid]; IL2CPP_RUNTIME_CLASS_INIT(ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var); RuntimeObject* L_4 = ((ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var))->get_parameters_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_5 = V_0; NullCheck(L_4); RuntimeObject * L_6; L_6 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_4, L_5); return ((ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC *)CastclassClass((RuntimeObject*)L_6, ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC_il2cpp_TypeInfo_var)); } IL_0025: { // return null; return (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC *)NULL; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.ECGost3410NamedCurves::GetName(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ECGost3410NamedCurves_GetName_mD5CCD6F29B7BB5FC1B7663DA199EE5182A8C8ABF (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___oid0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return (string) names[oid]; IL2CPP_RUNTIME_CLASS_INIT(ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var))->get_names_2(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1 = ___oid0; NullCheck(L_0); RuntimeObject * L_2; L_2 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_0, L_1); return ((String_t*)CastclassSealed((RuntimeObject*)L_2, String_t_il2cpp_TypeInfo_var)); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.ECGost3410NamedCurves::GetOid(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ECGost3410NamedCurves_GetOid_m602EFC313A35F98360DA2216B7CA056D5B8AE16A (String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return (DerObjectIdentifier) objIds[name]; IL2CPP_RUNTIME_CLASS_INIT(ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var))->get_objIds_0(); String_t* L_1 = ___name0; NullCheck(L_0); RuntimeObject * L_2; L_2 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_0, L_1); return ((DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)CastclassClass((RuntimeObject*)L_2, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.ECGost3410ParamSetParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.ECGost3410ParamSetParameters::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECGost3410ParamSetParameters_t734FD06146E31EF25E44BAD56756A22BC6C860BC * ECGost3410ParamSetParameters_GetInstance_m06A6034AF2B4169EC27FB2FE1EEF04D1FE44FFE9 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___explicitly1, const RuntimeMethod* method) { { // return GetInstance(Asn1Sequence.GetInstance(obj, explicitly)); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_0 = ___obj0; bool L_1 = ___explicitly1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_2; L_2 = Asn1Sequence_GetInstance_m682AEF9FD99CABE589DF0AA4DB2CAC4996AEFD25(L_0, L_1, /*hidden argument*/NULL); ECGost3410ParamSetParameters_t734FD06146E31EF25E44BAD56756A22BC6C860BC * L_3; L_3 = ECGost3410ParamSetParameters_GetInstance_mF6A7C5FB8F0F096AC926A791D286811014809FB9(L_2, /*hidden argument*/NULL); return L_3; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.ECGost3410ParamSetParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.ECGost3410ParamSetParameters::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECGost3410ParamSetParameters_t734FD06146E31EF25E44BAD56756A22BC6C860BC * ECGost3410ParamSetParameters_GetInstance_mF6A7C5FB8F0F096AC926A791D286811014809FB9 (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECGost3410ParamSetParameters_t734FD06146E31EF25E44BAD56756A22BC6C860BC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj == null || obj is ECGost3410ParamSetParameters) RuntimeObject * L_0 = ___obj0; if (!L_0) { goto IL_000b; } } { RuntimeObject * L_1 = ___obj0; if (!((ECGost3410ParamSetParameters_t734FD06146E31EF25E44BAD56756A22BC6C860BC *)IsInstClass((RuntimeObject*)L_1, ECGost3410ParamSetParameters_t734FD06146E31EF25E44BAD56756A22BC6C860BC_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { // return (ECGost3410ParamSetParameters) obj; RuntimeObject * L_2 = ___obj0; return ((ECGost3410ParamSetParameters_t734FD06146E31EF25E44BAD56756A22BC6C860BC *)CastclassClass((RuntimeObject*)L_2, ECGost3410ParamSetParameters_t734FD06146E31EF25E44BAD56756A22BC6C860BC_il2cpp_TypeInfo_var)); } IL_0012: { // if (obj is Asn1Sequence) RuntimeObject * L_3 = ___obj0; if (!((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)IsInstClass((RuntimeObject*)L_3, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var))) { goto IL_0026; } } { // return new ECGost3410ParamSetParameters((Asn1Sequence) obj); RuntimeObject * L_4 = ___obj0; ECGost3410ParamSetParameters_t734FD06146E31EF25E44BAD56756A22BC6C860BC * L_5 = (ECGost3410ParamSetParameters_t734FD06146E31EF25E44BAD56756A22BC6C860BC *)il2cpp_codegen_object_new(ECGost3410ParamSetParameters_t734FD06146E31EF25E44BAD56756A22BC6C860BC_il2cpp_TypeInfo_var); ECGost3410ParamSetParameters__ctor_m0C836290F119ACB267D75D77DD4819675508A733(L_5, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_4, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_5; } IL_0026: { // throw new ArgumentException("Invalid GOST3410Parameter: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj)); RuntimeObject * L_6 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_7; L_7 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_6, /*hidden argument*/NULL); String_t* L_8; L_8 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCED20C6CFAC09FF5E0E230D3F19BF9716E3033A7)), L_7, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECGost3410ParamSetParameters_GetInstance_mF6A7C5FB8F0F096AC926A791D286811014809FB9_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.ECGost3410ParamSetParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECGost3410ParamSetParameters__ctor_m869979BEDF10C1BE440C4603EB11023554EF0597 (ECGost3410ParamSetParameters_t734FD06146E31EF25E44BAD56756A22BC6C860BC * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___a0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___b1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___p2, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q3, int32_t ___x4, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___y5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public ECGost3410ParamSetParameters( // BigInteger a, // BigInteger b, // BigInteger p, // BigInteger q, // int x, // BigInteger y) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.a = new DerInteger(a); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___a0; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_1 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)il2cpp_codegen_object_new(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); DerInteger__ctor_m612C6B5423FEC812F2B14987AF4D153C141750F0(L_1, L_0, /*hidden argument*/NULL); __this->set_a_4(L_1); // this.b = new DerInteger(b); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = ___b1; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_3 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)il2cpp_codegen_object_new(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); DerInteger__ctor_m612C6B5423FEC812F2B14987AF4D153C141750F0(L_3, L_2, /*hidden argument*/NULL); __this->set_b_5(L_3); // this.p = new DerInteger(p); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = ___p2; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_5 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)il2cpp_codegen_object_new(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); DerInteger__ctor_m612C6B5423FEC812F2B14987AF4D153C141750F0(L_5, L_4, /*hidden argument*/NULL); __this->set_p_2(L_5); // this.q = new DerInteger(q); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6 = ___q3; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_7 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)il2cpp_codegen_object_new(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); DerInteger__ctor_m612C6B5423FEC812F2B14987AF4D153C141750F0(L_7, L_6, /*hidden argument*/NULL); __this->set_q_3(L_7); // this.x = new DerInteger(x); int32_t L_8 = ___x4; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_9 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)il2cpp_codegen_object_new(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); DerInteger__ctor_m014B0C2AADB00543E51D3621D5B93E030C47F6CA(L_9, L_8, /*hidden argument*/NULL); __this->set_x_6(L_9); // this.y = new DerInteger(y); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10 = ___y5; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_11 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)il2cpp_codegen_object_new(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); DerInteger__ctor_m612C6B5423FEC812F2B14987AF4D153C141750F0(L_11, L_10, /*hidden argument*/NULL); __this->set_y_7(L_11); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.ECGost3410ParamSetParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECGost3410ParamSetParameters__ctor_m0C836290F119ACB267D75D77DD4819675508A733 (ECGost3410ParamSetParameters_t734FD06146E31EF25E44BAD56756A22BC6C860BC * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { { // public ECGost3410ParamSetParameters( // Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (seq.Count != 6) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_0); if ((((int32_t)L_1) == ((int32_t)6))) { goto IL_001f; } } { // throw new ArgumentException("Wrong number of elements in sequence", "seq"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_2 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral04C8B9CA601D09C92B620D508D19F994619B6489)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral24C049E512CD1B48036BD162FF63700A57CA3469)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECGost3410ParamSetParameters__ctor_m0C836290F119ACB267D75D77DD4819675508A733_RuntimeMethod_var))); } IL_001f: { // this.a = DerInteger.GetInstance(seq[0]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_3 = ___seq0; NullCheck(L_3); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_4; L_4 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_3, 0); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_5; L_5 = DerInteger_GetInstance_mEB828AC32C714AA41BFAE14D9477493111CD42BC(L_4, /*hidden argument*/NULL); __this->set_a_4(L_5); // this.b = DerInteger.GetInstance(seq[1]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_6 = ___seq0; NullCheck(L_6); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_7; L_7 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_6, 1); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_8; L_8 = DerInteger_GetInstance_mEB828AC32C714AA41BFAE14D9477493111CD42BC(L_7, /*hidden argument*/NULL); __this->set_b_5(L_8); // this.p = DerInteger.GetInstance(seq[2]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_9 = ___seq0; NullCheck(L_9); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_10; L_10 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_9, 2); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_11; L_11 = DerInteger_GetInstance_mEB828AC32C714AA41BFAE14D9477493111CD42BC(L_10, /*hidden argument*/NULL); __this->set_p_2(L_11); // this.q = DerInteger.GetInstance(seq[3]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_12 = ___seq0; NullCheck(L_12); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_13; L_13 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_12, 3); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_14; L_14 = DerInteger_GetInstance_mEB828AC32C714AA41BFAE14D9477493111CD42BC(L_13, /*hidden argument*/NULL); __this->set_q_3(L_14); // this.x = DerInteger.GetInstance(seq[4]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_15 = ___seq0; NullCheck(L_15); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_16; L_16 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_15, 4); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_17; L_17 = DerInteger_GetInstance_mEB828AC32C714AA41BFAE14D9477493111CD42BC(L_16, /*hidden argument*/NULL); __this->set_x_6(L_17); // this.y = DerInteger.GetInstance(seq[5]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_18 = ___seq0; NullCheck(L_18); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_19; L_19 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_18, 5); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_20; L_20 = DerInteger_GetInstance_mEB828AC32C714AA41BFAE14D9477493111CD42BC(L_19, /*hidden argument*/NULL); __this->set_y_7(L_20); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.ECGost3410ParamSetParameters::get_P() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ECGost3410ParamSetParameters_get_P_m0F69857CEB16F8BD2BCFDE9C0F2BCB814B17DCF2 (ECGost3410ParamSetParameters_t734FD06146E31EF25E44BAD56756A22BC6C860BC * __this, const RuntimeMethod* method) { { // get { return p.PositiveValue; } DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = __this->get_p_2(); NullCheck(L_0); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1; L_1 = DerInteger_get_PositiveValue_m8732018F1F65AC4ECD83CD058341C9363AD5754B(L_0, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.ECGost3410ParamSetParameters::get_Q() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ECGost3410ParamSetParameters_get_Q_m025C91476285396BB11E9836511C6A0C427E2B56 (ECGost3410ParamSetParameters_t734FD06146E31EF25E44BAD56756A22BC6C860BC * __this, const RuntimeMethod* method) { { // get { return q.PositiveValue; } DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = __this->get_q_3(); NullCheck(L_0); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1; L_1 = DerInteger_get_PositiveValue_m8732018F1F65AC4ECD83CD058341C9363AD5754B(L_0, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.ECGost3410ParamSetParameters::get_A() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ECGost3410ParamSetParameters_get_A_m08C8E14A9D4E91BA810790311D0A76F100A1295E (ECGost3410ParamSetParameters_t734FD06146E31EF25E44BAD56756A22BC6C860BC * __this, const RuntimeMethod* method) { { // get { return a.PositiveValue; } DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = __this->get_a_4(); NullCheck(L_0); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1; L_1 = DerInteger_get_PositiveValue_m8732018F1F65AC4ECD83CD058341C9363AD5754B(L_0, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.ECGost3410ParamSetParameters::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ECGost3410ParamSetParameters_ToAsn1Object_mBCD531B9AD0F383B0591CDE372CB3881FCFB73CF (ECGost3410ParamSetParameters_t734FD06146E31EF25E44BAD56756A22BC6C860BC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new DerSequence(a, b, p, q, x, y); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)6); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = L_0; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_2 = __this->get_a_4(); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_2); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_3 = L_1; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_4 = __this->get_b_5(); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(1), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_4); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_5 = L_3; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_6 = __this->get_p_2(); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(2), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_6); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_7 = L_5; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_8 = __this->get_q_3(); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(3), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_8); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_9 = L_7; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_10 = __this->get_x_6(); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast(4), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_10); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_11 = L_9; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_12 = __this->get_y_7(); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(5), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_12); DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_13 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_m014F0386FA0EDB7F97747159963DC17F535AF0A2(L_13, L_11, /*hidden argument*/NULL); return L_13; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECGost3410Signer::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ECGost3410Signer_get_AlgorithmName_m9B3CDF4A9C2E20C39863B80B1D357561C3C709FF (ECGost3410Signer_t754FF32E7348A6F8ED3538379F99F7DAF5E02CAE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral355344670054DB070754011D8D2527E319681DF0); s_Il2CppMethodInitialized = true; } { // get { return "ECGOST3410"; } return _stringLiteral355344670054DB070754011D8D2527E319681DF0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECGost3410Signer::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECGost3410Signer_Init_m289488F84546026902BB000A0001D252DC2BB116 (ECGost3410Signer_t754FF32E7348A6F8ED3538379F99F7DAF5E02CAE * __this, bool ___forSigning0, RuntimeObject* ___parameters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC * V_0 = NULL; { // if (forSigning) bool L_0 = ___forSigning0; if (!L_0) { goto IL_0053; } } { // if (parameters is ParametersWithRandom) RuntimeObject* L_1 = ___parameters1; if (!((ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC *)IsInstClass((RuntimeObject*)L_1, ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var))) { goto IL_0028; } } { // ParametersWithRandom rParam = (ParametersWithRandom)parameters; RuntimeObject* L_2 = ___parameters1; V_0 = ((ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC *)CastclassClass((RuntimeObject*)L_2, ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var)); // this.random = rParam.Random; ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC * L_3 = V_0; NullCheck(L_3); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_4; L_4 = ParametersWithRandom_get_Random_mF9C641B992B3D83AC3CE3E4E7AD7D56545538F91_inline(L_3, /*hidden argument*/NULL); __this->set_random_1(L_4); // parameters = rParam.Parameters; ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC * L_5 = V_0; NullCheck(L_5); RuntimeObject* L_6; L_6 = ParametersWithRandom_get_Parameters_mC27DE634CDD6230C5FD939CC5B81B42B7CCAEF18_inline(L_5, /*hidden argument*/NULL); ___parameters1 = L_6; // } goto IL_0033; } IL_0028: { // this.random = new SecureRandom(); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_7 = (SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 *)il2cpp_codegen_object_new(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_il2cpp_TypeInfo_var); SecureRandom__ctor_mAD42803A2428614D1F961A8BCC228B22958C978A(L_7, /*hidden argument*/NULL); __this->set_random_1(L_7); } IL_0033: { // if (!(parameters is ECPrivateKeyParameters)) RuntimeObject* L_8 = ___parameters1; if (((ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 *)IsInstClass((RuntimeObject*)L_8, ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029_il2cpp_TypeInfo_var))) { goto IL_0046; } } { // throw new InvalidKeyException("EC private key required for signing"); InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A * L_9 = (InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A_il2cpp_TypeInfo_var))); InvalidKeyException__ctor_m8237DB4630E307D5BF4496918D1F5A07DC10E5CF(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDB5459E87FE11E0B887657C7AEEB22ED5E43E4F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECGost3410Signer_Init_m289488F84546026902BB000A0001D252DC2BB116_RuntimeMethod_var))); } IL_0046: { // this.key = (ECPrivateKeyParameters) parameters; RuntimeObject* L_10 = ___parameters1; __this->set_key_0(((ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 *)CastclassClass((RuntimeObject*)L_10, ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029_il2cpp_TypeInfo_var))); // } return; } IL_0053: { // if (!(parameters is ECPublicKeyParameters)) RuntimeObject* L_11 = ___parameters1; if (((ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB *)IsInstClass((RuntimeObject*)L_11, ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB_il2cpp_TypeInfo_var))) { goto IL_0066; } } { // throw new InvalidKeyException("EC public key required for verification"); InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A * L_12 = (InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A_il2cpp_TypeInfo_var))); InvalidKeyException__ctor_m8237DB4630E307D5BF4496918D1F5A07DC10E5CF(L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAA9F681CCA6F2D8BBF9F248BCFC3D29F60C2D0BB)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECGost3410Signer_Init_m289488F84546026902BB000A0001D252DC2BB116_RuntimeMethod_var))); } IL_0066: { // this.key = (ECPublicKeyParameters)parameters; RuntimeObject* L_13 = ___parameters1; __this->set_key_0(((ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB *)CastclassClass((RuntimeObject*)L_13, ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB_il2cpp_TypeInfo_var))); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECGost3410Signer::get_Order() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ECGost3410Signer_get_Order_m08772F0A541BF4B7C27A1256D1CCE1A46EDCFF7E (ECGost3410Signer_t754FF32E7348A6F8ED3538379F99F7DAF5E02CAE * __this, const RuntimeMethod* method) { { // get { return key.Parameters.N; } ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * L_0 = __this->get_key_0(); NullCheck(L_0); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_1; L_1 = ECKeyParameters_get_Parameters_m542E2EBDEDF773CFA59A881334563D7B3888F32B_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2; L_2 = ECDomainParameters_get_N_m080834A40F7AF8441A6C3858E9E7738CE8812D2B_inline(L_1, /*hidden argument*/NULL); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECGost3410Signer::GenerateSignature(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* ECGost3410Signer_GenerateSignature_m652D5943DE5A36F3F802147C46DFA58D66F0DF25 (ECGost3410Signer_t754FF32E7348A6F8ED3538379F99F7DAF5E02CAE * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECMultiplier_t157DBBD8C0030BD905D93F22A7EDD2DD8AF2C0AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_1 = NULL; ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * V_2 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_3 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_4 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_5 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_6 = NULL; RuntimeObject* V_7 = NULL; int32_t V_8 = 0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_9 = NULL; { // byte[] mRev = new byte[message.Length]; // conversion is little-endian ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___message0; NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))); V_0 = L_1; // for (int i = 0; i != mRev.Length; i++) V_8 = 0; goto IL_0022; } IL_000e: { // mRev[i] = message[mRev.Length - 1 - i]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = V_0; int32_t L_3 = V_8; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___message0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_0; NullCheck(L_5); int32_t L_6 = V_8; NullCheck(L_4); int32_t L_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))), (int32_t)1)), (int32_t)L_6)); uint8_t L_8 = (L_4)->GetAt(static_cast(L_7)); NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (uint8_t)L_8); // for (int i = 0; i != mRev.Length; i++) int32_t L_9 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0022: { // for (int i = 0; i != mRev.Length; i++) int32_t L_10 = V_8; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_0; NullCheck(L_11); if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length))))))) { goto IL_000e; } } { // BigInteger e = new BigInteger(1, mRev); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_13 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m2790E6F992AE637CEB82161CD2D56E1E0008F81A(L_13, 1, L_12, /*hidden argument*/NULL); V_1 = L_13; // ECDomainParameters ec = key.Parameters; ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * L_14 = __this->get_key_0(); NullCheck(L_14); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_15; L_15 = ECKeyParameters_get_Parameters_m542E2EBDEDF773CFA59A881334563D7B3888F32B_inline(L_14, /*hidden argument*/NULL); V_2 = L_15; // BigInteger n = ec.N; ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_16 = V_2; NullCheck(L_16); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_17; L_17 = ECDomainParameters_get_N_m080834A40F7AF8441A6C3858E9E7738CE8812D2B_inline(L_16, /*hidden argument*/NULL); V_3 = L_17; // BigInteger d = ((ECPrivateKeyParameters)key).D; ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * L_18 = __this->get_key_0(); NullCheck(((ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 *)CastclassClass((RuntimeObject*)L_18, ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029_il2cpp_TypeInfo_var))); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_19; L_19 = ECPrivateKeyParameters_get_D_m9B91C107111248008FD1E234A0EDEA5889C391B0_inline(((ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 *)CastclassClass((RuntimeObject*)L_18, ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_4 = L_19; // BigInteger r, s = null; V_6 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)NULL; // ECMultiplier basePointMultiplier = CreateBasePointMultiplier(); RuntimeObject* L_20; L_20 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(14 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ECMultiplier BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECGost3410Signer::CreateBasePointMultiplier() */, __this); V_7 = L_20; } IL_0061: { // k = new BigInteger(n.BitLength, random); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_21 = V_3; NullCheck(L_21); int32_t L_22; L_22 = BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C(L_21, /*hidden argument*/NULL); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_23 = __this->get_random_1(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_24 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m0DAA24172CE10E1575B29374A3CE534DAD666DF4(L_24, L_22, L_23, /*hidden argument*/NULL); V_9 = L_24; // while (k.SignValue == 0); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_25 = V_9; NullCheck(L_25); int32_t L_26; L_26 = BigInteger_get_SignValue_mD40EFBE0702F356758CE49796DD9743BF06E5199_inline(L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_0061; } } { // ECPoint p = basePointMultiplier.Multiply(ec.G, k).Normalize(); RuntimeObject* L_27 = V_7; ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_28 = V_2; NullCheck(L_28); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_29; L_29 = ECDomainParameters_get_G_m98A15A2437F3706CF1B8D7F738246A1675B6243B_inline(L_28, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_30 = V_9; NullCheck(L_27); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_31; L_31 = InterfaceFuncInvoker2< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ECMultiplier::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, ECMultiplier_t157DBBD8C0030BD905D93F22A7EDD2DD8AF2C0AC_il2cpp_TypeInfo_var, L_27, L_29, L_30); NullCheck(L_31); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_32; L_32 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(17 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Normalize() */, L_31); // r = p.AffineXCoord.ToBigInteger().Mod(n); NullCheck(L_32); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_33; L_33 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_AffineXCoord() */, L_32); NullCheck(L_33); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_34; L_34 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::ToBigInteger() */, L_33); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_35 = V_3; NullCheck(L_34); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_36; L_36 = BigInteger_Mod_m7E2AEE973C716259130AE40359383DE0BCFDEAB2(L_34, L_35, /*hidden argument*/NULL); V_5 = L_36; // while (r.SignValue == 0); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_37 = V_5; NullCheck(L_37); int32_t L_38; L_38 = BigInteger_get_SignValue_mD40EFBE0702F356758CE49796DD9743BF06E5199_inline(L_37, /*hidden argument*/NULL); if (!L_38) { goto IL_0061; } } { // s = (k.Multiply(e)).Add(d.Multiply(r)).Mod(n); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_39 = V_9; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_40 = V_1; NullCheck(L_39); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_41; L_41 = BigInteger_Multiply_m232E46736C80E6A71D2140D5A37FC004489CA4BC(L_39, L_40, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_42 = V_4; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_43 = V_5; NullCheck(L_42); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_44; L_44 = BigInteger_Multiply_m232E46736C80E6A71D2140D5A37FC004489CA4BC(L_42, L_43, /*hidden argument*/NULL); NullCheck(L_41); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_45; L_45 = BigInteger_Add_mC4685DAB012424EC6A0FF486D89CA5A538CB3937(L_41, L_44, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_46 = V_3; NullCheck(L_45); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_47; L_47 = BigInteger_Mod_m7E2AEE973C716259130AE40359383DE0BCFDEAB2(L_45, L_46, /*hidden argument*/NULL); V_6 = L_47; // while (s.SignValue == 0); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_48 = V_6; NullCheck(L_48); int32_t L_49; L_49 = BigInteger_get_SignValue_mD40EFBE0702F356758CE49796DD9743BF06E5199_inline(L_48, /*hidden argument*/NULL); if (!L_49) { goto IL_0061; } } { // return new BigInteger[]{ r, s }; BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_50 = (BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED*)(BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED*)SZArrayNew(BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED_il2cpp_TypeInfo_var, (uint32_t)2); BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_51 = L_50; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_52 = V_5; NullCheck(L_51); ArrayElementTypeCheck (L_51, L_52); (L_51)->SetAt(static_cast(0), (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)L_52); BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_53 = L_51; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_54 = V_6; NullCheck(L_53); ArrayElementTypeCheck (L_53, L_54); (L_53)->SetAt(static_cast(1), (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)L_54); return L_53; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECGost3410Signer::VerifySignature(System.Byte[],BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ECGost3410Signer_VerifySignature_m0583B77C2472A457E71D0FA797921EC917AD36F7 (ECGost3410Signer_t754FF32E7348A6F8ED3538379F99F7DAF5E02CAE * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___message0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___r1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___s2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_1 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_2 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_3 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_4 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_5 = NULL; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * V_6 = NULL; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * V_7 = NULL; int32_t V_8 = 0; { // byte[] mRev = new byte[message.Length]; // conversion is little-endian ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___message0; NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))); V_0 = L_1; // for (int i = 0; i != mRev.Length; i++) V_8 = 0; goto IL_0022; } IL_000e: { // mRev[i] = message[mRev.Length - 1 - i]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = V_0; int32_t L_3 = V_8; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___message0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_0; NullCheck(L_5); int32_t L_6 = V_8; NullCheck(L_4); int32_t L_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))), (int32_t)1)), (int32_t)L_6)); uint8_t L_8 = (L_4)->GetAt(static_cast(L_7)); NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (uint8_t)L_8); // for (int i = 0; i != mRev.Length; i++) int32_t L_9 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0022: { // for (int i = 0; i != mRev.Length; i++) int32_t L_10 = V_8; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_0; NullCheck(L_11); if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length))))))) { goto IL_000e; } } { // BigInteger e = new BigInteger(1, mRev); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_13 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m2790E6F992AE637CEB82161CD2D56E1E0008F81A(L_13, 1, L_12, /*hidden argument*/NULL); V_1 = L_13; // BigInteger n = key.Parameters.N; ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * L_14 = __this->get_key_0(); NullCheck(L_14); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_15; L_15 = ECKeyParameters_get_Parameters_m542E2EBDEDF773CFA59A881334563D7B3888F32B_inline(L_14, /*hidden argument*/NULL); NullCheck(L_15); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_16; L_16 = ECDomainParameters_get_N_m080834A40F7AF8441A6C3858E9E7738CE8812D2B_inline(L_15, /*hidden argument*/NULL); V_2 = L_16; // if (r.CompareTo(BigInteger.One) < 0 || r.CompareTo(n) >= 0) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_17 = ___r1; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_18 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); NullCheck(L_17); int32_t L_19; L_19 = BigInteger_CompareTo_m0B17CAA359D6D0E4621D4A93451F9A154B21E3A4(L_17, L_18, /*hidden argument*/NULL); if ((((int32_t)L_19) < ((int32_t)0))) { goto IL_005a; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_20 = ___r1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_21 = V_2; NullCheck(L_20); int32_t L_22; L_22 = BigInteger_CompareTo_m0B17CAA359D6D0E4621D4A93451F9A154B21E3A4(L_20, L_21, /*hidden argument*/NULL); if ((((int32_t)L_22) < ((int32_t)0))) { goto IL_005c; } } IL_005a: { // return false; return (bool)0; } IL_005c: { // if (s.CompareTo(BigInteger.One) < 0 || s.CompareTo(n) >= 0) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_23 = ___s2; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_24 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); NullCheck(L_23); int32_t L_25; L_25 = BigInteger_CompareTo_m0B17CAA359D6D0E4621D4A93451F9A154B21E3A4(L_23, L_24, /*hidden argument*/NULL); if ((((int32_t)L_25) < ((int32_t)0))) { goto IL_0074; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_26 = ___s2; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_27 = V_2; NullCheck(L_26); int32_t L_28; L_28 = BigInteger_CompareTo_m0B17CAA359D6D0E4621D4A93451F9A154B21E3A4(L_26, L_27, /*hidden argument*/NULL); if ((((int32_t)L_28) < ((int32_t)0))) { goto IL_0076; } } IL_0074: { // return false; return (bool)0; } IL_0076: { // BigInteger v = e.ModInverse(n); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_29 = V_1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_30 = V_2; NullCheck(L_29); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_31; L_31 = BigInteger_ModInverse_mC7B76E8E8BA0692B5F16F38DDA981EB2C5ABBC34(L_29, L_30, /*hidden argument*/NULL); V_3 = L_31; // BigInteger z1 = s.Multiply(v).Mod(n); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_32 = ___s2; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_33 = V_3; NullCheck(L_32); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_34; L_34 = BigInteger_Multiply_m232E46736C80E6A71D2140D5A37FC004489CA4BC(L_32, L_33, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_35 = V_2; NullCheck(L_34); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_36; L_36 = BigInteger_Mod_m7E2AEE973C716259130AE40359383DE0BCFDEAB2(L_34, L_35, /*hidden argument*/NULL); V_4 = L_36; // BigInteger z2 = (n.Subtract(r)).Multiply(v).Mod(n); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_37 = V_2; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_38 = ___r1; NullCheck(L_37); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_39; L_39 = BigInteger_Subtract_m533D42A73362CE69891C408AC3587038EB6B883C(L_37, L_38, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_40 = V_3; NullCheck(L_39); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_41; L_41 = BigInteger_Multiply_m232E46736C80E6A71D2140D5A37FC004489CA4BC(L_39, L_40, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_42 = V_2; NullCheck(L_41); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_43; L_43 = BigInteger_Mod_m7E2AEE973C716259130AE40359383DE0BCFDEAB2(L_41, L_42, /*hidden argument*/NULL); V_5 = L_43; // ECPoint G = key.Parameters.G; // P ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * L_44 = __this->get_key_0(); NullCheck(L_44); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_45; L_45 = ECKeyParameters_get_Parameters_m542E2EBDEDF773CFA59A881334563D7B3888F32B_inline(L_44, /*hidden argument*/NULL); NullCheck(L_45); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_46; L_46 = ECDomainParameters_get_G_m98A15A2437F3706CF1B8D7F738246A1675B6243B_inline(L_45, /*hidden argument*/NULL); // ECPoint Q = ((ECPublicKeyParameters)key).Q; ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * L_47 = __this->get_key_0(); NullCheck(((ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB *)CastclassClass((RuntimeObject*)L_47, ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB_il2cpp_TypeInfo_var))); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_48; L_48 = ECPublicKeyParameters_get_Q_m37408C2CF552166020ADF2CFD5D881029BC9C533_inline(((ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB *)CastclassClass((RuntimeObject*)L_47, ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_6 = L_48; // ECPoint point = ECAlgorithms.SumOfTwoMultiplies(G, z1, Q, z2).Normalize(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_49 = V_4; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_50 = V_6; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_51 = V_5; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_52; L_52 = ECAlgorithms_SumOfTwoMultiplies_m6DE827E85A395A69DED4673F721DA7162534E24E(L_46, L_49, L_50, L_51, /*hidden argument*/NULL); NullCheck(L_52); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_53; L_53 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(17 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Normalize() */, L_52); V_7 = L_53; // if (point.IsInfinity) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_54 = V_7; NullCheck(L_54); bool L_55; L_55 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(L_54, /*hidden argument*/NULL); if (!L_55) { goto IL_00e1; } } { // return false; return (bool)0; } IL_00e1: { // BigInteger R = point.AffineXCoord.ToBigInteger().Mod(n); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_56 = V_7; NullCheck(L_56); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_57; L_57 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_AffineXCoord() */, L_56); NullCheck(L_57); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_58; L_58 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::ToBigInteger() */, L_57); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_59 = V_2; NullCheck(L_58); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_60; L_60 = BigInteger_Mod_m7E2AEE973C716259130AE40359383DE0BCFDEAB2(L_58, L_59, /*hidden argument*/NULL); // return R.Equals(r); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_61 = ___r1; NullCheck(L_60); bool L_62; L_62 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_60, L_61); return L_62; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ECMultiplier BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECGost3410Signer::CreateBasePointMultiplier() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ECGost3410Signer_CreateBasePointMultiplier_m9D60F43BD50E70AFEE87DEA7805624D9BC346A91 (ECGost3410Signer_t754FF32E7348A6F8ED3538379F99F7DAF5E02CAE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FixedPointCombMultiplier_t3DC099A00AC6C61A9488DD426ACAA76EBD9F71FE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new FixedPointCombMultiplier(); FixedPointCombMultiplier_t3DC099A00AC6C61A9488DD426ACAA76EBD9F71FE * L_0 = (FixedPointCombMultiplier_t3DC099A00AC6C61A9488DD426ACAA76EBD9F71FE *)il2cpp_codegen_object_new(FixedPointCombMultiplier_t3DC099A00AC6C61A9488DD426ACAA76EBD9F71FE_il2cpp_TypeInfo_var); FixedPointCombMultiplier__ctor_mD084612F9C60100B627319F19EBDBD944BA42F4A(L_0, /*hidden argument*/NULL); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECGost3410Signer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECGost3410Signer__ctor_m3F4711BCCDE46FA4BE9EEC1292A4CE2CAB9E0401 (ECGost3410Signer_t754FF32E7348A6F8ED3538379F99F7DAF5E02CAE * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyGenerationParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters,BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECKeyGenerationParameters__ctor_mA5CB698D521FF64B07B9ECD7B887FF2A061649AC (ECKeyGenerationParameters_t4937721DC10527ECC156FA98F13AE431AD00F565 * __this, ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * ___domainParameters0, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random1, const RuntimeMethod* method) { { // : base(random, domainParameters.N.BitLength) SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_0 = ___random1; ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_1 = ___domainParameters0; NullCheck(L_1); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2; L_2 = ECDomainParameters_get_N_m080834A40F7AF8441A6C3858E9E7738CE8812D2B_inline(L_1, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3; L_3 = BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C(L_2, /*hidden argument*/NULL); KeyGenerationParameters__ctor_m57645A39098F4DEA2AEFB8676E1EDCB298FC65C2(__this, L_0, L_3, /*hidden argument*/NULL); // this.domainParams = domainParameters; ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_4 = ___domainParameters0; __this->set_domainParams_2(L_4); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyGenerationParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECKeyGenerationParameters__ctor_m4C771DA8A88E66EDA040D614D2848E126651A47F (ECKeyGenerationParameters_t4937721DC10527ECC156FA98F13AE431AD00F565 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___publicKeyParamSet0, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : this(ECKeyParameters.LookupParameters(publicKeyParamSet), random) DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = ___publicKeyParamSet0; IL2CPP_RUNTIME_CLASS_INIT(ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141_il2cpp_TypeInfo_var); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_1; L_1 = ECKeyParameters_LookupParameters_m2A5AF04C750ADA4F19AA80FCBA9A451F15BC8F40(L_0, /*hidden argument*/NULL); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_2 = ___random1; ECKeyGenerationParameters__ctor_mA5CB698D521FF64B07B9ECD7B887FF2A061649AC(__this, L_1, L_2, /*hidden argument*/NULL); // this.publicKeyParamSet = publicKeyParamSet; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_3 = ___publicKeyParamSet0; __this->set_publicKeyParamSet_3(L_3); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyGenerationParameters::get_DomainParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * ECKeyGenerationParameters_get_DomainParameters_mB94A05D906BDC5BDDB681BF99D144D375449760D (ECKeyGenerationParameters_t4937721DC10527ECC156FA98F13AE431AD00F565 * __this, const RuntimeMethod* method) { { // get { return domainParams; } ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_0 = __this->get_domainParams_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyGenerationParameters::get_PublicKeyParamSet() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ECKeyGenerationParameters_get_PublicKeyParamSet_m9F60BE9E2904A92BCEBC59EDF35BF0AA3461DABA (ECKeyGenerationParameters_t4937721DC10527ECC156FA98F13AE431AD00F565 * __this, const RuntimeMethod* method) { { // get { return publicKeyParamSet; } DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = __this->get_publicKeyParamSet_3(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.ECKeyPairGenerator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECKeyPairGenerator__ctor_m3E5DF4978F1C839F707272852A3B483C4098B009 (ECKeyPairGenerator_t449F3363BFE123E57E5D0BEAC3A4DF816A9B5F7D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC9A60DAF92C3EDA5CB6CB6E661BA58F19E737431); s_Il2CppMethodInitialized = true; } { // : this("EC") ECKeyPairGenerator__ctor_mE722957B3C362372436C8E1F19E1E349920550EF(__this, _stringLiteralC9A60DAF92C3EDA5CB6CB6E661BA58F19E737431, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.ECKeyPairGenerator::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECKeyPairGenerator__ctor_mE722957B3C362372436C8E1F19E1E349920550EF (ECKeyPairGenerator_t449F3363BFE123E57E5D0BEAC3A4DF816A9B5F7D * __this, String_t* ___algorithm0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public ECKeyPairGenerator( // string algorithm) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // if (algorithm == null) String_t* L_0 = ___algorithm0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("algorithm"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA9AF8D13B64E63A31A01386E007E5C9CF3A6CF5B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECKeyPairGenerator__ctor_mE722957B3C362372436C8E1F19E1E349920550EF_RuntimeMethod_var))); } IL_0014: { // this.algorithm = ECKeyParameters.VerifyAlgorithmName(algorithm); String_t* L_2 = ___algorithm0; IL2CPP_RUNTIME_CLASS_INIT(ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141_il2cpp_TypeInfo_var); String_t* L_3; L_3 = ECKeyParameters_VerifyAlgorithmName_m0C93CEACD5F73155387581251C077F71F064D876(L_2, /*hidden argument*/NULL); __this->set_algorithm_0(L_3); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.ECKeyPairGenerator::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.KeyGenerationParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECKeyPairGenerator_Init_mF0A022CC0E7AB7ECBFD685EE8FD511A9F19E05DA (ECKeyPairGenerator_t449F3363BFE123E57E5D0BEAC3A4DF816A9B5F7D * __this, KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 * ___parameters0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECKeyGenerationParameters_t4937721DC10527ECC156FA98F13AE431AD00F565_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecObjectIdentifiers_tFEBE0CB4AEB2845EC4E230904781E6F762DFD259_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ECKeyGenerationParameters_t4937721DC10527ECC156FA98F13AE431AD00F565 * V_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * V_1 = NULL; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * V_2 = NULL; int32_t V_3 = 0; { // if (parameters is ECKeyGenerationParameters) KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 * L_0 = ___parameters0; if (!((ECKeyGenerationParameters_t4937721DC10527ECC156FA98F13AE431AD00F565 *)IsInstClass((RuntimeObject*)L_0, ECKeyGenerationParameters_t4937721DC10527ECC156FA98F13AE431AD00F565_il2cpp_TypeInfo_var))) { goto IL_002c; } } { // ECKeyGenerationParameters ecP = (ECKeyGenerationParameters) parameters; KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 * L_1 = ___parameters0; V_0 = ((ECKeyGenerationParameters_t4937721DC10527ECC156FA98F13AE431AD00F565 *)CastclassClass((RuntimeObject*)L_1, ECKeyGenerationParameters_t4937721DC10527ECC156FA98F13AE431AD00F565_il2cpp_TypeInfo_var)); // this.publicKeyParamSet = ecP.PublicKeyParamSet; ECKeyGenerationParameters_t4937721DC10527ECC156FA98F13AE431AD00F565 * L_2 = V_0; NullCheck(L_2); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_3; L_3 = ECKeyGenerationParameters_get_PublicKeyParamSet_m9F60BE9E2904A92BCEBC59EDF35BF0AA3461DABA_inline(L_2, /*hidden argument*/NULL); __this->set_publicKeyParamSet_2(L_3); // this.parameters = ecP.DomainParameters; ECKeyGenerationParameters_t4937721DC10527ECC156FA98F13AE431AD00F565 * L_4 = V_0; NullCheck(L_4); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_5; L_5 = ECKeyGenerationParameters_get_DomainParameters_mB94A05D906BDC5BDDB681BF99D144D375449760D_inline(L_4, /*hidden argument*/NULL); __this->set_parameters_1(L_5); // } goto IL_00e1; } IL_002c: { // switch (parameters.Strength) KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 * L_6 = ___parameters0; NullCheck(L_6); int32_t L_7; L_7 = KeyGenerationParameters_get_Strength_m1AF6C156C99D9FF48C71158A37331779DD65ABF9_inline(L_6, /*hidden argument*/NULL); V_3 = L_7; int32_t L_8 = V_3; if ((((int32_t)L_8) > ((int32_t)((int32_t)239)))) { goto IL_0055; } } { int32_t L_9 = V_3; if ((((int32_t)L_9) == ((int32_t)((int32_t)192)))) { goto IL_006f; } } { int32_t L_10 = V_3; if ((((int32_t)L_10) == ((int32_t)((int32_t)224)))) { goto IL_0077; } } { int32_t L_11 = V_3; if ((((int32_t)L_11) == ((int32_t)((int32_t)239)))) { goto IL_007f; } } { goto IL_009f; } IL_0055: { int32_t L_12 = V_3; if ((((int32_t)L_12) == ((int32_t)((int32_t)256)))) { goto IL_0087; } } { int32_t L_13 = V_3; if ((((int32_t)L_13) == ((int32_t)((int32_t)384)))) { goto IL_008f; } } { int32_t L_14 = V_3; if ((((int32_t)L_14) == ((int32_t)((int32_t)521)))) { goto IL_0097; } } { goto IL_009f; } IL_006f: { // oid = X9ObjectIdentifiers.Prime192v1; IL2CPP_RUNTIME_CLASS_INIT(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_15 = ((X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields*)il2cpp_codegen_static_fields_for(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var))->get_Prime192v1_42(); V_1 = L_15; // break; goto IL_00aa; } IL_0077: { // oid = SecObjectIdentifiers.SecP224r1; IL2CPP_RUNTIME_CLASS_INIT(SecObjectIdentifiers_tFEBE0CB4AEB2845EC4E230904781E6F762DFD259_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_16 = ((SecObjectIdentifiers_tFEBE0CB4AEB2845EC4E230904781E6F762DFD259_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tFEBE0CB4AEB2845EC4E230904781E6F762DFD259_il2cpp_TypeInfo_var))->get_SecP224r1_25(); V_1 = L_16; // break; goto IL_00aa; } IL_007f: { // oid = X9ObjectIdentifiers.Prime239v1; IL2CPP_RUNTIME_CLASS_INIT(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_17 = ((X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields*)il2cpp_codegen_static_fields_for(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var))->get_Prime239v1_45(); V_1 = L_17; // break; goto IL_00aa; } IL_0087: { // oid = X9ObjectIdentifiers.Prime256v1; IL2CPP_RUNTIME_CLASS_INIT(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_18 = ((X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields*)il2cpp_codegen_static_fields_for(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var))->get_Prime256v1_48(); V_1 = L_18; // break; goto IL_00aa; } IL_008f: { // oid = SecObjectIdentifiers.SecP384r1; IL2CPP_RUNTIME_CLASS_INIT(SecObjectIdentifiers_tFEBE0CB4AEB2845EC4E230904781E6F762DFD259_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_19 = ((SecObjectIdentifiers_tFEBE0CB4AEB2845EC4E230904781E6F762DFD259_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tFEBE0CB4AEB2845EC4E230904781E6F762DFD259_il2cpp_TypeInfo_var))->get_SecP384r1_26(); V_1 = L_19; // break; goto IL_00aa; } IL_0097: { // oid = SecObjectIdentifiers.SecP521r1; IL2CPP_RUNTIME_CLASS_INIT(SecObjectIdentifiers_tFEBE0CB4AEB2845EC4E230904781E6F762DFD259_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_20 = ((SecObjectIdentifiers_tFEBE0CB4AEB2845EC4E230904781E6F762DFD259_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tFEBE0CB4AEB2845EC4E230904781E6F762DFD259_il2cpp_TypeInfo_var))->get_SecP521r1_27(); V_1 = L_20; // break; goto IL_00aa; } IL_009f: { // throw new InvalidParameterException("unknown key size."); InvalidParameterException_t309E848966980D17943F688E7D2B17D666E91337 * L_21 = (InvalidParameterException_t309E848966980D17943F688E7D2B17D666E91337 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidParameterException_t309E848966980D17943F688E7D2B17D666E91337_il2cpp_TypeInfo_var))); InvalidParameterException__ctor_mFD577449A2FA2F45A741ADB59929E0BFF2D4936D(L_21, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral48DAE6943054AFA170B00800AC0AB2D541F6324C)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECKeyPairGenerator_Init_mF0A022CC0E7AB7ECBFD685EE8FD511A9F19E05DA_RuntimeMethod_var))); } IL_00aa: { // X9ECParameters ecps = FindECCurveByOid(oid); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_22 = V_1; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_23; L_23 = ECKeyPairGenerator_FindECCurveByOid_m0F93C75F94C755AC07BB30FA436A263E7FB615AD(L_22, /*hidden argument*/NULL); V_2 = L_23; // this.publicKeyParamSet = oid; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_24 = V_1; __this->set_publicKeyParamSet_2(L_24); // this.parameters = new ECDomainParameters( // ecps.Curve, ecps.G, ecps.N, ecps.H, ecps.GetSeed()); X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_25 = V_2; NullCheck(L_25); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_26; L_26 = X9ECParameters_get_Curve_m1BC4F848F8E72563287A1FA9395C9E3ECD2FCD23_inline(L_25, /*hidden argument*/NULL); X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_27 = V_2; NullCheck(L_27); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_28; L_28 = X9ECParameters_get_G_m3E5E2F14805084623F3ABD4B9A98CDB8A72D2C71(L_27, /*hidden argument*/NULL); X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_29 = V_2; NullCheck(L_29); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_30; L_30 = X9ECParameters_get_N_mA5FBAFD92C027D5B545F8CBD8D9C77A01B950EAA_inline(L_29, /*hidden argument*/NULL); X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_31 = V_2; NullCheck(L_31); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_32; L_32 = X9ECParameters_get_H_m14081C62E77B14A1088C1A3494E8BCB77BB0564C_inline(L_31, /*hidden argument*/NULL); X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_33 = V_2; NullCheck(L_33); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34; L_34 = X9ECParameters_GetSeed_mBF568758D960F3414ED0AF05FA4C66DFE46ED05C_inline(L_33, /*hidden argument*/NULL); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_35 = (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC *)il2cpp_codegen_object_new(ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC_il2cpp_TypeInfo_var); ECDomainParameters__ctor_m215ED4F7FB06CDD0F9AC3C670B20B1B75E03B47B(L_35, L_26, L_28, L_30, L_32, L_34, /*hidden argument*/NULL); __this->set_parameters_1(L_35); } IL_00e1: { // this.random = parameters.Random; KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 * L_36 = ___parameters0; NullCheck(L_36); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_37; L_37 = KeyGenerationParameters_get_Random_m96B13620B3ECF5CEB64561A4DBCBC18AC6CB11F4_inline(L_36, /*hidden argument*/NULL); __this->set_random_3(L_37); // if (this.random == null) SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_38 = __this->get_random_3(); if (L_38) { goto IL_0100; } } { // this.random = new SecureRandom(); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_39 = (SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 *)il2cpp_codegen_object_new(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_il2cpp_TypeInfo_var); SecureRandom__ctor_mAD42803A2428614D1F961A8BCC228B22958C978A(L_39, /*hidden argument*/NULL); __this->set_random_3(L_39); } IL_0100: { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricCipherKeyPair BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.ECKeyPairGenerator::GenerateKeyPair() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929 * ECKeyPairGenerator_GenerateKeyPair_mA51CD7D68EEA360DA677613188956CD3388B2B67 (ECKeyPairGenerator_t449F3363BFE123E57E5D0BEAC3A4DF816A9B5F7D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECMultiplier_t157DBBD8C0030BD905D93F22A7EDD2DD8AF2C0AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WNafUtilities_tD179DAD24125FDBF4CB551BE4B48358F72E31AF1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_0 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_1 = NULL; int32_t V_2 = 0; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * V_3 = NULL; { // BigInteger n = parameters.N; ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_0 = __this->get_parameters_1(); NullCheck(L_0); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1; L_1 = ECDomainParameters_get_N_m080834A40F7AF8441A6C3858E9E7738CE8812D2B_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; // int minWeight = n.BitLength >> 2; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C(L_2, /*hidden argument*/NULL); V_2 = ((int32_t)((int32_t)L_3>>(int32_t)2)); } IL_0015: { // d = new BigInteger(n.BitLength, random); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = V_0; NullCheck(L_4); int32_t L_5; L_5 = BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C(L_4, /*hidden argument*/NULL); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_6 = __this->get_random_3(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_7 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m0DAA24172CE10E1575B29374A3CE534DAD666DF4(L_7, L_5, L_6, /*hidden argument*/NULL); V_1 = L_7; // if (d.CompareTo(BigInteger.Two) < 0 || d.CompareTo(n) >= 0) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8 = V_1; 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(); NullCheck(L_8); int32_t L_10; L_10 = BigInteger_CompareTo_m0B17CAA359D6D0E4621D4A93451F9A154B21E3A4(L_8, L_9, /*hidden argument*/NULL); if ((((int32_t)L_10) < ((int32_t)0))) { goto IL_0015; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11 = V_1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_12 = V_0; NullCheck(L_11); int32_t L_13; L_13 = BigInteger_CompareTo_m0B17CAA359D6D0E4621D4A93451F9A154B21E3A4(L_11, L_12, /*hidden argument*/NULL); if ((((int32_t)L_13) >= ((int32_t)0))) { goto IL_0015; } } { // if (WNafUtilities.GetNafWeight(d) < minWeight) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_14 = V_1; IL2CPP_RUNTIME_CLASS_INIT(WNafUtilities_tD179DAD24125FDBF4CB551BE4B48358F72E31AF1_il2cpp_TypeInfo_var); int32_t L_15; L_15 = WNafUtilities_GetNafWeight_mD371F3DCFFBD1DE801D437296138ED687539EF8B(L_14, /*hidden argument*/NULL); int32_t L_16 = V_2; if ((((int32_t)L_15) < ((int32_t)L_16))) { goto IL_0015; } } { // ECPoint q = CreateBasePointMultiplier().Multiply(parameters.G, d); RuntimeObject* L_17; L_17 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ECMultiplier BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.ECKeyPairGenerator::CreateBasePointMultiplier() */, __this); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_18 = __this->get_parameters_1(); NullCheck(L_18); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_19; L_19 = ECDomainParameters_get_G_m98A15A2437F3706CF1B8D7F738246A1675B6243B_inline(L_18, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_20 = V_1; NullCheck(L_17); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_21; L_21 = InterfaceFuncInvoker2< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ECMultiplier::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, ECMultiplier_t157DBBD8C0030BD905D93F22A7EDD2DD8AF2C0AC_il2cpp_TypeInfo_var, L_17, L_19, L_20); V_3 = L_21; // if (publicKeyParamSet != null) DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_22 = __this->get_publicKeyParamSet_2(); if (!L_22) { goto IL_0092; } } { // return new AsymmetricCipherKeyPair( // new ECPublicKeyParameters(algorithm, q, publicKeyParamSet), // new ECPrivateKeyParameters(algorithm, d, publicKeyParamSet)); String_t* L_23 = __this->get_algorithm_0(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_24 = V_3; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_25 = __this->get_publicKeyParamSet_2(); ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * L_26 = (ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB *)il2cpp_codegen_object_new(ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB_il2cpp_TypeInfo_var); ECPublicKeyParameters__ctor_m65D62EFBCCC50A4D1ED99FFED8ABB3B79F6EAAE6(L_26, L_23, L_24, L_25, /*hidden argument*/NULL); String_t* L_27 = __this->get_algorithm_0(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_28 = V_1; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_29 = __this->get_publicKeyParamSet_2(); ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * L_30 = (ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 *)il2cpp_codegen_object_new(ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029_il2cpp_TypeInfo_var); ECPrivateKeyParameters__ctor_m796A0AE1DF6C42C57351BDAE341938ADCEA267B2(L_30, L_27, L_28, L_29, /*hidden argument*/NULL); AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929 * L_31 = (AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929 *)il2cpp_codegen_object_new(AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929_il2cpp_TypeInfo_var); AsymmetricCipherKeyPair__ctor_mE5C700D8655EB14E3EC3610B2367603C325D2637(L_31, L_26, L_30, /*hidden argument*/NULL); return L_31; } IL_0092: { // return new AsymmetricCipherKeyPair( // new ECPublicKeyParameters(algorithm, q, parameters), // new ECPrivateKeyParameters(algorithm, d, parameters)); String_t* L_32 = __this->get_algorithm_0(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_33 = V_3; ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_34 = __this->get_parameters_1(); ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * L_35 = (ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB *)il2cpp_codegen_object_new(ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB_il2cpp_TypeInfo_var); ECPublicKeyParameters__ctor_m6FBBA65A7A074CDE2BF71193AE66EAAD47E83809(L_35, L_32, L_33, L_34, /*hidden argument*/NULL); String_t* L_36 = __this->get_algorithm_0(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_37 = V_1; ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_38 = __this->get_parameters_1(); ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * L_39 = (ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 *)il2cpp_codegen_object_new(ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029_il2cpp_TypeInfo_var); ECPrivateKeyParameters__ctor_m5598817EA740C2175C9AD03DD4958EE10918C4A1(L_39, L_36, L_37, L_38, /*hidden argument*/NULL); AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929 * L_40 = (AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929 *)il2cpp_codegen_object_new(AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929_il2cpp_TypeInfo_var); AsymmetricCipherKeyPair__ctor_mE5C700D8655EB14E3EC3610B2367603C325D2637(L_40, L_35, L_39, /*hidden argument*/NULL); return L_40; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ECMultiplier BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.ECKeyPairGenerator::CreateBasePointMultiplier() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ECKeyPairGenerator_CreateBasePointMultiplier_m765DC6BFA2F3E729431D742A0F0BAAD0A224919A (ECKeyPairGenerator_t449F3363BFE123E57E5D0BEAC3A4DF816A9B5F7D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FixedPointCombMultiplier_t3DC099A00AC6C61A9488DD426ACAA76EBD9F71FE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new FixedPointCombMultiplier(); FixedPointCombMultiplier_t3DC099A00AC6C61A9488DD426ACAA76EBD9F71FE * L_0 = (FixedPointCombMultiplier_t3DC099A00AC6C61A9488DD426ACAA76EBD9F71FE *)il2cpp_codegen_object_new(FixedPointCombMultiplier_t3DC099A00AC6C61A9488DD426ACAA76EBD9F71FE_il2cpp_TypeInfo_var); FixedPointCombMultiplier__ctor_mD084612F9C60100B627319F19EBDBD944BA42F4A(L_0, /*hidden argument*/NULL); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.ECKeyPairGenerator::FindECCurveByOid(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * ECKeyPairGenerator_FindECCurveByOid_m0F93C75F94C755AC07BB30FA436A263E7FB615AD (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___oid0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * V_0 = NULL; { // X9ECParameters ecP = CustomNamedCurves.GetByOid(oid); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = ___oid0; IL2CPP_RUNTIME_CLASS_INIT(CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_1; L_1 = CustomNamedCurves_GetByOid_mA6CAE428C34C4C809EF2658E0891A851D2343BEB(L_0, /*hidden argument*/NULL); V_0 = L_1; // if (ecP == null) X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_2 = V_0; if (L_2) { goto IL_0011; } } { // ecP = ECNamedCurveTable.GetByOid(oid); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_3 = ___oid0; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_4; L_4 = ECNamedCurveTable_GetByOid_mC7DA6511C9AD83600BEF5EEB92A3ADE57556E672(L_3, /*hidden argument*/NULL); V_0 = L_4; } IL_0011: { // return ecP; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_5 = V_0; return L_5; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.ECKeyPairGenerator::GetCorrespondingPublicKey(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * ECKeyPairGenerator_GetCorrespondingPublicKey_m92D1F9485CF1C1D77B8BFB3738217F1ED7F0B0D2 (ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * ___privKey0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FixedPointCombMultiplier_t3DC099A00AC6C61A9488DD426ACAA76EBD9F71FE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * V_0 = NULL; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * V_1 = NULL; { // ECDomainParameters ec = privKey.Parameters; ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * L_0 = ___privKey0; NullCheck(L_0); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_1; L_1 = ECKeyParameters_get_Parameters_m542E2EBDEDF773CFA59A881334563D7B3888F32B_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; // ECPoint q = new FixedPointCombMultiplier().Multiply(ec.G, privKey.D); FixedPointCombMultiplier_t3DC099A00AC6C61A9488DD426ACAA76EBD9F71FE * L_2 = (FixedPointCombMultiplier_t3DC099A00AC6C61A9488DD426ACAA76EBD9F71FE *)il2cpp_codegen_object_new(FixedPointCombMultiplier_t3DC099A00AC6C61A9488DD426ACAA76EBD9F71FE_il2cpp_TypeInfo_var); FixedPointCombMultiplier__ctor_mD084612F9C60100B627319F19EBDBD944BA42F4A(L_2, /*hidden argument*/NULL); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_3 = V_0; NullCheck(L_3); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_4; L_4 = ECDomainParameters_get_G_m98A15A2437F3706CF1B8D7F738246A1675B6243B_inline(L_3, /*hidden argument*/NULL); ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * L_5 = ___privKey0; NullCheck(L_5); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6; L_6 = ECPrivateKeyParameters_get_D_m9B91C107111248008FD1E234A0EDEA5889C391B0_inline(L_5, /*hidden argument*/NULL); NullCheck(L_2); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_7; L_7 = VirtualFuncInvoker2< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.AbstractECMultiplier::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, L_2, L_4, L_6); V_1 = L_7; // if (privKey.PublicKeyParamSet != null) ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * L_8 = ___privKey0; NullCheck(L_8); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_9; L_9 = ECKeyParameters_get_PublicKeyParamSet_m085E16FD3F9BD58804A4A818FBA05F9320C9C41B_inline(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0039; } } { // return new ECPublicKeyParameters(privKey.AlgorithmName, q, privKey.PublicKeyParamSet); ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * L_10 = ___privKey0; NullCheck(L_10); String_t* L_11; L_11 = ECKeyParameters_get_AlgorithmName_m0E30F5C6A272F2846DCC4892B8F0B87657C4BECA_inline(L_10, /*hidden argument*/NULL); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_12 = V_1; ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * L_13 = ___privKey0; NullCheck(L_13); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_14; L_14 = ECKeyParameters_get_PublicKeyParamSet_m085E16FD3F9BD58804A4A818FBA05F9320C9C41B_inline(L_13, /*hidden argument*/NULL); ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * L_15 = (ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB *)il2cpp_codegen_object_new(ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB_il2cpp_TypeInfo_var); ECPublicKeyParameters__ctor_m65D62EFBCCC50A4D1ED99FFED8ABB3B79F6EAAE6(L_15, L_11, L_12, L_14, /*hidden argument*/NULL); return L_15; } IL_0039: { // return new ECPublicKeyParameters(privKey.AlgorithmName, q, ec); ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * L_16 = ___privKey0; NullCheck(L_16); String_t* L_17; L_17 = ECKeyParameters_get_AlgorithmName_m0E30F5C6A272F2846DCC4892B8F0B87657C4BECA_inline(L_16, /*hidden argument*/NULL); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_18 = V_1; ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_19 = V_0; ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * L_20 = (ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB *)il2cpp_codegen_object_new(ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB_il2cpp_TypeInfo_var); ECPublicKeyParameters__ctor_m6FBBA65A7A074CDE2BF71193AE66EAAD47E83809(L_20, L_17, L_18, L_19, /*hidden argument*/NULL); return L_20; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters::.ctor(System.String,System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECKeyParameters__ctor_m5C9118531F7860CCF89705D84ED2AA88E39BF63F (ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * __this, String_t* ___algorithm0, bool ___isPrivate1, ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * ___parameters2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : base(isPrivate) bool L_0 = ___isPrivate1; AsymmetricKeyParameter__ctor_m383021999D70982D1E53120E9C0BD8DF08238CB3(__this, L_0, /*hidden argument*/NULL); // if (algorithm == null) String_t* L_1 = ___algorithm0; if (L_1) { goto IL_0015; } } { // throw new ArgumentNullException("algorithm"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA9AF8D13B64E63A31A01386E007E5C9CF3A6CF5B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECKeyParameters__ctor_m5C9118531F7860CCF89705D84ED2AA88E39BF63F_RuntimeMethod_var))); } IL_0015: { // if (parameters == null) ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_3 = ___parameters2; if (L_3) { goto IL_0023; } } { // throw new ArgumentNullException("parameters"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_4 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC611A012636D51B5EBBC7ADEBD3C8631EA8DAF13)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECKeyParameters__ctor_m5C9118531F7860CCF89705D84ED2AA88E39BF63F_RuntimeMethod_var))); } IL_0023: { // this.algorithm = VerifyAlgorithmName(algorithm); String_t* L_5 = ___algorithm0; IL2CPP_RUNTIME_CLASS_INIT(ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141_il2cpp_TypeInfo_var); String_t* L_6; L_6 = ECKeyParameters_VerifyAlgorithmName_m0C93CEACD5F73155387581251C077F71F064D876(L_5, /*hidden argument*/NULL); __this->set_algorithm_2(L_6); // this.parameters = parameters; ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_7 = ___parameters2; __this->set_parameters_3(L_7); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters::.ctor(System.String,System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECKeyParameters__ctor_mD57A16591673C5B03245594F4D0A37EC1C1FAE78 (ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * __this, String_t* ___algorithm0, bool ___isPrivate1, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___publicKeyParamSet2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : base(isPrivate) bool L_0 = ___isPrivate1; AsymmetricKeyParameter__ctor_m383021999D70982D1E53120E9C0BD8DF08238CB3(__this, L_0, /*hidden argument*/NULL); // if (algorithm == null) String_t* L_1 = ___algorithm0; if (L_1) { goto IL_0015; } } { // throw new ArgumentNullException("algorithm"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA9AF8D13B64E63A31A01386E007E5C9CF3A6CF5B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECKeyParameters__ctor_mD57A16591673C5B03245594F4D0A37EC1C1FAE78_RuntimeMethod_var))); } IL_0015: { // if (publicKeyParamSet == null) DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_3 = ___publicKeyParamSet2; if (L_3) { goto IL_0023; } } { // throw new ArgumentNullException("publicKeyParamSet"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_4 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8663BD1615D5C02136900A8A4762C8C1833F8F9D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECKeyParameters__ctor_mD57A16591673C5B03245594F4D0A37EC1C1FAE78_RuntimeMethod_var))); } IL_0023: { // this.algorithm = VerifyAlgorithmName(algorithm); String_t* L_5 = ___algorithm0; IL2CPP_RUNTIME_CLASS_INIT(ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141_il2cpp_TypeInfo_var); String_t* L_6; L_6 = ECKeyParameters_VerifyAlgorithmName_m0C93CEACD5F73155387581251C077F71F064D876(L_5, /*hidden argument*/NULL); __this->set_algorithm_2(L_6); // this.parameters = LookupParameters(publicKeyParamSet); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_7 = ___publicKeyParamSet2; ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_8; L_8 = ECKeyParameters_LookupParameters_m2A5AF04C750ADA4F19AA80FCBA9A451F15BC8F40(L_7, /*hidden argument*/NULL); __this->set_parameters_3(L_8); // this.publicKeyParamSet = publicKeyParamSet; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_9 = ___publicKeyParamSet2; __this->set_publicKeyParamSet_4(L_9); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ECKeyParameters_get_AlgorithmName_m0E30F5C6A272F2846DCC4892B8F0B87657C4BECA (ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * __this, const RuntimeMethod* method) { { // get { return algorithm; } String_t* L_0 = __this->get_algorithm_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters::get_Parameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * ECKeyParameters_get_Parameters_m542E2EBDEDF773CFA59A881334563D7B3888F32B (ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * __this, const RuntimeMethod* method) { { // get { return parameters; } ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_0 = __this->get_parameters_3(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters::get_PublicKeyParamSet() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ECKeyParameters_get_PublicKeyParamSet_m085E16FD3F9BD58804A4A818FBA05F9320C9C41B (ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * __this, const RuntimeMethod* method) { { // get { return publicKeyParamSet; } DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = __this->get_publicKeyParamSet_4(); return L_0; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ECKeyParameters_Equals_m54405DAD9A592CCA33E91AA8E83F654149D90178 (ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * V_0 = NULL; { // if (obj == this) RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 *)__this)))) { goto IL_0006; } } { // return true; return (bool)1; } IL_0006: { // ECDomainParameters other = obj as ECDomainParameters; RuntimeObject * L_1 = ___obj0; V_0 = ((ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC *)IsInstClass((RuntimeObject*)L_1, ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC_il2cpp_TypeInfo_var)); // if (other == null) ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_2 = V_0; if (L_2) { goto IL_0012; } } { // return false; return (bool)0; } IL_0012: { // return Equals(other); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_3 = V_0; bool L_4; L_4 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, __this, L_3); return L_4; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ECKeyParameters_Equals_m541B4DE931D48B20E81199A5546376DA4B77701D (ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * __this, ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * ___other0, const RuntimeMethod* method) { { // return parameters.Equals(other.parameters) && base.Equals(other); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_0 = __this->get_parameters_3(); ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * L_1 = ___other0; NullCheck(L_1); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_2 = L_1->get_parameters_3(); NullCheck(L_0); bool L_3; L_3 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_0, L_2); if (!L_3) { goto IL_001b; } } { ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * L_4 = ___other0; bool L_5; L_5 = AsymmetricKeyParameter_Equals_mD7853F9B3D0E36774C21F59D72AF91B995AE0211(__this, L_4, /*hidden argument*/NULL); return L_5; } IL_001b: { return (bool)0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ECKeyParameters_GetHashCode_mD9FC2E3CD9A22E28B3033DE9FA2E4489059F29C9 (ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * __this, const RuntimeMethod* method) { { // return parameters.GetHashCode() ^ base.GetHashCode(); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_0 = __this->get_parameters_3(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); int32_t L_2; L_2 = AsymmetricKeyParameter_GetHashCode_mC6FFFFA2C19DDE30047E372FD0D1D655D2CCDF1F(__this, /*hidden argument*/NULL); return ((int32_t)((int32_t)L_1^(int32_t)L_2)); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyGenerationParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters::CreateKeyGenerationParameters(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECKeyGenerationParameters_t4937721DC10527ECC156FA98F13AE431AD00F565 * ECKeyParameters_CreateKeyGenerationParameters_m93A565EC7577C48D5E69D40E1A4F4E83E94B01C7 (ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * __this, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECKeyGenerationParameters_t4937721DC10527ECC156FA98F13AE431AD00F565_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (publicKeyParamSet != null) DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = __this->get_publicKeyParamSet_4(); if (!L_0) { goto IL_0015; } } { // return new ECKeyGenerationParameters(publicKeyParamSet, random); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1 = __this->get_publicKeyParamSet_4(); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_2 = ___random0; ECKeyGenerationParameters_t4937721DC10527ECC156FA98F13AE431AD00F565 * L_3 = (ECKeyGenerationParameters_t4937721DC10527ECC156FA98F13AE431AD00F565 *)il2cpp_codegen_object_new(ECKeyGenerationParameters_t4937721DC10527ECC156FA98F13AE431AD00F565_il2cpp_TypeInfo_var); ECKeyGenerationParameters__ctor_m4C771DA8A88E66EDA040D614D2848E126651A47F(L_3, L_1, L_2, /*hidden argument*/NULL); return L_3; } IL_0015: { // return new ECKeyGenerationParameters(parameters, random); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_4 = __this->get_parameters_3(); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_5 = ___random0; ECKeyGenerationParameters_t4937721DC10527ECC156FA98F13AE431AD00F565 * L_6 = (ECKeyGenerationParameters_t4937721DC10527ECC156FA98F13AE431AD00F565 *)il2cpp_codegen_object_new(ECKeyGenerationParameters_t4937721DC10527ECC156FA98F13AE431AD00F565_il2cpp_TypeInfo_var); ECKeyGenerationParameters__ctor_mA5CB698D521FF64B07B9ECD7B887FF2A061649AC(L_6, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters::VerifyAlgorithmName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ECKeyParameters_VerifyAlgorithmName_m0C93CEACD5F73155387581251C077F71F064D876 (String_t* ___algorithm0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_IndexOf_TisString_t_mD063033C2351BEEE2FA2DF7B412D0A302C8E005E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* G_B2_0 = NULL; String_t* G_B1_0 = NULL; { // string upper = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.ToUpperInvariant(algorithm); String_t* L_0 = ___algorithm0; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); String_t* L_1; L_1 = Platform_ToUpperInvariant_m306E35263EC9F3B4FE0722C3173BAAFDB1B3E158(L_0, /*hidden argument*/NULL); // if (Array.IndexOf(algorithms, algorithm, 0, algorithms.Length) < 0) IL2CPP_RUNTIME_CLASS_INIT(ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141_il2cpp_TypeInfo_var); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = ((ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141_StaticFields*)il2cpp_codegen_static_fields_for(ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141_il2cpp_TypeInfo_var))->get_algorithms_1(); String_t* L_3 = ___algorithm0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = ((ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141_StaticFields*)il2cpp_codegen_static_fields_for(ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141_il2cpp_TypeInfo_var))->get_algorithms_1(); NullCheck(L_4); int32_t L_5; L_5 = Array_IndexOf_TisString_t_mD063033C2351BEEE2FA2DF7B412D0A302C8E005E(L_2, L_3, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))), /*hidden argument*/Array_IndexOf_TisString_t_mD063033C2351BEEE2FA2DF7B412D0A302C8E005E_RuntimeMethod_var); G_B1_0 = L_1; if ((((int32_t)L_5) >= ((int32_t)0))) { G_B2_0 = L_1; goto IL_0032; } } { // throw new ArgumentException("unrecognised algorithm: " + algorithm, "algorithm"); String_t* L_6 = ___algorithm0; String_t* L_7; L_7 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral44980EBE64EE961020A9B63E7E4774A1190E5366)), L_6, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_8 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_8, L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA9AF8D13B64E63A31A01386E007E5C9CF3A6CF5B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECKeyParameters_VerifyAlgorithmName_m0C93CEACD5F73155387581251C077F71F064D876_RuntimeMethod_var))); } IL_0032: { // return upper; return G_B2_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters::LookupParameters(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * ECKeyParameters_LookupParameters_m2A5AF04C750ADA4F19AA80FCBA9A451F15BC8F40 (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___publicKeyParamSet0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * V_0 = NULL; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * V_1 = NULL; { // if (publicKeyParamSet == null) DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = ___publicKeyParamSet0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("publicKeyParamSet"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8663BD1615D5C02136900A8A4762C8C1833F8F9D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECKeyParameters_LookupParameters_m2A5AF04C750ADA4F19AA80FCBA9A451F15BC8F40_RuntimeMethod_var))); } IL_000e: { // ECDomainParameters p = ECGost3410NamedCurves.GetByOid(publicKeyParamSet); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_2 = ___publicKeyParamSet0; IL2CPP_RUNTIME_CLASS_INIT(ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_3; L_3 = ECGost3410NamedCurves_GetByOid_m411DD06A206A4A2A14F6CD0657665E19623D579B(L_2, /*hidden argument*/NULL); V_0 = L_3; // if (p == null) ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_4 = V_0; if (L_4) { goto IL_0056; } } { // X9ECParameters x9 = ECKeyPairGenerator.FindECCurveByOid(publicKeyParamSet); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_5 = ___publicKeyParamSet0; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_6; L_6 = ECKeyPairGenerator_FindECCurveByOid_m0F93C75F94C755AC07BB30FA436A263E7FB615AD(L_5, /*hidden argument*/NULL); V_1 = L_6; // if (x9 == null) X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_7 = V_1; if (L_7) { goto IL_0032; } } { // throw new ArgumentException("OID is not a valid public key parameter set", "publicKeyParamSet"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_8 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCCEF3220D17DF85546359761AC7850A590149ED2)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8663BD1615D5C02136900A8A4762C8C1833F8F9D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECKeyParameters_LookupParameters_m2A5AF04C750ADA4F19AA80FCBA9A451F15BC8F40_RuntimeMethod_var))); } IL_0032: { // p = new ECDomainParameters(x9.Curve, x9.G, x9.N, x9.H, x9.GetSeed()); X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_9 = V_1; NullCheck(L_9); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_10; L_10 = X9ECParameters_get_Curve_m1BC4F848F8E72563287A1FA9395C9E3ECD2FCD23_inline(L_9, /*hidden argument*/NULL); X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_11 = V_1; NullCheck(L_11); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_12; L_12 = X9ECParameters_get_G_m3E5E2F14805084623F3ABD4B9A98CDB8A72D2C71(L_11, /*hidden argument*/NULL); X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_13 = V_1; NullCheck(L_13); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_14; L_14 = X9ECParameters_get_N_mA5FBAFD92C027D5B545F8CBD8D9C77A01B950EAA_inline(L_13, /*hidden argument*/NULL); X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_15 = V_1; NullCheck(L_15); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_16; L_16 = X9ECParameters_get_H_m14081C62E77B14A1088C1A3494E8BCB77BB0564C_inline(L_15, /*hidden argument*/NULL); X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_17 = V_1; NullCheck(L_17); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18; L_18 = X9ECParameters_GetSeed_mBF568758D960F3414ED0AF05FA4C66DFE46ED05C_inline(L_17, /*hidden argument*/NULL); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_19 = (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC *)il2cpp_codegen_object_new(ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC_il2cpp_TypeInfo_var); ECDomainParameters__ctor_m215ED4F7FB06CDD0F9AC3C670B20B1B75E03B47B(L_19, L_10, L_12, L_14, L_16, L_18, /*hidden argument*/NULL); V_0 = L_19; } IL_0056: { // return p; ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_20 = V_0; return L_20; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECKeyParameters__cctor_m09DDDCE8E35602F3458C192549DA9A75B5571FBC (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral355344670054DB070754011D8D2527E319681DF0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral415AAA4FA5646BB572E5E71C959350F360A6660B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral70BBC87222786B2FB160BFD7855B579444CE1163); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral978EDA1B4E2941E5FA91E6212A9DCAB6466F94A7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC9A60DAF92C3EDA5CB6CB6E661BA58F19E737431); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCAE5F60303A5893B517F95417886F71BB8507B6E); s_Il2CppMethodInitialized = true; } { // private static readonly string[] algorithms = { "EC", "ECDSA", "ECDH", "ECDHC", "ECGOST3410", "ECMQV" }; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)6); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = L_0; NullCheck(L_1); ArrayElementTypeCheck (L_1, _stringLiteralC9A60DAF92C3EDA5CB6CB6E661BA58F19E737431); (L_1)->SetAt(static_cast(0), (String_t*)_stringLiteralC9A60DAF92C3EDA5CB6CB6E661BA58F19E737431); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = L_1; NullCheck(L_2); ArrayElementTypeCheck (L_2, _stringLiteral70BBC87222786B2FB160BFD7855B579444CE1163); (L_2)->SetAt(static_cast(1), (String_t*)_stringLiteral70BBC87222786B2FB160BFD7855B579444CE1163); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = L_2; NullCheck(L_3); ArrayElementTypeCheck (L_3, _stringLiteral415AAA4FA5646BB572E5E71C959350F360A6660B); (L_3)->SetAt(static_cast(2), (String_t*)_stringLiteral415AAA4FA5646BB572E5E71C959350F360A6660B); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = L_3; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteralCAE5F60303A5893B517F95417886F71BB8507B6E); (L_4)->SetAt(static_cast(3), (String_t*)_stringLiteralCAE5F60303A5893B517F95417886F71BB8507B6E); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = L_4; NullCheck(L_5); ArrayElementTypeCheck (L_5, _stringLiteral355344670054DB070754011D8D2527E319681DF0); (L_5)->SetAt(static_cast(4), (String_t*)_stringLiteral355344670054DB070754011D8D2527E319681DF0); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6 = L_5; NullCheck(L_6); ArrayElementTypeCheck (L_6, _stringLiteral978EDA1B4E2941E5FA91E6212A9DCAB6466F94A7); (L_6)->SetAt(static_cast(5), (String_t*)_stringLiteral978EDA1B4E2941E5FA91E6212A9DCAB6466F94A7); ((ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141_StaticFields*)il2cpp_codegen_static_fields_for(ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141_il2cpp_TypeInfo_var))->set_algorithms_1(L_6); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.ECMqvBasicAgreement::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECMqvBasicAgreement_Init_m9716C551DB8DFC7A7E0C103A04F77A742DA70930 (ECMqvBasicAgreement_tEADABD2B3F73DD0D87674AD79CBF8CD857F5552A * __this, RuntimeObject* ___parameters0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MqvPrivateParameters_t5FC169BF7E9130DEB59D0A3E198847975BE0DE87_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (parameters is ParametersWithRandom) RuntimeObject* L_0 = ___parameters0; if (!((ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC *)IsInstClass((RuntimeObject*)L_0, ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var))) { goto IL_0015; } } { // parameters = ((ParametersWithRandom)parameters).Parameters; RuntimeObject* L_1 = ___parameters0; NullCheck(((ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC *)CastclassClass((RuntimeObject*)L_1, ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var))); RuntimeObject* L_2; L_2 = ParametersWithRandom_get_Parameters_mC27DE634CDD6230C5FD939CC5B81B42B7CCAEF18_inline(((ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC *)CastclassClass((RuntimeObject*)L_1, ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); ___parameters0 = L_2; } IL_0015: { // this.privParams = (MqvPrivateParameters)parameters; RuntimeObject* L_3 = ___parameters0; __this->set_privParams_0(((MqvPrivateParameters_t5FC169BF7E9130DEB59D0A3E198847975BE0DE87 *)CastclassClass((RuntimeObject*)L_3, MqvPrivateParameters_t5FC169BF7E9130DEB59D0A3E198847975BE0DE87_il2cpp_TypeInfo_var))); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.ECMqvBasicAgreement::GetFieldSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ECMqvBasicAgreement_GetFieldSize_mCC295C25F96FB5ED173013C6E1B778DA3337A8DB (ECMqvBasicAgreement_tEADABD2B3F73DD0D87674AD79CBF8CD857F5552A * __this, const RuntimeMethod* method) { { // return (privParams.StaticPrivateKey.Parameters.Curve.FieldSize + 7) / 8; MqvPrivateParameters_t5FC169BF7E9130DEB59D0A3E198847975BE0DE87 * L_0 = __this->get_privParams_0(); NullCheck(L_0); ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * L_1; L_1 = VirtualFuncInvoker0< ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.MqvPrivateParameters::get_StaticPrivateKey() */, L_0); NullCheck(L_1); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_2; L_2 = ECKeyParameters_get_Parameters_m542E2EBDEDF773CFA59A881334563D7B3888F32B_inline(L_1, /*hidden argument*/NULL); NullCheck(L_2); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_3; L_3 = ECDomainParameters_get_Curve_mAF743EDFBA6FB8B0CBFB23022CE6D7471EEEFC79_inline(L_2, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_FieldSize() */, L_3); return ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)7))/(int32_t)8)); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.ECMqvBasicAgreement::CalculateAgreement(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ECMqvBasicAgreement_CalculateAgreement_m9A616C12A4C0E5F2C700A66508117FEE59A6AA7A (ECMqvBasicAgreement_tEADABD2B3F73DD0D87674AD79CBF8CD857F5552A * __this, RuntimeObject* ___pubKey0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MqvPublicParameters_t45CD88AB7EC58154D669C5D5D68FC11F9BEE6680_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MqvPublicParameters_t45CD88AB7EC58154D669C5D5D68FC11F9BEE6680 * V_0 = NULL; ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * V_1 = NULL; ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * G_B2_0 = NULL; ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * G_B1_0 = NULL; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * G_B4_0 = NULL; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * G_B3_0 = NULL; { // MqvPublicParameters pubParams = (MqvPublicParameters)pubKey; RuntimeObject* L_0 = ___pubKey0; V_0 = ((MqvPublicParameters_t45CD88AB7EC58154D669C5D5D68FC11F9BEE6680 *)CastclassClass((RuntimeObject*)L_0, MqvPublicParameters_t45CD88AB7EC58154D669C5D5D68FC11F9BEE6680_il2cpp_TypeInfo_var)); // ECPrivateKeyParameters staticPrivateKey = privParams.StaticPrivateKey; MqvPrivateParameters_t5FC169BF7E9130DEB59D0A3E198847975BE0DE87 * L_1 = __this->get_privParams_0(); NullCheck(L_1); ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * L_2; L_2 = VirtualFuncInvoker0< ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.MqvPrivateParameters::get_StaticPrivateKey() */, L_1); V_1 = L_2; // ECDomainParameters parameters = staticPrivateKey.Parameters; ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * L_3 = V_1; NullCheck(L_3); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_4; L_4 = ECKeyParameters_get_Parameters_m542E2EBDEDF773CFA59A881334563D7B3888F32B_inline(L_3, /*hidden argument*/NULL); // if (!parameters.Equals(pubParams.StaticPublicKey.Parameters)) ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_5 = L_4; MqvPublicParameters_t45CD88AB7EC58154D669C5D5D68FC11F9BEE6680 * L_6 = V_0; NullCheck(L_6); ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * L_7; L_7 = VirtualFuncInvoker0< ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.MqvPublicParameters::get_StaticPublicKey() */, L_6); NullCheck(L_7); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_8; L_8 = ECKeyParameters_get_Parameters_m542E2EBDEDF773CFA59A881334563D7B3888F32B_inline(L_7, /*hidden argument*/NULL); NullCheck(L_5); bool L_9; L_9 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_5, L_8); G_B1_0 = L_5; if (L_9) { G_B2_0 = L_5; goto IL_0037; } } { // throw new InvalidOperationException("ECMQV public key components have wrong domain parameters"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_10 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDFDEF02C258E545D880B9C0B2FF0D30E2FA2471F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECMqvBasicAgreement_CalculateAgreement_m9A616C12A4C0E5F2C700A66508117FEE59A6AA7A_RuntimeMethod_var))); } IL_0037: { // ECPoint agreement = CalculateMqvAgreement(parameters, staticPrivateKey, // privParams.EphemeralPrivateKey, privParams.EphemeralPublicKey, // pubParams.StaticPublicKey, pubParams.EphemeralPublicKey).Normalize(); ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * L_11 = V_1; MqvPrivateParameters_t5FC169BF7E9130DEB59D0A3E198847975BE0DE87 * L_12 = __this->get_privParams_0(); NullCheck(L_12); ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * L_13; L_13 = VirtualFuncInvoker0< ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.MqvPrivateParameters::get_EphemeralPrivateKey() */, L_12); MqvPrivateParameters_t5FC169BF7E9130DEB59D0A3E198847975BE0DE87 * L_14 = __this->get_privParams_0(); NullCheck(L_14); ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * L_15; L_15 = VirtualFuncInvoker0< ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.MqvPrivateParameters::get_EphemeralPublicKey() */, L_14); MqvPublicParameters_t45CD88AB7EC58154D669C5D5D68FC11F9BEE6680 * L_16 = V_0; NullCheck(L_16); ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * L_17; L_17 = VirtualFuncInvoker0< ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.MqvPublicParameters::get_StaticPublicKey() */, L_16); MqvPublicParameters_t45CD88AB7EC58154D669C5D5D68FC11F9BEE6680 * L_18 = V_0; NullCheck(L_18); ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * L_19; L_19 = VirtualFuncInvoker0< ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.MqvPublicParameters::get_EphemeralPublicKey() */, L_18); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_20; L_20 = ECMqvBasicAgreement_CalculateMqvAgreement_m865588E5A2FEFAC89728FF9C4D666120BEA40E9E(G_B2_0, L_11, L_13, L_15, L_17, L_19, /*hidden argument*/NULL); NullCheck(L_20); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_21; L_21 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(17 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Normalize() */, L_20); // if (agreement.IsInfinity) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_22 = L_21; NullCheck(L_22); bool L_23; L_23 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(L_22, /*hidden argument*/NULL); G_B3_0 = L_22; if (!L_23) { G_B4_0 = L_22; goto IL_0077; } } { // throw new InvalidOperationException("Infinity is not a valid agreement value for MQV"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_24 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_24, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7A4FB71930B4CD74AE412FFD7B47AF42CFB9A279)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECMqvBasicAgreement_CalculateAgreement_m9A616C12A4C0E5F2C700A66508117FEE59A6AA7A_RuntimeMethod_var))); } IL_0077: { // return agreement.AffineXCoord.ToBigInteger(); NullCheck(G_B4_0); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_25; L_25 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_AffineXCoord() */, G_B4_0); NullCheck(L_25); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_26; L_26 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::ToBigInteger() */, L_25); return L_26; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.ECMqvBasicAgreement::CalculateMqvAgreement(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECMqvBasicAgreement_CalculateMqvAgreement_m865588E5A2FEFAC89728FF9C4D666120BEA40E9E (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * ___parameters0, ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * ___d1U1, ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * ___d2U2, ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * ___Q2U3, ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * ___Q1V4, ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * ___Q2V5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_0 = NULL; int32_t V_1 = 0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_2 = NULL; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * V_3 = NULL; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * V_4 = NULL; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * V_5 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_6 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_7 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_8 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_9 = NULL; { // BigInteger n = parameters.N; ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_0 = ___parameters0; NullCheck(L_0); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1; L_1 = ECDomainParameters_get_N_m080834A40F7AF8441A6C3858E9E7738CE8812D2B_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; // int e = (n.BitLength + 1) / 2; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C(L_2, /*hidden argument*/NULL); V_1 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))/(int32_t)2)); // BigInteger powE = BigInteger.One.ShiftLeft(e); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); int32_t L_5 = V_1; NullCheck(L_4); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6; L_6 = BigInteger_ShiftLeft_m3058D01476403859DEA3EE149EAC257444F7EC2C(L_4, L_5, /*hidden argument*/NULL); V_2 = L_6; // ECCurve curve = parameters.Curve; ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_7 = ___parameters0; NullCheck(L_7); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_8; L_8 = ECDomainParameters_get_Curve_mAF743EDFBA6FB8B0CBFB23022CE6D7471EEEFC79_inline(L_7, /*hidden argument*/NULL); // ECPoint q2u = ECAlgorithms.CleanPoint(curve, Q2U.Q); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_9 = L_8; ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * L_10 = ___Q2U3; NullCheck(L_10); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_11; L_11 = ECPublicKeyParameters_get_Q_m37408C2CF552166020ADF2CFD5D881029BC9C533_inline(L_10, /*hidden argument*/NULL); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_12; L_12 = ECAlgorithms_CleanPoint_m49D1CE20B56EEFE9EDD23278EB9DF79D44DD6106(L_9, L_11, /*hidden argument*/NULL); V_3 = L_12; // ECPoint q1v = ECAlgorithms.CleanPoint(curve, Q1V.Q); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_13 = L_9; ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * L_14 = ___Q1V4; NullCheck(L_14); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_15; L_15 = ECPublicKeyParameters_get_Q_m37408C2CF552166020ADF2CFD5D881029BC9C533_inline(L_14, /*hidden argument*/NULL); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_16; L_16 = ECAlgorithms_CleanPoint_m49D1CE20B56EEFE9EDD23278EB9DF79D44DD6106(L_13, L_15, /*hidden argument*/NULL); V_4 = L_16; // ECPoint q2v = ECAlgorithms.CleanPoint(curve, Q2V.Q); ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * L_17 = ___Q2V5; NullCheck(L_17); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_18; L_18 = ECPublicKeyParameters_get_Q_m37408C2CF552166020ADF2CFD5D881029BC9C533_inline(L_17, /*hidden argument*/NULL); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_19; L_19 = ECAlgorithms_CleanPoint_m49D1CE20B56EEFE9EDD23278EB9DF79D44DD6106(L_13, L_18, /*hidden argument*/NULL); V_5 = L_19; // BigInteger x = q2u.AffineXCoord.ToBigInteger(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_20 = V_3; NullCheck(L_20); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_21; L_21 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_AffineXCoord() */, L_20); NullCheck(L_21); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_22; L_22 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::ToBigInteger() */, L_21); // BigInteger xBar = x.Mod(powE); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_23 = V_2; NullCheck(L_22); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_24; L_24 = BigInteger_Mod_m7E2AEE973C716259130AE40359383DE0BCFDEAB2(L_22, L_23, /*hidden argument*/NULL); // BigInteger Q2UBar = xBar.SetBit(e); int32_t L_25 = V_1; NullCheck(L_24); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_26; L_26 = BigInteger_SetBit_mFA6F411B93B24185445A62C9984071A9B51338EC(L_24, L_25, /*hidden argument*/NULL); V_6 = L_26; // BigInteger s = d1U.D.Multiply(Q2UBar).Add(d2U.D).Mod(n); ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * L_27 = ___d1U1; NullCheck(L_27); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_28; L_28 = ECPrivateKeyParameters_get_D_m9B91C107111248008FD1E234A0EDEA5889C391B0_inline(L_27, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_29 = V_6; NullCheck(L_28); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_30; L_30 = BigInteger_Multiply_m232E46736C80E6A71D2140D5A37FC004489CA4BC(L_28, L_29, /*hidden argument*/NULL); ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * L_31 = ___d2U2; NullCheck(L_31); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_32; L_32 = ECPrivateKeyParameters_get_D_m9B91C107111248008FD1E234A0EDEA5889C391B0_inline(L_31, /*hidden argument*/NULL); NullCheck(L_30); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_33; L_33 = BigInteger_Add_mC4685DAB012424EC6A0FF486D89CA5A538CB3937(L_30, L_32, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_34 = V_0; NullCheck(L_33); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_35; L_35 = BigInteger_Mod_m7E2AEE973C716259130AE40359383DE0BCFDEAB2(L_33, L_34, /*hidden argument*/NULL); V_7 = L_35; // BigInteger xPrime = q2v.AffineXCoord.ToBigInteger(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_36 = V_5; NullCheck(L_36); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_37; L_37 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_AffineXCoord() */, L_36); NullCheck(L_37); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_38; L_38 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::ToBigInteger() */, L_37); // BigInteger xPrimeBar = xPrime.Mod(powE); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_39 = V_2; NullCheck(L_38); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_40; L_40 = BigInteger_Mod_m7E2AEE973C716259130AE40359383DE0BCFDEAB2(L_38, L_39, /*hidden argument*/NULL); // BigInteger Q2VBar = xPrimeBar.SetBit(e); int32_t L_41 = V_1; NullCheck(L_40); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_42; L_42 = BigInteger_SetBit_mFA6F411B93B24185445A62C9984071A9B51338EC(L_40, L_41, /*hidden argument*/NULL); V_8 = L_42; // BigInteger hs = parameters.H.Multiply(s).Mod(n); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_43 = ___parameters0; NullCheck(L_43); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_44; L_44 = ECDomainParameters_get_H_m63EEBE8D9957F9B7487AC767891F317A488E3014_inline(L_43, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_45 = V_7; NullCheck(L_44); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_46; L_46 = BigInteger_Multiply_m232E46736C80E6A71D2140D5A37FC004489CA4BC(L_44, L_45, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_47 = V_0; NullCheck(L_46); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_48; L_48 = BigInteger_Mod_m7E2AEE973C716259130AE40359383DE0BCFDEAB2(L_46, L_47, /*hidden argument*/NULL); V_9 = L_48; // return ECAlgorithms.SumOfTwoMultiplies( // q1v, Q2VBar.Multiply(hs).Mod(n), q2v, hs); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_49 = V_4; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_50 = V_8; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_51 = V_9; NullCheck(L_50); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_52; L_52 = BigInteger_Multiply_m232E46736C80E6A71D2140D5A37FC004489CA4BC(L_50, L_51, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_53 = V_0; NullCheck(L_52); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_54; L_54 = BigInteger_Mod_m7E2AEE973C716259130AE40359383DE0BCFDEAB2(L_52, L_53, /*hidden argument*/NULL); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_55 = V_5; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_56 = V_9; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_57; L_57 = ECAlgorithms_SumOfTwoMultiplies_m6DE827E85A395A69DED4673F721DA7162534E24E(L_49, L_54, L_55, L_56, /*hidden argument*/NULL); return L_57; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.ECMqvBasicAgreement::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECMqvBasicAgreement__ctor_mB043C2D0EDDC5ACFDB5F01F9A99BA089589A9222 (ECMqvBasicAgreement_tEADABD2B3F73DD0D87674AD79CBF8CD857F5552A * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.ECMqvWithKdfBasicAgreement::.ctor(System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDerivationFunction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECMqvWithKdfBasicAgreement__ctor_m4C6BAC2109F6CD3CD1F88FDABE77CF1219B18DAF (ECMqvWithKdfBasicAgreement_tF0F3D6438A021AEFBE303D521A6E7C9A8DC0327D * __this, String_t* ___algorithm0, RuntimeObject* ___kdf1, const RuntimeMethod* method) { { // public ECMqvWithKdfBasicAgreement( // string algorithm, // IDerivationFunction kdf) ECMqvBasicAgreement__ctor_mB043C2D0EDDC5ACFDB5F01F9A99BA089589A9222(__this, /*hidden argument*/NULL); // if (algorithm == null) String_t* L_0 = ___algorithm0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("algorithm"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA9AF8D13B64E63A31A01386E007E5C9CF3A6CF5B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECMqvWithKdfBasicAgreement__ctor_m4C6BAC2109F6CD3CD1F88FDABE77CF1219B18DAF_RuntimeMethod_var))); } IL_0014: { // if (kdf == null) RuntimeObject* L_2 = ___kdf1; if (L_2) { goto IL_0022; } } { // throw new ArgumentNullException("kdf"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral964A115C9844FDC3CAB0DA4CB724F1C996223905)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECMqvWithKdfBasicAgreement__ctor_m4C6BAC2109F6CD3CD1F88FDABE77CF1219B18DAF_RuntimeMethod_var))); } IL_0022: { // this.algorithm = algorithm; String_t* L_4 = ___algorithm0; __this->set_algorithm_1(L_4); // this.kdf = kdf; RuntimeObject* L_5 = ___kdf1; __this->set_kdf_2(L_5); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.ECMqvWithKdfBasicAgreement::CalculateAgreement(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ECMqvWithKdfBasicAgreement_CalculateAgreement_mB300B00FEF1708131D2858AE1B6A4A2D04101683 (ECMqvWithKdfBasicAgreement_tF0F3D6438A021AEFBE303D521A6E7C9A8DC0327D * __this, RuntimeObject* ___pubKey0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DHKdfParameters_tBC02DF985D41D8F8FFD1B58094949C0691817426_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GeneratorUtilities_t67ACB79DC6E18815C42C195F8D953A5F17210A19_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDerivationFunction_tFA4A8096261F45161BECE2FD43BEE2D3FE7A9C57_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_0 = NULL; int32_t V_1 = 0; DHKdfParameters_tBC02DF985D41D8F8FFD1B58094949C0691817426 * V_2 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; { // BigInteger result = base.CalculateAgreement(pubKey); RuntimeObject* L_0 = ___pubKey0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1; L_1 = ECMqvBasicAgreement_CalculateAgreement_m9A616C12A4C0E5F2C700A66508117FEE59A6AA7A(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; // int keySize = GeneratorUtilities.GetDefaultKeySize(algorithm); String_t* L_2 = __this->get_algorithm_1(); IL2CPP_RUNTIME_CLASS_INIT(GeneratorUtilities_t67ACB79DC6E18815C42C195F8D953A5F17210A19_il2cpp_TypeInfo_var); int32_t L_3; L_3 = GeneratorUtilities_GetDefaultKeySize_mD4E88DF91FDDB43E27D9A9E5E1FCC532ECF594D1(L_2, /*hidden argument*/NULL); V_1 = L_3; // DHKdfParameters dhKdfParams = new DHKdfParameters( // new DerObjectIdentifier(algorithm), // keySize, // BigIntToBytes(result)); String_t* L_4 = __this->get_algorithm_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_5 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_5, L_4, /*hidden argument*/NULL); int32_t L_6 = V_1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_7 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = ECMqvWithKdfBasicAgreement_BigIntToBytes_m773F9C93820717BA4F5CE35045A79658531E48C8(__this, L_7, /*hidden argument*/NULL); DHKdfParameters_tBC02DF985D41D8F8FFD1B58094949C0691817426 * L_9 = (DHKdfParameters_tBC02DF985D41D8F8FFD1B58094949C0691817426 *)il2cpp_codegen_object_new(DHKdfParameters_tBC02DF985D41D8F8FFD1B58094949C0691817426_il2cpp_TypeInfo_var); DHKdfParameters__ctor_m347CA7D8EC2F49A892838E4F004AB2EC62A7A3FE(L_9, L_5, L_6, L_8, /*hidden argument*/NULL); V_2 = L_9; // kdf.Init(dhKdfParams); RuntimeObject* L_10 = __this->get_kdf_2(); DHKdfParameters_tBC02DF985D41D8F8FFD1B58094949C0691817426 * L_11 = V_2; NullCheck(L_10); InterfaceActionInvoker1< RuntimeObject* >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDerivationFunction::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDerivationParameters) */, IDerivationFunction_tFA4A8096261F45161BECE2FD43BEE2D3FE7A9C57_il2cpp_TypeInfo_var, L_10, L_11); // byte[] keyBytes = new byte[keySize / 8]; int32_t L_12 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)L_12/(int32_t)8))); V_3 = L_13; // kdf.GenerateBytes(keyBytes, 0, keyBytes.Length); RuntimeObject* L_14 = __this->get_kdf_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = V_3; NullCheck(L_16); NullCheck(L_14); int32_t L_17; L_17 = InterfaceFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(2 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDerivationFunction::GenerateBytes(System.Byte[],System.Int32,System.Int32) */, IDerivationFunction_tFA4A8096261F45161BECE2FD43BEE2D3FE7A9C57_il2cpp_TypeInfo_var, L_14, L_15, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length)))); // return new BigInteger(1, keyBytes); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = V_3; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_19 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m2790E6F992AE637CEB82161CD2D56E1E0008F81A(L_19, 1, L_18, /*hidden argument*/NULL); return L_19; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.ECMqvWithKdfBasicAgreement::BigIntToBytes(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ECMqvWithKdfBasicAgreement_BigIntToBytes_m773F9C93820717BA4F5CE35045A79658531E48C8 (ECMqvWithKdfBasicAgreement_tF0F3D6438A021AEFBE303D521A6E7C9A8DC0327D * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___r0, const RuntimeMethod* method) { int32_t V_0 = 0; { // int byteLength = X9IntegerConverter.GetByteLength(privParams.StaticPrivateKey.Parameters.Curve); MqvPrivateParameters_t5FC169BF7E9130DEB59D0A3E198847975BE0DE87 * L_0 = ((ECMqvBasicAgreement_tEADABD2B3F73DD0D87674AD79CBF8CD857F5552A *)__this)->get_privParams_0(); NullCheck(L_0); ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * L_1; L_1 = VirtualFuncInvoker0< ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.MqvPrivateParameters::get_StaticPrivateKey() */, L_0); NullCheck(L_1); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_2; L_2 = ECKeyParameters_get_Parameters_m542E2EBDEDF773CFA59A881334563D7B3888F32B_inline(L_1, /*hidden argument*/NULL); NullCheck(L_2); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_3; L_3 = ECDomainParameters_get_Curve_mAF743EDFBA6FB8B0CBFB23022CE6D7471EEEFC79_inline(L_2, /*hidden argument*/NULL); int32_t L_4; L_4 = X9IntegerConverter_GetByteLength_m19D8AD488C4EF8DA72A4206B700557A6027DA2B7(L_3, /*hidden argument*/NULL); V_0 = L_4; // return X9IntegerConverter.IntegerToBytes(r, byteLength); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = ___r0; int32_t L_6 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7; L_7 = X9IntegerConverter_IntegerToBytes_m192434ABE05AFFEA0C3F144E169BA2D46965AEC9(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.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECNRSigner::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ECNRSigner_get_AlgorithmName_m970F6B982B71DECE8AC5A0F9EA01CDA69596640F (ECNRSigner_t97E5B5F4CDFB003DC8A9924D707E472BE9D20C31 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5495FEAA6E3192605AC04D3A25EFFA655B89B3AD); s_Il2CppMethodInitialized = true; } { // get { return "ECNR"; } return _stringLiteral5495FEAA6E3192605AC04D3A25EFFA655B89B3AD; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECNRSigner::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECNRSigner_Init_m1FFC3F68BCF2F356072A8CCC2BC6ADD81D454A61 (ECNRSigner_t97E5B5F4CDFB003DC8A9924D707E472BE9D20C31 * __this, bool ___forSigning0, RuntimeObject* ___parameters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC * V_0 = NULL; { // this.forSigning = forSigning; bool L_0 = ___forSigning0; __this->set_forSigning_0(L_0); // if (forSigning) bool L_1 = ___forSigning0; if (!L_1) { goto IL_005a; } } { // if (parameters is ParametersWithRandom) RuntimeObject* L_2 = ___parameters1; if (!((ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC *)IsInstClass((RuntimeObject*)L_2, ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var))) { goto IL_002f; } } { // ParametersWithRandom rParam = (ParametersWithRandom) parameters; RuntimeObject* L_3 = ___parameters1; V_0 = ((ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC *)CastclassClass((RuntimeObject*)L_3, ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var)); // this.random = rParam.Random; ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC * L_4 = V_0; NullCheck(L_4); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_5; L_5 = ParametersWithRandom_get_Random_mF9C641B992B3D83AC3CE3E4E7AD7D56545538F91_inline(L_4, /*hidden argument*/NULL); __this->set_random_2(L_5); // parameters = rParam.Parameters; ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC * L_6 = V_0; NullCheck(L_6); RuntimeObject* L_7; L_7 = ParametersWithRandom_get_Parameters_mC27DE634CDD6230C5FD939CC5B81B42B7CCAEF18_inline(L_6, /*hidden argument*/NULL); ___parameters1 = L_7; // } goto IL_003a; } IL_002f: { // this.random = new SecureRandom(); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_8 = (SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 *)il2cpp_codegen_object_new(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_il2cpp_TypeInfo_var); SecureRandom__ctor_mAD42803A2428614D1F961A8BCC228B22958C978A(L_8, /*hidden argument*/NULL); __this->set_random_2(L_8); } IL_003a: { // if (!(parameters is ECPrivateKeyParameters)) RuntimeObject* L_9 = ___parameters1; if (((ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 *)IsInstClass((RuntimeObject*)L_9, ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029_il2cpp_TypeInfo_var))) { goto IL_004d; } } { // throw new InvalidKeyException("EC private key required for signing"); InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A * L_10 = (InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A_il2cpp_TypeInfo_var))); InvalidKeyException__ctor_m8237DB4630E307D5BF4496918D1F5A07DC10E5CF(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDB5459E87FE11E0B887657C7AEEB22ED5E43E4F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECNRSigner_Init_m1FFC3F68BCF2F356072A8CCC2BC6ADD81D454A61_RuntimeMethod_var))); } IL_004d: { // this.key = (ECPrivateKeyParameters) parameters; RuntimeObject* L_11 = ___parameters1; __this->set_key_1(((ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 *)CastclassClass((RuntimeObject*)L_11, ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029_il2cpp_TypeInfo_var))); // } return; } IL_005a: { // if (!(parameters is ECPublicKeyParameters)) RuntimeObject* L_12 = ___parameters1; if (((ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB *)IsInstClass((RuntimeObject*)L_12, ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB_il2cpp_TypeInfo_var))) { goto IL_006d; } } { // throw new InvalidKeyException("EC public key required for verification"); InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A * L_13 = (InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A_il2cpp_TypeInfo_var))); InvalidKeyException__ctor_m8237DB4630E307D5BF4496918D1F5A07DC10E5CF(L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAA9F681CCA6F2D8BBF9F248BCFC3D29F60C2D0BB)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECNRSigner_Init_m1FFC3F68BCF2F356072A8CCC2BC6ADD81D454A61_RuntimeMethod_var))); } IL_006d: { // this.key = (ECPublicKeyParameters) parameters; RuntimeObject* L_14 = ___parameters1; __this->set_key_1(((ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB *)CastclassClass((RuntimeObject*)L_14, ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB_il2cpp_TypeInfo_var))); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECNRSigner::get_Order() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ECNRSigner_get_Order_m21AD38875C7B539BAC0B3FF2D93D23E8F0FA832D (ECNRSigner_t97E5B5F4CDFB003DC8A9924D707E472BE9D20C31 * __this, const RuntimeMethod* method) { { // get { return key.Parameters.N; } ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * L_0 = __this->get_key_1(); NullCheck(L_0); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_1; L_1 = ECKeyParameters_get_Parameters_m542E2EBDEDF773CFA59A881334563D7B3888F32B_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2; L_2 = ECDomainParameters_get_N_m080834A40F7AF8441A6C3858E9E7738CE8812D2B_inline(L_1, /*hidden argument*/NULL); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECNRSigner::GenerateSignature(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* ECNRSigner_GenerateSignature_m3F7A97364130ECB8F3B08AC86A03693045165402 (ECNRSigner_t97E5B5F4CDFB003DC8A9924D707E472BE9D20C31 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECKeyGenerationParameters_t4937721DC10527ECC156FA98F13AE431AD00F565_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECKeyPairGenerator_t449F3363BFE123E57E5D0BEAC3A4DF816A9B5F7D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_0 = NULL; int32_t V_1 = 0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_2 = NULL; ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * V_3 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_4 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_5 = NULL; AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929 * V_6 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_7 = NULL; { // if (!this.forSigning) bool L_0 = __this->get_forSigning_0(); if (L_0) { goto IL_0013; } } { // throw new InvalidOperationException("not initialised for signing"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8F4F05C253F544C720CE9D50C6D1CEED6AF4F5E8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECNRSigner_GenerateSignature_m3F7A97364130ECB8F3B08AC86A03693045165402_RuntimeMethod_var))); } IL_0013: { // BigInteger n = Order; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2; L_2 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECNRSigner::get_Order() */, __this); V_0 = L_2; // int nBitLength = n.BitLength; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = V_0; NullCheck(L_3); int32_t L_4; L_4 = BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C(L_3, /*hidden argument*/NULL); V_1 = L_4; // BigInteger e = new BigInteger(1, message); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___message0; 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); V_2 = L_6; // int eBitLength = e.BitLength; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_7 = V_2; NullCheck(L_7); int32_t L_8; L_8 = BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C(L_7, /*hidden argument*/NULL); // ECPrivateKeyParameters privKey = (ECPrivateKeyParameters)key; ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * L_9 = __this->get_key_1(); V_3 = ((ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 *)CastclassClass((RuntimeObject*)L_9, ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029_il2cpp_TypeInfo_var)); // if (eBitLength > nBitLength) int32_t L_10 = V_1; if ((((int32_t)L_8) <= ((int32_t)L_10))) { goto IL_0049; } } { // throw new DataLengthException("input too large for ECNR key."); DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 * L_11 = (DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180_il2cpp_TypeInfo_var))); DataLengthException__ctor_mFEE2A7A2F649E823D91C8863B37120A82C23FACE(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral84BFFA797C71C2417F1A0C7222F331775B5A35A5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECNRSigner_GenerateSignature_m3F7A97364130ECB8F3B08AC86A03693045165402_RuntimeMethod_var))); } IL_0049: { // BigInteger r = null; V_4 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)NULL; // BigInteger s = null; V_5 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)NULL; } IL_004f: { // ECKeyPairGenerator keyGen = new ECKeyPairGenerator(); ECKeyPairGenerator_t449F3363BFE123E57E5D0BEAC3A4DF816A9B5F7D * L_12 = (ECKeyPairGenerator_t449F3363BFE123E57E5D0BEAC3A4DF816A9B5F7D *)il2cpp_codegen_object_new(ECKeyPairGenerator_t449F3363BFE123E57E5D0BEAC3A4DF816A9B5F7D_il2cpp_TypeInfo_var); ECKeyPairGenerator__ctor_m3E5DF4978F1C839F707272852A3B483C4098B009(L_12, /*hidden argument*/NULL); // keyGen.Init(new ECKeyGenerationParameters(privKey.Parameters, this.random)); ECKeyPairGenerator_t449F3363BFE123E57E5D0BEAC3A4DF816A9B5F7D * L_13 = L_12; ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * L_14 = V_3; NullCheck(L_14); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_15; L_15 = ECKeyParameters_get_Parameters_m542E2EBDEDF773CFA59A881334563D7B3888F32B_inline(L_14, /*hidden argument*/NULL); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_16 = __this->get_random_2(); ECKeyGenerationParameters_t4937721DC10527ECC156FA98F13AE431AD00F565 * L_17 = (ECKeyGenerationParameters_t4937721DC10527ECC156FA98F13AE431AD00F565 *)il2cpp_codegen_object_new(ECKeyGenerationParameters_t4937721DC10527ECC156FA98F13AE431AD00F565_il2cpp_TypeInfo_var); ECKeyGenerationParameters__ctor_mA5CB698D521FF64B07B9ECD7B887FF2A061649AC(L_17, L_15, L_16, /*hidden argument*/NULL); NullCheck(L_13); ECKeyPairGenerator_Init_mF0A022CC0E7AB7ECBFD685EE8FD511A9F19E05DA(L_13, L_17, /*hidden argument*/NULL); // tempPair = keyGen.GenerateKeyPair(); NullCheck(L_13); AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929 * L_18; L_18 = ECKeyPairGenerator_GenerateKeyPair_mA51CD7D68EEA360DA677613188956CD3388B2B67(L_13, /*hidden argument*/NULL); V_6 = L_18; // ECPublicKeyParameters V = (ECPublicKeyParameters) tempPair.Public; // get temp's public key AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929 * L_19 = V_6; NullCheck(L_19); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_20; L_20 = AsymmetricCipherKeyPair_get_Public_mA3C7A50C4C75C3A9003ACC9454F6B941AED2EB98_inline(L_19, /*hidden argument*/NULL); // BigInteger Vx = V.Q.AffineXCoord.ToBigInteger(); // get the point's x coordinate NullCheck(((ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB *)CastclassClass((RuntimeObject*)L_20, ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB_il2cpp_TypeInfo_var))); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_21; L_21 = ECPublicKeyParameters_get_Q_m37408C2CF552166020ADF2CFD5D881029BC9C533_inline(((ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB *)CastclassClass((RuntimeObject*)L_20, ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); NullCheck(L_21); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_22; L_22 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_AffineXCoord() */, L_21); NullCheck(L_22); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_23; L_23 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::ToBigInteger() */, L_22); // r = Vx.Add(e).Mod(n); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_24 = V_2; NullCheck(L_23); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_25; L_25 = BigInteger_Add_mC4685DAB012424EC6A0FF486D89CA5A538CB3937(L_23, L_24, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_26 = V_0; NullCheck(L_25); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_27; L_27 = BigInteger_Mod_m7E2AEE973C716259130AE40359383DE0BCFDEAB2(L_25, L_26, /*hidden argument*/NULL); V_4 = L_27; // while (r.SignValue == 0); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_28 = V_4; NullCheck(L_28); int32_t L_29; L_29 = BigInteger_get_SignValue_mD40EFBE0702F356758CE49796DD9743BF06E5199_inline(L_28, /*hidden argument*/NULL); if (!L_29) { goto IL_004f; } } { // BigInteger x = privKey.D; // private key value ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * L_30 = V_3; NullCheck(L_30); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_31; L_31 = ECPrivateKeyParameters_get_D_m9B91C107111248008FD1E234A0EDEA5889C391B0_inline(L_30, /*hidden argument*/NULL); V_7 = L_31; // BigInteger u = ((ECPrivateKeyParameters) tempPair.Private).D; // temp's private key value AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929 * L_32 = V_6; NullCheck(L_32); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_33; L_33 = AsymmetricCipherKeyPair_get_Private_m74718BBBC8CD464CA09BC88F15ED38156A92280A_inline(L_32, /*hidden argument*/NULL); NullCheck(((ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 *)CastclassClass((RuntimeObject*)L_33, ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029_il2cpp_TypeInfo_var))); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_34; L_34 = ECPrivateKeyParameters_get_D_m9B91C107111248008FD1E234A0EDEA5889C391B0_inline(((ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 *)CastclassClass((RuntimeObject*)L_33, ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); // s = u.Subtract(r.Multiply(x)).Mod(n); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_35 = V_4; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_36 = V_7; NullCheck(L_35); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_37; L_37 = BigInteger_Multiply_m232E46736C80E6A71D2140D5A37FC004489CA4BC(L_35, L_36, /*hidden argument*/NULL); NullCheck(L_34); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_38; L_38 = BigInteger_Subtract_m533D42A73362CE69891C408AC3587038EB6B883C(L_34, L_37, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_39 = V_0; NullCheck(L_38); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_40; L_40 = BigInteger_Mod_m7E2AEE973C716259130AE40359383DE0BCFDEAB2(L_38, L_39, /*hidden argument*/NULL); V_5 = L_40; // return new BigInteger[]{ r, s }; BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_41 = (BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED*)(BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED*)SZArrayNew(BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED_il2cpp_TypeInfo_var, (uint32_t)2); BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_42 = L_41; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_43 = V_4; NullCheck(L_42); ArrayElementTypeCheck (L_42, L_43); (L_42)->SetAt(static_cast(0), (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)L_43); BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_44 = L_42; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_45 = V_5; NullCheck(L_44); ArrayElementTypeCheck (L_44, L_45); (L_44)->SetAt(static_cast(1), (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)L_45); return L_44; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECNRSigner::VerifySignature(System.Byte[],BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ECNRSigner_VerifySignature_m0EF96CE290D21360E3C57389B4FBBC9C6B604A8D (ECNRSigner_t97E5B5F4CDFB003DC8A9924D707E472BE9D20C31 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___message0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___r1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___s2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * V_0 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_1 = NULL; int32_t V_2 = 0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_3 = NULL; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * V_4 = NULL; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * V_5 = NULL; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * V_6 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_7 = NULL; { // if (this.forSigning) bool L_0 = __this->get_forSigning_0(); if (!L_0) { goto IL_0013; } } { // throw new InvalidOperationException("not initialised for verifying"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDEE66B6EAD0FE293B47A952FF821D00E43AD040A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECNRSigner_VerifySignature_m0EF96CE290D21360E3C57389B4FBBC9C6B604A8D_RuntimeMethod_var))); } IL_0013: { // ECPublicKeyParameters pubKey = (ECPublicKeyParameters)key; ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * L_2 = __this->get_key_1(); V_0 = ((ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB *)CastclassClass((RuntimeObject*)L_2, ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB_il2cpp_TypeInfo_var)); // BigInteger n = pubKey.Parameters.N; ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * L_3 = V_0; NullCheck(L_3); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_4; L_4 = ECKeyParameters_get_Parameters_m542E2EBDEDF773CFA59A881334563D7B3888F32B_inline(L_3, /*hidden argument*/NULL); NullCheck(L_4); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5; L_5 = ECDomainParameters_get_N_m080834A40F7AF8441A6C3858E9E7738CE8812D2B_inline(L_4, /*hidden argument*/NULL); V_1 = L_5; // int nBitLength = n.BitLength; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6 = V_1; NullCheck(L_6); int32_t L_7; L_7 = BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C(L_6, /*hidden argument*/NULL); V_2 = L_7; // BigInteger e = new BigInteger(1, message); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___message0; 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); V_3 = L_9; // int eBitLength = e.BitLength; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10 = V_3; NullCheck(L_10); int32_t L_11; L_11 = BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C(L_10, /*hidden argument*/NULL); // if (eBitLength > nBitLength) int32_t L_12 = V_2; if ((((int32_t)L_11) <= ((int32_t)L_12))) { goto IL_004e; } } { // throw new DataLengthException("input too large for ECNR key."); DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 * L_13 = (DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180_il2cpp_TypeInfo_var))); DataLengthException__ctor_mFEE2A7A2F649E823D91C8863B37120A82C23FACE(L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral84BFFA797C71C2417F1A0C7222F331775B5A35A5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECNRSigner_VerifySignature_m0EF96CE290D21360E3C57389B4FBBC9C6B604A8D_RuntimeMethod_var))); } IL_004e: { // if (r.CompareTo(BigInteger.One) < 0 || r.CompareTo(n) >= 0) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_14 = ___r1; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_15 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); NullCheck(L_14); int32_t L_16; L_16 = BigInteger_CompareTo_m0B17CAA359D6D0E4621D4A93451F9A154B21E3A4(L_14, L_15, /*hidden argument*/NULL); if ((((int32_t)L_16) < ((int32_t)0))) { goto IL_0066; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_17 = ___r1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_18 = V_1; NullCheck(L_17); int32_t L_19; L_19 = BigInteger_CompareTo_m0B17CAA359D6D0E4621D4A93451F9A154B21E3A4(L_17, L_18, /*hidden argument*/NULL); if ((((int32_t)L_19) < ((int32_t)0))) { goto IL_0068; } } IL_0066: { // return false; return (bool)0; } IL_0068: { // if (s.CompareTo(BigInteger.Zero) < 0 || s.CompareTo(n) >= 0) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_20 = ___s2; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_21 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_Zero_7(); NullCheck(L_20); int32_t L_22; L_22 = BigInteger_CompareTo_m0B17CAA359D6D0E4621D4A93451F9A154B21E3A4(L_20, L_21, /*hidden argument*/NULL); if ((((int32_t)L_22) < ((int32_t)0))) { goto IL_0080; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_23 = ___s2; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_24 = V_1; NullCheck(L_23); int32_t L_25; L_25 = BigInteger_CompareTo_m0B17CAA359D6D0E4621D4A93451F9A154B21E3A4(L_23, L_24, /*hidden argument*/NULL); if ((((int32_t)L_25) < ((int32_t)0))) { goto IL_0082; } } IL_0080: { // return false; return (bool)0; } IL_0082: { // ECPoint G = pubKey.Parameters.G; ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * L_26 = V_0; NullCheck(L_26); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_27; L_27 = ECKeyParameters_get_Parameters_m542E2EBDEDF773CFA59A881334563D7B3888F32B_inline(L_26, /*hidden argument*/NULL); NullCheck(L_27); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_28; L_28 = ECDomainParameters_get_G_m98A15A2437F3706CF1B8D7F738246A1675B6243B_inline(L_27, /*hidden argument*/NULL); V_4 = L_28; // ECPoint W = pubKey.Q; ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * L_29 = V_0; NullCheck(L_29); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_30; L_30 = ECPublicKeyParameters_get_Q_m37408C2CF552166020ADF2CFD5D881029BC9C533_inline(L_29, /*hidden argument*/NULL); V_5 = L_30; // ECPoint P = ECAlgorithms.SumOfTwoMultiplies(G, s, W, r).Normalize(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_31 = V_4; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_32 = ___s2; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_33 = V_5; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_34 = ___r1; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_35; L_35 = ECAlgorithms_SumOfTwoMultiplies_m6DE827E85A395A69DED4673F721DA7162534E24E(L_31, L_32, L_33, L_34, /*hidden argument*/NULL); NullCheck(L_35); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_36; L_36 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(17 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Normalize() */, L_35); V_6 = L_36; // if (P.IsInfinity) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_37 = V_6; NullCheck(L_37); bool L_38; L_38 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(L_37, /*hidden argument*/NULL); if (!L_38) { goto IL_00b4; } } { // return false; return (bool)0; } IL_00b4: { // BigInteger x = P.AffineXCoord.ToBigInteger(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_39 = V_6; NullCheck(L_39); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_40; L_40 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_AffineXCoord() */, L_39); NullCheck(L_40); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_41; L_41 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::ToBigInteger() */, L_40); V_7 = L_41; // BigInteger t = r.Subtract(x).Mod(n); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_42 = ___r1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_43 = V_7; NullCheck(L_42); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_44; L_44 = BigInteger_Subtract_m533D42A73362CE69891C408AC3587038EB6B883C(L_42, L_43, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_45 = V_1; NullCheck(L_44); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_46; L_46 = BigInteger_Mod_m7E2AEE973C716259130AE40359383DE0BCFDEAB2(L_44, L_45, /*hidden argument*/NULL); // return t.Equals(e); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_47 = V_3; NullCheck(L_46); bool L_48; L_48 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_46, L_47); return L_48; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECNRSigner::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECNRSigner__ctor_mFB9EBC35314B93F793C826ADBC470082E30E8F66 (ECNRSigner_t97E5B5F4CDFB003DC8A9924D707E472BE9D20C31 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.ECNamedCurveTable::GetByName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * ECNamedCurveTable_GetByName_mA8DE78BC6D92A23D063E9E1590CB30E5ECC1ECEA (String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AnssiNamedCurves_tB6FDFFF153CC4F1A67214846D4E1BA08C808E7CC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GMNamedCurves_t562F1F8CF7D370CB447076E253AF25767BC18606_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NistNamedCurves_t70AD94F40C8792B65A0F890D762D3727CB3E2D9D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecNamedCurves_t67EFE6EAF12F2B63D317E95319CCCB4516C50CDE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X962NamedCurves_tBB2BFD74E2BCFB26E51F7D9F5BD8F9AF6C4E610C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * V_0 = NULL; { // X9ECParameters ecP = X962NamedCurves.GetByName(name); String_t* L_0 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(X962NamedCurves_tBB2BFD74E2BCFB26E51F7D9F5BD8F9AF6C4E610C_il2cpp_TypeInfo_var); X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_1; L_1 = X962NamedCurves_GetByName_m69F2641A253B5BCB449115FE2327CEBE0E9FB2C6(L_0, /*hidden argument*/NULL); V_0 = L_1; // if (ecP == null) X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_2 = V_0; if (L_2) { goto IL_0011; } } { // ecP = SecNamedCurves.GetByName(name); String_t* L_3 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(SecNamedCurves_t67EFE6EAF12F2B63D317E95319CCCB4516C50CDE_il2cpp_TypeInfo_var); X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_4; L_4 = SecNamedCurves_GetByName_mC5034ADD3A62E63FFED48471B258BEB8B49287DA(L_3, /*hidden argument*/NULL); V_0 = L_4; } IL_0011: { // if (ecP == null) X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_5 = V_0; if (L_5) { goto IL_001b; } } { // ecP = NistNamedCurves.GetByName(name); String_t* L_6 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(NistNamedCurves_t70AD94F40C8792B65A0F890D762D3727CB3E2D9D_il2cpp_TypeInfo_var); X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_7; L_7 = NistNamedCurves_GetByName_m9D0BE772E3F6AEE0DDA78F3F3A0978B69648D3A4(L_6, /*hidden argument*/NULL); V_0 = L_7; } IL_001b: { // if (ecP == null) X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_8 = V_0; if (L_8) { goto IL_0025; } } { // ecP = TeleTrusTNamedCurves.GetByName(name); String_t* L_9 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF_il2cpp_TypeInfo_var); X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_10; L_10 = TeleTrusTNamedCurves_GetByName_m08E01FD203269C550A109552A58D56C0588E3881(L_9, /*hidden argument*/NULL); V_0 = L_10; } IL_0025: { // if (ecP == null) X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_11 = V_0; if (L_11) { goto IL_002f; } } { // ecP = AnssiNamedCurves.GetByName(name); String_t* L_12 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(AnssiNamedCurves_tB6FDFFF153CC4F1A67214846D4E1BA08C808E7CC_il2cpp_TypeInfo_var); X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_13; L_13 = AnssiNamedCurves_GetByName_mD141234AA147C27CED3218DBA961D284F586F1C6(L_12, /*hidden argument*/NULL); V_0 = L_13; } IL_002f: { // if (ecP == null) X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_14 = V_0; if (L_14) { goto IL_003e; } } { // ecP = FromDomainParameters(ECGost3410NamedCurves.GetByName(name)); String_t* L_15 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_16; L_16 = ECGost3410NamedCurves_GetByName_m594250E4EA73EE07CC464F328F8886CCD2711A75(L_15, /*hidden argument*/NULL); X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_17; L_17 = ECNamedCurveTable_FromDomainParameters_m131AE8F034F702424D37B744294AC1A72235FF92(L_16, /*hidden argument*/NULL); V_0 = L_17; } IL_003e: { // if (ecP == null) X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_18 = V_0; if (L_18) { goto IL_0048; } } { // ecP = GMNamedCurves.GetByName(name); String_t* L_19 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(GMNamedCurves_t562F1F8CF7D370CB447076E253AF25767BC18606_il2cpp_TypeInfo_var); X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_20; L_20 = GMNamedCurves_GetByName_m5D1561071AC61D15501C805F4C3E94C4991EEB54(L_19, /*hidden argument*/NULL); V_0 = L_20; } IL_0048: { // return ecP; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_21 = V_0; return L_21; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.ECNamedCurveTable::GetName(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ECNamedCurveTable_GetName_mAF8FD878CDEDF943F124B8E828CA58B38BEDBC8B (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___oid0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AnssiNamedCurves_tB6FDFFF153CC4F1A67214846D4E1BA08C808E7CC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GMNamedCurves_t562F1F8CF7D370CB447076E253AF25767BC18606_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NistNamedCurves_t70AD94F40C8792B65A0F890D762D3727CB3E2D9D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecNamedCurves_t67EFE6EAF12F2B63D317E95319CCCB4516C50CDE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X962NamedCurves_tBB2BFD74E2BCFB26E51F7D9F5BD8F9AF6C4E610C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { // string name = X962NamedCurves.GetName(oid); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = ___oid0; IL2CPP_RUNTIME_CLASS_INIT(X962NamedCurves_tBB2BFD74E2BCFB26E51F7D9F5BD8F9AF6C4E610C_il2cpp_TypeInfo_var); String_t* L_1; L_1 = X962NamedCurves_GetName_m898DCE7C1FFE980BE41286B00A8344E7F570CBCA(L_0, /*hidden argument*/NULL); V_0 = L_1; // if (name == null) String_t* L_2 = V_0; if (L_2) { goto IL_0011; } } { // name = SecNamedCurves.GetName(oid); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_3 = ___oid0; IL2CPP_RUNTIME_CLASS_INIT(SecNamedCurves_t67EFE6EAF12F2B63D317E95319CCCB4516C50CDE_il2cpp_TypeInfo_var); String_t* L_4; L_4 = SecNamedCurves_GetName_m6751B131E6CFB369A6F61E8906126D81BE2DB78C(L_3, /*hidden argument*/NULL); V_0 = L_4; } IL_0011: { // if (name == null) String_t* L_5 = V_0; if (L_5) { goto IL_001b; } } { // name = NistNamedCurves.GetName(oid); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_6 = ___oid0; IL2CPP_RUNTIME_CLASS_INIT(NistNamedCurves_t70AD94F40C8792B65A0F890D762D3727CB3E2D9D_il2cpp_TypeInfo_var); String_t* L_7; L_7 = NistNamedCurves_GetName_m97C40C2B206A5F9B3AE2CD18B7277891BC2D054B(L_6, /*hidden argument*/NULL); V_0 = L_7; } IL_001b: { // if (name == null) String_t* L_8 = V_0; if (L_8) { goto IL_0025; } } { // name = TeleTrusTNamedCurves.GetName(oid); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_9 = ___oid0; IL2CPP_RUNTIME_CLASS_INIT(TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF_il2cpp_TypeInfo_var); String_t* L_10; L_10 = TeleTrusTNamedCurves_GetName_mBD89CE4062055C2CACB6BB3A215FEA7D081199BC(L_9, /*hidden argument*/NULL); V_0 = L_10; } IL_0025: { // if (name == null) String_t* L_11 = V_0; if (L_11) { goto IL_002f; } } { // name = AnssiNamedCurves.GetName(oid); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_12 = ___oid0; IL2CPP_RUNTIME_CLASS_INIT(AnssiNamedCurves_tB6FDFFF153CC4F1A67214846D4E1BA08C808E7CC_il2cpp_TypeInfo_var); String_t* L_13; L_13 = AnssiNamedCurves_GetName_m7D3A321FC449E64D8626089BDEB2CEFE1FFAD901(L_12, /*hidden argument*/NULL); V_0 = L_13; } IL_002f: { // if (name == null) String_t* L_14 = V_0; if (L_14) { goto IL_0039; } } { // name = ECGost3410NamedCurves.GetName(oid); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_15 = ___oid0; IL2CPP_RUNTIME_CLASS_INIT(ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var); String_t* L_16; L_16 = ECGost3410NamedCurves_GetName_mD5CCD6F29B7BB5FC1B7663DA199EE5182A8C8ABF(L_15, /*hidden argument*/NULL); V_0 = L_16; } IL_0039: { // if (name == null) String_t* L_17 = V_0; if (L_17) { goto IL_0043; } } { // name = GMNamedCurves.GetName(oid); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_18 = ___oid0; IL2CPP_RUNTIME_CLASS_INIT(GMNamedCurves_t562F1F8CF7D370CB447076E253AF25767BC18606_il2cpp_TypeInfo_var); String_t* L_19; L_19 = GMNamedCurves_GetName_mFF87860406CB862B696351612E41131AD46958B1(L_18, /*hidden argument*/NULL); V_0 = L_19; } IL_0043: { // return name; String_t* L_20 = V_0; return L_20; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.ECNamedCurveTable::GetOid(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ECNamedCurveTable_GetOid_m888DF8AB88C5C158BC6E85B8757A90D85D4EB078 (String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AnssiNamedCurves_tB6FDFFF153CC4F1A67214846D4E1BA08C808E7CC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GMNamedCurves_t562F1F8CF7D370CB447076E253AF25767BC18606_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NistNamedCurves_t70AD94F40C8792B65A0F890D762D3727CB3E2D9D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecNamedCurves_t67EFE6EAF12F2B63D317E95319CCCB4516C50CDE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X962NamedCurves_tBB2BFD74E2BCFB26E51F7D9F5BD8F9AF6C4E610C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * V_0 = NULL; { // DerObjectIdentifier oid = X962NamedCurves.GetOid(name); String_t* L_0 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(X962NamedCurves_tBB2BFD74E2BCFB26E51F7D9F5BD8F9AF6C4E610C_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1; L_1 = X962NamedCurves_GetOid_m0605E47CF09A208750F55A057AA962FE28D1E160(L_0, /*hidden argument*/NULL); V_0 = L_1; // if (oid == null) DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_2 = V_0; if (L_2) { goto IL_0011; } } { // oid = SecNamedCurves.GetOid(name); String_t* L_3 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(SecNamedCurves_t67EFE6EAF12F2B63D317E95319CCCB4516C50CDE_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_4; L_4 = SecNamedCurves_GetOid_m0A10643B10A261ECE03CB3584A6178F725FB99F0(L_3, /*hidden argument*/NULL); V_0 = L_4; } IL_0011: { // if (oid == null) DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_5 = V_0; if (L_5) { goto IL_001b; } } { // oid = NistNamedCurves.GetOid(name); String_t* L_6 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(NistNamedCurves_t70AD94F40C8792B65A0F890D762D3727CB3E2D9D_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_7; L_7 = NistNamedCurves_GetOid_mA879D6E0FE798B2F48C1C4518658C8E601651C5F(L_6, /*hidden argument*/NULL); V_0 = L_7; } IL_001b: { // if (oid == null) DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_8 = V_0; if (L_8) { goto IL_0025; } } { // oid = TeleTrusTNamedCurves.GetOid(name); String_t* L_9 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_10; L_10 = TeleTrusTNamedCurves_GetOid_m040CC90987BF5474C1C4E8BB43605DA007C6944F(L_9, /*hidden argument*/NULL); V_0 = L_10; } IL_0025: { // if (oid == null) DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_11 = V_0; if (L_11) { goto IL_002f; } } { // oid = AnssiNamedCurves.GetOid(name); String_t* L_12 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(AnssiNamedCurves_tB6FDFFF153CC4F1A67214846D4E1BA08C808E7CC_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_13; L_13 = AnssiNamedCurves_GetOid_m4B4042DA1742E4EF37E813AA36C0E883C17DFC6E(L_12, /*hidden argument*/NULL); V_0 = L_13; } IL_002f: { // if (oid == null) DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_14 = V_0; if (L_14) { goto IL_0039; } } { // oid = ECGost3410NamedCurves.GetOid(name); String_t* L_15 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_16; L_16 = ECGost3410NamedCurves_GetOid_m602EFC313A35F98360DA2216B7CA056D5B8AE16A(L_15, /*hidden argument*/NULL); V_0 = L_16; } IL_0039: { // if (oid == null) DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_17 = V_0; if (L_17) { goto IL_0043; } } { // oid = GMNamedCurves.GetOid(name); String_t* L_18 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(GMNamedCurves_t562F1F8CF7D370CB447076E253AF25767BC18606_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_19; L_19 = GMNamedCurves_GetOid_m9402BCC3721E56400E5D5E8E7F0B7563A36F1568(L_18, /*hidden argument*/NULL); V_0 = L_19; } IL_0043: { // return oid; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_20 = V_0; return L_20; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.ECNamedCurveTable::GetByOid(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * ECNamedCurveTable_GetByOid_mC7DA6511C9AD83600BEF5EEB92A3ADE57556E672 (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___oid0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AnssiNamedCurves_tB6FDFFF153CC4F1A67214846D4E1BA08C808E7CC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GMNamedCurves_t562F1F8CF7D370CB447076E253AF25767BC18606_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecNamedCurves_t67EFE6EAF12F2B63D317E95319CCCB4516C50CDE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X962NamedCurves_tBB2BFD74E2BCFB26E51F7D9F5BD8F9AF6C4E610C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * V_0 = NULL; { // X9ECParameters ecP = X962NamedCurves.GetByOid(oid); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = ___oid0; IL2CPP_RUNTIME_CLASS_INIT(X962NamedCurves_tBB2BFD74E2BCFB26E51F7D9F5BD8F9AF6C4E610C_il2cpp_TypeInfo_var); X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_1; L_1 = X962NamedCurves_GetByOid_m6932EC493771F9F532B9928368C093C405F29C7E(L_0, /*hidden argument*/NULL); V_0 = L_1; // if (ecP == null) X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_2 = V_0; if (L_2) { goto IL_0011; } } { // ecP = SecNamedCurves.GetByOid(oid); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_3 = ___oid0; IL2CPP_RUNTIME_CLASS_INIT(SecNamedCurves_t67EFE6EAF12F2B63D317E95319CCCB4516C50CDE_il2cpp_TypeInfo_var); X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_4; L_4 = SecNamedCurves_GetByOid_m83F431E114AD4E129398EEDB1DAE2CFA955392F1(L_3, /*hidden argument*/NULL); V_0 = L_4; } IL_0011: { // if (ecP == null) X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_5 = V_0; if (L_5) { goto IL_001b; } } { // ecP = TeleTrusTNamedCurves.GetByOid(oid); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_6 = ___oid0; IL2CPP_RUNTIME_CLASS_INIT(TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF_il2cpp_TypeInfo_var); X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_7; L_7 = TeleTrusTNamedCurves_GetByOid_mA10C15ED55C965DBF6786E2D9C575564ED610895(L_6, /*hidden argument*/NULL); V_0 = L_7; } IL_001b: { // if (ecP == null) X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_8 = V_0; if (L_8) { goto IL_0025; } } { // ecP = AnssiNamedCurves.GetByOid(oid); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_9 = ___oid0; IL2CPP_RUNTIME_CLASS_INIT(AnssiNamedCurves_tB6FDFFF153CC4F1A67214846D4E1BA08C808E7CC_il2cpp_TypeInfo_var); X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_10; L_10 = AnssiNamedCurves_GetByOid_mE74D6C28E8AA827EB8558BFD96ED1815952079E9(L_9, /*hidden argument*/NULL); V_0 = L_10; } IL_0025: { // if (ecP == null) X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_11 = V_0; if (L_11) { goto IL_0034; } } { // ecP = FromDomainParameters(ECGost3410NamedCurves.GetByOid(oid)); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_12 = ___oid0; IL2CPP_RUNTIME_CLASS_INIT(ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_13; L_13 = ECGost3410NamedCurves_GetByOid_m411DD06A206A4A2A14F6CD0657665E19623D579B(L_12, /*hidden argument*/NULL); X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_14; L_14 = ECNamedCurveTable_FromDomainParameters_m131AE8F034F702424D37B744294AC1A72235FF92(L_13, /*hidden argument*/NULL); V_0 = L_14; } IL_0034: { // if (ecP == null) X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_15 = V_0; if (L_15) { goto IL_003e; } } { // ecP = GMNamedCurves.GetByOid(oid); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_16 = ___oid0; IL2CPP_RUNTIME_CLASS_INIT(GMNamedCurves_t562F1F8CF7D370CB447076E253AF25767BC18606_il2cpp_TypeInfo_var); X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_17; L_17 = GMNamedCurves_GetByOid_mF4E70F83131E1438D94314FABB678F2DA14146B4(L_16, /*hidden argument*/NULL); V_0 = L_17; } IL_003e: { // return ecP; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_18 = V_0; return L_18; } } // System.Collections.IEnumerable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.ECNamedCurveTable::get_Names() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ECNamedCurveTable_get_Names_mAAD9C5893CBD20F5B9CCD3452932097D691A8E27 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AnssiNamedCurves_tB6FDFFF153CC4F1A67214846D4E1BA08C808E7CC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GMNamedCurves_t562F1F8CF7D370CB447076E253AF25767BC18606_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NistNamedCurves_t70AD94F40C8792B65A0F890D762D3727CB3E2D9D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecNamedCurves_t67EFE6EAF12F2B63D317E95319CCCB4516C50CDE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X962NamedCurves_tBB2BFD74E2BCFB26E51F7D9F5BD8F9AF6C4E610C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // IList v = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); // CollectionUtilities.AddRange(v, X962NamedCurves.Names); RuntimeObject* L_1 = L_0; IL2CPP_RUNTIME_CLASS_INIT(X962NamedCurves_tBB2BFD74E2BCFB26E51F7D9F5BD8F9AF6C4E610C_il2cpp_TypeInfo_var); RuntimeObject* L_2; L_2 = X962NamedCurves_get_Names_mF9CE31E5610E68253A80F36F756CF558392477B9(/*hidden argument*/NULL); CollectionUtilities_AddRange_m414CB777E3D7569D22317CA5388816D9383D1980(L_1, L_2, /*hidden argument*/NULL); // CollectionUtilities.AddRange(v, SecNamedCurves.Names); RuntimeObject* L_3 = L_1; IL2CPP_RUNTIME_CLASS_INIT(SecNamedCurves_t67EFE6EAF12F2B63D317E95319CCCB4516C50CDE_il2cpp_TypeInfo_var); RuntimeObject* L_4; L_4 = SecNamedCurves_get_Names_m9E967852B5046C74B1231F93DBBC2B5319B5F2AF(/*hidden argument*/NULL); CollectionUtilities_AddRange_m414CB777E3D7569D22317CA5388816D9383D1980(L_3, L_4, /*hidden argument*/NULL); // CollectionUtilities.AddRange(v, NistNamedCurves.Names); RuntimeObject* L_5 = L_3; IL2CPP_RUNTIME_CLASS_INIT(NistNamedCurves_t70AD94F40C8792B65A0F890D762D3727CB3E2D9D_il2cpp_TypeInfo_var); RuntimeObject* L_6; L_6 = NistNamedCurves_get_Names_mCB63A213DA30A0DC40727E5DFC624F73A6C73239(/*hidden argument*/NULL); CollectionUtilities_AddRange_m414CB777E3D7569D22317CA5388816D9383D1980(L_5, L_6, /*hidden argument*/NULL); // CollectionUtilities.AddRange(v, TeleTrusTNamedCurves.Names); RuntimeObject* L_7 = L_5; IL2CPP_RUNTIME_CLASS_INIT(TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF_il2cpp_TypeInfo_var); RuntimeObject* L_8; L_8 = TeleTrusTNamedCurves_get_Names_m3535663EA1655783E8AD5623E4F5BBC188D77434(/*hidden argument*/NULL); CollectionUtilities_AddRange_m414CB777E3D7569D22317CA5388816D9383D1980(L_7, L_8, /*hidden argument*/NULL); // CollectionUtilities.AddRange(v, AnssiNamedCurves.Names); RuntimeObject* L_9 = L_7; IL2CPP_RUNTIME_CLASS_INIT(AnssiNamedCurves_tB6FDFFF153CC4F1A67214846D4E1BA08C808E7CC_il2cpp_TypeInfo_var); RuntimeObject* L_10; L_10 = AnssiNamedCurves_get_Names_mF30456057A4451AB39097A3C95A3C3E6B928379C(/*hidden argument*/NULL); CollectionUtilities_AddRange_m414CB777E3D7569D22317CA5388816D9383D1980(L_9, L_10, /*hidden argument*/NULL); // CollectionUtilities.AddRange(v, ECGost3410NamedCurves.Names); RuntimeObject* L_11 = L_9; IL2CPP_RUNTIME_CLASS_INIT(ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var); RuntimeObject* L_12; L_12 = ECGost3410NamedCurves_get_Names_mBEE99266884C6665DC216EF4CF1277696D870C7D(/*hidden argument*/NULL); CollectionUtilities_AddRange_m414CB777E3D7569D22317CA5388816D9383D1980(L_11, L_12, /*hidden argument*/NULL); // CollectionUtilities.AddRange(v, GMNamedCurves.Names); RuntimeObject* L_13 = L_11; IL2CPP_RUNTIME_CLASS_INIT(GMNamedCurves_t562F1F8CF7D370CB447076E253AF25767BC18606_il2cpp_TypeInfo_var); RuntimeObject* L_14; L_14 = GMNamedCurves_get_Names_mF31F4F449CB658CA949B0B2A9C75B5C413C38647(/*hidden argument*/NULL); CollectionUtilities_AddRange_m414CB777E3D7569D22317CA5388816D9383D1980(L_13, L_14, /*hidden argument*/NULL); // return v; return L_13; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.ECNamedCurveTable::FromDomainParameters(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * ECNamedCurveTable_FromDomainParameters_m131AE8F034F702424D37B744294AC1A72235FF92 (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * ___dp0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return dp == null ? null : new X9ECParameters(dp.Curve, dp.G, dp.N, dp.H, dp.GetSeed()); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_0 = ___dp0; if (!L_0) { goto IL_0027; } } { ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_1 = ___dp0; NullCheck(L_1); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_2; L_2 = ECDomainParameters_get_Curve_mAF743EDFBA6FB8B0CBFB23022CE6D7471EEEFC79_inline(L_1, /*hidden argument*/NULL); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_3 = ___dp0; NullCheck(L_3); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_4; L_4 = ECDomainParameters_get_G_m98A15A2437F3706CF1B8D7F738246A1675B6243B_inline(L_3, /*hidden argument*/NULL); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_5 = ___dp0; NullCheck(L_5); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6; L_6 = ECDomainParameters_get_N_m080834A40F7AF8441A6C3858E9E7738CE8812D2B_inline(L_5, /*hidden argument*/NULL); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_7 = ___dp0; NullCheck(L_7); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8; L_8 = ECDomainParameters_get_H_m63EEBE8D9957F9B7487AC767891F317A488E3014_inline(L_7, /*hidden argument*/NULL); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_9 = ___dp0; NullCheck(L_9); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10; L_10 = ECDomainParameters_GetSeed_m464A13BB6E731A7A4FE4B878C36BC4FA8FE4D580(L_9, /*hidden argument*/NULL); X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_11 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_mA737D6CBEE1E58B420EECB33C2649E948857F032(L_11, L_2, L_4, L_6, L_8, L_10, /*hidden argument*/NULL); return L_11; } IL_0027: { return (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)NULL; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.ECNamedCurveTable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECNamedCurveTable__ctor_m2FE076E35AB4A7DC549955B90C6A7C1B61C4C1CC (ECNamedCurveTable_t1BF7C06D164F1DD4F8C9D14F6EE8FBC47A7402BF * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::GetInitialZCoords(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ECPoint_GetInitialZCoords_mEC4B9CAA0227A3451AD1FE487920DA2A09564636 (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, 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*)&ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_1 = NULL; int32_t G_B3_0 = 0; { // int coord = null == curve ? ECCurve.COORD_AFFINE : curve.CoordinateSystem; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = ___curve0; if (!L_0) { goto IL_000b; } } { ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_1 = ___curve0; NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(28 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_CoordinateSystem() */, L_1); G_B3_0 = L_2; goto IL_000c; } IL_000b: { G_B3_0 = 0; } IL_000c: { V_0 = G_B3_0; int32_t L_3 = V_0; if (!L_3) { goto IL_0014; } } { int32_t L_4 = V_0; if ((!(((uint32_t)L_4) == ((uint32_t)5)))) { goto IL_001a; } } IL_0014: { // return EMPTY_ZS; IL2CPP_RUNTIME_CLASS_INIT(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA_il2cpp_TypeInfo_var); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_5 = ((ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA_StaticFields*)il2cpp_codegen_static_fields_for(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA_il2cpp_TypeInfo_var))->get_EMPTY_ZS_0(); return L_5; } IL_001a: { // ECFieldElement one = curve.FromBigInteger(BigInteger.One); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_6 = ___curve0; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_7 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); NullCheck(L_6); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_8; L_8 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, L_6, L_7); V_1 = L_8; int32_t L_9 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1))) { case 0: { goto IL_0048; } case 1: { goto IL_0048; } case 2: { goto IL_0053; } case 3: { goto IL_0066; } case 4: { goto IL_007a; } case 5: { goto IL_0048; } } } { goto IL_007a; } IL_0048: { // return new ECFieldElement[] { one }; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_10 = (ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)SZArrayNew(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var, (uint32_t)1); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_11 = L_10; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_12 = V_1; NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(0), (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_12); return L_11; } IL_0053: { // return new ECFieldElement[] { one, one, one }; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_13 = (ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)SZArrayNew(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var, (uint32_t)3); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_14 = L_13; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_15 = V_1; NullCheck(L_14); ArrayElementTypeCheck (L_14, L_15); (L_14)->SetAt(static_cast(0), (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_15); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_16 = L_14; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_17 = V_1; NullCheck(L_16); ArrayElementTypeCheck (L_16, L_17); (L_16)->SetAt(static_cast(1), (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_17); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_18 = L_16; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_19 = V_1; NullCheck(L_18); ArrayElementTypeCheck (L_18, L_19); (L_18)->SetAt(static_cast(2), (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_19); return L_18; } IL_0066: { // return new ECFieldElement[] { one, curve.A }; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_20 = (ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)SZArrayNew(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var, (uint32_t)2); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_21 = L_20; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_22 = V_1; NullCheck(L_21); ArrayElementTypeCheck (L_21, L_22); (L_21)->SetAt(static_cast(0), (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_22); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_23 = L_21; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_24 = ___curve0; NullCheck(L_24); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_25; L_25 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(24 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_A() */, L_24); NullCheck(L_23); ArrayElementTypeCheck (L_23, L_25); (L_23)->SetAt(static_cast(1), (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_25); return L_23; } IL_007a: { // throw new ArgumentException("unknown coordinate system"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_26 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_26, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC735931F3D2A30C6456C0E4059978CD947D0BDC4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECPoint_GetInitialZCoords_mEC4B9CAA0227A3451AD1FE487920DA2A09564636_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::.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 ECPoint__ctor_mC26D9FD81D2F7B444D63D8DD175794FB335B96B6 (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, bool ___withCompression3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : this(curve, x, y, GetInitialZCoords(curve), withCompression) ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = ___curve0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___x1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___y2; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_3 = ___curve0; IL2CPP_RUNTIME_CLASS_INIT(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA_il2cpp_TypeInfo_var); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_4; L_4 = ECPoint_GetInitialZCoords_mEC4B9CAA0227A3451AD1FE487920DA2A09564636(L_3, /*hidden argument*/NULL); bool L_5 = ___withCompression3; ECPoint__ctor_m9E3CA6953D5B973458FC79E4C4107E0F4CF2A25C(__this, L_0, L_1, L_2, L_4, L_5, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::.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 ECPoint__ctor_m9E3CA6953D5B973458FC79E4C4107E0F4CF2A25C (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___zs3, bool ___withCompression4, const RuntimeMethod* method) { { // internal ECPoint(ECCurve curve, ECFieldElement x, ECFieldElement y, ECFieldElement[] zs, bool withCompression) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.m_curve = curve; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = ___curve0; __this->set_m_curve_1(L_0); // this.m_x = x; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___x1; __this->set_m_x_2(L_1); // this.m_y = y; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___y2; __this->set_m_y_3(L_2); // this.m_zs = zs; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_3 = ___zs3; __this->set_m_zs_4(L_3); // this.m_withCompression = withCompression; bool L_4 = ___withCompression4; __this->set_m_withCompression_5(L_4); // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::SatisfiesOrder() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ECPoint_SatisfiesOrder_mD887F50F9CAB721BD4F14FB7EB0DECB1FE2A3B26 (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_0 = NULL; { // if (BigInteger.One.Equals(Curve.Cofactor)) IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); 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); NullCheck(L_1); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2; L_2 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(27 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Cofactor() */, L_1); NullCheck(L_0); bool L_3; L_3 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_0, L_2); if (!L_3) { goto IL_0019; } } { // return true; return (bool)1; } IL_0019: { // BigInteger n = Curve.Order; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_4; L_4 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, __this); NullCheck(L_4); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5; L_5 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Order() */, L_4); V_0 = L_5; // return n == null || ECAlgorithms.ReferenceMultiply(this, n).IsInfinity; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6 = V_0; if (!L_6) { goto IL_0035; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_7 = V_0; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_8; L_8 = ECAlgorithms_ReferenceMultiply_m225CB9FC288353B8489F50DB1987155F9C87DC59(__this, L_7, /*hidden argument*/NULL); NullCheck(L_8); bool L_9; L_9 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(L_8, /*hidden argument*/NULL); return L_9; } IL_0035: { return (bool)1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::GetDetachedPoint() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECPoint_GetDetachedPoint_m96F84D1CA57ACC82364747494684E691E697D44E (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method) { { // return Normalize().Detach(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_0; L_0 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(17 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Normalize() */, __this); NullCheck(L_0); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_1; L_1 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Detach() */, L_0); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ECPoint_get_Curve_m00D4935C864865102CB483A1B3B888F34F281A48 (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method) { { // get { return m_curve; } ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = __this->get_m_curve_1(); return L_0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_CurveCoordinateSystem() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ECPoint_get_CurveCoordinateSystem_m33B1519E200D76FC5F045433665C1C95C6026CF5 (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method) { { // return null == m_curve ? ECCurve.COORD_AFFINE : m_curve.CoordinateSystem; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = __this->get_m_curve_1(); if (!L_0) { goto IL_0014; } } { ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_1 = __this->get_m_curve_1(); NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(28 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_CoordinateSystem() */, L_1); return L_2; } IL_0014: { return 0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_AffineXCoord() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ECPoint_get_AffineXCoord_mE68C5CC3A293BFE9E091FA0FF9AC2B88E208BC4D (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method) { { // CheckNormalized(); VirtualActionInvoker0::Invoke(15 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::CheckNormalized() */, __this); // return XCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0; L_0 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_XCoord() */, __this); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_AffineYCoord() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ECPoint_get_AffineYCoord_m86BB132FD42BCE6BC4ACDD36671F33A10A525104 (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method) { { // CheckNormalized(); VirtualActionInvoker0::Invoke(15 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::CheckNormalized() */, __this); // return YCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0; L_0 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_YCoord() */, __this); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_XCoord() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ECPoint_get_XCoord_mCA56BA196A2D355A4A4EE52FFDEABB3AA2695BBD (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method) { { // get { return m_x; } ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = __this->get_m_x_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_YCoord() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ECPoint_get_YCoord_m3F2DBE4A7AC8BD41F2A9D2C0822DFE6EF53846A0 (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method) { { // get { return m_y; } ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = __this->get_m_y_3(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::GetZCoord(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ECPoint_GetZCoord_m085CA9C0DC28FD4551FED0FA4139C2815491CB4E (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, int32_t ___index0, const RuntimeMethod* method) { { // return (index < 0 || index >= m_zs.Length) ? null : m_zs[index]; int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0018; } } { int32_t L_1 = ___index0; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_2 = __this->get_m_zs_4(); NullCheck(L_2); if ((((int32_t)L_1) >= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))))) { goto IL_0018; } } { ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_3 = __this->get_m_zs_4(); int32_t L_4 = ___index0; NullCheck(L_3); int32_t L_5 = L_4; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_6 = (L_3)->GetAt(static_cast(L_5)); return L_6; } IL_0018: { return (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)NULL; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::GetZCoords() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ECPoint_GetZCoords_mB0E378D0C4D29E3387403FC008C9857807CA8F28 (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* V_1 = NULL; { // int zsLen = m_zs.Length; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_0 = __this->get_m_zs_4(); NullCheck(L_0); V_0 = ((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))); // if (zsLen == 0) int32_t L_1 = V_0; if (L_1) { goto IL_0013; } } { // return m_zs; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_2 = __this->get_m_zs_4(); return L_2; } IL_0013: { // ECFieldElement[] copy = new ECFieldElement[zsLen]; int32_t L_3 = V_0; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_4 = (ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)SZArrayNew(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var, (uint32_t)L_3); V_1 = L_4; // Array.Copy(m_zs, 0, copy, 0, zsLen); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_5 = __this->get_m_zs_4(); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_6 = V_1; int32_t L_7 = V_0; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_5, 0, (RuntimeArray *)(RuntimeArray *)L_6, 0, L_7, /*hidden argument*/NULL); // return copy; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_8 = V_1; return L_8; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_RawXCoord() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3 (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method) { { // get { return m_x; } ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = __this->get_m_x_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_RawYCoord() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9 (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method) { { // get { return m_y; } ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = __this->get_m_y_3(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_RawZCoords() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method) { { // get { return m_zs; } ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_0 = __this->get_m_zs_4(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::CheckNormalized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECPoint_CheckNormalized_m963A5A045E2E6299907AE00B91D3F79098E297FC (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method) { { // if (!IsNormalized()) bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(16 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::IsNormalized() */, __this); if (L_0) { goto IL_0013; } } { // throw new InvalidOperationException("point not in normal form"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral68BFA67ADC56EB72586767021452A3116E136A01)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECPoint_CheckNormalized_m963A5A045E2E6299907AE00B91D3F79098E297FC_RuntimeMethod_var))); } IL_0013: { // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::IsNormalized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ECPoint_IsNormalized_mAD4E01294041CC4C72B03F5BDB5CD53A22B6781B (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { // int coord = this.CurveCoordinateSystem; int32_t L_0; L_0 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_CurveCoordinateSystem() */, __this); V_0 = L_0; // return coord == ECCurve.COORD_AFFINE // || coord == ECCurve.COORD_LAMBDA_AFFINE // || IsInfinity // || RawZCoords[0].IsOne; int32_t L_1 = V_0; if (!L_1) { goto IL_0024; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)5))) { goto IL_0024; } } { bool L_3; L_3 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (L_3) { goto IL_0024; } } { ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_4; L_4 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(__this, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_5 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_6 = (L_4)->GetAt(static_cast(L_5)); NullCheck(L_6); bool L_7; L_7 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsOne() */, L_6); return L_7; } IL_0024: { return (bool)1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Normalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECPoint_Normalize_mE12642D3A825BD1C4D24308FB232F7DA5F2B228B (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method) { int32_t V_0 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_1 = NULL; { // if (this.IsInfinity) bool L_0; L_0 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000a; } } { // return this; return __this; } IL_000a: { // switch (this.CurveCoordinateSystem) int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_CurveCoordinateSystem() */, __this); V_0 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0018; } } { int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)5)))) { goto IL_001a; } } IL_0018: { // return this; return __this; } IL_001a: { // ECFieldElement Z1 = RawZCoords[0]; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_4; L_4 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(__this, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_5 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_6 = (L_4)->GetAt(static_cast(L_5)); V_1 = L_6; // if (Z1.IsOne) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_7 = V_1; NullCheck(L_7); bool L_8; L_8 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsOne() */, L_7); if (!L_8) { goto IL_002d; } } { // return this; return __this; } IL_002d: { // return Normalize(Z1.Invert()); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_9 = V_1; NullCheck(L_9); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_10; L_10 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(14 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Invert() */, L_9); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_11; L_11 = VirtualFuncInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(18 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Normalize(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, __this, L_10); return L_11; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Normalize(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECPoint_Normalize_m83E659BC5628CEFA9AB41516B996418DF340CDE6 (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___zInv0, const RuntimeMethod* method) { int32_t V_0 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_1 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_2 = NULL; { // switch (this.CurveCoordinateSystem) int32_t L_0; L_0 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_CurveCoordinateSystem() */, __this); V_0 = L_0; int32_t L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1))) { case 0: { goto IL_0029; } case 1: { goto IL_0032; } case 2: { goto IL_0032; } case 3: { goto IL_0032; } case 4: { goto IL_004a; } case 5: { goto IL_0029; } } } { goto IL_004a; } IL_0029: { // return CreateScaledPoint(zInv, zInv); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___zInv0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_3 = ___zInv0; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_4; L_4 = VirtualFuncInvoker2< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(19 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::CreateScaledPoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, __this, L_2, L_3); return L_4; } IL_0032: { // ECFieldElement zInv2 = zInv.Square(), zInv3 = zInv2.Multiply(zInv); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_5 = ___zInv0; NullCheck(L_5); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_6; L_6 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_5); V_1 = L_6; // ECFieldElement zInv2 = zInv.Square(), zInv3 = zInv2.Multiply(zInv); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_7 = V_1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_8 = ___zInv0; NullCheck(L_7); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_9; L_9 = 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_7, L_8); V_2 = L_9; // return CreateScaledPoint(zInv2, zInv3); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_10 = V_1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_11 = V_2; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_12; L_12 = VirtualFuncInvoker2< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(19 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::CreateScaledPoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, __this, L_10, L_11); return L_12; } IL_004a: { // throw new InvalidOperationException("not a projective coordinate system"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_13 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDFB93A77B2BA55321BD562C69FAF46ACF1E8A704)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECPoint_Normalize_m83E659BC5628CEFA9AB41516B996418DF340CDE6_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::CreateScaledPoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECPoint_CreateScaledPoint_mCE5765FEDA5CD9A1D5BA44E92150B1A7FB9DADEB (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___sx0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___sy1, const RuntimeMethod* method) { { // return Curve.CreateRawPoint(RawXCoord.Multiply(sx), RawYCoord.Multiply(sy), IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0; L_0 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, __this); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1; L_1 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(__this, /*hidden argument*/NULL); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___sx0; NullCheck(L_1); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_3; L_3 = 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_1, L_2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_4; L_4 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_5 = ___sy1; NullCheck(L_4); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_6; L_6 = 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_4, L_5); bool L_7; L_7 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_8; L_8 = VirtualFuncInvoker3< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, bool >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::CreateRawPoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,System.Boolean) */, L_0, L_3, L_6, L_7); return L_8; } } // 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) { { // get { return m_x == null && m_y == null; } ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = __this->get_m_x_2(); if (L_0) { goto IL_0012; } } { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = __this->get_m_y_3(); return (bool)((((RuntimeObject*)(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_1) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } IL_0012: { return (bool)0; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_IsCompressed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method) { { // get { return m_withCompression; } bool L_0 = __this->get_m_withCompression_5(); return L_0; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::IsValid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ECPoint_IsValid_mF161DD13E2F01DA1B4BA207D6DEC234551FEA61A (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method) { { // return ImplIsValid(false, true); bool L_0; L_0 = ECPoint_ImplIsValid_mC1A1E8B8625B4717CD8C2EF0465163DD8F35193F(__this, (bool)0, (bool)1, /*hidden argument*/NULL); return L_0; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::IsValidPartial() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ECPoint_IsValidPartial_mB3D7ACF2FF62AAD5289974B83A439824300DE3A7 (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method) { { // return ImplIsValid(false, false); bool L_0; L_0 = ECPoint_ImplIsValid_mC1A1E8B8625B4717CD8C2EF0465163DD8F35193F(__this, (bool)0, (bool)0, /*hidden argument*/NULL); return L_0; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::ImplIsValid(System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ECPoint_ImplIsValid_mC1A1E8B8625B4717CD8C2EF0465163DD8F35193F (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, bool ___decompressed0, bool ___checkOrder1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidityCallback_tBF980F041A5A6B99C0A535339852D2B0A7872F5D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ValidityCallback_tBF980F041A5A6B99C0A535339852D2B0A7872F5D * V_0 = NULL; { // if (IsInfinity) bool L_0; L_0 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000a; } } { // return true; return (bool)1; } IL_000a: { // ValidityCallback callback = new ValidityCallback(this, decompressed, checkOrder); bool L_1 = ___decompressed0; bool L_2 = ___checkOrder1; ValidityCallback_tBF980F041A5A6B99C0A535339852D2B0A7872F5D * L_3 = (ValidityCallback_tBF980F041A5A6B99C0A535339852D2B0A7872F5D *)il2cpp_codegen_object_new(ValidityCallback_tBF980F041A5A6B99C0A535339852D2B0A7872F5D_il2cpp_TypeInfo_var); ValidityCallback__ctor_m98B89C991F37186B0D36C0AFF8FBB1D9CE0BEDF7(L_3, __this, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; // ValidityPreCompInfo validity = (ValidityPreCompInfo)Curve.Precompute(this, ValidityPreCompInfo.PRECOMP_NAME, callback); 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); IL2CPP_RUNTIME_CLASS_INIT(ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366_il2cpp_TypeInfo_var); String_t* L_5 = ((ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366_StaticFields*)il2cpp_codegen_static_fields_for(ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366_il2cpp_TypeInfo_var))->get_PRECOMP_NAME_0(); ValidityCallback_tBF980F041A5A6B99C0A535339852D2B0A7872F5D * L_6 = V_0; NullCheck(L_4); RuntimeObject* L_7; L_7 = VirtualFuncInvoker3< RuntimeObject*, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, String_t*, RuntimeObject* >::Invoke(18 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.PreCompInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::Precompute(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.IPreCompCallback) */, L_4, __this, L_5, L_6); // return !validity.HasFailed(); NullCheck(((ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366 *)CastclassClass((RuntimeObject*)L_7, ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366_il2cpp_TypeInfo_var))); bool L_8; L_8 = ValidityPreCompInfo_HasFailed_m301EA8F475C52D26B11C8F2363FB7C4C865BA7C2_inline(((ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366 *)CastclassClass((RuntimeObject*)L_7, ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return (bool)((((int32_t)L_8) == ((int32_t)0))? 1 : 0); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::ScaleX(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECPoint_ScaleX_m33D21B8AFA27339CFFE38F18CB084F39F1370671 (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___scale0, const RuntimeMethod* method) { { // return IsInfinity // ? this // : Curve.CreateRawPoint(RawXCoord.Multiply(scale), RawYCoord, RawZCoords, IsCompressed); bool L_0; L_0 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0032; } } { 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 = ___scale0; NullCheck(L_2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_4; L_4 = 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_2, L_3); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_5; L_5 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_6; L_6 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(__this, /*hidden argument*/NULL); bool L_7; L_7 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); NullCheck(L_1); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_8; L_8 = VirtualFuncInvoker4< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*, bool >::Invoke(14 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::CreateRawPoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[],System.Boolean) */, L_1, L_4, L_5, L_6, L_7); return L_8; } IL_0032: { return __this; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::ScaleY(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECPoint_ScaleY_mC08D61D692210FDBA7BFFDCDAD9A7CFB790490E3 (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___scale0, const RuntimeMethod* method) { { // return IsInfinity // ? this // : Curve.CreateRawPoint(RawXCoord, RawYCoord.Multiply(scale), RawZCoords, IsCompressed); bool L_0; L_0 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0032; } } { 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); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_4 = ___scale0; NullCheck(L_3); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_5; L_5 = 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_3, L_4); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_6; L_6 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(__this, /*hidden argument*/NULL); bool L_7; L_7 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); NullCheck(L_1); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_8; L_8 = VirtualFuncInvoker4< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*, bool >::Invoke(14 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::CreateRawPoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[],System.Boolean) */, L_1, L_2, L_5, L_6, L_7); return L_8; } IL_0032: { return __this; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ECPoint_Equals_m5292624E4723065354F90F075D303B174EED61E8 (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Equals(obj as ECPoint); RuntimeObject * L_0 = ___obj0; bool L_1; L_1 = VirtualFuncInvoker1< bool, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(22 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) */, __this, ((ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *)IsInstClass((RuntimeObject*)L_0, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA_il2cpp_TypeInfo_var))); return L_1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ECPoint_Equals_mCBC51AF569F251964898ACAD3344B2E9BFC67159 (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_0 = NULL; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_1 = NULL; bool V_2 = false; bool V_3 = false; bool V_4 = false; bool V_5 = false; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * V_6 = NULL; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * V_7 = NULL; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* V_8 = NULL; { // if (this == other) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_0 = ___other0; if ((!(((RuntimeObject*)(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *)__this) == ((RuntimeObject*)(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *)L_0)))) { goto IL_0006; } } { // return true; return (bool)1; } IL_0006: { // if (null == other) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_1 = ___other0; if (L_1) { goto IL_000b; } } { // return false; return (bool)0; } IL_000b: { // ECCurve c1 = this.Curve, c2 = other.Curve; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_2; L_2 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, __this); V_0 = L_2; // ECCurve c1 = this.Curve, c2 = other.Curve; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_3 = ___other0; NullCheck(L_3); 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() */, L_3); V_1 = L_4; // bool n1 = (null == c1), n2 = (null == c2); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_5 = V_0; V_2 = (bool)((((RuntimeObject*)(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)L_5) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); // bool n1 = (null == c1), n2 = (null == c2); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_6 = V_1; V_3 = (bool)((((RuntimeObject*)(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)L_6) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); // bool i1 = IsInfinity, i2 = other.IsInfinity; bool L_7; L_7 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); V_4 = L_7; // bool i1 = IsInfinity, i2 = other.IsInfinity; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_8 = ___other0; NullCheck(L_8); bool L_9; L_9 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(L_8, /*hidden argument*/NULL); V_5 = L_9; // if (i1 || i2) bool L_10 = V_4; bool L_11 = V_5; if (!((int32_t)((int32_t)L_10|(int32_t)L_11))) { goto IL_0052; } } { // return (i1 && i2) && (n1 || n2 || c1.Equals(c2)); bool L_12 = V_4; bool L_13 = V_5; if (!((int32_t)((int32_t)L_12&(int32_t)L_13))) { goto IL_0050; } } { bool L_14 = V_2; bool L_15 = V_3; if (((int32_t)((int32_t)L_14|(int32_t)L_15))) { goto IL_004e; } } { ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_16 = V_0; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_17 = V_1; NullCheck(L_16); bool L_18; L_18 = VirtualFuncInvoker1< bool, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(33 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve) */, L_16, L_17); return L_18; } IL_004e: { return (bool)1; } IL_0050: { return (bool)0; } IL_0052: { // ECPoint p1 = this, p2 = other; V_6 = __this; // ECPoint p1 = this, p2 = other; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_19 = ___other0; V_7 = L_19; // if (n1 && n2) bool L_20 = V_2; bool L_21 = V_3; if (((int32_t)((int32_t)L_20&(int32_t)L_21))) { goto IL_00af; } } { // else if (n1) bool L_22 = V_2; if (!L_22) { goto IL_006b; } } { // p2 = p2.Normalize(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_23 = V_7; NullCheck(L_23); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_24; L_24 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(17 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Normalize() */, L_23); V_7 = L_24; // } goto IL_00af; } IL_006b: { // else if (n2) bool L_25 = V_3; if (!L_25) { goto IL_0079; } } { // p1 = p1.Normalize(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_26 = V_6; NullCheck(L_26); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_27; L_27 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(17 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Normalize() */, L_26); V_6 = L_27; // } goto IL_00af; } IL_0079: { // else if (!c1.Equals(c2)) ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_28 = V_0; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_29 = V_1; NullCheck(L_28); bool L_30; L_30 = VirtualFuncInvoker1< bool, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(33 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve) */, L_28, L_29); if (L_30) { goto IL_0084; } } { // return false; return (bool)0; } IL_0084: { // ECPoint[] points = new ECPoint[] { this, c1.ImportPoint(p2) }; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_31 = (ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF*)(ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF*)SZArrayNew(ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF_il2cpp_TypeInfo_var, (uint32_t)2); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_32 = L_31; NullCheck(L_32); ArrayElementTypeCheck (L_32, __this); (L_32)->SetAt(static_cast(0), (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *)__this); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_33 = L_32; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_34 = V_0; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_35 = V_7; NullCheck(L_34); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_36; L_36 = VirtualFuncInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(19 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::ImportPoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) */, L_34, L_35); NullCheck(L_33); ArrayElementTypeCheck (L_33, L_36); (L_33)->SetAt(static_cast(1), (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *)L_36); V_8 = L_33; // c1.NormalizeAll(points); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_37 = V_0; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_38 = V_8; NullCheck(L_37); VirtualActionInvoker1< ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* >::Invoke(20 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::NormalizeAll(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[]) */, L_37, L_38); // p1 = points[0]; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_39 = V_8; NullCheck(L_39); int32_t L_40 = 0; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_41 = (L_39)->GetAt(static_cast(L_40)); V_6 = L_41; // p2 = points[1]; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_42 = V_8; NullCheck(L_42); int32_t L_43 = 1; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_44 = (L_42)->GetAt(static_cast(L_43)); V_7 = L_44; } IL_00af: { // return p1.XCoord.Equals(p2.XCoord) && p1.YCoord.Equals(p2.YCoord); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_45 = V_6; NullCheck(L_45); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_46; L_46 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_XCoord() */, L_45); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_47 = V_7; NullCheck(L_47); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_48; L_48 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_XCoord() */, L_47); NullCheck(L_46); bool L_49; L_49 = VirtualFuncInvoker1< bool, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(25 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_46, L_48); if (!L_49) { goto IL_00d8; } } { ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_50 = V_6; NullCheck(L_50); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_51; L_51 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_YCoord() */, L_50); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_52 = V_7; NullCheck(L_52); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_53; L_53 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_YCoord() */, L_52); NullCheck(L_51); bool L_54; L_54 = VirtualFuncInvoker1< bool, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(25 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_51, L_53); return L_54; } IL_00d8: { return (bool)0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ECPoint_GetHashCode_m70C6C6269331F4936D10B43A756463EE238AFD51 (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method) { ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_0 = NULL; int32_t V_1 = 0; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * V_2 = NULL; int32_t G_B3_0 = 0; { // ECCurve c = this.Curve; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0; L_0 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, __this); V_0 = L_0; // int hc = (null == c) ? 0 : ~c.GetHashCode(); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_1 = V_0; if (!L_1) { goto IL_0013; } } { ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_2); G_B3_0 = ((~L_3)); goto IL_0014; } IL_0013: { G_B3_0 = 0; } IL_0014: { V_1 = G_B3_0; // if (!this.IsInfinity) bool L_4; L_4 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (L_4) { goto IL_0049; } } { // ECPoint p = Normalize(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_5; L_5 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(17 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Normalize() */, __this); V_2 = L_5; // hc ^= p.XCoord.GetHashCode() * 17; int32_t L_6 = V_1; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_7 = V_2; NullCheck(L_7); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_8; L_8 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_XCoord() */, L_7); NullCheck(L_8); int32_t L_9; L_9 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_8); V_1 = ((int32_t)((int32_t)L_6^(int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_9, (int32_t)((int32_t)17))))); // hc ^= p.YCoord.GetHashCode() * 257; int32_t L_10 = V_1; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_11 = V_2; NullCheck(L_11); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_12; L_12 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_YCoord() */, L_11); NullCheck(L_12); int32_t L_13; L_13 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_12); V_1 = ((int32_t)((int32_t)L_10^(int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_13, (int32_t)((int32_t)257))))); } IL_0049: { // return hc; int32_t L_14 = V_1; return L_14; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ECPoint_ToString_mD65C412A185428E0A94AB81CB79245B31DC803C5 (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA13C967E585F33FC40DF14B485AC69E7C90855E); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; { // if (this.IsInfinity) bool L_0; L_0 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000e; } } { // return "INF"; return _stringLiteralFA13C967E585F33FC40DF14B485AC69E7C90855E; } IL_000e: { // StringBuilder sb = new StringBuilder(); StringBuilder_t * L_1 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_1, /*hidden argument*/NULL); V_0 = L_1; // sb.Append('('); StringBuilder_t * L_2 = V_0; NullCheck(L_2); StringBuilder_t * L_3; L_3 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_2, ((int32_t)40), /*hidden argument*/NULL); // sb.Append(RawXCoord); StringBuilder_t * L_4 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_5; L_5 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(__this, /*hidden argument*/NULL); NullCheck(L_4); StringBuilder_t * L_6; L_6 = StringBuilder_Append_m545FFB72A578320B1D6EA3772160353FD62C344F(L_4, L_5, /*hidden argument*/NULL); // sb.Append(','); StringBuilder_t * L_7 = V_0; NullCheck(L_7); StringBuilder_t * L_8; L_8 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_7, ((int32_t)44), /*hidden argument*/NULL); // sb.Append(RawYCoord); StringBuilder_t * L_9 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_10; L_10 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); NullCheck(L_9); StringBuilder_t * L_11; L_11 = StringBuilder_Append_m545FFB72A578320B1D6EA3772160353FD62C344F(L_9, L_10, /*hidden argument*/NULL); // for (int i = 0; i < m_zs.Length; ++i) V_1 = 0; goto IL_0060; } IL_0044: { // sb.Append(','); StringBuilder_t * L_12 = V_0; NullCheck(L_12); StringBuilder_t * L_13; L_13 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_12, ((int32_t)44), /*hidden argument*/NULL); // sb.Append(m_zs[i]); StringBuilder_t * L_14 = V_0; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_15 = __this->get_m_zs_4(); int32_t L_16 = V_1; NullCheck(L_15); int32_t L_17 = L_16; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_18 = (L_15)->GetAt(static_cast(L_17)); NullCheck(L_14); StringBuilder_t * L_19; L_19 = StringBuilder_Append_m545FFB72A578320B1D6EA3772160353FD62C344F(L_14, L_18, /*hidden argument*/NULL); // for (int i = 0; i < m_zs.Length; ++i) int32_t L_20 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0060: { // for (int i = 0; i < m_zs.Length; ++i) int32_t L_21 = V_1; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_22 = __this->get_m_zs_4(); NullCheck(L_22); if ((((int32_t)L_21) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length)))))) { goto IL_0044; } } { // sb.Append(')'); StringBuilder_t * L_23 = V_0; NullCheck(L_23); StringBuilder_t * L_24; L_24 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_23, ((int32_t)41), /*hidden argument*/NULL); // return sb.ToString(); StringBuilder_t * L_25 = V_0; NullCheck(L_25); String_t* L_26; L_26 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_25); return L_26; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::GetEncoded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ECPoint_GetEncoded_m7738E9ADAACFEB59A2B8B671ED7D53503C7C31F5 (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method) { { // return GetEncoded(m_withCompression); bool L_0 = __this->get_m_withCompression_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = VirtualFuncInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(24 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::GetEncoded(System.Boolean) */, __this, L_0); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::TimesPow2(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECPoint_TimesPow2_mFEB7A186431473EB730954BB77C45E37593586BA (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, int32_t ___e0, const RuntimeMethod* method) { ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * V_0 = NULL; { // if (e < 0) int32_t L_0 = ___e0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0014; } } { // throw new ArgumentException("cannot be negative", "e"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_1 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2ADD38D5A5D6AF5D786F780BFBD396FC5C0F2910)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral36282FAC116D9FD6B37CC425310E1A8510F08A53)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECPoint_TimesPow2_mFEB7A186431473EB730954BB77C45E37593586BA_RuntimeMethod_var))); } IL_0014: { // ECPoint p = this; V_0 = __this; goto IL_001f; } IL_0018: { // p = p.Twice(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_2 = V_0; NullCheck(L_2); 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() */, L_2); V_0 = L_3; } IL_001f: { // while (--e >= 0) int32_t L_4 = ___e0; int32_t L_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); ___e0 = L_5; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_0018; } } { // return p; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_6 = V_0; return L_6; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::TwicePlus(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECPoint_TwicePlus_m038C0887F492FFB3982C95BE8D19A9E3D8CAA7B6 (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___b0, const RuntimeMethod* method) { { // return Twice().Add(b); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_0; L_0 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(30 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Twice() */, __this); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_1 = ___b0; NullCheck(L_0); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_2; L_2 = 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_0, L_1); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::ThreeTimes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECPoint_ThreeTimes_m35CFE229E1D35C5280DE69450394C7E783DA0EEA (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method) { { // return TwicePlus(this); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_0; L_0 = VirtualFuncInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(32 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::TwicePlus(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) */, __this, __this); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECPoint__cctor_m9B5BD3334CCB1C62820DC36A2C195624A50DCC5E (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*)&ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // protected static ECFieldElement[] EMPTY_ZS = new ECFieldElement[0]; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_0 = (ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)SZArrayNew(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var, (uint32_t)0); ((ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA_StaticFields*)il2cpp_codegen_static_fields_for(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA_il2cpp_TypeInfo_var))->set_EMPTY_ZS_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.ECPointBase::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECPointBase__ctor_m811BAC39B23B703D5ADF976D28F882C448588746 (ECPointBase_t56B88B30B133094A49B571CEEC84FE5E9AF81CCF * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, bool ___withCompression3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : base(curve, x, y, withCompression) ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = ___curve0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___x1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___y2; bool L_3 = ___withCompression3; IL2CPP_RUNTIME_CLASS_INIT(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA_il2cpp_TypeInfo_var); ECPoint__ctor_mC26D9FD81D2F7B444D63D8DD175794FB335B96B6(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPointBase::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECPointBase__ctor_m27DB02CE78C9EF0BA3D9363F3ABA42A5365E6533 (ECPointBase_t56B88B30B133094A49B571CEEC84FE5E9AF81CCF * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___zs3, bool ___withCompression4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : 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; IL2CPP_RUNTIME_CLASS_INIT(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA_il2cpp_TypeInfo_var); ECPoint__ctor_m9E3CA6953D5B973458FC79E4C4107E0F4CF2A25C(__this, L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); // } return; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPointBase::GetEncoded(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ECPointBase_GetEncoded_m17897B45058ABD1CBC825D335194983979A07BC5 (ECPointBase_t56B88B30B133094A49B571CEEC84FE5E9AF81CCF * __this, bool ___compressed0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_4 = NULL; int32_t G_B5_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B5_1 = NULL; int32_t G_B4_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B4_1 = NULL; int32_t G_B6_0 = 0; int32_t G_B6_1 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B6_2 = NULL; { // if (this.IsInfinity) bool L_0; L_0 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000f; } } { // return new byte[1]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)1); return L_1; } IL_000f: { // ECPoint normed = Normalize(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_2; L_2 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(17 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Normalize() */, __this); V_0 = L_2; // byte[] X = normed.XCoord.GetEncoded(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_3 = V_0; NullCheck(L_3); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_4; L_4 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_XCoord() */, L_3); NullCheck(L_4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5; L_5 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(26 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::GetEncoded() */, L_4); V_1 = L_5; // if (compressed) bool L_6 = ___compressed0; if (!L_6) { goto IL_004e; } } { // byte[] PO = new byte[X.Length + 1]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_1; NullCheck(L_7); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))), (int32_t)1))); V_3 = L_8; // PO[0] = (byte)(normed.CompressionYTilde ? 0x03 : 0x02); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = V_3; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_10 = V_0; NullCheck(L_10); bool L_11; L_11 = VirtualFuncInvoker0< bool >::Invoke(25 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_CompressionYTilde() */, L_10); G_B4_0 = 0; G_B4_1 = L_9; if (L_11) { G_B5_0 = 0; G_B5_1 = L_9; goto IL_003d; } } { G_B6_0 = 2; G_B6_1 = G_B4_0; G_B6_2 = G_B4_1; goto IL_003e; } IL_003d: { G_B6_0 = 3; G_B6_1 = G_B5_0; G_B6_2 = G_B5_1; } IL_003e: { NullCheck(G_B6_2); (G_B6_2)->SetAt(static_cast(G_B6_1), (uint8_t)((int32_t)((uint8_t)G_B6_0))); // Array.Copy(X, 0, PO, 1, X.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_1; NullCheck(L_14); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_12, 0, (RuntimeArray *)(RuntimeArray *)L_13, 1, ((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length))), /*hidden argument*/NULL); // return PO; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = V_3; return L_15; } IL_004e: { // byte[] Y = normed.YCoord.GetEncoded(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_16 = V_0; NullCheck(L_16); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_17; L_17 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_YCoord() */, L_16); NullCheck(L_17); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18; L_18 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(26 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::GetEncoded() */, L_17); V_2 = L_18; // byte[] PO = new byte[X.Length + Y.Length + 1]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = V_1; NullCheck(L_19); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = V_2; NullCheck(L_20); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length))), (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length))))), (int32_t)1))); V_4 = L_21; // PO[0] = 0x04; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = V_4; NullCheck(L_22); (L_22)->SetAt(static_cast(0), (uint8_t)4); // Array.Copy(X, 0, PO, 1, X.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = V_1; NullCheck(L_25); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_23, 0, (RuntimeArray *)(RuntimeArray *)L_24, 1, ((int32_t)((int32_t)(((RuntimeArray*)L_25)->max_length))), /*hidden argument*/NULL); // Array.Copy(Y, 0, PO, X.Length + 1, Y.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = V_1; NullCheck(L_28); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = V_2; NullCheck(L_29); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_26, 0, (RuntimeArray *)(RuntimeArray *)L_27, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_28)->max_length))), (int32_t)1)), ((int32_t)((int32_t)(((RuntimeArray*)L_29)->max_length))), /*hidden argument*/NULL); // return PO; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30 = V_4; return L_30; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPointBase::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECPointBase_Multiply_mD09DE583D924CC7881D5596DFA2A1152EE280592 (ECPointBase_t56B88B30B133094A49B571CEEC84FE5E9AF81CCF * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___k0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECMultiplier_t157DBBD8C0030BD905D93F22A7EDD2DD8AF2C0AC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return this.Curve.GetMultiplier().Multiply(this, k); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0; L_0 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, __this); NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(36 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ECMultiplier BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::GetMultiplier() */, L_0); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = ___k0; NullCheck(L_1); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_3; L_3 = InterfaceFuncInvoker2< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ECMultiplier::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, ECMultiplier_t157DBBD8C0030BD905D93F22A7EDD2DD8AF2C0AC_il2cpp_TypeInfo_var, L_1, __this, L_2); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ECPointFormat::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECPointFormat__ctor_mE270DF149C0D0D3C5BACB5193B18832B58DF8E40 (ECPointFormat_t57849528C6EF9383FB1C65E1877411A37EF71D7B * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECPrivateKeyParameters__ctor_m9F07BD69CDCD465565F79AA539CE6ADB3FFEEAB8 (ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___d0, ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * ___parameters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC9A60DAF92C3EDA5CB6CB6E661BA58F19E737431); s_Il2CppMethodInitialized = true; } { // : this("EC", d, parameters) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___d0; ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_1 = ___parameters1; ECPrivateKeyParameters__ctor_m5598817EA740C2175C9AD03DD4958EE10918C4A1(__this, _stringLiteralC9A60DAF92C3EDA5CB6CB6E661BA58F19E737431, L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECPrivateKeyParameters__ctor_m9C88E69B4FA506164E917D25C2523C908B5D8681 (ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___d0, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___publicKeyParamSet1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral355344670054DB070754011D8D2527E319681DF0); s_Il2CppMethodInitialized = true; } { // : base("ECGOST3410", true, publicKeyParamSet) DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = ___publicKeyParamSet1; IL2CPP_RUNTIME_CLASS_INIT(ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141_il2cpp_TypeInfo_var); ECKeyParameters__ctor_mD57A16591673C5B03245594F4D0A37EC1C1FAE78(__this, _stringLiteral355344670054DB070754011D8D2527E319681DF0, (bool)1, L_0, /*hidden argument*/NULL); // if (d == null) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ___d0; if (L_1) { goto IL_001b; } } { // throw new ArgumentNullException("d"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA02431CF7C501A5B368C91E41283419D8FA9FB03)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECPrivateKeyParameters__ctor_m9C88E69B4FA506164E917D25C2523C908B5D8681_RuntimeMethod_var))); } IL_001b: { // this.d = d; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = ___d0; __this->set_d_5(L_3); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters::.ctor(System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECPrivateKeyParameters__ctor_m5598817EA740C2175C9AD03DD4958EE10918C4A1 (ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * __this, String_t* ___algorithm0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___d1, ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * ___parameters2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : base(algorithm, true, parameters) String_t* L_0 = ___algorithm0; ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_1 = ___parameters2; IL2CPP_RUNTIME_CLASS_INIT(ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141_il2cpp_TypeInfo_var); ECKeyParameters__ctor_m5C9118531F7860CCF89705D84ED2AA88E39BF63F(__this, L_0, (bool)1, L_1, /*hidden argument*/NULL); // if (d == null) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = ___d1; if (L_2) { goto IL_0017; } } { // throw new ArgumentNullException("d"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA02431CF7C501A5B368C91E41283419D8FA9FB03)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECPrivateKeyParameters__ctor_m5598817EA740C2175C9AD03DD4958EE10918C4A1_RuntimeMethod_var))); } IL_0017: { // this.d = d; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = ___d1; __this->set_d_5(L_4); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters::.ctor(System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECPrivateKeyParameters__ctor_m796A0AE1DF6C42C57351BDAE341938ADCEA267B2 (ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * __this, String_t* ___algorithm0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___d1, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___publicKeyParamSet2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : base(algorithm, true, publicKeyParamSet) String_t* L_0 = ___algorithm0; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1 = ___publicKeyParamSet2; IL2CPP_RUNTIME_CLASS_INIT(ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141_il2cpp_TypeInfo_var); ECKeyParameters__ctor_mD57A16591673C5B03245594F4D0A37EC1C1FAE78(__this, L_0, (bool)1, L_1, /*hidden argument*/NULL); // if (d == null) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = ___d1; if (L_2) { goto IL_0017; } } { // throw new ArgumentNullException("d"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA02431CF7C501A5B368C91E41283419D8FA9FB03)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECPrivateKeyParameters__ctor_m796A0AE1DF6C42C57351BDAE341938ADCEA267B2_RuntimeMethod_var))); } IL_0017: { // this.d = d; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = ___d1; __this->set_d_5(L_4); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters::get_D() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ECPrivateKeyParameters_get_D_m9B91C107111248008FD1E234A0EDEA5889C391B0 (ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * __this, const RuntimeMethod* method) { { // get { return d; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_d_5(); return L_0; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ECPrivateKeyParameters_Equals_m2A42FC1CA393BA3F5CDD4D32A7969401CDF154BC (ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * V_0 = NULL; { // if (obj == this) RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 *)__this)))) { goto IL_0006; } } { // return true; return (bool)1; } IL_0006: { // ECPrivateKeyParameters other = obj as ECPrivateKeyParameters; RuntimeObject * L_1 = ___obj0; V_0 = ((ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 *)IsInstClass((RuntimeObject*)L_1, ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029_il2cpp_TypeInfo_var)); // if (other == null) ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * L_2 = V_0; if (L_2) { goto IL_0012; } } { // return false; return (bool)0; } IL_0012: { // return Equals(other); ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * L_3 = V_0; bool L_4; L_4 = ECPrivateKeyParameters_Equals_m5BBA82BE2295C4719F6059D5B51F2DC1F4A9D0A9(__this, L_3, /*hidden argument*/NULL); return L_4; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ECPrivateKeyParameters_Equals_m5BBA82BE2295C4719F6059D5B51F2DC1F4A9D0A9 (ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * __this, ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * ___other0, const RuntimeMethod* method) { { // return d.Equals(other.d) && base.Equals(other); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_d_5(); ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * L_1 = ___other0; NullCheck(L_1); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = L_1->get_d_5(); NullCheck(L_0); bool L_3; L_3 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_0, L_2); if (!L_3) { goto IL_001b; } } { ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * L_4 = ___other0; bool L_5; L_5 = ECKeyParameters_Equals_m541B4DE931D48B20E81199A5546376DA4B77701D(__this, L_4, /*hidden argument*/NULL); return L_5; } IL_001b: { return (bool)0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ECPrivateKeyParameters_GetHashCode_m9B5BEB4F61EC48740C35DE0731998EA1D145D09F (ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * __this, const RuntimeMethod* method) { { // return d.GetHashCode() ^ base.GetHashCode(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_d_5(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); int32_t L_2; L_2 = ECKeyParameters_GetHashCode_mD9FC2E3CD9A22E28B3033DE9FA2E4489059F29C9(__this, /*hidden argument*/NULL); return ((int32_t)((int32_t)L_1^(int32_t)L_2)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.ECPrivateKeyStructure BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.ECPrivateKeyStructure::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPrivateKeyStructure_tE5B1C3407130141881B203E1431D28C8FBC0848E * ECPrivateKeyStructure_GetInstance_mA9D608F53945DE241401B4BAE4B6075F6CD54C2F (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECPrivateKeyStructure_tE5B1C3407130141881B203E1431D28C8FBC0848E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj == null) RuntimeObject * L_0 = ___obj0; if (L_0) { goto IL_0005; } } { // return null; return (ECPrivateKeyStructure_tE5B1C3407130141881B203E1431D28C8FBC0848E *)NULL; } IL_0005: { // if (obj is ECPrivateKeyStructure) RuntimeObject * L_1 = ___obj0; if (!((ECPrivateKeyStructure_tE5B1C3407130141881B203E1431D28C8FBC0848E *)IsInstClass((RuntimeObject*)L_1, ECPrivateKeyStructure_tE5B1C3407130141881B203E1431D28C8FBC0848E_il2cpp_TypeInfo_var))) { goto IL_0014; } } { // return (ECPrivateKeyStructure)obj; RuntimeObject * L_2 = ___obj0; return ((ECPrivateKeyStructure_tE5B1C3407130141881B203E1431D28C8FBC0848E *)CastclassClass((RuntimeObject*)L_2, ECPrivateKeyStructure_tE5B1C3407130141881B203E1431D28C8FBC0848E_il2cpp_TypeInfo_var)); } IL_0014: { // return new ECPrivateKeyStructure(Asn1Sequence.GetInstance(obj)); RuntimeObject * L_3 = ___obj0; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_4; L_4 = Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C(L_3, /*hidden argument*/NULL); ECPrivateKeyStructure_tE5B1C3407130141881B203E1431D28C8FBC0848E * L_5 = (ECPrivateKeyStructure_tE5B1C3407130141881B203E1431D28C8FBC0848E *)il2cpp_codegen_object_new(ECPrivateKeyStructure_tE5B1C3407130141881B203E1431D28C8FBC0848E_il2cpp_TypeInfo_var); ECPrivateKeyStructure__ctor_mBC4235FAC2F7767474939E2C2D158E2BD4710E30(L_5, L_4, /*hidden argument*/NULL); return L_5; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.ECPrivateKeyStructure::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECPrivateKeyStructure__ctor_mBC4235FAC2F7767474939E2C2D158E2BD4710E30 (ECPrivateKeyStructure_tE5B1C3407130141881B203E1431D28C8FBC0848E * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { { // public ECPrivateKeyStructure( // Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (seq == null) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("seq"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral24C049E512CD1B48036BD162FF63700A57CA3469)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECPrivateKeyStructure__ctor_mBC4235FAC2F7767474939E2C2D158E2BD4710E30_RuntimeMethod_var))); } IL_0014: { // this.seq = seq; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_2 = ___seq0; __this->set_seq_2(L_2); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.ECPrivateKeyStructure::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECPrivateKeyStructure__ctor_m431D8A1F24C91918DD74E37500D036C1121CA0E2 (ECPrivateKeyStructure_tE5B1C3407130141881B203E1431D28C8FBC0848E * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public ECPrivateKeyStructure( // BigInteger key) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (key == null) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___key0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("key"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECPrivateKeyStructure__ctor_m431D8A1F24C91918DD74E37500D036C1121CA0E2_RuntimeMethod_var))); } IL_0014: { // this.seq = new DerSequence( // new DerInteger(1), // new DerOctetString(key.ToByteArrayUnsigned())); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_2 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)2); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_3 = L_2; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_4 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)il2cpp_codegen_object_new(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); DerInteger__ctor_m014B0C2AADB00543E51D3621D5B93E030C47F6CA(L_4, 1, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_4); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_5 = L_3; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6 = ___key0; NullCheck(L_6); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7; L_7 = BigInteger_ToByteArrayUnsigned_mA50192424BCADACC368E6DC187BF5C8E9DB1DE27(L_6, /*hidden argument*/NULL); DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * L_8 = (DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 *)il2cpp_codegen_object_new(DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); DerOctetString__ctor_mBD13EC2203DF652C61E5AB45AE95CC51A22F0AF2(L_8, L_7, /*hidden argument*/NULL); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_8); (L_5)->SetAt(static_cast(1), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_8); DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_9 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_m014F0386FA0EDB7F97747159963DC17F535AF0A2(L_9, L_5, /*hidden argument*/NULL); __this->set_seq_2(L_9); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.ECPrivateKeyStructure::.ctor(System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECPrivateKeyStructure__ctor_mE6A81357DB90EA05912A0766C7C071387D9463E0 (ECPrivateKeyStructure_tE5B1C3407130141881B203E1431D28C8FBC0848E * __this, int32_t ___orderBitLength0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___key1, const RuntimeMethod* method) { { // : this(orderBitLength, key, null) int32_t L_0 = ___orderBitLength0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ___key1; ECPrivateKeyStructure__ctor_m329D7B874C28D6C0229943FD4DAD91C64B33F0F3(__this, L_0, L_1, (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)NULL, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.ECPrivateKeyStructure::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECPrivateKeyStructure__ctor_mDFFAF691D711B91BED6C4D556BC96FE0A5C7FC12 (ECPrivateKeyStructure_tE5B1C3407130141881B203E1431D28C8FBC0848E * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___key0, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___parameters1, const RuntimeMethod* method) { { // : this(key, null, parameters) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___key0; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_1 = ___parameters1; ECPrivateKeyStructure__ctor_mC9431E4E83F66F8C4E5EB1D362224D740E6BA214(__this, L_0, (DerBitString_t305465793A47445626D3541AB8CEDE347D874524 *)NULL, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.ECPrivateKeyStructure::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECPrivateKeyStructure__ctor_mC9431E4E83F66F8C4E5EB1D362224D740E6BA214 (ECPrivateKeyStructure_tE5B1C3407130141881B203E1431D28C8FBC0848E * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___key0, DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___publicKey1, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___parameters2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * V_0 = NULL; { // public ECPrivateKeyStructure( // BigInteger key, // DerBitString publicKey, // Asn1Encodable parameters) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (key == null) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___key0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("key"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECPrivateKeyStructure__ctor_mC9431E4E83F66F8C4E5EB1D362224D740E6BA214_RuntimeMethod_var))); } IL_0014: { // Asn1EncodableVector v = new Asn1EncodableVector( // new DerInteger(1), // new DerOctetString(key.ToByteArrayUnsigned())); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_2 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)2); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_3 = L_2; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_4 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)il2cpp_codegen_object_new(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); DerInteger__ctor_m014B0C2AADB00543E51D3621D5B93E030C47F6CA(L_4, 1, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_4); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_5 = L_3; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6 = ___key0; NullCheck(L_6); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7; L_7 = BigInteger_ToByteArrayUnsigned_mA50192424BCADACC368E6DC187BF5C8E9DB1DE27(L_6, /*hidden argument*/NULL); DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * L_8 = (DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 *)il2cpp_codegen_object_new(DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); DerOctetString__ctor_mBD13EC2203DF652C61E5AB45AE95CC51A22F0AF2(L_8, L_7, /*hidden argument*/NULL); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_8); (L_5)->SetAt(static_cast(1), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_8); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_9 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_9, L_5, /*hidden argument*/NULL); V_0 = L_9; // if (parameters != null) Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_10 = ___parameters2; if (!L_10) { goto IL_0051; } } { // v.Add(new DerTaggedObject(true, 0, parameters)); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_11 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_12 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_13 = L_12; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_14 = ___parameters2; DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_15 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F(L_15, (bool)1, 0, L_14, /*hidden argument*/NULL); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_15); (L_13)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_15); NullCheck(L_11); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_11, L_13, /*hidden argument*/NULL); } IL_0051: { // if (publicKey != null) DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_16 = ___publicKey1; if (!L_16) { goto IL_006b; } } { // v.Add(new DerTaggedObject(true, 1, publicKey)); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_17 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_18 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_19 = L_18; DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_20 = ___publicKey1; DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_21 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F(L_21, (bool)1, 1, L_20, /*hidden argument*/NULL); NullCheck(L_19); ArrayElementTypeCheck (L_19, L_21); (L_19)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_21); NullCheck(L_17); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_17, L_19, /*hidden argument*/NULL); } IL_006b: { // this.seq = new DerSequence(v); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_22 = V_0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_23 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164(L_23, L_22, /*hidden argument*/NULL); __this->set_seq_2(L_23); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.ECPrivateKeyStructure::.ctor(System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECPrivateKeyStructure__ctor_m329D7B874C28D6C0229943FD4DAD91C64B33F0F3 (ECPrivateKeyStructure_tE5B1C3407130141881B203E1431D28C8FBC0848E * __this, int32_t ___orderBitLength0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___key1, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___parameters2, const RuntimeMethod* method) { { // : this(orderBitLength, key, null, parameters) int32_t L_0 = ___orderBitLength0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ___key1; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_2 = ___parameters2; ECPrivateKeyStructure__ctor_m4AB980024193C07F463CCD6B569FD4DF8EC6D2DC(__this, L_0, L_1, (DerBitString_t305465793A47445626D3541AB8CEDE347D874524 *)NULL, L_2, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.ECPrivateKeyStructure::.ctor(System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECPrivateKeyStructure__ctor_m4AB980024193C07F463CCD6B569FD4DF8EC6D2DC (ECPrivateKeyStructure_tE5B1C3407130141881B203E1431D28C8FBC0848E * __this, int32_t ___orderBitLength0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___key1, DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___publicKey2, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___parameters3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * V_1 = NULL; { // public ECPrivateKeyStructure( // int orderBitLength, // BigInteger key, // DerBitString publicKey, // Asn1Encodable parameters) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (key == null) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___key1; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("key"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECPrivateKeyStructure__ctor_m4AB980024193C07F463CCD6B569FD4DF8EC6D2DC_RuntimeMethod_var))); } IL_0014: { // if (orderBitLength < key.BitLength) int32_t L_2 = ___orderBitLength0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = ___key1; NullCheck(L_3); int32_t L_4; L_4 = BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C(L_3, /*hidden argument*/NULL); if ((((int32_t)L_2) >= ((int32_t)L_4))) { goto IL_002d; } } { // throw new ArgumentException("must be >= key bitlength", "orderBitLength"); 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*)&_stringLiteral2AF261F16EF46EF9E609809080D412DBD74FD9FA)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38FF2FECCCDB5FD6C5A15008991CD1BFB8694548)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECPrivateKeyStructure__ctor_m4AB980024193C07F463CCD6B569FD4DF8EC6D2DC_RuntimeMethod_var))); } IL_002d: { // byte[] bytes = BigIntegers.AsUnsignedByteArray((orderBitLength + 7) / 8, key); int32_t L_6 = ___orderBitLength0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_7 = ___key1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = BigIntegers_AsUnsignedByteArray_mBECE598E3ED13CE9ED432BF265638BEF19A5B755(((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)7))/(int32_t)8)), L_7, /*hidden argument*/NULL); V_0 = L_8; // Asn1EncodableVector v = new Asn1EncodableVector( // new DerInteger(1), // new DerOctetString(bytes)); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_9 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)2); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_10 = L_9; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_11 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)il2cpp_codegen_object_new(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); DerInteger__ctor_m014B0C2AADB00543E51D3621D5B93E030C47F6CA(L_11, 1, /*hidden argument*/NULL); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_11); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_12 = L_10; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_0; DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * L_14 = (DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 *)il2cpp_codegen_object_new(DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); DerOctetString__ctor_mBD13EC2203DF652C61E5AB45AE95CC51A22F0AF2(L_14, L_13, /*hidden argument*/NULL); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_14); (L_12)->SetAt(static_cast(1), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_14); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_15 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_15, L_12, /*hidden argument*/NULL); V_1 = L_15; // if (parameters != null) Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_16 = ___parameters3; if (!L_16) { goto IL_0073; } } { // v.Add(new DerTaggedObject(true, 0, parameters)); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_17 = V_1; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_18 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_19 = L_18; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_20 = ___parameters3; DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_21 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F(L_21, (bool)1, 0, L_20, /*hidden argument*/NULL); NullCheck(L_19); ArrayElementTypeCheck (L_19, L_21); (L_19)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_21); NullCheck(L_17); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_17, L_19, /*hidden argument*/NULL); } IL_0073: { // if (publicKey != null) DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_22 = ___publicKey2; if (!L_22) { goto IL_008d; } } { // v.Add(new DerTaggedObject(true, 1, publicKey)); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_23 = V_1; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_24 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_25 = L_24; DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_26 = ___publicKey2; DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_27 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F(L_27, (bool)1, 1, L_26, /*hidden argument*/NULL); NullCheck(L_25); ArrayElementTypeCheck (L_25, L_27); (L_25)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_27); NullCheck(L_23); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_23, L_25, /*hidden argument*/NULL); } IL_008d: { // this.seq = new DerSequence(v); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_28 = V_1; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_29 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164(L_29, L_28, /*hidden argument*/NULL); __this->set_seq_2(L_29); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.ECPrivateKeyStructure::GetKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ECPrivateKeyStructure_GetKey_m3FCB65FAFFD84A5F6FCB0D843F76F2A08D061F1F (ECPrivateKeyStructure_tE5B1C3407130141881B203E1431D28C8FBC0848E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * V_0 = NULL; { // Asn1OctetString octs = (Asn1OctetString) seq[1]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_seq_2(); NullCheck(L_0); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_1; L_1 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_0, 1); V_0 = ((Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *)CastclassClass((RuntimeObject*)L_1, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var)); // return new BigInteger(1, octs.GetOctets()); Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_2 = V_0; NullCheck(L_2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3; L_3 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(10 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::GetOctets() */, L_2); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m2790E6F992AE637CEB82161CD2D56E1E0008F81A(L_4, 1, L_3, /*hidden argument*/NULL); return L_4; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.ECPrivateKeyStructure::GetPublicKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ECPrivateKeyStructure_GetPublicKey_m2212C23EA6CC44CA37C05CF60ED7D0B740F28129 (ECPrivateKeyStructure_tE5B1C3407130141881B203E1431D28C8FBC0848E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerBitString_t305465793A47445626D3541AB8CEDE347D874524_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return (DerBitString) GetObjectInTag(1); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_0; L_0 = ECPrivateKeyStructure_GetObjectInTag_m6A000B0F5E2614CF4C31557624EF9F179FFC0BF5(__this, 1, /*hidden argument*/NULL); return ((DerBitString_t305465793A47445626D3541AB8CEDE347D874524 *)CastclassClass((RuntimeObject*)L_0, DerBitString_t305465793A47445626D3541AB8CEDE347D874524_il2cpp_TypeInfo_var)); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.ECPrivateKeyStructure::GetParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ECPrivateKeyStructure_GetParameters_mAF88C44F5B55C9363157341B06EB3640CFF60DA2 (ECPrivateKeyStructure_tE5B1C3407130141881B203E1431D28C8FBC0848E * __this, const RuntimeMethod* method) { { // return GetObjectInTag(0); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_0; L_0 = ECPrivateKeyStructure_GetObjectInTag_m6A000B0F5E2614CF4C31557624EF9F179FFC0BF5(__this, 0, /*hidden argument*/NULL); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.ECPrivateKeyStructure::GetObjectInTag(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ECPrivateKeyStructure_GetObjectInTag_m6A000B0F5E2614CF4C31557624EF9F179FFC0BF5 (ECPrivateKeyStructure_tE5B1C3407130141881B203E1431D28C8FBC0848E * __this, int32_t ___tagNo0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * V_1 = NULL; Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * V_2 = NULL; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * V_3 = NULL; RuntimeObject* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // foreach (Asn1Encodable ae in seq) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_seq_2(); NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(10 /* System.Collections.IEnumerator BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::GetEnumerator() */, L_0); V_0 = L_1; } IL_000c: try {// begin try (depth: 1) { goto IL_0040; } IL_000e: { // foreach (Asn1Encodable ae in seq) RuntimeObject* L_2 = V_0; NullCheck(L_2); RuntimeObject * L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_2); // Asn1Object obj = ae.ToAsn1Object(); NullCheck(((Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)CastclassClass((RuntimeObject*)L_3, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var))); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_4; L_4 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, ((Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)CastclassClass((RuntimeObject*)L_3, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var))); V_1 = L_4; // if (obj is Asn1TaggedObject) Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_5 = V_1; if (!((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)IsInstClass((RuntimeObject*)L_5, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var))) { goto IL_0040; } } IL_0027: { // Asn1TaggedObject tag = (Asn1TaggedObject) obj; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_6 = V_1; V_2 = ((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)CastclassClass((RuntimeObject*)L_6, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var)); // if (tag.TagNo == tagNo) Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_7 = V_2; NullCheck(L_7); int32_t L_8; L_8 = Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline(L_7, /*hidden argument*/NULL); int32_t L_9 = ___tagNo0; if ((!(((uint32_t)L_8) == ((uint32_t)L_9)))) { goto IL_0040; } } IL_0037: { // return tag.GetObject(); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_10 = V_2; NullCheck(L_10); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_11; L_11 = Asn1TaggedObject_GetObject_m67B210FB1D1A9F5F1FE2656AA8539AA73B9C0D64(L_10, /*hidden argument*/NULL); V_3 = L_11; IL2CPP_LEAVE(0x60, FINALLY_004a); } IL_0040: { // foreach (Asn1Encodable ae in seq) RuntimeObject* L_12 = V_0; NullCheck(L_12); bool L_13; L_13 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_12); if (L_13) { goto IL_000e; } } IL_0048: { IL2CPP_LEAVE(0x5E, FINALLY_004a); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_004a; } FINALLY_004a: {// begin finally (depth: 1) { RuntimeObject* L_14 = V_0; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_14, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_15 = V_4; if (!L_15) { goto IL_005d; } } IL_0056: { RuntimeObject* L_16 = V_4; NullCheck(L_16); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_16); } IL_005d: { IL2CPP_END_FINALLY(74) } }// end finally (depth: 1) IL2CPP_CLEANUP(74) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x60, IL_0060) IL2CPP_JUMP_TBL(0x5E, IL_005e) } IL_005e: { // return null; return (Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC *)NULL; } IL_0060: { // } Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_17 = V_3; return L_17; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Sec.ECPrivateKeyStructure::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ECPrivateKeyStructure_ToAsn1Object_mF52433EA25F3D97CFD67E5772581ED47FBBDA16C (ECPrivateKeyStructure_tE5B1C3407130141881B203E1431D28C8FBC0848E * __this, const RuntimeMethod* method) { { // return seq; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_seq_2(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECPublicKeyParameters__ctor_m48C5771CEB9C073FA70D828B80140DE028691A1A (ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * __this, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___q0, ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * ___parameters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC9A60DAF92C3EDA5CB6CB6E661BA58F19E737431); s_Il2CppMethodInitialized = true; } { // : this("EC", q, parameters) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_0 = ___q0; ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_1 = ___parameters1; ECPublicKeyParameters__ctor_m6FBBA65A7A074CDE2BF71193AE66EAAD47E83809(__this, _stringLiteralC9A60DAF92C3EDA5CB6CB6E661BA58F19E737431, L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECPublicKeyParameters__ctor_m13FC489E8E07A6060EBF47D91E17F1162D575550 (ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * __this, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___q0, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___publicKeyParamSet1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral355344670054DB070754011D8D2527E319681DF0); s_Il2CppMethodInitialized = true; } { // : base("ECGOST3410", false, publicKeyParamSet) DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = ___publicKeyParamSet1; IL2CPP_RUNTIME_CLASS_INIT(ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141_il2cpp_TypeInfo_var); ECKeyParameters__ctor_mD57A16591673C5B03245594F4D0A37EC1C1FAE78(__this, _stringLiteral355344670054DB070754011D8D2527E319681DF0, (bool)0, L_0, /*hidden argument*/NULL); // if (q == null) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_1 = ___q0; if (L_1) { goto IL_001b; } } { // throw new ArgumentNullException("q"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral430E518F836082E0683698AB9E3F79D39C7F5140)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECPublicKeyParameters__ctor_m13FC489E8E07A6060EBF47D91E17F1162D575550_RuntimeMethod_var))); } IL_001b: { // this.q = ECDomainParameters.Validate(Parameters.Curve, q); IL2CPP_RUNTIME_CLASS_INIT(ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141_il2cpp_TypeInfo_var); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_3; L_3 = ECKeyParameters_get_Parameters_m542E2EBDEDF773CFA59A881334563D7B3888F32B_inline(__this, /*hidden argument*/NULL); NullCheck(L_3); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_4; L_4 = ECDomainParameters_get_Curve_mAF743EDFBA6FB8B0CBFB23022CE6D7471EEEFC79_inline(L_3, /*hidden argument*/NULL); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_5 = ___q0; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_6; L_6 = ECDomainParameters_Validate_m22382B896B882DCD272C40B8F71074BB8FD13666(L_4, L_5, /*hidden argument*/NULL); __this->set_q_5(L_6); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters::.ctor(System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECPublicKeyParameters__ctor_m6FBBA65A7A074CDE2BF71193AE66EAAD47E83809 (ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * __this, String_t* ___algorithm0, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___q1, ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * ___parameters2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : base(algorithm, false, parameters) String_t* L_0 = ___algorithm0; ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_1 = ___parameters2; IL2CPP_RUNTIME_CLASS_INIT(ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141_il2cpp_TypeInfo_var); ECKeyParameters__ctor_m5C9118531F7860CCF89705D84ED2AA88E39BF63F(__this, L_0, (bool)0, L_1, /*hidden argument*/NULL); // if (q == null) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_2 = ___q1; if (L_2) { goto IL_0017; } } { // throw new ArgumentNullException("q"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral430E518F836082E0683698AB9E3F79D39C7F5140)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECPublicKeyParameters__ctor_m6FBBA65A7A074CDE2BF71193AE66EAAD47E83809_RuntimeMethod_var))); } IL_0017: { // this.q = ECDomainParameters.Validate(Parameters.Curve, q); IL2CPP_RUNTIME_CLASS_INIT(ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141_il2cpp_TypeInfo_var); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_4; L_4 = ECKeyParameters_get_Parameters_m542E2EBDEDF773CFA59A881334563D7B3888F32B_inline(__this, /*hidden argument*/NULL); NullCheck(L_4); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_5; L_5 = ECDomainParameters_get_Curve_mAF743EDFBA6FB8B0CBFB23022CE6D7471EEEFC79_inline(L_4, /*hidden argument*/NULL); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_6 = ___q1; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_7; L_7 = ECDomainParameters_Validate_m22382B896B882DCD272C40B8F71074BB8FD13666(L_5, L_6, /*hidden argument*/NULL); __this->set_q_5(L_7); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters::.ctor(System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECPublicKeyParameters__ctor_m65D62EFBCCC50A4D1ED99FFED8ABB3B79F6EAAE6 (ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * __this, String_t* ___algorithm0, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___q1, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___publicKeyParamSet2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : base(algorithm, false, publicKeyParamSet) String_t* L_0 = ___algorithm0; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1 = ___publicKeyParamSet2; IL2CPP_RUNTIME_CLASS_INIT(ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141_il2cpp_TypeInfo_var); ECKeyParameters__ctor_mD57A16591673C5B03245594F4D0A37EC1C1FAE78(__this, L_0, (bool)0, L_1, /*hidden argument*/NULL); // if (q == null) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_2 = ___q1; if (L_2) { goto IL_0017; } } { // throw new ArgumentNullException("q"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral430E518F836082E0683698AB9E3F79D39C7F5140)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ECPublicKeyParameters__ctor_m65D62EFBCCC50A4D1ED99FFED8ABB3B79F6EAAE6_RuntimeMethod_var))); } IL_0017: { // this.q = ECDomainParameters.Validate(Parameters.Curve, q); IL2CPP_RUNTIME_CLASS_INIT(ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141_il2cpp_TypeInfo_var); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_4; L_4 = ECKeyParameters_get_Parameters_m542E2EBDEDF773CFA59A881334563D7B3888F32B_inline(__this, /*hidden argument*/NULL); NullCheck(L_4); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_5; L_5 = ECDomainParameters_get_Curve_mAF743EDFBA6FB8B0CBFB23022CE6D7471EEEFC79_inline(L_4, /*hidden argument*/NULL); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_6 = ___q1; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_7; L_7 = ECDomainParameters_Validate_m22382B896B882DCD272C40B8F71074BB8FD13666(L_5, L_6, /*hidden argument*/NULL); __this->set_q_5(L_7); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters::get_Q() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECPublicKeyParameters_get_Q_m37408C2CF552166020ADF2CFD5D881029BC9C533 (ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * __this, const RuntimeMethod* method) { { // get { return q; } ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_0 = __this->get_q_5(); return L_0; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ECPublicKeyParameters_Equals_m8A35031F7B66885017188149A16B4E6063C29F6C (ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * V_0 = NULL; { // if (obj == this) RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB *)__this)))) { goto IL_0006; } } { // return true; return (bool)1; } IL_0006: { // ECPublicKeyParameters other = obj as ECPublicKeyParameters; RuntimeObject * L_1 = ___obj0; V_0 = ((ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB *)IsInstClass((RuntimeObject*)L_1, ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB_il2cpp_TypeInfo_var)); // if (other == null) ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * L_2 = V_0; if (L_2) { goto IL_0012; } } { // return false; return (bool)0; } IL_0012: { // return Equals(other); ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * L_3 = V_0; bool L_4; L_4 = ECPublicKeyParameters_Equals_m6416E324BED30A929AADA22B8AC9BB3FD94CFADD(__this, L_3, /*hidden argument*/NULL); return L_4; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ECPublicKeyParameters_Equals_m6416E324BED30A929AADA22B8AC9BB3FD94CFADD (ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * __this, ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * ___other0, const RuntimeMethod* method) { { // return q.Equals(other.q) && base.Equals(other); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_0 = __this->get_q_5(); ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * L_1 = ___other0; NullCheck(L_1); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_2 = L_1->get_q_5(); NullCheck(L_0); bool L_3; L_3 = VirtualFuncInvoker1< bool, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(22 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) */, L_0, L_2); if (!L_3) { goto IL_001b; } } { ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * L_4 = ___other0; bool L_5; L_5 = ECKeyParameters_Equals_m541B4DE931D48B20E81199A5546376DA4B77701D(__this, L_4, /*hidden argument*/NULL); return L_5; } IL_001b: { return (bool)0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ECPublicKeyParameters_GetHashCode_m43B1693D1488F6F7EFFE12AC45C45D43F800B0E6 (ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * __this, const RuntimeMethod* method) { { // return q.GetHashCode() ^ base.GetHashCode(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_0 = __this->get_q_5(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); int32_t L_2; L_2 = ECKeyParameters_GetHashCode_mD9FC2E3CD9A22E28B3033DE9FA2E4489059F29C9(__this, /*hidden argument*/NULL); return ((int32_t)((int32_t)L_1^(int32_t)L_2)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EacObjectIdentifiers__ctor_mBD8BE5B32F7F9E74B73CD2F34238858CF228B2A5 (EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EacObjectIdentifiers__cctor_mBCC9A62E0ECDFE6E5FC5DB4BCAADB4EE38E0134F (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral28CEECE47824EDEF06E64DD53D862ED8A0104CA7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2EC56193C8195EAD5B8542B13E1FCC9CF4DB3C08); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4686112129113F05D78B378670CE0107BFEC43A5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8BDB21D5F1BAF66B7BE908A15E946035E5A43BA4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB2E86EB01079C727723F8DBF73E978BACF9028B2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBF70A88D7A5AF7D61E5E1E4DB156BC39F7EDDCC0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC4BDA98415573B97838847CF1A6949BA9FCC789E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCC6FFFAA8663E5A3895069525B64E5852E33F9E1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3F78F2F5D72309C611C8821F7436985947D146E); s_Il2CppMethodInitialized = true; } DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B2_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B1_0 = NULL; String_t* G_B3_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B5_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B4_0 = NULL; String_t* G_B6_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B8_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B7_0 = NULL; String_t* G_B9_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B11_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B10_0 = NULL; String_t* G_B12_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B14_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B13_0 = NULL; String_t* G_B15_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B17_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B16_0 = NULL; String_t* G_B18_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B20_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B19_0 = NULL; String_t* G_B21_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B23_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B22_0 = NULL; String_t* G_B24_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B26_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B25_0 = NULL; String_t* G_B27_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B29_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B28_0 = NULL; String_t* G_B30_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B32_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B31_0 = NULL; String_t* G_B33_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B35_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B34_0 = NULL; String_t* G_B36_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B38_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B37_0 = NULL; String_t* G_B39_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B41_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B40_0 = NULL; String_t* G_B42_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B44_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B43_0 = NULL; String_t* G_B45_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B47_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B46_0 = NULL; String_t* G_B48_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B50_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B49_0 = NULL; String_t* G_B51_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B53_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B52_0 = NULL; String_t* G_B54_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B56_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B55_0 = NULL; String_t* G_B57_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B59_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B58_0 = NULL; String_t* G_B60_0 = NULL; { // public static readonly DerObjectIdentifier bsi_de = new DerObjectIdentifier("0.4.0.127.0.7"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_0, _stringLiteral4686112129113F05D78B378670CE0107BFEC43A5, /*hidden argument*/NULL); ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->set_bsi_de_0(L_0); // public static readonly DerObjectIdentifier id_PK = new DerObjectIdentifier(bsi_de + ".2.2.1"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1 = ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->get_bsi_de_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_2 = L_1; G_B1_0 = L_2; if (L_2) { G_B2_0 = L_2; goto IL_001b; } } { G_B3_0 = ((String_t*)(NULL)); goto IL_0020; } IL_001b: { NullCheck(G_B2_0); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B2_0); G_B3_0 = L_3; } IL_0020: { String_t* L_4; L_4 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B3_0, _stringLiteralCC6FFFAA8663E5A3895069525B64E5852E33F9E1, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_5 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_5, L_4, /*hidden argument*/NULL); ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->set_id_PK_1(L_5); // public static readonly DerObjectIdentifier id_PK_DH = new DerObjectIdentifier(id_PK + ".1"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_6 = ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->get_id_PK_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_7 = L_6; G_B4_0 = L_7; if (L_7) { G_B5_0 = L_7; goto IL_0040; } } { G_B6_0 = ((String_t*)(NULL)); goto IL_0045; } IL_0040: { NullCheck(G_B5_0); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B5_0); G_B6_0 = L_8; } IL_0045: { String_t* L_9; L_9 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B6_0, _stringLiteral2EC56193C8195EAD5B8542B13E1FCC9CF4DB3C08, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_10 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_10, L_9, /*hidden argument*/NULL); ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->set_id_PK_DH_2(L_10); // public static readonly DerObjectIdentifier id_PK_ECDH = new DerObjectIdentifier(id_PK + ".2"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_11 = ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->get_id_PK_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_12 = L_11; G_B7_0 = L_12; if (L_12) { G_B8_0 = L_12; goto IL_0065; } } { G_B9_0 = ((String_t*)(NULL)); goto IL_006a; } IL_0065: { NullCheck(G_B8_0); String_t* L_13; L_13 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B8_0); G_B9_0 = L_13; } IL_006a: { String_t* L_14; L_14 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B9_0, _stringLiteralC4BDA98415573B97838847CF1A6949BA9FCC789E, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_15 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_15, L_14, /*hidden argument*/NULL); ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->set_id_PK_ECDH_3(L_15); // public static readonly DerObjectIdentifier id_CA = new DerObjectIdentifier(bsi_de + ".2.2.3"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_16 = ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->get_bsi_de_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_17 = L_16; G_B10_0 = L_17; if (L_17) { G_B11_0 = L_17; goto IL_008a; } } { G_B12_0 = ((String_t*)(NULL)); goto IL_008f; } IL_008a: { NullCheck(G_B11_0); String_t* L_18; L_18 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B11_0); G_B12_0 = L_18; } IL_008f: { String_t* L_19; L_19 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B12_0, _stringLiteralF3F78F2F5D72309C611C8821F7436985947D146E, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_20 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_20, L_19, /*hidden argument*/NULL); ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->set_id_CA_4(L_20); // public static readonly DerObjectIdentifier id_CA_DH = new DerObjectIdentifier(id_CA + ".1"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_21 = ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->get_id_CA_4(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_22 = L_21; G_B13_0 = L_22; if (L_22) { G_B14_0 = L_22; goto IL_00af; } } { G_B15_0 = ((String_t*)(NULL)); goto IL_00b4; } IL_00af: { NullCheck(G_B14_0); String_t* L_23; L_23 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B14_0); G_B15_0 = L_23; } IL_00b4: { String_t* L_24; L_24 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B15_0, _stringLiteral2EC56193C8195EAD5B8542B13E1FCC9CF4DB3C08, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_25 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_25, L_24, /*hidden argument*/NULL); ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->set_id_CA_DH_5(L_25); // public static readonly DerObjectIdentifier id_CA_DH_3DES_CBC_CBC = new DerObjectIdentifier(id_CA_DH + ".1"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_26 = ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->get_id_CA_DH_5(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_27 = L_26; G_B16_0 = L_27; if (L_27) { G_B17_0 = L_27; goto IL_00d4; } } { G_B18_0 = ((String_t*)(NULL)); goto IL_00d9; } IL_00d4: { NullCheck(G_B17_0); String_t* L_28; L_28 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B17_0); G_B18_0 = L_28; } IL_00d9: { String_t* L_29; L_29 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B18_0, _stringLiteral2EC56193C8195EAD5B8542B13E1FCC9CF4DB3C08, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_30 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_30, L_29, /*hidden argument*/NULL); ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->set_id_CA_DH_3DES_CBC_CBC_6(L_30); // public static readonly DerObjectIdentifier id_CA_ECDH = new DerObjectIdentifier(id_CA + ".2"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_31 = ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->get_id_CA_4(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_32 = L_31; G_B19_0 = L_32; if (L_32) { G_B20_0 = L_32; goto IL_00f9; } } { G_B21_0 = ((String_t*)(NULL)); goto IL_00fe; } IL_00f9: { NullCheck(G_B20_0); String_t* L_33; L_33 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B20_0); G_B21_0 = L_33; } IL_00fe: { String_t* L_34; L_34 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B21_0, _stringLiteralC4BDA98415573B97838847CF1A6949BA9FCC789E, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_35 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_35, L_34, /*hidden argument*/NULL); ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->set_id_CA_ECDH_7(L_35); // public static readonly DerObjectIdentifier id_CA_ECDH_3DES_CBC_CBC = new DerObjectIdentifier(id_CA_ECDH + ".1"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_36 = ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->get_id_CA_ECDH_7(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_37 = L_36; G_B22_0 = L_37; if (L_37) { G_B23_0 = L_37; goto IL_011e; } } { G_B24_0 = ((String_t*)(NULL)); goto IL_0123; } IL_011e: { NullCheck(G_B23_0); String_t* L_38; L_38 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B23_0); G_B24_0 = L_38; } IL_0123: { String_t* L_39; L_39 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B24_0, _stringLiteral2EC56193C8195EAD5B8542B13E1FCC9CF4DB3C08, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_40 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_40, L_39, /*hidden argument*/NULL); ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->set_id_CA_ECDH_3DES_CBC_CBC_8(L_40); // public static readonly DerObjectIdentifier id_TA = new DerObjectIdentifier(bsi_de + ".2.2.2"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_41 = ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->get_bsi_de_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_42 = L_41; G_B25_0 = L_42; if (L_42) { G_B26_0 = L_42; goto IL_0143; } } { G_B27_0 = ((String_t*)(NULL)); goto IL_0148; } IL_0143: { NullCheck(G_B26_0); String_t* L_43; L_43 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B26_0); G_B27_0 = L_43; } IL_0148: { String_t* L_44; L_44 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B27_0, _stringLiteralBF70A88D7A5AF7D61E5E1E4DB156BC39F7EDDCC0, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_45 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_45, L_44, /*hidden argument*/NULL); ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->set_id_TA_9(L_45); // public static readonly DerObjectIdentifier id_TA_RSA = new DerObjectIdentifier(id_TA + ".1"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_46 = ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->get_id_TA_9(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_47 = L_46; G_B28_0 = L_47; if (L_47) { G_B29_0 = L_47; goto IL_0168; } } { G_B30_0 = ((String_t*)(NULL)); goto IL_016d; } IL_0168: { NullCheck(G_B29_0); String_t* L_48; L_48 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B29_0); G_B30_0 = L_48; } IL_016d: { String_t* L_49; L_49 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B30_0, _stringLiteral2EC56193C8195EAD5B8542B13E1FCC9CF4DB3C08, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_50 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_50, L_49, /*hidden argument*/NULL); ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->set_id_TA_RSA_10(L_50); // public static readonly DerObjectIdentifier id_TA_RSA_v1_5_SHA_1 = new DerObjectIdentifier(id_TA_RSA + ".1"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_51 = ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->get_id_TA_RSA_10(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_52 = L_51; G_B31_0 = L_52; if (L_52) { G_B32_0 = L_52; goto IL_018d; } } { G_B33_0 = ((String_t*)(NULL)); goto IL_0192; } IL_018d: { NullCheck(G_B32_0); String_t* L_53; L_53 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B32_0); G_B33_0 = L_53; } IL_0192: { String_t* L_54; L_54 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B33_0, _stringLiteral2EC56193C8195EAD5B8542B13E1FCC9CF4DB3C08, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_55 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_55, L_54, /*hidden argument*/NULL); ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->set_id_TA_RSA_v1_5_SHA_1_11(L_55); // public static readonly DerObjectIdentifier id_TA_RSA_v1_5_SHA_256 = new DerObjectIdentifier(id_TA_RSA + ".2"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_56 = ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->get_id_TA_RSA_10(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_57 = L_56; G_B34_0 = L_57; if (L_57) { G_B35_0 = L_57; goto IL_01b2; } } { G_B36_0 = ((String_t*)(NULL)); goto IL_01b7; } IL_01b2: { NullCheck(G_B35_0); String_t* L_58; L_58 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B35_0); G_B36_0 = L_58; } IL_01b7: { String_t* L_59; L_59 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B36_0, _stringLiteralC4BDA98415573B97838847CF1A6949BA9FCC789E, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_60 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_60, L_59, /*hidden argument*/NULL); ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->set_id_TA_RSA_v1_5_SHA_256_12(L_60); // public static readonly DerObjectIdentifier id_TA_RSA_PSS_SHA_1 = new DerObjectIdentifier(id_TA_RSA + ".3"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_61 = ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->get_id_TA_RSA_10(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_62 = L_61; G_B37_0 = L_62; if (L_62) { G_B38_0 = L_62; goto IL_01d7; } } { G_B39_0 = ((String_t*)(NULL)); goto IL_01dc; } IL_01d7: { NullCheck(G_B38_0); String_t* L_63; L_63 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B38_0); G_B39_0 = L_63; } IL_01dc: { String_t* L_64; L_64 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B39_0, _stringLiteralB2E86EB01079C727723F8DBF73E978BACF9028B2, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_65 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_65, L_64, /*hidden argument*/NULL); ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->set_id_TA_RSA_PSS_SHA_1_13(L_65); // public static readonly DerObjectIdentifier id_TA_RSA_PSS_SHA_256 = new DerObjectIdentifier(id_TA_RSA + ".4"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_66 = ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->get_id_TA_RSA_10(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_67 = L_66; G_B40_0 = L_67; if (L_67) { G_B41_0 = L_67; goto IL_01fc; } } { G_B42_0 = ((String_t*)(NULL)); goto IL_0201; } IL_01fc: { NullCheck(G_B41_0); String_t* L_68; L_68 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B41_0); G_B42_0 = L_68; } IL_0201: { String_t* L_69; L_69 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B42_0, _stringLiteral28CEECE47824EDEF06E64DD53D862ED8A0104CA7, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_70 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_70, L_69, /*hidden argument*/NULL); ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->set_id_TA_RSA_PSS_SHA_256_14(L_70); // public static readonly DerObjectIdentifier id_TA_ECDSA = new DerObjectIdentifier(id_TA + ".2"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_71 = ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->get_id_TA_9(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_72 = L_71; G_B43_0 = L_72; if (L_72) { G_B44_0 = L_72; goto IL_0221; } } { G_B45_0 = ((String_t*)(NULL)); goto IL_0226; } IL_0221: { NullCheck(G_B44_0); String_t* L_73; L_73 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B44_0); G_B45_0 = L_73; } IL_0226: { String_t* L_74; L_74 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B45_0, _stringLiteralC4BDA98415573B97838847CF1A6949BA9FCC789E, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_75 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_75, L_74, /*hidden argument*/NULL); ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->set_id_TA_ECDSA_15(L_75); // public static readonly DerObjectIdentifier id_TA_ECDSA_SHA_1 = new DerObjectIdentifier(id_TA_ECDSA + ".1"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_76 = ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->get_id_TA_ECDSA_15(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_77 = L_76; G_B46_0 = L_77; if (L_77) { G_B47_0 = L_77; goto IL_0246; } } { G_B48_0 = ((String_t*)(NULL)); goto IL_024b; } IL_0246: { NullCheck(G_B47_0); String_t* L_78; L_78 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B47_0); G_B48_0 = L_78; } IL_024b: { String_t* L_79; L_79 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B48_0, _stringLiteral2EC56193C8195EAD5B8542B13E1FCC9CF4DB3C08, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_80 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_80, L_79, /*hidden argument*/NULL); ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->set_id_TA_ECDSA_SHA_1_16(L_80); // public static readonly DerObjectIdentifier id_TA_ECDSA_SHA_224 = new DerObjectIdentifier(id_TA_ECDSA + ".2"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_81 = ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->get_id_TA_ECDSA_15(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_82 = L_81; G_B49_0 = L_82; if (L_82) { G_B50_0 = L_82; goto IL_026b; } } { G_B51_0 = ((String_t*)(NULL)); goto IL_0270; } IL_026b: { NullCheck(G_B50_0); String_t* L_83; L_83 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B50_0); G_B51_0 = L_83; } IL_0270: { String_t* L_84; L_84 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B51_0, _stringLiteralC4BDA98415573B97838847CF1A6949BA9FCC789E, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_85 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_85, L_84, /*hidden argument*/NULL); ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->set_id_TA_ECDSA_SHA_224_17(L_85); // public static readonly DerObjectIdentifier id_TA_ECDSA_SHA_256 = new DerObjectIdentifier(id_TA_ECDSA + ".3"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_86 = ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->get_id_TA_ECDSA_15(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_87 = L_86; G_B52_0 = L_87; if (L_87) { G_B53_0 = L_87; goto IL_0290; } } { G_B54_0 = ((String_t*)(NULL)); goto IL_0295; } IL_0290: { NullCheck(G_B53_0); String_t* L_88; L_88 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B53_0); G_B54_0 = L_88; } IL_0295: { String_t* L_89; L_89 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B54_0, _stringLiteralB2E86EB01079C727723F8DBF73E978BACF9028B2, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_90 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_90, L_89, /*hidden argument*/NULL); ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->set_id_TA_ECDSA_SHA_256_18(L_90); // public static readonly DerObjectIdentifier id_TA_ECDSA_SHA_384 = new DerObjectIdentifier(id_TA_ECDSA + ".4"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_91 = ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->get_id_TA_ECDSA_15(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_92 = L_91; G_B55_0 = L_92; if (L_92) { G_B56_0 = L_92; goto IL_02b5; } } { G_B57_0 = ((String_t*)(NULL)); goto IL_02ba; } IL_02b5: { NullCheck(G_B56_0); String_t* L_93; L_93 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B56_0); G_B57_0 = L_93; } IL_02ba: { String_t* L_94; L_94 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B57_0, _stringLiteral28CEECE47824EDEF06E64DD53D862ED8A0104CA7, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_95 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_95, L_94, /*hidden argument*/NULL); ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->set_id_TA_ECDSA_SHA_384_19(L_95); // public static readonly DerObjectIdentifier id_TA_ECDSA_SHA_512 = new DerObjectIdentifier(id_TA_ECDSA + ".5"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_96 = ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->get_id_TA_ECDSA_15(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_97 = L_96; G_B58_0 = L_97; if (L_97) { G_B59_0 = L_97; goto IL_02da; } } { G_B60_0 = ((String_t*)(NULL)); goto IL_02df; } IL_02da: { NullCheck(G_B59_0); String_t* L_98; L_98 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B59_0); G_B60_0 = L_98; } IL_02df: { String_t* L_99; L_99 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B60_0, _stringLiteral8BDB21D5F1BAF66B7BE908A15E946035E5A43BA4, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_100 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_100, L_99, /*hidden argument*/NULL); ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->set_id_TA_ECDSA_SHA_512_20(L_100); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EaxBlockCipher__ctor_m563347B43AF6D57B357C4B386785B10FE54B0469 (EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2 * __this, RuntimeObject* ___cipher0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CMac_t6DF4D67207426F1C86237DDBF7780910869E0DE9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public EaxBlockCipher( // IBlockCipher cipher) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // blockSize = cipher.GetBlockSize(); RuntimeObject* L_0 = ___cipher0; NullCheck(L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::GetBlockSize() */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_0); __this->set_blockSize_2(L_1); // mac = new CMac(cipher); RuntimeObject* L_2 = ___cipher0; CMac_t6DF4D67207426F1C86237DDBF7780910869E0DE9 * L_3 = (CMac_t6DF4D67207426F1C86237DDBF7780910869E0DE9 *)il2cpp_codegen_object_new(CMac_t6DF4D67207426F1C86237DDBF7780910869E0DE9_il2cpp_TypeInfo_var); CMac__ctor_m0A27FF7A11866DF26D39031F276BBCFBFA04E91B(L_3, L_2, /*hidden argument*/NULL); __this->set_mac_3(L_3); // macBlock = new byte[blockSize]; int32_t L_4 = __this->get_blockSize_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_4); __this->set_macBlock_6(L_5); // associatedTextMac = new byte[mac.GetMacSize()]; RuntimeObject* L_6 = __this->get_mac_3(); NullCheck(L_6); int32_t L_7; L_7 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac::GetMacSize() */, IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var, L_6); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_7); __this->set_associatedTextMac_5(L_8); // nonceMac = new byte[mac.GetMacSize()]; RuntimeObject* L_9 = __this->get_mac_3(); NullCheck(L_9); int32_t L_10; L_10 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac::GetMacSize() */, IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var, L_9); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_10); __this->set_nonceMac_4(L_11); // this.cipher = new SicBlockCipher(cipher); RuntimeObject* L_12 = ___cipher0; SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6 * L_13 = (SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6 *)il2cpp_codegen_object_new(SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6_il2cpp_TypeInfo_var); SicBlockCipher__ctor_m9824FDEDA995153AAC7408C442A4EE2353D1490E(L_13, L_12, /*hidden argument*/NULL); __this->set_cipher_0(L_13); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* EaxBlockCipher_get_AlgorithmName_m329DFCC2B20B8CC46645B3D9EA9EB576DFCAA392 (EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral11D5CB02A6236ACF1A0A6EA12F8CAB5C0C221C7B); s_Il2CppMethodInitialized = true; } { // get { return cipher.GetUnderlyingCipher().AlgorithmName + "/EAX"; } SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6 * L_0 = __this->get_cipher_0(); NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.SicBlockCipher::GetUnderlyingCipher() */, L_0); NullCheck(L_1); String_t* L_2; L_2 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::get_AlgorithmName() */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_1); String_t* L_3; L_3 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_2, _stringLiteral11D5CB02A6236ACF1A0A6EA12F8CAB5C0C221C7B, /*hidden argument*/NULL); return L_3; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher::GetUnderlyingCipher() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EaxBlockCipher_GetUnderlyingCipher_mBA429E206A58CEE5A50446A0BF71EFB83A77968B (EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2 * __this, const RuntimeMethod* method) { { // return cipher; SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6 * L_0 = __this->get_cipher_0(); return L_0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher::GetBlockSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EaxBlockCipher_GetBlockSize_mAAA353870162D81889CEFC1F0AB83AD3023687E6 (EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2 * __this, const RuntimeMethod* method) { { // return cipher.GetBlockSize(); SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6 * L_0 = __this->get_cipher_0(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(14 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.SicBlockCipher::GetBlockSize() */, L_0); return L_1; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EaxBlockCipher_Init_mC12A649777510B7650FAAE03A2FB1E6A0FDB5BDF (EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2 * __this, bool ___forEncryption0, RuntimeObject* ___parameters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AeadParameters_t6C6A2620BFEC0ADD723500AA9021B04CE1956B64_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; RuntimeObject* V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; AeadParameters_t6C6A2620BFEC0ADD723500AA9021B04CE1956B64 * V_3 = NULL; EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2 * G_B7_0 = NULL; EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2 * G_B6_0 = NULL; int32_t G_B8_0 = 0; EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2 * G_B8_1 = NULL; { // this.forEncryption = forEncryption; bool L_0 = ___forEncryption0; __this->set_forEncryption_1(L_0); // if (parameters is AeadParameters) RuntimeObject* L_1 = ___parameters1; if (!((AeadParameters_t6C6A2620BFEC0ADD723500AA9021B04CE1956B64 *)IsInstClass((RuntimeObject*)L_1, AeadParameters_t6C6A2620BFEC0ADD723500AA9021B04CE1956B64_il2cpp_TypeInfo_var))) { goto IL_0040; } } { // AeadParameters param = (AeadParameters) parameters; RuntimeObject* L_2 = ___parameters1; V_3 = ((AeadParameters_t6C6A2620BFEC0ADD723500AA9021B04CE1956B64 *)CastclassClass((RuntimeObject*)L_2, AeadParameters_t6C6A2620BFEC0ADD723500AA9021B04CE1956B64_il2cpp_TypeInfo_var)); // nonce = param.GetNonce(); AeadParameters_t6C6A2620BFEC0ADD723500AA9021B04CE1956B64 * L_3 = V_3; NullCheck(L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(7 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.AeadParameters::GetNonce() */, L_3); V_0 = L_4; // initialAssociatedText = param.GetAssociatedText(); AeadParameters_t6C6A2620BFEC0ADD723500AA9021B04CE1956B64 * L_5 = V_3; NullCheck(L_5); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6; L_6 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(6 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.AeadParameters::GetAssociatedText() */, L_5); __this->set_initialAssociatedText_11(L_6); // macSize = param.MacSize / 8; AeadParameters_t6C6A2620BFEC0ADD723500AA9021B04CE1956B64 * L_7 = V_3; NullCheck(L_7); int32_t L_8; L_8 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.AeadParameters::get_MacSize() */, L_7); __this->set_macSize_7(((int32_t)((int32_t)L_8/(int32_t)8))); // keyParam = param.Key; AeadParameters_t6C6A2620BFEC0ADD723500AA9021B04CE1956B64 * L_9 = V_3; NullCheck(L_9); KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_10; L_10 = VirtualFuncInvoker0< KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.AeadParameters::get_Key() */, L_9); V_1 = L_10; // } goto IL_0082; } IL_0040: { // else if (parameters is ParametersWithIV) RuntimeObject* L_11 = ___parameters1; if (!((ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 *)IsInstClass((RuntimeObject*)L_11, ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var))) { goto IL_0077; } } { // ParametersWithIV param = (ParametersWithIV) parameters; RuntimeObject* L_12 = ___parameters1; // nonce = param.GetIV(); ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * L_13 = ((ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 *)CastclassClass((RuntimeObject*)L_12, ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var)); NullCheck(L_13); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14; L_14 = ParametersWithIV_GetIV_m17D0EF646E07A2B81A17450A3342DEBB7C42603B(L_13, /*hidden argument*/NULL); V_0 = L_14; // initialAssociatedText = null; __this->set_initialAssociatedText_11((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); // macSize = mac.GetMacSize() / 2; RuntimeObject* L_15 = __this->get_mac_3(); NullCheck(L_15); int32_t L_16; L_16 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac::GetMacSize() */, IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var, L_15); __this->set_macSize_7(((int32_t)((int32_t)L_16/(int32_t)2))); // keyParam = param.Parameters; NullCheck(L_13); RuntimeObject* L_17; L_17 = ParametersWithIV_get_Parameters_m2B5701D391CF607292513A855051EEF3D8E705E8_inline(L_13, /*hidden argument*/NULL); V_1 = L_17; // } goto IL_0082; } IL_0077: { // throw new ArgumentException("invalid parameters passed to EAX"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_18 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_18, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2EFA2E30F19E3F93EF3256C6E6BE9970DF3B4D3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EaxBlockCipher_Init_mC12A649777510B7650FAAE03A2FB1E6A0FDB5BDF_RuntimeMethod_var))); } IL_0082: { // bufBlock = new byte[forEncryption ? blockSize : (blockSize + macSize)]; bool L_19 = ___forEncryption0; G_B6_0 = __this; if (L_19) { G_B7_0 = __this; goto IL_0095; } } { int32_t L_20 = __this->get_blockSize_2(); int32_t L_21 = __this->get_macSize_7(); G_B8_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)L_21)); G_B8_1 = G_B6_0; goto IL_009b; } IL_0095: { int32_t L_22 = __this->get_blockSize_2(); G_B8_0 = L_22; G_B8_1 = G_B7_0; } IL_009b: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)G_B8_0); NullCheck(G_B8_1); G_B8_1->set_bufBlock_8(L_23); // byte[] tag = new byte[blockSize]; int32_t L_24 = __this->get_blockSize_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_24); V_2 = L_25; // mac.Init(keyParam); RuntimeObject* L_26 = __this->get_mac_3(); RuntimeObject* L_27 = V_1; NullCheck(L_26); InterfaceActionInvoker1< RuntimeObject* >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) */, IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var, L_26, L_27); // tag[blockSize - 1] = (byte)Tag.N; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = V_2; int32_t L_29 = __this->get_blockSize_2(); NullCheck(L_28); (L_28)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)1))), (uint8_t)0); // mac.BlockUpdate(tag, 0, blockSize); RuntimeObject* L_30 = __this->get_mac_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31 = V_2; int32_t L_32 = __this->get_blockSize_2(); NullCheck(L_30); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var, L_30, L_31, 0, L_32); // mac.BlockUpdate(nonce, 0, nonce.Length); RuntimeObject* L_33 = __this->get_mac_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35 = V_0; NullCheck(L_35); NullCheck(L_33); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var, L_33, L_34, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_35)->max_length)))); // mac.DoFinal(nonceMac, 0); RuntimeObject* L_36 = __this->get_mac_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_37 = __this->get_nonceMac_4(); NullCheck(L_36); int32_t L_38; L_38 = InterfaceFuncInvoker2< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(5 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac::DoFinal(System.Byte[],System.Int32) */, IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var, L_36, L_37, 0); // cipher.Init(true, new ParametersWithIV(null, nonceMac)); SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6 * L_39 = __this->get_cipher_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_40 = __this->get_nonceMac_4(); ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * L_41 = (ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 *)il2cpp_codegen_object_new(ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var); ParametersWithIV__ctor_mA22FB4E80EEE2091E9551DA8DCB33BD7549103F1(L_41, (RuntimeObject*)NULL, L_40, /*hidden argument*/NULL); NullCheck(L_39); VirtualActionInvoker2< bool, RuntimeObject* >::Invoke(11 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.SicBlockCipher::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) */, L_39, (bool)1, L_41); // Reset(); VirtualActionInvoker0::Invoke(21 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher::Reset() */, __this); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher::InitCipher() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EaxBlockCipher_InitCipher_mEEB9431C90277A2680740D6FDE85ED4821E126BC (EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { // if (cipherInitialized) bool L_0 = __this->get_cipherInitialized_10(); if (!L_0) { goto IL_0009; } } { // return; return; } IL_0009: { // cipherInitialized = true; __this->set_cipherInitialized_10((bool)1); // mac.DoFinal(associatedTextMac, 0); RuntimeObject* L_1 = __this->get_mac_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get_associatedTextMac_5(); NullCheck(L_1); int32_t L_3; L_3 = InterfaceFuncInvoker2< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(5 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac::DoFinal(System.Byte[],System.Int32) */, IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var, L_1, L_2, 0); // byte[] tag = new byte[blockSize]; int32_t L_4 = __this->get_blockSize_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_4); V_0 = L_5; // tag[blockSize - 1] = (byte)Tag.C; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_0; int32_t L_7 = __this->get_blockSize_2(); NullCheck(L_6); (L_6)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1))), (uint8_t)2); // mac.BlockUpdate(tag, 0, blockSize); RuntimeObject* L_8 = __this->get_mac_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = V_0; int32_t L_10 = __this->get_blockSize_2(); NullCheck(L_8); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var, L_8, L_9, 0, L_10); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher::CalculateMac() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EaxBlockCipher_CalculateMac_m1B8FCF77A3521B40D1B57B73207663D1040208FD (EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; { // byte[] outC = new byte[blockSize]; int32_t L_0 = __this->get_blockSize_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_0); V_0 = L_1; // mac.DoFinal(outC, 0); RuntimeObject* L_2 = __this->get_mac_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = V_0; NullCheck(L_2); int32_t L_4; L_4 = InterfaceFuncInvoker2< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(5 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac::DoFinal(System.Byte[],System.Int32) */, IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var, L_2, L_3, 0); // for (int i = 0; i < macBlock.Length; i++) V_1 = 0; goto IL_0040; } IL_001e: { // macBlock[i] = (byte)(nonceMac[i] ^ associatedTextMac[i] ^ outC[i]); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = __this->get_macBlock_6(); int32_t L_6 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = __this->get_nonceMac_4(); int32_t L_8 = V_1; NullCheck(L_7); int32_t L_9 = L_8; uint8_t L_10 = (L_7)->GetAt(static_cast(L_9)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = __this->get_associatedTextMac_5(); int32_t L_12 = V_1; NullCheck(L_11); int32_t L_13 = L_12; uint8_t L_14 = (L_11)->GetAt(static_cast(L_13)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = V_0; int32_t L_16 = V_1; NullCheck(L_15); int32_t L_17 = L_16; uint8_t L_18 = (L_15)->GetAt(static_cast(L_17)); NullCheck(L_5); (L_5)->SetAt(static_cast(L_6), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_10^(int32_t)L_14))^(int32_t)L_18))))); // for (int i = 0; i < macBlock.Length; i++) int32_t L_19 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0040: { // for (int i = 0; i < macBlock.Length; i++) int32_t L_20 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = __this->get_macBlock_6(); NullCheck(L_21); if ((((int32_t)L_20) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length)))))) { goto IL_001e; } } { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EaxBlockCipher_Reset_m326C175D71B42B789F6FA38C5519009E55616698 (EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2 * __this, const RuntimeMethod* method) { { // Reset(true); EaxBlockCipher_Reset_mEE0471692E859EBDF7AD35C521EAE4E157212442(__this, (bool)1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher::Reset(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EaxBlockCipher_Reset_mEE0471692E859EBDF7AD35C521EAE4E157212442 (EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2 * __this, bool ___clearMac0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { // cipher.Reset(); // TODO Redundant since the mac will reset it? SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6 * L_0 = __this->get_cipher_0(); NullCheck(L_0); VirtualActionInvoker0::Invoke(16 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.SicBlockCipher::Reset() */, L_0); // mac.Reset(); RuntimeObject* L_1 = __this->get_mac_3(); NullCheck(L_1); InterfaceActionInvoker0::Invoke(6 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac::Reset() */, IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var, L_1); // bufOff = 0; __this->set_bufOff_9(0); // Array.Clear(bufBlock, 0, bufBlock.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get_bufBlock_8(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get_bufBlock_8(); NullCheck(L_3); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_2, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))), /*hidden argument*/NULL); // if (clearMac) bool L_4 = ___clearMac0; if (!L_4) { goto IL_0048; } } { // Array.Clear(macBlock, 0, macBlock.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = __this->get_macBlock_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = __this->get_macBlock_6(); NullCheck(L_6); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_5, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), /*hidden argument*/NULL); } IL_0048: { // byte[] tag = new byte[blockSize]; int32_t L_7 = __this->get_blockSize_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_7); V_0 = L_8; // tag[blockSize - 1] = (byte)Tag.H; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = V_0; int32_t L_10 = __this->get_blockSize_2(); NullCheck(L_9); (L_9)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1))), (uint8_t)1); // mac.BlockUpdate(tag, 0, blockSize); RuntimeObject* L_11 = __this->get_mac_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_0; int32_t L_13 = __this->get_blockSize_2(); NullCheck(L_11); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var, L_11, L_12, 0, L_13); // cipherInitialized = false; __this->set_cipherInitialized_10((bool)0); // if (initialAssociatedText != null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = __this->get_initialAssociatedText_11(); if (!L_14) { goto IL_0096; } } { // ProcessAadBytes(initialAssociatedText, 0, initialAssociatedText.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = __this->get_initialAssociatedText_11(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = __this->get_initialAssociatedText_11(); NullCheck(L_16); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(23 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher::ProcessAadBytes(System.Byte[],System.Int32,System.Int32) */, __this, L_15, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length)))); } IL_0096: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher::ProcessAadByte(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EaxBlockCipher_ProcessAadByte_mD6B2FBEFA67132F691431E39814AF6164F4149E5 (EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2 * __this, uint8_t ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (cipherInitialized) bool L_0 = __this->get_cipherInitialized_10(); if (!L_0) { goto IL_0013; } } { // throw new InvalidOperationException("AAD data cannot be added after encryption/decryption processing has begun."); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7DEB1C823E8104E920B6CFCBA4127F8A45374E76)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EaxBlockCipher_ProcessAadByte_mD6B2FBEFA67132F691431E39814AF6164F4149E5_RuntimeMethod_var))); } IL_0013: { // mac.Update(input); RuntimeObject* L_2 = __this->get_mac_3(); uint8_t L_3 = ___input0; NullCheck(L_2); InterfaceActionInvoker1< uint8_t >::Invoke(3 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac::Update(System.Byte) */, IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var, L_2, L_3); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher::ProcessAadBytes(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EaxBlockCipher_ProcessAadBytes_mA1A8D1F6A93141969E0E4870F0E9939BE0E38306 (EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___inBytes0, int32_t ___inOff1, int32_t ___len2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (cipherInitialized) bool L_0 = __this->get_cipherInitialized_10(); if (!L_0) { goto IL_0013; } } { // throw new InvalidOperationException("AAD data cannot be added after encryption/decryption processing has begun."); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7DEB1C823E8104E920B6CFCBA4127F8A45374E76)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EaxBlockCipher_ProcessAadBytes_mA1A8D1F6A93141969E0E4870F0E9939BE0E38306_RuntimeMethod_var))); } IL_0013: { // mac.BlockUpdate(inBytes, inOff, len); RuntimeObject* L_2 = __this->get_mac_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___inBytes0; int32_t L_4 = ___inOff1; int32_t L_5 = ___len2; NullCheck(L_2); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var, L_2, L_3, L_4, L_5); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher::ProcessByte(System.Byte,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EaxBlockCipher_ProcessByte_m15F1EE2D14B40F2D3E118481DEDA874F78FBDF94 (EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2 * __this, uint8_t ___input0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes1, int32_t ___outOff2, const RuntimeMethod* method) { { // InitCipher(); EaxBlockCipher_InitCipher_mEEB9431C90277A2680740D6FDE85ED4821E126BC(__this, /*hidden argument*/NULL); // return Process(input, outBytes, outOff); uint8_t L_0 = ___input0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___outBytes1; int32_t L_2 = ___outOff2; int32_t L_3; L_3 = EaxBlockCipher_Process_m96410EFF0CFD677448A511CBC89ECC8A81DD27C9(__this, L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher::ProcessBytes(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EaxBlockCipher_ProcessBytes_m8F4B157DA16EA0AB5A7CC42F1F307BD3FD5D7205 (EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___inBytes0, int32_t ___inOff1, int32_t ___len2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes3, int32_t ___outOff4, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { // InitCipher(); EaxBlockCipher_InitCipher_mEEB9431C90277A2680740D6FDE85ED4821E126BC(__this, /*hidden argument*/NULL); // int resultLen = 0; V_0 = 0; // for (int i = 0; i != len; i++) V_1 = 0; goto IL_0024; } IL_000c: { // resultLen += Process(inBytes[inOff + i], outBytes, outOff + resultLen); int32_t L_0 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___inBytes0; int32_t L_2 = ___inOff1; int32_t L_3 = V_1; NullCheck(L_1); int32_t L_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3)); uint8_t L_5 = (L_1)->GetAt(static_cast(L_4)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___outBytes3; int32_t L_7 = ___outOff4; int32_t L_8 = V_0; int32_t L_9; L_9 = EaxBlockCipher_Process_m96410EFF0CFD677448A511CBC89ECC8A81DD27C9(__this, L_5, L_6, ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8)), /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_9)); // for (int i = 0; i != len; i++) int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0024: { // for (int i = 0; i != len; i++) int32_t L_11 = V_1; int32_t L_12 = ___len2; if ((!(((uint32_t)L_11) == ((uint32_t)L_12)))) { goto IL_000c; } } { // return resultLen; int32_t L_13 = V_0; return L_13; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher::DoFinal(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EaxBlockCipher_DoFinal_m1F13F4F20632E6029E52CC4A372E9B4B96D2233F (EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes0, int32_t ___outOff1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEE9CDDD8B1181A0CB43151D4FF76A5DF7386E75C); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; { // InitCipher(); EaxBlockCipher_InitCipher_mEEB9431C90277A2680740D6FDE85ED4821E126BC(__this, /*hidden argument*/NULL); // int extra = bufOff; int32_t L_0 = __this->get_bufOff_9(); V_0 = L_0; // byte[] tmp = new byte[bufBlock.Length]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_bufBlock_8(); NullCheck(L_1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))); V_1 = L_2; // bufOff = 0; __this->set_bufOff_9(0); // if (forEncryption) bool L_3 = __this->get_forEncryption_1(); if (!L_3) { goto IL_0097; } } { // Check.OutputLength(outBytes, outOff, extra + macSize, "Output buffer too short"); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___outBytes0; int32_t L_5 = ___outOff1; int32_t L_6 = V_0; int32_t L_7 = __this->get_macSize_7(); Check_OutputLength_mFF38F66673647A1F0F8806CDF8FAD6B168B951B6(L_4, L_5, ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)), _stringLiteralEE9CDDD8B1181A0CB43151D4FF76A5DF7386E75C, /*hidden argument*/NULL); // cipher.ProcessBlock(bufBlock, 0, tmp, 0); SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6 * L_8 = __this->get_cipher_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = __this->get_bufBlock_8(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = V_1; NullCheck(L_8); int32_t L_11; L_11 = VirtualFuncInvoker4< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(15 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.SicBlockCipher::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) */, L_8, L_9, 0, L_10, 0); // Array.Copy(tmp, 0, outBytes, outOff, extra); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ___outBytes0; int32_t L_14 = ___outOff1; int32_t L_15 = V_0; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_12, 0, (RuntimeArray *)(RuntimeArray *)L_13, L_14, L_15, /*hidden argument*/NULL); // mac.BlockUpdate(tmp, 0, extra); RuntimeObject* L_16 = __this->get_mac_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = V_1; int32_t L_18 = V_0; NullCheck(L_16); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var, L_16, L_17, 0, L_18); // CalculateMac(); EaxBlockCipher_CalculateMac_m1B8FCF77A3521B40D1B57B73207663D1040208FD(__this, /*hidden argument*/NULL); // Array.Copy(macBlock, 0, outBytes, outOff + extra, macSize); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = __this->get_macBlock_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = ___outBytes0; int32_t L_21 = ___outOff1; int32_t L_22 = V_0; int32_t L_23 = __this->get_macSize_7(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_19, 0, (RuntimeArray *)(RuntimeArray *)L_20, ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)L_22)), L_23, /*hidden argument*/NULL); // Reset(false); EaxBlockCipher_Reset_mEE0471692E859EBDF7AD35C521EAE4E157212442(__this, (bool)0, /*hidden argument*/NULL); // return extra + macSize; int32_t L_24 = V_0; int32_t L_25 = __this->get_macSize_7(); return ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)L_25)); } IL_0097: { // if (extra < macSize) int32_t L_26 = V_0; int32_t L_27 = __this->get_macSize_7(); if ((((int32_t)L_26) >= ((int32_t)L_27))) { goto IL_00ab; } } { // throw new InvalidCipherTextException("data too short"); InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D * L_28 = (InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D_il2cpp_TypeInfo_var))); InvalidCipherTextException__ctor_m17000A09278358915AC0F74D4227FA7AC7C72043(L_28, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4901277BD17A5B2F9FD51DCD98D6CE81842202C4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EaxBlockCipher_DoFinal_m1F13F4F20632E6029E52CC4A372E9B4B96D2233F_RuntimeMethod_var))); } IL_00ab: { // Check.OutputLength(outBytes, outOff, extra - macSize, "Output buffer too short"); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = ___outBytes0; int32_t L_30 = ___outOff1; int32_t L_31 = V_0; int32_t L_32 = __this->get_macSize_7(); Check_OutputLength_mFF38F66673647A1F0F8806CDF8FAD6B168B951B6(L_29, L_30, ((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)L_32)), _stringLiteralEE9CDDD8B1181A0CB43151D4FF76A5DF7386E75C, /*hidden argument*/NULL); // if (extra > macSize) int32_t L_33 = V_0; int32_t L_34 = __this->get_macSize_7(); if ((((int32_t)L_33) <= ((int32_t)L_34))) { goto IL_0108; } } { // mac.BlockUpdate(bufBlock, 0, extra - macSize); RuntimeObject* L_35 = __this->get_mac_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = __this->get_bufBlock_8(); int32_t L_37 = V_0; int32_t L_38 = __this->get_macSize_7(); NullCheck(L_35); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var, L_35, L_36, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)L_38))); // cipher.ProcessBlock(bufBlock, 0, tmp, 0); SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6 * L_39 = __this->get_cipher_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_40 = __this->get_bufBlock_8(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_41 = V_1; NullCheck(L_39); int32_t L_42; L_42 = VirtualFuncInvoker4< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(15 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.SicBlockCipher::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) */, L_39, L_40, 0, L_41, 0); // Array.Copy(tmp, 0, outBytes, outOff, extra - macSize); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_43 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_44 = ___outBytes0; int32_t L_45 = ___outOff1; int32_t L_46 = V_0; int32_t L_47 = __this->get_macSize_7(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_43, 0, (RuntimeArray *)(RuntimeArray *)L_44, L_45, ((int32_t)il2cpp_codegen_subtract((int32_t)L_46, (int32_t)L_47)), /*hidden argument*/NULL); } IL_0108: { // CalculateMac(); EaxBlockCipher_CalculateMac_m1B8FCF77A3521B40D1B57B73207663D1040208FD(__this, /*hidden argument*/NULL); // if (!VerifyMac(bufBlock, extra - macSize)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_48 = __this->get_bufBlock_8(); int32_t L_49 = V_0; int32_t L_50 = __this->get_macSize_7(); bool L_51; L_51 = EaxBlockCipher_VerifyMac_m1AB1367888E8A0423DDFE00BB234BC8091569EE0(__this, L_48, ((int32_t)il2cpp_codegen_subtract((int32_t)L_49, (int32_t)L_50)), /*hidden argument*/NULL); if (L_51) { goto IL_012f; } } { // throw new InvalidCipherTextException("mac check in EAX failed"); InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D * L_52 = (InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D_il2cpp_TypeInfo_var))); InvalidCipherTextException__ctor_m17000A09278358915AC0F74D4227FA7AC7C72043(L_52, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6DE84AC4FDE23F1A60950762D258FC808D7B0F13)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_52, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EaxBlockCipher_DoFinal_m1F13F4F20632E6029E52CC4A372E9B4B96D2233F_RuntimeMethod_var))); } IL_012f: { // Reset(false); EaxBlockCipher_Reset_mEE0471692E859EBDF7AD35C521EAE4E157212442(__this, (bool)0, /*hidden argument*/NULL); // return extra - macSize; int32_t L_53 = V_0; int32_t L_54 = __this->get_macSize_7(); return ((int32_t)il2cpp_codegen_subtract((int32_t)L_53, (int32_t)L_54)); } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher::GetMac() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* EaxBlockCipher_GetMac_m9894590659A3F3A6A8DC772AE2EACA4A3DBE6741 (EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { // byte[] mac = new byte[macSize]; int32_t L_0 = __this->get_macSize_7(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_0); V_0 = L_1; // Array.Copy(macBlock, 0, mac, 0, macSize); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get_macBlock_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = V_0; int32_t L_4 = __this->get_macSize_7(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_2, 0, (RuntimeArray *)(RuntimeArray *)L_3, 0, L_4, /*hidden argument*/NULL); // return mac; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_0; return L_5; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher::GetUpdateOutputSize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EaxBlockCipher_GetUpdateOutputSize_m75DA4C8522D92BDADEC3854E16E69364561BF26D (EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2 * __this, int32_t ___len0, const RuntimeMethod* method) { int32_t V_0 = 0; { // int totalData = len + bufOff; int32_t L_0 = ___len0; int32_t L_1 = __this->get_bufOff_9(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); // if (!forEncryption) bool L_2 = __this->get_forEncryption_1(); if (L_2) { goto IL_0025; } } { // if (totalData < macSize) int32_t L_3 = V_0; int32_t L_4 = __this->get_macSize_7(); if ((((int32_t)L_3) >= ((int32_t)L_4))) { goto IL_001c; } } { // return 0; return 0; } IL_001c: { // totalData -= macSize; int32_t L_5 = V_0; int32_t L_6 = __this->get_macSize_7(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)L_6)); } IL_0025: { // return totalData - totalData % blockSize; int32_t L_7 = V_0; int32_t L_8 = V_0; int32_t L_9 = __this->get_blockSize_2(); return ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)((int32_t)((int32_t)L_8%(int32_t)L_9)))); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher::GetOutputSize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EaxBlockCipher_GetOutputSize_m4540232DD13460B4B06775DAE4932E9BA0DF7C46 (EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2 * __this, int32_t ___len0, const RuntimeMethod* method) { int32_t V_0 = 0; { // int totalData = len + bufOff; int32_t L_0 = ___len0; int32_t L_1 = __this->get_bufOff_9(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); // if (forEncryption) bool L_2 = __this->get_forEncryption_1(); if (!L_2) { goto IL_001a; } } { // return totalData + macSize; int32_t L_3 = V_0; int32_t L_4 = __this->get_macSize_7(); return ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)); } IL_001a: { // return totalData < macSize ? 0 : totalData - macSize; int32_t L_5 = V_0; int32_t L_6 = __this->get_macSize_7(); if ((((int32_t)L_5) < ((int32_t)L_6))) { goto IL_002c; } } { int32_t L_7 = V_0; int32_t L_8 = __this->get_macSize_7(); return ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_8)); } IL_002c: { return 0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher::Process(System.Byte,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EaxBlockCipher_Process_m96410EFF0CFD677448A511CBC89ECC8A81DD27C9 (EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2 * __this, uint8_t ___b0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes1, int32_t ___outOff2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCFC5E1DA6D746B614F31BA42FD46FE5A06844ACB); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // bufBlock[bufOff++] = b; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_bufBlock_8(); int32_t L_1 = __this->get_bufOff_9(); V_0 = L_1; int32_t L_2 = V_0; __this->set_bufOff_9(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); int32_t L_3 = V_0; uint8_t L_4 = ___b0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_3), (uint8_t)L_4); // if (bufOff == bufBlock.Length) int32_t L_5 = __this->get_bufOff_9(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = __this->get_bufBlock_8(); NullCheck(L_6); if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))))))) { goto IL_00d8; } } { // Check.OutputLength(outBytes, outOff, blockSize, "Output buffer is too short"); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___outBytes1; int32_t L_8 = ___outOff2; int32_t L_9 = __this->get_blockSize_2(); Check_OutputLength_mFF38F66673647A1F0F8806CDF8FAD6B168B951B6(L_7, L_8, L_9, _stringLiteralCFC5E1DA6D746B614F31BA42FD46FE5A06844ACB, /*hidden argument*/NULL); // if (forEncryption) bool L_10 = __this->get_forEncryption_1(); if (!L_10) { goto IL_0070; } } { // size = cipher.ProcessBlock(bufBlock, 0, outBytes, outOff); SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6 * L_11 = __this->get_cipher_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = __this->get_bufBlock_8(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ___outBytes1; int32_t L_14 = ___outOff2; NullCheck(L_11); int32_t L_15; L_15 = VirtualFuncInvoker4< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(15 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.SicBlockCipher::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) */, L_11, L_12, 0, L_13, L_14); V_1 = L_15; // mac.BlockUpdate(outBytes, outOff, blockSize); RuntimeObject* L_16 = __this->get_mac_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = ___outBytes1; int32_t L_18 = ___outOff2; int32_t L_19 = __this->get_blockSize_2(); NullCheck(L_16); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var, L_16, L_17, L_18, L_19); // } goto IL_009d; } IL_0070: { // mac.BlockUpdate(bufBlock, 0, blockSize); RuntimeObject* L_20 = __this->get_mac_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = __this->get_bufBlock_8(); int32_t L_22 = __this->get_blockSize_2(); NullCheck(L_20); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var, L_20, L_21, 0, L_22); // size = cipher.ProcessBlock(bufBlock, 0, outBytes, outOff); SicBlockCipher_t1ADD351FA31E0F365A71E69925DD32C375C1CED6 * L_23 = __this->get_cipher_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = __this->get_bufBlock_8(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = ___outBytes1; int32_t L_26 = ___outOff2; NullCheck(L_23); int32_t L_27; L_27 = VirtualFuncInvoker4< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(15 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.SicBlockCipher::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) */, L_23, L_24, 0, L_25, L_26); V_1 = L_27; } IL_009d: { // bufOff = 0; __this->set_bufOff_9(0); // if (!forEncryption) bool L_28 = __this->get_forEncryption_1(); if (L_28) { goto IL_00d6; } } { // Array.Copy(bufBlock, blockSize, bufBlock, 0, macSize); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = __this->get_bufBlock_8(); int32_t L_30 = __this->get_blockSize_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31 = __this->get_bufBlock_8(); int32_t L_32 = __this->get_macSize_7(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_29, L_30, (RuntimeArray *)(RuntimeArray *)L_31, 0, L_32, /*hidden argument*/NULL); // bufOff = macSize; int32_t L_33 = __this->get_macSize_7(); __this->set_bufOff_9(L_33); } IL_00d6: { // return size; int32_t L_34 = V_1; return L_34; } IL_00d8: { // return 0; return 0; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher::VerifyMac(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EaxBlockCipher_VerifyMac_m1AB1367888E8A0423DDFE00BB234BC8091569EE0 (EaxBlockCipher_t0F462841ABC9EED5E4E3C56079918EBFE77D8CA2 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mac0, int32_t ___off1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { // int nonEqual = 0; V_0 = 0; // for (int i = 0; i < macSize; i++) V_1 = 0; goto IL_001b; } IL_0006: { // nonEqual |= (macBlock[i] ^ mac[off + i]); int32_t L_0 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_macBlock_6(); int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = L_2; uint8_t L_4 = (L_1)->GetAt(static_cast(L_3)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___mac0; int32_t L_6 = ___off1; int32_t L_7 = V_1; NullCheck(L_5); int32_t L_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)); uint8_t L_9 = (L_5)->GetAt(static_cast(L_8)); V_0 = ((int32_t)((int32_t)L_0|(int32_t)((int32_t)((int32_t)L_4^(int32_t)L_9)))); // for (int i = 0; i < macSize; i++) int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_001b: { // for (int i = 0; i < macSize; i++) int32_t L_11 = V_1; int32_t L_12 = __this->get_macSize_7(); if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_0006; } } { // return nonEqual == 0; int32_t L_13 = V_0; return (bool)((((int32_t)L_13) == ((int32_t)0))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::CalculateS(System.Byte[],System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Ed25519_CalculateS_m4667878C3DC0B20A59CD7E56AD3B53BA7A0E2ADF (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___r0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___k1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___s2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_1 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_2 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; int32_t V_4 = 0; { // uint[] t = new uint[ScalarUints * 2]; DecodeScalar(r, 0, t); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); V_0 = L_0; // uint[] t = new uint[ScalarUints * 2]; DecodeScalar(r, 0, t); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___r0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); Ed25519_DecodeScalar_m6F83E3587239BA9E18D2A7B179B130E04D718369(L_1, 0, L_2, /*hidden argument*/NULL); // uint[] u = new uint[ScalarUints]; DecodeScalar(k, 0, u); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)8); V_1 = L_3; // uint[] u = new uint[ScalarUints]; DecodeScalar(k, 0, u); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___k1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5 = V_1; Ed25519_DecodeScalar_m6F83E3587239BA9E18D2A7B179B130E04D718369(L_4, 0, L_5, /*hidden argument*/NULL); // uint[] v = new uint[ScalarUints]; DecodeScalar(s, 0, v); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)8); V_2 = L_6; // uint[] v = new uint[ScalarUints]; DecodeScalar(s, 0, v); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___s2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_8 = V_2; Ed25519_DecodeScalar_m6F83E3587239BA9E18D2A7B179B130E04D718369(L_7, 0, L_8, /*hidden argument*/NULL); // Nat256.MulAddTo(u, v, t); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_9 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_10 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_11 = V_0; uint32_t L_12; L_12 = Nat256_MulAddTo_m6D3429BC7CC1CC28BBBE93102357BBD61D2C4046(L_9, L_10, L_11, /*hidden argument*/NULL); // byte[] result = new byte[ScalarBytes * 2]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)); V_3 = L_13; // for (int i = 0; i < t.Length; ++i) V_4 = 0; goto IL_0058; } IL_0044: { // Encode32(t[i], result, i * 4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_14 = V_0; int32_t L_15 = V_4; NullCheck(L_14); int32_t L_16 = L_15; uint32_t L_17 = (L_14)->GetAt(static_cast(L_16)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = V_3; int32_t L_19 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); Ed25519_Encode32_m01D791A39218DC7E7AA39C84CA5E3C08650E1AB0(L_17, L_18, ((int32_t)il2cpp_codegen_multiply((int32_t)L_19, (int32_t)4)), /*hidden argument*/NULL); // for (int i = 0; i < t.Length; ++i) int32_t L_20 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0058: { // for (int i = 0; i < t.Length; ++i) int32_t L_21 = V_4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_22 = V_0; NullCheck(L_22); if ((((int32_t)L_21) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length)))))) { goto IL_0044; } } { // return ReduceScalar(result); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24; L_24 = Ed25519_ReduceScalar_m650664ACF7F03B23613348F96C16A93B51CA2D4B(L_23, /*hidden argument*/NULL); return L_24; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::CheckContextVar(System.Byte[],System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Ed25519_CheckContextVar_m10323CDDC8459999FB86EEBB53F376687A7F5AA5 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx0, uint8_t ___phflag1, const RuntimeMethod* method) { { // return ctx == null && phflag == 0x00 // || ctx != null && ctx.Length < 256; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___ctx0; if (L_0) { goto IL_0006; } } { uint8_t L_1 = ___phflag1; if (!L_1) { goto IL_0016; } } IL_0006: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___ctx0; if (!L_2) { goto IL_0014; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___ctx0; NullCheck(L_3); return (bool)((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))) < ((int32_t)((int32_t)256)))? 1 : 0); } IL_0014: { return (bool)0; } IL_0016: { return (bool)1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::CheckPointVar(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Ed25519_CheckPointVar_mB74911F4E88DC88D5777BBA6148FF3DF072FB052 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___p0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; { // uint[] t = new uint[8]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)8); V_0 = L_0; // Decode32(p, 0, t, 0, 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___p0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); Ed25519_Decode32_mD8ECF8786EE23BD1ED07A79C8B29C7D6EA147B6A(L_1, 0, L_2, 0, 8, /*hidden argument*/NULL); // t[7] &= 0x7FFFFFFFU; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = V_0; NullCheck(L_3); uint32_t* L_4 = ((L_3)->GetAddressAt(static_cast(7))); int32_t L_5 = *((uint32_t*)L_4); *((int32_t*)L_4) = (int32_t)((int32_t)((int32_t)L_5&(int32_t)((int32_t)2147483647LL))); // return !Nat256.Gte(t, P); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->get_P_10(); bool L_8; L_8 = Nat256_Gte_mBE99895128A605A28DEE597F3A80B2C5DCB84560(L_6, L_7, /*hidden argument*/NULL); return (bool)((((int32_t)L_8) == ((int32_t)0))? 1 : 0); } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::CheckScalarVar(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Ed25519_CheckScalarVar_m95054FC8D4EC634F93AABB44C561F38FFE580727 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; { // uint[] n = new uint[ScalarUints]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)8); V_0 = L_0; // DecodeScalar(s, 0, n); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___s0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); Ed25519_DecodeScalar_m6F83E3587239BA9E18D2A7B179B130E04D718369(L_1, 0, L_2, /*hidden argument*/NULL); // return !Nat256.Gte(n, L); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->get_L_11(); bool L_5; L_5 = Nat256_Gte_mBE99895128A605A28DEE597F3A80B2C5DCB84560(L_3, L_4, /*hidden argument*/NULL); return (bool)((((int32_t)L_5) == ((int32_t)0))? 1 : 0); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::CreateDigest() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Ed25519_CreateDigest_m62D60C8013FABEDFF0F085EE89064D4407F11358 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sha512Digest_t8C6E5C723C7C80881F957EC1A338984BC5B4FB73_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new Sha512Digest(); Sha512Digest_t8C6E5C723C7C80881F957EC1A338984BC5B4FB73 * L_0 = (Sha512Digest_t8C6E5C723C7C80881F957EC1A338984BC5B4FB73 *)il2cpp_codegen_object_new(Sha512Digest_t8C6E5C723C7C80881F957EC1A338984BC5B4FB73_il2cpp_TypeInfo_var); Sha512Digest__ctor_mF69CC20BC74094448464FBDF25AD7E5D7C96A730(L_0, /*hidden argument*/NULL); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::CreatePrehash() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Ed25519_CreatePrehash_m9A024A9D5CDDA41E42C48348F721EE1816923917 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return CreateDigest(); IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = Ed25519_CreateDigest_m62D60C8013FABEDFF0F085EE89064D4407F11358(/*hidden argument*/NULL); return L_0; } } // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::Decode24(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Ed25519_Decode24_mBE39BDC2951B805BFBC61C58630803B73F6C344C (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs0, int32_t ___off1, const RuntimeMethod* method) { { // uint n = bs[off]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___bs0; int32_t L_1 = ___off1; NullCheck(L_0); int32_t L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); // n |= (uint)bs[++off] << 8; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___bs0; int32_t L_5 = ___off1; int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); ___off1 = L_6; NullCheck(L_4); int32_t L_7 = L_6; uint8_t L_8 = (L_4)->GetAt(static_cast(L_7)); // n |= (uint)bs[++off] << 16; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___bs0; int32_t L_10 = ___off1; int32_t L_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); ___off1 = L_11; NullCheck(L_9); int32_t L_12 = L_11; uint8_t L_13 = (L_9)->GetAt(static_cast(L_12)); // return n; return ((int32_t)((int32_t)((int32_t)((int32_t)L_3|(int32_t)((int32_t)((int32_t)L_8<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)L_13<<(int32_t)((int32_t)16))))); } } // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::Decode32(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Ed25519_Decode32_m938BB0466F5A97CC00E31415A64154EC0281B466 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs0, int32_t ___off1, const RuntimeMethod* method) { { // uint n = bs[off]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___bs0; int32_t L_1 = ___off1; NullCheck(L_0); int32_t L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); // n |= (uint)bs[++off] << 8; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___bs0; int32_t L_5 = ___off1; int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); ___off1 = L_6; NullCheck(L_4); int32_t L_7 = L_6; uint8_t L_8 = (L_4)->GetAt(static_cast(L_7)); // n |= (uint)bs[++off] << 16; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___bs0; int32_t L_10 = ___off1; int32_t L_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); ___off1 = L_11; NullCheck(L_9); int32_t L_12 = L_11; uint8_t L_13 = (L_9)->GetAt(static_cast(L_12)); // n |= (uint)bs[++off] << 24; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = ___bs0; int32_t L_15 = ___off1; int32_t L_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); ___off1 = L_16; NullCheck(L_14); int32_t L_17 = L_16; uint8_t L_18 = (L_14)->GetAt(static_cast(L_17)); // return n; return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_3|(int32_t)((int32_t)((int32_t)L_8<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)L_13<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_18<<(int32_t)((int32_t)24))))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::Decode32(System.Byte[],System.Int32,System.UInt32[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_Decode32_mD8ECF8786EE23BD1ED07A79C8B29C7D6EA147B6A (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs0, int32_t ___bsOff1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___n2, int32_t ___nOff3, int32_t ___nLen4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // for (int i = 0; i < nLen; ++i) V_0 = 0; goto IL_0018; } IL_0004: { // n[nOff + i] = Decode32(bs, bsOff + i * 4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___n2; int32_t L_1 = ___nOff3; int32_t L_2 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___bs0; int32_t L_4 = ___bsOff1; int32_t L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); uint32_t L_6; L_6 = Ed25519_Decode32_m938BB0466F5A97CC00E31415A64154EC0281B466(L_3, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_5, (int32_t)4)))), /*hidden argument*/NULL); NullCheck(L_0); (L_0)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2))), (uint32_t)L_6); // for (int i = 0; i < nLen; ++i) int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0018: { // for (int i = 0; i < nLen; ++i) int32_t L_8 = V_0; int32_t L_9 = ___nLen4; if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0004; } } { // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::DecodePointVar(System.Byte[],System.Int32,System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointExt) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Ed25519_DecodePointVar_m6957159886FEF1D0C9D1FBCD2D3CE952783EEC94 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___p0, int32_t ___pOff1, bool ___negate2, PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * ___r3, 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*)&Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_2 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_3 = NULL; { // byte[] py = Arrays.CopyOfRange(p, pOff, pOff + PointBytes); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___p0; int32_t L_1 = ___pOff1; int32_t L_2 = ___pOff1; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3; L_3 = Arrays_CopyOfRange_m4DB795FE5A54E33AF1B2C338A8DB20C3EA14CDE4(L_0, L_1, ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)((int32_t)32))), /*hidden argument*/NULL); V_0 = L_3; // if (!CheckPointVar(py)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); bool L_5; L_5 = Ed25519_CheckPointVar_mB74911F4E88DC88D5777BBA6148FF3DF072FB052(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0016; } } { // return false; return (bool)0; } IL_0016: { // int x_0 = (py[PointBytes - 1] & 0x80) >> 7; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_0; NullCheck(L_6); int32_t L_7 = ((int32_t)31); uint8_t L_8 = (L_6)->GetAt(static_cast(L_7)); V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_8&(int32_t)((int32_t)128)))>>(int32_t)7)); // py[PointBytes - 1] &= 0x7F; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = V_0; NullCheck(L_9); uint8_t* L_10 = ((L_9)->GetAddressAt(static_cast(((int32_t)31)))); int32_t L_11 = *((uint8_t*)L_10); *((int8_t*)L_10) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_11&(int32_t)((int32_t)127))))); // X25519Field.Decode(py, 0, r.y); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_0; PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_13 = ___r3; NullCheck(L_13); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_14 = L_13->get_y_1(); IL2CPP_RUNTIME_CLASS_INIT(X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); X25519Field_Decode_m26C42B819ED69EAF3E44B8BF7397A42ADCE86590(L_12, 0, L_14, /*hidden argument*/NULL); // int[] u = X25519Field.Create(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_15; L_15 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); V_2 = L_15; // int[] v = X25519Field.Create(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_16; L_16 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); V_3 = L_16; // X25519Field.Sqr(r.y, u); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_17 = ___r3; NullCheck(L_17); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_18 = L_17->get_y_1(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_19 = V_2; X25519Field_Sqr_m86EFA73F5A64FC5269F02EA03518423AD0A4D00E(L_18, L_19, /*hidden argument*/NULL); // X25519Field.Mul(C_d, u, v); IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_20 = ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->get_C_d_19(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_21 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_22 = V_3; X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_20, L_21, L_22, /*hidden argument*/NULL); // X25519Field.SubOne(u); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_23 = V_2; X25519Field_SubOne_m7696DE56903BF0D3208FEBAD447A0416CEC887AF(L_23, /*hidden argument*/NULL); // X25519Field.AddOne(v); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_24 = V_3; X25519Field_AddOne_m085F63BA9FEB4A425C273FB306008B941F21978D(L_24, /*hidden argument*/NULL); // if (!X25519Field.SqrtRatioVar(u, v, r.x)) Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_25 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_26 = V_3; PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_27 = ___r3; NullCheck(L_27); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_28 = L_27->get_x_0(); bool L_29; L_29 = X25519Field_SqrtRatioVar_m1ABCB3B7E1DCBFEA5EC1873EE302115C57227430(L_25, L_26, L_28, /*hidden argument*/NULL); if (L_29) { goto IL_0080; } } { // return false; return (bool)0; } IL_0080: { // X25519Field.Normalize(r.x); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_30 = ___r3; NullCheck(L_30); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_31 = L_30->get_x_0(); IL2CPP_RUNTIME_CLASS_INIT(X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); X25519Field_Normalize_m19A3EF896FE207F486692E1573D3C8D16F05049E(L_31, /*hidden argument*/NULL); // if (x_0 == 1 && X25519Field.IsZeroVar(r.x)) int32_t L_32 = V_1; if ((!(((uint32_t)L_32) == ((uint32_t)1)))) { goto IL_009e; } } { PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_33 = ___r3; NullCheck(L_33); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_34 = L_33->get_x_0(); IL2CPP_RUNTIME_CLASS_INIT(X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); bool L_35; L_35 = X25519Field_IsZeroVar_mC6C3E61D4CABEDDB3E2D1CDC8EE6782EE25BF7DE(L_34, /*hidden argument*/NULL); if (!L_35) { goto IL_009e; } } { // return false; return (bool)0; } IL_009e: { // if (negate ^ (x_0 != (r.x[0] & 1))) bool L_36 = ___negate2; int32_t L_37 = V_1; PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_38 = ___r3; NullCheck(L_38); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_39 = L_38->get_x_0(); NullCheck(L_39); int32_t L_40 = 0; int32_t L_41 = (L_39)->GetAt(static_cast(L_40)); if (!((int32_t)((int32_t)L_36^(int32_t)((((int32_t)((((int32_t)L_37) == ((int32_t)((int32_t)((int32_t)L_41&(int32_t)1))))? 1 : 0)) == ((int32_t)0))? 1 : 0)))) { goto IL_00c3; } } { // X25519Field.Negate(r.x, r.x); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_42 = ___r3; NullCheck(L_42); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_43 = L_42->get_x_0(); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_44 = ___r3; NullCheck(L_44); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_45 = L_44->get_x_0(); IL2CPP_RUNTIME_CLASS_INIT(X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); X25519Field_Negate_m1687C325F7354CB62EBABFD08B0D106BD37DD7EC(L_43, L_45, /*hidden argument*/NULL); } IL_00c3: { // PointExtendXY(r); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_46 = ___r3; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); Ed25519_PointExtendXY_mC1F47E04BAB061403852526F2E54F68BD3A098FE(L_46, /*hidden argument*/NULL); // return true; return (bool)1; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::DecodeScalar(System.Byte[],System.Int32,System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_DecodeScalar_m6F83E3587239BA9E18D2A7B179B130E04D718369 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___k0, int32_t ___kOff1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___n2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Decode32(k, kOff, n, 0, ScalarUints); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___k0; int32_t L_1 = ___kOff1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = ___n2; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); Ed25519_Decode32_mD8ECF8786EE23BD1ED07A79C8B29C7D6EA147B6A(L_0, L_1, L_2, 0, 8, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::Dom2(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,System.Byte,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_Dom2_m937687579C57534BA8E41B713876C55D7DA2DBF3 (RuntimeObject* ___d0, uint8_t ___phflag1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (ctx != null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___ctx2; if (!L_0) { goto IL_0032; } } { // d.BlockUpdate(Dom2Prefix, 0, Dom2Prefix.Length); RuntimeObject* L_1 = ___d0; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->get_Dom2Prefix_9(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->get_Dom2Prefix_9(); NullCheck(L_3); NullCheck(L_1); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_1, L_2, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))); // d.Update(phflag); RuntimeObject* L_4 = ___d0; uint8_t L_5 = ___phflag1; NullCheck(L_4); InterfaceActionInvoker1< uint8_t >::Invoke(3 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::Update(System.Byte) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_4, L_5); // d.Update((byte)ctx.Length); RuntimeObject* L_6 = ___d0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___ctx2; NullCheck(L_7); NullCheck(L_6); InterfaceActionInvoker1< uint8_t >::Invoke(3 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::Update(System.Byte) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_6, (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))))); // d.BlockUpdate(ctx, 0, ctx.Length); RuntimeObject* L_8 = ___d0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___ctx2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___ctx2; NullCheck(L_10); NullCheck(L_8); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_8, L_9, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))); } IL_0032: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::Encode24(System.UInt32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_Encode24_m2071417D405485259CA34BFF22A59920EEA81A91 (uint32_t ___n0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs1, int32_t ___off2, const RuntimeMethod* method) { { // bs[off] = (byte)(n); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___bs1; int32_t L_1 = ___off2; uint32_t L_2 = ___n0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (uint8_t)((int32_t)((uint8_t)L_2))); // bs[++off] = (byte)(n >> 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___bs1; int32_t L_4 = ___off2; int32_t L_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); ___off2 = L_5; uint32_t L_6 = ___n0; NullCheck(L_3); (L_3)->SetAt(static_cast(L_5), (uint8_t)((int32_t)((uint8_t)((int32_t)((uint32_t)L_6>>8))))); // bs[++off] = (byte)(n >> 16); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___bs1; int32_t L_8 = ___off2; int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); ___off2 = L_9; uint32_t L_10 = ___n0; NullCheck(L_7); (L_7)->SetAt(static_cast(L_9), (uint8_t)((int32_t)((uint8_t)((int32_t)((uint32_t)L_10>>((int32_t)16)))))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::Encode32(System.UInt32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_Encode32_m01D791A39218DC7E7AA39C84CA5E3C08650E1AB0 (uint32_t ___n0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs1, int32_t ___off2, const RuntimeMethod* method) { { // bs[off] = (byte)(n); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___bs1; int32_t L_1 = ___off2; uint32_t L_2 = ___n0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (uint8_t)((int32_t)((uint8_t)L_2))); // bs[++off] = (byte)(n >> 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___bs1; int32_t L_4 = ___off2; int32_t L_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); ___off2 = L_5; uint32_t L_6 = ___n0; NullCheck(L_3); (L_3)->SetAt(static_cast(L_5), (uint8_t)((int32_t)((uint8_t)((int32_t)((uint32_t)L_6>>8))))); // bs[++off] = (byte)(n >> 16); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___bs1; int32_t L_8 = ___off2; int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); ___off2 = L_9; uint32_t L_10 = ___n0; NullCheck(L_7); (L_7)->SetAt(static_cast(L_9), (uint8_t)((int32_t)((uint8_t)((int32_t)((uint32_t)L_10>>((int32_t)16)))))); // bs[++off] = (byte)(n >> 24); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___bs1; int32_t L_12 = ___off2; int32_t L_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); ___off2 = L_13; uint32_t L_14 = ___n0; NullCheck(L_11); (L_11)->SetAt(static_cast(L_13), (uint8_t)((int32_t)((uint8_t)((int32_t)((uint32_t)L_14>>((int32_t)24)))))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::Encode56(System.UInt64,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_Encode56_m0CB24586EC3EEB02CCB17FB5CFDA506A7378FD3A (uint64_t ___n0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs1, int32_t ___off2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Encode32((uint)n, bs, off); uint64_t L_0 = ___n0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___bs1; int32_t L_2 = ___off2; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); Ed25519_Encode32_m01D791A39218DC7E7AA39C84CA5E3C08650E1AB0(((int32_t)((uint32_t)L_0)), L_1, L_2, /*hidden argument*/NULL); // Encode24((uint)(n >> 32), bs, off + 4); uint64_t L_3 = ___n0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___bs1; int32_t L_5 = ___off2; Ed25519_Encode24_m2071417D405485259CA34BFF22A59920EEA81A91(((int32_t)((uint32_t)((int64_t)((uint64_t)L_3>>((int32_t)32))))), L_4, ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)4)), /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::EncodePoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointAccum,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_EncodePoint_mB616BC9D06E2C4EA730D0679A75EC43E593712A2 (PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * ___p0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___r1, int32_t ___rOff2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_0 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_1 = NULL; { // int[] x = X25519Field.Create(); IL2CPP_RUNTIME_CLASS_INIT(X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0; L_0 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); V_0 = L_0; // int[] y = X25519Field.Create(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1; L_1 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); V_1 = L_1; // X25519Field.Inv(p.z, y); PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_2 = ___p0; NullCheck(L_2); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = L_2->get_z_2(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = V_1; X25519Field_Inv_m776929ECCFBBE3EB9FD7A357B3CD7FF550931207(L_3, L_4, /*hidden argument*/NULL); // X25519Field.Mul(p.x, y, x); PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_5 = ___p0; NullCheck(L_5); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6 = L_5->get_x_0(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_7 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8 = V_0; X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_6, L_7, L_8, /*hidden argument*/NULL); // X25519Field.Mul(p.y, y, y); PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_9 = ___p0; NullCheck(L_9); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_10 = L_9->get_y_1(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_11 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_12 = V_1; X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_10, L_11, L_12, /*hidden argument*/NULL); // X25519Field.Normalize(x); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_13 = V_0; X25519Field_Normalize_m19A3EF896FE207F486692E1573D3C8D16F05049E(L_13, /*hidden argument*/NULL); // X25519Field.Normalize(y); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_14 = V_1; X25519Field_Normalize_m19A3EF896FE207F486692E1573D3C8D16F05049E(L_14, /*hidden argument*/NULL); // X25519Field.Encode(y, r, rOff); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_15 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___r1; int32_t L_17 = ___rOff2; X25519Field_Encode_m618ED120C818D5A36ED53A591569C0C14D331586(L_15, L_16, L_17, /*hidden argument*/NULL); // r[rOff + PointBytes - 1] |= (byte)((x[0] & 1) << 7); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = ___r1; int32_t L_19 = ___rOff2; NullCheck(L_18); uint8_t* L_20 = ((L_18)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)((int32_t)32))), (int32_t)1))))); int32_t L_21 = *((uint8_t*)L_20); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_22 = V_0; NullCheck(L_22); int32_t L_23 = 0; int32_t L_24 = (L_22)->GetAt(static_cast(L_23)); *((int8_t*)L_20) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_21|(int32_t)((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_24&(int32_t)1))<<(int32_t)7)))))))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::GeneratePrivateKey(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_GeneratePrivateKey_m304C5CB60CA9F7ED0B642390DE9BB2978AD3893C (SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___k1, const RuntimeMethod* method) { { // random.NextBytes(k); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_0 = ___random0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___k1; NullCheck(L_0); VirtualActionInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(9 /* System.Void System.Random::NextBytes(System.Byte[]) */, L_0, L_1); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::GeneratePublicKey(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_GeneratePublicKey_mC58804DF4F6BF8E3EF2AA3D1454A8BC34CEA336C (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sk0, int32_t ___skOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pk2, int32_t ___pkOff3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; { // IDigest d = CreateDigest(); IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = Ed25519_CreateDigest_m62D60C8013FABEDFF0F085EE89064D4407F11358(/*hidden argument*/NULL); // byte[] h = new byte[d.GetDigestSize()]; RuntimeObject* L_1 = L_0; NullCheck(L_1); int32_t L_2; L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::GetDigestSize() */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_2); V_0 = L_3; // d.BlockUpdate(sk, skOff, SecretKeySize); RuntimeObject* L_4 = L_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___sk0; int32_t L_6 = ___skOff1; int32_t L_7 = ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->get_SecretKeySize_7(); NullCheck(L_4); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_4, L_5, L_6, L_7); // d.DoFinal(h, 0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_0; NullCheck(L_4); int32_t L_9; L_9 = InterfaceFuncInvoker2< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(5 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::DoFinal(System.Byte[],System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_4, L_8, 0); // byte[] s = new byte[ScalarBytes]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32)); V_1 = L_10; // PruneScalar(h, 0, s); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_1; Ed25519_PruneScalar_mD7254A530D8296C18F414F4D2839D12DEC008A9E(L_11, 0, L_12, /*hidden argument*/NULL); // ScalarMultBaseEncoded(s, pk, pkOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = ___pk2; int32_t L_15 = ___pkOff3; Ed25519_ScalarMultBaseEncoded_mDAA6C77DED32CA62B1CFC9766E00BE51CADAFC54(L_13, L_14, L_15, /*hidden argument*/NULL); // } return; } } // System.SByte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::GetWnaf(System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* Ed25519_GetWnaf_mCFFA8C7A96FF81264E05024377BD0F2B9E5A606E (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___n0, int32_t ___width1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* V_1 = NULL; uint32_t V_2 = 0; uint32_t V_3 = 0; uint32_t V_4 = 0; int32_t V_5 = 0; uint32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; uint32_t V_9 = 0; int32_t V_10 = 0; uint32_t V_11 = 0; uint32_t V_12 = 0; uint32_t V_13 = 0; { // uint[] t = new uint[ScalarUints * 2]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); V_0 = L_0; // uint c = 0; V_6 = 0; // int tPos = t.Length, i = ScalarUints; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = V_0; NullCheck(L_1); V_7 = ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))); // int tPos = t.Length, i = ScalarUints; V_8 = 8; goto IL_003d; } IL_0015: { // uint next = n[i]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = ___n0; int32_t L_3 = V_8; NullCheck(L_2); int32_t L_4 = L_3; uint32_t L_5 = (L_2)->GetAt(static_cast(L_4)); V_9 = L_5; // t[--tPos] = (next >> 16) | (c << 16); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6 = V_0; int32_t L_7 = V_7; int32_t L_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)); V_7 = L_8; uint32_t L_9 = V_9; uint32_t L_10 = V_6; NullCheck(L_6); (L_6)->SetAt(static_cast(L_8), (uint32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_9>>((int32_t)16)))|(int32_t)((int32_t)((int32_t)L_10<<(int32_t)((int32_t)16)))))); // t[--tPos] = c = next; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_11 = V_0; int32_t L_12 = V_7; int32_t L_13 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)); V_7 = L_13; uint32_t L_14 = V_9; uint32_t L_15 = L_14; V_6 = L_15; NullCheck(L_11); (L_11)->SetAt(static_cast(L_13), (uint32_t)L_15); } IL_003d: { // while (--i >= 0) int32_t L_16 = V_8; int32_t L_17 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)); V_8 = L_17; if ((((int32_t)L_17) >= ((int32_t)0))) { goto IL_0015; } } { // sbyte[] ws = new sbyte[256]; SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* L_18 = (SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7*)(SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7*)SZArrayNew(SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); V_1 = L_18; // uint pow2 = 1U << width; int32_t L_19 = ___width1; // uint mask = pow2 - 1U; int32_t L_20 = ((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)L_19&(int32_t)((int32_t)31))))); V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)1)); // uint sign = pow2 >> 1; V_3 = ((int32_t)((uint32_t)L_20>>1)); // uint carry = 0U; V_4 = 0; // int j = 0; V_5 = 0; // for (int i = 0; i < t.Length; ++i, j -= 16) V_10 = 0; goto IL_00d4; } IL_006a: { // uint word = t[i]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_21 = V_0; int32_t L_22 = V_10; NullCheck(L_21); int32_t L_23 = L_22; uint32_t L_24 = (L_21)->GetAt(static_cast(L_23)); V_11 = L_24; goto IL_00c1; } IL_0072: { // uint word16 = word >> j; uint32_t L_25 = V_11; int32_t L_26 = V_5; V_12 = ((int32_t)((uint32_t)L_25>>((int32_t)((int32_t)L_26&(int32_t)((int32_t)31))))); // uint bit = word16 & 1U; uint32_t L_27 = V_12; // if (bit == carry) uint32_t L_28 = V_4; if ((!(((uint32_t)((int32_t)((int32_t)L_27&(int32_t)1))) == ((uint32_t)L_28)))) { goto IL_008c; } } { // ++j; int32_t L_29 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); // continue; goto IL_00c1; } IL_008c: { // uint digit = (word16 & mask) + carry; uint32_t L_30 = V_12; uint32_t L_31 = V_2; uint32_t L_32 = V_4; V_13 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_30&(int32_t)L_31)), (int32_t)L_32)); // carry = digit & sign; uint32_t L_33 = V_13; uint32_t L_34 = V_3; V_4 = ((int32_t)((int32_t)L_33&(int32_t)L_34)); // digit -= (carry << 1); uint32_t L_35 = V_13; uint32_t L_36 = V_4; V_13 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)((int32_t)((int32_t)L_36<<(int32_t)1)))); // carry >>= (width - 1); uint32_t L_37 = V_4; int32_t L_38 = ___width1; V_4 = ((int32_t)((uint32_t)L_37>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)1))&(int32_t)((int32_t)31))))); // ws[(i << 4) + j] = (sbyte)digit; SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* L_39 = V_1; int32_t L_40 = V_10; int32_t L_41 = V_5; uint32_t L_42 = V_13; NullCheck(L_39); (L_39)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_40<<(int32_t)4)), (int32_t)L_41))), (int8_t)((int8_t)((int8_t)L_42))); // j += width; int32_t L_43 = V_5; int32_t L_44 = ___width1; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)L_44)); } IL_00c1: { // while (j < 16) int32_t L_45 = V_5; if ((((int32_t)L_45) < ((int32_t)((int32_t)16)))) { goto IL_0072; } } { // for (int i = 0; i < t.Length; ++i, j -= 16) int32_t L_46 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)); // for (int i = 0; i < t.Length; ++i, j -= 16) int32_t L_47 = V_5; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)((int32_t)16))); } IL_00d4: { // for (int i = 0; i < t.Length; ++i, j -= 16) int32_t L_48 = V_10; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_49 = V_0; NullCheck(L_49); if ((((int32_t)L_48) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_49)->max_length)))))) { goto IL_006a; } } { // return ws; SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* L_50 = V_1; return L_50; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::ImplSign(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,System.Byte[],System.Byte[],System.Byte[],System.Int32,System.Byte[],System.Byte,System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_ImplSign_mDC5C7E35F4A8E904305106BCEDAA742DD4B01602 (RuntimeObject* ___d0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___h1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___s2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pk3, int32_t ___pkOff4, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx5, uint8_t ___phflag6, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m7, int32_t ___mOff8, int32_t ___mLen9, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sig10, int32_t ___sigOff11, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; { // Dom2(d, phflag, ctx); RuntimeObject* L_0 = ___d0; uint8_t L_1 = ___phflag6; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___ctx5; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); Ed25519_Dom2_m937687579C57534BA8E41B713876C55D7DA2DBF3(L_0, L_1, L_2, /*hidden argument*/NULL); // d.BlockUpdate(h, ScalarBytes, ScalarBytes); RuntimeObject* L_3 = ___d0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___h1; NullCheck(L_3); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_3, L_4, ((int32_t)32), ((int32_t)32)); // d.BlockUpdate(m, mOff, mLen); RuntimeObject* L_5 = ___d0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___m7; int32_t L_7 = ___mOff8; int32_t L_8 = ___mLen9; NullCheck(L_5); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_5, L_6, L_7, L_8); // d.DoFinal(h, 0); RuntimeObject* L_9 = ___d0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___h1; NullCheck(L_9); int32_t L_11; L_11 = InterfaceFuncInvoker2< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(5 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::DoFinal(System.Byte[],System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_9, L_10, 0); // byte[] r = ReduceScalar(h); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___h1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13; L_13 = Ed25519_ReduceScalar_m650664ACF7F03B23613348F96C16A93B51CA2D4B(L_12, /*hidden argument*/NULL); // byte[] R = new byte[PointBytes]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32)); V_0 = L_14; // ScalarMultBaseEncoded(r, R, 0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = L_13; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = V_0; Ed25519_ScalarMultBaseEncoded_mDAA6C77DED32CA62B1CFC9766E00BE51CADAFC54(L_15, L_16, 0, /*hidden argument*/NULL); // Dom2(d, phflag, ctx); RuntimeObject* L_17 = ___d0; uint8_t L_18 = ___phflag6; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = ___ctx5; Ed25519_Dom2_m937687579C57534BA8E41B713876C55D7DA2DBF3(L_17, L_18, L_19, /*hidden argument*/NULL); // d.BlockUpdate(R, 0, PointBytes); RuntimeObject* L_20 = ___d0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = V_0; NullCheck(L_20); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_20, L_21, 0, ((int32_t)32)); // d.BlockUpdate(pk, pkOff, PointBytes); RuntimeObject* L_22 = ___d0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = ___pk3; int32_t L_24 = ___pkOff4; NullCheck(L_22); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_22, L_23, L_24, ((int32_t)32)); // d.BlockUpdate(m, mOff, mLen); RuntimeObject* L_25 = ___d0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = ___m7; int32_t L_27 = ___mOff8; int32_t L_28 = ___mLen9; NullCheck(L_25); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_25, L_26, L_27, L_28); // d.DoFinal(h, 0); RuntimeObject* L_29 = ___d0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30 = ___h1; NullCheck(L_29); int32_t L_31; L_31 = InterfaceFuncInvoker2< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(5 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::DoFinal(System.Byte[],System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_29, L_30, 0); // byte[] k = ReduceScalar(h); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32 = ___h1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_33; L_33 = Ed25519_ReduceScalar_m650664ACF7F03B23613348F96C16A93B51CA2D4B(L_32, /*hidden argument*/NULL); V_1 = L_33; // byte[] S = CalculateS(r, k, s); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35 = ___s2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36; L_36 = Ed25519_CalculateS_m4667878C3DC0B20A59CD7E56AD3B53BA7A0E2ADF(L_15, L_34, L_35, /*hidden argument*/NULL); // Array.Copy(R, 0, sig, sigOff, PointBytes); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_37 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_38 = ___sig10; int32_t L_39 = ___sigOff11; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_37, 0, (RuntimeArray *)(RuntimeArray *)L_38, L_39, ((int32_t)32), /*hidden argument*/NULL); // Array.Copy(S, 0, sig, sigOff + PointBytes, ScalarBytes); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_40 = ___sig10; int32_t L_41 = ___sigOff11; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_36, 0, (RuntimeArray *)(RuntimeArray *)L_40, ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)((int32_t)32))), ((int32_t)32), /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::ImplSign(System.Byte[],System.Int32,System.Byte[],System.Byte,System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_ImplSign_mB43645EA4446E2784053710F0C13CE73FD3514A3 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sk0, int32_t ___skOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx2, uint8_t ___phflag3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m4, int32_t ___mOff5, int32_t ___mLen6, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sig7, int32_t ___sigOff8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; { // if (!CheckContextVar(ctx, phflag)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___ctx2; uint8_t L_1 = ___phflag3; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); bool L_2; L_2 = Ed25519_CheckContextVar_m10323CDDC8459999FB86EEBB53F376687A7F5AA5(L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0014; } } { // throw new ArgumentException("ctx"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_3 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral062880938476E2B20298E6FC08CB87B48E5C7853)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Ed25519_ImplSign_mB43645EA4446E2784053710F0C13CE73FD3514A3_RuntimeMethod_var))); } IL_0014: { // IDigest d = CreateDigest(); IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); RuntimeObject* L_4; L_4 = Ed25519_CreateDigest_m62D60C8013FABEDFF0F085EE89064D4407F11358(/*hidden argument*/NULL); // byte[] h = new byte[d.GetDigestSize()]; RuntimeObject* L_5 = L_4; NullCheck(L_5); int32_t L_6; L_6 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::GetDigestSize() */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_5); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_6); V_0 = L_7; // d.BlockUpdate(sk, skOff, SecretKeySize); RuntimeObject* L_8 = L_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___sk0; int32_t L_10 = ___skOff1; int32_t L_11 = ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->get_SecretKeySize_7(); NullCheck(L_8); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_8, L_9, L_10, L_11); // d.DoFinal(h, 0); RuntimeObject* L_12 = L_8; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_0; NullCheck(L_12); int32_t L_14; L_14 = InterfaceFuncInvoker2< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(5 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::DoFinal(System.Byte[],System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_12, L_13, 0); // byte[] s = new byte[ScalarBytes]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32)); V_1 = L_15; // PruneScalar(h, 0, s); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = V_1; Ed25519_PruneScalar_mD7254A530D8296C18F414F4D2839D12DEC008A9E(L_16, 0, L_17, /*hidden argument*/NULL); // byte[] pk = new byte[PointBytes]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32)); V_2 = L_18; // ScalarMultBaseEncoded(s, pk, 0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = V_2; Ed25519_ScalarMultBaseEncoded_mDAA6C77DED32CA62B1CFC9766E00BE51CADAFC54(L_19, L_20, 0, /*hidden argument*/NULL); // ImplSign(d, h, s, pk, 0, ctx, phflag, m, mOff, mLen, sig, sigOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = ___ctx2; uint8_t L_25 = ___phflag3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = ___m4; int32_t L_27 = ___mOff5; int32_t L_28 = ___mLen6; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = ___sig7; int32_t L_30 = ___sigOff8; Ed25519_ImplSign_mDC5C7E35F4A8E904305106BCEDAA742DD4B01602(L_12, L_21, L_22, L_23, 0, L_24, L_25, L_26, L_27, L_28, L_29, L_30, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::ImplSign(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Byte[],System.Byte,System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_ImplSign_m3805CCD09A37FF6F978050F6FE4C96B26C5A666C (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sk0, int32_t ___skOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pk2, int32_t ___pkOff3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx4, uint8_t ___phflag5, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m6, int32_t ___mOff7, int32_t ___mLen8, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sig9, int32_t ___sigOff10, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; { // if (!CheckContextVar(ctx, phflag)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___ctx4; uint8_t L_1 = ___phflag5; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); bool L_2; L_2 = Ed25519_CheckContextVar_m10323CDDC8459999FB86EEBB53F376687A7F5AA5(L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0016; } } { // throw new ArgumentException("ctx"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_3 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral062880938476E2B20298E6FC08CB87B48E5C7853)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Ed25519_ImplSign_m3805CCD09A37FF6F978050F6FE4C96B26C5A666C_RuntimeMethod_var))); } IL_0016: { // IDigest d = CreateDigest(); IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); RuntimeObject* L_4; L_4 = Ed25519_CreateDigest_m62D60C8013FABEDFF0F085EE89064D4407F11358(/*hidden argument*/NULL); // byte[] h = new byte[d.GetDigestSize()]; RuntimeObject* L_5 = L_4; NullCheck(L_5); int32_t L_6; L_6 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::GetDigestSize() */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_5); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_6); V_0 = L_7; // d.BlockUpdate(sk, skOff, SecretKeySize); RuntimeObject* L_8 = L_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___sk0; int32_t L_10 = ___skOff1; int32_t L_11 = ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->get_SecretKeySize_7(); NullCheck(L_8); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_8, L_9, L_10, L_11); // d.DoFinal(h, 0); RuntimeObject* L_12 = L_8; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_0; NullCheck(L_12); int32_t L_14; L_14 = InterfaceFuncInvoker2< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(5 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::DoFinal(System.Byte[],System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_12, L_13, 0); // byte[] s = new byte[ScalarBytes]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32)); V_1 = L_15; // PruneScalar(h, 0, s); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = V_1; Ed25519_PruneScalar_mD7254A530D8296C18F414F4D2839D12DEC008A9E(L_16, 0, L_17, /*hidden argument*/NULL); // ImplSign(d, h, s, pk, pkOff, ctx, phflag, m, mOff, mLen, sig, sigOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = ___pk2; int32_t L_21 = ___pkOff3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = ___ctx4; uint8_t L_23 = ___phflag5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = ___m6; int32_t L_25 = ___mOff7; int32_t L_26 = ___mLen8; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = ___sig9; int32_t L_28 = ___sigOff10; Ed25519_ImplSign_mDC5C7E35F4A8E904305106BCEDAA742DD4B01602(L_12, L_18, L_19, L_20, L_21, L_22, L_23, L_24, L_25, L_26, L_27, L_28, /*hidden argument*/NULL); // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::ImplVerify(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Byte[],System.Byte,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Ed25519_ImplVerify_mBEAFF5CF3EF73AE3D65A95FB171CA2AE9DA67FD0 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sig0, int32_t ___sigOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pk2, int32_t ___pkOff3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx4, uint8_t ___phflag5, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m6, int32_t ___mOff7, int32_t ___mLen8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointAccum_t4065C75ECAB36598757B516CD38694929E598555_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * V_2 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_4 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_5 = NULL; PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * V_6 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_7 = NULL; { // if (!CheckContextVar(ctx, phflag)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___ctx4; uint8_t L_1 = ___phflag5; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); bool L_2; L_2 = Ed25519_CheckContextVar_m10323CDDC8459999FB86EEBB53F376687A7F5AA5(L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0016; } } { // throw new ArgumentException("ctx"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_3 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral062880938476E2B20298E6FC08CB87B48E5C7853)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Ed25519_ImplVerify_mBEAFF5CF3EF73AE3D65A95FB171CA2AE9DA67FD0_RuntimeMethod_var))); } IL_0016: { // byte[] R = Arrays.CopyOfRange(sig, sigOff, sigOff + PointBytes); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___sig0; int32_t L_5 = ___sigOff1; int32_t L_6 = ___sigOff1; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7; L_7 = Arrays_CopyOfRange_m4DB795FE5A54E33AF1B2C338A8DB20C3EA14CDE4(L_4, L_5, ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)((int32_t)32))), /*hidden argument*/NULL); V_0 = L_7; // byte[] S = Arrays.CopyOfRange(sig, sigOff + PointBytes, sigOff + SignatureSize); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___sig0; int32_t L_9 = ___sigOff1; int32_t L_10 = ___sigOff1; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); int32_t L_11 = ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->get_SignatureSize_8(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12; L_12 = Arrays_CopyOfRange_m4DB795FE5A54E33AF1B2C338A8DB20C3EA14CDE4(L_8, ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)((int32_t)32))), ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11)), /*hidden argument*/NULL); V_1 = L_12; // if (!CheckPointVar(R)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_0; bool L_14; L_14 = Ed25519_CheckPointVar_mB74911F4E88DC88D5777BBA6148FF3DF072FB052(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_003e; } } { // return false; return (bool)0; } IL_003e: { // if (!CheckScalarVar(S)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); bool L_16; L_16 = Ed25519_CheckScalarVar_m95054FC8D4EC634F93AABB44C561F38FFE580727(L_15, /*hidden argument*/NULL); if (L_16) { goto IL_0048; } } { // return false; return (bool)0; } IL_0048: { // PointExt pA = new PointExt(); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_17 = (PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 *)il2cpp_codegen_object_new(PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620_il2cpp_TypeInfo_var); PointExt__ctor_mAF21349B7500F4DB3847D95332775348B771DED2(L_17, /*hidden argument*/NULL); V_2 = L_17; // if (!DecodePointVar(pk, pkOff, true, pA)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = ___pk2; int32_t L_19 = ___pkOff3; PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_20 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); bool L_21; L_21 = Ed25519_DecodePointVar_m6957159886FEF1D0C9D1FBCD2D3CE952783EEC94(L_18, L_19, (bool)1, L_20, /*hidden argument*/NULL); if (L_21) { goto IL_005b; } } { // return false; return (bool)0; } IL_005b: { // IDigest d = CreateDigest(); IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); RuntimeObject* L_22; L_22 = Ed25519_CreateDigest_m62D60C8013FABEDFF0F085EE89064D4407F11358(/*hidden argument*/NULL); // byte[] h = new byte[d.GetDigestSize()]; RuntimeObject* L_23 = L_22; NullCheck(L_23); int32_t L_24; L_24 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::GetDigestSize() */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_23); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_24); V_3 = L_25; // Dom2(d, phflag, ctx); RuntimeObject* L_26 = L_23; uint8_t L_27 = ___phflag5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = ___ctx4; Ed25519_Dom2_m937687579C57534BA8E41B713876C55D7DA2DBF3(L_26, L_27, L_28, /*hidden argument*/NULL); // d.BlockUpdate(R, 0, PointBytes); RuntimeObject* L_29 = L_26; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30 = V_0; NullCheck(L_29); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_29, L_30, 0, ((int32_t)32)); // d.BlockUpdate(pk, pkOff, PointBytes); RuntimeObject* L_31 = L_29; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32 = ___pk2; int32_t L_33 = ___pkOff3; NullCheck(L_31); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_31, L_32, L_33, ((int32_t)32)); // d.BlockUpdate(m, mOff, mLen); RuntimeObject* L_34 = L_31; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35 = ___m6; int32_t L_36 = ___mOff7; int32_t L_37 = ___mLen8; NullCheck(L_34); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_34, L_35, L_36, L_37); // d.DoFinal(h, 0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_38 = V_3; NullCheck(L_34); int32_t L_39; L_39 = InterfaceFuncInvoker2< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(5 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::DoFinal(System.Byte[],System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_34, L_38, 0); // byte[] k = ReduceScalar(h); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_40 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_41; L_41 = Ed25519_ReduceScalar_m650664ACF7F03B23613348F96C16A93B51CA2D4B(L_40, /*hidden argument*/NULL); // uint[] nS = new uint[ScalarUints]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_42 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)8); V_4 = L_42; // DecodeScalar(S, 0, nS); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_43 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_44 = V_4; Ed25519_DecodeScalar_m6F83E3587239BA9E18D2A7B179B130E04D718369(L_43, 0, L_44, /*hidden argument*/NULL); // uint[] nA = new uint[ScalarUints]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_45 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)8); V_5 = L_45; // DecodeScalar(k, 0, nA); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_46 = V_5; Ed25519_DecodeScalar_m6F83E3587239BA9E18D2A7B179B130E04D718369(L_41, 0, L_46, /*hidden argument*/NULL); // PointAccum pR = new PointAccum(); PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_47 = (PointAccum_t4065C75ECAB36598757B516CD38694929E598555 *)il2cpp_codegen_object_new(PointAccum_t4065C75ECAB36598757B516CD38694929E598555_il2cpp_TypeInfo_var); PointAccum__ctor_mDBDDCD32CA68251B24D92918AF228214B430BD01(L_47, /*hidden argument*/NULL); V_6 = L_47; // ScalarMultStraussVar(nS, nA, pA, pR); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_48 = V_4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_49 = V_5; PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_50 = V_2; PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_51 = V_6; Ed25519_ScalarMultStraussVar_mD8D03D34EE819CFFF7FB0DB77770487626E6279C(L_48, L_49, L_50, L_51, /*hidden argument*/NULL); // byte[] check = new byte[PointBytes]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_52 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32)); V_7 = L_52; // EncodePoint(pR, check, 0); PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_53 = V_6; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_54 = V_7; Ed25519_EncodePoint_mB616BC9D06E2C4EA730D0679A75EC43E593712A2(L_53, L_54, 0, /*hidden argument*/NULL); // return Arrays.AreEqual(check, R); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_55 = V_7; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_56 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); bool L_57; L_57 = Arrays_AreEqual_mA5503C81863BC5B4F26A66569A45A9B855ED2246(L_55, L_56, /*hidden argument*/NULL); return L_57; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::PointAddVar(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointExt,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointAccum) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_PointAddVar_m15A052DBF92FF1C32F134D4BA7A8FA9D95708516 (bool ___negate0, PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * ___p1, PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * ___r2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_0 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_1 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_2 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_3 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_4 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_5 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_6 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_7 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_8 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_9 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_10 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_11 = NULL; { // int[] A = X25519Field.Create(); IL2CPP_RUNTIME_CLASS_INIT(X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0; L_0 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); V_0 = L_0; // int[] B = X25519Field.Create(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1; L_1 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); V_1 = L_1; // int[] C = X25519Field.Create(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2; L_2 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); V_2 = L_2; // int[] D = X25519Field.Create(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3; L_3 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); V_3 = L_3; // int[] E = r.u; PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_4 = ___r2; NullCheck(L_4); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5 = L_4->get_u_3(); V_4 = L_5; // int[] F = X25519Field.Create(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6; L_6 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); V_5 = L_6; // int[] G = X25519Field.Create(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_7; L_7 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); V_6 = L_7; // int[] H = r.v; PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_8 = ___r2; NullCheck(L_8); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_9 = L_8->get_v_4(); V_7 = L_9; // if (negate) bool L_10 = ___negate0; if (!L_10) { goto IL_0049; } } { // c = D; d = C; f = G; g = F; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_11 = V_3; V_8 = L_11; // c = D; d = C; f = G; g = F; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_12 = V_2; V_9 = L_12; // c = D; d = C; f = G; g = F; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_13 = V_6; V_10 = L_13; // c = D; d = C; f = G; g = F; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_14 = V_5; V_11 = L_14; // } goto IL_0057; } IL_0049: { // c = C; d = D; f = F; g = G; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_15 = V_2; V_8 = L_15; // c = C; d = D; f = F; g = G; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_16 = V_3; V_9 = L_16; // c = C; d = D; f = F; g = G; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_17 = V_5; V_10 = L_17; // c = C; d = D; f = F; g = G; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_18 = V_6; V_11 = L_18; } IL_0057: { // X25519Field.Apm(r.y, r.x, B, A); PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_19 = ___r2; NullCheck(L_19); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_20 = L_19->get_y_1(); PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_21 = ___r2; NullCheck(L_21); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_22 = L_21->get_x_0(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_23 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_24 = V_0; IL2CPP_RUNTIME_CLASS_INIT(X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); X25519Field_Apm_m434A671891157D4F8D8E269A1E05D4B221D3FA59(L_20, L_22, L_23, L_24, /*hidden argument*/NULL); // X25519Field.Apm(p.y, p.x, d, c); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_25 = ___p1; NullCheck(L_25); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_26 = L_25->get_y_1(); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_27 = ___p1; NullCheck(L_27); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_28 = L_27->get_x_0(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_29 = V_9; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_30 = V_8; X25519Field_Apm_m434A671891157D4F8D8E269A1E05D4B221D3FA59(L_26, L_28, L_29, L_30, /*hidden argument*/NULL); // X25519Field.Mul(A, C, A); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_31 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_32 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_33 = V_0; X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_31, L_32, L_33, /*hidden argument*/NULL); // X25519Field.Mul(B, D, B); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_34 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_35 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_36 = V_1; X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_34, L_35, L_36, /*hidden argument*/NULL); // X25519Field.Mul(r.u, r.v, C); PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_37 = ___r2; NullCheck(L_37); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_38 = L_37->get_u_3(); PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_39 = ___r2; NullCheck(L_39); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_40 = L_39->get_v_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_41 = V_2; X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_38, L_40, L_41, /*hidden argument*/NULL); // X25519Field.Mul(C, p.t, C); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_42 = V_2; PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_43 = ___p1; NullCheck(L_43); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_44 = L_43->get_t_3(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_45 = V_2; X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_42, L_44, L_45, /*hidden argument*/NULL); // X25519Field.Mul(C, C_d2, C); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_46 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_47 = ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->get_C_d2_20(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_48 = V_2; X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_46, L_47, L_48, /*hidden argument*/NULL); // X25519Field.Mul(r.z, p.z, D); PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_49 = ___r2; NullCheck(L_49); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_50 = L_49->get_z_2(); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_51 = ___p1; NullCheck(L_51); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_52 = L_51->get_z_2(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_53 = V_3; X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_50, L_52, L_53, /*hidden argument*/NULL); // X25519Field.Add(D, D, D); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_54 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_55 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_56 = V_3; X25519Field_Add_m1060BDFCC05E5B5F4ED3474363DBDA33D909AFCA(L_54, L_55, L_56, /*hidden argument*/NULL); // X25519Field.Apm(B, A, H, E); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_57 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_58 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_59 = V_7; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_60 = V_4; X25519Field_Apm_m434A671891157D4F8D8E269A1E05D4B221D3FA59(L_57, L_58, L_59, L_60, /*hidden argument*/NULL); // X25519Field.Apm(D, C, g, f); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_61 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_62 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_63 = V_11; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_64 = V_10; X25519Field_Apm_m434A671891157D4F8D8E269A1E05D4B221D3FA59(L_61, L_62, L_63, L_64, /*hidden argument*/NULL); // X25519Field.Carry(g); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_65 = V_11; X25519Field_Carry_m10F121F98AD5603E56B922903CCE7202AD8485AD(L_65, /*hidden argument*/NULL); // X25519Field.Mul(E, F, r.x); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_66 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_67 = V_5; PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_68 = ___r2; NullCheck(L_68); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_69 = L_68->get_x_0(); X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_66, L_67, L_69, /*hidden argument*/NULL); // X25519Field.Mul(G, H, r.y); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_70 = V_6; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_71 = V_7; PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_72 = ___r2; NullCheck(L_72); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_73 = L_72->get_y_1(); X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_70, L_71, L_73, /*hidden argument*/NULL); // X25519Field.Mul(F, G, r.z); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_74 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_75 = V_6; PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_76 = ___r2; NullCheck(L_76); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_77 = L_76->get_z_2(); X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_74, L_75, L_77, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::PointAddVar(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointExt,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointExt,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointExt) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_PointAddVar_m3E2A136DC1F95E3555DB83984F385CFAB7D9D99A (bool ___negate0, PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * ___p1, PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * ___q2, PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * ___r3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_0 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_1 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_2 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_3 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_4 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_5 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_6 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_7 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_8 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_9 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_10 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_11 = NULL; { // int[] A = X25519Field.Create(); IL2CPP_RUNTIME_CLASS_INIT(X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0; L_0 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); V_0 = L_0; // int[] B = X25519Field.Create(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1; L_1 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); V_1 = L_1; // int[] C = X25519Field.Create(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2; L_2 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); V_2 = L_2; // int[] D = X25519Field.Create(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3; L_3 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); V_3 = L_3; // int[] E = X25519Field.Create(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4; L_4 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); V_4 = L_4; // int[] F = X25519Field.Create(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5; L_5 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); V_5 = L_5; // int[] G = X25519Field.Create(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6; L_6 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); V_6 = L_6; // int[] H = X25519Field.Create(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_7; L_7 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); V_7 = L_7; // if (negate) bool L_8 = ___negate0; if (!L_8) { goto IL_0047; } } { // c = D; d = C; f = G; g = F; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_9 = V_3; V_8 = L_9; // c = D; d = C; f = G; g = F; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_10 = V_2; V_9 = L_10; // c = D; d = C; f = G; g = F; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_11 = V_6; V_10 = L_11; // c = D; d = C; f = G; g = F; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_12 = V_5; V_11 = L_12; // } goto IL_0055; } IL_0047: { // c = C; d = D; f = F; g = G; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_13 = V_2; V_8 = L_13; // c = C; d = D; f = F; g = G; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_14 = V_3; V_9 = L_14; // c = C; d = D; f = F; g = G; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_15 = V_5; V_10 = L_15; // c = C; d = D; f = F; g = G; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_16 = V_6; V_11 = L_16; } IL_0055: { // X25519Field.Apm(p.y, p.x, B, A); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_17 = ___p1; NullCheck(L_17); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_18 = L_17->get_y_1(); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_19 = ___p1; NullCheck(L_19); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_20 = L_19->get_x_0(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_21 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_22 = V_0; IL2CPP_RUNTIME_CLASS_INIT(X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); X25519Field_Apm_m434A671891157D4F8D8E269A1E05D4B221D3FA59(L_18, L_20, L_21, L_22, /*hidden argument*/NULL); // X25519Field.Apm(q.y, q.x, d, c); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_23 = ___q2; NullCheck(L_23); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_24 = L_23->get_y_1(); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_25 = ___q2; NullCheck(L_25); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_26 = L_25->get_x_0(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_27 = V_9; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_28 = V_8; X25519Field_Apm_m434A671891157D4F8D8E269A1E05D4B221D3FA59(L_24, L_26, L_27, L_28, /*hidden argument*/NULL); // X25519Field.Mul(A, C, A); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_29 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_30 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_31 = V_0; X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_29, L_30, L_31, /*hidden argument*/NULL); // X25519Field.Mul(B, D, B); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_32 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_33 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_34 = V_1; X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_32, L_33, L_34, /*hidden argument*/NULL); // X25519Field.Mul(p.t, q.t, C); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_35 = ___p1; NullCheck(L_35); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_36 = L_35->get_t_3(); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_37 = ___q2; NullCheck(L_37); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_38 = L_37->get_t_3(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_39 = V_2; X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_36, L_38, L_39, /*hidden argument*/NULL); // X25519Field.Mul(C, C_d2, C); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_40 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_41 = ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->get_C_d2_20(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_42 = V_2; X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_40, L_41, L_42, /*hidden argument*/NULL); // X25519Field.Mul(p.z, q.z, D); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_43 = ___p1; NullCheck(L_43); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_44 = L_43->get_z_2(); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_45 = ___q2; NullCheck(L_45); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_46 = L_45->get_z_2(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_47 = V_3; X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_44, L_46, L_47, /*hidden argument*/NULL); // X25519Field.Add(D, D, D); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_48 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_49 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_50 = V_3; X25519Field_Add_m1060BDFCC05E5B5F4ED3474363DBDA33D909AFCA(L_48, L_49, L_50, /*hidden argument*/NULL); // X25519Field.Apm(B, A, H, E); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_51 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_52 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_53 = V_7; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_54 = V_4; X25519Field_Apm_m434A671891157D4F8D8E269A1E05D4B221D3FA59(L_51, L_52, L_53, L_54, /*hidden argument*/NULL); // X25519Field.Apm(D, C, g, f); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_55 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_56 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_57 = V_11; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_58 = V_10; X25519Field_Apm_m434A671891157D4F8D8E269A1E05D4B221D3FA59(L_55, L_56, L_57, L_58, /*hidden argument*/NULL); // X25519Field.Carry(g); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_59 = V_11; X25519Field_Carry_m10F121F98AD5603E56B922903CCE7202AD8485AD(L_59, /*hidden argument*/NULL); // X25519Field.Mul(E, F, r.x); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_60 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_61 = V_5; PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_62 = ___r3; NullCheck(L_62); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_63 = L_62->get_x_0(); X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_60, L_61, L_63, /*hidden argument*/NULL); // X25519Field.Mul(G, H, r.y); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_64 = V_6; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_65 = V_7; PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_66 = ___r3; NullCheck(L_66); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_67 = L_66->get_y_1(); X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_64, L_65, L_67, /*hidden argument*/NULL); // X25519Field.Mul(F, G, r.z); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_68 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_69 = V_6; PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_70 = ___r3; NullCheck(L_70); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_71 = L_70->get_z_2(); X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_68, L_69, L_71, /*hidden argument*/NULL); // X25519Field.Mul(E, H, r.t); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_72 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_73 = V_7; PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_74 = ___r3; NullCheck(L_74); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_75 = L_74->get_t_3(); X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_72, L_73, L_75, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::PointAddPrecomp(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointPrecomp,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointAccum) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_PointAddPrecomp_mAD467361D8FFC05FD5BE87F3FA1000C2FEE5E94F (PointPrecomp_t715B4391BC4FB855902DB0BC7128FC57703FA940 * ___p0, PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * ___r1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_0 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_1 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_2 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_3 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_4 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_5 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_6 = NULL; { // int[] A = X25519Field.Create(); IL2CPP_RUNTIME_CLASS_INIT(X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0; L_0 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); V_0 = L_0; // int[] B = X25519Field.Create(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1; L_1 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); V_1 = L_1; // int[] C = X25519Field.Create(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2; L_2 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); V_2 = L_2; // int[] E = r.u; PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_3 = ___r1; NullCheck(L_3); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = L_3->get_u_3(); V_3 = L_4; // int[] F = X25519Field.Create(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5; L_5 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); V_4 = L_5; // int[] G = X25519Field.Create(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6; L_6 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); V_5 = L_6; // int[] H = r.v; PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_7 = ___r1; NullCheck(L_7); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8 = L_7->get_v_4(); V_6 = L_8; // X25519Field.Apm(r.y, r.x, B, A); PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_9 = ___r1; NullCheck(L_9); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_10 = L_9->get_y_1(); PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_11 = ___r1; NullCheck(L_11); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_12 = L_11->get_x_0(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_13 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_14 = V_0; X25519Field_Apm_m434A671891157D4F8D8E269A1E05D4B221D3FA59(L_10, L_12, L_13, L_14, /*hidden argument*/NULL); // X25519Field.Mul(A, p.ymx_h, A); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_15 = V_0; PointPrecomp_t715B4391BC4FB855902DB0BC7128FC57703FA940 * L_16 = ___p0; NullCheck(L_16); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_17 = L_16->get_ymx_h_1(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_18 = V_0; X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_15, L_17, L_18, /*hidden argument*/NULL); // X25519Field.Mul(B, p.ypx_h, B); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_19 = V_1; PointPrecomp_t715B4391BC4FB855902DB0BC7128FC57703FA940 * L_20 = ___p0; NullCheck(L_20); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_21 = L_20->get_ypx_h_0(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_22 = V_1; X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_19, L_21, L_22, /*hidden argument*/NULL); // X25519Field.Mul(r.u, r.v, C); PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_23 = ___r1; NullCheck(L_23); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_24 = L_23->get_u_3(); PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_25 = ___r1; NullCheck(L_25); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_26 = L_25->get_v_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_27 = V_2; X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_24, L_26, L_27, /*hidden argument*/NULL); // X25519Field.Mul(C, p.xyd, C); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_28 = V_2; PointPrecomp_t715B4391BC4FB855902DB0BC7128FC57703FA940 * L_29 = ___p0; NullCheck(L_29); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_30 = L_29->get_xyd_2(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_31 = V_2; X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_28, L_30, L_31, /*hidden argument*/NULL); // X25519Field.Apm(B, A, H, E); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_32 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_33 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_34 = V_6; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_35 = V_3; X25519Field_Apm_m434A671891157D4F8D8E269A1E05D4B221D3FA59(L_32, L_33, L_34, L_35, /*hidden argument*/NULL); // X25519Field.Apm(r.z, C, G, F); PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_36 = ___r1; NullCheck(L_36); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_37 = L_36->get_z_2(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_38 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_39 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_40 = V_4; X25519Field_Apm_m434A671891157D4F8D8E269A1E05D4B221D3FA59(L_37, L_38, L_39, L_40, /*hidden argument*/NULL); // X25519Field.Carry(G); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_41 = V_5; X25519Field_Carry_m10F121F98AD5603E56B922903CCE7202AD8485AD(L_41, /*hidden argument*/NULL); // X25519Field.Mul(E, F, r.x); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_42 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_43 = V_4; PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_44 = ___r1; NullCheck(L_44); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_45 = L_44->get_x_0(); X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_42, L_43, L_45, /*hidden argument*/NULL); // X25519Field.Mul(G, H, r.y); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_46 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_47 = V_6; PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_48 = ___r1; NullCheck(L_48); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_49 = L_48->get_y_1(); X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_46, L_47, L_49, /*hidden argument*/NULL); // X25519Field.Mul(F, G, r.z); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_50 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_51 = V_5; PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_52 = ___r1; NullCheck(L_52); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_53 = L_52->get_z_2(); X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_50, L_51, L_53, /*hidden argument*/NULL); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointExt BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::PointCopy(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointAccum) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * Ed25519_PointCopy_m93CDB2AA8EF40CF60B80FB6D3E5B8CC94503FD9B (PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * ___p0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * V_0 = NULL; { // PointExt r = new PointExt(); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_0 = (PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 *)il2cpp_codegen_object_new(PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620_il2cpp_TypeInfo_var); PointExt__ctor_mAF21349B7500F4DB3847D95332775348B771DED2(L_0, /*hidden argument*/NULL); V_0 = L_0; // X25519Field.Copy(p.x, 0, r.x, 0); PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_1 = ___p0; NullCheck(L_1); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = L_1->get_x_0(); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_3 = V_0; NullCheck(L_3); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = L_3->get_x_0(); IL2CPP_RUNTIME_CLASS_INIT(X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); X25519Field_Copy_mDBB0259817C96BB25405DD342F01494C3F9AC9B7(L_2, 0, L_4, 0, /*hidden argument*/NULL); // X25519Field.Copy(p.y, 0, r.y, 0); PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_5 = ___p0; NullCheck(L_5); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6 = L_5->get_y_1(); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_7 = V_0; NullCheck(L_7); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8 = L_7->get_y_1(); X25519Field_Copy_mDBB0259817C96BB25405DD342F01494C3F9AC9B7(L_6, 0, L_8, 0, /*hidden argument*/NULL); // X25519Field.Copy(p.z, 0, r.z, 0); PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_9 = ___p0; NullCheck(L_9); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_10 = L_9->get_z_2(); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_11 = V_0; NullCheck(L_11); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_12 = L_11->get_z_2(); X25519Field_Copy_mDBB0259817C96BB25405DD342F01494C3F9AC9B7(L_10, 0, L_12, 0, /*hidden argument*/NULL); // X25519Field.Mul(p.u, p.v, r.t); PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_13 = ___p0; NullCheck(L_13); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_14 = L_13->get_u_3(); PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_15 = ___p0; NullCheck(L_15); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_16 = L_15->get_v_4(); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_17 = V_0; NullCheck(L_17); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_18 = L_17->get_t_3(); X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_14, L_16, L_18, /*hidden argument*/NULL); // return r; PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_19 = V_0; return L_19; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointExt BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::PointCopy(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointExt) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * Ed25519_PointCopy_m5BD75221BF7DD22C528F53E6314AE5C1B8F3D623 (PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * ___p0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * V_0 = NULL; { // PointExt r = new PointExt(); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_0 = (PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 *)il2cpp_codegen_object_new(PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620_il2cpp_TypeInfo_var); PointExt__ctor_mAF21349B7500F4DB3847D95332775348B771DED2(L_0, /*hidden argument*/NULL); V_0 = L_0; // X25519Field.Copy(p.x, 0, r.x, 0); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_1 = ___p0; NullCheck(L_1); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = L_1->get_x_0(); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_3 = V_0; NullCheck(L_3); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = L_3->get_x_0(); IL2CPP_RUNTIME_CLASS_INIT(X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); X25519Field_Copy_mDBB0259817C96BB25405DD342F01494C3F9AC9B7(L_2, 0, L_4, 0, /*hidden argument*/NULL); // X25519Field.Copy(p.y, 0, r.y, 0); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_5 = ___p0; NullCheck(L_5); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6 = L_5->get_y_1(); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_7 = V_0; NullCheck(L_7); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8 = L_7->get_y_1(); X25519Field_Copy_mDBB0259817C96BB25405DD342F01494C3F9AC9B7(L_6, 0, L_8, 0, /*hidden argument*/NULL); // X25519Field.Copy(p.z, 0, r.z, 0); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_9 = ___p0; NullCheck(L_9); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_10 = L_9->get_z_2(); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_11 = V_0; NullCheck(L_11); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_12 = L_11->get_z_2(); X25519Field_Copy_mDBB0259817C96BB25405DD342F01494C3F9AC9B7(L_10, 0, L_12, 0, /*hidden argument*/NULL); // X25519Field.Copy(p.t, 0, r.t, 0); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_13 = ___p0; NullCheck(L_13); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_14 = L_13->get_t_3(); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_15 = V_0; NullCheck(L_15); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_16 = L_15->get_t_3(); X25519Field_Copy_mDBB0259817C96BB25405DD342F01494C3F9AC9B7(L_14, 0, L_16, 0, /*hidden argument*/NULL); // return r; PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_17 = V_0; return L_17; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::PointDouble(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointAccum) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_PointDouble_m51713BA3C92D0015CA53A17022144A8E4E70275E (PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * ___r0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_0 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_1 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_2 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_3 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_4 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_5 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_6 = NULL; { // int[] A = X25519Field.Create(); IL2CPP_RUNTIME_CLASS_INIT(X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0; L_0 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); V_0 = L_0; // int[] B = X25519Field.Create(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1; L_1 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); V_1 = L_1; // int[] C = X25519Field.Create(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2; L_2 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); V_2 = L_2; // int[] E = r.u; PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_3 = ___r0; NullCheck(L_3); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = L_3->get_u_3(); V_3 = L_4; // int[] F = X25519Field.Create(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5; L_5 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); V_4 = L_5; // int[] G = X25519Field.Create(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6; L_6 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); V_5 = L_6; // int[] H = r.v; PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_7 = ___r0; NullCheck(L_7); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8 = L_7->get_v_4(); V_6 = L_8; // X25519Field.Sqr(r.x, A); PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_9 = ___r0; NullCheck(L_9); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_10 = L_9->get_x_0(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_11 = V_0; X25519Field_Sqr_m86EFA73F5A64FC5269F02EA03518423AD0A4D00E(L_10, L_11, /*hidden argument*/NULL); // X25519Field.Sqr(r.y, B); PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_12 = ___r0; NullCheck(L_12); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_13 = L_12->get_y_1(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_14 = V_1; X25519Field_Sqr_m86EFA73F5A64FC5269F02EA03518423AD0A4D00E(L_13, L_14, /*hidden argument*/NULL); // X25519Field.Sqr(r.z, C); PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_15 = ___r0; NullCheck(L_15); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_16 = L_15->get_z_2(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_17 = V_2; X25519Field_Sqr_m86EFA73F5A64FC5269F02EA03518423AD0A4D00E(L_16, L_17, /*hidden argument*/NULL); // X25519Field.Add(C, C, C); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_18 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_19 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_20 = V_2; X25519Field_Add_m1060BDFCC05E5B5F4ED3474363DBDA33D909AFCA(L_18, L_19, L_20, /*hidden argument*/NULL); // X25519Field.Apm(A, B, H, G); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_21 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_22 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_23 = V_6; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_24 = V_5; X25519Field_Apm_m434A671891157D4F8D8E269A1E05D4B221D3FA59(L_21, L_22, L_23, L_24, /*hidden argument*/NULL); // X25519Field.Add(r.x, r.y, E); PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_25 = ___r0; NullCheck(L_25); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_26 = L_25->get_x_0(); PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_27 = ___r0; NullCheck(L_27); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_28 = L_27->get_y_1(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_29 = V_3; X25519Field_Add_m1060BDFCC05E5B5F4ED3474363DBDA33D909AFCA(L_26, L_28, L_29, /*hidden argument*/NULL); // X25519Field.Sqr(E, E); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_30 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_31 = V_3; X25519Field_Sqr_m86EFA73F5A64FC5269F02EA03518423AD0A4D00E(L_30, L_31, /*hidden argument*/NULL); // X25519Field.Sub(H, E, E); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_32 = V_6; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_33 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_34 = V_3; X25519Field_Sub_m65C6DEB90ECF734A2A1EDBC8EB0B30CF0AA33EB8(L_32, L_33, L_34, /*hidden argument*/NULL); // X25519Field.Add(C, G, F); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_35 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_36 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_37 = V_4; X25519Field_Add_m1060BDFCC05E5B5F4ED3474363DBDA33D909AFCA(L_35, L_36, L_37, /*hidden argument*/NULL); // X25519Field.Carry(F); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_38 = V_4; X25519Field_Carry_m10F121F98AD5603E56B922903CCE7202AD8485AD(L_38, /*hidden argument*/NULL); // X25519Field.Mul(E, F, r.x); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_39 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_40 = V_4; PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_41 = ___r0; NullCheck(L_41); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_42 = L_41->get_x_0(); X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_39, L_40, L_42, /*hidden argument*/NULL); // X25519Field.Mul(G, H, r.y); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_43 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_44 = V_6; PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_45 = ___r0; NullCheck(L_45); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_46 = L_45->get_y_1(); X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_43, L_44, L_46, /*hidden argument*/NULL); // X25519Field.Mul(F, G, r.z); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_47 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_48 = V_5; PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_49 = ___r0; NullCheck(L_49); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_50 = L_49->get_z_2(); X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_47, L_48, L_50, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::PointExtendXY(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointAccum) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_PointExtendXY_m9BA25D2F5813A8AB7259CC26A97E15B38CA65F06 (PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * ___p0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // X25519Field.One(p.z); PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_0 = ___p0; NullCheck(L_0); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = L_0->get_z_2(); IL2CPP_RUNTIME_CLASS_INIT(X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); X25519Field_One_m8A0A2BFCC818F250F12A84D170DCC3F89C44946A(L_1, /*hidden argument*/NULL); // X25519Field.Copy(p.x, 0, p.u, 0); PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_2 = ___p0; NullCheck(L_2); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = L_2->get_x_0(); PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_4 = ___p0; NullCheck(L_4); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5 = L_4->get_u_3(); X25519Field_Copy_mDBB0259817C96BB25405DD342F01494C3F9AC9B7(L_3, 0, L_5, 0, /*hidden argument*/NULL); // X25519Field.Copy(p.y, 0, p.v, 0); PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_6 = ___p0; NullCheck(L_6); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_7 = L_6->get_y_1(); PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_8 = ___p0; NullCheck(L_8); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_9 = L_8->get_v_4(); X25519Field_Copy_mDBB0259817C96BB25405DD342F01494C3F9AC9B7(L_7, 0, L_9, 0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::PointExtendXY(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointExt) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_PointExtendXY_mC1F47E04BAB061403852526F2E54F68BD3A098FE (PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * ___p0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // X25519Field.One(p.z); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_0 = ___p0; NullCheck(L_0); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = L_0->get_z_2(); IL2CPP_RUNTIME_CLASS_INIT(X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); X25519Field_One_m8A0A2BFCC818F250F12A84D170DCC3F89C44946A(L_1, /*hidden argument*/NULL); // X25519Field.Mul(p.x, p.y, p.t); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_2 = ___p0; NullCheck(L_2); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = L_2->get_x_0(); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_4 = ___p0; NullCheck(L_4); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5 = L_4->get_y_1(); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_6 = ___p0; NullCheck(L_6); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_7 = L_6->get_t_3(); X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_3, L_5, L_7, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::PointLookup(System.Int32,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointPrecomp) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_PointLookup_mA54FB6686BF6594935291E90A506D8CF39E18D26 (int32_t ___block0, int32_t ___index1, PointPrecomp_t715B4391BC4FB855902DB0BC7128FC57703FA940 * ___p2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { // int off = block * PrecompPoints * 3 * X25519Field.Size; int32_t L_0 = ___block0; V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_0, (int32_t)8)), (int32_t)3)), (int32_t)((int32_t)10))); // for (int i = 0; i < PrecompPoints; ++i) V_1 = 0; goto IL_0068; } IL_000d: { // int mask = ((i ^ index) - 1) >> 31; int32_t L_1 = V_1; int32_t L_2 = ___index1; V_2 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_1^(int32_t)L_2)), (int32_t)1))>>(int32_t)((int32_t)31))); // Nat.CMov(X25519Field.Size, mask, precompBase, off, p.ypx_h, 0); off += X25519Field.Size; int32_t L_3 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->get_precompBase_30(); int32_t L_5 = V_0; PointPrecomp_t715B4391BC4FB855902DB0BC7128FC57703FA940 * L_6 = ___p2; NullCheck(L_6); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_7 = L_6->get_ypx_h_0(); Nat_CMov_mBECD2F01F34C9BA0B598980A8F93DDB0612AB4BD(((int32_t)10), L_3, L_4, L_5, L_7, 0, /*hidden argument*/NULL); // Nat.CMov(X25519Field.Size, mask, precompBase, off, p.ypx_h, 0); off += X25519Field.Size; int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)((int32_t)10))); // Nat.CMov(X25519Field.Size, mask, precompBase, off, p.ymx_h, 0); off += X25519Field.Size; int32_t L_9 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_10 = ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->get_precompBase_30(); int32_t L_11 = V_0; PointPrecomp_t715B4391BC4FB855902DB0BC7128FC57703FA940 * L_12 = ___p2; NullCheck(L_12); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_13 = L_12->get_ymx_h_1(); Nat_CMov_mBECD2F01F34C9BA0B598980A8F93DDB0612AB4BD(((int32_t)10), L_9, L_10, L_11, L_13, 0, /*hidden argument*/NULL); // Nat.CMov(X25519Field.Size, mask, precompBase, off, p.ymx_h, 0); off += X25519Field.Size; int32_t L_14 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)((int32_t)10))); // Nat.CMov(X25519Field.Size, mask, precompBase, off, p.xyd, 0); off += X25519Field.Size; int32_t L_15 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_16 = ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->get_precompBase_30(); int32_t L_17 = V_0; PointPrecomp_t715B4391BC4FB855902DB0BC7128FC57703FA940 * L_18 = ___p2; NullCheck(L_18); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_19 = L_18->get_xyd_2(); Nat_CMov_mBECD2F01F34C9BA0B598980A8F93DDB0612AB4BD(((int32_t)10), L_15, L_16, L_17, L_19, 0, /*hidden argument*/NULL); // Nat.CMov(X25519Field.Size, mask, precompBase, off, p.xyd, 0); off += X25519Field.Size; int32_t L_20 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)((int32_t)10))); // for (int i = 0; i < PrecompPoints; ++i) int32_t L_21 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_0068: { // for (int i = 0; i < PrecompPoints; ++i) int32_t L_22 = V_1; if ((((int32_t)L_22) < ((int32_t)8))) { goto IL_000d; } } { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointExt[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::PointPrecompVar(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointExt,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PointExtU5BU5D_tB80BC95816BBCFB0B4C569F36E8E0D0A04E84835* Ed25519_PointPrecompVar_m50F971A3D6ED0CCD20B5A7ED5FE76770D8D12274 (PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * ___p0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointExtU5BU5D_tB80BC95816BBCFB0B4C569F36E8E0D0A04E84835_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * V_0 = NULL; PointExtU5BU5D_tB80BC95816BBCFB0B4C569F36E8E0D0A04E84835* V_1 = NULL; int32_t V_2 = 0; PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * V_3 = NULL; { // PointExt d = new PointExt(); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_0 = (PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 *)il2cpp_codegen_object_new(PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620_il2cpp_TypeInfo_var); PointExt__ctor_mAF21349B7500F4DB3847D95332775348B771DED2(L_0, /*hidden argument*/NULL); V_0 = L_0; // PointAddVar(false, p, p, d); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_1 = ___p0; PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_2 = ___p0; PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); Ed25519_PointAddVar_m3E2A136DC1F95E3555DB83984F385CFAB7D9D99A((bool)0, L_1, L_2, L_3, /*hidden argument*/NULL); // PointExt[] table = new PointExt[count]; int32_t L_4 = ___count1; PointExtU5BU5D_tB80BC95816BBCFB0B4C569F36E8E0D0A04E84835* L_5 = (PointExtU5BU5D_tB80BC95816BBCFB0B4C569F36E8E0D0A04E84835*)(PointExtU5BU5D_tB80BC95816BBCFB0B4C569F36E8E0D0A04E84835*)SZArrayNew(PointExtU5BU5D_tB80BC95816BBCFB0B4C569F36E8E0D0A04E84835_il2cpp_TypeInfo_var, (uint32_t)L_4); V_1 = L_5; // table[0] = PointCopy(p); PointExtU5BU5D_tB80BC95816BBCFB0B4C569F36E8E0D0A04E84835* L_6 = V_1; PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_7 = ___p0; PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_8; L_8 = Ed25519_PointCopy_m5BD75221BF7DD22C528F53E6314AE5C1B8F3D623(L_7, /*hidden argument*/NULL); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_8); (L_6)->SetAt(static_cast(0), (PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 *)L_8); // for (int i = 1; i < count; ++i) V_2 = 1; goto IL_003e; } IL_0023: { // PointAddVar(false, table[i - 1], d, table[i] = new PointExt()); PointExtU5BU5D_tB80BC95816BBCFB0B4C569F36E8E0D0A04E84835* L_9 = V_1; int32_t L_10 = V_2; NullCheck(L_9); int32_t L_11 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1)); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_12 = (L_9)->GetAt(static_cast(L_11)); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_13 = V_0; PointExtU5BU5D_tB80BC95816BBCFB0B4C569F36E8E0D0A04E84835* L_14 = V_1; int32_t L_15 = V_2; PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_16 = (PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 *)il2cpp_codegen_object_new(PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620_il2cpp_TypeInfo_var); PointExt__ctor_mAF21349B7500F4DB3847D95332775348B771DED2(L_16, /*hidden argument*/NULL); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_17 = L_16; V_3 = L_17; NullCheck(L_14); ArrayElementTypeCheck (L_14, L_17); (L_14)->SetAt(static_cast(L_15), (PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 *)L_17); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_18 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); Ed25519_PointAddVar_m3E2A136DC1F95E3555DB83984F385CFAB7D9D99A((bool)0, L_12, L_13, L_18, /*hidden argument*/NULL); // for (int i = 1; i < count; ++i) int32_t L_19 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_003e: { // for (int i = 1; i < count; ++i) int32_t L_20 = V_2; int32_t L_21 = ___count1; if ((((int32_t)L_20) < ((int32_t)L_21))) { goto IL_0023; } } { // return table; PointExtU5BU5D_tB80BC95816BBCFB0B4C569F36E8E0D0A04E84835* L_22 = V_1; return L_22; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::PointSetNeutral(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointAccum) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_PointSetNeutral_m7E72C20DA14D6665729E3C34AD7CCE1B39192008 (PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * ___p0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // X25519Field.Zero(p.x); PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_0 = ___p0; NullCheck(L_0); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = L_0->get_x_0(); IL2CPP_RUNTIME_CLASS_INIT(X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); X25519Field_Zero_m457B82472FF008556C3CE8AE1B66A69F00FB101B(L_1, /*hidden argument*/NULL); // X25519Field.One(p.y); PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_2 = ___p0; NullCheck(L_2); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = L_2->get_y_1(); X25519Field_One_m8A0A2BFCC818F250F12A84D170DCC3F89C44946A(L_3, /*hidden argument*/NULL); // X25519Field.One(p.z); PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_4 = ___p0; NullCheck(L_4); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5 = L_4->get_z_2(); X25519Field_One_m8A0A2BFCC818F250F12A84D170DCC3F89C44946A(L_5, /*hidden argument*/NULL); // X25519Field.Zero(p.u); PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_6 = ___p0; NullCheck(L_6); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_7 = L_6->get_u_3(); X25519Field_Zero_m457B82472FF008556C3CE8AE1B66A69F00FB101B(L_7, /*hidden argument*/NULL); // X25519Field.One(p.v); PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_8 = ___p0; NullCheck(L_8); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_9 = L_8->get_v_4(); X25519Field_One_m8A0A2BFCC818F250F12A84D170DCC3F89C44946A(L_9, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::PointSetNeutral(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointExt) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_PointSetNeutral_m5F82F78EF03874B75812EA57BB5E2012B06ECBFC (PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * ___p0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // X25519Field.Zero(p.x); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_0 = ___p0; NullCheck(L_0); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = L_0->get_x_0(); IL2CPP_RUNTIME_CLASS_INIT(X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); X25519Field_Zero_m457B82472FF008556C3CE8AE1B66A69F00FB101B(L_1, /*hidden argument*/NULL); // X25519Field.One(p.y); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_2 = ___p0; NullCheck(L_2); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = L_2->get_y_1(); X25519Field_One_m8A0A2BFCC818F250F12A84D170DCC3F89C44946A(L_3, /*hidden argument*/NULL); // X25519Field.One(p.z); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_4 = ___p0; NullCheck(L_4); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5 = L_4->get_z_2(); X25519Field_One_m8A0A2BFCC818F250F12A84D170DCC3F89C44946A(L_5, /*hidden argument*/NULL); // X25519Field.Zero(p.t); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_6 = ___p0; NullCheck(L_6); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_7 = L_6->get_t_3(); X25519Field_Zero_m457B82472FF008556C3CE8AE1B66A69F00FB101B(L_7, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::Precompute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_Precompute_mAE610A775C72081F0FB28C01818B7989CD62D838 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointAccum_t4065C75ECAB36598757B516CD38694929E598555_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointExtU5BU5D_tB80BC95816BBCFB0B4C569F36E8E0D0A04E84835_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointPrecomp_t715B4391BC4FB855902DB0BC7128FC57703FA940_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * V_2 = NULL; int32_t V_3 = 0; PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * V_4 = NULL; int32_t V_5 = 0; PointExtU5BU5D_tB80BC95816BBCFB0B4C569F36E8E0D0A04E84835* V_6 = NULL; PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * V_7 = NULL; PointExtU5BU5D_tB80BC95816BBCFB0B4C569F36E8E0D0A04E84835* V_8 = NULL; int32_t V_9 = 0; int32_t V_10 = 0; PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * V_11 = NULL; int32_t V_12 = 0; int32_t V_13 = 0; int32_t V_14 = 0; int32_t V_15 = 0; PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * V_16 = NULL; int32_t V_17 = 0; PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * V_18 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_19 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_20 = NULL; PointPrecomp_t715B4391BC4FB855902DB0BC7128FC57703FA940 * V_21 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // lock (precompLock) IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); RuntimeObject * L_0 = ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->get_precompLock_28(); V_0 = L_0; V_1 = (bool)0; } IL_0008: try {// begin try (depth: 1) { RuntimeObject * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); // if (precompBase != null) IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->get_precompBase_30(); if (!L_2) { goto IL_001c; } } IL_0017: { // return; IL2CPP_LEAVE(0x2A3, FINALLY_0299); } IL_001c: { // PointExt b = new PointExt(); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_3 = (PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 *)il2cpp_codegen_object_new(PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620_il2cpp_TypeInfo_var); PointExt__ctor_mAF21349B7500F4DB3847D95332775348B771DED2(L_3, /*hidden argument*/NULL); V_4 = L_3; // X25519Field.Copy(B_x, 0, b.x, 0); IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->get_B_x_17(); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_5 = V_4; NullCheck(L_5); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6 = L_5->get_x_0(); IL2CPP_RUNTIME_CLASS_INIT(X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); X25519Field_Copy_mDBB0259817C96BB25405DD342F01494C3F9AC9B7(L_4, 0, L_6, 0, /*hidden argument*/NULL); // X25519Field.Copy(B_y, 0, b.y, 0); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_7 = ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->get_B_y_18(); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_8 = V_4; NullCheck(L_8); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_9 = L_8->get_y_1(); X25519Field_Copy_mDBB0259817C96BB25405DD342F01494C3F9AC9B7(L_7, 0, L_9, 0, /*hidden argument*/NULL); // PointExtendXY(b); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_10 = V_4; Ed25519_PointExtendXY_mC1F47E04BAB061403852526F2E54F68BD3A098FE(L_10, /*hidden argument*/NULL); // precompBaseTable = PointPrecompVar(b, 1 << (WnafWidthBase - 2)); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_11 = V_4; PointExtU5BU5D_tB80BC95816BBCFB0B4C569F36E8E0D0A04E84835* L_12; L_12 = Ed25519_PointPrecompVar_m50F971A3D6ED0CCD20B5A7ED5FE76770D8D12274(L_11, ((int32_t)32), /*hidden argument*/NULL); ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->set_precompBaseTable_29(L_12); // PointAccum p = new PointAccum(); PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_13 = (PointAccum_t4065C75ECAB36598757B516CD38694929E598555 *)il2cpp_codegen_object_new(PointAccum_t4065C75ECAB36598757B516CD38694929E598555_il2cpp_TypeInfo_var); PointAccum__ctor_mDBDDCD32CA68251B24D92918AF228214B430BD01(L_13, /*hidden argument*/NULL); V_2 = L_13; // X25519Field.Copy(B_x, 0, p.x, 0); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_14 = ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->get_B_x_17(); PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_15 = V_2; NullCheck(L_15); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_16 = L_15->get_x_0(); X25519Field_Copy_mDBB0259817C96BB25405DD342F01494C3F9AC9B7(L_14, 0, L_16, 0, /*hidden argument*/NULL); // X25519Field.Copy(B_y, 0, p.y, 0); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_17 = ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->get_B_y_18(); PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_18 = V_2; NullCheck(L_18); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_19 = L_18->get_y_1(); X25519Field_Copy_mDBB0259817C96BB25405DD342F01494C3F9AC9B7(L_17, 0, L_19, 0, /*hidden argument*/NULL); // PointExtendXY(p); PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_20 = V_2; Ed25519_PointExtendXY_m9BA25D2F5813A8AB7259CC26A97E15B38CA65F06(L_20, /*hidden argument*/NULL); // precompBase = new int[PrecompBlocks * PrecompPoints * 3 * X25519Field.Size]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_21 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)1920)); ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->set_precompBase_30(L_21); // int off = 0; V_3 = 0; // for (int b = 0; b < PrecompBlocks; ++b) V_5 = 0; goto IL_028f; } IL_00a7: { // PointExt[] ds = new PointExt[PrecompTeeth]; PointExtU5BU5D_tB80BC95816BBCFB0B4C569F36E8E0D0A04E84835* L_22 = (PointExtU5BU5D_tB80BC95816BBCFB0B4C569F36E8E0D0A04E84835*)(PointExtU5BU5D_tB80BC95816BBCFB0B4C569F36E8E0D0A04E84835*)SZArrayNew(PointExtU5BU5D_tB80BC95816BBCFB0B4C569F36E8E0D0A04E84835_il2cpp_TypeInfo_var, (uint32_t)4); V_6 = L_22; // PointExt sum = new PointExt(); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_23 = (PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 *)il2cpp_codegen_object_new(PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620_il2cpp_TypeInfo_var); PointExt__ctor_mAF21349B7500F4DB3847D95332775348B771DED2(L_23, /*hidden argument*/NULL); V_7 = L_23; // PointSetNeutral(sum); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_24 = V_7; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); Ed25519_PointSetNeutral_m5F82F78EF03874B75812EA57BB5E2012B06ECBFC(L_24, /*hidden argument*/NULL); // for (int t = 0; t < PrecompTeeth; ++t) V_10 = 0; goto IL_010c; } IL_00c2: { // PointExt q = PointCopy(p); PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_25 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_26; L_26 = Ed25519_PointCopy_m93CDB2AA8EF40CF60B80FB6D3E5B8CC94503FD9B(L_25, /*hidden argument*/NULL); V_11 = L_26; // PointAddVar(true, sum, q, sum); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_27 = V_7; PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_28 = V_11; PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_29 = V_7; Ed25519_PointAddVar_m3E2A136DC1F95E3555DB83984F385CFAB7D9D99A((bool)1, L_27, L_28, L_29, /*hidden argument*/NULL); // PointDouble(p); PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_30 = V_2; Ed25519_PointDouble_m51713BA3C92D0015CA53A17022144A8E4E70275E(L_30, /*hidden argument*/NULL); // ds[t] = PointCopy(p); PointExtU5BU5D_tB80BC95816BBCFB0B4C569F36E8E0D0A04E84835* L_31 = V_6; int32_t L_32 = V_10; PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_33 = V_2; PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_34; L_34 = Ed25519_PointCopy_m93CDB2AA8EF40CF60B80FB6D3E5B8CC94503FD9B(L_33, /*hidden argument*/NULL); NullCheck(L_31); ArrayElementTypeCheck (L_31, L_34); (L_31)->SetAt(static_cast(L_32), (PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 *)L_34); // if (b + t != PrecompBlocks + PrecompTeeth - 2) int32_t L_35 = V_5; int32_t L_36 = V_10; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)L_36))) == ((int32_t)((int32_t)10)))) { goto IL_0106; } } IL_00f0: { // for (int s = 1; s < PrecompSpacing; ++s) V_12 = 1; goto IL_0101; } IL_00f5: { // PointDouble(p); PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_37 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); Ed25519_PointDouble_m51713BA3C92D0015CA53A17022144A8E4E70275E(L_37, /*hidden argument*/NULL); // for (int s = 1; s < PrecompSpacing; ++s) int32_t L_38 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); } IL_0101: { // for (int s = 1; s < PrecompSpacing; ++s) int32_t L_39 = V_12; if ((((int32_t)L_39) < ((int32_t)8))) { goto IL_00f5; } } IL_0106: { // for (int t = 0; t < PrecompTeeth; ++t) int32_t L_40 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_010c: { // for (int t = 0; t < PrecompTeeth; ++t) int32_t L_41 = V_10; if ((((int32_t)L_41) < ((int32_t)4))) { goto IL_00c2; } } IL_0111: { // PointExt[] points = new PointExt[PrecompPoints]; PointExtU5BU5D_tB80BC95816BBCFB0B4C569F36E8E0D0A04E84835* L_42 = (PointExtU5BU5D_tB80BC95816BBCFB0B4C569F36E8E0D0A04E84835*)(PointExtU5BU5D_tB80BC95816BBCFB0B4C569F36E8E0D0A04E84835*)SZArrayNew(PointExtU5BU5D_tB80BC95816BBCFB0B4C569F36E8E0D0A04E84835_il2cpp_TypeInfo_var, (uint32_t)8); V_8 = L_42; // int k = 0; V_9 = 0; // points[k++] = sum; PointExtU5BU5D_tB80BC95816BBCFB0B4C569F36E8E0D0A04E84835* L_43 = V_8; int32_t L_44 = V_9; int32_t L_45 = L_44; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_46 = V_7; NullCheck(L_43); ArrayElementTypeCheck (L_43, L_46); (L_43)->SetAt(static_cast(L_45), (PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 *)L_46); // for (int t = 0; t < (PrecompTeeth - 1); ++t) V_13 = 0; goto IL_0175; } IL_012d: { // int size = 1 << t; int32_t L_47 = V_13; V_14 = ((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)L_47&(int32_t)((int32_t)31))))); // for (int j = 0; j < size; ++j, ++k) V_15 = 0; goto IL_0169; } IL_013b: { // PointAddVar(false, points[k - size], ds[t], points[k] = new PointExt()); PointExtU5BU5D_tB80BC95816BBCFB0B4C569F36E8E0D0A04E84835* L_48 = V_8; int32_t L_49 = V_9; int32_t L_50 = V_14; NullCheck(L_48); int32_t L_51 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_49, (int32_t)L_50)); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_52 = (L_48)->GetAt(static_cast(L_51)); PointExtU5BU5D_tB80BC95816BBCFB0B4C569F36E8E0D0A04E84835* L_53 = V_6; int32_t L_54 = V_13; NullCheck(L_53); int32_t L_55 = L_54; PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_56 = (L_53)->GetAt(static_cast(L_55)); PointExtU5BU5D_tB80BC95816BBCFB0B4C569F36E8E0D0A04E84835* L_57 = V_8; int32_t L_58 = V_9; PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_59 = (PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 *)il2cpp_codegen_object_new(PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620_il2cpp_TypeInfo_var); PointExt__ctor_mAF21349B7500F4DB3847D95332775348B771DED2(L_59, /*hidden argument*/NULL); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_60 = L_59; V_16 = L_60; NullCheck(L_57); ArrayElementTypeCheck (L_57, L_60); (L_57)->SetAt(static_cast(L_58), (PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 *)L_60); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_61 = V_16; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); Ed25519_PointAddVar_m3E2A136DC1F95E3555DB83984F385CFAB7D9D99A((bool)0, L_52, L_56, L_61, /*hidden argument*/NULL); // for (int j = 0; j < size; ++j, ++k) int32_t L_62 = V_15; V_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1)); // for (int j = 0; j < size; ++j, ++k) int32_t L_63 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)1)); } IL_0169: { // for (int j = 0; j < size; ++j, ++k) int32_t L_64 = V_15; int32_t L_65 = V_14; if ((((int32_t)L_64) < ((int32_t)L_65))) { goto IL_013b; } } IL_016f: { // for (int t = 0; t < (PrecompTeeth - 1); ++t) int32_t L_66 = V_13; V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)1)); } IL_0175: { // for (int t = 0; t < (PrecompTeeth - 1); ++t) int32_t L_67 = V_13; if ((((int32_t)L_67) < ((int32_t)3))) { goto IL_012d; } } IL_017a: { // for (int i = 0; i < PrecompPoints; ++i) V_17 = 0; goto IL_0281; } IL_0182: { // PointExt q = points[i]; PointExtU5BU5D_tB80BC95816BBCFB0B4C569F36E8E0D0A04E84835* L_68 = V_8; int32_t L_69 = V_17; NullCheck(L_68); int32_t L_70 = L_69; PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_71 = (L_68)->GetAt(static_cast(L_70)); V_18 = L_71; // int[] x = X25519Field.Create(); IL2CPP_RUNTIME_CLASS_INIT(X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_72; L_72 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); V_19 = L_72; // int[] y = X25519Field.Create(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_73; L_73 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); V_20 = L_73; // X25519Field.Add(q.z, q.z, x); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_74 = V_18; NullCheck(L_74); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_75 = L_74->get_z_2(); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_76 = V_18; NullCheck(L_76); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_77 = L_76->get_z_2(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_78 = V_19; X25519Field_Add_m1060BDFCC05E5B5F4ED3474363DBDA33D909AFCA(L_75, L_77, L_78, /*hidden argument*/NULL); // X25519Field.Inv(x, y); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_79 = V_19; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_80 = V_20; X25519Field_Inv_m776929ECCFBBE3EB9FD7A357B3CD7FF550931207(L_79, L_80, /*hidden argument*/NULL); // X25519Field.Mul(q.x, y, x); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_81 = V_18; NullCheck(L_81); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_82 = L_81->get_x_0(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_83 = V_20; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_84 = V_19; X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_82, L_83, L_84, /*hidden argument*/NULL); // X25519Field.Mul(q.y, y, y); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_85 = V_18; NullCheck(L_85); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_86 = L_85->get_y_1(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_87 = V_20; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_88 = V_20; X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_86, L_87, L_88, /*hidden argument*/NULL); // PointPrecomp r = new PointPrecomp(); PointPrecomp_t715B4391BC4FB855902DB0BC7128FC57703FA940 * L_89 = (PointPrecomp_t715B4391BC4FB855902DB0BC7128FC57703FA940 *)il2cpp_codegen_object_new(PointPrecomp_t715B4391BC4FB855902DB0BC7128FC57703FA940_il2cpp_TypeInfo_var); PointPrecomp__ctor_m6D64AA3E63BE3B5F0E52903A50FADE83DC50E56F(L_89, /*hidden argument*/NULL); V_21 = L_89; // X25519Field.Apm(y, x, r.ypx_h, r.ymx_h); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_90 = V_20; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_91 = V_19; PointPrecomp_t715B4391BC4FB855902DB0BC7128FC57703FA940 * L_92 = V_21; NullCheck(L_92); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_93 = L_92->get_ypx_h_0(); PointPrecomp_t715B4391BC4FB855902DB0BC7128FC57703FA940 * L_94 = V_21; NullCheck(L_94); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_95 = L_94->get_ymx_h_1(); X25519Field_Apm_m434A671891157D4F8D8E269A1E05D4B221D3FA59(L_90, L_91, L_93, L_95, /*hidden argument*/NULL); // X25519Field.Mul(x, y, r.xyd); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_96 = V_19; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_97 = V_20; PointPrecomp_t715B4391BC4FB855902DB0BC7128FC57703FA940 * L_98 = V_21; NullCheck(L_98); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_99 = L_98->get_xyd_2(); X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_96, L_97, L_99, /*hidden argument*/NULL); // X25519Field.Mul(r.xyd, C_d4, r.xyd); PointPrecomp_t715B4391BC4FB855902DB0BC7128FC57703FA940 * L_100 = V_21; NullCheck(L_100); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_101 = L_100->get_xyd_2(); IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_102 = ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->get_C_d4_21(); PointPrecomp_t715B4391BC4FB855902DB0BC7128FC57703FA940 * L_103 = V_21; NullCheck(L_103); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_104 = L_103->get_xyd_2(); X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_101, L_102, L_104, /*hidden argument*/NULL); // X25519Field.Normalize(r.ypx_h); PointPrecomp_t715B4391BC4FB855902DB0BC7128FC57703FA940 * L_105 = V_21; NullCheck(L_105); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_106 = L_105->get_ypx_h_0(); X25519Field_Normalize_m19A3EF896FE207F486692E1573D3C8D16F05049E(L_106, /*hidden argument*/NULL); // X25519Field.Normalize(r.ymx_h); PointPrecomp_t715B4391BC4FB855902DB0BC7128FC57703FA940 * L_107 = V_21; NullCheck(L_107); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_108 = L_107->get_ymx_h_1(); X25519Field_Normalize_m19A3EF896FE207F486692E1573D3C8D16F05049E(L_108, /*hidden argument*/NULL); // X25519Field.Copy(r.ypx_h, 0, precompBase, off); off += X25519Field.Size; PointPrecomp_t715B4391BC4FB855902DB0BC7128FC57703FA940 * L_109 = V_21; NullCheck(L_109); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_110 = L_109->get_ypx_h_0(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_111 = ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->get_precompBase_30(); int32_t L_112 = V_3; X25519Field_Copy_mDBB0259817C96BB25405DD342F01494C3F9AC9B7(L_110, 0, L_111, L_112, /*hidden argument*/NULL); // X25519Field.Copy(r.ypx_h, 0, precompBase, off); off += X25519Field.Size; int32_t L_113 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_113, (int32_t)((int32_t)10))); // X25519Field.Copy(r.ymx_h, 0, precompBase, off); off += X25519Field.Size; PointPrecomp_t715B4391BC4FB855902DB0BC7128FC57703FA940 * L_114 = V_21; NullCheck(L_114); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_115 = L_114->get_ymx_h_1(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_116 = ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->get_precompBase_30(); int32_t L_117 = V_3; X25519Field_Copy_mDBB0259817C96BB25405DD342F01494C3F9AC9B7(L_115, 0, L_116, L_117, /*hidden argument*/NULL); // X25519Field.Copy(r.ymx_h, 0, precompBase, off); off += X25519Field.Size; int32_t L_118 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_118, (int32_t)((int32_t)10))); // X25519Field.Copy(r.xyd, 0, precompBase, off); off += X25519Field.Size; PointPrecomp_t715B4391BC4FB855902DB0BC7128FC57703FA940 * L_119 = V_21; NullCheck(L_119); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_120 = L_119->get_xyd_2(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_121 = ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->get_precompBase_30(); int32_t L_122 = V_3; X25519Field_Copy_mDBB0259817C96BB25405DD342F01494C3F9AC9B7(L_120, 0, L_121, L_122, /*hidden argument*/NULL); // X25519Field.Copy(r.xyd, 0, precompBase, off); off += X25519Field.Size; int32_t L_123 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_123, (int32_t)((int32_t)10))); // for (int i = 0; i < PrecompPoints; ++i) int32_t L_124 = V_17; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)1)); } IL_0281: { // for (int i = 0; i < PrecompPoints; ++i) int32_t L_125 = V_17; if ((((int32_t)L_125) < ((int32_t)8))) { goto IL_0182; } } IL_0289: { // for (int b = 0; b < PrecompBlocks; ++b) int32_t L_126 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_126, (int32_t)1)); } IL_028f: { // for (int b = 0; b < PrecompBlocks; ++b) int32_t L_127 = V_5; if ((((int32_t)L_127) < ((int32_t)8))) { goto IL_00a7; } } IL_0297: { // } IL2CPP_LEAVE(0x2A3, FINALLY_0299); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0299; } FINALLY_0299: {// begin finally (depth: 1) { bool L_128 = V_1; if (!L_128) { goto IL_02a2; } } IL_029c: { RuntimeObject * L_129 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_129, /*hidden argument*/NULL); } IL_02a2: { IL2CPP_END_FINALLY(665) } }// end finally (depth: 1) IL2CPP_CLEANUP(665) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2A3, IL_02a3) } IL_02a3: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::PruneScalar(System.Byte[],System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_PruneScalar_mD7254A530D8296C18F414F4D2839D12DEC008A9E (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___n0, int32_t ___nOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___r2, const RuntimeMethod* method) { { // Array.Copy(n, nOff, r, 0, ScalarBytes); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___n0; int32_t L_1 = ___nOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___r2; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_0, L_1, (RuntimeArray *)(RuntimeArray *)L_2, 0, ((int32_t)32), /*hidden argument*/NULL); // r[0] &= 0xF8; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___r2; NullCheck(L_3); uint8_t* L_4 = ((L_3)->GetAddressAt(static_cast(0))); int32_t L_5 = *((uint8_t*)L_4); *((int8_t*)L_4) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_5&(int32_t)((int32_t)248))))); // r[ScalarBytes - 1] &= 0x7F; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___r2; NullCheck(L_6); uint8_t* L_7 = ((L_6)->GetAddressAt(static_cast(((int32_t)31)))); int32_t L_8 = *((uint8_t*)L_7); *((int8_t*)L_7) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_8&(int32_t)((int32_t)127))))); // r[ScalarBytes - 1] |= 0x40; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___r2; NullCheck(L_9); uint8_t* L_10 = ((L_9)->GetAddressAt(static_cast(((int32_t)31)))); int32_t L_11 = *((uint8_t*)L_10); *((int8_t*)L_10) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_11|(int32_t)((int32_t)64))))); // } return; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::ReduceScalar(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Ed25519_ReduceScalar_m650664ACF7F03B23613348F96C16A93B51CA2D4B (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___n0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_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; int64_t V_17 = 0; int64_t V_18 = 0; int64_t V_19 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_20 = NULL; { // long x00 = Decode32(n, 0) & M32L; // x00:32/-- ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___n0; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); uint32_t L_1; L_1 = Ed25519_Decode32_m938BB0466F5A97CC00E31415A64154EC0281B466(L_0, 0, /*hidden argument*/NULL); V_0 = ((int64_t)((int64_t)((int64_t)((uint64_t)L_1))&(int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1))))))); // long x01 = (Decode24(n, 4) << 4) & M32L; // x01:28/-- ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___n0; uint32_t L_3; L_3 = Ed25519_Decode24_mBE39BDC2951B805BFBC61C58630803B73F6C344C(L_2, 4, /*hidden argument*/NULL); V_1 = ((int64_t)((int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)((int32_t)((int32_t)L_3<<(int32_t)4))))))&(int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1))))))); // long x02 = Decode32(n, 7) & M32L; // x02:32/-- ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___n0; uint32_t L_5; L_5 = Ed25519_Decode32_m938BB0466F5A97CC00E31415A64154EC0281B466(L_4, 7, /*hidden argument*/NULL); V_2 = ((int64_t)((int64_t)((int64_t)((uint64_t)L_5))&(int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1))))))); // long x03 = (Decode24(n, 11) << 4) & M32L; // x03:28/-- ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___n0; uint32_t L_7; L_7 = Ed25519_Decode24_mBE39BDC2951B805BFBC61C58630803B73F6C344C(L_6, ((int32_t)11), /*hidden argument*/NULL); V_3 = ((int64_t)((int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)((int32_t)((int32_t)L_7<<(int32_t)4))))))&(int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1))))))); // long x04 = Decode32(n, 14) & M32L; // x04:32/-- ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___n0; uint32_t L_9; L_9 = Ed25519_Decode32_m938BB0466F5A97CC00E31415A64154EC0281B466(L_8, ((int32_t)14), /*hidden argument*/NULL); V_4 = ((int64_t)((int64_t)((int64_t)((uint64_t)L_9))&(int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1))))))); // long x05 = (Decode24(n, 18) << 4) & M32L; // x05:28/-- ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___n0; uint32_t L_11; L_11 = Ed25519_Decode24_mBE39BDC2951B805BFBC61C58630803B73F6C344C(L_10, ((int32_t)18), /*hidden argument*/NULL); V_5 = ((int64_t)((int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)((int32_t)((int32_t)L_11<<(int32_t)4))))))&(int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1))))))); // long x06 = Decode32(n, 21) & M32L; // x06:32/-- ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___n0; uint32_t L_13; L_13 = Ed25519_Decode32_m938BB0466F5A97CC00E31415A64154EC0281B466(L_12, ((int32_t)21), /*hidden argument*/NULL); V_6 = ((int64_t)((int64_t)((int64_t)((uint64_t)L_13))&(int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1))))))); // long x07 = (Decode24(n, 25) << 4) & M32L; // x07:28/-- ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = ___n0; uint32_t L_15; L_15 = Ed25519_Decode24_mBE39BDC2951B805BFBC61C58630803B73F6C344C(L_14, ((int32_t)25), /*hidden argument*/NULL); V_7 = ((int64_t)((int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)((int32_t)((int32_t)L_15<<(int32_t)4))))))&(int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1))))))); // long x08 = Decode32(n, 28) & M32L; // x08:32/-- ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___n0; uint32_t L_17; L_17 = Ed25519_Decode32_m938BB0466F5A97CC00E31415A64154EC0281B466(L_16, ((int32_t)28), /*hidden argument*/NULL); V_8 = ((int64_t)((int64_t)((int64_t)((uint64_t)L_17))&(int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1))))))); // long x09 = (Decode24(n, 32) << 4) & M32L; // x09:28/-- ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = ___n0; uint32_t L_19; L_19 = Ed25519_Decode24_mBE39BDC2951B805BFBC61C58630803B73F6C344C(L_18, ((int32_t)32), /*hidden argument*/NULL); V_9 = ((int64_t)((int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)((int32_t)((int32_t)L_19<<(int32_t)4))))))&(int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1))))))); // long x10 = Decode32(n, 35) & M32L; // x10:32/-- ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = ___n0; uint32_t L_21; L_21 = Ed25519_Decode32_m938BB0466F5A97CC00E31415A64154EC0281B466(L_20, ((int32_t)35), /*hidden argument*/NULL); V_10 = ((int64_t)((int64_t)((int64_t)((uint64_t)L_21))&(int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1))))))); // long x11 = (Decode24(n, 39) << 4) & M32L; // x11:28/-- ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = ___n0; uint32_t L_23; L_23 = Ed25519_Decode24_mBE39BDC2951B805BFBC61C58630803B73F6C344C(L_22, ((int32_t)39), /*hidden argument*/NULL); V_11 = ((int64_t)((int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)((int32_t)((int32_t)L_23<<(int32_t)4))))))&(int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1))))))); // long x12 = Decode32(n, 42) & M32L; // x12:32/-- ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = ___n0; uint32_t L_25; L_25 = Ed25519_Decode32_m938BB0466F5A97CC00E31415A64154EC0281B466(L_24, ((int32_t)42), /*hidden argument*/NULL); V_12 = ((int64_t)((int64_t)((int64_t)((uint64_t)L_25))&(int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1))))))); // long x13 = (Decode24(n, 46) << 4) & M32L; // x13:28/-- ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = ___n0; uint32_t L_27; L_27 = Ed25519_Decode24_mBE39BDC2951B805BFBC61C58630803B73F6C344C(L_26, ((int32_t)46), /*hidden argument*/NULL); V_13 = ((int64_t)((int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)((int32_t)((int32_t)L_27<<(int32_t)4))))))&(int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1))))))); // long x14 = Decode32(n, 49) & M32L; // x14:32/-- ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = ___n0; uint32_t L_29; L_29 = Ed25519_Decode32_m938BB0466F5A97CC00E31415A64154EC0281B466(L_28, ((int32_t)49), /*hidden argument*/NULL); V_14 = ((int64_t)((int64_t)((int64_t)((uint64_t)L_29))&(int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1))))))); // long x15 = (Decode24(n, 53) << 4) & M32L; // x15:28/-- ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30 = ___n0; uint32_t L_31; L_31 = Ed25519_Decode24_mBE39BDC2951B805BFBC61C58630803B73F6C344C(L_30, ((int32_t)53), /*hidden argument*/NULL); V_15 = ((int64_t)((int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)((int32_t)((int32_t)L_31<<(int32_t)4))))))&(int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1))))))); // long x16 = Decode32(n, 56) & M32L; // x16:32/-- ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32 = ___n0; uint32_t L_33; L_33 = Ed25519_Decode32_m938BB0466F5A97CC00E31415A64154EC0281B466(L_32, ((int32_t)56), /*hidden argument*/NULL); V_16 = ((int64_t)((int64_t)((int64_t)((uint64_t)L_33))&(int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1))))))); // long x17 = (Decode24(n, 60) << 4) & M32L; // x17:28/-- ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34 = ___n0; uint32_t L_35; L_35 = Ed25519_Decode24_mBE39BDC2951B805BFBC61C58630803B73F6C344C(L_34, ((int32_t)60), /*hidden argument*/NULL); V_17 = ((int64_t)((int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)((int32_t)((int32_t)L_35<<(int32_t)4))))))&(int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1))))))); // long x18 = n[63] & 0xFFL; // x18:08/-- ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = ___n0; NullCheck(L_36); int32_t L_37 = ((int32_t)63); uint8_t L_38 = (L_36)->GetAt(static_cast(L_37)); V_18 = ((int64_t)((int64_t)((int64_t)((uint64_t)L_38))&(int64_t)((int64_t)((int64_t)((int32_t)255))))); // x09 -= x18 * L0; // x09:34/28 int64_t L_39 = V_9; int64_t L_40 = V_18; V_9 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_39, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_40, (int64_t)((int64_t)((int64_t)((int32_t)-50998291))))))); // x10 -= x18 * L1; // x10:33/30 int64_t L_41 = V_10; int64_t L_42 = V_18; V_10 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_41, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_42, (int64_t)((int64_t)((int64_t)((int32_t)19280294))))))); // x11 -= x18 * L2; // x11:35/28 int64_t L_43 = V_11; int64_t L_44 = V_18; V_11 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_43, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_44, (int64_t)((int64_t)((int64_t)((int32_t)127719000))))))); // x12 -= x18 * L3; // x12:32/31 int64_t L_45 = V_12; int64_t L_46 = V_18; V_12 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_45, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_46, (int64_t)((int64_t)((int64_t)((int32_t)-6428113))))))); // x13 -= x18 * L4; // x13:28/21 int64_t L_47 = V_13; int64_t L_48 = V_18; V_13 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_47, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_48, (int64_t)((int64_t)((int64_t)((int32_t)5343))))))); // x17 += (x16 >> 28); x16 &= M28L; // x17:28/--, x16:28/-- int64_t L_49 = V_17; int64_t L_50 = V_16; V_17 = ((int64_t)il2cpp_codegen_add((int64_t)L_49, (int64_t)((int64_t)((int64_t)L_50>>(int32_t)((int32_t)28))))); // x17 += (x16 >> 28); x16 &= M28L; // x17:28/--, x16:28/-- int64_t L_51 = V_16; V_16 = ((int64_t)((int64_t)L_51&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x08 -= x17 * L0; // x08:54/32 int64_t L_52 = V_8; int64_t L_53 = V_17; V_8 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_52, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_53, (int64_t)((int64_t)((int64_t)((int32_t)-50998291))))))); // x09 -= x17 * L1; // x09:52/51 int64_t L_54 = V_9; int64_t L_55 = V_17; V_9 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_54, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_55, (int64_t)((int64_t)((int64_t)((int32_t)19280294))))))); // x10 -= x17 * L2; // x10:55/34 int64_t L_56 = V_10; int64_t L_57 = V_17; V_10 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_56, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_57, (int64_t)((int64_t)((int64_t)((int32_t)127719000))))))); // x11 -= x17 * L3; // x11:51/36 int64_t L_58 = V_11; int64_t L_59 = V_17; V_11 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_58, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_59, (int64_t)((int64_t)((int64_t)((int32_t)-6428113))))))); // x12 -= x17 * L4; // x12:41/-- int64_t L_60 = V_12; int64_t L_61 = V_17; V_12 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_60, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_61, (int64_t)((int64_t)((int64_t)((int32_t)5343))))))); // x07 -= x16 * L0; // x07:54/28 int64_t L_62 = V_7; int64_t L_63 = V_16; V_7 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_62, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_63, (int64_t)((int64_t)((int64_t)((int32_t)-50998291))))))); // x08 -= x16 * L1; // x08:54/53 int64_t L_64 = V_8; int64_t L_65 = V_16; V_8 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_64, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_65, (int64_t)((int64_t)((int64_t)((int32_t)19280294))))))); // x09 -= x16 * L2; // x09:55/53 int64_t L_66 = V_9; int64_t L_67 = V_16; V_9 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_66, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_67, (int64_t)((int64_t)((int64_t)((int32_t)127719000))))))); // x10 -= x16 * L3; // x10:55/52 int64_t L_68 = V_10; int64_t L_69 = V_16; V_10 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_68, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_69, (int64_t)((int64_t)((int64_t)((int32_t)-6428113))))))); // x11 -= x16 * L4; // x11:51/41 int64_t L_70 = V_11; int64_t L_71 = V_16; V_11 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_70, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_71, (int64_t)((int64_t)((int64_t)((int32_t)5343))))))); // x15 += (x14 >> 28); x14 &= M28L; // x15:28/--, x14:28/-- int64_t L_72 = V_15; int64_t L_73 = V_14; V_15 = ((int64_t)il2cpp_codegen_add((int64_t)L_72, (int64_t)((int64_t)((int64_t)L_73>>(int32_t)((int32_t)28))))); // x15 += (x14 >> 28); x14 &= M28L; // x15:28/--, x14:28/-- int64_t L_74 = V_14; V_14 = ((int64_t)((int64_t)L_74&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x06 -= x15 * L0; // x06:54/32 int64_t L_75 = V_6; int64_t L_76 = V_15; V_6 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_75, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_76, (int64_t)((int64_t)((int64_t)((int32_t)-50998291))))))); // x07 -= x15 * L1; // x07:54/53 int64_t L_77 = V_7; int64_t L_78 = V_15; V_7 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_77, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_78, (int64_t)((int64_t)((int64_t)((int32_t)19280294))))))); // x08 -= x15 * L2; // x08:56/-- int64_t L_79 = V_8; int64_t L_80 = V_15; V_8 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_79, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_80, (int64_t)((int64_t)((int64_t)((int32_t)127719000))))))); // x09 -= x15 * L3; // x09:55/54 int64_t L_81 = V_9; int64_t L_82 = V_15; V_9 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_81, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_82, (int64_t)((int64_t)((int64_t)((int32_t)-6428113))))))); // x10 -= x15 * L4; // x10:55/53 int64_t L_83 = V_10; int64_t L_84 = V_15; V_10 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_83, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_84, (int64_t)((int64_t)((int64_t)((int32_t)5343))))))); // x05 -= x14 * L0; // x05:54/28 int64_t L_85 = V_5; int64_t L_86 = V_14; V_5 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_85, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_86, (int64_t)((int64_t)((int64_t)((int32_t)-50998291))))))); // x06 -= x14 * L1; // x06:54/53 int64_t L_87 = V_6; int64_t L_88 = V_14; V_6 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_87, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_88, (int64_t)((int64_t)((int64_t)((int32_t)19280294))))))); // x07 -= x14 * L2; // x07:56/-- int64_t L_89 = V_7; int64_t L_90 = V_14; V_7 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_89, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_90, (int64_t)((int64_t)((int64_t)((int32_t)127719000))))))); // x08 -= x14 * L3; // x08:56/51 int64_t L_91 = V_8; int64_t L_92 = V_14; V_8 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_91, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_92, (int64_t)((int64_t)((int64_t)((int32_t)-6428113))))))); // x09 -= x14 * L4; // x09:56/-- int64_t L_93 = V_9; int64_t L_94 = V_14; V_9 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_93, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_94, (int64_t)((int64_t)((int64_t)((int32_t)5343))))))); // x13 += (x12 >> 28); x12 &= M28L; // x13:28/22, x12:28/-- int64_t L_95 = V_13; int64_t L_96 = V_12; V_13 = ((int64_t)il2cpp_codegen_add((int64_t)L_95, (int64_t)((int64_t)((int64_t)L_96>>(int32_t)((int32_t)28))))); // x13 += (x12 >> 28); x12 &= M28L; // x13:28/22, x12:28/-- int64_t L_97 = V_12; V_12 = ((int64_t)((int64_t)L_97&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x04 -= x13 * L0; // x04:54/49 int64_t L_98 = V_4; int64_t L_99 = V_13; V_4 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_98, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_99, (int64_t)((int64_t)((int64_t)((int32_t)-50998291))))))); // x05 -= x13 * L1; // x05:54/53 int64_t L_100 = V_5; int64_t L_101 = V_13; V_5 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_100, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_101, (int64_t)((int64_t)((int64_t)((int32_t)19280294))))))); // x06 -= x13 * L2; // x06:56/-- int64_t L_102 = V_6; int64_t L_103 = V_13; V_6 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_102, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_103, (int64_t)((int64_t)((int64_t)((int32_t)127719000))))))); // x07 -= x13 * L3; // x07:56/52 int64_t L_104 = V_7; int64_t L_105 = V_13; V_7 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_104, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_105, (int64_t)((int64_t)((int64_t)((int32_t)-6428113))))))); // x08 -= x13 * L4; // x08:56/52 int64_t L_106 = V_8; int64_t L_107 = V_13; V_8 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_106, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_107, (int64_t)((int64_t)((int64_t)((int32_t)5343))))))); // x12 += (x11 >> 28); x11 &= M28L; // x12:28/24, x11:28/-- int64_t L_108 = V_12; int64_t L_109 = V_11; V_12 = ((int64_t)il2cpp_codegen_add((int64_t)L_108, (int64_t)((int64_t)((int64_t)L_109>>(int32_t)((int32_t)28))))); // x12 += (x11 >> 28); x11 &= M28L; // x12:28/24, x11:28/-- int64_t L_110 = V_11; V_11 = ((int64_t)((int64_t)L_110&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x03 -= x12 * L0; // x03:54/49 int64_t L_111 = V_3; int64_t L_112 = V_12; V_3 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_111, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_112, (int64_t)((int64_t)((int64_t)((int32_t)-50998291))))))); // x04 -= x12 * L1; // x04:54/51 int64_t L_113 = V_4; int64_t L_114 = V_12; V_4 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_113, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_114, (int64_t)((int64_t)((int64_t)((int32_t)19280294))))))); // x05 -= x12 * L2; // x05:56/-- int64_t L_115 = V_5; int64_t L_116 = V_12; V_5 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_115, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_116, (int64_t)((int64_t)((int64_t)((int32_t)127719000))))))); // x06 -= x12 * L3; // x06:56/52 int64_t L_117 = V_6; int64_t L_118 = V_12; V_6 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_117, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_118, (int64_t)((int64_t)((int64_t)((int32_t)-6428113))))))); // x07 -= x12 * L4; // x07:56/53 int64_t L_119 = V_7; int64_t L_120 = V_12; V_7 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_119, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_120, (int64_t)((int64_t)((int64_t)((int32_t)5343))))))); // x11 += (x10 >> 28); x10 &= M28L; // x11:29/--, x10:28/-- int64_t L_121 = V_11; int64_t L_122 = V_10; V_11 = ((int64_t)il2cpp_codegen_add((int64_t)L_121, (int64_t)((int64_t)((int64_t)L_122>>(int32_t)((int32_t)28))))); // x11 += (x10 >> 28); x10 &= M28L; // x11:29/--, x10:28/-- int64_t L_123 = V_10; V_10 = ((int64_t)((int64_t)L_123&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x02 -= x11 * L0; // x02:55/32 int64_t L_124 = V_2; int64_t L_125 = V_11; V_2 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_124, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_125, (int64_t)((int64_t)((int64_t)((int32_t)-50998291))))))); // x03 -= x11 * L1; // x03:55/-- int64_t L_126 = V_3; int64_t L_127 = V_11; V_3 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_126, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_127, (int64_t)((int64_t)((int64_t)((int32_t)19280294))))))); // x04 -= x11 * L2; // x04:56/55 int64_t L_128 = V_4; int64_t L_129 = V_11; V_4 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_128, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_129, (int64_t)((int64_t)((int64_t)((int32_t)127719000))))))); // x05 -= x11 * L3; // x05:56/52 int64_t L_130 = V_5; int64_t L_131 = V_11; V_5 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_130, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_131, (int64_t)((int64_t)((int64_t)((int32_t)-6428113))))))); // x06 -= x11 * L4; // x06:56/53 int64_t L_132 = V_6; int64_t L_133 = V_11; V_6 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_132, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_133, (int64_t)((int64_t)((int64_t)((int32_t)5343))))))); // x10 += (x09 >> 28); x09 &= M28L; // x10:29/--, x09:28/-- int64_t L_134 = V_10; int64_t L_135 = V_9; V_10 = ((int64_t)il2cpp_codegen_add((int64_t)L_134, (int64_t)((int64_t)((int64_t)L_135>>(int32_t)((int32_t)28))))); // x10 += (x09 >> 28); x09 &= M28L; // x10:29/--, x09:28/-- int64_t L_136 = V_9; V_9 = ((int64_t)((int64_t)L_136&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x01 -= x10 * L0; // x01:55/28 int64_t L_137 = V_1; int64_t L_138 = V_10; V_1 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_137, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_138, (int64_t)((int64_t)((int64_t)((int32_t)-50998291))))))); // x02 -= x10 * L1; // x02:55/54 int64_t L_139 = V_2; int64_t L_140 = V_10; V_2 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_139, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_140, (int64_t)((int64_t)((int64_t)((int32_t)19280294))))))); // x03 -= x10 * L2; // x03:56/55 int64_t L_141 = V_3; int64_t L_142 = V_10; V_3 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_141, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_142, (int64_t)((int64_t)((int64_t)((int32_t)127719000))))))); // x04 -= x10 * L3; // x04:57/-- int64_t L_143 = V_4; int64_t L_144 = V_10; V_4 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_143, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_144, (int64_t)((int64_t)((int64_t)((int32_t)-6428113))))))); // x05 -= x10 * L4; // x05:56/53 int64_t L_145 = V_5; int64_t L_146 = V_10; V_5 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_145, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_146, (int64_t)((int64_t)((int64_t)((int32_t)5343))))))); // x08 += (x07 >> 28); x07 &= M28L; // x08:56/53, x07:28/-- int64_t L_147 = V_8; int64_t L_148 = V_7; V_8 = ((int64_t)il2cpp_codegen_add((int64_t)L_147, (int64_t)((int64_t)((int64_t)L_148>>(int32_t)((int32_t)28))))); // x08 += (x07 >> 28); x07 &= M28L; // x08:56/53, x07:28/-- int64_t L_149 = V_7; V_7 = ((int64_t)((int64_t)L_149&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x09 += (x08 >> 28); x08 &= M28L; // x09:29/25, x08:28/-- int64_t L_150 = V_9; int64_t L_151 = V_8; V_9 = ((int64_t)il2cpp_codegen_add((int64_t)L_150, (int64_t)((int64_t)((int64_t)L_151>>(int32_t)((int32_t)28))))); // x09 += (x08 >> 28); x08 &= M28L; // x09:29/25, x08:28/-- int64_t L_152 = V_8; V_8 = ((int64_t)((int64_t)L_152&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // t = (x08 >> 27) & 1L; int64_t L_153 = V_8; V_19 = ((int64_t)((int64_t)((int64_t)((int64_t)L_153>>(int32_t)((int32_t)27)))&(int64_t)((int64_t)((int64_t)1)))); // x09 += t; // x09:29/26 int64_t L_154 = V_9; int64_t L_155 = V_19; V_9 = ((int64_t)il2cpp_codegen_add((int64_t)L_154, (int64_t)L_155)); // x00 -= x09 * L0; // x00:55/53 int64_t L_156 = V_0; int64_t L_157 = V_9; V_0 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_156, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_157, (int64_t)((int64_t)((int64_t)((int32_t)-50998291))))))); // x01 -= x09 * L1; // x01:55/54 int64_t L_158 = V_1; int64_t L_159 = V_9; V_1 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_158, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_159, (int64_t)((int64_t)((int64_t)((int32_t)19280294))))))); // x02 -= x09 * L2; // x02:57/-- int64_t L_160 = V_2; int64_t L_161 = V_9; V_2 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_160, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_161, (int64_t)((int64_t)((int64_t)((int32_t)127719000))))))); // x03 -= x09 * L3; // x03:57/-- int64_t L_162 = V_3; int64_t L_163 = V_9; V_3 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_162, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_163, (int64_t)((int64_t)((int64_t)((int32_t)-6428113))))))); // x04 -= x09 * L4; // x04:57/42 int64_t L_164 = V_4; int64_t L_165 = V_9; V_4 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_164, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_165, (int64_t)((int64_t)((int64_t)((int32_t)5343))))))); // x01 += (x00 >> 28); x00 &= M28L; int64_t L_166 = V_1; int64_t L_167 = V_0; V_1 = ((int64_t)il2cpp_codegen_add((int64_t)L_166, (int64_t)((int64_t)((int64_t)L_167>>(int32_t)((int32_t)28))))); // x01 += (x00 >> 28); x00 &= M28L; int64_t L_168 = V_0; V_0 = ((int64_t)((int64_t)L_168&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x02 += (x01 >> 28); x01 &= M28L; int64_t L_169 = V_2; int64_t L_170 = V_1; V_2 = ((int64_t)il2cpp_codegen_add((int64_t)L_169, (int64_t)((int64_t)((int64_t)L_170>>(int32_t)((int32_t)28))))); // x02 += (x01 >> 28); x01 &= M28L; int64_t L_171 = V_1; V_1 = ((int64_t)((int64_t)L_171&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x03 += (x02 >> 28); x02 &= M28L; int64_t L_172 = V_3; int64_t L_173 = V_2; V_3 = ((int64_t)il2cpp_codegen_add((int64_t)L_172, (int64_t)((int64_t)((int64_t)L_173>>(int32_t)((int32_t)28))))); // x03 += (x02 >> 28); x02 &= M28L; int64_t L_174 = V_2; V_2 = ((int64_t)((int64_t)L_174&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x04 += (x03 >> 28); x03 &= M28L; int64_t L_175 = V_4; int64_t L_176 = V_3; V_4 = ((int64_t)il2cpp_codegen_add((int64_t)L_175, (int64_t)((int64_t)((int64_t)L_176>>(int32_t)((int32_t)28))))); // x04 += (x03 >> 28); x03 &= M28L; int64_t L_177 = V_3; V_3 = ((int64_t)((int64_t)L_177&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x05 += (x04 >> 28); x04 &= M28L; int64_t L_178 = V_5; int64_t L_179 = V_4; V_5 = ((int64_t)il2cpp_codegen_add((int64_t)L_178, (int64_t)((int64_t)((int64_t)L_179>>(int32_t)((int32_t)28))))); // x05 += (x04 >> 28); x04 &= M28L; int64_t L_180 = V_4; V_4 = ((int64_t)((int64_t)L_180&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x06 += (x05 >> 28); x05 &= M28L; int64_t L_181 = V_6; int64_t L_182 = V_5; V_6 = ((int64_t)il2cpp_codegen_add((int64_t)L_181, (int64_t)((int64_t)((int64_t)L_182>>(int32_t)((int32_t)28))))); // x06 += (x05 >> 28); x05 &= M28L; int64_t L_183 = V_5; V_5 = ((int64_t)((int64_t)L_183&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x07 += (x06 >> 28); x06 &= M28L; int64_t L_184 = V_7; int64_t L_185 = V_6; V_7 = ((int64_t)il2cpp_codegen_add((int64_t)L_184, (int64_t)((int64_t)((int64_t)L_185>>(int32_t)((int32_t)28))))); // x07 += (x06 >> 28); x06 &= M28L; int64_t L_186 = V_6; V_6 = ((int64_t)((int64_t)L_186&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x08 += (x07 >> 28); x07 &= M28L; int64_t L_187 = V_8; int64_t L_188 = V_7; V_8 = ((int64_t)il2cpp_codegen_add((int64_t)L_187, (int64_t)((int64_t)((int64_t)L_188>>(int32_t)((int32_t)28))))); // x08 += (x07 >> 28); x07 &= M28L; int64_t L_189 = V_7; V_7 = ((int64_t)((int64_t)L_189&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x09 = (x08 >> 28); x08 &= M28L; int64_t L_190 = V_8; V_9 = ((int64_t)((int64_t)L_190>>(int32_t)((int32_t)28))); // x09 = (x08 >> 28); x08 &= M28L; int64_t L_191 = V_8; V_8 = ((int64_t)((int64_t)L_191&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x09 -= t; int64_t L_192 = V_9; int64_t L_193 = V_19; V_9 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_192, (int64_t)L_193)); // x00 += x09 & L0; int64_t L_194 = V_0; int64_t L_195 = V_9; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_194, (int64_t)((int64_t)((int64_t)L_195&(int64_t)((int64_t)((int64_t)((int32_t)-50998291))))))); // x01 += x09 & L1; int64_t L_196 = V_1; int64_t L_197 = V_9; V_1 = ((int64_t)il2cpp_codegen_add((int64_t)L_196, (int64_t)((int64_t)((int64_t)L_197&(int64_t)((int64_t)((int64_t)((int32_t)19280294))))))); // x02 += x09 & L2; int64_t L_198 = V_2; int64_t L_199 = V_9; V_2 = ((int64_t)il2cpp_codegen_add((int64_t)L_198, (int64_t)((int64_t)((int64_t)L_199&(int64_t)((int64_t)((int64_t)((int32_t)127719000))))))); // x03 += x09 & L3; int64_t L_200 = V_3; int64_t L_201 = V_9; V_3 = ((int64_t)il2cpp_codegen_add((int64_t)L_200, (int64_t)((int64_t)((int64_t)L_201&(int64_t)((int64_t)((int64_t)((int32_t)-6428113))))))); // x04 += x09 & L4; int64_t L_202 = V_4; int64_t L_203 = V_9; V_4 = ((int64_t)il2cpp_codegen_add((int64_t)L_202, (int64_t)((int64_t)((int64_t)L_203&(int64_t)((int64_t)((int64_t)((int32_t)5343))))))); // x01 += (x00 >> 28); x00 &= M28L; int64_t L_204 = V_1; int64_t L_205 = V_0; V_1 = ((int64_t)il2cpp_codegen_add((int64_t)L_204, (int64_t)((int64_t)((int64_t)L_205>>(int32_t)((int32_t)28))))); // x01 += (x00 >> 28); x00 &= M28L; int64_t L_206 = V_0; V_0 = ((int64_t)((int64_t)L_206&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x02 += (x01 >> 28); x01 &= M28L; int64_t L_207 = V_2; int64_t L_208 = V_1; V_2 = ((int64_t)il2cpp_codegen_add((int64_t)L_207, (int64_t)((int64_t)((int64_t)L_208>>(int32_t)((int32_t)28))))); // x02 += (x01 >> 28); x01 &= M28L; int64_t L_209 = V_1; V_1 = ((int64_t)((int64_t)L_209&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x03 += (x02 >> 28); x02 &= M28L; int64_t L_210 = V_3; int64_t L_211 = V_2; V_3 = ((int64_t)il2cpp_codegen_add((int64_t)L_210, (int64_t)((int64_t)((int64_t)L_211>>(int32_t)((int32_t)28))))); // x03 += (x02 >> 28); x02 &= M28L; int64_t L_212 = V_2; V_2 = ((int64_t)((int64_t)L_212&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x04 += (x03 >> 28); x03 &= M28L; int64_t L_213 = V_4; int64_t L_214 = V_3; V_4 = ((int64_t)il2cpp_codegen_add((int64_t)L_213, (int64_t)((int64_t)((int64_t)L_214>>(int32_t)((int32_t)28))))); // x04 += (x03 >> 28); x03 &= M28L; int64_t L_215 = V_3; V_3 = ((int64_t)((int64_t)L_215&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x05 += (x04 >> 28); x04 &= M28L; int64_t L_216 = V_5; int64_t L_217 = V_4; V_5 = ((int64_t)il2cpp_codegen_add((int64_t)L_216, (int64_t)((int64_t)((int64_t)L_217>>(int32_t)((int32_t)28))))); // x05 += (x04 >> 28); x04 &= M28L; int64_t L_218 = V_4; V_4 = ((int64_t)((int64_t)L_218&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x06 += (x05 >> 28); x05 &= M28L; int64_t L_219 = V_6; int64_t L_220 = V_5; V_6 = ((int64_t)il2cpp_codegen_add((int64_t)L_219, (int64_t)((int64_t)((int64_t)L_220>>(int32_t)((int32_t)28))))); // x06 += (x05 >> 28); x05 &= M28L; int64_t L_221 = V_5; V_5 = ((int64_t)((int64_t)L_221&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x07 += (x06 >> 28); x06 &= M28L; int64_t L_222 = V_7; int64_t L_223 = V_6; V_7 = ((int64_t)il2cpp_codegen_add((int64_t)L_222, (int64_t)((int64_t)((int64_t)L_223>>(int32_t)((int32_t)28))))); // x07 += (x06 >> 28); x06 &= M28L; int64_t L_224 = V_6; V_6 = ((int64_t)((int64_t)L_224&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x08 += (x07 >> 28); x07 &= M28L; int64_t L_225 = V_8; int64_t L_226 = V_7; V_8 = ((int64_t)il2cpp_codegen_add((int64_t)L_225, (int64_t)((int64_t)((int64_t)L_226>>(int32_t)((int32_t)28))))); // x08 += (x07 >> 28); x07 &= M28L; int64_t L_227 = V_7; V_7 = ((int64_t)((int64_t)L_227&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // byte[] r = new byte[ScalarBytes]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_228 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32)); V_20 = L_228; // Encode56((ulong)(x00 | (x01 << 28)), r, 0); int64_t L_229 = V_0; int64_t L_230 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_231 = V_20; Ed25519_Encode56_m0CB24586EC3EEB02CCB17FB5CFDA506A7378FD3A(((int64_t)((int64_t)L_229|(int64_t)((int64_t)((int64_t)L_230<<(int32_t)((int32_t)28))))), L_231, 0, /*hidden argument*/NULL); // Encode56((ulong)(x02 | (x03 << 28)), r, 7); int64_t L_232 = V_2; int64_t L_233 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_234 = V_20; Ed25519_Encode56_m0CB24586EC3EEB02CCB17FB5CFDA506A7378FD3A(((int64_t)((int64_t)L_232|(int64_t)((int64_t)((int64_t)L_233<<(int32_t)((int32_t)28))))), L_234, 7, /*hidden argument*/NULL); // Encode56((ulong)(x04 | (x05 << 28)), r, 14); int64_t L_235 = V_4; int64_t L_236 = V_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_237 = V_20; Ed25519_Encode56_m0CB24586EC3EEB02CCB17FB5CFDA506A7378FD3A(((int64_t)((int64_t)L_235|(int64_t)((int64_t)((int64_t)L_236<<(int32_t)((int32_t)28))))), L_237, ((int32_t)14), /*hidden argument*/NULL); // Encode56((ulong)(x06 | (x07 << 28)), r, 21); int64_t L_238 = V_6; int64_t L_239 = V_7; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_240 = V_20; Ed25519_Encode56_m0CB24586EC3EEB02CCB17FB5CFDA506A7378FD3A(((int64_t)((int64_t)L_238|(int64_t)((int64_t)((int64_t)L_239<<(int32_t)((int32_t)28))))), L_240, ((int32_t)21), /*hidden argument*/NULL); // Encode32((uint)x08, r, 28); int64_t L_241 = V_8; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_242 = V_20; Ed25519_Encode32_m01D791A39218DC7E7AA39C84CA5E3C08650E1AB0(((int32_t)((uint32_t)L_241)), L_242, ((int32_t)28), /*hidden argument*/NULL); // return r; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_243 = V_20; return L_243; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::ScalarMultBase(System.Byte[],BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointAccum) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_ScalarMultBase_mB3D60C1CD71FF238F0071B64C86492D1469B5C2D (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___k0, PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * ___r1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointPrecomp_t715B4391BC4FB855902DB0BC7128FC57703FA940_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; PointPrecomp_t715B4391BC4FB855902DB0BC7128FC57703FA940 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; { // Precompute(); IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); Ed25519_Precompute_mAE610A775C72081F0FB28C01818B7989CD62D838(/*hidden argument*/NULL); // PointSetNeutral(r); PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_0 = ___r1; Ed25519_PointSetNeutral_m7E72C20DA14D6665729E3C34AD7CCE1B39192008(L_0, /*hidden argument*/NULL); // uint[] n = new uint[ScalarUints]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)8); V_0 = L_1; // DecodeScalar(k, 0, n); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___k0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = V_0; Ed25519_DecodeScalar_m6F83E3587239BA9E18D2A7B179B130E04D718369(L_2, 0, L_3, /*hidden argument*/NULL); // uint c1 = Nat.CAdd(ScalarUints, ~(int)n[0] & 1, n, L, n); Debug.Assert(c1 == 0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = V_0; NullCheck(L_4); int32_t L_5 = 0; uint32_t L_6 = (L_4)->GetAt(static_cast(L_5)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_8 = ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->get_L_11(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_9 = V_0; uint32_t L_10; L_10 = Nat_CAdd_m21E6DC278EEFCA2F9C158C7ACFAF0D627F8E864F(8, ((int32_t)((int32_t)((~L_6))&(int32_t)1)), L_7, L_8, L_9, /*hidden argument*/NULL); // uint c2 = Nat.ShiftDownBit(ScalarUints, n, 1U); Debug.Assert(c2 == (1U << 31)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_11 = V_0; uint32_t L_12; L_12 = Nat_ShiftDownBit_mD7E6D7A718512A2950007E93A3969B24F8917A3B(8, L_11, 1, /*hidden argument*/NULL); // for (int i = 0; i < ScalarUints; ++i) V_3 = 0; goto IL_004a; } IL_003b: { // n[i] = Interleave.Shuffle2(n[i]); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_13 = V_0; int32_t L_14 = V_3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_15 = V_0; int32_t L_16 = V_3; NullCheck(L_15); int32_t L_17 = L_16; uint32_t L_18 = (L_15)->GetAt(static_cast(L_17)); uint32_t L_19; L_19 = Interleave_Shuffle2_m4916AA07AF3D03CB050AFE7794D6F517756CAA06(L_18, /*hidden argument*/NULL); NullCheck(L_13); (L_13)->SetAt(static_cast(L_14), (uint32_t)L_19); // for (int i = 0; i < ScalarUints; ++i) int32_t L_20 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_004a: { // for (int i = 0; i < ScalarUints; ++i) int32_t L_21 = V_3; if ((((int32_t)L_21) < ((int32_t)8))) { goto IL_003b; } } { // PointPrecomp p = new PointPrecomp(); PointPrecomp_t715B4391BC4FB855902DB0BC7128FC57703FA940 * L_22 = (PointPrecomp_t715B4391BC4FB855902DB0BC7128FC57703FA940 *)il2cpp_codegen_object_new(PointPrecomp_t715B4391BC4FB855902DB0BC7128FC57703FA940_il2cpp_TypeInfo_var); PointPrecomp__ctor_m6D64AA3E63BE3B5F0E52903A50FADE83DC50E56F(L_22, /*hidden argument*/NULL); V_1 = L_22; // int cOff = (PrecompSpacing - 1) * PrecompTeeth; V_2 = ((int32_t)28); } IL_0057: { // for (int b = 0; b < PrecompBlocks; ++b) V_4 = 0; goto IL_00ab; } IL_005c: { // uint w = n[b] >> cOff; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_23 = V_0; int32_t L_24 = V_4; NullCheck(L_23); int32_t L_25 = L_24; uint32_t L_26 = (L_23)->GetAt(static_cast(L_25)); int32_t L_27 = V_2; // int sign = (int)(w >> (PrecompTeeth - 1)) & 1; int32_t L_28 = ((int32_t)((uint32_t)L_26>>((int32_t)((int32_t)L_27&(int32_t)((int32_t)31))))); V_5 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_28>>3))&(int32_t)1)); // int abs = ((int)w ^ -sign) & PrecompMask; int32_t L_29 = V_5; V_6 = ((int32_t)((int32_t)((int32_t)((int32_t)L_28^(int32_t)((-L_29))))&(int32_t)7)); // PointLookup(b, abs, p); int32_t L_30 = V_4; int32_t L_31 = V_6; PointPrecomp_t715B4391BC4FB855902DB0BC7128FC57703FA940 * L_32 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); Ed25519_PointLookup_mA54FB6686BF6594935291E90A506D8CF39E18D26(L_30, L_31, L_32, /*hidden argument*/NULL); // X25519Field.CSwap(sign, p.ypx_h, p.ymx_h); int32_t L_33 = V_5; PointPrecomp_t715B4391BC4FB855902DB0BC7128FC57703FA940 * L_34 = V_1; NullCheck(L_34); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_35 = L_34->get_ypx_h_0(); PointPrecomp_t715B4391BC4FB855902DB0BC7128FC57703FA940 * L_36 = V_1; NullCheck(L_36); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_37 = L_36->get_ymx_h_1(); IL2CPP_RUNTIME_CLASS_INIT(X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); X25519Field_CSwap_m687E2434898BAD4F453041C6FCDBF7C391CFF6AA(L_33, L_35, L_37, /*hidden argument*/NULL); // X25519Field.CNegate(sign, p.xyd); int32_t L_38 = V_5; PointPrecomp_t715B4391BC4FB855902DB0BC7128FC57703FA940 * L_39 = V_1; NullCheck(L_39); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_40 = L_39->get_xyd_2(); X25519Field_CNegate_mD91A5FAA44AD89336B1E04B98684BFD8BF485FAE(L_38, L_40, /*hidden argument*/NULL); // PointAddPrecomp(p, r); PointPrecomp_t715B4391BC4FB855902DB0BC7128FC57703FA940 * L_41 = V_1; PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_42 = ___r1; Ed25519_PointAddPrecomp_mAD467361D8FFC05FD5BE87F3FA1000C2FEE5E94F(L_41, L_42, /*hidden argument*/NULL); // for (int b = 0; b < PrecompBlocks; ++b) int32_t L_43 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)); } IL_00ab: { // for (int b = 0; b < PrecompBlocks; ++b) int32_t L_44 = V_4; if ((((int32_t)L_44) < ((int32_t)8))) { goto IL_005c; } } { // if ((cOff -= PrecompTeeth) < 0) int32_t L_45 = V_2; int32_t L_46 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_45, (int32_t)4)); V_2 = L_46; if ((((int32_t)L_46) < ((int32_t)0))) { goto IL_00c0; } } { // PointDouble(r); PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_47 = ___r1; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); Ed25519_PointDouble_m51713BA3C92D0015CA53A17022144A8E4E70275E(L_47, /*hidden argument*/NULL); goto IL_0057; } IL_00c0: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::ScalarMultBaseEncoded(System.Byte[],System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_ScalarMultBaseEncoded_mDAA6C77DED32CA62B1CFC9766E00BE51CADAFC54 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___k0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___r1, int32_t ___rOff2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointAccum_t4065C75ECAB36598757B516CD38694929E598555_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * V_0 = NULL; { // PointAccum p = new PointAccum(); PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_0 = (PointAccum_t4065C75ECAB36598757B516CD38694929E598555 *)il2cpp_codegen_object_new(PointAccum_t4065C75ECAB36598757B516CD38694929E598555_il2cpp_TypeInfo_var); PointAccum__ctor_mDBDDCD32CA68251B24D92918AF228214B430BD01(L_0, /*hidden argument*/NULL); V_0 = L_0; // ScalarMultBase(k, p); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___k0; PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); Ed25519_ScalarMultBase_mB3D60C1CD71FF238F0071B64C86492D1469B5C2D(L_1, L_2, /*hidden argument*/NULL); // EncodePoint(p, r, rOff); PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_3 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___r1; int32_t L_5 = ___rOff2; Ed25519_EncodePoint_mB616BC9D06E2C4EA730D0679A75EC43E593712A2(L_3, L_4, L_5, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::ScalarMultBaseYZ(System.Byte[],System.Int32,System.Int32[],System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_ScalarMultBaseYZ_m93A20846A948296D6784E7F5DA32A4CF25B783DF (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___k0, int32_t ___kOff1, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___y2, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointAccum_t4065C75ECAB36598757B516CD38694929E598555_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * V_1 = NULL; { // byte[] n = new byte[ScalarBytes]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32)); V_0 = L_0; // PruneScalar(k, kOff, n); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___k0; int32_t L_2 = ___kOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); Ed25519_PruneScalar_mD7254A530D8296C18F414F4D2839D12DEC008A9E(L_1, L_2, L_3, /*hidden argument*/NULL); // PointAccum p = new PointAccum(); PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_4 = (PointAccum_t4065C75ECAB36598757B516CD38694929E598555 *)il2cpp_codegen_object_new(PointAccum_t4065C75ECAB36598757B516CD38694929E598555_il2cpp_TypeInfo_var); PointAccum__ctor_mDBDDCD32CA68251B24D92918AF228214B430BD01(L_4, /*hidden argument*/NULL); V_1 = L_4; // ScalarMultBase(n, p); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_0; PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_6 = V_1; Ed25519_ScalarMultBase_mB3D60C1CD71FF238F0071B64C86492D1469B5C2D(L_5, L_6, /*hidden argument*/NULL); // X25519Field.Copy(p.y, 0, y, 0); PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_7 = V_1; NullCheck(L_7); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8 = L_7->get_y_1(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_9 = ___y2; IL2CPP_RUNTIME_CLASS_INIT(X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); X25519Field_Copy_mDBB0259817C96BB25405DD342F01494C3F9AC9B7(L_8, 0, L_9, 0, /*hidden argument*/NULL); // X25519Field.Copy(p.z, 0, z, 0); PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_10 = V_1; NullCheck(L_10); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_11 = L_10->get_z_2(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_12 = ___z3; X25519Field_Copy_mDBB0259817C96BB25405DD342F01494C3F9AC9B7(L_11, 0, L_12, 0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::ScalarMultStraussVar(System.UInt32[],System.UInt32[],BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointExt,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointAccum) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_ScalarMultStraussVar_mD8D03D34EE819CFFF7FB0DB77770487626E6279C (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___nb0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___np1, PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * ___p2, PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * ___r3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* V_1 = NULL; SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* V_2 = NULL; PointExtU5BU5D_tB80BC95816BBCFB0B4C569F36E8E0D0A04E84835* V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; { // Precompute(); IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); Ed25519_Precompute_mAE610A775C72081F0FB28C01818B7989CD62D838(/*hidden argument*/NULL); // int width = 5; V_0 = 5; // sbyte[] ws_b = GetWnaf(nb, WnafWidthBase); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___nb0; SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* L_1; L_1 = Ed25519_GetWnaf_mCFFA8C7A96FF81264E05024377BD0F2B9E5A606E(L_0, 7, /*hidden argument*/NULL); V_1 = L_1; // sbyte[] ws_p = GetWnaf(np, width); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = ___np1; int32_t L_3 = V_0; SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* L_4; L_4 = Ed25519_GetWnaf_mCFFA8C7A96FF81264E05024377BD0F2B9E5A606E(L_2, L_3, /*hidden argument*/NULL); V_2 = L_4; // PointExt[] tp = PointPrecompVar(p, 1 << (width - 2)); PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_5 = ___p2; int32_t L_6 = V_0; PointExtU5BU5D_tB80BC95816BBCFB0B4C569F36E8E0D0A04E84835* L_7; L_7 = Ed25519_PointPrecompVar_m50F971A3D6ED0CCD20B5A7ED5FE76770D8D12274(L_5, ((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)2))&(int32_t)((int32_t)31))))), /*hidden argument*/NULL); V_3 = L_7; // PointSetNeutral(r); PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_8 = ___r3; Ed25519_PointSetNeutral_m7E72C20DA14D6665729E3C34AD7CCE1B39192008(L_8, /*hidden argument*/NULL); // int bit = 255; V_4 = ((int32_t)255); goto IL_003b; } IL_0035: { // --bit; int32_t L_9 = V_4; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); } IL_003b: { // while (bit > 0 && (ws_b[bit] | ws_p[bit]) == 0) int32_t L_10 = V_4; if ((((int32_t)L_10) <= ((int32_t)0))) { goto IL_004b; } } { SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* L_11 = V_1; int32_t L_12 = V_4; NullCheck(L_11); int32_t L_13 = L_12; int8_t L_14 = (L_11)->GetAt(static_cast(L_13)); SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* L_15 = V_2; int32_t L_16 = V_4; NullCheck(L_15); int32_t L_17 = L_16; int8_t L_18 = (L_15)->GetAt(static_cast(L_17)); if (!((int32_t)((int32_t)L_14|(int32_t)L_18))) { goto IL_0035; } } IL_004b: { // int wb = ws_b[bit]; SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* L_19 = V_1; int32_t L_20 = V_4; NullCheck(L_19); int32_t L_21 = L_20; int8_t L_22 = (L_19)->GetAt(static_cast(L_21)); V_5 = L_22; // if (wb != 0) int32_t L_23 = V_5; if (!L_23) { goto IL_0078; } } { // int sign = wb >> 31; int32_t L_24 = V_5; V_7 = ((int32_t)((int32_t)L_24>>(int32_t)((int32_t)31))); // int index = (wb ^ sign) >> 1; int32_t L_25 = V_5; int32_t L_26 = V_7; V_8 = ((int32_t)((int32_t)((int32_t)((int32_t)L_25^(int32_t)L_26))>>(int32_t)1)); // PointAddVar((sign != 0), precompBaseTable[index], r); int32_t L_27 = V_7; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); PointExtU5BU5D_tB80BC95816BBCFB0B4C569F36E8E0D0A04E84835* L_28 = ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->get_precompBaseTable_29(); int32_t L_29 = V_8; NullCheck(L_28); int32_t L_30 = L_29; PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_31 = (L_28)->GetAt(static_cast(L_30)); PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_32 = ___r3; Ed25519_PointAddVar_m15A052DBF92FF1C32F134D4BA7A8FA9D95708516((bool)((!(((uint32_t)L_27) <= ((uint32_t)0)))? 1 : 0), L_31, L_32, /*hidden argument*/NULL); } IL_0078: { // int wp = ws_p[bit]; SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* L_33 = V_2; int32_t L_34 = V_4; NullCheck(L_33); int32_t L_35 = L_34; int8_t L_36 = (L_33)->GetAt(static_cast(L_35)); V_6 = L_36; // if (wp != 0) int32_t L_37 = V_6; if (!L_37) { goto IL_00a1; } } { // int sign = wp >> 31; int32_t L_38 = V_6; V_9 = ((int32_t)((int32_t)L_38>>(int32_t)((int32_t)31))); // int index = (wp ^ sign) >> 1; int32_t L_39 = V_6; int32_t L_40 = V_9; V_10 = ((int32_t)((int32_t)((int32_t)((int32_t)L_39^(int32_t)L_40))>>(int32_t)1)); // PointAddVar((sign != 0), tp[index], r); int32_t L_41 = V_9; PointExtU5BU5D_tB80BC95816BBCFB0B4C569F36E8E0D0A04E84835* L_42 = V_3; int32_t L_43 = V_10; NullCheck(L_42); int32_t L_44 = L_43; PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * L_45 = (L_42)->GetAt(static_cast(L_44)); PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_46 = ___r3; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); Ed25519_PointAddVar_m15A052DBF92FF1C32F134D4BA7A8FA9D95708516((bool)((!(((uint32_t)L_41) <= ((uint32_t)0)))? 1 : 0), L_45, L_46, /*hidden argument*/NULL); } IL_00a1: { // if (--bit < 0) int32_t L_47 = V_4; int32_t L_48 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)1)); V_4 = L_48; if ((((int32_t)L_48) < ((int32_t)0))) { goto IL_00b3; } } { // PointDouble(r); PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * L_49 = ___r3; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); Ed25519_PointDouble_m51713BA3C92D0015CA53A17022144A8E4E70275E(L_49, /*hidden argument*/NULL); goto IL_004b; } IL_00b3: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::Sign(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_Sign_mA6C03EFF230A9D45B173811F2B56933BEB662455 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sk0, int32_t ___skOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m2, int32_t ___mOff3, int32_t ___mLen4, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sig5, int32_t ___sigOff6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; uint8_t V_1 = 0x0; { // byte[] ctx = null; V_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; // byte phflag = 0x00; V_1 = (uint8_t)0; // ImplSign(sk, skOff, ctx, phflag, m, mOff, mLen, sig, sigOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___sk0; int32_t L_1 = ___skOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = V_0; uint8_t L_3 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___m2; int32_t L_5 = ___mOff3; int32_t L_6 = ___mLen4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___sig5; int32_t L_8 = ___sigOff6; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); Ed25519_ImplSign_mB43645EA4446E2784053710F0C13CE73FD3514A3(L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, L_8, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::Sign(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_Sign_m88DB4EA89C392D92D8C10EC93DDF54CFF111B06F (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sk0, int32_t ___skOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pk2, int32_t ___pkOff3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m4, int32_t ___mOff5, int32_t ___mLen6, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sig7, int32_t ___sigOff8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; uint8_t V_1 = 0x0; { // byte[] ctx = null; V_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; // byte phflag = 0x00; V_1 = (uint8_t)0; // ImplSign(sk, skOff, pk, pkOff, ctx, phflag, m, mOff, mLen, sig, sigOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___sk0; int32_t L_1 = ___skOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___pk2; int32_t L_3 = ___pkOff3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_0; uint8_t L_5 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___m4; int32_t L_7 = ___mOff5; int32_t L_8 = ___mLen6; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___sig7; int32_t L_10 = ___sigOff8; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); Ed25519_ImplSign_m3805CCD09A37FF6F978050F6FE4C96B26C5A666C(L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, L_8, L_9, L_10, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::Sign(System.Byte[],System.Int32,System.Byte[],System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_Sign_m240B37D0F7F3F373922843664AF9E3FCD707DC8C (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sk0, int32_t ___skOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m3, int32_t ___mOff4, int32_t ___mLen5, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sig6, int32_t ___sigOff7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint8_t V_0 = 0x0; { // byte phflag = 0x00; V_0 = (uint8_t)0; // ImplSign(sk, skOff, ctx, phflag, m, mOff, mLen, sig, sigOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___sk0; int32_t L_1 = ___skOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___ctx2; uint8_t L_3 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___m3; int32_t L_5 = ___mOff4; int32_t L_6 = ___mLen5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___sig6; int32_t L_8 = ___sigOff7; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); Ed25519_ImplSign_mB43645EA4446E2784053710F0C13CE73FD3514A3(L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, L_8, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::Sign(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Byte[],System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_Sign_mC946A25C23BF1ECD717C138CB33926AC4255681D (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sk0, int32_t ___skOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pk2, int32_t ___pkOff3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx4, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m5, int32_t ___mOff6, int32_t ___mLen7, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sig8, int32_t ___sigOff9, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint8_t V_0 = 0x0; { // byte phflag = 0x00; V_0 = (uint8_t)0; // ImplSign(sk, skOff, pk, pkOff, ctx, phflag, m, mOff, mLen, sig, sigOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___sk0; int32_t L_1 = ___skOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___pk2; int32_t L_3 = ___pkOff3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___ctx4; uint8_t L_5 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___m5; int32_t L_7 = ___mOff6; int32_t L_8 = ___mLen7; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___sig8; int32_t L_10 = ___sigOff9; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); Ed25519_ImplSign_m3805CCD09A37FF6F978050F6FE4C96B26C5A666C(L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, L_8, L_9, L_10, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::SignPrehash(System.Byte[],System.Int32,System.Byte[],System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_SignPrehash_m620820DF80BA02AE9EC0CA5E680D6A0EC0C7FF01 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sk0, int32_t ___skOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ph3, int32_t ___phOff4, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sig5, int32_t ___sigOff6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint8_t V_0 = 0x0; { // byte phflag = 0x01; V_0 = (uint8_t)1; // ImplSign(sk, skOff, ctx, phflag, ph, phOff, PrehashSize, sig, sigOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___sk0; int32_t L_1 = ___skOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___ctx2; uint8_t L_3 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___ph3; int32_t L_5 = ___phOff4; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); int32_t L_6 = ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->get_PrehashSize_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___sig5; int32_t L_8 = ___sigOff6; Ed25519_ImplSign_mB43645EA4446E2784053710F0C13CE73FD3514A3(L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, L_8, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::SignPrehash(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Byte[],System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_SignPrehash_m133DD05A2F24BE63104D08946C4CEA85893019AD (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sk0, int32_t ___skOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pk2, int32_t ___pkOff3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx4, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ph5, int32_t ___phOff6, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sig7, int32_t ___sigOff8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint8_t V_0 = 0x0; { // byte phflag = 0x01; V_0 = (uint8_t)1; // ImplSign(sk, skOff, pk, pkOff, ctx, phflag, ph, phOff, PrehashSize, sig, sigOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___sk0; int32_t L_1 = ___skOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___pk2; int32_t L_3 = ___pkOff3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___ctx4; uint8_t L_5 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___ph5; int32_t L_7 = ___phOff6; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); int32_t L_8 = ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->get_PrehashSize_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___sig7; int32_t L_10 = ___sigOff8; Ed25519_ImplSign_m3805CCD09A37FF6F978050F6FE4C96B26C5A666C(L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, L_8, L_9, L_10, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::SignPrehash(System.Byte[],System.Int32,System.Byte[],BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_SignPrehash_m54D2613B426DECDFE9BF3F82F86B9CF4AEDDA5D0 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sk0, int32_t ___skOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx2, RuntimeObject* ___ph3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sig4, int32_t ___sigOff5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; uint8_t V_1 = 0x0; { // byte[] m = new byte[PrehashSize]; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); int32_t L_0 = ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->get_PrehashSize_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_0); V_0 = L_1; // if (PrehashSize != ph.DoFinal(m, 0)) int32_t L_2 = ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->get_PrehashSize_5(); RuntimeObject* L_3 = ___ph3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_0; NullCheck(L_3); int32_t L_5; L_5 = InterfaceFuncInvoker2< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(5 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::DoFinal(System.Byte[],System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_3, L_4, 0); if ((((int32_t)L_2) == ((int32_t)L_5))) { goto IL_0025; } } { // throw new ArgumentException("ph"); 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*)&_stringLiteral244DDD15B47825F82F417E249D4FFA669F1BE35C)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Ed25519_SignPrehash_m54D2613B426DECDFE9BF3F82F86B9CF4AEDDA5D0_RuntimeMethod_var))); } IL_0025: { // byte phflag = 0x01; V_1 = (uint8_t)1; // ImplSign(sk, skOff, ctx, phflag, m, 0, m.Length, sig, sigOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___sk0; int32_t L_8 = ___skOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___ctx2; uint8_t L_10 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_0; NullCheck(L_12); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ___sig4; int32_t L_14 = ___sigOff5; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); Ed25519_ImplSign_mB43645EA4446E2784053710F0C13CE73FD3514A3(L_7, L_8, L_9, L_10, L_11, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))), L_13, L_14, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::SignPrehash(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Byte[],BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_SignPrehash_m8C55A1AF829EAD77ABD77EAD3D7374532F72E2B1 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sk0, int32_t ___skOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pk2, int32_t ___pkOff3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx4, RuntimeObject* ___ph5, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sig6, int32_t ___sigOff7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; uint8_t V_1 = 0x0; { // byte[] m = new byte[PrehashSize]; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); int32_t L_0 = ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->get_PrehashSize_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_0); V_0 = L_1; // if (PrehashSize != ph.DoFinal(m, 0)) int32_t L_2 = ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->get_PrehashSize_5(); RuntimeObject* L_3 = ___ph5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_0; NullCheck(L_3); int32_t L_5; L_5 = InterfaceFuncInvoker2< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(5 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::DoFinal(System.Byte[],System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_3, L_4, 0); if ((((int32_t)L_2) == ((int32_t)L_5))) { goto IL_0026; } } { // throw new ArgumentException("ph"); 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*)&_stringLiteral244DDD15B47825F82F417E249D4FFA669F1BE35C)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Ed25519_SignPrehash_m8C55A1AF829EAD77ABD77EAD3D7374532F72E2B1_RuntimeMethod_var))); } IL_0026: { // byte phflag = 0x01; V_1 = (uint8_t)1; // ImplSign(sk, skOff, pk, pkOff, ctx, phflag, m, 0, m.Length, sig, sigOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___sk0; int32_t L_8 = ___skOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___pk2; int32_t L_10 = ___pkOff3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___ctx4; uint8_t L_12 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_0; NullCheck(L_14); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = ___sig6; int32_t L_16 = ___sigOff7; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); Ed25519_ImplSign_m3805CCD09A37FF6F978050F6FE4C96B26C5A666C(L_7, L_8, L_9, L_10, L_11, L_12, L_13, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length))), L_15, L_16, /*hidden argument*/NULL); // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::Verify(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Ed25519_Verify_mDE29EFCFB20CE2AAEBA23C7C63F6AAE79CD0E213 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sig0, int32_t ___sigOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pk2, int32_t ___pkOff3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m4, int32_t ___mOff5, int32_t ___mLen6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; uint8_t V_1 = 0x0; { // byte[] ctx = null; V_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; // byte phflag = 0x00; V_1 = (uint8_t)0; // return ImplVerify(sig, sigOff, pk, pkOff, ctx, phflag, m, mOff, mLen); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___sig0; int32_t L_1 = ___sigOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___pk2; int32_t L_3 = ___pkOff3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_0; uint8_t L_5 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___m4; int32_t L_7 = ___mOff5; int32_t L_8 = ___mLen6; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); bool L_9; L_9 = Ed25519_ImplVerify_mBEAFF5CF3EF73AE3D65A95FB171CA2AE9DA67FD0(L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, L_8, /*hidden argument*/NULL); return L_9; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::Verify(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Byte[],System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Ed25519_Verify_m328811E120517F3E0019811F700ADAF852E60E97 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sig0, int32_t ___sigOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pk2, int32_t ___pkOff3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx4, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m5, int32_t ___mOff6, int32_t ___mLen7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint8_t V_0 = 0x0; { // byte phflag = 0x00; V_0 = (uint8_t)0; // return ImplVerify(sig, sigOff, pk, pkOff, ctx, phflag, m, mOff, mLen); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___sig0; int32_t L_1 = ___sigOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___pk2; int32_t L_3 = ___pkOff3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___ctx4; uint8_t L_5 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___m5; int32_t L_7 = ___mOff6; int32_t L_8 = ___mLen7; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); bool L_9; L_9 = Ed25519_ImplVerify_mBEAFF5CF3EF73AE3D65A95FB171CA2AE9DA67FD0(L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, L_8, /*hidden argument*/NULL); return L_9; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::VerifyPrehash(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Byte[],System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Ed25519_VerifyPrehash_m2319A278984E96D3381403905E91142B7BCB2813 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sig0, int32_t ___sigOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pk2, int32_t ___pkOff3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx4, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ph5, int32_t ___phOff6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint8_t V_0 = 0x0; { // byte phflag = 0x01; V_0 = (uint8_t)1; // return ImplVerify(sig, sigOff, pk, pkOff, ctx, phflag, ph, phOff, PrehashSize); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___sig0; int32_t L_1 = ___sigOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___pk2; int32_t L_3 = ___pkOff3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___ctx4; uint8_t L_5 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___ph5; int32_t L_7 = ___phOff6; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); int32_t L_8 = ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->get_PrehashSize_5(); bool L_9; L_9 = Ed25519_ImplVerify_mBEAFF5CF3EF73AE3D65A95FB171CA2AE9DA67FD0(L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, L_8, /*hidden argument*/NULL); return L_9; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::VerifyPrehash(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Byte[],BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Ed25519_VerifyPrehash_m3E2A8DDCC3660D7E4D0300507AC7A6D45AFFF8A0 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sig0, int32_t ___sigOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pk2, int32_t ___pkOff3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx4, RuntimeObject* ___ph5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; uint8_t V_1 = 0x0; { // byte[] m = new byte[PrehashSize]; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); int32_t L_0 = ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->get_PrehashSize_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_0); V_0 = L_1; // if (PrehashSize != ph.DoFinal(m, 0)) int32_t L_2 = ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->get_PrehashSize_5(); RuntimeObject* L_3 = ___ph5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_0; NullCheck(L_3); int32_t L_5; L_5 = InterfaceFuncInvoker2< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(5 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::DoFinal(System.Byte[],System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_3, L_4, 0); if ((((int32_t)L_2) == ((int32_t)L_5))) { goto IL_0026; } } { // throw new ArgumentException("ph"); 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*)&_stringLiteral244DDD15B47825F82F417E249D4FFA669F1BE35C)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Ed25519_VerifyPrehash_m3E2A8DDCC3660D7E4D0300507AC7A6D45AFFF8A0_RuntimeMethod_var))); } IL_0026: { // byte phflag = 0x01; V_1 = (uint8_t)1; // return ImplVerify(sig, sigOff, pk, pkOff, ctx, phflag, m, 0, m.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___sig0; int32_t L_8 = ___sigOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___pk2; int32_t L_10 = ___pkOff3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___ctx4; uint8_t L_12 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_0; NullCheck(L_14); IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); bool L_15; L_15 = Ed25519_ImplVerify_mBEAFF5CF3EF73AE3D65A95FB171CA2AE9DA67FD0(L_7, L_8, L_9, L_10, L_11, L_12, L_13, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length))), /*hidden argument*/NULL); return L_15; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519__ctor_m5EEB75B801B193F50BD26000D58D561143FA3559 (Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519__cctor_m60CA71436B29DF630A2E56F2B6637FC9B263E240 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCA6E8DE812C20B70B9E93F176F4D555488AD06AC); s_Il2CppMethodInitialized = true; } { // public static readonly int PrehashSize = 64; ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->set_PrehashSize_5(((int32_t)64)); // public static readonly int PublicKeySize = PointBytes; ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->set_PublicKeySize_6(((int32_t)32)); // public static readonly int SecretKeySize = 32; ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->set_SecretKeySize_7(((int32_t)32)); // public static readonly int SignatureSize = PointBytes + ScalarBytes; ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->set_SignatureSize_8(((int32_t)64)); // private static readonly byte[] Dom2Prefix = Strings.ToByteArray("SigEd25519 no Ed25519 collisions"); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0; L_0 = Strings_ToByteArray_m79BDFC45DF85C17DCB7A27A9FE2F939304A957BC(_stringLiteralCA6E8DE812C20B70B9E93F176F4D555488AD06AC, /*hidden argument*/NULL); ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->set_Dom2Prefix_9(L_0); // private static readonly uint[] P = { 0xFFFFFFEDU, 0xFFFFFFFFU, 0xFFFFFFFFU, 0xFFFFFFFFU, 0xFFFFFFFFU, 0xFFFFFFFFU, 0xFFFFFFFFU, 0x7FFFFFFFU }; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)8); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = L_1; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_3 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_2, L_3, /*hidden argument*/NULL); ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->set_P_10(L_2); // private static readonly uint[] L = { 0x5CF5D3EDU, 0x5812631AU, 0xA2F79CD6U, 0x14DEF9DEU, 0x00000000U, 0x00000000U, 0x00000000U, 0x10000000U }; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)8); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5 = L_4; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_6 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_5, L_6, /*hidden argument*/NULL); ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->set_L_11(L_5); // private static readonly int[] B_x = { 0x0325D51A, 0x018B5823, 0x007B2C95, 0x0304A92D, 0x00D2598E, 0x01D6DC5C, // 0x01388C7F, 0x013FEC0A, 0x029E6B72, 0x0042D26D }; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_7 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8 = L_7; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_9 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_8, L_9, /*hidden argument*/NULL); ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->set_B_x_17(L_8); // private static readonly int[] B_y = { 0x02666658, 0x01999999, 0x00666666, 0x03333333, 0x00CCCCCC, 0x02666666, // 0x01999999, 0x00666666, 0x03333333, 0x00CCCCCC, }; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_10 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_11 = L_10; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_12 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_11, L_12, /*hidden argument*/NULL); ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->set_B_y_18(L_11); // private static readonly int[] C_d = { 0x035978A3, 0x02D37284, 0x018AB75E, 0x026A0A0E, 0x0000E014, 0x0379E898, // 0x01D01E5D, 0x01E738CC, 0x03715B7F, 0x00A406D9 }; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_13 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_14 = L_13; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_15 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_14, L_15, /*hidden argument*/NULL); ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->set_C_d_19(L_14); // private static readonly int[] C_d2 = { 0x02B2F159, 0x01A6E509, 0x01156EBD, 0x00D4141D, 0x0001C029, 0x02F3D130, // 0x03A03CBB, 0x01CE7198, 0x02E2B6FF, 0x00480DB3 }; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_16 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_17 = L_16; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_18 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_17, L_18, /*hidden argument*/NULL); ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->set_C_d2_20(L_17); // private static readonly int[] C_d4 = { 0x0165E2B2, 0x034DCA13, 0x002ADD7A, 0x01A8283B, 0x00038052, 0x01E7A260, // 0x03407977, 0x019CE331, 0x01C56DFF, 0x00901B67 }; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_19 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_20 = L_19; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_21 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_20, L_21, /*hidden argument*/NULL); ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->set_C_d4_21(L_20); // private static readonly object precompLock = new object(); RuntimeObject * L_22 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_22, /*hidden argument*/NULL); ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->set_precompLock_28(L_22); // private static PointExt[] precompBaseTable = null; ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->set_precompBaseTable_29((PointExtU5BU5D_tB80BC95816BBCFB0B4C569F36E8E0D0A04E84835*)NULL); // private static int[] precompBase = null; ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->set_precompBase_30((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519KeyGenerationParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519KeyGenerationParameters__ctor_m6ACD06875B2802A2C13A92C3C29C2C8BA9B68F0C (Ed25519KeyGenerationParameters_t02CDCF3500650CD8A0132E5E6A1D3309084DC8C0 * __this, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random0, const RuntimeMethod* method) { { // : base(random, 256) SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_0 = ___random0; KeyGenerationParameters__ctor_m57645A39098F4DEA2AEFB8676E1EDCB298FC65C2(__this, L_0, ((int32_t)256), /*hidden argument*/NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.Ed25519KeyPairGenerator::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.KeyGenerationParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519KeyPairGenerator_Init_m6FB6B320796F760979DD903367B0BD178AE22401 (Ed25519KeyPairGenerator_t4FAD8080F24076439B206FB6D70324D2D3FD018B * __this, KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 * ___parameters0, const RuntimeMethod* method) { { // this.random = parameters.Random; KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 * L_0 = ___parameters0; NullCheck(L_0); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_1; L_1 = KeyGenerationParameters_get_Random_m96B13620B3ECF5CEB64561A4DBCBC18AC6CB11F4_inline(L_0, /*hidden argument*/NULL); __this->set_random_0(L_1); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricCipherKeyPair BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.Ed25519KeyPairGenerator::GenerateKeyPair() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929 * Ed25519KeyPairGenerator_GenerateKeyPair_mCD67ABB02947B4187D09F33CB57E6F5C661D1F26 (Ed25519KeyPairGenerator_t4FAD8080F24076439B206FB6D70324D2D3FD018B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 * V_0 = NULL; { // Ed25519PrivateKeyParameters privateKey = new Ed25519PrivateKeyParameters(random); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_0 = __this->get_random_0(); Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 * L_1 = (Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 *)il2cpp_codegen_object_new(Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5_il2cpp_TypeInfo_var); Ed25519PrivateKeyParameters__ctor_m3AB01E4E8DB8D34FBBDF118EB601A5EC95D2156F(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; // Ed25519PublicKeyParameters publicKey = privateKey.GeneratePublicKey(); Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 * L_2 = V_0; NullCheck(L_2); Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * L_3; L_3 = Ed25519PrivateKeyParameters_GeneratePublicKey_mAA58A4082D4856D716EDC5394E94F69BEFA01470(L_2, /*hidden argument*/NULL); // return new AsymmetricCipherKeyPair(publicKey, privateKey); Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 * L_4 = V_0; AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929 * L_5 = (AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929 *)il2cpp_codegen_object_new(AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929_il2cpp_TypeInfo_var); AsymmetricCipherKeyPair__ctor_mE5C700D8655EB14E3EC3610B2367603C325D2637(L_5, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.Ed25519KeyPairGenerator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519KeyPairGenerator__ctor_mCF51989A38F219CE1A8CC4087A5E12C21B887C3C (Ed25519KeyPairGenerator_t4FAD8080F24076439B206FB6D70324D2D3FD018B * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PrivateKeyParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519PrivateKeyParameters__ctor_m3AB01E4E8DB8D34FBBDF118EB601A5EC95D2156F (Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 * __this, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private readonly byte[] data = new byte[KeySize]; IL2CPP_RUNTIME_CLASS_INIT(Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5_il2cpp_TypeInfo_var); int32_t L_0 = ((Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5_il2cpp_TypeInfo_var))->get_KeySize_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_0); __this->set_data_3(L_1); // : base(true) AsymmetricKeyParameter__ctor_m383021999D70982D1E53120E9C0BD8DF08238CB3(__this, (bool)1, /*hidden argument*/NULL); // Ed25519.GeneratePrivateKey(random, data); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_2 = ___random0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get_data_3(); IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); Ed25519_GeneratePrivateKey_m304C5CB60CA9F7ED0B642390DE9BB2978AD3893C(L_2, L_3, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PrivateKeyParameters::.ctor(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519PrivateKeyParameters__ctor_m9C0911876EE677486EAFD76A6F978A4DB6871D1C (Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private readonly byte[] data = new byte[KeySize]; IL2CPP_RUNTIME_CLASS_INIT(Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5_il2cpp_TypeInfo_var); int32_t L_0 = ((Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5_il2cpp_TypeInfo_var))->get_KeySize_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_0); __this->set_data_3(L_1); // : base(true) AsymmetricKeyParameter__ctor_m383021999D70982D1E53120E9C0BD8DF08238CB3(__this, (bool)1, /*hidden argument*/NULL); // Array.Copy(buf, off, data, 0, KeySize); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___buf0; int32_t L_3 = ___off1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = __this->get_data_3(); int32_t L_5 = ((Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5_il2cpp_TypeInfo_var))->get_KeySize_1(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_2, L_3, (RuntimeArray *)(RuntimeArray *)L_4, 0, L_5, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PrivateKeyParameters::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519PrivateKeyParameters__ctor_m20C97C504E54A448194AE326B09F3780CE9C0018 (Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private readonly byte[] data = new byte[KeySize]; IL2CPP_RUNTIME_CLASS_INIT(Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5_il2cpp_TypeInfo_var); int32_t L_0 = ((Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5_il2cpp_TypeInfo_var))->get_KeySize_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_0); __this->set_data_3(L_1); // : base(true) AsymmetricKeyParameter__ctor_m383021999D70982D1E53120E9C0BD8DF08238CB3(__this, (bool)1, /*hidden argument*/NULL); // if (KeySize != Streams.ReadFully(input, data)) int32_t L_2 = ((Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5_il2cpp_TypeInfo_var))->get_KeySize_1(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_3 = ___input0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = __this->get_data_3(); int32_t L_5; L_5 = Streams_ReadFully_mA08B260E9E895443C6671920C12CD231B470183D(L_3, L_4, /*hidden argument*/NULL); if ((((int32_t)L_2) == ((int32_t)L_5))) { goto IL_0035; } } { // throw new EndOfStreamException("EOF encountered in middle of Ed25519 private key"); EndOfStreamException_tDA8337E29A941EFB3E26721033B1826C1ACB0059 * L_6 = (EndOfStreamException_tDA8337E29A941EFB3E26721033B1826C1ACB0059 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EndOfStreamException_tDA8337E29A941EFB3E26721033B1826C1ACB0059_il2cpp_TypeInfo_var))); EndOfStreamException__ctor_m62AD97E22305B690B74C4EA6E3EAC36D10CE3800(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral473D9052E7F68B78257DCA87D1C09347B4AC3781)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Ed25519PrivateKeyParameters__ctor_m20C97C504E54A448194AE326B09F3780CE9C0018_RuntimeMethod_var))); } IL_0035: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PrivateKeyParameters::Encode(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519PrivateKeyParameters_Encode_m0626B2602EED86E5B7ECCC2457CC4F4ECCA9304B (Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Array.Copy(data, 0, buf, off, KeySize); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_data_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buf0; int32_t L_2 = ___off1; IL2CPP_RUNTIME_CLASS_INIT(Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5_il2cpp_TypeInfo_var); int32_t L_3 = ((Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5_il2cpp_TypeInfo_var))->get_KeySize_1(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_0, 0, (RuntimeArray *)(RuntimeArray *)L_1, L_2, L_3, /*hidden argument*/NULL); // } return; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PrivateKeyParameters::GetEncoded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Ed25519PrivateKeyParameters_GetEncoded_mB51870CB6058804CEEDA1A13D2C4E4E1E336C9E9 (Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 * __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 Arrays.Clone(data); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_data_3(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8(L_0, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PrivateKeyParameters::GeneratePublicKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * Ed25519PrivateKeyParameters_GeneratePublicKey_mAA58A4082D4856D716EDC5394E94F69BEFA01470 (Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { // byte[] publicKey = new byte[Ed25519.PublicKeySize]; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); int32_t L_0 = ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->get_PublicKeySize_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_0); V_0 = L_1; // Ed25519.GeneratePublicKey(data, 0, publicKey, 0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get_data_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = V_0; Ed25519_GeneratePublicKey_mC58804DF4F6BF8E3EF2AA3D1454A8BC34CEA336C(L_2, 0, L_3, 0, /*hidden argument*/NULL); // return new Ed25519PublicKeyParameters(publicKey, 0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_0; Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * L_5 = (Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA *)il2cpp_codegen_object_new(Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA_il2cpp_TypeInfo_var); Ed25519PublicKeyParameters__ctor_mB817DD2BEF4EC59E4031F67113911410DA28A558(L_5, L_4, 0, /*hidden argument*/NULL); return L_5; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PrivateKeyParameters::Sign(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/Algorithm,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters,System.Byte[],System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519PrivateKeyParameters_Sign_m191987B9C83D2D9E5A0830B1F32C7E25CC85472C (Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 * __this, int32_t ___algorithm0, Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * ___publicKey1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___msg3, int32_t ___msgOff4, int32_t ___msgLen5, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sig6, int32_t ___sigOff7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { // byte[] pk = new byte[Ed25519.PublicKeySize]; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); int32_t L_0 = ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->get_PublicKeySize_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_0); V_0 = L_1; // if (null == publicKey) Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * L_2 = ___publicKey1; if (L_2) { goto IL_001e; } } { // Ed25519.GeneratePublicKey(data, 0, pk, 0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get_data_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); Ed25519_GeneratePublicKey_mC58804DF4F6BF8E3EF2AA3D1454A8BC34CEA336C(L_3, 0, L_4, 0, /*hidden argument*/NULL); // } goto IL_0026; } IL_001e: { // publicKey.Encode(pk, 0); Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * L_5 = ___publicKey1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_0; NullCheck(L_5); Ed25519PublicKeyParameters_Encode_m84A8F4C8806646A1D29E9E85052E1433772C6D58(L_5, L_6, 0, /*hidden argument*/NULL); } IL_0026: { int32_t L_7 = ___algorithm0; switch (L_7) { case 0: { goto IL_003a; } case 1: { goto IL_0061; } case 2: { goto IL_007b; } } } { goto IL_00a7; } IL_003a: { // if (null != ctx) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___ctx2; if (!L_8) { goto IL_0048; } } { // throw new ArgumentException("ctx"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral062880938476E2B20298E6FC08CB87B48E5C7853)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Ed25519PrivateKeyParameters_Sign_m191987B9C83D2D9E5A0830B1F32C7E25CC85472C_RuntimeMethod_var))); } IL_0048: { // Ed25519.Sign(data, 0, pk, 0, msg, msgOff, msgLen, sig, sigOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = __this->get_data_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___msg3; int32_t L_13 = ___msgOff4; int32_t L_14 = ___msgLen5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = ___sig6; int32_t L_16 = ___sigOff7; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); Ed25519_Sign_m88DB4EA89C392D92D8C10EC93DDF54CFF111B06F(L_10, 0, L_11, 0, L_12, L_13, L_14, L_15, L_16, /*hidden argument*/NULL); // break; return; } IL_0061: { // Ed25519.Sign(data, 0, pk, 0, ctx, msg, msgOff, msgLen, sig, sigOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = __this->get_data_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = ___ctx2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = ___msg3; int32_t L_21 = ___msgOff4; int32_t L_22 = ___msgLen5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = ___sig6; int32_t L_24 = ___sigOff7; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); Ed25519_Sign_mC946A25C23BF1ECD717C138CB33926AC4255681D(L_17, 0, L_18, 0, L_19, L_20, L_21, L_22, L_23, L_24, /*hidden argument*/NULL); // break; return; } IL_007b: { // if (Ed25519.PrehashSize != msgLen) IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); int32_t L_25 = ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->get_PrehashSize_5(); int32_t L_26 = ___msgLen5; if ((((int32_t)L_25) == ((int32_t)L_26))) { goto IL_008f; } } { // throw new ArgumentException("msgLen"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_27 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_27, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD3754948D96AB0294CE1988C196AFF6CF87FDFA1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Ed25519PrivateKeyParameters_Sign_m191987B9C83D2D9E5A0830B1F32C7E25CC85472C_RuntimeMethod_var))); } IL_008f: { // Ed25519.SignPrehash(data, 0, pk, 0, ctx, msg, msgOff, sig, sigOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = __this->get_data_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30 = ___ctx2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31 = ___msg3; int32_t L_32 = ___msgOff4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_33 = ___sig6; int32_t L_34 = ___sigOff7; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); Ed25519_SignPrehash_m133DD05A2F24BE63104D08946C4CEA85893019AD(L_28, 0, L_29, 0, L_30, L_31, L_32, L_33, L_34, /*hidden argument*/NULL); // break; return; } IL_00a7: { // throw new ArgumentException("algorithm"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_35 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_35, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA9AF8D13B64E63A31A01386E007E5C9CF3A6CF5B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_35, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Ed25519PrivateKeyParameters_Sign_m191987B9C83D2D9E5A0830B1F32C7E25CC85472C_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PrivateKeyParameters::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519PrivateKeyParameters__cctor_m28D65813D8CDE154888A70C366E6B38B06AA72E7 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static readonly int KeySize = Ed25519.SecretKeySize; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); int32_t L_0 = ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->get_SecretKeySize_7(); ((Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5_il2cpp_TypeInfo_var))->set_KeySize_1(L_0); // public static readonly int SignatureSize = Ed25519.SignatureSize; int32_t L_1 = ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->get_SignatureSize_8(); ((Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5_il2cpp_TypeInfo_var))->set_SignatureSize_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.Crypto.Parameters.Ed25519PublicKeyParameters::.ctor(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519PublicKeyParameters__ctor_mB817DD2BEF4EC59E4031F67113911410DA28A558 (Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private readonly byte[] data = new byte[KeySize]; IL2CPP_RUNTIME_CLASS_INIT(Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA_il2cpp_TypeInfo_var); int32_t L_0 = ((Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA_il2cpp_TypeInfo_var))->get_KeySize_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_0); __this->set_data_2(L_1); // : base(false) AsymmetricKeyParameter__ctor_m383021999D70982D1E53120E9C0BD8DF08238CB3(__this, (bool)0, /*hidden argument*/NULL); // Array.Copy(buf, off, data, 0, KeySize); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___buf0; int32_t L_3 = ___off1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = __this->get_data_2(); int32_t L_5 = ((Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA_il2cpp_TypeInfo_var))->get_KeySize_1(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_2, L_3, (RuntimeArray *)(RuntimeArray *)L_4, 0, L_5, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519PublicKeyParameters__ctor_mB25B2319A39DEA72EB2175FB203EA66393E0710C (Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private readonly byte[] data = new byte[KeySize]; IL2CPP_RUNTIME_CLASS_INIT(Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA_il2cpp_TypeInfo_var); int32_t L_0 = ((Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA_il2cpp_TypeInfo_var))->get_KeySize_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_0); __this->set_data_2(L_1); // : base(false) AsymmetricKeyParameter__ctor_m383021999D70982D1E53120E9C0BD8DF08238CB3(__this, (bool)0, /*hidden argument*/NULL); // if (KeySize != Streams.ReadFully(input, data)) int32_t L_2 = ((Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA_il2cpp_TypeInfo_var))->get_KeySize_1(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_3 = ___input0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = __this->get_data_2(); int32_t L_5; L_5 = Streams_ReadFully_mA08B260E9E895443C6671920C12CD231B470183D(L_3, L_4, /*hidden argument*/NULL); if ((((int32_t)L_2) == ((int32_t)L_5))) { goto IL_0035; } } { // throw new EndOfStreamException("EOF encountered in middle of Ed25519 public key"); EndOfStreamException_tDA8337E29A941EFB3E26721033B1826C1ACB0059 * L_6 = (EndOfStreamException_tDA8337E29A941EFB3E26721033B1826C1ACB0059 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EndOfStreamException_tDA8337E29A941EFB3E26721033B1826C1ACB0059_il2cpp_TypeInfo_var))); EndOfStreamException__ctor_m62AD97E22305B690B74C4EA6E3EAC36D10CE3800(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5C2FEC2600597B83ABD28017DD6CBD49FBFD5DA9)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Ed25519PublicKeyParameters__ctor_mB25B2319A39DEA72EB2175FB203EA66393E0710C_RuntimeMethod_var))); } IL_0035: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters::Encode(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519PublicKeyParameters_Encode_m84A8F4C8806646A1D29E9E85052E1433772C6D58 (Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Array.Copy(data, 0, buf, off, KeySize); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_data_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buf0; int32_t L_2 = ___off1; IL2CPP_RUNTIME_CLASS_INIT(Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA_il2cpp_TypeInfo_var); int32_t L_3 = ((Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA_il2cpp_TypeInfo_var))->get_KeySize_1(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_0, 0, (RuntimeArray *)(RuntimeArray *)L_1, L_2, L_3, /*hidden argument*/NULL); // } return; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters::GetEncoded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Ed25519PublicKeyParameters_GetEncoded_m4E48B99F7DA2DAE1CD8365EFB701B92C342A7D37 (Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * __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 Arrays.Clone(data); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_data_2(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519PublicKeyParameters__cctor_mDF5D3717D9C1DC25AAF95CFC7C9EB99C0F2675DD (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static readonly int KeySize = Ed25519.PublicKeySize; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); int32_t L_0 = ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->get_PublicKeySize_6(); ((Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA_il2cpp_TypeInfo_var))->set_KeySize_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519Signer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519Signer__ctor_m090A4E1CC2124B364E48B9BC2CDC38CC7CC47C9C (Ed25519Signer_tCE9230A4471C07E61BBA123E8C19BD7AA715705F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Buffer_t40E860620F7D83759ADAA72E1DED9A822C6042D8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private readonly Buffer buffer = new Buffer(); Buffer_t40E860620F7D83759ADAA72E1DED9A822C6042D8 * L_0 = (Buffer_t40E860620F7D83759ADAA72E1DED9A822C6042D8 *)il2cpp_codegen_object_new(Buffer_t40E860620F7D83759ADAA72E1DED9A822C6042D8_il2cpp_TypeInfo_var); Buffer__ctor_mA26341C9DBD51B3A156A65DEBA00C5404539348C(L_0, /*hidden argument*/NULL); __this->set_buffer_0(L_0); // public Ed25519Signer() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519Signer::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Ed25519Signer_get_AlgorithmName_mF07DFDEF8A1DC46556EE90C3D592062E249AA0B2 (Ed25519Signer_tCE9230A4471C07E61BBA123E8C19BD7AA715705F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF5F587879BD7126E7B6D0C1DC74F4C0C0890A039); s_Il2CppMethodInitialized = true; } { // get { return "Ed25519"; } return _stringLiteralF5F587879BD7126E7B6D0C1DC74F4C0C0890A039; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519Signer::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519Signer_Init_m29642831EAE7FBAA2FFCE24E375B884670BB9B87 (Ed25519Signer_tCE9230A4471C07E61BBA123E8C19BD7AA715705F * __this, bool ___forSigning0, RuntimeObject* ___parameters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // this.forSigning = forSigning; bool L_0 = ___forSigning0; __this->set_forSigning_1(L_0); // if (forSigning) bool L_1 = ___forSigning0; if (!L_1) { goto IL_0029; } } { // this.privateKey = (Ed25519PrivateKeyParameters)parameters; RuntimeObject* L_2 = ___parameters1; __this->set_privateKey_2(((Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 *)CastclassSealed((RuntimeObject*)L_2, Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5_il2cpp_TypeInfo_var))); // this.publicKey = privateKey.GeneratePublicKey(); Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 * L_3 = __this->get_privateKey_2(); NullCheck(L_3); Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * L_4; L_4 = Ed25519PrivateKeyParameters_GeneratePublicKey_mAA58A4082D4856D716EDC5394E94F69BEFA01470(L_3, /*hidden argument*/NULL); __this->set_publicKey_3(L_4); // } goto IL_003c; } IL_0029: { // this.privateKey = null; __this->set_privateKey_2((Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 *)NULL); // this.publicKey = (Ed25519PublicKeyParameters)parameters; RuntimeObject* L_5 = ___parameters1; __this->set_publicKey_3(((Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA *)CastclassSealed((RuntimeObject*)L_5, Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA_il2cpp_TypeInfo_var))); } IL_003c: { // Reset(); VirtualActionInvoker0::Invoke(17 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519Signer::Reset() */, __this); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519Signer::Update(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519Signer_Update_mCF62AA16BCAD78D5305B08679FEAF39F445A2C1E (Ed25519Signer_tCE9230A4471C07E61BBA123E8C19BD7AA715705F * __this, uint8_t ___b0, const RuntimeMethod* method) { { // buffer.WriteByte(b); Buffer_t40E860620F7D83759ADAA72E1DED9A822C6042D8 * L_0 = __this->get_buffer_0(); uint8_t L_1 = ___b0; NullCheck(L_0); VirtualActionInvoker1< uint8_t >::Invoke(33 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_0, L_1); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519Signer::BlockUpdate(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519Signer_BlockUpdate_m3AC318DE41734102C04C740DDE1AAF94F3039005 (Ed25519Signer_tCE9230A4471C07E61BBA123E8C19BD7AA715705F * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, int32_t ___len2, const RuntimeMethod* method) { { // buffer.Write(buf, off, len); Buffer_t40E860620F7D83759ADAA72E1DED9A822C6042D8 * L_0 = __this->get_buffer_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buf0; int32_t L_2 = ___off1; int32_t L_3 = ___len2; NullCheck(L_0); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); // } return; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519Signer::GenerateSignature() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Ed25519Signer_GenerateSignature_mBBBB496D8B05A2354DC85EB41ED57CB610A70A01 (Ed25519Signer_tCE9230A4471C07E61BBA123E8C19BD7AA715705F * __this, const RuntimeMethod* method) { { // if (!forSigning || null == privateKey) bool L_0 = __this->get_forSigning_1(); if (!L_0) { goto IL_0010; } } { Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 * L_1 = __this->get_privateKey_2(); if (L_1) { goto IL_001b; } } IL_0010: { // throw new InvalidOperationException("Ed25519Signer not initialised for signature generation."); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_2 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral88B58795F13A7AAD2EE05DCBD6E8665401C65456)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Ed25519Signer_GenerateSignature_mBBBB496D8B05A2354DC85EB41ED57CB610A70A01_RuntimeMethod_var))); } IL_001b: { // return buffer.GenerateSignature(privateKey, publicKey); Buffer_t40E860620F7D83759ADAA72E1DED9A822C6042D8 * L_3 = __this->get_buffer_0(); Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 * L_4 = __this->get_privateKey_2(); Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * L_5 = __this->get_publicKey_3(); NullCheck(L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6; L_6 = Buffer_GenerateSignature_mD1C2B36B4A896731C19A719C25AE1F0EA9CAC0CC(L_3, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519Signer::VerifySignature(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Ed25519Signer_VerifySignature_m71C64D8DB11321AE82DB198AE58A15B86E29A006 (Ed25519Signer_tCE9230A4471C07E61BBA123E8C19BD7AA715705F * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___signature0, const RuntimeMethod* method) { { // if (forSigning || null == publicKey) bool L_0 = __this->get_forSigning_1(); if (L_0) { goto IL_0010; } } { Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * L_1 = __this->get_publicKey_3(); if (L_1) { goto IL_001b; } } IL_0010: { // throw new InvalidOperationException("Ed25519Signer not initialised for verification"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_2 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE9E85667C86D5D28596FB9CA79800C595094142)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Ed25519Signer_VerifySignature_m71C64D8DB11321AE82DB198AE58A15B86E29A006_RuntimeMethod_var))); } IL_001b: { // return buffer.VerifySignature(publicKey, signature); Buffer_t40E860620F7D83759ADAA72E1DED9A822C6042D8 * L_3 = __this->get_buffer_0(); Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * L_4 = __this->get_publicKey_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___signature0; NullCheck(L_3); bool L_6; L_6 = Buffer_VerifySignature_m3E8515892A69FB4CE15D097201FE2135BCCB64FC(L_3, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519Signer::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519Signer_Reset_m6E5EBD40D80831F84B75F189D42A0A7F3A4DAD72 (Ed25519Signer_tCE9230A4471C07E61BBA123E8C19BD7AA715705F * __this, const RuntimeMethod* method) { { // buffer.Reset(); Buffer_t40E860620F7D83759ADAA72E1DED9A822C6042D8 * L_0 = __this->get_buffer_0(); NullCheck(L_0); Buffer_Reset_m4C2A1304951AD6FF1B10E9C86E30331CA5C042CD(L_0, /*hidden argument*/NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519ctxSigner::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519ctxSigner__ctor_mD005EE59DB87EB815955EC1589F999A07FE0EEEA (Ed25519ctxSigner_t6BDCA4F5B8DAFC9F5F7A8697502D453082BA3A5E * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___context0, 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*)&Buffer_tB9B9D1C66E8A16E1AD37AF395F3CEC7E56E2A614_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private readonly Buffer buffer = new Buffer(); Buffer_tB9B9D1C66E8A16E1AD37AF395F3CEC7E56E2A614 * L_0 = (Buffer_tB9B9D1C66E8A16E1AD37AF395F3CEC7E56E2A614 *)il2cpp_codegen_object_new(Buffer_tB9B9D1C66E8A16E1AD37AF395F3CEC7E56E2A614_il2cpp_TypeInfo_var); Buffer__ctor_mA1AC137E32F92EA694254035FBB2641D122989E7(L_0, /*hidden argument*/NULL); __this->set_buffer_0(L_0); // public Ed25519ctxSigner(byte[] context) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.context = Arrays.Clone(context); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___context0; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8(L_1, /*hidden argument*/NULL); __this->set_context_1(L_2); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519ctxSigner::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Ed25519ctxSigner_get_AlgorithmName_m2A4BF8070ADEF19E8CC52A2C91260C79837A0F0C (Ed25519ctxSigner_t6BDCA4F5B8DAFC9F5F7A8697502D453082BA3A5E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7CBAD5EEDF82DC94A8221F085718EDAE96A87948); s_Il2CppMethodInitialized = true; } { // get { return "Ed25519ctx"; } return _stringLiteral7CBAD5EEDF82DC94A8221F085718EDAE96A87948; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519ctxSigner::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519ctxSigner_Init_mC4512652C161E6D018951E03F811DCD03C8568E6 (Ed25519ctxSigner_t6BDCA4F5B8DAFC9F5F7A8697502D453082BA3A5E * __this, bool ___forSigning0, RuntimeObject* ___parameters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // this.forSigning = forSigning; bool L_0 = ___forSigning0; __this->set_forSigning_2(L_0); // if (forSigning) bool L_1 = ___forSigning0; if (!L_1) { goto IL_0029; } } { // this.privateKey = (Ed25519PrivateKeyParameters)parameters; RuntimeObject* L_2 = ___parameters1; __this->set_privateKey_3(((Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 *)CastclassSealed((RuntimeObject*)L_2, Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5_il2cpp_TypeInfo_var))); // this.publicKey = privateKey.GeneratePublicKey(); Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 * L_3 = __this->get_privateKey_3(); NullCheck(L_3); Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * L_4; L_4 = Ed25519PrivateKeyParameters_GeneratePublicKey_mAA58A4082D4856D716EDC5394E94F69BEFA01470(L_3, /*hidden argument*/NULL); __this->set_publicKey_4(L_4); // } goto IL_003c; } IL_0029: { // this.privateKey = null; __this->set_privateKey_3((Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 *)NULL); // this.publicKey = (Ed25519PublicKeyParameters)parameters; RuntimeObject* L_5 = ___parameters1; __this->set_publicKey_4(((Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA *)CastclassSealed((RuntimeObject*)L_5, Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA_il2cpp_TypeInfo_var))); } IL_003c: { // Reset(); VirtualActionInvoker0::Invoke(17 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519ctxSigner::Reset() */, __this); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519ctxSigner::Update(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519ctxSigner_Update_m24E3D31DA1014289C0CA8A1ABB18DC3E9534FED9 (Ed25519ctxSigner_t6BDCA4F5B8DAFC9F5F7A8697502D453082BA3A5E * __this, uint8_t ___b0, const RuntimeMethod* method) { { // buffer.WriteByte(b); Buffer_tB9B9D1C66E8A16E1AD37AF395F3CEC7E56E2A614 * L_0 = __this->get_buffer_0(); uint8_t L_1 = ___b0; NullCheck(L_0); VirtualActionInvoker1< uint8_t >::Invoke(33 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_0, L_1); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519ctxSigner::BlockUpdate(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519ctxSigner_BlockUpdate_m6120115BDD5421F34C956A46500DC6C7D9404316 (Ed25519ctxSigner_t6BDCA4F5B8DAFC9F5F7A8697502D453082BA3A5E * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, int32_t ___len2, const RuntimeMethod* method) { { // buffer.Write(buf, off, len); Buffer_tB9B9D1C66E8A16E1AD37AF395F3CEC7E56E2A614 * L_0 = __this->get_buffer_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buf0; int32_t L_2 = ___off1; int32_t L_3 = ___len2; NullCheck(L_0); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); // } return; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519ctxSigner::GenerateSignature() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Ed25519ctxSigner_GenerateSignature_m6A1AFE61220158C0CF461256D07CF0A1F861C7B7 (Ed25519ctxSigner_t6BDCA4F5B8DAFC9F5F7A8697502D453082BA3A5E * __this, const RuntimeMethod* method) { { // if (!forSigning || null == privateKey) bool L_0 = __this->get_forSigning_2(); if (!L_0) { goto IL_0010; } } { Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 * L_1 = __this->get_privateKey_3(); if (L_1) { goto IL_001b; } } IL_0010: { // throw new InvalidOperationException("Ed25519ctxSigner not initialised for signature generation."); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_2 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4453D612062DFB834FFD63C4DC5D41F3D1629F65)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Ed25519ctxSigner_GenerateSignature_m6A1AFE61220158C0CF461256D07CF0A1F861C7B7_RuntimeMethod_var))); } IL_001b: { // return buffer.GenerateSignature(privateKey, publicKey, context); Buffer_tB9B9D1C66E8A16E1AD37AF395F3CEC7E56E2A614 * L_3 = __this->get_buffer_0(); Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 * L_4 = __this->get_privateKey_3(); Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * L_5 = __this->get_publicKey_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = __this->get_context_1(); NullCheck(L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7; L_7 = Buffer_GenerateSignature_m45BA326E3675DA7ED39F34ECF455E0EBB82BD7AF(L_3, L_4, L_5, L_6, /*hidden argument*/NULL); return L_7; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519ctxSigner::VerifySignature(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Ed25519ctxSigner_VerifySignature_m4CDD542D31BEE37FF137B656DFD6220AF92133EF (Ed25519ctxSigner_t6BDCA4F5B8DAFC9F5F7A8697502D453082BA3A5E * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___signature0, const RuntimeMethod* method) { { // if (forSigning || null == publicKey) bool L_0 = __this->get_forSigning_2(); if (L_0) { goto IL_0010; } } { Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * L_1 = __this->get_publicKey_4(); if (L_1) { goto IL_001b; } } IL_0010: { // throw new InvalidOperationException("Ed25519ctxSigner not initialised for verification"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_2 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC3B8C788BB903755BDB883B89CF14941FA697B78)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Ed25519ctxSigner_VerifySignature_m4CDD542D31BEE37FF137B656DFD6220AF92133EF_RuntimeMethod_var))); } IL_001b: { // return buffer.VerifySignature(publicKey, context, signature); Buffer_tB9B9D1C66E8A16E1AD37AF395F3CEC7E56E2A614 * L_3 = __this->get_buffer_0(); Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * L_4 = __this->get_publicKey_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = __this->get_context_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___signature0; NullCheck(L_3); bool L_7; L_7 = Buffer_VerifySignature_m62FC9805980E4AC0BA253207C70CC3E118D44464(L_3, L_4, L_5, L_6, /*hidden argument*/NULL); return L_7; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519ctxSigner::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519ctxSigner_Reset_m5299B2C7B0A7F3C41AC49CB7721E951D14012F67 (Ed25519ctxSigner_t6BDCA4F5B8DAFC9F5F7A8697502D453082BA3A5E * __this, const RuntimeMethod* method) { { // buffer.Reset(); Buffer_tB9B9D1C66E8A16E1AD37AF395F3CEC7E56E2A614 * L_0 = __this->get_buffer_0(); NullCheck(L_0); Buffer_Reset_mD215F8C9094CAE8F241BCDEBCAB54133E213BE75(L_0, /*hidden argument*/NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519phSigner::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519phSigner__ctor_mDFFB84FD697B9BC3C880ED30AD1CA0ED0B7B3BF4 (Ed25519phSigner_t5BC5DF99624F1D8B672436FCD7864B903DB37328 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___context0, 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*)&Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private readonly IDigest prehash = Ed25519.CreatePrehash(); IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = Ed25519_CreatePrehash_m9A024A9D5CDDA41E42C48348F721EE1816923917(/*hidden argument*/NULL); __this->set_prehash_0(L_0); // public Ed25519phSigner(byte[] context) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.context = Arrays.Clone(context); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___context0; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8(L_1, /*hidden argument*/NULL); __this->set_context_1(L_2); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519phSigner::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Ed25519phSigner_get_AlgorithmName_m636ED36992D284F64B50E5097C6143E1DC885CE1 (Ed25519phSigner_t5BC5DF99624F1D8B672436FCD7864B903DB37328 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral836C8337DF15316EB401668667A0B807F899135A); s_Il2CppMethodInitialized = true; } { // get { return "Ed25519ph"; } return _stringLiteral836C8337DF15316EB401668667A0B807F899135A; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519phSigner::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519phSigner_Init_m63EE6B16723CC497D39350529E4AB8559A91693D (Ed25519phSigner_t5BC5DF99624F1D8B672436FCD7864B903DB37328 * __this, bool ___forSigning0, RuntimeObject* ___parameters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // this.forSigning = forSigning; bool L_0 = ___forSigning0; __this->set_forSigning_2(L_0); // if (forSigning) bool L_1 = ___forSigning0; if (!L_1) { goto IL_0029; } } { // this.privateKey = (Ed25519PrivateKeyParameters)parameters; RuntimeObject* L_2 = ___parameters1; __this->set_privateKey_3(((Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 *)CastclassSealed((RuntimeObject*)L_2, Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5_il2cpp_TypeInfo_var))); // this.publicKey = privateKey.GeneratePublicKey(); Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 * L_3 = __this->get_privateKey_3(); NullCheck(L_3); Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * L_4; L_4 = Ed25519PrivateKeyParameters_GeneratePublicKey_mAA58A4082D4856D716EDC5394E94F69BEFA01470(L_3, /*hidden argument*/NULL); __this->set_publicKey_4(L_4); // } goto IL_003c; } IL_0029: { // this.privateKey = null; __this->set_privateKey_3((Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 *)NULL); // this.publicKey = (Ed25519PublicKeyParameters)parameters; RuntimeObject* L_5 = ___parameters1; __this->set_publicKey_4(((Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA *)CastclassSealed((RuntimeObject*)L_5, Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA_il2cpp_TypeInfo_var))); } IL_003c: { // Reset(); Ed25519phSigner_Reset_m6282428F4B53371081AD17482FCAA7FF4ADED594(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519phSigner::Update(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519phSigner_Update_m5BC6307F53EF604A36D35A1875623813C43CABF7 (Ed25519phSigner_t5BC5DF99624F1D8B672436FCD7864B903DB37328 * __this, uint8_t ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // prehash.Update(b); RuntimeObject* L_0 = __this->get_prehash_0(); uint8_t L_1 = ___b0; NullCheck(L_0); InterfaceActionInvoker1< uint8_t >::Invoke(3 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::Update(System.Byte) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_0, L_1); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519phSigner::BlockUpdate(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519phSigner_BlockUpdate_mC6BDB89150CA9E6528D04D3AED52BE9CF86C7A4C (Ed25519phSigner_t5BC5DF99624F1D8B672436FCD7864B903DB37328 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, int32_t ___len2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // prehash.BlockUpdate(buf, off, len); RuntimeObject* L_0 = __this->get_prehash_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buf0; int32_t L_2 = ___off1; int32_t L_3 = ___len2; NullCheck(L_0); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_0, L_1, L_2, L_3); // } return; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519phSigner::GenerateSignature() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Ed25519phSigner_GenerateSignature_m77F66AA00CFA4AC8B6DC8ED5B2FEE9D99F0F855F (Ed25519phSigner_t5BC5DF99624F1D8B672436FCD7864B903DB37328 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; { // if (!forSigning || null == privateKey) bool L_0 = __this->get_forSigning_2(); if (!L_0) { goto IL_0010; } } { Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 * L_1 = __this->get_privateKey_3(); if (L_1) { goto IL_001b; } } IL_0010: { // throw new InvalidOperationException("Ed25519phSigner not initialised for signature generation."); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_2 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8FB5D25664D9CCE9333FF61087B3DC80BFC9687B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Ed25519phSigner_GenerateSignature_m77F66AA00CFA4AC8B6DC8ED5B2FEE9D99F0F855F_RuntimeMethod_var))); } IL_001b: { // byte[] msg = new byte[Ed25519.PrehashSize]; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); int32_t L_3 = ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->get_PrehashSize_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_3); V_0 = L_4; // if (Ed25519.PrehashSize != prehash.DoFinal(msg, 0)) int32_t L_5 = ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->get_PrehashSize_5(); RuntimeObject* L_6 = __this->get_prehash_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_0; NullCheck(L_6); int32_t L_8; L_8 = InterfaceFuncInvoker2< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(5 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::DoFinal(System.Byte[],System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_6, L_7, 0); if ((((int32_t)L_5) == ((int32_t)L_8))) { goto IL_0045; } } { // throw new InvalidOperationException("Prehash digest failed"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_9 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8E4FA6E39E21DB0C77EB0C6CFDBC6902A639436A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Ed25519phSigner_GenerateSignature_m77F66AA00CFA4AC8B6DC8ED5B2FEE9D99F0F855F_RuntimeMethod_var))); } IL_0045: { // byte[] signature = new byte[Ed25519PrivateKeyParameters.SignatureSize]; IL2CPP_RUNTIME_CLASS_INIT(Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5_il2cpp_TypeInfo_var); int32_t L_10 = ((Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5_il2cpp_TypeInfo_var))->get_SignatureSize_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_10); V_1 = L_11; // privateKey.Sign(Ed25519.Algorithm.Ed25519ph, publicKey, context, msg, 0, Ed25519.PrehashSize, signature, 0); Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 * L_12 = __this->get_privateKey_3(); Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * L_13 = __this->get_publicKey_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = __this->get_context_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); int32_t L_16 = ((Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var))->get_PrehashSize_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = V_1; NullCheck(L_12); Ed25519PrivateKeyParameters_Sign_m191987B9C83D2D9E5A0830B1F32C7E25CC85472C(L_12, 2, L_13, L_14, L_15, 0, L_16, L_17, 0, /*hidden argument*/NULL); // return signature; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = V_1; return L_18; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519phSigner::VerifySignature(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Ed25519phSigner_VerifySignature_m91354EAA36D9D935BB16287EDEBCC75AAA197A3F (Ed25519phSigner_t5BC5DF99624F1D8B672436FCD7864B903DB37328 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___signature0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { // if (forSigning || null == publicKey) bool L_0 = __this->get_forSigning_2(); if (L_0) { goto IL_0010; } } { Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * L_1 = __this->get_publicKey_4(); if (L_1) { goto IL_001b; } } IL_0010: { // throw new InvalidOperationException("Ed25519phSigner not initialised for verification"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_2 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDAD7EEC350EDAFDA0D82C85C8D71FDE743007A26)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Ed25519phSigner_VerifySignature_m91354EAA36D9D935BB16287EDEBCC75AAA197A3F_RuntimeMethod_var))); } IL_001b: { // byte[] pk = publicKey.GetEncoded(); Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * L_3 = __this->get_publicKey_4(); NullCheck(L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = Ed25519PublicKeyParameters_GetEncoded_m4E48B99F7DA2DAE1CD8365EFB701B92C342A7D37(L_3, /*hidden argument*/NULL); V_0 = L_4; // return Ed25519.VerifyPrehash(signature, 0, pk, 0, context, prehash); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___signature0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = __this->get_context_1(); RuntimeObject* L_8 = __this->get_prehash_0(); IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); bool L_9; L_9 = Ed25519_VerifyPrehash_m3E2A8DDCC3660D7E4D0300507AC7A6D45AFFF8A0(L_5, 0, L_6, 0, L_7, L_8, /*hidden argument*/NULL); return L_9; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519phSigner::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519phSigner_Reset_m6282428F4B53371081AD17482FCAA7FF4ADED594 (Ed25519phSigner_t5BC5DF99624F1D8B672436FCD7864B903DB37328 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // prehash.Reset(); RuntimeObject* L_0 = __this->get_prehash_0(); NullCheck(L_0); InterfaceActionInvoker0::Invoke(6 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::Reset() */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, 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.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::CalculateS(System.Byte[],System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Ed448_CalculateS_m3133120C7E224C894E55E4EFE9CA04B7D286F326 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___r0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___k1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___s2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_1 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_2 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; int32_t V_4 = 0; { // uint[] t = new uint[ScalarUints * 2]; DecodeScalar(r, 0, t); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)28)); V_0 = L_0; // uint[] t = new uint[ScalarUints * 2]; DecodeScalar(r, 0, t); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___r0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); Ed448_DecodeScalar_mD07417B47B662FAB30A6CA786AA98D465CF449AF(L_1, 0, L_2, /*hidden argument*/NULL); // uint[] u = new uint[ScalarUints]; DecodeScalar(k, 0, u); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)14)); V_1 = L_3; // uint[] u = new uint[ScalarUints]; DecodeScalar(k, 0, u); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___k1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5 = V_1; Ed448_DecodeScalar_mD07417B47B662FAB30A6CA786AA98D465CF449AF(L_4, 0, L_5, /*hidden argument*/NULL); // uint[] v = new uint[ScalarUints]; DecodeScalar(s, 0, v); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)14)); V_2 = L_6; // uint[] v = new uint[ScalarUints]; DecodeScalar(s, 0, v); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___s2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_8 = V_2; Ed448_DecodeScalar_mD07417B47B662FAB30A6CA786AA98D465CF449AF(L_7, 0, L_8, /*hidden argument*/NULL); // Nat.MulAddTo(14, u, v, t); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_9 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_10 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_11 = V_0; uint32_t L_12; L_12 = Nat_MulAddTo_mDB8DE5044EF579E0185059856F6FD3AD97788799(((int32_t)14), L_9, L_10, L_11, /*hidden argument*/NULL); // byte[] result = new byte[ScalarBytes * 2]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)114)); V_3 = L_13; // for (int i = 0; i < t.Length; ++i) V_4 = 0; goto IL_005c; } IL_0048: { // Encode32(t[i], result, i * 4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_14 = V_0; int32_t L_15 = V_4; NullCheck(L_14); int32_t L_16 = L_15; uint32_t L_17 = (L_14)->GetAt(static_cast(L_16)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = V_3; int32_t L_19 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); Ed448_Encode32_m6372B1113FBC32EE2F3882A5C0E60A7362BB4788(L_17, L_18, ((int32_t)il2cpp_codegen_multiply((int32_t)L_19, (int32_t)4)), /*hidden argument*/NULL); // for (int i = 0; i < t.Length; ++i) int32_t L_20 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_005c: { // for (int i = 0; i < t.Length; ++i) int32_t L_21 = V_4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_22 = V_0; NullCheck(L_22); if ((((int32_t)L_21) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length)))))) { goto IL_0048; } } { // return ReduceScalar(result); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24; L_24 = Ed448_ReduceScalar_m86661329741ED7231110A8023C55F5A0FA49AA82(L_23, /*hidden argument*/NULL); return L_24; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::CheckContextVar(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Ed448_CheckContextVar_m26D54DE0DCAC896542C708D0669675AF65045347 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx0, const RuntimeMethod* method) { { // return ctx != null && ctx.Length < 256; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___ctx0; if (!L_0) { goto IL_000e; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___ctx0; NullCheck(L_1); return (bool)((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))) < ((int32_t)((int32_t)256)))? 1 : 0); } IL_000e: { return (bool)0; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::CheckPointVar(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Ed448_CheckPointVar_m338C29B41BA5F3B3B28FE37C4F4F68D414243629 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___p0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; { // if ((p[PointBytes - 1] & 0x7F) != 0x00) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___p0; NullCheck(L_0); int32_t L_1 = ((int32_t)56); uint8_t L_2 = (L_0)->GetAt(static_cast(L_1)); if (!((int32_t)((int32_t)L_2&(int32_t)((int32_t)127)))) { goto IL_000b; } } { // return false; return (bool)0; } IL_000b: { // uint[] t = new uint[14]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)14)); V_0 = L_3; // Decode32(p, 0, t, 0, 14); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___p0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); Ed448_Decode32_mBA21D094CE4F7700DE18434D7102DFB5C535E9BB(L_4, 0, L_5, 0, ((int32_t)14), /*hidden argument*/NULL); // return !Nat.Gte(14, t, P); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->get_P_10(); bool L_8; L_8 = Nat_Gte_m7D4E0387ED7856767F864E0715B5960995B5AFB1(((int32_t)14), L_6, L_7, /*hidden argument*/NULL); return (bool)((((int32_t)L_8) == ((int32_t)0))? 1 : 0); } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::CheckScalarVar(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Ed448_CheckScalarVar_m6DB8EB952E44EAA43D17617A7DDF657F45EC18A9 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; { // if (s[ScalarBytes - 1] != 0x00) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___s0; NullCheck(L_0); int32_t L_1 = ((int32_t)56); uint8_t L_2 = (L_0)->GetAt(static_cast(L_1)); if (!L_2) { goto IL_0008; } } { // return false; return (bool)0; } IL_0008: { // uint[] n = new uint[ScalarUints]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)14)); V_0 = L_3; // DecodeScalar(s, 0, n); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___s0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); Ed448_DecodeScalar_mD07417B47B662FAB30A6CA786AA98D465CF449AF(L_4, 0, L_5, /*hidden argument*/NULL); // return !Nat.Gte(ScalarUints, n, L); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->get_L_11(); bool L_8; L_8 = Nat_Gte_m7D4E0387ED7856767F864E0715B5960995B5AFB1(((int32_t)14), L_6, L_7, /*hidden argument*/NULL); return (bool)((((int32_t)L_8) == ((int32_t)0))? 1 : 0); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IXof BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::CreatePrehash() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Ed448_CreatePrehash_m1197D86EF4CCCDC5D0824F9B78D107B9B76B653D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return CreateXof(); IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = Ed448_CreateXof_mFF4B2EB979FC589962148BBCBF55095E075EC8F8(/*hidden argument*/NULL); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IXof BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::CreateXof() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Ed448_CreateXof_mFF4B2EB979FC589962148BBCBF55095E075EC8F8 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShakeDigest_t9927043F2A7FC9694E769E2961D50B408D277B3A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new ShakeDigest(256); ShakeDigest_t9927043F2A7FC9694E769E2961D50B408D277B3A * L_0 = (ShakeDigest_t9927043F2A7FC9694E769E2961D50B408D277B3A *)il2cpp_codegen_object_new(ShakeDigest_t9927043F2A7FC9694E769E2961D50B408D277B3A_il2cpp_TypeInfo_var); ShakeDigest__ctor_m67FD6B4F4767C3240CB694C919867C9D9175894F(L_0, ((int32_t)256), /*hidden argument*/NULL); return L_0; } } // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::Decode16(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Ed448_Decode16_mA28E754A1EA43DAF96DFD7EC6F4921C5225C5253 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs0, int32_t ___off1, const RuntimeMethod* method) { { // uint n = bs[off]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___bs0; int32_t L_1 = ___off1; NullCheck(L_0); int32_t L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); // n |= (uint)bs[++off] << 8; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___bs0; int32_t L_5 = ___off1; int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); ___off1 = L_6; NullCheck(L_4); int32_t L_7 = L_6; uint8_t L_8 = (L_4)->GetAt(static_cast(L_7)); // return n; return ((int32_t)((int32_t)L_3|(int32_t)((int32_t)((int32_t)L_8<<(int32_t)8)))); } } // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::Decode24(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Ed448_Decode24_mFA51004A23BA0F3F1706C2AC9EC400DF8EED794D (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs0, int32_t ___off1, const RuntimeMethod* method) { { // uint n = bs[off]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___bs0; int32_t L_1 = ___off1; NullCheck(L_0); int32_t L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); // n |= (uint)bs[++off] << 8; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___bs0; int32_t L_5 = ___off1; int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); ___off1 = L_6; NullCheck(L_4); int32_t L_7 = L_6; uint8_t L_8 = (L_4)->GetAt(static_cast(L_7)); // n |= (uint)bs[++off] << 16; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___bs0; int32_t L_10 = ___off1; int32_t L_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); ___off1 = L_11; NullCheck(L_9); int32_t L_12 = L_11; uint8_t L_13 = (L_9)->GetAt(static_cast(L_12)); // return n; return ((int32_t)((int32_t)((int32_t)((int32_t)L_3|(int32_t)((int32_t)((int32_t)L_8<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)L_13<<(int32_t)((int32_t)16))))); } } // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::Decode32(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Ed448_Decode32_m9CC95FCEEE6959BE5B31A3A2D3868D6EBB29DFC4 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs0, int32_t ___off1, const RuntimeMethod* method) { { // uint n = bs[off]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___bs0; int32_t L_1 = ___off1; NullCheck(L_0); int32_t L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); // n |= (uint)bs[++off] << 8; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___bs0; int32_t L_5 = ___off1; int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); ___off1 = L_6; NullCheck(L_4); int32_t L_7 = L_6; uint8_t L_8 = (L_4)->GetAt(static_cast(L_7)); // n |= (uint)bs[++off] << 16; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___bs0; int32_t L_10 = ___off1; int32_t L_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); ___off1 = L_11; NullCheck(L_9); int32_t L_12 = L_11; uint8_t L_13 = (L_9)->GetAt(static_cast(L_12)); // n |= (uint)bs[++off] << 24; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = ___bs0; int32_t L_15 = ___off1; int32_t L_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); ___off1 = L_16; NullCheck(L_14); int32_t L_17 = L_16; uint8_t L_18 = (L_14)->GetAt(static_cast(L_17)); // return n; return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_3|(int32_t)((int32_t)((int32_t)L_8<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)L_13<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_18<<(int32_t)((int32_t)24))))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::Decode32(System.Byte[],System.Int32,System.UInt32[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_Decode32_mBA21D094CE4F7700DE18434D7102DFB5C535E9BB (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs0, int32_t ___bsOff1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___n2, int32_t ___nOff3, int32_t ___nLen4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // for (int i = 0; i < nLen; ++i) V_0 = 0; goto IL_0018; } IL_0004: { // n[nOff + i] = Decode32(bs, bsOff + i * 4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___n2; int32_t L_1 = ___nOff3; int32_t L_2 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___bs0; int32_t L_4 = ___bsOff1; int32_t L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); uint32_t L_6; L_6 = Ed448_Decode32_m9CC95FCEEE6959BE5B31A3A2D3868D6EBB29DFC4(L_3, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_5, (int32_t)4)))), /*hidden argument*/NULL); NullCheck(L_0); (L_0)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2))), (uint32_t)L_6); // for (int i = 0; i < nLen; ++i) int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0018: { // for (int i = 0; i < nLen; ++i) int32_t L_8 = V_0; int32_t L_9 = ___nLen4; if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0004; } } { // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::DecodePointVar(System.Byte[],System.Int32,System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointExt) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Ed448_DecodePointVar_m5B4A8A10F7E0B4D0BE28AB04B9D58DF0323214AE (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___p0, int32_t ___pOff1, bool ___negate2, PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * ___r3, 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*)&Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_2 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_3 = NULL; { // byte[] py = Arrays.CopyOfRange(p, pOff, pOff + PointBytes); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___p0; int32_t L_1 = ___pOff1; int32_t L_2 = ___pOff1; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3; L_3 = Arrays_CopyOfRange_m4DB795FE5A54E33AF1B2C338A8DB20C3EA14CDE4(L_0, L_1, ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)((int32_t)57))), /*hidden argument*/NULL); V_0 = L_3; // if (!CheckPointVar(py)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); bool L_5; L_5 = Ed448_CheckPointVar_m338C29B41BA5F3B3B28FE37C4F4F68D414243629(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0016; } } { // return false; return (bool)0; } IL_0016: { // int x_0 = (py[PointBytes - 1] & 0x80) >> 7; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_0; NullCheck(L_6); int32_t L_7 = ((int32_t)56); uint8_t L_8 = (L_6)->GetAt(static_cast(L_7)); V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_8&(int32_t)((int32_t)128)))>>(int32_t)7)); // py[PointBytes - 1] &= 0x7F; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = V_0; NullCheck(L_9); uint8_t* L_10 = ((L_9)->GetAddressAt(static_cast(((int32_t)56)))); int32_t L_11 = *((uint8_t*)L_10); *((int8_t*)L_10) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_11&(int32_t)((int32_t)127))))); // X448Field.Decode(py, 0, r.y); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_0; PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_13 = ___r3; NullCheck(L_13); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_14 = L_13->get_y_1(); X448Field_Decode_m06B63A054E56ECA110E955500E87D4FFF0847DBE(L_12, 0, L_14, /*hidden argument*/NULL); // uint[] u = X448Field.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_15; L_15 = X448Field_Create_m6C56688CDF326B005D9A26A1C0B95AFED20C93F8(/*hidden argument*/NULL); V_2 = L_15; // uint[] v = X448Field.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_16; L_16 = X448Field_Create_m6C56688CDF326B005D9A26A1C0B95AFED20C93F8(/*hidden argument*/NULL); V_3 = L_16; // X448Field.Sqr(r.y, u); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_17 = ___r3; NullCheck(L_17); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_18 = L_17->get_y_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_19 = V_2; X448Field_Sqr_m99164A3250A186282534873615C36EA8FE4CF8DD(L_18, L_19, /*hidden argument*/NULL); // X448Field.Mul(u, (uint)-C_d, v); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_20 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_21 = V_3; X448Field_Mul_mED9EF10A5A6CC16E1FF176EEB340E2D5B65D7FAF(L_20, ((int32_t)39081), L_21, /*hidden argument*/NULL); // X448Field.Negate(u, u); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_22 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_23 = V_2; X448Field_Negate_m45BD6869F87A1B9CDD8C7D2487D7E33AC6DCD4E7(L_22, L_23, /*hidden argument*/NULL); // X448Field.AddOne(u); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_24 = V_2; X448Field_AddOne_m7BD083C8531A9667ECE03A8A0A7356ECAE22F5D5(L_24, /*hidden argument*/NULL); // X448Field.AddOne(v); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_25 = V_3; X448Field_AddOne_m7BD083C8531A9667ECE03A8A0A7356ECAE22F5D5(L_25, /*hidden argument*/NULL); // if (!X448Field.SqrtRatioVar(u, v, r.x)) UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_26 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_27 = V_3; PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_28 = ___r3; NullCheck(L_28); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_29 = L_28->get_x_0(); bool L_30; L_30 = X448Field_SqrtRatioVar_m8A9D8D8D03BB53A001AE4810AF5AF7B8CCB25A93(L_26, L_27, L_29, /*hidden argument*/NULL); if (L_30) { goto IL_0087; } } { // return false; return (bool)0; } IL_0087: { // X448Field.Normalize(r.x); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_31 = ___r3; NullCheck(L_31); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_32 = L_31->get_x_0(); X448Field_Normalize_m0A17A17B23075A703C912609B54C96BB16A4A2AA(L_32, /*hidden argument*/NULL); // if (x_0 == 1 && X448Field.IsZeroVar(r.x)) int32_t L_33 = V_1; if ((!(((uint32_t)L_33) == ((uint32_t)1)))) { goto IL_00a5; } } { PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_34 = ___r3; NullCheck(L_34); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_35 = L_34->get_x_0(); bool L_36; L_36 = X448Field_IsZeroVar_mF0E0531F9E178C41FD27CF01EB6FD4045956F66C(L_35, /*hidden argument*/NULL); if (!L_36) { goto IL_00a5; } } { // return false; return (bool)0; } IL_00a5: { // if (negate ^ (x_0 != (r.x[0] & 1))) bool L_37 = ___negate2; int32_t L_38 = V_1; PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_39 = ___r3; NullCheck(L_39); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_40 = L_39->get_x_0(); NullCheck(L_40); int32_t L_41 = 0; uint32_t L_42 = (L_40)->GetAt(static_cast(L_41)); if (!((int32_t)((int32_t)L_37^(int32_t)((((int32_t)((((int64_t)((int64_t)((int64_t)L_38))) == ((int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)((int32_t)((int32_t)L_42&(int32_t)1))))))))? 1 : 0)) == ((int32_t)0))? 1 : 0)))) { goto IL_00cc; } } { // X448Field.Negate(r.x, r.x); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_43 = ___r3; NullCheck(L_43); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_44 = L_43->get_x_0(); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_45 = ___r3; NullCheck(L_45); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_46 = L_45->get_x_0(); X448Field_Negate_m45BD6869F87A1B9CDD8C7D2487D7E33AC6DCD4E7(L_44, L_46, /*hidden argument*/NULL); } IL_00cc: { // PointExtendXY(r); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_47 = ___r3; IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); Ed448_PointExtendXY_m34A7F86F11B7D9CFC9544A707F9077FD66771350(L_47, /*hidden argument*/NULL); // return true; return (bool)1; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::DecodeScalar(System.Byte[],System.Int32,System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_DecodeScalar_mD07417B47B662FAB30A6CA786AA98D465CF449AF (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___k0, int32_t ___kOff1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___n2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Decode32(k, kOff, n, 0, ScalarUints); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___k0; int32_t L_1 = ___kOff1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = ___n2; IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); Ed448_Decode32_mBA21D094CE4F7700DE18434D7102DFB5C535E9BB(L_0, L_1, L_2, 0, ((int32_t)14), /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::Dom4(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IXof,System.Byte,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_Dom4_mC3F6B03741F40C6413015D6204E9A035645CC800 (RuntimeObject* ___d0, uint8_t ___x1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___y2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // d.BlockUpdate(Dom4Prefix, 0, Dom4Prefix.Length); RuntimeObject* L_0 = ___d0; IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->get_Dom4Prefix_9(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->get_Dom4Prefix_9(); NullCheck(L_2); NullCheck(L_0); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_0, L_1, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); // d.Update(x); RuntimeObject* L_3 = ___d0; uint8_t L_4 = ___x1; NullCheck(L_3); InterfaceActionInvoker1< uint8_t >::Invoke(3 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::Update(System.Byte) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_3, L_4); // d.Update((byte)y.Length); RuntimeObject* L_5 = ___d0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___y2; NullCheck(L_6); NullCheck(L_5); InterfaceActionInvoker1< uint8_t >::Invoke(3 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::Update(System.Byte) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_5, (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))))); // d.BlockUpdate(y, 0, y.Length); RuntimeObject* L_7 = ___d0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___y2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___y2; NullCheck(L_9); NullCheck(L_7); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_7, L_8, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::Encode24(System.UInt32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_Encode24_mF8C25DBF194FC12CDC6785A5E3794E5B847158C6 (uint32_t ___n0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs1, int32_t ___off2, const RuntimeMethod* method) { { // bs[off] = (byte)(n); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___bs1; int32_t L_1 = ___off2; uint32_t L_2 = ___n0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (uint8_t)((int32_t)((uint8_t)L_2))); // bs[++off] = (byte)(n >> 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___bs1; int32_t L_4 = ___off2; int32_t L_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); ___off2 = L_5; uint32_t L_6 = ___n0; NullCheck(L_3); (L_3)->SetAt(static_cast(L_5), (uint8_t)((int32_t)((uint8_t)((int32_t)((uint32_t)L_6>>8))))); // bs[++off] = (byte)(n >> 16); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___bs1; int32_t L_8 = ___off2; int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); ___off2 = L_9; uint32_t L_10 = ___n0; NullCheck(L_7); (L_7)->SetAt(static_cast(L_9), (uint8_t)((int32_t)((uint8_t)((int32_t)((uint32_t)L_10>>((int32_t)16)))))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::Encode32(System.UInt32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_Encode32_m6372B1113FBC32EE2F3882A5C0E60A7362BB4788 (uint32_t ___n0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs1, int32_t ___off2, const RuntimeMethod* method) { { // bs[off] = (byte)(n); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___bs1; int32_t L_1 = ___off2; uint32_t L_2 = ___n0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (uint8_t)((int32_t)((uint8_t)L_2))); // bs[++off] = (byte)(n >> 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___bs1; int32_t L_4 = ___off2; int32_t L_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); ___off2 = L_5; uint32_t L_6 = ___n0; NullCheck(L_3); (L_3)->SetAt(static_cast(L_5), (uint8_t)((int32_t)((uint8_t)((int32_t)((uint32_t)L_6>>8))))); // bs[++off] = (byte)(n >> 16); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___bs1; int32_t L_8 = ___off2; int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); ___off2 = L_9; uint32_t L_10 = ___n0; NullCheck(L_7); (L_7)->SetAt(static_cast(L_9), (uint8_t)((int32_t)((uint8_t)((int32_t)((uint32_t)L_10>>((int32_t)16)))))); // bs[++off] = (byte)(n >> 24); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___bs1; int32_t L_12 = ___off2; int32_t L_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); ___off2 = L_13; uint32_t L_14 = ___n0; NullCheck(L_11); (L_11)->SetAt(static_cast(L_13), (uint8_t)((int32_t)((uint8_t)((int32_t)((uint32_t)L_14>>((int32_t)24)))))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::Encode56(System.UInt64,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_Encode56_mC3964C7182796CB4DCD9F905E009C16FDE11C795 (uint64_t ___n0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs1, int32_t ___off2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Encode32((uint)n, bs, off); uint64_t L_0 = ___n0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___bs1; int32_t L_2 = ___off2; IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); Ed448_Encode32_m6372B1113FBC32EE2F3882A5C0E60A7362BB4788(((int32_t)((uint32_t)L_0)), L_1, L_2, /*hidden argument*/NULL); // Encode24((uint)(n >> 32), bs, off + 4); uint64_t L_3 = ___n0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___bs1; int32_t L_5 = ___off2; Ed448_Encode24_mF8C25DBF194FC12CDC6785A5E3794E5B847158C6(((int32_t)((uint32_t)((int64_t)((uint64_t)L_3>>((int32_t)32))))), L_4, ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)4)), /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::EncodePoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointExt,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_EncodePoint_m192FDC6B1C665AA294D14B9B878317593A4A6F32 (PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * ___p0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___r1, int32_t ___rOff2, const RuntimeMethod* method) { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_1 = NULL; { // uint[] x = X448Field.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0; L_0 = X448Field_Create_m6C56688CDF326B005D9A26A1C0B95AFED20C93F8(/*hidden argument*/NULL); V_0 = L_0; // uint[] y = X448Field.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1; L_1 = X448Field_Create_m6C56688CDF326B005D9A26A1C0B95AFED20C93F8(/*hidden argument*/NULL); V_1 = L_1; // X448Field.Inv(p.z, y); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_2 = ___p0; NullCheck(L_2); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = L_2->get_z_2(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = V_1; X448Field_Inv_mAE0F5F5F358CCA3D0C55438F8732AB5B4CD0B362(L_3, L_4, /*hidden argument*/NULL); // X448Field.Mul(p.x, y, x); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_5 = ___p0; NullCheck(L_5); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6 = L_5->get_x_0(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_8 = V_0; X448Field_Mul_m24C25C061843DEB2F70572C0D5E32B4611B4ABA1(L_6, L_7, L_8, /*hidden argument*/NULL); // X448Field.Mul(p.y, y, y); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_9 = ___p0; NullCheck(L_9); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_10 = L_9->get_y_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_11 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_12 = V_1; X448Field_Mul_m24C25C061843DEB2F70572C0D5E32B4611B4ABA1(L_10, L_11, L_12, /*hidden argument*/NULL); // X448Field.Normalize(x); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_13 = V_0; X448Field_Normalize_m0A17A17B23075A703C912609B54C96BB16A4A2AA(L_13, /*hidden argument*/NULL); // X448Field.Normalize(y); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_14 = V_1; X448Field_Normalize_m0A17A17B23075A703C912609B54C96BB16A4A2AA(L_14, /*hidden argument*/NULL); // X448Field.Encode(y, r, rOff); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_15 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___r1; int32_t L_17 = ___rOff2; X448Field_Encode_m46D9E48067C29A86964084FF34C4F33AD0A0B16A(L_15, L_16, L_17, /*hidden argument*/NULL); // r[rOff + PointBytes - 1] = (byte)((x[0] & 1) << 7); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = ___r1; int32_t L_19 = ___rOff2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_20 = V_0; NullCheck(L_20); int32_t L_21 = 0; uint32_t L_22 = (L_20)->GetAt(static_cast(L_21)); NullCheck(L_18); (L_18)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)((int32_t)57))), (int32_t)1))), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_22&(int32_t)1))<<(int32_t)7))))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::GeneratePrivateKey(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_GeneratePrivateKey_m11DE4C049B23209762E1E7BF1BF06CCF91AF7EE8 (SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___k1, const RuntimeMethod* method) { { // random.NextBytes(k); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_0 = ___random0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___k1; NullCheck(L_0); VirtualActionInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(9 /* System.Void System.Random::NextBytes(System.Byte[]) */, L_0, L_1); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::GeneratePublicKey(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_GeneratePublicKey_m28B9A00859598AC9AA30CF39A619F7F77712366F (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sk0, int32_t ___skOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pk2, int32_t ___pkOff3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXof_tC49FAE6E809906E6C671AA72F0C9112B23970131_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; { // IXof d = CreateXof(); IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = Ed448_CreateXof_mFF4B2EB979FC589962148BBCBF55095E075EC8F8(/*hidden argument*/NULL); // byte[] h = new byte[ScalarBytes * 2]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)114)); V_0 = L_1; // d.BlockUpdate(sk, skOff, SecretKeySize); RuntimeObject* L_2 = L_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___sk0; int32_t L_4 = ___skOff1; int32_t L_5 = ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->get_SecretKeySize_7(); NullCheck(L_2); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_2, L_3, L_4, L_5); // d.DoFinal(h, 0, h.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_0; NullCheck(L_7); NullCheck(L_2); int32_t L_8; L_8 = InterfaceFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(0 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IXof::DoFinal(System.Byte[],System.Int32,System.Int32) */, IXof_tC49FAE6E809906E6C671AA72F0C9112B23970131_il2cpp_TypeInfo_var, L_2, L_6, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))); // byte[] s = new byte[ScalarBytes]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)57)); V_1 = L_9; // PruneScalar(h, 0, s); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_1; Ed448_PruneScalar_m202345B8B194B98C785DF18F1E3742F5C1769317(L_10, 0, L_11, /*hidden argument*/NULL); // ScalarMultBaseEncoded(s, pk, pkOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ___pk2; int32_t L_14 = ___pkOff3; Ed448_ScalarMultBaseEncoded_m64E1CC9743952AE6E677131A036836E1C442A6CF(L_12, L_13, L_14, /*hidden argument*/NULL); // } return; } } // System.SByte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::GetWnaf(System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* Ed448_GetWnaf_m59D0AEA1ED9150CC5ECD5157B1202D7B6303837B (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___n0, int32_t ___width1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* V_1 = NULL; uint32_t V_2 = 0; uint32_t V_3 = 0; uint32_t V_4 = 0; int32_t V_5 = 0; uint32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; uint32_t V_9 = 0; int32_t V_10 = 0; uint32_t V_11 = 0; uint32_t V_12 = 0; uint32_t V_13 = 0; { // uint[] t = new uint[ScalarUints * 2]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)28)); V_0 = L_0; // uint c = 0; V_6 = 0; // int tPos = t.Length, i = ScalarUints; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = V_0; NullCheck(L_1); V_7 = ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))); // int tPos = t.Length, i = ScalarUints; V_8 = ((int32_t)14); goto IL_003e; } IL_0016: { // uint next = n[i]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = ___n0; int32_t L_3 = V_8; NullCheck(L_2); int32_t L_4 = L_3; uint32_t L_5 = (L_2)->GetAt(static_cast(L_4)); V_9 = L_5; // t[--tPos] = (next >> 16) | (c << 16); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6 = V_0; int32_t L_7 = V_7; int32_t L_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)); V_7 = L_8; uint32_t L_9 = V_9; uint32_t L_10 = V_6; NullCheck(L_6); (L_6)->SetAt(static_cast(L_8), (uint32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_9>>((int32_t)16)))|(int32_t)((int32_t)((int32_t)L_10<<(int32_t)((int32_t)16)))))); // t[--tPos] = c = next; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_11 = V_0; int32_t L_12 = V_7; int32_t L_13 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)); V_7 = L_13; uint32_t L_14 = V_9; uint32_t L_15 = L_14; V_6 = L_15; NullCheck(L_11); (L_11)->SetAt(static_cast(L_13), (uint32_t)L_15); } IL_003e: { // while (--i >= 0) int32_t L_16 = V_8; int32_t L_17 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)); V_8 = L_17; if ((((int32_t)L_17) >= ((int32_t)0))) { goto IL_0016; } } { // sbyte[] ws = new sbyte[448]; SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* L_18 = (SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7*)(SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7*)SZArrayNew(SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7_il2cpp_TypeInfo_var, (uint32_t)((int32_t)448)); V_1 = L_18; // uint pow2 = 1U << width; int32_t L_19 = ___width1; // uint mask = pow2 - 1U; int32_t L_20 = ((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)L_19&(int32_t)((int32_t)31))))); V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)1)); // uint sign = pow2 >> 1; V_3 = ((int32_t)((uint32_t)L_20>>1)); // uint carry = 0U; V_4 = 0; // int j = 0; V_5 = 0; // for (int i = 0; i < t.Length; ++i, j -= 16) V_10 = 0; goto IL_00d5; } IL_006b: { // uint word = t[i]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_21 = V_0; int32_t L_22 = V_10; NullCheck(L_21); int32_t L_23 = L_22; uint32_t L_24 = (L_21)->GetAt(static_cast(L_23)); V_11 = L_24; goto IL_00c2; } IL_0073: { // uint word16 = word >> j; uint32_t L_25 = V_11; int32_t L_26 = V_5; V_12 = ((int32_t)((uint32_t)L_25>>((int32_t)((int32_t)L_26&(int32_t)((int32_t)31))))); // uint bit = word16 & 1U; uint32_t L_27 = V_12; // if (bit == carry) uint32_t L_28 = V_4; if ((!(((uint32_t)((int32_t)((int32_t)L_27&(int32_t)1))) == ((uint32_t)L_28)))) { goto IL_008d; } } { // ++j; int32_t L_29 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); // continue; goto IL_00c2; } IL_008d: { // uint digit = (word16 & mask) + carry; uint32_t L_30 = V_12; uint32_t L_31 = V_2; uint32_t L_32 = V_4; V_13 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_30&(int32_t)L_31)), (int32_t)L_32)); // carry = digit & sign; uint32_t L_33 = V_13; uint32_t L_34 = V_3; V_4 = ((int32_t)((int32_t)L_33&(int32_t)L_34)); // digit -= (carry << 1); uint32_t L_35 = V_13; uint32_t L_36 = V_4; V_13 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)((int32_t)((int32_t)L_36<<(int32_t)1)))); // carry >>= (width - 1); uint32_t L_37 = V_4; int32_t L_38 = ___width1; V_4 = ((int32_t)((uint32_t)L_37>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)1))&(int32_t)((int32_t)31))))); // ws[(i << 4) + j] = (sbyte)digit; SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* L_39 = V_1; int32_t L_40 = V_10; int32_t L_41 = V_5; uint32_t L_42 = V_13; NullCheck(L_39); (L_39)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_40<<(int32_t)4)), (int32_t)L_41))), (int8_t)((int8_t)((int8_t)L_42))); // j += width; int32_t L_43 = V_5; int32_t L_44 = ___width1; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)L_44)); } IL_00c2: { // while (j < 16) int32_t L_45 = V_5; if ((((int32_t)L_45) < ((int32_t)((int32_t)16)))) { goto IL_0073; } } { // for (int i = 0; i < t.Length; ++i, j -= 16) int32_t L_46 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)); // for (int i = 0; i < t.Length; ++i, j -= 16) int32_t L_47 = V_5; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)((int32_t)16))); } IL_00d5: { // for (int i = 0; i < t.Length; ++i, j -= 16) int32_t L_48 = V_10; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_49 = V_0; NullCheck(L_49); if ((((int32_t)L_48) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_49)->max_length)))))) { goto IL_006b; } } { // return ws; SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* L_50 = V_1; return L_50; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::ImplSign(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IXof,System.Byte[],System.Byte[],System.Byte[],System.Int32,System.Byte[],System.Byte,System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_ImplSign_m57BF01ECD7F1C43A8665DE2C14FDBD76BDB62654 (RuntimeObject* ___d0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___h1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___s2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pk3, int32_t ___pkOff4, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx5, uint8_t ___phflag6, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m7, int32_t ___mOff8, int32_t ___mLen9, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sig10, int32_t ___sigOff11, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXof_tC49FAE6E809906E6C671AA72F0C9112B23970131_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; { // Dom4(d, phflag, ctx); RuntimeObject* L_0 = ___d0; uint8_t L_1 = ___phflag6; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___ctx5; IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); Ed448_Dom4_mC3F6B03741F40C6413015D6204E9A035645CC800(L_0, L_1, L_2, /*hidden argument*/NULL); // d.BlockUpdate(h, ScalarBytes, ScalarBytes); RuntimeObject* L_3 = ___d0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___h1; NullCheck(L_3); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_3, L_4, ((int32_t)57), ((int32_t)57)); // d.BlockUpdate(m, mOff, mLen); RuntimeObject* L_5 = ___d0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___m7; int32_t L_7 = ___mOff8; int32_t L_8 = ___mLen9; NullCheck(L_5); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_5, L_6, L_7, L_8); // d.DoFinal(h, 0, h.Length); RuntimeObject* L_9 = ___d0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___h1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___h1; NullCheck(L_11); NullCheck(L_9); int32_t L_12; L_12 = InterfaceFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(0 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IXof::DoFinal(System.Byte[],System.Int32,System.Int32) */, IXof_tC49FAE6E809906E6C671AA72F0C9112B23970131_il2cpp_TypeInfo_var, L_9, L_10, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))); // byte[] r = ReduceScalar(h); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ___h1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14; L_14 = Ed448_ReduceScalar_m86661329741ED7231110A8023C55F5A0FA49AA82(L_13, /*hidden argument*/NULL); // byte[] R = new byte[PointBytes]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)57)); V_0 = L_15; // ScalarMultBaseEncoded(r, R, 0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = L_14; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = V_0; Ed448_ScalarMultBaseEncoded_m64E1CC9743952AE6E677131A036836E1C442A6CF(L_16, L_17, 0, /*hidden argument*/NULL); // Dom4(d, phflag, ctx); RuntimeObject* L_18 = ___d0; uint8_t L_19 = ___phflag6; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = ___ctx5; Ed448_Dom4_mC3F6B03741F40C6413015D6204E9A035645CC800(L_18, L_19, L_20, /*hidden argument*/NULL); // d.BlockUpdate(R, 0, PointBytes); RuntimeObject* L_21 = ___d0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = V_0; NullCheck(L_21); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_21, L_22, 0, ((int32_t)57)); // d.BlockUpdate(pk, pkOff, PointBytes); RuntimeObject* L_23 = ___d0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = ___pk3; int32_t L_25 = ___pkOff4; NullCheck(L_23); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_23, L_24, L_25, ((int32_t)57)); // d.BlockUpdate(m, mOff, mLen); RuntimeObject* L_26 = ___d0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = ___m7; int32_t L_28 = ___mOff8; int32_t L_29 = ___mLen9; NullCheck(L_26); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_26, L_27, L_28, L_29); // d.DoFinal(h, 0, h.Length); RuntimeObject* L_30 = ___d0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31 = ___h1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32 = ___h1; NullCheck(L_32); NullCheck(L_30); int32_t L_33; L_33 = InterfaceFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(0 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IXof::DoFinal(System.Byte[],System.Int32,System.Int32) */, IXof_tC49FAE6E809906E6C671AA72F0C9112B23970131_il2cpp_TypeInfo_var, L_30, L_31, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_32)->max_length)))); // byte[] k = ReduceScalar(h); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34 = ___h1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35; L_35 = Ed448_ReduceScalar_m86661329741ED7231110A8023C55F5A0FA49AA82(L_34, /*hidden argument*/NULL); V_1 = L_35; // byte[] S = CalculateS(r, k, s); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_37 = ___s2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_38; L_38 = Ed448_CalculateS_m3133120C7E224C894E55E4EFE9CA04B7D286F326(L_16, L_36, L_37, /*hidden argument*/NULL); // Array.Copy(R, 0, sig, sigOff, PointBytes); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_39 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_40 = ___sig10; int32_t L_41 = ___sigOff11; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_39, 0, (RuntimeArray *)(RuntimeArray *)L_40, L_41, ((int32_t)57), /*hidden argument*/NULL); // Array.Copy(S, 0, sig, sigOff + PointBytes, ScalarBytes); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_42 = ___sig10; int32_t L_43 = ___sigOff11; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_38, 0, (RuntimeArray *)(RuntimeArray *)L_42, ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)((int32_t)57))), ((int32_t)57), /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::ImplSign(System.Byte[],System.Int32,System.Byte[],System.Byte,System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_ImplSign_m25F0F746428AC4E34FA29E3E6F6CCF402AC31600 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sk0, int32_t ___skOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx2, uint8_t ___phflag3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m4, int32_t ___mOff5, int32_t ___mLen6, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sig7, int32_t ___sigOff8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXof_tC49FAE6E809906E6C671AA72F0C9112B23970131_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; { // if (!CheckContextVar(ctx)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___ctx2; IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); bool L_1; L_1 = Ed448_CheckContextVar_m26D54DE0DCAC896542C708D0669675AF65045347(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0013; } } { // throw new ArgumentException("ctx"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_2 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral062880938476E2B20298E6FC08CB87B48E5C7853)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Ed448_ImplSign_m25F0F746428AC4E34FA29E3E6F6CCF402AC31600_RuntimeMethod_var))); } IL_0013: { // IXof d = CreateXof(); IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); RuntimeObject* L_3; L_3 = Ed448_CreateXof_mFF4B2EB979FC589962148BBCBF55095E075EC8F8(/*hidden argument*/NULL); // byte[] h = new byte[ScalarBytes * 2]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)114)); V_0 = L_4; // d.BlockUpdate(sk, skOff, SecretKeySize); RuntimeObject* L_5 = L_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___sk0; int32_t L_7 = ___skOff1; int32_t L_8 = ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->get_SecretKeySize_7(); NullCheck(L_5); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_5, L_6, L_7, L_8); // d.DoFinal(h, 0, h.Length); RuntimeObject* L_9 = L_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_0; NullCheck(L_11); NullCheck(L_9); int32_t L_12; L_12 = InterfaceFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(0 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IXof::DoFinal(System.Byte[],System.Int32,System.Int32) */, IXof_tC49FAE6E809906E6C671AA72F0C9112B23970131_il2cpp_TypeInfo_var, L_9, L_10, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))); // byte[] s = new byte[ScalarBytes]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)57)); V_1 = L_13; // PruneScalar(h, 0, s); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = V_1; Ed448_PruneScalar_m202345B8B194B98C785DF18F1E3742F5C1769317(L_14, 0, L_15, /*hidden argument*/NULL); // byte[] pk = new byte[PointBytes]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)57)); V_2 = L_16; // ScalarMultBaseEncoded(s, pk, 0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = V_2; Ed448_ScalarMultBaseEncoded_m64E1CC9743952AE6E677131A036836E1C442A6CF(L_17, L_18, 0, /*hidden argument*/NULL); // ImplSign(d, h, s, pk, 0, ctx, phflag, m, mOff, mLen, sig, sigOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = ___ctx2; uint8_t L_23 = ___phflag3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = ___m4; int32_t L_25 = ___mOff5; int32_t L_26 = ___mLen6; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = ___sig7; int32_t L_28 = ___sigOff8; Ed448_ImplSign_m57BF01ECD7F1C43A8665DE2C14FDBD76BDB62654(L_9, L_19, L_20, L_21, 0, L_22, L_23, L_24, L_25, L_26, L_27, L_28, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::ImplSign(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Byte[],System.Byte,System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_ImplSign_m9BFEA7354469EDF72FF788BFE3EEE692A1D565D2 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sk0, int32_t ___skOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pk2, int32_t ___pkOff3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx4, uint8_t ___phflag5, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m6, int32_t ___mOff7, int32_t ___mLen8, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sig9, int32_t ___sigOff10, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXof_tC49FAE6E809906E6C671AA72F0C9112B23970131_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; { // if (!CheckContextVar(ctx)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___ctx4; IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); bool L_1; L_1 = Ed448_CheckContextVar_m26D54DE0DCAC896542C708D0669675AF65045347(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0014; } } { // throw new ArgumentException("ctx"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_2 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral062880938476E2B20298E6FC08CB87B48E5C7853)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Ed448_ImplSign_m9BFEA7354469EDF72FF788BFE3EEE692A1D565D2_RuntimeMethod_var))); } IL_0014: { // IXof d = CreateXof(); IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); RuntimeObject* L_3; L_3 = Ed448_CreateXof_mFF4B2EB979FC589962148BBCBF55095E075EC8F8(/*hidden argument*/NULL); // byte[] h = new byte[ScalarBytes * 2]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)114)); V_0 = L_4; // d.BlockUpdate(sk, skOff, SecretKeySize); RuntimeObject* L_5 = L_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___sk0; int32_t L_7 = ___skOff1; int32_t L_8 = ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->get_SecretKeySize_7(); NullCheck(L_5); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_5, L_6, L_7, L_8); // d.DoFinal(h, 0, h.Length); RuntimeObject* L_9 = L_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_0; NullCheck(L_11); NullCheck(L_9); int32_t L_12; L_12 = InterfaceFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(0 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IXof::DoFinal(System.Byte[],System.Int32,System.Int32) */, IXof_tC49FAE6E809906E6C671AA72F0C9112B23970131_il2cpp_TypeInfo_var, L_9, L_10, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))); // byte[] s = new byte[ScalarBytes]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)57)); V_1 = L_13; // PruneScalar(h, 0, s); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = V_1; Ed448_PruneScalar_m202345B8B194B98C785DF18F1E3742F5C1769317(L_14, 0, L_15, /*hidden argument*/NULL); // ImplSign(d, h, s, pk, pkOff, ctx, phflag, m, mOff, mLen, sig, sigOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = ___pk2; int32_t L_19 = ___pkOff3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = ___ctx4; uint8_t L_21 = ___phflag5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = ___m6; int32_t L_23 = ___mOff7; int32_t L_24 = ___mLen8; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = ___sig9; int32_t L_26 = ___sigOff10; Ed448_ImplSign_m57BF01ECD7F1C43A8665DE2C14FDBD76BDB62654(L_9, L_16, L_17, L_18, L_19, L_20, L_21, L_22, L_23, L_24, L_25, L_26, /*hidden argument*/NULL); // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::ImplVerify(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Byte[],System.Byte,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Ed448_ImplVerify_mF4184F237A13A673301864CAFF2298FD0BB15CB0 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sig0, int32_t ___sigOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pk2, int32_t ___pkOff3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx4, uint8_t ___phflag5, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m6, int32_t ___mOff7, int32_t ___mLen8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXof_tC49FAE6E809906E6C671AA72F0C9112B23970131_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * V_2 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_4 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_5 = NULL; PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * V_6 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_7 = NULL; { // if (!CheckContextVar(ctx)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___ctx4; IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); bool L_1; L_1 = Ed448_CheckContextVar_m26D54DE0DCAC896542C708D0669675AF65045347(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0014; } } { // throw new ArgumentException("ctx"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_2 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral062880938476E2B20298E6FC08CB87B48E5C7853)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Ed448_ImplVerify_mF4184F237A13A673301864CAFF2298FD0BB15CB0_RuntimeMethod_var))); } IL_0014: { // byte[] R = Arrays.CopyOfRange(sig, sigOff, sigOff + PointBytes); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___sig0; int32_t L_4 = ___sigOff1; int32_t L_5 = ___sigOff1; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6; L_6 = Arrays_CopyOfRange_m4DB795FE5A54E33AF1B2C338A8DB20C3EA14CDE4(L_3, L_4, ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)((int32_t)57))), /*hidden argument*/NULL); V_0 = L_6; // byte[] S = Arrays.CopyOfRange(sig, sigOff + PointBytes, sigOff + SignatureSize); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___sig0; int32_t L_8 = ___sigOff1; int32_t L_9 = ___sigOff1; IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); int32_t L_10 = ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->get_SignatureSize_8(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11; L_11 = Arrays_CopyOfRange_m4DB795FE5A54E33AF1B2C338A8DB20C3EA14CDE4(L_7, ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)((int32_t)57))), ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_10)), /*hidden argument*/NULL); V_1 = L_11; // if (!CheckPointVar(R)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_0; bool L_13; L_13 = Ed448_CheckPointVar_m338C29B41BA5F3B3B28FE37C4F4F68D414243629(L_12, /*hidden argument*/NULL); if (L_13) { goto IL_003c; } } { // return false; return (bool)0; } IL_003c: { // if (!CheckScalarVar(S)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); bool L_15; L_15 = Ed448_CheckScalarVar_m6DB8EB952E44EAA43D17617A7DDF657F45EC18A9(L_14, /*hidden argument*/NULL); if (L_15) { goto IL_0046; } } { // return false; return (bool)0; } IL_0046: { // PointExt pA = new PointExt(); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_16 = (PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 *)il2cpp_codegen_object_new(PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6_il2cpp_TypeInfo_var); PointExt__ctor_m8F0C7FDD50FC3D37FAE2FCF177B9B98EDFDE9C24(L_16, /*hidden argument*/NULL); V_2 = L_16; // if (!DecodePointVar(pk, pkOff, true, pA)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = ___pk2; int32_t L_18 = ___pkOff3; PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_19 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); bool L_20; L_20 = Ed448_DecodePointVar_m5B4A8A10F7E0B4D0BE28AB04B9D58DF0323214AE(L_17, L_18, (bool)1, L_19, /*hidden argument*/NULL); if (L_20) { goto IL_0059; } } { // return false; return (bool)0; } IL_0059: { // IXof d = CreateXof(); IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); RuntimeObject* L_21; L_21 = Ed448_CreateXof_mFF4B2EB979FC589962148BBCBF55095E075EC8F8(/*hidden argument*/NULL); // byte[] h = new byte[ScalarBytes * 2]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)114)); V_3 = L_22; // Dom4(d, phflag, ctx); RuntimeObject* L_23 = L_21; uint8_t L_24 = ___phflag5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = ___ctx4; Ed448_Dom4_mC3F6B03741F40C6413015D6204E9A035645CC800(L_23, L_24, L_25, /*hidden argument*/NULL); // d.BlockUpdate(R, 0, PointBytes); RuntimeObject* L_26 = L_23; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = V_0; NullCheck(L_26); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_26, L_27, 0, ((int32_t)57)); // d.BlockUpdate(pk, pkOff, PointBytes); RuntimeObject* L_28 = L_26; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = ___pk2; int32_t L_30 = ___pkOff3; NullCheck(L_28); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_28, L_29, L_30, ((int32_t)57)); // d.BlockUpdate(m, mOff, mLen); RuntimeObject* L_31 = L_28; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32 = ___m6; int32_t L_33 = ___mOff7; int32_t L_34 = ___mLen8; NullCheck(L_31); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_31, L_32, L_33, L_34); // d.DoFinal(h, 0, h.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = V_3; NullCheck(L_36); NullCheck(L_31); int32_t L_37; L_37 = InterfaceFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(0 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IXof::DoFinal(System.Byte[],System.Int32,System.Int32) */, IXof_tC49FAE6E809906E6C671AA72F0C9112B23970131_il2cpp_TypeInfo_var, L_31, L_35, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_36)->max_length)))); // byte[] k = ReduceScalar(h); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_38 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_39; L_39 = Ed448_ReduceScalar_m86661329741ED7231110A8023C55F5A0FA49AA82(L_38, /*hidden argument*/NULL); // uint[] nS = new uint[ScalarUints]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_40 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)14)); V_4 = L_40; // DecodeScalar(S, 0, nS); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_41 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_42 = V_4; Ed448_DecodeScalar_mD07417B47B662FAB30A6CA786AA98D465CF449AF(L_41, 0, L_42, /*hidden argument*/NULL); // uint[] nA = new uint[ScalarUints]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_43 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)14)); V_5 = L_43; // DecodeScalar(k, 0, nA); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_44 = V_5; Ed448_DecodeScalar_mD07417B47B662FAB30A6CA786AA98D465CF449AF(L_39, 0, L_44, /*hidden argument*/NULL); // PointExt pR = new PointExt(); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_45 = (PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 *)il2cpp_codegen_object_new(PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6_il2cpp_TypeInfo_var); PointExt__ctor_m8F0C7FDD50FC3D37FAE2FCF177B9B98EDFDE9C24(L_45, /*hidden argument*/NULL); V_6 = L_45; // ScalarMultStraussVar(nS, nA, pA, pR); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_46 = V_4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_47 = V_5; PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_48 = V_2; PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_49 = V_6; Ed448_ScalarMultStraussVar_m0AE5E097B4E9F37FDDCF6D13ADE2E17A81A14F68(L_46, L_47, L_48, L_49, /*hidden argument*/NULL); // byte[] check = new byte[PointBytes]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_50 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)57)); V_7 = L_50; // EncodePoint(pR, check, 0); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_51 = V_6; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_52 = V_7; Ed448_EncodePoint_m192FDC6B1C665AA294D14B9B878317593A4A6F32(L_51, L_52, 0, /*hidden argument*/NULL); // return Arrays.AreEqual(check, R); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_53 = V_7; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_54 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); bool L_55; L_55 = Arrays_AreEqual_mA5503C81863BC5B4F26A66569A45A9B855ED2246(L_53, L_54, /*hidden argument*/NULL); return L_55; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::PointAddVar(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointExt,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointExt) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_PointAddVar_m01B8BC234E19060588A2125307D685D8617FF29F (bool ___negate0, PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * ___p1, PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * ___r2, const RuntimeMethod* method) { 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; 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; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_11 = NULL; { // uint[] A = X448Field.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0; L_0 = X448Field_Create_m6C56688CDF326B005D9A26A1C0B95AFED20C93F8(/*hidden argument*/NULL); V_0 = L_0; // uint[] B = X448Field.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1; L_1 = X448Field_Create_m6C56688CDF326B005D9A26A1C0B95AFED20C93F8(/*hidden argument*/NULL); V_1 = L_1; // uint[] C = X448Field.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2; L_2 = X448Field_Create_m6C56688CDF326B005D9A26A1C0B95AFED20C93F8(/*hidden argument*/NULL); V_2 = L_2; // uint[] D = X448Field.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3; L_3 = X448Field_Create_m6C56688CDF326B005D9A26A1C0B95AFED20C93F8(/*hidden argument*/NULL); V_3 = L_3; // uint[] E = X448Field.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4; L_4 = X448Field_Create_m6C56688CDF326B005D9A26A1C0B95AFED20C93F8(/*hidden argument*/NULL); V_4 = L_4; // uint[] F = X448Field.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5; L_5 = X448Field_Create_m6C56688CDF326B005D9A26A1C0B95AFED20C93F8(/*hidden argument*/NULL); V_5 = L_5; // uint[] G = X448Field.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6; L_6 = X448Field_Create_m6C56688CDF326B005D9A26A1C0B95AFED20C93F8(/*hidden argument*/NULL); V_6 = L_6; // uint[] H = X448Field.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7; L_7 = X448Field_Create_m6C56688CDF326B005D9A26A1C0B95AFED20C93F8(/*hidden argument*/NULL); V_7 = L_7; // if (negate) bool L_8 = ___negate0; if (!L_8) { goto IL_005b; } } { // b = E; e = B; f = G; g = F; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_9 = V_4; V_8 = L_9; // b = E; e = B; f = G; g = F; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_10 = V_1; V_9 = L_10; // b = E; e = B; f = G; g = F; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_11 = V_6; V_10 = L_11; // b = E; e = B; f = G; g = F; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_12 = V_5; V_11 = L_12; // X448Field.Sub(p.y, p.x, H); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_13 = ___p1; NullCheck(L_13); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_14 = L_13->get_y_1(); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_15 = ___p1; NullCheck(L_15); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_16 = L_15->get_x_0(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_17 = V_7; X448Field_Sub_m0ABC804280C1206473D290518A519F6332526300(L_14, L_16, L_17, /*hidden argument*/NULL); // } goto IL_007d; } IL_005b: { // b = B; e = E; f = F; g = G; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_18 = V_1; V_8 = L_18; // b = B; e = E; f = F; g = G; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_19 = V_4; V_9 = L_19; // b = B; e = E; f = F; g = G; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_20 = V_5; V_10 = L_20; // b = B; e = E; f = F; g = G; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_21 = V_6; V_11 = L_21; // X448Field.Add(p.y, p.x, H); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_22 = ___p1; NullCheck(L_22); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_23 = L_22->get_y_1(); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_24 = ___p1; NullCheck(L_24); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_25 = L_24->get_x_0(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_26 = V_7; X448Field_Add_mB8EE7A2A691CF8B4CB4D47109F11E5500DF7CEBE(L_23, L_25, L_26, /*hidden argument*/NULL); } IL_007d: { // X448Field.Mul(p.z, r.z, A); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_27 = ___p1; NullCheck(L_27); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_28 = L_27->get_z_2(); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_29 = ___r2; NullCheck(L_29); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_30 = L_29->get_z_2(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_31 = V_0; X448Field_Mul_m24C25C061843DEB2F70572C0D5E32B4611B4ABA1(L_28, L_30, L_31, /*hidden argument*/NULL); // X448Field.Sqr(A, B); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_32 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_33 = V_1; X448Field_Sqr_m99164A3250A186282534873615C36EA8FE4CF8DD(L_32, L_33, /*hidden argument*/NULL); // X448Field.Mul(p.x, r.x, C); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_34 = ___p1; NullCheck(L_34); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_35 = L_34->get_x_0(); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_36 = ___r2; NullCheck(L_36); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_37 = L_36->get_x_0(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_38 = V_2; X448Field_Mul_m24C25C061843DEB2F70572C0D5E32B4611B4ABA1(L_35, L_37, L_38, /*hidden argument*/NULL); // X448Field.Mul(p.y, r.y, D); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_39 = ___p1; NullCheck(L_39); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_40 = L_39->get_y_1(); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_41 = ___r2; NullCheck(L_41); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_42 = L_41->get_y_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_43 = V_3; X448Field_Mul_m24C25C061843DEB2F70572C0D5E32B4611B4ABA1(L_40, L_42, L_43, /*hidden argument*/NULL); // X448Field.Mul(C, D, E); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_44 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_45 = V_3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_46 = V_4; X448Field_Mul_m24C25C061843DEB2F70572C0D5E32B4611B4ABA1(L_44, L_45, L_46, /*hidden argument*/NULL); // X448Field.Mul(E, -C_d, E); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_47 = V_4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_48 = V_4; X448Field_Mul_mED9EF10A5A6CC16E1FF176EEB340E2D5B65D7FAF(L_47, ((int32_t)39081), L_48, /*hidden argument*/NULL); // X448Field.Add(B, E, f); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_49 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_50 = V_4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_51 = V_10; X448Field_Add_mB8EE7A2A691CF8B4CB4D47109F11E5500DF7CEBE(L_49, L_50, L_51, /*hidden argument*/NULL); // X448Field.Sub(B, E, g); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_52 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_53 = V_4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_54 = V_11; X448Field_Sub_m0ABC804280C1206473D290518A519F6332526300(L_52, L_53, L_54, /*hidden argument*/NULL); // X448Field.Add(r.x, r.y, E); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_55 = ___r2; NullCheck(L_55); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_56 = L_55->get_x_0(); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_57 = ___r2; NullCheck(L_57); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_58 = L_57->get_y_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_59 = V_4; X448Field_Add_mB8EE7A2A691CF8B4CB4D47109F11E5500DF7CEBE(L_56, L_58, L_59, /*hidden argument*/NULL); // X448Field.Mul(H, E, H); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_60 = V_7; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_61 = V_4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_62 = V_7; X448Field_Mul_m24C25C061843DEB2F70572C0D5E32B4611B4ABA1(L_60, L_61, L_62, /*hidden argument*/NULL); // X448Field.Add(D, C, b); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_63 = V_3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_64 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_65 = V_8; X448Field_Add_mB8EE7A2A691CF8B4CB4D47109F11E5500DF7CEBE(L_63, L_64, L_65, /*hidden argument*/NULL); // X448Field.Sub(D, C, e); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_66 = V_3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_67 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_68 = V_9; X448Field_Sub_m0ABC804280C1206473D290518A519F6332526300(L_66, L_67, L_68, /*hidden argument*/NULL); // X448Field.Carry(b); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_69 = V_8; X448Field_Carry_m4C632380DBA11507D6605EDF8B712E05778A2877(L_69, /*hidden argument*/NULL); // X448Field.Sub(H, B, H); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_70 = V_7; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_71 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_72 = V_7; X448Field_Sub_m0ABC804280C1206473D290518A519F6332526300(L_70, L_71, L_72, /*hidden argument*/NULL); // X448Field.Mul(H, A, H); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_73 = V_7; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_74 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_75 = V_7; X448Field_Mul_m24C25C061843DEB2F70572C0D5E32B4611B4ABA1(L_73, L_74, L_75, /*hidden argument*/NULL); // X448Field.Mul(E, A, E); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_76 = V_4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_77 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_78 = V_4; X448Field_Mul_m24C25C061843DEB2F70572C0D5E32B4611B4ABA1(L_76, L_77, L_78, /*hidden argument*/NULL); // X448Field.Mul(F, H, r.x); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_79 = V_5; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_80 = V_7; PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_81 = ___r2; NullCheck(L_81); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_82 = L_81->get_x_0(); X448Field_Mul_m24C25C061843DEB2F70572C0D5E32B4611B4ABA1(L_79, L_80, L_82, /*hidden argument*/NULL); // X448Field.Mul(E, G, r.y); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_83 = V_4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_84 = V_6; PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_85 = ___r2; NullCheck(L_85); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_86 = L_85->get_y_1(); X448Field_Mul_m24C25C061843DEB2F70572C0D5E32B4611B4ABA1(L_83, L_84, L_86, /*hidden argument*/NULL); // X448Field.Mul(F, G, r.z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_87 = V_5; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_88 = V_6; PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_89 = ___r2; NullCheck(L_89); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_90 = L_89->get_z_2(); X448Field_Mul_m24C25C061843DEB2F70572C0D5E32B4611B4ABA1(L_87, L_88, L_90, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::PointAddPrecomp(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointPrecomp,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointExt) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_PointAddPrecomp_mA38B2CA173DC77C08ED82F9D5EA97DC3ECACB065 (PointPrecomp_tEE3272BCA4078160FB3C9680C0E7B09780A65005 * ___p0, PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * ___r1, const RuntimeMethod* method) { 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; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_6 = NULL; { // uint[] B = X448Field.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0; L_0 = X448Field_Create_m6C56688CDF326B005D9A26A1C0B95AFED20C93F8(/*hidden argument*/NULL); V_0 = L_0; // uint[] C = X448Field.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1; L_1 = X448Field_Create_m6C56688CDF326B005D9A26A1C0B95AFED20C93F8(/*hidden argument*/NULL); V_1 = L_1; // uint[] D = X448Field.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2; L_2 = X448Field_Create_m6C56688CDF326B005D9A26A1C0B95AFED20C93F8(/*hidden argument*/NULL); V_2 = L_2; // uint[] E = X448Field.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3; L_3 = X448Field_Create_m6C56688CDF326B005D9A26A1C0B95AFED20C93F8(/*hidden argument*/NULL); V_3 = L_3; // uint[] F = X448Field.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4; L_4 = X448Field_Create_m6C56688CDF326B005D9A26A1C0B95AFED20C93F8(/*hidden argument*/NULL); V_4 = L_4; // uint[] G = X448Field.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5; L_5 = X448Field_Create_m6C56688CDF326B005D9A26A1C0B95AFED20C93F8(/*hidden argument*/NULL); V_5 = L_5; // uint[] H = X448Field.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6; L_6 = X448Field_Create_m6C56688CDF326B005D9A26A1C0B95AFED20C93F8(/*hidden argument*/NULL); V_6 = L_6; // X448Field.Sqr(r.z, B); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_7 = ___r1; NullCheck(L_7); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_8 = L_7->get_z_2(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_9 = V_0; X448Field_Sqr_m99164A3250A186282534873615C36EA8FE4CF8DD(L_8, L_9, /*hidden argument*/NULL); // X448Field.Mul(p.x, r.x, C); PointPrecomp_tEE3272BCA4078160FB3C9680C0E7B09780A65005 * L_10 = ___p0; NullCheck(L_10); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_11 = L_10->get_x_0(); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_12 = ___r1; NullCheck(L_12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_13 = L_12->get_x_0(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_14 = V_1; X448Field_Mul_m24C25C061843DEB2F70572C0D5E32B4611B4ABA1(L_11, L_13, L_14, /*hidden argument*/NULL); // X448Field.Mul(p.y, r.y, D); PointPrecomp_tEE3272BCA4078160FB3C9680C0E7B09780A65005 * L_15 = ___p0; NullCheck(L_15); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_16 = L_15->get_y_1(); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_17 = ___r1; NullCheck(L_17); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_18 = L_17->get_y_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_19 = V_2; X448Field_Mul_m24C25C061843DEB2F70572C0D5E32B4611B4ABA1(L_16, L_18, L_19, /*hidden argument*/NULL); // X448Field.Mul(C, D, E); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_20 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_21 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_22 = V_3; X448Field_Mul_m24C25C061843DEB2F70572C0D5E32B4611B4ABA1(L_20, L_21, L_22, /*hidden argument*/NULL); // X448Field.Mul(E, -C_d, E); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_23 = V_3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_24 = V_3; X448Field_Mul_mED9EF10A5A6CC16E1FF176EEB340E2D5B65D7FAF(L_23, ((int32_t)39081), L_24, /*hidden argument*/NULL); // X448Field.Add(B, E, F); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_25 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_26 = V_3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_27 = V_4; X448Field_Add_mB8EE7A2A691CF8B4CB4D47109F11E5500DF7CEBE(L_25, L_26, L_27, /*hidden argument*/NULL); // X448Field.Sub(B, E, G); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_28 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_29 = V_3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_30 = V_5; X448Field_Sub_m0ABC804280C1206473D290518A519F6332526300(L_28, L_29, L_30, /*hidden argument*/NULL); // X448Field.Add(p.x, p.y, B); PointPrecomp_tEE3272BCA4078160FB3C9680C0E7B09780A65005 * L_31 = ___p0; NullCheck(L_31); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_32 = L_31->get_x_0(); PointPrecomp_tEE3272BCA4078160FB3C9680C0E7B09780A65005 * L_33 = ___p0; NullCheck(L_33); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_34 = L_33->get_y_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_35 = V_0; X448Field_Add_mB8EE7A2A691CF8B4CB4D47109F11E5500DF7CEBE(L_32, L_34, L_35, /*hidden argument*/NULL); // X448Field.Add(r.x, r.y, E); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_36 = ___r1; NullCheck(L_36); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_37 = L_36->get_x_0(); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_38 = ___r1; NullCheck(L_38); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_39 = L_38->get_y_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_40 = V_3; X448Field_Add_mB8EE7A2A691CF8B4CB4D47109F11E5500DF7CEBE(L_37, L_39, L_40, /*hidden argument*/NULL); // X448Field.Mul(B, E, H); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_41 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_42 = V_3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_43 = V_6; X448Field_Mul_m24C25C061843DEB2F70572C0D5E32B4611B4ABA1(L_41, L_42, L_43, /*hidden argument*/NULL); // X448Field.Add(D, C, B); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_44 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_45 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_46 = V_0; X448Field_Add_mB8EE7A2A691CF8B4CB4D47109F11E5500DF7CEBE(L_44, L_45, L_46, /*hidden argument*/NULL); // X448Field.Sub(D, C, E); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_47 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_48 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_49 = V_3; X448Field_Sub_m0ABC804280C1206473D290518A519F6332526300(L_47, L_48, L_49, /*hidden argument*/NULL); // X448Field.Carry(B); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_50 = V_0; X448Field_Carry_m4C632380DBA11507D6605EDF8B712E05778A2877(L_50, /*hidden argument*/NULL); // X448Field.Sub(H, B, H); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_51 = V_6; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_52 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_53 = V_6; X448Field_Sub_m0ABC804280C1206473D290518A519F6332526300(L_51, L_52, L_53, /*hidden argument*/NULL); // X448Field.Mul(H, r.z, H); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_54 = V_6; PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_55 = ___r1; NullCheck(L_55); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_56 = L_55->get_z_2(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_57 = V_6; X448Field_Mul_m24C25C061843DEB2F70572C0D5E32B4611B4ABA1(L_54, L_56, L_57, /*hidden argument*/NULL); // X448Field.Mul(E, r.z, E); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_58 = V_3; PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_59 = ___r1; NullCheck(L_59); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_60 = L_59->get_z_2(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_61 = V_3; X448Field_Mul_m24C25C061843DEB2F70572C0D5E32B4611B4ABA1(L_58, L_60, L_61, /*hidden argument*/NULL); // X448Field.Mul(F, H, r.x); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_62 = V_4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_63 = V_6; PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_64 = ___r1; NullCheck(L_64); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_65 = L_64->get_x_0(); X448Field_Mul_m24C25C061843DEB2F70572C0D5E32B4611B4ABA1(L_62, L_63, L_65, /*hidden argument*/NULL); // X448Field.Mul(E, G, r.y); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_66 = V_3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_67 = V_5; PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_68 = ___r1; NullCheck(L_68); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_69 = L_68->get_y_1(); X448Field_Mul_m24C25C061843DEB2F70572C0D5E32B4611B4ABA1(L_66, L_67, L_69, /*hidden argument*/NULL); // X448Field.Mul(F, G, r.z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_70 = V_4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_71 = V_5; PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_72 = ___r1; NullCheck(L_72); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_73 = L_72->get_z_2(); X448Field_Mul_m24C25C061843DEB2F70572C0D5E32B4611B4ABA1(L_70, L_71, L_73, /*hidden argument*/NULL); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointExt BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::PointCopy(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointExt) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * Ed448_PointCopy_mEDF6E1C04E4F67FE5E926C861B15F0DAFD14E626 (PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * ___p0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * V_0 = NULL; { // PointExt r = new PointExt(); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_0 = (PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 *)il2cpp_codegen_object_new(PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6_il2cpp_TypeInfo_var); PointExt__ctor_m8F0C7FDD50FC3D37FAE2FCF177B9B98EDFDE9C24(L_0, /*hidden argument*/NULL); V_0 = L_0; // X448Field.Copy(p.x, 0, r.x, 0); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_1 = ___p0; NullCheck(L_1); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = L_1->get_x_0(); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_3 = V_0; NullCheck(L_3); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = L_3->get_x_0(); X448Field_Copy_mD1DA87ADFBAC71A23AA5C376C606612E755120A5(L_2, 0, L_4, 0, /*hidden argument*/NULL); // X448Field.Copy(p.y, 0, r.y, 0); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_5 = ___p0; NullCheck(L_5); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6 = L_5->get_y_1(); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_7 = V_0; NullCheck(L_7); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_8 = L_7->get_y_1(); X448Field_Copy_mD1DA87ADFBAC71A23AA5C376C606612E755120A5(L_6, 0, L_8, 0, /*hidden argument*/NULL); // X448Field.Copy(p.z, 0, r.z, 0); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_9 = ___p0; NullCheck(L_9); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_10 = L_9->get_z_2(); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_11 = V_0; NullCheck(L_11); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_12 = L_11->get_z_2(); X448Field_Copy_mD1DA87ADFBAC71A23AA5C376C606612E755120A5(L_10, 0, L_12, 0, /*hidden argument*/NULL); // return r; PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_13 = V_0; return L_13; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::PointDouble(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointExt) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_PointDouble_mEE073E31B660963AFAEA2D5786BC6331460EDF4C (PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * ___r0, const RuntimeMethod* method) { 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[] B = X448Field.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0; L_0 = X448Field_Create_m6C56688CDF326B005D9A26A1C0B95AFED20C93F8(/*hidden argument*/NULL); V_0 = L_0; // uint[] C = X448Field.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1; L_1 = X448Field_Create_m6C56688CDF326B005D9A26A1C0B95AFED20C93F8(/*hidden argument*/NULL); V_1 = L_1; // uint[] D = X448Field.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2; L_2 = X448Field_Create_m6C56688CDF326B005D9A26A1C0B95AFED20C93F8(/*hidden argument*/NULL); V_2 = L_2; // uint[] E = X448Field.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3; L_3 = X448Field_Create_m6C56688CDF326B005D9A26A1C0B95AFED20C93F8(/*hidden argument*/NULL); V_3 = L_3; // uint[] H = X448Field.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4; L_4 = X448Field_Create_m6C56688CDF326B005D9A26A1C0B95AFED20C93F8(/*hidden argument*/NULL); V_4 = L_4; // uint[] J = X448Field.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5; L_5 = X448Field_Create_m6C56688CDF326B005D9A26A1C0B95AFED20C93F8(/*hidden argument*/NULL); V_5 = L_5; // X448Field.Add(r.x, r.y, B); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_6 = ___r0; NullCheck(L_6); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = L_6->get_x_0(); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_8 = ___r0; NullCheck(L_8); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_9 = L_8->get_y_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_10 = V_0; X448Field_Add_mB8EE7A2A691CF8B4CB4D47109F11E5500DF7CEBE(L_7, L_9, L_10, /*hidden argument*/NULL); // X448Field.Sqr(B, B); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_11 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_12 = V_0; X448Field_Sqr_m99164A3250A186282534873615C36EA8FE4CF8DD(L_11, L_12, /*hidden argument*/NULL); // X448Field.Sqr(r.x, C); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_13 = ___r0; NullCheck(L_13); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_14 = L_13->get_x_0(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_15 = V_1; X448Field_Sqr_m99164A3250A186282534873615C36EA8FE4CF8DD(L_14, L_15, /*hidden argument*/NULL); // X448Field.Sqr(r.y, D); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_16 = ___r0; NullCheck(L_16); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_17 = L_16->get_y_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_18 = V_2; X448Field_Sqr_m99164A3250A186282534873615C36EA8FE4CF8DD(L_17, L_18, /*hidden argument*/NULL); // X448Field.Add(C, D, E); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_19 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_20 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_21 = V_3; X448Field_Add_mB8EE7A2A691CF8B4CB4D47109F11E5500DF7CEBE(L_19, L_20, L_21, /*hidden argument*/NULL); // X448Field.Carry(E); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_22 = V_3; X448Field_Carry_m4C632380DBA11507D6605EDF8B712E05778A2877(L_22, /*hidden argument*/NULL); // X448Field.Sqr(r.z, H); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_23 = ___r0; NullCheck(L_23); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_24 = L_23->get_z_2(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_25 = V_4; X448Field_Sqr_m99164A3250A186282534873615C36EA8FE4CF8DD(L_24, L_25, /*hidden argument*/NULL); // X448Field.Add(H, H, H); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_26 = V_4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_27 = V_4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_28 = V_4; X448Field_Add_mB8EE7A2A691CF8B4CB4D47109F11E5500DF7CEBE(L_26, L_27, L_28, /*hidden argument*/NULL); // X448Field.Carry(H); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_29 = V_4; X448Field_Carry_m4C632380DBA11507D6605EDF8B712E05778A2877(L_29, /*hidden argument*/NULL); // X448Field.Sub(E, H, J); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_30 = V_3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_31 = V_4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_32 = V_5; X448Field_Sub_m0ABC804280C1206473D290518A519F6332526300(L_30, L_31, L_32, /*hidden argument*/NULL); // X448Field.Sub(B, E, B); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_33 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_34 = V_3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_35 = V_0; X448Field_Sub_m0ABC804280C1206473D290518A519F6332526300(L_33, L_34, L_35, /*hidden argument*/NULL); // X448Field.Sub(C, D, C); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_36 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_37 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_38 = V_1; X448Field_Sub_m0ABC804280C1206473D290518A519F6332526300(L_36, L_37, L_38, /*hidden argument*/NULL); // X448Field.Mul(B, J, r.x); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_39 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_40 = V_5; PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_41 = ___r0; NullCheck(L_41); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_42 = L_41->get_x_0(); X448Field_Mul_m24C25C061843DEB2F70572C0D5E32B4611B4ABA1(L_39, L_40, L_42, /*hidden argument*/NULL); // X448Field.Mul(E, C, r.y); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_43 = V_3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_44 = V_1; PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_45 = ___r0; NullCheck(L_45); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_46 = L_45->get_y_1(); X448Field_Mul_m24C25C061843DEB2F70572C0D5E32B4611B4ABA1(L_43, L_44, L_46, /*hidden argument*/NULL); // X448Field.Mul(E, J, r.z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_47 = V_3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_48 = V_5; PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_49 = ___r0; NullCheck(L_49); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_50 = L_49->get_z_2(); X448Field_Mul_m24C25C061843DEB2F70572C0D5E32B4611B4ABA1(L_47, L_48, L_50, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::PointExtendXY(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointExt) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_PointExtendXY_m34A7F86F11B7D9CFC9544A707F9077FD66771350 (PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * ___p0, const RuntimeMethod* method) { { // X448Field.One(p.z); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_0 = ___p0; NullCheck(L_0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = L_0->get_z_2(); X448Field_One_mDE34891B93FDE1E3E707CC74D805FB5052AEC7F7(L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::PointLookup(System.Int32,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointPrecomp) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_PointLookup_m9CAF1C5CB0BE83BE69903128AFA867B8B7C3CC84 (int32_t ___block0, int32_t ___index1, PointPrecomp_tEE3272BCA4078160FB3C9680C0E7B09780A65005 * ___p2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { // int off = block * PrecompPoints * 2 * X448Field.Size; int32_t L_0 = ___block0; V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_0, (int32_t)((int32_t)16))), (int32_t)2)), (int32_t)((int32_t)16))); // for (int i = 0; i < PrecompPoints; ++i) V_1 = 0; goto IL_004f; } IL_000e: { // int mask = ((i ^ index) - 1) >> 31; int32_t L_1 = V_1; int32_t L_2 = ___index1; V_2 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_1^(int32_t)L_2)), (int32_t)1))>>(int32_t)((int32_t)31))); // Nat.CMov(X448Field.Size, mask, precompBase, off, p.x, 0); off += X448Field.Size; int32_t L_3 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->get_precompBase_40(); int32_t L_5 = V_0; PointPrecomp_tEE3272BCA4078160FB3C9680C0E7B09780A65005 * L_6 = ___p2; NullCheck(L_6); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = L_6->get_x_0(); Nat_CMov_mB61937245823AFE25195B2856B3E550A89A7C70A(((int32_t)16), L_3, L_4, L_5, L_7, 0, /*hidden argument*/NULL); // Nat.CMov(X448Field.Size, mask, precompBase, off, p.x, 0); off += X448Field.Size; int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)((int32_t)16))); // Nat.CMov(X448Field.Size, mask, precompBase, off, p.y, 0); off += X448Field.Size; int32_t L_9 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_10 = ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->get_precompBase_40(); int32_t L_11 = V_0; PointPrecomp_tEE3272BCA4078160FB3C9680C0E7B09780A65005 * L_12 = ___p2; NullCheck(L_12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_13 = L_12->get_y_1(); Nat_CMov_mB61937245823AFE25195B2856B3E550A89A7C70A(((int32_t)16), L_9, L_10, L_11, L_13, 0, /*hidden argument*/NULL); // Nat.CMov(X448Field.Size, mask, precompBase, off, p.y, 0); off += X448Field.Size; int32_t L_14 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)((int32_t)16))); // for (int i = 0; i < PrecompPoints; ++i) int32_t L_15 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_004f: { // for (int i = 0; i < PrecompPoints; ++i) int32_t L_16 = V_1; if ((((int32_t)L_16) < ((int32_t)((int32_t)16)))) { goto IL_000e; } } { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointExt[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::PointPrecompVar(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointExt,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PointExtU5BU5D_t38D5178ECD8C52B053BEC5F2F07C83BDABBF8BC1* Ed448_PointPrecompVar_mE0E368B5563F90DDA1E4129C5EDB146B00224A09 (PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * ___p0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointExtU5BU5D_t38D5178ECD8C52B053BEC5F2F07C83BDABBF8BC1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * V_0 = NULL; PointExtU5BU5D_t38D5178ECD8C52B053BEC5F2F07C83BDABBF8BC1* V_1 = NULL; int32_t V_2 = 0; { // PointExt d = PointCopy(p); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_0 = ___p0; IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_1; L_1 = Ed448_PointCopy_mEDF6E1C04E4F67FE5E926C861B15F0DAFD14E626(L_0, /*hidden argument*/NULL); V_0 = L_1; // PointDouble(d); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_2 = V_0; Ed448_PointDouble_mEE073E31B660963AFAEA2D5786BC6331460EDF4C(L_2, /*hidden argument*/NULL); // PointExt[] table = new PointExt[count]; int32_t L_3 = ___count1; PointExtU5BU5D_t38D5178ECD8C52B053BEC5F2F07C83BDABBF8BC1* L_4 = (PointExtU5BU5D_t38D5178ECD8C52B053BEC5F2F07C83BDABBF8BC1*)(PointExtU5BU5D_t38D5178ECD8C52B053BEC5F2F07C83BDABBF8BC1*)SZArrayNew(PointExtU5BU5D_t38D5178ECD8C52B053BEC5F2F07C83BDABBF8BC1_il2cpp_TypeInfo_var, (uint32_t)L_3); V_1 = L_4; // table[0] = PointCopy(p); PointExtU5BU5D_t38D5178ECD8C52B053BEC5F2F07C83BDABBF8BC1* L_5 = V_1; PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_6 = ___p0; PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_7; L_7 = Ed448_PointCopy_mEDF6E1C04E4F67FE5E926C861B15F0DAFD14E626(L_6, /*hidden argument*/NULL); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_7); (L_5)->SetAt(static_cast(0), (PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 *)L_7); // for (int i = 1; i < count; ++i) V_2 = 1; goto IL_003c; } IL_0021: { // table[i] = PointCopy(table[i - 1]); PointExtU5BU5D_t38D5178ECD8C52B053BEC5F2F07C83BDABBF8BC1* L_8 = V_1; int32_t L_9 = V_2; PointExtU5BU5D_t38D5178ECD8C52B053BEC5F2F07C83BDABBF8BC1* L_10 = V_1; int32_t L_11 = V_2; NullCheck(L_10); int32_t L_12 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_13 = (L_10)->GetAt(static_cast(L_12)); IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_14; L_14 = Ed448_PointCopy_mEDF6E1C04E4F67FE5E926C861B15F0DAFD14E626(L_13, /*hidden argument*/NULL); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_14); (L_8)->SetAt(static_cast(L_9), (PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 *)L_14); // PointAddVar(false, d, table[i]); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_15 = V_0; PointExtU5BU5D_t38D5178ECD8C52B053BEC5F2F07C83BDABBF8BC1* L_16 = V_1; int32_t L_17 = V_2; NullCheck(L_16); int32_t L_18 = L_17; PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_19 = (L_16)->GetAt(static_cast(L_18)); Ed448_PointAddVar_m01B8BC234E19060588A2125307D685D8617FF29F((bool)0, L_15, L_19, /*hidden argument*/NULL); // for (int i = 1; i < count; ++i) int32_t L_20 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_003c: { // for (int i = 1; i < count; ++i) int32_t L_21 = V_2; int32_t L_22 = ___count1; if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_0021; } } { // return table; PointExtU5BU5D_t38D5178ECD8C52B053BEC5F2F07C83BDABBF8BC1* L_23 = V_1; return L_23; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::PointSetNeutral(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointExt) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_PointSetNeutral_mDF326585A13178485B7CB7C7149667D76E05ACD2 (PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * ___p0, const RuntimeMethod* method) { { // X448Field.Zero(p.x); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_0 = ___p0; NullCheck(L_0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = L_0->get_x_0(); X448Field_Zero_mF2E99F55CA11F9498A7683FB88A669E3E63673B8(L_1, /*hidden argument*/NULL); // X448Field.One(p.y); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_2 = ___p0; NullCheck(L_2); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = L_2->get_y_1(); X448Field_One_mDE34891B93FDE1E3E707CC74D805FB5052AEC7F7(L_3, /*hidden argument*/NULL); // X448Field.One(p.z); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_4 = ___p0; NullCheck(L_4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5 = L_4->get_z_2(); X448Field_One_mDE34891B93FDE1E3E707CC74D805FB5052AEC7F7(L_5, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::Precompute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_Precompute_mDB6513967B1656F10AF00912799FE149452D022B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointExtU5BU5D_t38D5178ECD8C52B053BEC5F2F07C83BDABBF8BC1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; PointExtU5BU5D_t38D5178ECD8C52B053BEC5F2F07C83BDABBF8BC1* V_5 = NULL; PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * V_6 = NULL; PointExtU5BU5D_t38D5178ECD8C52B053BEC5F2F07C83BDABBF8BC1* V_7 = NULL; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; int32_t V_13 = 0; int32_t V_14 = 0; PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * V_15 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // lock (precompLock) IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); RuntimeObject * L_0 = ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->get_precompLock_38(); V_0 = L_0; V_1 = (bool)0; } IL_0008: try {// begin try (depth: 1) { RuntimeObject * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); // if (precompBase != null) IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->get_precompBase_40(); if (!L_2) { goto IL_001c; } } IL_0017: { // return; IL2CPP_LEAVE(0x1EA, FINALLY_01e0); } IL_001c: { // PointExt p = new PointExt(); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_3 = (PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 *)il2cpp_codegen_object_new(PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6_il2cpp_TypeInfo_var); PointExt__ctor_m8F0C7FDD50FC3D37FAE2FCF177B9B98EDFDE9C24(L_3, /*hidden argument*/NULL); V_2 = L_3; // X448Field.Copy(B_x, 0, p.x, 0); IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->get_B_x_29(); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_5 = V_2; NullCheck(L_5); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6 = L_5->get_x_0(); X448Field_Copy_mD1DA87ADFBAC71A23AA5C376C606612E755120A5(L_4, 0, L_6, 0, /*hidden argument*/NULL); // X448Field.Copy(B_y, 0, p.y, 0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->get_B_y_30(); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_8 = V_2; NullCheck(L_8); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_9 = L_8->get_y_1(); X448Field_Copy_mD1DA87ADFBAC71A23AA5C376C606612E755120A5(L_7, 0, L_9, 0, /*hidden argument*/NULL); // PointExtendXY(p); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_10 = V_2; Ed448_PointExtendXY_m34A7F86F11B7D9CFC9544A707F9077FD66771350(L_10, /*hidden argument*/NULL); // precompBaseTable = PointPrecompVar(p, 1 << (WnafWidthBase - 2)); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_11 = V_2; PointExtU5BU5D_t38D5178ECD8C52B053BEC5F2F07C83BDABBF8BC1* L_12; L_12 = Ed448_PointPrecompVar_mE0E368B5563F90DDA1E4129C5EDB146B00224A09(L_11, ((int32_t)32), /*hidden argument*/NULL); ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->set_precompBaseTable_39(L_12); // precompBase = new uint[PrecompBlocks * PrecompPoints * 2 * X448Field.Size]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_13 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)2560)); ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->set_precompBase_40(L_13); // int off = 0; V_3 = 0; // for (int b = 0; b < PrecompBlocks; ++b) V_4 = 0; goto IL_01d6; } IL_0072: { // PointExt[] ds = new PointExt[PrecompTeeth]; PointExtU5BU5D_t38D5178ECD8C52B053BEC5F2F07C83BDABBF8BC1* L_14 = (PointExtU5BU5D_t38D5178ECD8C52B053BEC5F2F07C83BDABBF8BC1*)(PointExtU5BU5D_t38D5178ECD8C52B053BEC5F2F07C83BDABBF8BC1*)SZArrayNew(PointExtU5BU5D_t38D5178ECD8C52B053BEC5F2F07C83BDABBF8BC1_il2cpp_TypeInfo_var, (uint32_t)5); V_5 = L_14; // PointExt sum = new PointExt(); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_15 = (PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 *)il2cpp_codegen_object_new(PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6_il2cpp_TypeInfo_var); PointExt__ctor_m8F0C7FDD50FC3D37FAE2FCF177B9B98EDFDE9C24(L_15, /*hidden argument*/NULL); V_6 = L_15; // PointSetNeutral(sum); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_16 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); Ed448_PointSetNeutral_mDF326585A13178485B7CB7C7149667D76E05ACD2(L_16, /*hidden argument*/NULL); // for (int t = 0; t < PrecompTeeth; ++t) V_9 = 0; goto IL_00cc; } IL_008d: { // PointAddVar(true, p, sum); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_17 = V_2; PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_18 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); Ed448_PointAddVar_m01B8BC234E19060588A2125307D685D8617FF29F((bool)1, L_17, L_18, /*hidden argument*/NULL); // PointDouble(p); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_19 = V_2; Ed448_PointDouble_mEE073E31B660963AFAEA2D5786BC6331460EDF4C(L_19, /*hidden argument*/NULL); // ds[t] = PointCopy(p); PointExtU5BU5D_t38D5178ECD8C52B053BEC5F2F07C83BDABBF8BC1* L_20 = V_5; int32_t L_21 = V_9; PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_22 = V_2; PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_23; L_23 = Ed448_PointCopy_mEDF6E1C04E4F67FE5E926C861B15F0DAFD14E626(L_22, /*hidden argument*/NULL); NullCheck(L_20); ArrayElementTypeCheck (L_20, L_23); (L_20)->SetAt(static_cast(L_21), (PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 *)L_23); // if (b + t != PrecompBlocks + PrecompTeeth - 2) int32_t L_24 = V_4; int32_t L_25 = V_9; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)L_25))) == ((int32_t)8))) { goto IL_00c6; } } IL_00af: { // for (int s = 1; s < PrecompSpacing; ++s) V_10 = 1; goto IL_00c0; } IL_00b4: { // PointDouble(p); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_26 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); Ed448_PointDouble_mEE073E31B660963AFAEA2D5786BC6331460EDF4C(L_26, /*hidden argument*/NULL); // for (int s = 1; s < PrecompSpacing; ++s) int32_t L_27 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_00c0: { // for (int s = 1; s < PrecompSpacing; ++s) int32_t L_28 = V_10; if ((((int32_t)L_28) < ((int32_t)((int32_t)18)))) { goto IL_00b4; } } IL_00c6: { // for (int t = 0; t < PrecompTeeth; ++t) int32_t L_29 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_00cc: { // for (int t = 0; t < PrecompTeeth; ++t) int32_t L_30 = V_9; if ((((int32_t)L_30) < ((int32_t)5))) { goto IL_008d; } } IL_00d1: { // PointExt[] points = new PointExt[PrecompPoints]; PointExtU5BU5D_t38D5178ECD8C52B053BEC5F2F07C83BDABBF8BC1* L_31 = (PointExtU5BU5D_t38D5178ECD8C52B053BEC5F2F07C83BDABBF8BC1*)(PointExtU5BU5D_t38D5178ECD8C52B053BEC5F2F07C83BDABBF8BC1*)SZArrayNew(PointExtU5BU5D_t38D5178ECD8C52B053BEC5F2F07C83BDABBF8BC1_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); V_7 = L_31; // int k = 0; V_8 = 0; // points[k++] = sum; PointExtU5BU5D_t38D5178ECD8C52B053BEC5F2F07C83BDABBF8BC1* L_32 = V_7; int32_t L_33 = V_8; int32_t L_34 = L_33; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_35 = V_6; NullCheck(L_32); ArrayElementTypeCheck (L_32, L_35); (L_32)->SetAt(static_cast(L_34), (PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 *)L_35); // for (int t = 0; t < (PrecompTeeth - 1); ++t) V_11 = 0; goto IL_0136; } IL_00ee: { // int size = 1 << t; int32_t L_36 = V_11; V_12 = ((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)L_36&(int32_t)((int32_t)31))))); // for (int j = 0; j < size; ++j, ++k) V_13 = 0; goto IL_012a; } IL_00fc: { // points[k] = PointCopy(points[k - size]); PointExtU5BU5D_t38D5178ECD8C52B053BEC5F2F07C83BDABBF8BC1* L_37 = V_7; int32_t L_38 = V_8; PointExtU5BU5D_t38D5178ECD8C52B053BEC5F2F07C83BDABBF8BC1* L_39 = V_7; int32_t L_40 = V_8; int32_t L_41 = V_12; NullCheck(L_39); int32_t L_42 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)L_41)); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_43 = (L_39)->GetAt(static_cast(L_42)); IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_44; L_44 = Ed448_PointCopy_mEDF6E1C04E4F67FE5E926C861B15F0DAFD14E626(L_43, /*hidden argument*/NULL); NullCheck(L_37); ArrayElementTypeCheck (L_37, L_44); (L_37)->SetAt(static_cast(L_38), (PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 *)L_44); // PointAddVar(false, ds[t], points[k]); PointExtU5BU5D_t38D5178ECD8C52B053BEC5F2F07C83BDABBF8BC1* L_45 = V_5; int32_t L_46 = V_11; NullCheck(L_45); int32_t L_47 = L_46; PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_48 = (L_45)->GetAt(static_cast(L_47)); PointExtU5BU5D_t38D5178ECD8C52B053BEC5F2F07C83BDABBF8BC1* L_49 = V_7; int32_t L_50 = V_8; NullCheck(L_49); int32_t L_51 = L_50; PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_52 = (L_49)->GetAt(static_cast(L_51)); Ed448_PointAddVar_m01B8BC234E19060588A2125307D685D8617FF29F((bool)0, L_48, L_52, /*hidden argument*/NULL); // for (int j = 0; j < size; ++j, ++k) int32_t L_53 = V_13; V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1)); // for (int j = 0; j < size; ++j, ++k) int32_t L_54 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1)); } IL_012a: { // for (int j = 0; j < size; ++j, ++k) int32_t L_55 = V_13; int32_t L_56 = V_12; if ((((int32_t)L_55) < ((int32_t)L_56))) { goto IL_00fc; } } IL_0130: { // for (int t = 0; t < (PrecompTeeth - 1); ++t) int32_t L_57 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1)); } IL_0136: { // for (int t = 0; t < (PrecompTeeth - 1); ++t) int32_t L_58 = V_11; if ((((int32_t)L_58) < ((int32_t)4))) { goto IL_00ee; } } IL_013b: { // for (int i = 0; i < PrecompPoints; ++i) V_14 = 0; goto IL_01c7; } IL_0143: { // PointExt q = points[i]; PointExtU5BU5D_t38D5178ECD8C52B053BEC5F2F07C83BDABBF8BC1* L_59 = V_7; int32_t L_60 = V_14; NullCheck(L_59); int32_t L_61 = L_60; PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_62 = (L_59)->GetAt(static_cast(L_61)); V_15 = L_62; // X448Field.Inv(q.z, q.z); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_63 = V_15; NullCheck(L_63); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_64 = L_63->get_z_2(); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_65 = V_15; NullCheck(L_65); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_66 = L_65->get_z_2(); X448Field_Inv_mAE0F5F5F358CCA3D0C55438F8732AB5B4CD0B362(L_64, L_66, /*hidden argument*/NULL); // X448Field.Mul(q.x, q.z, q.x); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_67 = V_15; NullCheck(L_67); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_68 = L_67->get_x_0(); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_69 = V_15; NullCheck(L_69); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_70 = L_69->get_z_2(); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_71 = V_15; NullCheck(L_71); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_72 = L_71->get_x_0(); X448Field_Mul_m24C25C061843DEB2F70572C0D5E32B4611B4ABA1(L_68, L_70, L_72, /*hidden argument*/NULL); // X448Field.Mul(q.y, q.z, q.y); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_73 = V_15; NullCheck(L_73); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_74 = L_73->get_y_1(); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_75 = V_15; NullCheck(L_75); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_76 = L_75->get_z_2(); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_77 = V_15; NullCheck(L_77); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_78 = L_77->get_y_1(); X448Field_Mul_m24C25C061843DEB2F70572C0D5E32B4611B4ABA1(L_74, L_76, L_78, /*hidden argument*/NULL); // X448Field.Copy(q.x, 0, precompBase, off); off += X448Field.Size; PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_79 = V_15; NullCheck(L_79); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_80 = L_79->get_x_0(); IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_81 = ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->get_precompBase_40(); int32_t L_82 = V_3; X448Field_Copy_mD1DA87ADFBAC71A23AA5C376C606612E755120A5(L_80, 0, L_81, L_82, /*hidden argument*/NULL); // X448Field.Copy(q.x, 0, precompBase, off); off += X448Field.Size; int32_t L_83 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_83, (int32_t)((int32_t)16))); // X448Field.Copy(q.y, 0, precompBase, off); off += X448Field.Size; PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_84 = V_15; NullCheck(L_84); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_85 = L_84->get_y_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_86 = ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->get_precompBase_40(); int32_t L_87 = V_3; X448Field_Copy_mD1DA87ADFBAC71A23AA5C376C606612E755120A5(L_85, 0, L_86, L_87, /*hidden argument*/NULL); // X448Field.Copy(q.y, 0, precompBase, off); off += X448Field.Size; int32_t L_88 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)((int32_t)16))); // for (int i = 0; i < PrecompPoints; ++i) int32_t L_89 = V_14; V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_89, (int32_t)1)); } IL_01c7: { // for (int i = 0; i < PrecompPoints; ++i) int32_t L_90 = V_14; if ((((int32_t)L_90) < ((int32_t)((int32_t)16)))) { goto IL_0143; } } IL_01d0: { // for (int b = 0; b < PrecompBlocks; ++b) int32_t L_91 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_91, (int32_t)1)); } IL_01d6: { // for (int b = 0; b < PrecompBlocks; ++b) int32_t L_92 = V_4; if ((((int32_t)L_92) < ((int32_t)5))) { goto IL_0072; } } IL_01de: { // } IL2CPP_LEAVE(0x1EA, FINALLY_01e0); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01e0; } FINALLY_01e0: {// begin finally (depth: 1) { bool L_93 = V_1; if (!L_93) { goto IL_01e9; } } IL_01e3: { RuntimeObject * L_94 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_94, /*hidden argument*/NULL); } IL_01e9: { IL2CPP_END_FINALLY(480) } }// end finally (depth: 1) IL2CPP_CLEANUP(480) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x1EA, IL_01ea) } IL_01ea: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::PruneScalar(System.Byte[],System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_PruneScalar_m202345B8B194B98C785DF18F1E3742F5C1769317 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___n0, int32_t ___nOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___r2, const RuntimeMethod* method) { { // Array.Copy(n, nOff, r, 0, ScalarBytes - 1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___n0; int32_t L_1 = ___nOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___r2; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_0, L_1, (RuntimeArray *)(RuntimeArray *)L_2, 0, ((int32_t)56), /*hidden argument*/NULL); // r[0] &= 0xFC; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___r2; NullCheck(L_3); uint8_t* L_4 = ((L_3)->GetAddressAt(static_cast(0))); int32_t L_5 = *((uint8_t*)L_4); *((int8_t*)L_4) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_5&(int32_t)((int32_t)252))))); // r[ScalarBytes - 2] |= 0x80; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___r2; NullCheck(L_6); uint8_t* L_7 = ((L_6)->GetAddressAt(static_cast(((int32_t)55)))); int32_t L_8 = *((uint8_t*)L_7); *((int8_t*)L_7) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_8|(int32_t)((int32_t)128))))); // r[ScalarBytes - 1] = 0x00; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___r2; NullCheck(L_9); (L_9)->SetAt(static_cast(((int32_t)56)), (uint8_t)0); // } return; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::ReduceScalar(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Ed448_ReduceScalar_m86661329741ED7231110A8023C55F5A0FA49AA82 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___n0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint64_t V_0 = 0; uint64_t V_1 = 0; uint64_t V_2 = 0; uint64_t V_3 = 0; uint64_t V_4 = 0; uint64_t V_5 = 0; uint64_t V_6 = 0; uint64_t V_7 = 0; uint64_t V_8 = 0; uint64_t V_9 = 0; uint64_t V_10 = 0; uint64_t V_11 = 0; uint64_t V_12 = 0; uint64_t V_13 = 0; uint64_t V_14 = 0; uint64_t V_15 = 0; uint64_t V_16 = 0; uint64_t V_17 = 0; uint64_t V_18 = 0; uint64_t V_19 = 0; uint64_t V_20 = 0; uint64_t V_21 = 0; uint64_t V_22 = 0; uint64_t V_23 = 0; uint64_t V_24 = 0; uint64_t V_25 = 0; uint64_t V_26 = 0; uint64_t V_27 = 0; uint64_t V_28 = 0; uint64_t V_29 = 0; uint64_t V_30 = 0; uint64_t V_31 = 0; uint64_t V_32 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_33 = NULL; { // ulong x00 = Decode32(n, 0); // x00:32/-- ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___n0; IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); uint32_t L_1; L_1 = Ed448_Decode32_m9CC95FCEEE6959BE5B31A3A2D3868D6EBB29DFC4(L_0, 0, /*hidden argument*/NULL); V_0 = ((int64_t)((uint64_t)L_1)); // ulong x01 = (Decode24(n, 4) << 4); // x01:28/-- ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___n0; uint32_t L_3; L_3 = Ed448_Decode24_mFA51004A23BA0F3F1706C2AC9EC400DF8EED794D(L_2, 4, /*hidden argument*/NULL); V_1 = ((int64_t)((uint64_t)((uint32_t)((uint32_t)((int32_t)((int32_t)L_3<<(int32_t)4)))))); // ulong x02 = Decode32(n, 7); // x02:32/-- ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___n0; uint32_t L_5; L_5 = Ed448_Decode32_m9CC95FCEEE6959BE5B31A3A2D3868D6EBB29DFC4(L_4, 7, /*hidden argument*/NULL); V_2 = ((int64_t)((uint64_t)L_5)); // ulong x03 = (Decode24(n, 11) << 4); // x03:28/-- ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___n0; uint32_t L_7; L_7 = Ed448_Decode24_mFA51004A23BA0F3F1706C2AC9EC400DF8EED794D(L_6, ((int32_t)11), /*hidden argument*/NULL); V_3 = ((int64_t)((uint64_t)((uint32_t)((uint32_t)((int32_t)((int32_t)L_7<<(int32_t)4)))))); // ulong x04 = Decode32(n, 14); // x04:32/-- ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___n0; uint32_t L_9; L_9 = Ed448_Decode32_m9CC95FCEEE6959BE5B31A3A2D3868D6EBB29DFC4(L_8, ((int32_t)14), /*hidden argument*/NULL); V_4 = ((int64_t)((uint64_t)L_9)); // ulong x05 = (Decode24(n, 18) << 4); // x05:28/-- ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___n0; uint32_t L_11; L_11 = Ed448_Decode24_mFA51004A23BA0F3F1706C2AC9EC400DF8EED794D(L_10, ((int32_t)18), /*hidden argument*/NULL); V_5 = ((int64_t)((uint64_t)((uint32_t)((uint32_t)((int32_t)((int32_t)L_11<<(int32_t)4)))))); // ulong x06 = Decode32(n, 21); // x06:32/-- ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___n0; uint32_t L_13; L_13 = Ed448_Decode32_m9CC95FCEEE6959BE5B31A3A2D3868D6EBB29DFC4(L_12, ((int32_t)21), /*hidden argument*/NULL); V_6 = ((int64_t)((uint64_t)L_13)); // ulong x07 = (Decode24(n, 25) << 4); // x07:28/-- ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = ___n0; uint32_t L_15; L_15 = Ed448_Decode24_mFA51004A23BA0F3F1706C2AC9EC400DF8EED794D(L_14, ((int32_t)25), /*hidden argument*/NULL); V_7 = ((int64_t)((uint64_t)((uint32_t)((uint32_t)((int32_t)((int32_t)L_15<<(int32_t)4)))))); // ulong x08 = Decode32(n, 28); // x08:32/-- ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___n0; uint32_t L_17; L_17 = Ed448_Decode32_m9CC95FCEEE6959BE5B31A3A2D3868D6EBB29DFC4(L_16, ((int32_t)28), /*hidden argument*/NULL); V_8 = ((int64_t)((uint64_t)L_17)); // ulong x09 = (Decode24(n, 32) << 4); // x09:28/-- ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = ___n0; uint32_t L_19; L_19 = Ed448_Decode24_mFA51004A23BA0F3F1706C2AC9EC400DF8EED794D(L_18, ((int32_t)32), /*hidden argument*/NULL); V_9 = ((int64_t)((uint64_t)((uint32_t)((uint32_t)((int32_t)((int32_t)L_19<<(int32_t)4)))))); // ulong x10 = Decode32(n, 35); // x10:32/-- ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = ___n0; uint32_t L_21; L_21 = Ed448_Decode32_m9CC95FCEEE6959BE5B31A3A2D3868D6EBB29DFC4(L_20, ((int32_t)35), /*hidden argument*/NULL); V_10 = ((int64_t)((uint64_t)L_21)); // ulong x11 = (Decode24(n, 39) << 4); // x11:28/-- ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = ___n0; uint32_t L_23; L_23 = Ed448_Decode24_mFA51004A23BA0F3F1706C2AC9EC400DF8EED794D(L_22, ((int32_t)39), /*hidden argument*/NULL); V_11 = ((int64_t)((uint64_t)((uint32_t)((uint32_t)((int32_t)((int32_t)L_23<<(int32_t)4)))))); // ulong x12 = Decode32(n, 42); // x12:32/-- ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = ___n0; uint32_t L_25; L_25 = Ed448_Decode32_m9CC95FCEEE6959BE5B31A3A2D3868D6EBB29DFC4(L_24, ((int32_t)42), /*hidden argument*/NULL); V_12 = ((int64_t)((uint64_t)L_25)); // ulong x13 = (Decode24(n, 46) << 4); // x13:28/-- ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = ___n0; uint32_t L_27; L_27 = Ed448_Decode24_mFA51004A23BA0F3F1706C2AC9EC400DF8EED794D(L_26, ((int32_t)46), /*hidden argument*/NULL); V_13 = ((int64_t)((uint64_t)((uint32_t)((uint32_t)((int32_t)((int32_t)L_27<<(int32_t)4)))))); // ulong x14 = Decode32(n, 49); // x14:32/-- ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = ___n0; uint32_t L_29; L_29 = Ed448_Decode32_m9CC95FCEEE6959BE5B31A3A2D3868D6EBB29DFC4(L_28, ((int32_t)49), /*hidden argument*/NULL); V_14 = ((int64_t)((uint64_t)L_29)); // ulong x15 = (Decode24(n, 53) << 4); // x15:28/-- ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30 = ___n0; uint32_t L_31; L_31 = Ed448_Decode24_mFA51004A23BA0F3F1706C2AC9EC400DF8EED794D(L_30, ((int32_t)53), /*hidden argument*/NULL); V_15 = ((int64_t)((uint64_t)((uint32_t)((uint32_t)((int32_t)((int32_t)L_31<<(int32_t)4)))))); // ulong x16 = Decode32(n, 56); // x16:32/-- ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32 = ___n0; uint32_t L_33; L_33 = Ed448_Decode32_m9CC95FCEEE6959BE5B31A3A2D3868D6EBB29DFC4(L_32, ((int32_t)56), /*hidden argument*/NULL); V_16 = ((int64_t)((uint64_t)L_33)); // ulong x17 = (Decode24(n, 60) << 4); // x17:28/-- ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34 = ___n0; uint32_t L_35; L_35 = Ed448_Decode24_mFA51004A23BA0F3F1706C2AC9EC400DF8EED794D(L_34, ((int32_t)60), /*hidden argument*/NULL); V_17 = ((int64_t)((uint64_t)((uint32_t)((uint32_t)((int32_t)((int32_t)L_35<<(int32_t)4)))))); // ulong x18 = Decode32(n, 63); // x18:32/-- ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = ___n0; uint32_t L_37; L_37 = Ed448_Decode32_m9CC95FCEEE6959BE5B31A3A2D3868D6EBB29DFC4(L_36, ((int32_t)63), /*hidden argument*/NULL); V_18 = ((int64_t)((uint64_t)L_37)); // ulong x19 = (Decode24(n, 67) << 4); // x19:28/-- ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_38 = ___n0; uint32_t L_39; L_39 = Ed448_Decode24_mFA51004A23BA0F3F1706C2AC9EC400DF8EED794D(L_38, ((int32_t)67), /*hidden argument*/NULL); V_19 = ((int64_t)((uint64_t)((uint32_t)((uint32_t)((int32_t)((int32_t)L_39<<(int32_t)4)))))); // ulong x20 = Decode32(n, 70); // x20:32/-- ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_40 = ___n0; uint32_t L_41; L_41 = Ed448_Decode32_m9CC95FCEEE6959BE5B31A3A2D3868D6EBB29DFC4(L_40, ((int32_t)70), /*hidden argument*/NULL); V_20 = ((int64_t)((uint64_t)L_41)); // ulong x21 = (Decode24(n, 74) << 4); // x21:28/-- ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_42 = ___n0; uint32_t L_43; L_43 = Ed448_Decode24_mFA51004A23BA0F3F1706C2AC9EC400DF8EED794D(L_42, ((int32_t)74), /*hidden argument*/NULL); V_21 = ((int64_t)((uint64_t)((uint32_t)((uint32_t)((int32_t)((int32_t)L_43<<(int32_t)4)))))); // ulong x22 = Decode32(n, 77); // x22:32/-- ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_44 = ___n0; uint32_t L_45; L_45 = Ed448_Decode32_m9CC95FCEEE6959BE5B31A3A2D3868D6EBB29DFC4(L_44, ((int32_t)77), /*hidden argument*/NULL); V_22 = ((int64_t)((uint64_t)L_45)); // ulong x23 = (Decode24(n, 81) << 4); // x23:28/-- ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_46 = ___n0; uint32_t L_47; L_47 = Ed448_Decode24_mFA51004A23BA0F3F1706C2AC9EC400DF8EED794D(L_46, ((int32_t)81), /*hidden argument*/NULL); V_23 = ((int64_t)((uint64_t)((uint32_t)((uint32_t)((int32_t)((int32_t)L_47<<(int32_t)4)))))); // ulong x24 = Decode32(n, 84); // x24:32/-- ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_48 = ___n0; uint32_t L_49; L_49 = Ed448_Decode32_m9CC95FCEEE6959BE5B31A3A2D3868D6EBB29DFC4(L_48, ((int32_t)84), /*hidden argument*/NULL); V_24 = ((int64_t)((uint64_t)L_49)); // ulong x25 = (Decode24(n, 88) << 4); // x25:28/-- ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_50 = ___n0; uint32_t L_51; L_51 = Ed448_Decode24_mFA51004A23BA0F3F1706C2AC9EC400DF8EED794D(L_50, ((int32_t)88), /*hidden argument*/NULL); V_25 = ((int64_t)((uint64_t)((uint32_t)((uint32_t)((int32_t)((int32_t)L_51<<(int32_t)4)))))); // ulong x26 = Decode32(n, 91); // x26:32/-- ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_52 = ___n0; uint32_t L_53; L_53 = Ed448_Decode32_m9CC95FCEEE6959BE5B31A3A2D3868D6EBB29DFC4(L_52, ((int32_t)91), /*hidden argument*/NULL); V_26 = ((int64_t)((uint64_t)L_53)); // ulong x27 = (Decode24(n, 95) << 4); // x27:28/-- ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_54 = ___n0; uint32_t L_55; L_55 = Ed448_Decode24_mFA51004A23BA0F3F1706C2AC9EC400DF8EED794D(L_54, ((int32_t)95), /*hidden argument*/NULL); V_27 = ((int64_t)((uint64_t)((uint32_t)((uint32_t)((int32_t)((int32_t)L_55<<(int32_t)4)))))); // ulong x28 = Decode32(n, 98); // x28:32/-- ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_56 = ___n0; uint32_t L_57; L_57 = Ed448_Decode32_m9CC95FCEEE6959BE5B31A3A2D3868D6EBB29DFC4(L_56, ((int32_t)98), /*hidden argument*/NULL); V_28 = ((int64_t)((uint64_t)L_57)); // ulong x29 = (Decode24(n, 102) << 4); // x29:28/-- ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_58 = ___n0; uint32_t L_59; L_59 = Ed448_Decode24_mFA51004A23BA0F3F1706C2AC9EC400DF8EED794D(L_58, ((int32_t)102), /*hidden argument*/NULL); V_29 = ((int64_t)((uint64_t)((uint32_t)((uint32_t)((int32_t)((int32_t)L_59<<(int32_t)4)))))); // ulong x30 = Decode32(n, 105); // x30:32/-- ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_60 = ___n0; uint32_t L_61; L_61 = Ed448_Decode32_m9CC95FCEEE6959BE5B31A3A2D3868D6EBB29DFC4(L_60, ((int32_t)105), /*hidden argument*/NULL); V_30 = ((int64_t)((uint64_t)L_61)); // ulong x31 = (Decode24(n, 109) << 4); // x31:28/-- ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_62 = ___n0; uint32_t L_63; L_63 = Ed448_Decode24_mFA51004A23BA0F3F1706C2AC9EC400DF8EED794D(L_62, ((int32_t)109), /*hidden argument*/NULL); V_31 = ((int64_t)((uint64_t)((uint32_t)((uint32_t)((int32_t)((int32_t)L_63<<(int32_t)4)))))); // ulong x32 = Decode16(n, 112); // x32:16/-- ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_64 = ___n0; uint32_t L_65; L_65 = Ed448_Decode16_mA28E754A1EA43DAF96DFD7EC6F4921C5225C5253(L_64, ((int32_t)112), /*hidden argument*/NULL); V_32 = ((int64_t)((uint64_t)L_65)); // x16 += x32 * L4_0; // x16:42/-- uint64_t L_66 = V_16; uint64_t L_67 = V_32; V_16 = ((int64_t)il2cpp_codegen_add((int64_t)L_66, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_67, (int64_t)((int64_t)((int64_t)((int32_t)43969588))))))); // x17 += x32 * L4_1; // x17:41/28 uint64_t L_68 = V_17; uint64_t L_69 = V_32; V_17 = ((int64_t)il2cpp_codegen_add((int64_t)L_68, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_69, (int64_t)((int64_t)((int64_t)((int32_t)30366549))))))); // x18 += x32 * L4_2; // x18:43/42 uint64_t L_70 = V_18; uint64_t L_71 = V_32; V_18 = ((int64_t)il2cpp_codegen_add((int64_t)L_70, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_71, (int64_t)((int64_t)((int64_t)((int32_t)163752818))))))); // x19 += x32 * L4_3; // x19:44/28 uint64_t L_72 = V_19; uint64_t L_73 = V_32; V_19 = ((int64_t)il2cpp_codegen_add((int64_t)L_72, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_73, (int64_t)((int64_t)((int64_t)((int32_t)258169998))))))); // x20 += x32 * L4_4; // x20:43/-- uint64_t L_74 = V_20; uint64_t L_75 = V_32; V_20 = ((int64_t)il2cpp_codegen_add((int64_t)L_74, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_75, (int64_t)((int64_t)((int64_t)((int32_t)96434764))))))); // x21 += x32 * L4_5; // x21:44/28 uint64_t L_76 = V_21; uint64_t L_77 = V_32; V_21 = ((int64_t)il2cpp_codegen_add((int64_t)L_76, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_77, (int64_t)((int64_t)((int64_t)((int32_t)227822194))))))); // x22 += x32 * L4_6; // x22:43/41 uint64_t L_78 = V_22; uint64_t L_79 = V_32; V_22 = ((int64_t)il2cpp_codegen_add((int64_t)L_78, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_79, (int64_t)((int64_t)((int64_t)((int32_t)149865618))))))); // x23 += x32 * L4_7; // x23:45/41 uint64_t L_80 = V_23; uint64_t L_81 = V_32; V_23 = ((int64_t)il2cpp_codegen_add((int64_t)L_80, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_81, (int64_t)((int64_t)((int64_t)((int32_t)550336261))))))); // x31 += (x30 >> 28); x30 &= M28UL; // x31:28/--, x30:28/-- uint64_t L_82 = V_31; uint64_t L_83 = V_30; V_31 = ((int64_t)il2cpp_codegen_add((int64_t)L_82, (int64_t)((int64_t)((uint64_t)L_83>>((int32_t)28))))); // x31 += (x30 >> 28); x30 &= M28UL; // x31:28/--, x30:28/-- uint64_t L_84 = V_30; V_30 = ((int64_t)((int64_t)L_84&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x15 += x31 * L4_0; // x15:54/-- uint64_t L_85 = V_15; uint64_t L_86 = V_31; V_15 = ((int64_t)il2cpp_codegen_add((int64_t)L_85, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_86, (int64_t)((int64_t)((int64_t)((int32_t)43969588))))))); // x16 += x31 * L4_1; // x16:53/42 uint64_t L_87 = V_16; uint64_t L_88 = V_31; V_16 = ((int64_t)il2cpp_codegen_add((int64_t)L_87, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_88, (int64_t)((int64_t)((int64_t)((int32_t)30366549))))))); // x17 += x31 * L4_2; // x17:55/54 uint64_t L_89 = V_17; uint64_t L_90 = V_31; V_17 = ((int64_t)il2cpp_codegen_add((int64_t)L_89, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_90, (int64_t)((int64_t)((int64_t)((int32_t)163752818))))))); // x18 += x31 * L4_3; // x18:56/44 uint64_t L_91 = V_18; uint64_t L_92 = V_31; V_18 = ((int64_t)il2cpp_codegen_add((int64_t)L_91, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_92, (int64_t)((int64_t)((int64_t)((int32_t)258169998))))))); // x19 += x31 * L4_4; // x19:55/-- uint64_t L_93 = V_19; uint64_t L_94 = V_31; V_19 = ((int64_t)il2cpp_codegen_add((int64_t)L_93, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_94, (int64_t)((int64_t)((int64_t)((int32_t)96434764))))))); // x20 += x31 * L4_5; // x20:56/43 uint64_t L_95 = V_20; uint64_t L_96 = V_31; V_20 = ((int64_t)il2cpp_codegen_add((int64_t)L_95, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_96, (int64_t)((int64_t)((int64_t)((int32_t)227822194))))))); // x21 += x31 * L4_6; // x21:55/53 uint64_t L_97 = V_21; uint64_t L_98 = V_31; V_21 = ((int64_t)il2cpp_codegen_add((int64_t)L_97, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_98, (int64_t)((int64_t)((int64_t)((int32_t)149865618))))))); // x22 += x31 * L4_7; // x22:57/53 uint64_t L_99 = V_22; uint64_t L_100 = V_31; V_22 = ((int64_t)il2cpp_codegen_add((int64_t)L_99, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_100, (int64_t)((int64_t)((int64_t)((int32_t)550336261))))))); // x14 += x30 * L4_0; // x14:54/-- uint64_t L_101 = V_14; uint64_t L_102 = V_30; V_14 = ((int64_t)il2cpp_codegen_add((int64_t)L_101, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_102, (int64_t)((int64_t)((int64_t)((int32_t)43969588))))))); // x15 += x30 * L4_1; // x15:54/53 uint64_t L_103 = V_15; uint64_t L_104 = V_30; V_15 = ((int64_t)il2cpp_codegen_add((int64_t)L_103, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_104, (int64_t)((int64_t)((int64_t)((int32_t)30366549))))))); // x16 += x30 * L4_2; // x16:56/-- uint64_t L_105 = V_16; uint64_t L_106 = V_30; V_16 = ((int64_t)il2cpp_codegen_add((int64_t)L_105, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_106, (int64_t)((int64_t)((int64_t)((int32_t)163752818))))))); // x17 += x30 * L4_3; // x17:57/-- uint64_t L_107 = V_17; uint64_t L_108 = V_30; V_17 = ((int64_t)il2cpp_codegen_add((int64_t)L_107, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_108, (int64_t)((int64_t)((int64_t)((int32_t)258169998))))))); // x18 += x30 * L4_4; // x18:56/55 uint64_t L_109 = V_18; uint64_t L_110 = V_30; V_18 = ((int64_t)il2cpp_codegen_add((int64_t)L_109, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_110, (int64_t)((int64_t)((int64_t)((int32_t)96434764))))))); // x19 += x30 * L4_5; // x19:56/55 uint64_t L_111 = V_19; uint64_t L_112 = V_30; V_19 = ((int64_t)il2cpp_codegen_add((int64_t)L_111, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_112, (int64_t)((int64_t)((int64_t)((int32_t)227822194))))))); // x20 += x30 * L4_6; // x20:57/-- uint64_t L_113 = V_20; uint64_t L_114 = V_30; V_20 = ((int64_t)il2cpp_codegen_add((int64_t)L_113, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_114, (int64_t)((int64_t)((int64_t)((int32_t)149865618))))))); // x21 += x30 * L4_7; // x21:57/56 uint64_t L_115 = V_21; uint64_t L_116 = V_30; V_21 = ((int64_t)il2cpp_codegen_add((int64_t)L_115, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_116, (int64_t)((int64_t)((int64_t)((int32_t)550336261))))))); // x29 += (x28 >> 28); x28 &= M28UL; // x29:28/--, x28:28/-- uint64_t L_117 = V_29; uint64_t L_118 = V_28; V_29 = ((int64_t)il2cpp_codegen_add((int64_t)L_117, (int64_t)((int64_t)((uint64_t)L_118>>((int32_t)28))))); // x29 += (x28 >> 28); x28 &= M28UL; // x29:28/--, x28:28/-- uint64_t L_119 = V_28; V_28 = ((int64_t)((int64_t)L_119&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x13 += x29 * L4_0; // x13:54/-- uint64_t L_120 = V_13; uint64_t L_121 = V_29; V_13 = ((int64_t)il2cpp_codegen_add((int64_t)L_120, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_121, (int64_t)((int64_t)((int64_t)((int32_t)43969588))))))); // x14 += x29 * L4_1; // x14:54/53 uint64_t L_122 = V_14; uint64_t L_123 = V_29; V_14 = ((int64_t)il2cpp_codegen_add((int64_t)L_122, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_123, (int64_t)((int64_t)((int64_t)((int32_t)30366549))))))); // x15 += x29 * L4_2; // x15:56/-- uint64_t L_124 = V_15; uint64_t L_125 = V_29; V_15 = ((int64_t)il2cpp_codegen_add((int64_t)L_124, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_125, (int64_t)((int64_t)((int64_t)((int32_t)163752818))))))); // x16 += x29 * L4_3; // x16:57/-- uint64_t L_126 = V_16; uint64_t L_127 = V_29; V_16 = ((int64_t)il2cpp_codegen_add((int64_t)L_126, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_127, (int64_t)((int64_t)((int64_t)((int32_t)258169998))))))); // x17 += x29 * L4_4; // x17:57/55 uint64_t L_128 = V_17; uint64_t L_129 = V_29; V_17 = ((int64_t)il2cpp_codegen_add((int64_t)L_128, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_129, (int64_t)((int64_t)((int64_t)((int32_t)96434764))))))); // x18 += x29 * L4_5; // x18:57/55 uint64_t L_130 = V_18; uint64_t L_131 = V_29; V_18 = ((int64_t)il2cpp_codegen_add((int64_t)L_130, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_131, (int64_t)((int64_t)((int64_t)((int32_t)227822194))))))); // x19 += x29 * L4_6; // x19:57/52 uint64_t L_132 = V_19; uint64_t L_133 = V_29; V_19 = ((int64_t)il2cpp_codegen_add((int64_t)L_132, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_133, (int64_t)((int64_t)((int64_t)((int32_t)149865618))))))); // x20 += x29 * L4_7; // x20:58/52 uint64_t L_134 = V_20; uint64_t L_135 = V_29; V_20 = ((int64_t)il2cpp_codegen_add((int64_t)L_134, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_135, (int64_t)((int64_t)((int64_t)((int32_t)550336261))))))); // x12 += x28 * L4_0; // x12:54/-- uint64_t L_136 = V_12; uint64_t L_137 = V_28; V_12 = ((int64_t)il2cpp_codegen_add((int64_t)L_136, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_137, (int64_t)((int64_t)((int64_t)((int32_t)43969588))))))); // x13 += x28 * L4_1; // x13:54/53 uint64_t L_138 = V_13; uint64_t L_139 = V_28; V_13 = ((int64_t)il2cpp_codegen_add((int64_t)L_138, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_139, (int64_t)((int64_t)((int64_t)((int32_t)30366549))))))); // x14 += x28 * L4_2; // x14:56/-- uint64_t L_140 = V_14; uint64_t L_141 = V_28; V_14 = ((int64_t)il2cpp_codegen_add((int64_t)L_140, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_141, (int64_t)((int64_t)((int64_t)((int32_t)163752818))))))); // x15 += x28 * L4_3; // x15:57/-- uint64_t L_142 = V_15; uint64_t L_143 = V_28; V_15 = ((int64_t)il2cpp_codegen_add((int64_t)L_142, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_143, (int64_t)((int64_t)((int64_t)((int32_t)258169998))))))); // x16 += x28 * L4_4; // x16:57/55 uint64_t L_144 = V_16; uint64_t L_145 = V_28; V_16 = ((int64_t)il2cpp_codegen_add((int64_t)L_144, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_145, (int64_t)((int64_t)((int64_t)((int32_t)96434764))))))); // x17 += x28 * L4_5; // x17:58/-- uint64_t L_146 = V_17; uint64_t L_147 = V_28; V_17 = ((int64_t)il2cpp_codegen_add((int64_t)L_146, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_147, (int64_t)((int64_t)((int64_t)((int32_t)227822194))))))); // x18 += x28 * L4_6; // x18:58/-- uint64_t L_148 = V_18; uint64_t L_149 = V_28; V_18 = ((int64_t)il2cpp_codegen_add((int64_t)L_148, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_149, (int64_t)((int64_t)((int64_t)((int32_t)149865618))))))); // x19 += x28 * L4_7; // x19:58/53 uint64_t L_150 = V_19; uint64_t L_151 = V_28; V_19 = ((int64_t)il2cpp_codegen_add((int64_t)L_150, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_151, (int64_t)((int64_t)((int64_t)((int32_t)550336261))))))); // x27 += (x26 >> 28); x26 &= M28UL; // x27:28/--, x26:28/-- uint64_t L_152 = V_27; uint64_t L_153 = V_26; V_27 = ((int64_t)il2cpp_codegen_add((int64_t)L_152, (int64_t)((int64_t)((uint64_t)L_153>>((int32_t)28))))); // x27 += (x26 >> 28); x26 &= M28UL; // x27:28/--, x26:28/-- uint64_t L_154 = V_26; V_26 = ((int64_t)((int64_t)L_154&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x11 += x27 * L4_0; // x11:54/-- uint64_t L_155 = V_11; uint64_t L_156 = V_27; V_11 = ((int64_t)il2cpp_codegen_add((int64_t)L_155, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_156, (int64_t)((int64_t)((int64_t)((int32_t)43969588))))))); // x12 += x27 * L4_1; // x12:54/53 uint64_t L_157 = V_12; uint64_t L_158 = V_27; V_12 = ((int64_t)il2cpp_codegen_add((int64_t)L_157, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_158, (int64_t)((int64_t)((int64_t)((int32_t)30366549))))))); // x13 += x27 * L4_2; // x13:56/-- uint64_t L_159 = V_13; uint64_t L_160 = V_27; V_13 = ((int64_t)il2cpp_codegen_add((int64_t)L_159, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_160, (int64_t)((int64_t)((int64_t)((int32_t)163752818))))))); // x14 += x27 * L4_3; // x14:57/-- uint64_t L_161 = V_14; uint64_t L_162 = V_27; V_14 = ((int64_t)il2cpp_codegen_add((int64_t)L_161, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_162, (int64_t)((int64_t)((int64_t)((int32_t)258169998))))))); // x15 += x27 * L4_4; // x15:57/55 uint64_t L_163 = V_15; uint64_t L_164 = V_27; V_15 = ((int64_t)il2cpp_codegen_add((int64_t)L_163, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_164, (int64_t)((int64_t)((int64_t)((int32_t)96434764))))))); // x16 += x27 * L4_5; // x16:58/-- uint64_t L_165 = V_16; uint64_t L_166 = V_27; V_16 = ((int64_t)il2cpp_codegen_add((int64_t)L_165, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_166, (int64_t)((int64_t)((int64_t)((int32_t)227822194))))))); // x17 += x27 * L4_6; // x17:58/56 uint64_t L_167 = V_17; uint64_t L_168 = V_27; V_17 = ((int64_t)il2cpp_codegen_add((int64_t)L_167, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_168, (int64_t)((int64_t)((int64_t)((int32_t)149865618))))))); // x18 += x27 * L4_7; // x18:59/-- uint64_t L_169 = V_18; uint64_t L_170 = V_27; V_18 = ((int64_t)il2cpp_codegen_add((int64_t)L_169, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_170, (int64_t)((int64_t)((int64_t)((int32_t)550336261))))))); // x10 += x26 * L4_0; // x10:54/-- uint64_t L_171 = V_10; uint64_t L_172 = V_26; V_10 = ((int64_t)il2cpp_codegen_add((int64_t)L_171, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_172, (int64_t)((int64_t)((int64_t)((int32_t)43969588))))))); // x11 += x26 * L4_1; // x11:54/53 uint64_t L_173 = V_11; uint64_t L_174 = V_26; V_11 = ((int64_t)il2cpp_codegen_add((int64_t)L_173, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_174, (int64_t)((int64_t)((int64_t)((int32_t)30366549))))))); // x12 += x26 * L4_2; // x12:56/-- uint64_t L_175 = V_12; uint64_t L_176 = V_26; V_12 = ((int64_t)il2cpp_codegen_add((int64_t)L_175, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_176, (int64_t)((int64_t)((int64_t)((int32_t)163752818))))))); // x13 += x26 * L4_3; // x13:57/-- uint64_t L_177 = V_13; uint64_t L_178 = V_26; V_13 = ((int64_t)il2cpp_codegen_add((int64_t)L_177, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_178, (int64_t)((int64_t)((int64_t)((int32_t)258169998))))))); // x14 += x26 * L4_4; // x14:57/55 uint64_t L_179 = V_14; uint64_t L_180 = V_26; V_14 = ((int64_t)il2cpp_codegen_add((int64_t)L_179, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_180, (int64_t)((int64_t)((int64_t)((int32_t)96434764))))))); // x15 += x26 * L4_5; // x15:58/-- uint64_t L_181 = V_15; uint64_t L_182 = V_26; V_15 = ((int64_t)il2cpp_codegen_add((int64_t)L_181, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_182, (int64_t)((int64_t)((int64_t)((int32_t)227822194))))))); // x16 += x26 * L4_6; // x16:58/56 uint64_t L_183 = V_16; uint64_t L_184 = V_26; V_16 = ((int64_t)il2cpp_codegen_add((int64_t)L_183, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_184, (int64_t)((int64_t)((int64_t)((int32_t)149865618))))))); // x17 += x26 * L4_7; // x17:59/-- uint64_t L_185 = V_17; uint64_t L_186 = V_26; V_17 = ((int64_t)il2cpp_codegen_add((int64_t)L_185, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_186, (int64_t)((int64_t)((int64_t)((int32_t)550336261))))))); // x25 += (x24 >> 28); x24 &= M28UL; // x25:28/--, x24:28/-- uint64_t L_187 = V_25; uint64_t L_188 = V_24; V_25 = ((int64_t)il2cpp_codegen_add((int64_t)L_187, (int64_t)((int64_t)((uint64_t)L_188>>((int32_t)28))))); // x25 += (x24 >> 28); x24 &= M28UL; // x25:28/--, x24:28/-- uint64_t L_189 = V_24; V_24 = ((int64_t)((int64_t)L_189&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x09 += x25 * L4_0; // x09:54/-- uint64_t L_190 = V_9; uint64_t L_191 = V_25; V_9 = ((int64_t)il2cpp_codegen_add((int64_t)L_190, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_191, (int64_t)((int64_t)((int64_t)((int32_t)43969588))))))); // x10 += x25 * L4_1; // x10:54/53 uint64_t L_192 = V_10; uint64_t L_193 = V_25; V_10 = ((int64_t)il2cpp_codegen_add((int64_t)L_192, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_193, (int64_t)((int64_t)((int64_t)((int32_t)30366549))))))); // x11 += x25 * L4_2; // x11:56/-- uint64_t L_194 = V_11; uint64_t L_195 = V_25; V_11 = ((int64_t)il2cpp_codegen_add((int64_t)L_194, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_195, (int64_t)((int64_t)((int64_t)((int32_t)163752818))))))); // x12 += x25 * L4_3; // x12:57/-- uint64_t L_196 = V_12; uint64_t L_197 = V_25; V_12 = ((int64_t)il2cpp_codegen_add((int64_t)L_196, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_197, (int64_t)((int64_t)((int64_t)((int32_t)258169998))))))); // x13 += x25 * L4_4; // x13:57/55 uint64_t L_198 = V_13; uint64_t L_199 = V_25; V_13 = ((int64_t)il2cpp_codegen_add((int64_t)L_198, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_199, (int64_t)((int64_t)((int64_t)((int32_t)96434764))))))); // x14 += x25 * L4_5; // x14:58/-- uint64_t L_200 = V_14; uint64_t L_201 = V_25; V_14 = ((int64_t)il2cpp_codegen_add((int64_t)L_200, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_201, (int64_t)((int64_t)((int64_t)((int32_t)227822194))))))); // x15 += x25 * L4_6; // x15:58/56 uint64_t L_202 = V_15; uint64_t L_203 = V_25; V_15 = ((int64_t)il2cpp_codegen_add((int64_t)L_202, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_203, (int64_t)((int64_t)((int64_t)((int32_t)149865618))))))); // x16 += x25 * L4_7; // x16:59/-- uint64_t L_204 = V_16; uint64_t L_205 = V_25; V_16 = ((int64_t)il2cpp_codegen_add((int64_t)L_204, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_205, (int64_t)((int64_t)((int64_t)((int32_t)550336261))))))); // x21 += (x20 >> 28); x20 &= M28UL; // x21:58/--, x20:28/-- uint64_t L_206 = V_21; uint64_t L_207 = V_20; V_21 = ((int64_t)il2cpp_codegen_add((int64_t)L_206, (int64_t)((int64_t)((uint64_t)L_207>>((int32_t)28))))); // x21 += (x20 >> 28); x20 &= M28UL; // x21:58/--, x20:28/-- uint64_t L_208 = V_20; V_20 = ((int64_t)((int64_t)L_208&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x22 += (x21 >> 28); x21 &= M28UL; // x22:57/54, x21:28/-- uint64_t L_209 = V_22; uint64_t L_210 = V_21; V_22 = ((int64_t)il2cpp_codegen_add((int64_t)L_209, (int64_t)((int64_t)((uint64_t)L_210>>((int32_t)28))))); // x22 += (x21 >> 28); x21 &= M28UL; // x22:57/54, x21:28/-- uint64_t L_211 = V_21; V_21 = ((int64_t)((int64_t)L_211&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x23 += (x22 >> 28); x22 &= M28UL; // x23:45/42, x22:28/-- uint64_t L_212 = V_23; uint64_t L_213 = V_22; V_23 = ((int64_t)il2cpp_codegen_add((int64_t)L_212, (int64_t)((int64_t)((uint64_t)L_213>>((int32_t)28))))); // x23 += (x22 >> 28); x22 &= M28UL; // x23:45/42, x22:28/-- uint64_t L_214 = V_22; V_22 = ((int64_t)((int64_t)L_214&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x24 += (x23 >> 28); x23 &= M28UL; // x24:28/18, x23:28/-- uint64_t L_215 = V_24; uint64_t L_216 = V_23; V_24 = ((int64_t)il2cpp_codegen_add((int64_t)L_215, (int64_t)((int64_t)((uint64_t)L_216>>((int32_t)28))))); // x24 += (x23 >> 28); x23 &= M28UL; // x24:28/18, x23:28/-- uint64_t L_217 = V_23; V_23 = ((int64_t)((int64_t)L_217&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x08 += x24 * L4_0; // x08:54/-- uint64_t L_218 = V_8; uint64_t L_219 = V_24; V_8 = ((int64_t)il2cpp_codegen_add((int64_t)L_218, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_219, (int64_t)((int64_t)((int64_t)((int32_t)43969588))))))); // x09 += x24 * L4_1; // x09:55/-- uint64_t L_220 = V_9; uint64_t L_221 = V_24; V_9 = ((int64_t)il2cpp_codegen_add((int64_t)L_220, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_221, (int64_t)((int64_t)((int64_t)((int32_t)30366549))))))); // x10 += x24 * L4_2; // x10:56/46 uint64_t L_222 = V_10; uint64_t L_223 = V_24; V_10 = ((int64_t)il2cpp_codegen_add((int64_t)L_222, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_223, (int64_t)((int64_t)((int64_t)((int32_t)163752818))))))); // x11 += x24 * L4_3; // x11:57/46 uint64_t L_224 = V_11; uint64_t L_225 = V_24; V_11 = ((int64_t)il2cpp_codegen_add((int64_t)L_224, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_225, (int64_t)((int64_t)((int64_t)((int32_t)258169998))))))); // x12 += x24 * L4_4; // x12:57/55 uint64_t L_226 = V_12; uint64_t L_227 = V_24; V_12 = ((int64_t)il2cpp_codegen_add((int64_t)L_226, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_227, (int64_t)((int64_t)((int64_t)((int32_t)96434764))))))); // x13 += x24 * L4_5; // x13:58/-- uint64_t L_228 = V_13; uint64_t L_229 = V_24; V_13 = ((int64_t)il2cpp_codegen_add((int64_t)L_228, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_229, (int64_t)((int64_t)((int64_t)((int32_t)227822194))))))); // x14 += x24 * L4_6; // x14:58/56 uint64_t L_230 = V_14; uint64_t L_231 = V_24; V_14 = ((int64_t)il2cpp_codegen_add((int64_t)L_230, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_231, (int64_t)((int64_t)((int64_t)((int32_t)149865618))))))); // x15 += x24 * L4_7; // x15:59/-- uint64_t L_232 = V_15; uint64_t L_233 = V_24; V_15 = ((int64_t)il2cpp_codegen_add((int64_t)L_232, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_233, (int64_t)((int64_t)((int64_t)((int32_t)550336261))))))); // x07 += x23 * L4_0; // x07:54/-- uint64_t L_234 = V_7; uint64_t L_235 = V_23; V_7 = ((int64_t)il2cpp_codegen_add((int64_t)L_234, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_235, (int64_t)((int64_t)((int64_t)((int32_t)43969588))))))); // x08 += x23 * L4_1; // x08:54/53 uint64_t L_236 = V_8; uint64_t L_237 = V_23; V_8 = ((int64_t)il2cpp_codegen_add((int64_t)L_236, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_237, (int64_t)((int64_t)((int64_t)((int32_t)30366549))))))); // x09 += x23 * L4_2; // x09:56/53 uint64_t L_238 = V_9; uint64_t L_239 = V_23; V_9 = ((int64_t)il2cpp_codegen_add((int64_t)L_238, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_239, (int64_t)((int64_t)((int64_t)((int32_t)163752818))))))); // x10 += x23 * L4_3; // x10:57/46 uint64_t L_240 = V_10; uint64_t L_241 = V_23; V_10 = ((int64_t)il2cpp_codegen_add((int64_t)L_240, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_241, (int64_t)((int64_t)((int64_t)((int32_t)258169998))))))); // x11 += x23 * L4_4; // x11:57/55 uint64_t L_242 = V_11; uint64_t L_243 = V_23; V_11 = ((int64_t)il2cpp_codegen_add((int64_t)L_242, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_243, (int64_t)((int64_t)((int64_t)((int32_t)96434764))))))); // x12 += x23 * L4_5; // x12:58/-- uint64_t L_244 = V_12; uint64_t L_245 = V_23; V_12 = ((int64_t)il2cpp_codegen_add((int64_t)L_244, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_245, (int64_t)((int64_t)((int64_t)((int32_t)227822194))))))); // x13 += x23 * L4_6; // x13:58/56 uint64_t L_246 = V_13; uint64_t L_247 = V_23; V_13 = ((int64_t)il2cpp_codegen_add((int64_t)L_246, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_247, (int64_t)((int64_t)((int64_t)((int32_t)149865618))))))); // x14 += x23 * L4_7; // x14:59/-- uint64_t L_248 = V_14; uint64_t L_249 = V_23; V_14 = ((int64_t)il2cpp_codegen_add((int64_t)L_248, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_249, (int64_t)((int64_t)((int64_t)((int32_t)550336261))))))); // x06 += x22 * L4_0; // x06:54/-- uint64_t L_250 = V_6; uint64_t L_251 = V_22; V_6 = ((int64_t)il2cpp_codegen_add((int64_t)L_250, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_251, (int64_t)((int64_t)((int64_t)((int32_t)43969588))))))); // x07 += x22 * L4_1; // x07:54/53 uint64_t L_252 = V_7; uint64_t L_253 = V_22; V_7 = ((int64_t)il2cpp_codegen_add((int64_t)L_252, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_253, (int64_t)((int64_t)((int64_t)((int32_t)30366549))))))); // x08 += x22 * L4_2; // x08:56/-- uint64_t L_254 = V_8; uint64_t L_255 = V_22; V_8 = ((int64_t)il2cpp_codegen_add((int64_t)L_254, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_255, (int64_t)((int64_t)((int64_t)((int32_t)163752818))))))); // x09 += x22 * L4_3; // x09:57/53 uint64_t L_256 = V_9; uint64_t L_257 = V_22; V_9 = ((int64_t)il2cpp_codegen_add((int64_t)L_256, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_257, (int64_t)((int64_t)((int64_t)((int32_t)258169998))))))); // x10 += x22 * L4_4; // x10:57/55 uint64_t L_258 = V_10; uint64_t L_259 = V_22; V_10 = ((int64_t)il2cpp_codegen_add((int64_t)L_258, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_259, (int64_t)((int64_t)((int64_t)((int32_t)96434764))))))); // x11 += x22 * L4_5; // x11:58/-- uint64_t L_260 = V_11; uint64_t L_261 = V_22; V_11 = ((int64_t)il2cpp_codegen_add((int64_t)L_260, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_261, (int64_t)((int64_t)((int64_t)((int32_t)227822194))))))); // x12 += x22 * L4_6; // x12:58/56 uint64_t L_262 = V_12; uint64_t L_263 = V_22; V_12 = ((int64_t)il2cpp_codegen_add((int64_t)L_262, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_263, (int64_t)((int64_t)((int64_t)((int32_t)149865618))))))); // x13 += x22 * L4_7; // x13:59/-- uint64_t L_264 = V_13; uint64_t L_265 = V_22; V_13 = ((int64_t)il2cpp_codegen_add((int64_t)L_264, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_265, (int64_t)((int64_t)((int64_t)((int32_t)550336261))))))); // x18 += (x17 >> 28); x17 &= M28UL; // x18:59/31, x17:28/-- uint64_t L_266 = V_18; uint64_t L_267 = V_17; V_18 = ((int64_t)il2cpp_codegen_add((int64_t)L_266, (int64_t)((int64_t)((uint64_t)L_267>>((int32_t)28))))); // x18 += (x17 >> 28); x17 &= M28UL; // x18:59/31, x17:28/-- uint64_t L_268 = V_17; V_17 = ((int64_t)((int64_t)L_268&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x19 += (x18 >> 28); x18 &= M28UL; // x19:58/54, x18:28/-- uint64_t L_269 = V_19; uint64_t L_270 = V_18; V_19 = ((int64_t)il2cpp_codegen_add((int64_t)L_269, (int64_t)((int64_t)((uint64_t)L_270>>((int32_t)28))))); // x19 += (x18 >> 28); x18 &= M28UL; // x19:58/54, x18:28/-- uint64_t L_271 = V_18; V_18 = ((int64_t)((int64_t)L_271&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x20 += (x19 >> 28); x19 &= M28UL; // x20:30/29, x19:28/-- uint64_t L_272 = V_20; uint64_t L_273 = V_19; V_20 = ((int64_t)il2cpp_codegen_add((int64_t)L_272, (int64_t)((int64_t)((uint64_t)L_273>>((int32_t)28))))); // x20 += (x19 >> 28); x19 &= M28UL; // x20:30/29, x19:28/-- uint64_t L_274 = V_19; V_19 = ((int64_t)((int64_t)L_274&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x21 += (x20 >> 28); x20 &= M28UL; // x21:28/03, x20:28/-- uint64_t L_275 = V_21; uint64_t L_276 = V_20; V_21 = ((int64_t)il2cpp_codegen_add((int64_t)L_275, (int64_t)((int64_t)((uint64_t)L_276>>((int32_t)28))))); // x21 += (x20 >> 28); x20 &= M28UL; // x21:28/03, x20:28/-- uint64_t L_277 = V_20; V_20 = ((int64_t)((int64_t)L_277&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x05 += x21 * L4_0; // x05:54/-- uint64_t L_278 = V_5; uint64_t L_279 = V_21; V_5 = ((int64_t)il2cpp_codegen_add((int64_t)L_278, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_279, (int64_t)((int64_t)((int64_t)((int32_t)43969588))))))); // x06 += x21 * L4_1; // x06:55/-- uint64_t L_280 = V_6; uint64_t L_281 = V_21; V_6 = ((int64_t)il2cpp_codegen_add((int64_t)L_280, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_281, (int64_t)((int64_t)((int64_t)((int32_t)30366549))))))); // x07 += x21 * L4_2; // x07:56/31 uint64_t L_282 = V_7; uint64_t L_283 = V_21; V_7 = ((int64_t)il2cpp_codegen_add((int64_t)L_282, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_283, (int64_t)((int64_t)((int64_t)((int32_t)163752818))))))); // x08 += x21 * L4_3; // x08:57/31 uint64_t L_284 = V_8; uint64_t L_285 = V_21; V_8 = ((int64_t)il2cpp_codegen_add((int64_t)L_284, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_285, (int64_t)((int64_t)((int64_t)((int32_t)258169998))))))); // x09 += x21 * L4_4; // x09:57/56 uint64_t L_286 = V_9; uint64_t L_287 = V_21; V_9 = ((int64_t)il2cpp_codegen_add((int64_t)L_286, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_287, (int64_t)((int64_t)((int64_t)((int32_t)96434764))))))); // x10 += x21 * L4_5; // x10:58/-- uint64_t L_288 = V_10; uint64_t L_289 = V_21; V_10 = ((int64_t)il2cpp_codegen_add((int64_t)L_288, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_289, (int64_t)((int64_t)((int64_t)((int32_t)227822194))))))); // x11 += x21 * L4_6; // x11:58/56 uint64_t L_290 = V_11; uint64_t L_291 = V_21; V_11 = ((int64_t)il2cpp_codegen_add((int64_t)L_290, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_291, (int64_t)((int64_t)((int64_t)((int32_t)149865618))))))); // x12 += x21 * L4_7; // x12:59/-- uint64_t L_292 = V_12; uint64_t L_293 = V_21; V_12 = ((int64_t)il2cpp_codegen_add((int64_t)L_292, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_293, (int64_t)((int64_t)((int64_t)((int32_t)550336261))))))); // x04 += x20 * L4_0; // x04:54/-- uint64_t L_294 = V_4; uint64_t L_295 = V_20; V_4 = ((int64_t)il2cpp_codegen_add((int64_t)L_294, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_295, (int64_t)((int64_t)((int64_t)((int32_t)43969588))))))); // x05 += x20 * L4_1; // x05:54/53 uint64_t L_296 = V_5; uint64_t L_297 = V_20; V_5 = ((int64_t)il2cpp_codegen_add((int64_t)L_296, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_297, (int64_t)((int64_t)((int64_t)((int32_t)30366549))))))); // x06 += x20 * L4_2; // x06:56/53 uint64_t L_298 = V_6; uint64_t L_299 = V_20; V_6 = ((int64_t)il2cpp_codegen_add((int64_t)L_298, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_299, (int64_t)((int64_t)((int64_t)((int32_t)163752818))))))); // x07 += x20 * L4_3; // x07:57/31 uint64_t L_300 = V_7; uint64_t L_301 = V_20; V_7 = ((int64_t)il2cpp_codegen_add((int64_t)L_300, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_301, (int64_t)((int64_t)((int64_t)((int32_t)258169998))))))); // x08 += x20 * L4_4; // x08:57/55 uint64_t L_302 = V_8; uint64_t L_303 = V_20; V_8 = ((int64_t)il2cpp_codegen_add((int64_t)L_302, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_303, (int64_t)((int64_t)((int64_t)((int32_t)96434764))))))); // x09 += x20 * L4_5; // x09:58/-- uint64_t L_304 = V_9; uint64_t L_305 = V_20; V_9 = ((int64_t)il2cpp_codegen_add((int64_t)L_304, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_305, (int64_t)((int64_t)((int64_t)((int32_t)227822194))))))); // x10 += x20 * L4_6; // x10:58/56 uint64_t L_306 = V_10; uint64_t L_307 = V_20; V_10 = ((int64_t)il2cpp_codegen_add((int64_t)L_306, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_307, (int64_t)((int64_t)((int64_t)((int32_t)149865618))))))); // x11 += x20 * L4_7; // x11:59/-- uint64_t L_308 = V_11; uint64_t L_309 = V_20; V_11 = ((int64_t)il2cpp_codegen_add((int64_t)L_308, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_309, (int64_t)((int64_t)((int64_t)((int32_t)550336261))))))); // x03 += x19 * L4_0; // x03:54/-- uint64_t L_310 = V_3; uint64_t L_311 = V_19; V_3 = ((int64_t)il2cpp_codegen_add((int64_t)L_310, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_311, (int64_t)((int64_t)((int64_t)((int32_t)43969588))))))); // x04 += x19 * L4_1; // x04:54/53 uint64_t L_312 = V_4; uint64_t L_313 = V_19; V_4 = ((int64_t)il2cpp_codegen_add((int64_t)L_312, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_313, (int64_t)((int64_t)((int64_t)((int32_t)30366549))))))); // x05 += x19 * L4_2; // x05:56/-- uint64_t L_314 = V_5; uint64_t L_315 = V_19; V_5 = ((int64_t)il2cpp_codegen_add((int64_t)L_314, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_315, (int64_t)((int64_t)((int64_t)((int32_t)163752818))))))); // x06 += x19 * L4_3; // x06:57/53 uint64_t L_316 = V_6; uint64_t L_317 = V_19; V_6 = ((int64_t)il2cpp_codegen_add((int64_t)L_316, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_317, (int64_t)((int64_t)((int64_t)((int32_t)258169998))))))); // x07 += x19 * L4_4; // x07:57/55 uint64_t L_318 = V_7; uint64_t L_319 = V_19; V_7 = ((int64_t)il2cpp_codegen_add((int64_t)L_318, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_319, (int64_t)((int64_t)((int64_t)((int32_t)96434764))))))); // x08 += x19 * L4_5; // x08:58/-- uint64_t L_320 = V_8; uint64_t L_321 = V_19; V_8 = ((int64_t)il2cpp_codegen_add((int64_t)L_320, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_321, (int64_t)((int64_t)((int64_t)((int32_t)227822194))))))); // x09 += x19 * L4_6; // x09:58/56 uint64_t L_322 = V_9; uint64_t L_323 = V_19; V_9 = ((int64_t)il2cpp_codegen_add((int64_t)L_322, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_323, (int64_t)((int64_t)((int64_t)((int32_t)149865618))))))); // x10 += x19 * L4_7; // x10:59/-- uint64_t L_324 = V_10; uint64_t L_325 = V_19; V_10 = ((int64_t)il2cpp_codegen_add((int64_t)L_324, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_325, (int64_t)((int64_t)((int64_t)((int32_t)550336261))))))); // x15 += (x14 >> 28); x14 &= M28UL; // x15:59/31, x14:28/-- uint64_t L_326 = V_15; uint64_t L_327 = V_14; V_15 = ((int64_t)il2cpp_codegen_add((int64_t)L_326, (int64_t)((int64_t)((uint64_t)L_327>>((int32_t)28))))); // x15 += (x14 >> 28); x14 &= M28UL; // x15:59/31, x14:28/-- uint64_t L_328 = V_14; V_14 = ((int64_t)((int64_t)L_328&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x16 += (x15 >> 28); x15 &= M28UL; // x16:59/32, x15:28/-- uint64_t L_329 = V_16; uint64_t L_330 = V_15; V_16 = ((int64_t)il2cpp_codegen_add((int64_t)L_329, (int64_t)((int64_t)((uint64_t)L_330>>((int32_t)28))))); // x16 += (x15 >> 28); x15 &= M28UL; // x16:59/32, x15:28/-- uint64_t L_331 = V_15; V_15 = ((int64_t)((int64_t)L_331&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x17 += (x16 >> 28); x16 &= M28UL; // x17:31/29, x16:28/-- uint64_t L_332 = V_17; uint64_t L_333 = V_16; V_17 = ((int64_t)il2cpp_codegen_add((int64_t)L_332, (int64_t)((int64_t)((uint64_t)L_333>>((int32_t)28))))); // x17 += (x16 >> 28); x16 &= M28UL; // x17:31/29, x16:28/-- uint64_t L_334 = V_16; V_16 = ((int64_t)((int64_t)L_334&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x18 += (x17 >> 28); x17 &= M28UL; // x18:28/04, x17:28/-- uint64_t L_335 = V_18; uint64_t L_336 = V_17; V_18 = ((int64_t)il2cpp_codegen_add((int64_t)L_335, (int64_t)((int64_t)((uint64_t)L_336>>((int32_t)28))))); // x18 += (x17 >> 28); x17 &= M28UL; // x18:28/04, x17:28/-- uint64_t L_337 = V_17; V_17 = ((int64_t)((int64_t)L_337&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x02 += x18 * L4_0; // x02:54/-- uint64_t L_338 = V_2; uint64_t L_339 = V_18; V_2 = ((int64_t)il2cpp_codegen_add((int64_t)L_338, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_339, (int64_t)((int64_t)((int64_t)((int32_t)43969588))))))); // x03 += x18 * L4_1; // x03:55/-- uint64_t L_340 = V_3; uint64_t L_341 = V_18; V_3 = ((int64_t)il2cpp_codegen_add((int64_t)L_340, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_341, (int64_t)((int64_t)((int64_t)((int32_t)30366549))))))); // x04 += x18 * L4_2; // x04:56/32 uint64_t L_342 = V_4; uint64_t L_343 = V_18; V_4 = ((int64_t)il2cpp_codegen_add((int64_t)L_342, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_343, (int64_t)((int64_t)((int64_t)((int32_t)163752818))))))); // x05 += x18 * L4_3; // x05:57/32 uint64_t L_344 = V_5; uint64_t L_345 = V_18; V_5 = ((int64_t)il2cpp_codegen_add((int64_t)L_344, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_345, (int64_t)((int64_t)((int64_t)((int32_t)258169998))))))); // x06 += x18 * L4_4; // x06:57/56 uint64_t L_346 = V_6; uint64_t L_347 = V_18; V_6 = ((int64_t)il2cpp_codegen_add((int64_t)L_346, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_347, (int64_t)((int64_t)((int64_t)((int32_t)96434764))))))); // x07 += x18 * L4_5; // x07:58/-- uint64_t L_348 = V_7; uint64_t L_349 = V_18; V_7 = ((int64_t)il2cpp_codegen_add((int64_t)L_348, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_349, (int64_t)((int64_t)((int64_t)((int32_t)227822194))))))); // x08 += x18 * L4_6; // x08:58/56 uint64_t L_350 = V_8; uint64_t L_351 = V_18; V_8 = ((int64_t)il2cpp_codegen_add((int64_t)L_350, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_351, (int64_t)((int64_t)((int64_t)((int32_t)149865618))))))); // x09 += x18 * L4_7; // x09:59/-- uint64_t L_352 = V_9; uint64_t L_353 = V_18; V_9 = ((int64_t)il2cpp_codegen_add((int64_t)L_352, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_353, (int64_t)((int64_t)((int64_t)((int32_t)550336261))))))); // x01 += x17 * L4_0; // x01:54/-- uint64_t L_354 = V_1; uint64_t L_355 = V_17; V_1 = ((int64_t)il2cpp_codegen_add((int64_t)L_354, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_355, (int64_t)((int64_t)((int64_t)((int32_t)43969588))))))); // x02 += x17 * L4_1; // x02:54/53 uint64_t L_356 = V_2; uint64_t L_357 = V_17; V_2 = ((int64_t)il2cpp_codegen_add((int64_t)L_356, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_357, (int64_t)((int64_t)((int64_t)((int32_t)30366549))))))); // x03 += x17 * L4_2; // x03:56/53 uint64_t L_358 = V_3; uint64_t L_359 = V_17; V_3 = ((int64_t)il2cpp_codegen_add((int64_t)L_358, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_359, (int64_t)((int64_t)((int64_t)((int32_t)163752818))))))); // x04 += x17 * L4_3; // x04:57/32 uint64_t L_360 = V_4; uint64_t L_361 = V_17; V_4 = ((int64_t)il2cpp_codegen_add((int64_t)L_360, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_361, (int64_t)((int64_t)((int64_t)((int32_t)258169998))))))); // x05 += x17 * L4_4; // x05:57/55 uint64_t L_362 = V_5; uint64_t L_363 = V_17; V_5 = ((int64_t)il2cpp_codegen_add((int64_t)L_362, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_363, (int64_t)((int64_t)((int64_t)((int32_t)96434764))))))); // x06 += x17 * L4_5; // x06:58/-- uint64_t L_364 = V_6; uint64_t L_365 = V_17; V_6 = ((int64_t)il2cpp_codegen_add((int64_t)L_364, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_365, (int64_t)((int64_t)((int64_t)((int32_t)227822194))))))); // x07 += x17 * L4_6; // x07:58/56 uint64_t L_366 = V_7; uint64_t L_367 = V_17; V_7 = ((int64_t)il2cpp_codegen_add((int64_t)L_366, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_367, (int64_t)((int64_t)((int64_t)((int32_t)149865618))))))); // x08 += x17 * L4_7; // x08:59/-- uint64_t L_368 = V_8; uint64_t L_369 = V_17; V_8 = ((int64_t)il2cpp_codegen_add((int64_t)L_368, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_369, (int64_t)((int64_t)((int64_t)((int32_t)550336261))))))); // x16 *= 4; uint64_t L_370 = V_16; V_16 = ((int64_t)il2cpp_codegen_multiply((int64_t)L_370, (int64_t)((int64_t)((int64_t)4)))); // x16 += (x15 >> 26); x15 &= M26UL; uint64_t L_371 = V_16; uint64_t L_372 = V_15; V_16 = ((int64_t)il2cpp_codegen_add((int64_t)L_371, (int64_t)((int64_t)((uint64_t)L_372>>((int32_t)26))))); // x16 += (x15 >> 26); x15 &= M26UL; uint64_t L_373 = V_15; V_15 = ((int64_t)((int64_t)L_373&(int64_t)((int64_t)((int64_t)((int32_t)67108863))))); // x16 += 1; // x16:30/01 uint64_t L_374 = V_16; V_16 = ((int64_t)il2cpp_codegen_add((int64_t)L_374, (int64_t)((int64_t)((int64_t)1)))); // x00 += x16 * L_0; uint64_t L_375 = V_0; uint64_t L_376 = V_16; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_375, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_376, (int64_t)((int64_t)((int64_t)((int32_t)78101261))))))); // x01 += x16 * L_1; uint64_t L_377 = V_1; uint64_t L_378 = V_16; V_1 = ((int64_t)il2cpp_codegen_add((int64_t)L_377, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_378, (int64_t)((int64_t)((int64_t)((int32_t)141809365))))))); // x02 += x16 * L_2; uint64_t L_379 = V_2; uint64_t L_380 = V_16; V_2 = ((int64_t)il2cpp_codegen_add((int64_t)L_379, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_380, (int64_t)((int64_t)((int64_t)((int32_t)175155932))))))); // x03 += x16 * L_3; uint64_t L_381 = V_3; uint64_t L_382 = V_16; V_3 = ((int64_t)il2cpp_codegen_add((int64_t)L_381, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_382, (int64_t)((int64_t)((int64_t)((int32_t)64542499))))))); // x04 += x16 * L_4; uint64_t L_383 = V_4; uint64_t L_384 = V_16; V_4 = ((int64_t)il2cpp_codegen_add((int64_t)L_383, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_384, (int64_t)((int64_t)((int64_t)((int32_t)158326419))))))); // x05 += x16 * L_5; uint64_t L_385 = V_5; uint64_t L_386 = V_16; V_5 = ((int64_t)il2cpp_codegen_add((int64_t)L_385, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_386, (int64_t)((int64_t)((int64_t)((int32_t)191173276))))))); // x06 += x16 * L_6; uint64_t L_387 = V_6; uint64_t L_388 = V_16; V_6 = ((int64_t)il2cpp_codegen_add((int64_t)L_387, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_388, (int64_t)((int64_t)((int64_t)((int32_t)104575268))))))); // x07 += x16 * L_7; uint64_t L_389 = V_7; uint64_t L_390 = V_16; V_7 = ((int64_t)il2cpp_codegen_add((int64_t)L_389, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_390, (int64_t)((int64_t)((int64_t)((int32_t)137584065))))))); // x01 += (x00 >> 28); x00 &= M28UL; uint64_t L_391 = V_1; uint64_t L_392 = V_0; V_1 = ((int64_t)il2cpp_codegen_add((int64_t)L_391, (int64_t)((int64_t)((uint64_t)L_392>>((int32_t)28))))); // x01 += (x00 >> 28); x00 &= M28UL; uint64_t L_393 = V_0; V_0 = ((int64_t)((int64_t)L_393&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x02 += (x01 >> 28); x01 &= M28UL; uint64_t L_394 = V_2; uint64_t L_395 = V_1; V_2 = ((int64_t)il2cpp_codegen_add((int64_t)L_394, (int64_t)((int64_t)((uint64_t)L_395>>((int32_t)28))))); // x02 += (x01 >> 28); x01 &= M28UL; uint64_t L_396 = V_1; V_1 = ((int64_t)((int64_t)L_396&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x03 += (x02 >> 28); x02 &= M28UL; uint64_t L_397 = V_3; uint64_t L_398 = V_2; V_3 = ((int64_t)il2cpp_codegen_add((int64_t)L_397, (int64_t)((int64_t)((uint64_t)L_398>>((int32_t)28))))); // x03 += (x02 >> 28); x02 &= M28UL; uint64_t L_399 = V_2; V_2 = ((int64_t)((int64_t)L_399&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x04 += (x03 >> 28); x03 &= M28UL; uint64_t L_400 = V_4; uint64_t L_401 = V_3; V_4 = ((int64_t)il2cpp_codegen_add((int64_t)L_400, (int64_t)((int64_t)((uint64_t)L_401>>((int32_t)28))))); // x04 += (x03 >> 28); x03 &= M28UL; uint64_t L_402 = V_3; V_3 = ((int64_t)((int64_t)L_402&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x05 += (x04 >> 28); x04 &= M28UL; uint64_t L_403 = V_5; uint64_t L_404 = V_4; V_5 = ((int64_t)il2cpp_codegen_add((int64_t)L_403, (int64_t)((int64_t)((uint64_t)L_404>>((int32_t)28))))); // x05 += (x04 >> 28); x04 &= M28UL; uint64_t L_405 = V_4; V_4 = ((int64_t)((int64_t)L_405&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x06 += (x05 >> 28); x05 &= M28UL; uint64_t L_406 = V_6; uint64_t L_407 = V_5; V_6 = ((int64_t)il2cpp_codegen_add((int64_t)L_406, (int64_t)((int64_t)((uint64_t)L_407>>((int32_t)28))))); // x06 += (x05 >> 28); x05 &= M28UL; uint64_t L_408 = V_5; V_5 = ((int64_t)((int64_t)L_408&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x07 += (x06 >> 28); x06 &= M28UL; uint64_t L_409 = V_7; uint64_t L_410 = V_6; V_7 = ((int64_t)il2cpp_codegen_add((int64_t)L_409, (int64_t)((int64_t)((uint64_t)L_410>>((int32_t)28))))); // x07 += (x06 >> 28); x06 &= M28UL; uint64_t L_411 = V_6; V_6 = ((int64_t)((int64_t)L_411&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x08 += (x07 >> 28); x07 &= M28UL; uint64_t L_412 = V_8; uint64_t L_413 = V_7; V_8 = ((int64_t)il2cpp_codegen_add((int64_t)L_412, (int64_t)((int64_t)((uint64_t)L_413>>((int32_t)28))))); // x08 += (x07 >> 28); x07 &= M28UL; uint64_t L_414 = V_7; V_7 = ((int64_t)((int64_t)L_414&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x09 += (x08 >> 28); x08 &= M28UL; uint64_t L_415 = V_9; uint64_t L_416 = V_8; V_9 = ((int64_t)il2cpp_codegen_add((int64_t)L_415, (int64_t)((int64_t)((uint64_t)L_416>>((int32_t)28))))); // x09 += (x08 >> 28); x08 &= M28UL; uint64_t L_417 = V_8; V_8 = ((int64_t)((int64_t)L_417&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x10 += (x09 >> 28); x09 &= M28UL; uint64_t L_418 = V_10; uint64_t L_419 = V_9; V_10 = ((int64_t)il2cpp_codegen_add((int64_t)L_418, (int64_t)((int64_t)((uint64_t)L_419>>((int32_t)28))))); // x10 += (x09 >> 28); x09 &= M28UL; uint64_t L_420 = V_9; V_9 = ((int64_t)((int64_t)L_420&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x11 += (x10 >> 28); x10 &= M28UL; uint64_t L_421 = V_11; uint64_t L_422 = V_10; V_11 = ((int64_t)il2cpp_codegen_add((int64_t)L_421, (int64_t)((int64_t)((uint64_t)L_422>>((int32_t)28))))); // x11 += (x10 >> 28); x10 &= M28UL; uint64_t L_423 = V_10; V_10 = ((int64_t)((int64_t)L_423&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x12 += (x11 >> 28); x11 &= M28UL; uint64_t L_424 = V_12; uint64_t L_425 = V_11; V_12 = ((int64_t)il2cpp_codegen_add((int64_t)L_424, (int64_t)((int64_t)((uint64_t)L_425>>((int32_t)28))))); // x12 += (x11 >> 28); x11 &= M28UL; uint64_t L_426 = V_11; V_11 = ((int64_t)((int64_t)L_426&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x13 += (x12 >> 28); x12 &= M28UL; uint64_t L_427 = V_13; uint64_t L_428 = V_12; V_13 = ((int64_t)il2cpp_codegen_add((int64_t)L_427, (int64_t)((int64_t)((uint64_t)L_428>>((int32_t)28))))); // x13 += (x12 >> 28); x12 &= M28UL; uint64_t L_429 = V_12; V_12 = ((int64_t)((int64_t)L_429&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x14 += (x13 >> 28); x13 &= M28UL; uint64_t L_430 = V_14; uint64_t L_431 = V_13; V_14 = ((int64_t)il2cpp_codegen_add((int64_t)L_430, (int64_t)((int64_t)((uint64_t)L_431>>((int32_t)28))))); // x14 += (x13 >> 28); x13 &= M28UL; uint64_t L_432 = V_13; V_13 = ((int64_t)((int64_t)L_432&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x15 += (x14 >> 28); x14 &= M28UL; uint64_t L_433 = V_15; uint64_t L_434 = V_14; V_15 = ((int64_t)il2cpp_codegen_add((int64_t)L_433, (int64_t)((int64_t)((uint64_t)L_434>>((int32_t)28))))); // x15 += (x14 >> 28); x14 &= M28UL; uint64_t L_435 = V_14; V_14 = ((int64_t)((int64_t)L_435&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x16 = (x15 >> 26); x15 &= M26UL; uint64_t L_436 = V_15; V_16 = ((int64_t)((uint64_t)L_436>>((int32_t)26))); // x16 = (x15 >> 26); x15 &= M26UL; uint64_t L_437 = V_15; V_15 = ((int64_t)((int64_t)L_437&(int64_t)((int64_t)((int64_t)((int32_t)67108863))))); // x16 -= 1; uint64_t L_438 = V_16; V_16 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_438, (int64_t)((int64_t)((int64_t)1)))); // x00 -= x16 & L_0; uint64_t L_439 = V_0; uint64_t L_440 = V_16; V_0 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_439, (int64_t)((int64_t)((int64_t)L_440&(int64_t)((int64_t)((int64_t)((int32_t)78101261))))))); // x01 -= x16 & L_1; uint64_t L_441 = V_1; uint64_t L_442 = V_16; V_1 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_441, (int64_t)((int64_t)((int64_t)L_442&(int64_t)((int64_t)((int64_t)((int32_t)141809365))))))); // x02 -= x16 & L_2; uint64_t L_443 = V_2; uint64_t L_444 = V_16; V_2 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_443, (int64_t)((int64_t)((int64_t)L_444&(int64_t)((int64_t)((int64_t)((int32_t)175155932))))))); // x03 -= x16 & L_3; uint64_t L_445 = V_3; uint64_t L_446 = V_16; V_3 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_445, (int64_t)((int64_t)((int64_t)L_446&(int64_t)((int64_t)((int64_t)((int32_t)64542499))))))); // x04 -= x16 & L_4; uint64_t L_447 = V_4; uint64_t L_448 = V_16; V_4 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_447, (int64_t)((int64_t)((int64_t)L_448&(int64_t)((int64_t)((int64_t)((int32_t)158326419))))))); // x05 -= x16 & L_5; uint64_t L_449 = V_5; uint64_t L_450 = V_16; V_5 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_449, (int64_t)((int64_t)((int64_t)L_450&(int64_t)((int64_t)((int64_t)((int32_t)191173276))))))); // x06 -= x16 & L_6; uint64_t L_451 = V_6; uint64_t L_452 = V_16; V_6 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_451, (int64_t)((int64_t)((int64_t)L_452&(int64_t)((int64_t)((int64_t)((int32_t)104575268))))))); // x07 -= x16 & L_7; uint64_t L_453 = V_7; uint64_t L_454 = V_16; V_7 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_453, (int64_t)((int64_t)((int64_t)L_454&(int64_t)((int64_t)((int64_t)((int32_t)137584065))))))); // x01 += (ulong)((long)x00 >> 28); x00 &= M28UL; uint64_t L_455 = V_1; uint64_t L_456 = V_0; V_1 = ((int64_t)il2cpp_codegen_add((int64_t)L_455, (int64_t)((int64_t)((int64_t)L_456>>(int32_t)((int32_t)28))))); // x01 += (ulong)((long)x00 >> 28); x00 &= M28UL; uint64_t L_457 = V_0; V_0 = ((int64_t)((int64_t)L_457&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x02 += (ulong)((long)x01 >> 28); x01 &= M28UL; uint64_t L_458 = V_2; uint64_t L_459 = V_1; V_2 = ((int64_t)il2cpp_codegen_add((int64_t)L_458, (int64_t)((int64_t)((int64_t)L_459>>(int32_t)((int32_t)28))))); // x02 += (ulong)((long)x01 >> 28); x01 &= M28UL; uint64_t L_460 = V_1; V_1 = ((int64_t)((int64_t)L_460&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x03 += (ulong)((long)x02 >> 28); x02 &= M28UL; uint64_t L_461 = V_3; uint64_t L_462 = V_2; V_3 = ((int64_t)il2cpp_codegen_add((int64_t)L_461, (int64_t)((int64_t)((int64_t)L_462>>(int32_t)((int32_t)28))))); // x03 += (ulong)((long)x02 >> 28); x02 &= M28UL; uint64_t L_463 = V_2; V_2 = ((int64_t)((int64_t)L_463&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x04 += (ulong)((long)x03 >> 28); x03 &= M28UL; uint64_t L_464 = V_4; uint64_t L_465 = V_3; V_4 = ((int64_t)il2cpp_codegen_add((int64_t)L_464, (int64_t)((int64_t)((int64_t)L_465>>(int32_t)((int32_t)28))))); // x04 += (ulong)((long)x03 >> 28); x03 &= M28UL; uint64_t L_466 = V_3; V_3 = ((int64_t)((int64_t)L_466&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x05 += (ulong)((long)x04 >> 28); x04 &= M28UL; uint64_t L_467 = V_5; uint64_t L_468 = V_4; V_5 = ((int64_t)il2cpp_codegen_add((int64_t)L_467, (int64_t)((int64_t)((int64_t)L_468>>(int32_t)((int32_t)28))))); // x05 += (ulong)((long)x04 >> 28); x04 &= M28UL; uint64_t L_469 = V_4; V_4 = ((int64_t)((int64_t)L_469&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x06 += (ulong)((long)x05 >> 28); x05 &= M28UL; uint64_t L_470 = V_6; uint64_t L_471 = V_5; V_6 = ((int64_t)il2cpp_codegen_add((int64_t)L_470, (int64_t)((int64_t)((int64_t)L_471>>(int32_t)((int32_t)28))))); // x06 += (ulong)((long)x05 >> 28); x05 &= M28UL; uint64_t L_472 = V_5; V_5 = ((int64_t)((int64_t)L_472&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x07 += (ulong)((long)x06 >> 28); x06 &= M28UL; uint64_t L_473 = V_7; uint64_t L_474 = V_6; V_7 = ((int64_t)il2cpp_codegen_add((int64_t)L_473, (int64_t)((int64_t)((int64_t)L_474>>(int32_t)((int32_t)28))))); // x07 += (ulong)((long)x06 >> 28); x06 &= M28UL; uint64_t L_475 = V_6; V_6 = ((int64_t)((int64_t)L_475&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x08 += (ulong)((long)x07 >> 28); x07 &= M28UL; uint64_t L_476 = V_8; uint64_t L_477 = V_7; V_8 = ((int64_t)il2cpp_codegen_add((int64_t)L_476, (int64_t)((int64_t)((int64_t)L_477>>(int32_t)((int32_t)28))))); // x08 += (ulong)((long)x07 >> 28); x07 &= M28UL; uint64_t L_478 = V_7; V_7 = ((int64_t)((int64_t)L_478&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x09 += (ulong)((long)x08 >> 28); x08 &= M28UL; uint64_t L_479 = V_9; uint64_t L_480 = V_8; V_9 = ((int64_t)il2cpp_codegen_add((int64_t)L_479, (int64_t)((int64_t)((int64_t)L_480>>(int32_t)((int32_t)28))))); // x09 += (ulong)((long)x08 >> 28); x08 &= M28UL; uint64_t L_481 = V_8; V_8 = ((int64_t)((int64_t)L_481&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x10 += (ulong)((long)x09 >> 28); x09 &= M28UL; uint64_t L_482 = V_10; uint64_t L_483 = V_9; V_10 = ((int64_t)il2cpp_codegen_add((int64_t)L_482, (int64_t)((int64_t)((int64_t)L_483>>(int32_t)((int32_t)28))))); // x10 += (ulong)((long)x09 >> 28); x09 &= M28UL; uint64_t L_484 = V_9; V_9 = ((int64_t)((int64_t)L_484&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x11 += (ulong)((long)x10 >> 28); x10 &= M28UL; uint64_t L_485 = V_11; uint64_t L_486 = V_10; V_11 = ((int64_t)il2cpp_codegen_add((int64_t)L_485, (int64_t)((int64_t)((int64_t)L_486>>(int32_t)((int32_t)28))))); // x11 += (ulong)((long)x10 >> 28); x10 &= M28UL; uint64_t L_487 = V_10; V_10 = ((int64_t)((int64_t)L_487&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x12 += (ulong)((long)x11 >> 28); x11 &= M28UL; uint64_t L_488 = V_12; uint64_t L_489 = V_11; V_12 = ((int64_t)il2cpp_codegen_add((int64_t)L_488, (int64_t)((int64_t)((int64_t)L_489>>(int32_t)((int32_t)28))))); // x12 += (ulong)((long)x11 >> 28); x11 &= M28UL; uint64_t L_490 = V_11; V_11 = ((int64_t)((int64_t)L_490&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x13 += (ulong)((long)x12 >> 28); x12 &= M28UL; uint64_t L_491 = V_13; uint64_t L_492 = V_12; V_13 = ((int64_t)il2cpp_codegen_add((int64_t)L_491, (int64_t)((int64_t)((int64_t)L_492>>(int32_t)((int32_t)28))))); // x13 += (ulong)((long)x12 >> 28); x12 &= M28UL; uint64_t L_493 = V_12; V_12 = ((int64_t)((int64_t)L_493&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x14 += (ulong)((long)x13 >> 28); x13 &= M28UL; uint64_t L_494 = V_14; uint64_t L_495 = V_13; V_14 = ((int64_t)il2cpp_codegen_add((int64_t)L_494, (int64_t)((int64_t)((int64_t)L_495>>(int32_t)((int32_t)28))))); // x14 += (ulong)((long)x13 >> 28); x13 &= M28UL; uint64_t L_496 = V_13; V_13 = ((int64_t)((int64_t)L_496&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // x15 += (ulong)((long)x14 >> 28); x14 &= M28UL; uint64_t L_497 = V_15; uint64_t L_498 = V_14; V_15 = ((int64_t)il2cpp_codegen_add((int64_t)L_497, (int64_t)((int64_t)((int64_t)L_498>>(int32_t)((int32_t)28))))); // x15 += (ulong)((long)x14 >> 28); x14 &= M28UL; uint64_t L_499 = V_14; V_14 = ((int64_t)((int64_t)L_499&(int64_t)((int64_t)((int64_t)((int32_t)268435455))))); // byte[] r = new byte[ScalarBytes]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_500 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)57)); V_33 = L_500; // Encode56(x00 | (x01 << 28), r, 0); uint64_t L_501 = V_0; uint64_t L_502 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_503 = V_33; Ed448_Encode56_mC3964C7182796CB4DCD9F905E009C16FDE11C795(((int64_t)((int64_t)L_501|(int64_t)((int64_t)((int64_t)L_502<<(int32_t)((int32_t)28))))), L_503, 0, /*hidden argument*/NULL); // Encode56(x02 | (x03 << 28), r, 7); uint64_t L_504 = V_2; uint64_t L_505 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_506 = V_33; Ed448_Encode56_mC3964C7182796CB4DCD9F905E009C16FDE11C795(((int64_t)((int64_t)L_504|(int64_t)((int64_t)((int64_t)L_505<<(int32_t)((int32_t)28))))), L_506, 7, /*hidden argument*/NULL); // Encode56(x04 | (x05 << 28), r, 14); uint64_t L_507 = V_4; uint64_t L_508 = V_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_509 = V_33; Ed448_Encode56_mC3964C7182796CB4DCD9F905E009C16FDE11C795(((int64_t)((int64_t)L_507|(int64_t)((int64_t)((int64_t)L_508<<(int32_t)((int32_t)28))))), L_509, ((int32_t)14), /*hidden argument*/NULL); // Encode56(x06 | (x07 << 28), r, 21); uint64_t L_510 = V_6; uint64_t L_511 = V_7; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_512 = V_33; Ed448_Encode56_mC3964C7182796CB4DCD9F905E009C16FDE11C795(((int64_t)((int64_t)L_510|(int64_t)((int64_t)((int64_t)L_511<<(int32_t)((int32_t)28))))), L_512, ((int32_t)21), /*hidden argument*/NULL); // Encode56(x08 | (x09 << 28), r, 28); uint64_t L_513 = V_8; uint64_t L_514 = V_9; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_515 = V_33; Ed448_Encode56_mC3964C7182796CB4DCD9F905E009C16FDE11C795(((int64_t)((int64_t)L_513|(int64_t)((int64_t)((int64_t)L_514<<(int32_t)((int32_t)28))))), L_515, ((int32_t)28), /*hidden argument*/NULL); // Encode56(x10 | (x11 << 28), r, 35); uint64_t L_516 = V_10; uint64_t L_517 = V_11; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_518 = V_33; Ed448_Encode56_mC3964C7182796CB4DCD9F905E009C16FDE11C795(((int64_t)((int64_t)L_516|(int64_t)((int64_t)((int64_t)L_517<<(int32_t)((int32_t)28))))), L_518, ((int32_t)35), /*hidden argument*/NULL); // Encode56(x12 | (x13 << 28), r, 42); uint64_t L_519 = V_12; uint64_t L_520 = V_13; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_521 = V_33; Ed448_Encode56_mC3964C7182796CB4DCD9F905E009C16FDE11C795(((int64_t)((int64_t)L_519|(int64_t)((int64_t)((int64_t)L_520<<(int32_t)((int32_t)28))))), L_521, ((int32_t)42), /*hidden argument*/NULL); // Encode56(x14 | (x15 << 28), r, 49); uint64_t L_522 = V_14; uint64_t L_523 = V_15; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_524 = V_33; Ed448_Encode56_mC3964C7182796CB4DCD9F905E009C16FDE11C795(((int64_t)((int64_t)L_522|(int64_t)((int64_t)((int64_t)L_523<<(int32_t)((int32_t)28))))), L_524, ((int32_t)49), /*hidden argument*/NULL); // return r; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_525 = V_33; return L_525; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::ScalarMultBase(System.Byte[],BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointExt) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_ScalarMultBase_m7D3EA9AB5FC6E39DCC4AE6E8437521C176E53A6C (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___k0, PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * ___r1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointPrecomp_tEE3272BCA4078160FB3C9680C0E7B09780A65005_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; PointPrecomp_tEE3272BCA4078160FB3C9680C0E7B09780A65005 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; uint32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; uint32_t V_9 = 0; { // Precompute(); IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); Ed448_Precompute_mDB6513967B1656F10AF00912799FE149452D022B(/*hidden argument*/NULL); // PointSetNeutral(r); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_0 = ___r1; Ed448_PointSetNeutral_mDF326585A13178485B7CB7C7149667D76E05ACD2(L_0, /*hidden argument*/NULL); // uint[] n = new uint[ScalarUints + 1]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)15)); V_0 = L_1; // DecodeScalar(k, 0, n); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___k0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = V_0; Ed448_DecodeScalar_mD07417B47B662FAB30A6CA786AA98D465CF449AF(L_2, 0, L_3, /*hidden argument*/NULL); // n[ScalarUints] = 4U + Nat.CAdd(ScalarUints, ~(int)n[0] & 1, n, L, n); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5 = V_0; NullCheck(L_5); int32_t L_6 = 0; uint32_t L_7 = (L_5)->GetAt(static_cast(L_6)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_8 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_9 = ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->get_L_11(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_10 = V_0; uint32_t L_11; L_11 = Nat_CAdd_m21E6DC278EEFCA2F9C158C7ACFAF0D627F8E864F(((int32_t)14), ((int32_t)((int32_t)((~L_7))&(int32_t)1)), L_8, L_9, L_10, /*hidden argument*/NULL); NullCheck(L_4); (L_4)->SetAt(static_cast(((int32_t)14)), (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)4, (int32_t)L_11))); // uint c = Nat.ShiftDownBit(n.Length, n, 0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_12 = V_0; NullCheck(L_12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_13 = V_0; uint32_t L_14; L_14 = Nat_ShiftDownBit_mD7E6D7A718512A2950007E93A3969B24F8917A3B(((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))), L_13, 0, /*hidden argument*/NULL); // PointPrecomp p = new PointPrecomp(); PointPrecomp_tEE3272BCA4078160FB3C9680C0E7B09780A65005 * L_15 = (PointPrecomp_tEE3272BCA4078160FB3C9680C0E7B09780A65005 *)il2cpp_codegen_object_new(PointPrecomp_tEE3272BCA4078160FB3C9680C0E7B09780A65005_il2cpp_TypeInfo_var); PointPrecomp__ctor_m825649A4ACAF1FC561674F8D3A8B728449BD518D(L_15, /*hidden argument*/NULL); V_1 = L_15; // int cOff = PrecompSpacing - 1; V_2 = ((int32_t)17); } IL_0049: { // int tPos = cOff; int32_t L_16 = V_2; V_3 = L_16; // for (int b = 0; b < PrecompBlocks; ++b) V_4 = 0; goto IL_00c8; } IL_0050: { // uint w = 0; V_5 = 0; // for (int t = 0; t < PrecompTeeth; ++t) V_8 = 0; goto IL_008c; } IL_0058: { // uint tBit = n[tPos >> 5] >> (tPos & 0x1F); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_17 = V_0; int32_t L_18 = V_3; NullCheck(L_17); int32_t L_19 = ((int32_t)((int32_t)L_18>>(int32_t)5)); uint32_t L_20 = (L_17)->GetAt(static_cast(L_19)); int32_t L_21 = V_3; V_9 = ((int32_t)((uint32_t)L_20>>((int32_t)((int32_t)((int32_t)((int32_t)L_21&(int32_t)((int32_t)31)))&(int32_t)((int32_t)31))))); // w &= ~(1U << t); uint32_t L_22 = V_5; int32_t L_23 = V_8; V_5 = ((int32_t)((int32_t)L_22&(int32_t)((~((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)L_23&(int32_t)((int32_t)31))))))))); // w ^= (tBit << t); uint32_t L_24 = V_5; uint32_t L_25 = V_9; int32_t L_26 = V_8; V_5 = ((int32_t)((int32_t)L_24^(int32_t)((int32_t)((int32_t)L_25<<(int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)31))))))); // tPos += PrecompSpacing; int32_t L_27 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)((int32_t)18))); // for (int t = 0; t < PrecompTeeth; ++t) int32_t L_28 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); } IL_008c: { // for (int t = 0; t < PrecompTeeth; ++t) int32_t L_29 = V_8; if ((((int32_t)L_29) < ((int32_t)5))) { goto IL_0058; } } { // int sign = (int)(w >> (PrecompTeeth - 1)) & 1; uint32_t L_30 = V_5; V_6 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_30>>4))&(int32_t)1)); // int abs = ((int)w ^ -sign) & PrecompMask; uint32_t L_31 = V_5; int32_t L_32 = V_6; V_7 = ((int32_t)((int32_t)((int32_t)((int32_t)L_31^(int32_t)((-L_32))))&(int32_t)((int32_t)15))); // PointLookup(b, abs, p); int32_t L_33 = V_4; int32_t L_34 = V_7; PointPrecomp_tEE3272BCA4078160FB3C9680C0E7B09780A65005 * L_35 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); Ed448_PointLookup_m9CAF1C5CB0BE83BE69903128AFA867B8B7C3CC84(L_33, L_34, L_35, /*hidden argument*/NULL); // X448Field.CNegate(sign, p.x); int32_t L_36 = V_6; PointPrecomp_tEE3272BCA4078160FB3C9680C0E7B09780A65005 * L_37 = V_1; NullCheck(L_37); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_38 = L_37->get_x_0(); X448Field_CNegate_m89B393CC41E779C5347171A061E606DD30E2D1E0(L_36, L_38, /*hidden argument*/NULL); // PointAddPrecomp(p, r); PointPrecomp_tEE3272BCA4078160FB3C9680C0E7B09780A65005 * L_39 = V_1; PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_40 = ___r1; Ed448_PointAddPrecomp_mA38B2CA173DC77C08ED82F9D5EA97DC3ECACB065(L_39, L_40, /*hidden argument*/NULL); // for (int b = 0; b < PrecompBlocks; ++b) int32_t L_41 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_00c8: { // for (int b = 0; b < PrecompBlocks; ++b) int32_t L_42 = V_4; if ((((int32_t)L_42) < ((int32_t)5))) { goto IL_0050; } } { // if (--cOff < 0) int32_t L_43 = V_2; int32_t L_44 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)1)); V_2 = L_44; if ((((int32_t)L_44) < ((int32_t)0))) { goto IL_00e0; } } { // PointDouble(r); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_45 = ___r1; IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); Ed448_PointDouble_mEE073E31B660963AFAEA2D5786BC6331460EDF4C(L_45, /*hidden argument*/NULL); goto IL_0049; } IL_00e0: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::ScalarMultBaseEncoded(System.Byte[],System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_ScalarMultBaseEncoded_m64E1CC9743952AE6E677131A036836E1C442A6CF (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___k0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___r1, int32_t ___rOff2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * V_0 = NULL; { // PointExt p = new PointExt(); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_0 = (PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 *)il2cpp_codegen_object_new(PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6_il2cpp_TypeInfo_var); PointExt__ctor_m8F0C7FDD50FC3D37FAE2FCF177B9B98EDFDE9C24(L_0, /*hidden argument*/NULL); V_0 = L_0; // ScalarMultBase(k, p); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___k0; PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); Ed448_ScalarMultBase_m7D3EA9AB5FC6E39DCC4AE6E8437521C176E53A6C(L_1, L_2, /*hidden argument*/NULL); // EncodePoint(p, r, rOff); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_3 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___r1; int32_t L_5 = ___rOff2; Ed448_EncodePoint_m192FDC6B1C665AA294D14B9B878317593A4A6F32(L_3, L_4, L_5, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::ScalarMultBaseXY(System.Byte[],System.Int32,System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_ScalarMultBaseXY_m2DE90CE0BC3273F98FCC9CFDECB0706A42233C97 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___k0, int32_t ___kOff1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x2, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * V_1 = NULL; { // byte[] n = new byte[ScalarBytes]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)57)); V_0 = L_0; // PruneScalar(k, kOff, n); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___k0; int32_t L_2 = ___kOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); Ed448_PruneScalar_m202345B8B194B98C785DF18F1E3742F5C1769317(L_1, L_2, L_3, /*hidden argument*/NULL); // PointExt p = new PointExt(); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_4 = (PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 *)il2cpp_codegen_object_new(PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6_il2cpp_TypeInfo_var); PointExt__ctor_m8F0C7FDD50FC3D37FAE2FCF177B9B98EDFDE9C24(L_4, /*hidden argument*/NULL); V_1 = L_4; // ScalarMultBase(n, p); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_0; PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_6 = V_1; Ed448_ScalarMultBase_m7D3EA9AB5FC6E39DCC4AE6E8437521C176E53A6C(L_5, L_6, /*hidden argument*/NULL); // X448Field.Copy(p.x, 0, x, 0); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_7 = V_1; NullCheck(L_7); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_8 = L_7->get_x_0(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_9 = ___x2; X448Field_Copy_mD1DA87ADFBAC71A23AA5C376C606612E755120A5(L_8, 0, L_9, 0, /*hidden argument*/NULL); // X448Field.Copy(p.y, 0, y, 0); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_10 = V_1; NullCheck(L_10); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_11 = L_10->get_y_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_12 = ___y3; X448Field_Copy_mD1DA87ADFBAC71A23AA5C376C606612E755120A5(L_11, 0, L_12, 0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::ScalarMultStraussVar(System.UInt32[],System.UInt32[],BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointExt,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointExt) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_ScalarMultStraussVar_m0AE5E097B4E9F37FDDCF6D13ADE2E17A81A14F68 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___nb0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___np1, PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * ___p2, PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * ___r3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* V_1 = NULL; SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* V_2 = NULL; PointExtU5BU5D_t38D5178ECD8C52B053BEC5F2F07C83BDABBF8BC1* V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; { // Precompute(); IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); Ed448_Precompute_mDB6513967B1656F10AF00912799FE149452D022B(/*hidden argument*/NULL); // int width = 5; V_0 = 5; // sbyte[] ws_b = GetWnaf(nb, WnafWidthBase); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___nb0; SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* L_1; L_1 = Ed448_GetWnaf_m59D0AEA1ED9150CC5ECD5157B1202D7B6303837B(L_0, 7, /*hidden argument*/NULL); V_1 = L_1; // sbyte[] ws_p = GetWnaf(np, width); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = ___np1; int32_t L_3 = V_0; SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* L_4; L_4 = Ed448_GetWnaf_m59D0AEA1ED9150CC5ECD5157B1202D7B6303837B(L_2, L_3, /*hidden argument*/NULL); V_2 = L_4; // PointExt[] tp = PointPrecompVar(p, 1 << (width - 2)); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_5 = ___p2; int32_t L_6 = V_0; PointExtU5BU5D_t38D5178ECD8C52B053BEC5F2F07C83BDABBF8BC1* L_7; L_7 = Ed448_PointPrecompVar_mE0E368B5563F90DDA1E4129C5EDB146B00224A09(L_5, ((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)2))&(int32_t)((int32_t)31))))), /*hidden argument*/NULL); V_3 = L_7; // PointSetNeutral(r); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_8 = ___r3; Ed448_PointSetNeutral_mDF326585A13178485B7CB7C7149667D76E05ACD2(L_8, /*hidden argument*/NULL); // int bit = 447; V_4 = ((int32_t)447); goto IL_003b; } IL_0035: { // --bit; int32_t L_9 = V_4; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); } IL_003b: { // while (bit > 0 && (ws_b[bit] | ws_p[bit]) == 0) int32_t L_10 = V_4; if ((((int32_t)L_10) <= ((int32_t)0))) { goto IL_004b; } } { SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* L_11 = V_1; int32_t L_12 = V_4; NullCheck(L_11); int32_t L_13 = L_12; int8_t L_14 = (L_11)->GetAt(static_cast(L_13)); SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* L_15 = V_2; int32_t L_16 = V_4; NullCheck(L_15); int32_t L_17 = L_16; int8_t L_18 = (L_15)->GetAt(static_cast(L_17)); if (!((int32_t)((int32_t)L_14|(int32_t)L_18))) { goto IL_0035; } } IL_004b: { // int wb = ws_b[bit]; SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* L_19 = V_1; int32_t L_20 = V_4; NullCheck(L_19); int32_t L_21 = L_20; int8_t L_22 = (L_19)->GetAt(static_cast(L_21)); V_5 = L_22; // if (wb != 0) int32_t L_23 = V_5; if (!L_23) { goto IL_0078; } } { // int sign = wb >> 31; int32_t L_24 = V_5; V_7 = ((int32_t)((int32_t)L_24>>(int32_t)((int32_t)31))); // int index = (wb ^ sign) >> 1; int32_t L_25 = V_5; int32_t L_26 = V_7; V_8 = ((int32_t)((int32_t)((int32_t)((int32_t)L_25^(int32_t)L_26))>>(int32_t)1)); // PointAddVar((sign != 0), precompBaseTable[index], r); int32_t L_27 = V_7; IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); PointExtU5BU5D_t38D5178ECD8C52B053BEC5F2F07C83BDABBF8BC1* L_28 = ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->get_precompBaseTable_39(); int32_t L_29 = V_8; NullCheck(L_28); int32_t L_30 = L_29; PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_31 = (L_28)->GetAt(static_cast(L_30)); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_32 = ___r3; Ed448_PointAddVar_m01B8BC234E19060588A2125307D685D8617FF29F((bool)((!(((uint32_t)L_27) <= ((uint32_t)0)))? 1 : 0), L_31, L_32, /*hidden argument*/NULL); } IL_0078: { // int wp = ws_p[bit]; SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* L_33 = V_2; int32_t L_34 = V_4; NullCheck(L_33); int32_t L_35 = L_34; int8_t L_36 = (L_33)->GetAt(static_cast(L_35)); V_6 = L_36; // if (wp != 0) int32_t L_37 = V_6; if (!L_37) { goto IL_00a1; } } { // int sign = wp >> 31; int32_t L_38 = V_6; V_9 = ((int32_t)((int32_t)L_38>>(int32_t)((int32_t)31))); // int index = (wp ^ sign) >> 1; int32_t L_39 = V_6; int32_t L_40 = V_9; V_10 = ((int32_t)((int32_t)((int32_t)((int32_t)L_39^(int32_t)L_40))>>(int32_t)1)); // PointAddVar((sign != 0), tp[index], r); int32_t L_41 = V_9; PointExtU5BU5D_t38D5178ECD8C52B053BEC5F2F07C83BDABBF8BC1* L_42 = V_3; int32_t L_43 = V_10; NullCheck(L_42); int32_t L_44 = L_43; PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_45 = (L_42)->GetAt(static_cast(L_44)); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_46 = ___r3; IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); Ed448_PointAddVar_m01B8BC234E19060588A2125307D685D8617FF29F((bool)((!(((uint32_t)L_41) <= ((uint32_t)0)))? 1 : 0), L_45, L_46, /*hidden argument*/NULL); } IL_00a1: { // if (--bit < 0) int32_t L_47 = V_4; int32_t L_48 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)1)); V_4 = L_48; if ((((int32_t)L_48) < ((int32_t)0))) { goto IL_00b3; } } { // PointDouble(r); PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * L_49 = ___r3; IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); Ed448_PointDouble_mEE073E31B660963AFAEA2D5786BC6331460EDF4C(L_49, /*hidden argument*/NULL); goto IL_004b; } IL_00b3: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::Sign(System.Byte[],System.Int32,System.Byte[],System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_Sign_mF1FAD453B4AD21C687A1238D43F0AF84EB3B13B3 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sk0, int32_t ___skOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m3, int32_t ___mOff4, int32_t ___mLen5, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sig6, int32_t ___sigOff7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint8_t V_0 = 0x0; { // byte phflag = 0x00; V_0 = (uint8_t)0; // ImplSign(sk, skOff, ctx, phflag, m, mOff, mLen, sig, sigOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___sk0; int32_t L_1 = ___skOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___ctx2; uint8_t L_3 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___m3; int32_t L_5 = ___mOff4; int32_t L_6 = ___mLen5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___sig6; int32_t L_8 = ___sigOff7; IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); Ed448_ImplSign_m25F0F746428AC4E34FA29E3E6F6CCF402AC31600(L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, L_8, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::Sign(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Byte[],System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_Sign_m72800D20EEEAB4997EC2430FA9760D82C8A61061 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sk0, int32_t ___skOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pk2, int32_t ___pkOff3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx4, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m5, int32_t ___mOff6, int32_t ___mLen7, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sig8, int32_t ___sigOff9, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint8_t V_0 = 0x0; { // byte phflag = 0x00; V_0 = (uint8_t)0; // ImplSign(sk, skOff, pk, pkOff, ctx, phflag, m, mOff, mLen, sig, sigOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___sk0; int32_t L_1 = ___skOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___pk2; int32_t L_3 = ___pkOff3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___ctx4; uint8_t L_5 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___m5; int32_t L_7 = ___mOff6; int32_t L_8 = ___mLen7; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___sig8; int32_t L_10 = ___sigOff9; IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); Ed448_ImplSign_m9BFEA7354469EDF72FF788BFE3EEE692A1D565D2(L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, L_8, L_9, L_10, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::SignPrehash(System.Byte[],System.Int32,System.Byte[],System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_SignPrehash_m842BC0946E3C182803D903049BB66B845E47FDCA (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sk0, int32_t ___skOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ph3, int32_t ___phOff4, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sig5, int32_t ___sigOff6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint8_t V_0 = 0x0; { // byte phflag = 0x01; V_0 = (uint8_t)1; // ImplSign(sk, skOff, ctx, phflag, ph, phOff, PrehashSize, sig, sigOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___sk0; int32_t L_1 = ___skOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___ctx2; uint8_t L_3 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___ph3; int32_t L_5 = ___phOff4; IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); int32_t L_6 = ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->get_PrehashSize_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___sig5; int32_t L_8 = ___sigOff6; Ed448_ImplSign_m25F0F746428AC4E34FA29E3E6F6CCF402AC31600(L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, L_8, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::SignPrehash(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Byte[],System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_SignPrehash_m9A4D638CC6BBC784092B007F33A01D54E39B5748 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sk0, int32_t ___skOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pk2, int32_t ___pkOff3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx4, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ph5, int32_t ___phOff6, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sig7, int32_t ___sigOff8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint8_t V_0 = 0x0; { // byte phflag = 0x01; V_0 = (uint8_t)1; // ImplSign(sk, skOff, pk, pkOff, ctx, phflag, ph, phOff, PrehashSize, sig, sigOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___sk0; int32_t L_1 = ___skOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___pk2; int32_t L_3 = ___pkOff3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___ctx4; uint8_t L_5 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___ph5; int32_t L_7 = ___phOff6; IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); int32_t L_8 = ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->get_PrehashSize_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___sig7; int32_t L_10 = ___sigOff8; Ed448_ImplSign_m9BFEA7354469EDF72FF788BFE3EEE692A1D565D2(L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, L_8, L_9, L_10, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::SignPrehash(System.Byte[],System.Int32,System.Byte[],BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IXof,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_SignPrehash_m05BDF5EFB442D582CA49E5650CB2CF2A4B630593 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sk0, int32_t ___skOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx2, RuntimeObject* ___ph3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sig4, int32_t ___sigOff5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXof_tC49FAE6E809906E6C671AA72F0C9112B23970131_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; uint8_t V_1 = 0x0; { // byte[] m = new byte[PrehashSize]; IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); int32_t L_0 = ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->get_PrehashSize_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_0); V_0 = L_1; // if (PrehashSize != ph.DoFinal(m, 0, PrehashSize)) int32_t L_2 = ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->get_PrehashSize_5(); RuntimeObject* L_3 = ___ph3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_0; int32_t L_5 = ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->get_PrehashSize_5(); NullCheck(L_3); int32_t L_6; L_6 = InterfaceFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(0 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IXof::DoFinal(System.Byte[],System.Int32,System.Int32) */, IXof_tC49FAE6E809906E6C671AA72F0C9112B23970131_il2cpp_TypeInfo_var, L_3, L_4, 0, L_5); if ((((int32_t)L_2) == ((int32_t)L_6))) { goto IL_002a; } } { // throw new ArgumentException("ph"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral244DDD15B47825F82F417E249D4FFA669F1BE35C)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Ed448_SignPrehash_m05BDF5EFB442D582CA49E5650CB2CF2A4B630593_RuntimeMethod_var))); } IL_002a: { // byte phflag = 0x01; V_1 = (uint8_t)1; // ImplSign(sk, skOff, ctx, phflag, m, 0, m.Length, sig, sigOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___sk0; int32_t L_9 = ___skOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___ctx2; uint8_t L_11 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_0; NullCheck(L_13); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = ___sig4; int32_t L_15 = ___sigOff5; IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); Ed448_ImplSign_m25F0F746428AC4E34FA29E3E6F6CCF402AC31600(L_8, L_9, L_10, L_11, L_12, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length))), L_14, L_15, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::SignPrehash(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Byte[],BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IXof,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448_SignPrehash_m42664B3BFACA3703315C6531008ED22FB7128718 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sk0, int32_t ___skOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pk2, int32_t ___pkOff3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx4, RuntimeObject* ___ph5, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sig6, int32_t ___sigOff7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXof_tC49FAE6E809906E6C671AA72F0C9112B23970131_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; uint8_t V_1 = 0x0; { // byte[] m = new byte[PrehashSize]; IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); int32_t L_0 = ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->get_PrehashSize_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_0); V_0 = L_1; // if (PrehashSize != ph.DoFinal(m, 0, PrehashSize)) int32_t L_2 = ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->get_PrehashSize_5(); RuntimeObject* L_3 = ___ph5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_0; int32_t L_5 = ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->get_PrehashSize_5(); NullCheck(L_3); int32_t L_6; L_6 = InterfaceFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(0 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IXof::DoFinal(System.Byte[],System.Int32,System.Int32) */, IXof_tC49FAE6E809906E6C671AA72F0C9112B23970131_il2cpp_TypeInfo_var, L_3, L_4, 0, L_5); if ((((int32_t)L_2) == ((int32_t)L_6))) { goto IL_002b; } } { // throw new ArgumentException("ph"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral244DDD15B47825F82F417E249D4FFA669F1BE35C)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Ed448_SignPrehash_m42664B3BFACA3703315C6531008ED22FB7128718_RuntimeMethod_var))); } IL_002b: { // byte phflag = 0x01; V_1 = (uint8_t)1; // ImplSign(sk, skOff, pk, pkOff, ctx, phflag, m, 0, m.Length, sig, sigOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___sk0; int32_t L_9 = ___skOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___pk2; int32_t L_11 = ___pkOff3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___ctx4; uint8_t L_13 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = V_0; NullCheck(L_15); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___sig6; int32_t L_17 = ___sigOff7; IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); Ed448_ImplSign_m9BFEA7354469EDF72FF788BFE3EEE692A1D565D2(L_8, L_9, L_10, L_11, L_12, L_13, L_14, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length))), L_16, L_17, /*hidden argument*/NULL); // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::Verify(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Byte[],System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Ed448_Verify_m5665C5F56B2A604F008E598A68A414C4F517D8A5 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sig0, int32_t ___sigOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pk2, int32_t ___pkOff3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx4, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m5, int32_t ___mOff6, int32_t ___mLen7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint8_t V_0 = 0x0; { // byte phflag = 0x00; V_0 = (uint8_t)0; // return ImplVerify(sig, sigOff, pk, pkOff, ctx, phflag, m, mOff, mLen); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___sig0; int32_t L_1 = ___sigOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___pk2; int32_t L_3 = ___pkOff3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___ctx4; uint8_t L_5 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___m5; int32_t L_7 = ___mOff6; int32_t L_8 = ___mLen7; IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); bool L_9; L_9 = Ed448_ImplVerify_mF4184F237A13A673301864CAFF2298FD0BB15CB0(L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, L_8, /*hidden argument*/NULL); return L_9; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::VerifyPrehash(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Byte[],System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Ed448_VerifyPrehash_m6509654331000D81C0B16CF2D661F0E61C48B831 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sig0, int32_t ___sigOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pk2, int32_t ___pkOff3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx4, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ph5, int32_t ___phOff6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint8_t V_0 = 0x0; { // byte phflag = 0x01; V_0 = (uint8_t)1; // return ImplVerify(sig, sigOff, pk, pkOff, ctx, phflag, ph, phOff, PrehashSize); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___sig0; int32_t L_1 = ___sigOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___pk2; int32_t L_3 = ___pkOff3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___ctx4; uint8_t L_5 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___ph5; int32_t L_7 = ___phOff6; IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); int32_t L_8 = ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->get_PrehashSize_5(); bool L_9; L_9 = Ed448_ImplVerify_mF4184F237A13A673301864CAFF2298FD0BB15CB0(L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, L_8, /*hidden argument*/NULL); return L_9; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::VerifyPrehash(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Byte[],BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IXof) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Ed448_VerifyPrehash_m7E2675E5C58BEF9E47A6FB3FE37F01EA7B142C79 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sig0, int32_t ___sigOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pk2, int32_t ___pkOff3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx4, RuntimeObject* ___ph5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXof_tC49FAE6E809906E6C671AA72F0C9112B23970131_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; uint8_t V_1 = 0x0; { // byte[] m = new byte[PrehashSize]; IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); int32_t L_0 = ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->get_PrehashSize_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_0); V_0 = L_1; // if (PrehashSize != ph.DoFinal(m, 0, PrehashSize)) int32_t L_2 = ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->get_PrehashSize_5(); RuntimeObject* L_3 = ___ph5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_0; int32_t L_5 = ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->get_PrehashSize_5(); NullCheck(L_3); int32_t L_6; L_6 = InterfaceFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(0 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IXof::DoFinal(System.Byte[],System.Int32,System.Int32) */, IXof_tC49FAE6E809906E6C671AA72F0C9112B23970131_il2cpp_TypeInfo_var, L_3, L_4, 0, L_5); if ((((int32_t)L_2) == ((int32_t)L_6))) { goto IL_002b; } } { // throw new ArgumentException("ph"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral244DDD15B47825F82F417E249D4FFA669F1BE35C)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Ed448_VerifyPrehash_m7E2675E5C58BEF9E47A6FB3FE37F01EA7B142C79_RuntimeMethod_var))); } IL_002b: { // byte phflag = 0x01; V_1 = (uint8_t)1; // return ImplVerify(sig, sigOff, pk, pkOff, ctx, phflag, m, 0, m.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___sig0; int32_t L_9 = ___sigOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___pk2; int32_t L_11 = ___pkOff3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___ctx4; uint8_t L_13 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = V_0; NullCheck(L_15); IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); bool L_16; L_16 = Ed448_ImplVerify_mF4184F237A13A673301864CAFF2298FD0BB15CB0(L_8, L_9, L_10, L_11, L_12, L_13, L_14, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length))), /*hidden argument*/NULL); return L_16; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448__ctor_mF7F67F108716752710CF9640D5AE12ED239B337D (Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448__cctor_mA99B960152140D1265B3328DF1717BEE84BC3744 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF25DFE14753005E858F66583A1F6CC7A6AE3FCAC); s_Il2CppMethodInitialized = true; } { // public static readonly int PrehashSize = 64; ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->set_PrehashSize_5(((int32_t)64)); // public static readonly int PublicKeySize = PointBytes; ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->set_PublicKeySize_6(((int32_t)57)); // public static readonly int SecretKeySize = 57; ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->set_SecretKeySize_7(((int32_t)57)); // public static readonly int SignatureSize = PointBytes + ScalarBytes; ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->set_SignatureSize_8(((int32_t)114)); // private static readonly byte[] Dom4Prefix = Strings.ToByteArray("SigEd448"); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0; L_0 = Strings_ToByteArray_m79BDFC45DF85C17DCB7A27A9FE2F939304A957BC(_stringLiteralF25DFE14753005E858F66583A1F6CC7A6AE3FCAC, /*hidden argument*/NULL); ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->set_Dom4Prefix_9(L_0); // private static readonly uint[] P = { 0xFFFFFFFFU, 0xFFFFFFFFU, 0xFFFFFFFFU, 0xFFFFFFFFU, 0xFFFFFFFFU, 0xFFFFFFFFU, 0xFFFFFFFFU, // 0xFFFFFFFEU, 0xFFFFFFFFU, 0xFFFFFFFFU, 0xFFFFFFFFU, 0xFFFFFFFFU, 0xFFFFFFFFU, 0xFFFFFFFFU }; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)14)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = L_1; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_3 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_2, L_3, /*hidden argument*/NULL); ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->set_P_10(L_2); // private static readonly uint[] L = { 0xAB5844F3U, 0x2378C292U, 0x8DC58F55U, 0x216CC272U, 0xAED63690U, 0xC44EDB49U, 0x7CCA23E9U, // 0xFFFFFFFFU, 0xFFFFFFFFU, 0xFFFFFFFFU, 0xFFFFFFFFU, 0xFFFFFFFFU, 0xFFFFFFFFU, 0x3FFFFFFFU }; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)14)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5 = L_4; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_6 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_5, L_6, /*hidden argument*/NULL); ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->set_L_11(L_5); // private static readonly BigInteger N = Nat.ToBigInteger(L.Length, L); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->get_L_11(); NullCheck(L_7); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_8 = ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->get_L_11(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9; L_9 = Nat_ToBigInteger_mB505E6A1BDC84B12CBD754B20C807B1D98BDA56A(((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))), L_8, /*hidden argument*/NULL); ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->set_N_12(L_9); // private static readonly uint[] B_x = { 0x070CC05EU, 0x026A82BCU, 0x00938E26U, 0x080E18B0U, 0x0511433BU, 0x0F72AB66U, 0x0412AE1AU, // 0x0A3D3A46U, 0x0A6DE324U, 0x00F1767EU, 0x04657047U, 0x036DA9E1U, 0x05A622BFU, 0x0ED221D1U, 0x066BED0DU, 0x04F1970CU }; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_10 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_11 = L_10; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_12 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_11, L_12, /*hidden argument*/NULL); ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->set_B_x_29(L_11); // private static readonly uint[] B_y = { 0x0230FA14U, 0x008795BFU, 0x07C8AD98U, 0x0132C4EDU, 0x09C4FDBDU, 0x01CE67C3U, 0x073AD3FFU, // 0x005A0C2DU, 0x07789C1EU, 0x0A398408U, 0x0A73736CU, 0x0C7624BEU, 0x003756C9U, 0x02488762U, 0x016EB6BCU, 0x0693F467U }; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_13 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_14 = L_13; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_15 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_14, L_15, /*hidden argument*/NULL); ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->set_B_y_30(L_14); // private static readonly object precompLock = new object(); RuntimeObject * L_16 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_16, /*hidden argument*/NULL); ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->set_precompLock_38(L_16); // private static PointExt[] precompBaseTable = null; ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->set_precompBaseTable_39((PointExtU5BU5D_t38D5178ECD8C52B053BEC5F2F07C83BDABBF8BC1*)NULL); // private static uint[] precompBase = null; ((Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_StaticFields*)il2cpp_codegen_static_fields_for(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var))->set_precompBase_40((UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_UnaryNegation_m362EA356F4CADEDB39F965A0DBDED6EA890925F7_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___a0; float L_1 = L_0.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___a0; float L_3 = L_2.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___a0; float L_5 = L_4.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6; memset((&L_6), 0, sizeof(L_6)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_6), ((-L_1)), ((-L_3)), ((-L_5)), /*hidden argument*/NULL); V_0 = L_6; goto IL_001e; } IL_001e: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7 = V_0; return L_7; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BigInteger_get_SignValue_mD40EFBE0702F356758CE49796DD9743BF06E5199_inline (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, const RuntimeMethod* method) { { // get { return sign; } int32_t L_0 = __this->get_sign_31(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR 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 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 RuntimeObject* ParametersWithRandom_get_Parameters_mC27DE634CDD6230C5FD939CC5B81B42B7CCAEF18_inline (ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC * __this, const RuntimeMethod* method) { { // get { return parameters; } RuntimeObject* L_0 = __this->get_parameters_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * ECKeyParameters_get_Parameters_m542E2EBDEDF773CFA59A881334563D7B3888F32B_inline (ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * __this, const RuntimeMethod* method) { { // get { return parameters; } ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_0 = __this->get_parameters_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ECDomainParameters_get_Curve_mAF743EDFBA6FB8B0CBFB23022CE6D7471EEEFC79_inline (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * __this, const RuntimeMethod* method) { { // get { return curve; } ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = __this->get_curve_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ECPrivateKeyParameters_get_D_m9B91C107111248008FD1E234A0EDEA5889C391B0_inline (ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * __this, const RuntimeMethod* method) { { // get { return d; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_d_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECPublicKeyParameters_get_Q_m37408C2CF552166020ADF2CFD5D881029BC9C533_inline (ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * __this, const RuntimeMethod* method) { { // get { return q; } ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_0 = __this->get_q_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ECDomainParameters_get_H_m63EEBE8D9957F9B7487AC767891F317A488E3014_inline (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * __this, const RuntimeMethod* method) { { // get { return h; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_h_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ECDomainParameters_get_N_m080834A40F7AF8441A6C3858E9E7738CE8812D2B_inline (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * __this, const RuntimeMethod* method) { { // get { return n; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_n_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * DHKdfParameters_get_Algorithm_mCBD34B1C3D5A905970EE4F4038409F6F6E62A9CA_inline (DHKdfParameters_tBC02DF985D41D8F8FFD1B58094949C0691817426 * __this, const RuntimeMethod* method) { { // get { return algorithm; } DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = __this->get_algorithm_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DHKdfParameters_get_KeySize_mD2A427C4E9E834CFA34521EB430F74C021191EEF_inline (DHKdfParameters_tBC02DF985D41D8F8FFD1B58094949C0691817426 * __this, const RuntimeMethod* method) { { // get { return keySize; } int32_t L_0 = __this->get_keySize_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DHKdfParameters_GetZ_m9DDA8B6ADCEEC74D4A65ECD0790D6E981E90E3A6_inline (DHKdfParameters_tBC02DF985D41D8F8FFD1B58094949C0691817426 * __this, const RuntimeMethod* method) { { // return z; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_z_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ParametersWithRandom_get_Random_mF9C641B992B3D83AC3CE3E4E7AD7D56545538F91_inline (ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC * __this, const RuntimeMethod* method) { { // get { return random; } SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_0 = __this->get_random_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECDomainParameters_get_G_m98A15A2437F3706CF1B8D7F738246A1675B6243B_inline (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * __this, const RuntimeMethod* method) { { // get { return g; } ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_0 = __this->get_g_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ECKeyGenerationParameters_get_PublicKeyParamSet_m9F60BE9E2904A92BCEBC59EDF35BF0AA3461DABA_inline (ECKeyGenerationParameters_t4937721DC10527ECC156FA98F13AE431AD00F565 * __this, const RuntimeMethod* method) { { // get { return publicKeyParamSet; } DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = __this->get_publicKeyParamSet_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * ECKeyGenerationParameters_get_DomainParameters_mB94A05D906BDC5BDDB681BF99D144D375449760D_inline (ECKeyGenerationParameters_t4937721DC10527ECC156FA98F13AE431AD00F565 * __this, const RuntimeMethod* method) { { // get { return domainParams; } ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_0 = __this->get_domainParams_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyGenerationParameters_get_Strength_m1AF6C156C99D9FF48C71158A37331779DD65ABF9_inline (KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 * __this, const RuntimeMethod* method) { { // get { return strength; } int32_t L_0 = __this->get_strength_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * X9ECParameters_get_Curve_m1BC4F848F8E72563287A1FA9395C9E3ECD2FCD23_inline (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * __this, const RuntimeMethod* method) { { // get { return curve; } ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = __this->get_curve_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * X9ECParameters_get_N_mA5FBAFD92C027D5B545F8CBD8D9C77A01B950EAA_inline (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * __this, const RuntimeMethod* method) { { // get { return n; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_n_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * X9ECParameters_get_H_m14081C62E77B14A1088C1A3494E8BCB77BB0564C_inline (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * __this, const RuntimeMethod* method) { { // get { return h; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_h_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* X9ECParameters_GetSeed_mBF568758D960F3414ED0AF05FA4C66DFE46ED05C_inline (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * __this, const RuntimeMethod* method) { { // return seed; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_seed_7(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * KeyGenerationParameters_get_Random_m96B13620B3ECF5CEB64561A4DBCBC18AC6CB11F4_inline (KeyGenerationParameters_t1B3393E8D9D0068ABF593DC15AA436FCA158BF39 * __this, const RuntimeMethod* method) { { // get { return random; } SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_0 = __this->get_random_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ECKeyParameters_get_PublicKeyParamSet_m085E16FD3F9BD58804A4A818FBA05F9320C9C41B_inline (ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * __this, const RuntimeMethod* method) { { // get { return publicKeyParamSet; } DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = __this->get_publicKeyParamSet_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ECKeyParameters_get_AlgorithmName_m0E30F5C6A272F2846DCC4892B8F0B87657C4BECA_inline (ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * __this, const RuntimeMethod* method) { { // get { return algorithm; } String_t* L_0 = __this->get_algorithm_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * AsymmetricCipherKeyPair_get_Public_mA3C7A50C4C75C3A9003ACC9454F6B941AED2EB98_inline (AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929 * __this, const RuntimeMethod* method) { { // get { return publicParameter; } AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_0 = __this->get_publicParameter_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * AsymmetricCipherKeyPair_get_Private_m74718BBBC8CD464CA09BC88F15ED38156A92280A_inline (AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929 * __this, const RuntimeMethod* method) { { // get { return privateParameter; } AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_0 = __this->get_privateParameter_1(); 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 ValidityPreCompInfo_HasFailed_m301EA8F475C52D26B11C8F2363FB7C4C865BA7C2_inline (ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366 * __this, const RuntimeMethod* method) { { // return failed; bool L_0 = __this->get_failed_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * __this, const RuntimeMethod* method) { { // get { return tagNo; } int32_t L_0 = __this->get_tagNo_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ParametersWithIV_get_Parameters_m2B5701D391CF607292513A855051EEF3D8E705E8_inline (ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * __this, const RuntimeMethod* method) { { // get { return parameters; } RuntimeObject* L_0 = __this->get_parameters_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method) { { float L_0 = ___x0; __this->set_x_2(L_0); float L_1 = ___y1; __this->set_y_3(L_1); float L_2 = ___z2; __this->set_z_4(L_2); return; } }