#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" template struct VirtActionInvoker1 { 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 VirtFuncInvoker1 { 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 VirtFuncInvoker2 { 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 VirtFuncInvoker0 { 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); } }; struct VirtActionInvoker0 { 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 VirtActionInvoker3 { 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 VirtActionInvoker2 { 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 VirtFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct VirtFuncInvoker3 { 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 VirtFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct GenericVirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericVirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericVirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericVirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericVirtFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct GenericVirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericVirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, 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 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 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); } }; 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 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 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 InterfaceFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct 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); } }; template struct InterfaceFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct GenericInterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericInterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericInterfaceFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct GenericInterfaceFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericInterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; // System.String struct String_t; // Mono.Math.BigInteger struct BigInteger_t2902905090; // System.Byte[] struct ByteU5BU5D_t4116647657; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t386037858; // System.IndexOutOfRangeException struct IndexOutOfRangeException_t1578797820; // System.ArgumentException struct ArgumentException_t132251570; // Mono.Math.BigInteger/ModulusRing struct ModulusRing_t596511505; // Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase struct SequentialSearchPrimeGeneratorBase_t2996090509; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t777629997; // System.ArithmeticException struct ArithmeticException_t4283546778; // System.Exception struct Exception_t; // Mono.Math.BigInteger[] struct BigIntegerU5BU5D_t2349952477; // System.UInt32[] struct UInt32U5BU5D_t2770800703; // Mono.Math.Prime.Generator.PrimeGeneratorBase struct PrimeGeneratorBase_t446028867; // Mono.Math.Prime.PrimalityTest struct PrimalityTest_t1539325944; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; // Mono.Security.ASN1 struct ASN1_t2114160833; // System.NotSupportedException struct NotSupportedException_t1314879016; // System.Collections.ArrayList struct ArrayList_t2718874744; // System.Text.StringBuilder struct StringBuilder_t; // System.Object[] struct ObjectU5BU5D_t2843939325; // System.ArgumentNullException struct ArgumentNullException_t1615371798; // System.FormatException struct FormatException_t154580423; // System.Globalization.CultureInfo struct CultureInfo_t4157843068; // System.IFormatProvider struct IFormatProvider_t2518567562; // System.Text.Encoding struct Encoding_t1523322056; // Mono.Security.Cryptography.ARC4Managed struct ARC4Managed_t2641858452; // Mono.Security.Cryptography.RC4 struct RC4_t2752556436; // System.Security.Cryptography.SymmetricAlgorithm struct SymmetricAlgorithm_t4254223087; // System.Security.Cryptography.ICryptoTransform struct ICryptoTransform_t2733259762; // Mono.Security.Cryptography.HMAC struct HMAC_t3689525210; // System.Security.Cryptography.KeyedHashAlgorithm struct KeyedHashAlgorithm_t112861511; // System.Security.Cryptography.HashAlgorithm struct HashAlgorithm_t1432317219; // Mono.Security.Cryptography.MD2 struct MD2_t1561046427; // Mono.Security.Cryptography.MD2Managed struct MD2Managed_t1377101535; // Mono.Security.Cryptography.MD4 struct MD4_t1560915355; // Mono.Security.Cryptography.MD4Managed struct MD4Managed_t957540063; // Mono.Security.Cryptography.MD5SHA1 struct MD5SHA1_t723838944; // System.Security.Cryptography.MD5 struct MD5_t3177620429; // System.Security.Cryptography.SHA1 struct SHA1_t1803193667; // System.Security.Cryptography.RSA struct RSA_t2385438082; // System.Security.Cryptography.CryptographicUnexpectedOperationException struct CryptographicUnexpectedOperationException_t2790575154; // Mono.Security.Protocol.Tls.RSASslSignatureFormatter struct RSASslSignatureFormatter_t2709678514; // System.Security.Cryptography.AsymmetricAlgorithm struct AsymmetricAlgorithm_t932037087; // Mono.Security.Protocol.Tls.RSASslSignatureDeformatter struct RSASslSignatureDeformatter_t3558097625; // System.Security.Cryptography.CryptographicException struct CryptographicException_t248831461; // Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo struct EncryptedPrivateKeyInfo_t862116836; // Mono.Security.Cryptography.PKCS8/PrivateKeyInfo struct PrivateKeyInfo_t668027993; // System.Security.Cryptography.CspParameters struct CspParameters_t239852639; // System.Security.Cryptography.RSACryptoServiceProvider struct RSACryptoServiceProvider_t2683512874; // System.Security.Cryptography.DSA struct DSA_t2386879874; // System.Security.Cryptography.KeySizes struct KeySizes_t85027896; // Mono.Security.Cryptography.RSAManaged struct RSAManaged_t1757093820; // Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler struct KeyGeneratedEventHandler_t3064139578; // System.EventArgs struct EventArgs_t3591816995; // System.ObjectDisposedException struct ObjectDisposedException_t21392786; // Mono.Security.PKCS7/ContentInfo struct ContentInfo_t3218159896; // Mono.Security.PKCS7/EncryptedData struct EncryptedData_t3577548733; // Mono.Security.Protocol.Tls.Alert struct Alert_t4059934885; // Mono.Security.Protocol.Tls.CertificateSelectionCallback struct CertificateSelectionCallback_t3743405224; // System.Security.Cryptography.X509Certificates.X509Certificate struct X509Certificate_t713131622; // System.Security.Cryptography.X509Certificates.X509CertificateCollection struct X509CertificateCollection_t3399372417; // Mono.Security.Protocol.Tls.CertificateValidationCallback struct CertificateValidationCallback_t4091668218; // System.Int32[] struct Int32U5BU5D_t385246372; // Mono.Security.Protocol.Tls.CertificateValidationCallback2 struct CertificateValidationCallback2_t1842476440; // Mono.Security.Protocol.Tls.ValidationResult struct ValidationResult_t3834298736; // Mono.Security.X509.X509CertificateCollection struct X509CertificateCollection_t1542168550; // Mono.Security.Protocol.Tls.CipherSuite struct CipherSuite_t3414744575; // Mono.Security.Protocol.Tls.Context struct Context_t3971234707; // Mono.Security.Protocol.Tls.ClientContext struct ClientContext_t2797401965; // Mono.Security.Protocol.Tls.TlsStream struct TlsStream_t2365453965; // System.Security.Cryptography.DES struct DES_t821106792; // System.Security.Cryptography.RC2 struct RC2_t3167825714; // System.Security.Cryptography.TripleDES struct TripleDES_t92303514; // System.Security.Cryptography.Rijndael struct Rijndael_t2986313634; // Mono.Security.Protocol.Tls.SecurityParameters struct SecurityParameters_t2199972650; // Mono.Security.Protocol.Tls.CipherSuiteCollection struct CipherSuiteCollection_t1129639304; // System.Collections.IEnumerator struct IEnumerator_t1853284238; // Mono.Security.Protocol.Tls.TlsCipherSuite struct TlsCipherSuite_t1545013223; // Mono.Security.Protocol.Tls.SslCipherSuite struct SslCipherSuite_t1981645747; // Mono.Security.Protocol.Tls.SslClientStream struct SslClientStream_t3914624661; // Mono.Security.Protocol.Tls.TlsClientSettings struct TlsClientSettings_t2486039503; // Mono.Security.Protocol.Tls.ClientRecordProtocol struct ClientRecordProtocol_t2031137796; // System.IO.Stream struct Stream_t1273022909; // Mono.Security.Protocol.Tls.RecordProtocol struct RecordProtocol_t3759049701; // Mono.Security.Protocol.Tls.Handshake.HandshakeMessage struct HandshakeMessage_t3696583168; // Mono.Security.Protocol.Tls.Handshake.Client.TlsClientHello struct TlsClientHello_t97965998; // Mono.Security.Protocol.Tls.Handshake.Client.TlsClientCertificate struct TlsClientCertificate_t3519510577; // Mono.Security.Protocol.Tls.Handshake.Client.TlsClientKeyExchange struct TlsClientKeyExchange_t643923608; // Mono.Security.Protocol.Tls.Handshake.Client.TlsClientCertificateVerify struct TlsClientCertificateVerify_t1824902654; // Mono.Security.Protocol.Tls.Handshake.Client.TlsClientFinished struct TlsClientFinished_t2486981163; // System.InvalidOperationException struct InvalidOperationException_t56020091; // Mono.Security.Protocol.Tls.Handshake.Client.TlsServerHello struct TlsServerHello_t3343859594; // Mono.Security.Protocol.Tls.Handshake.Client.TlsServerCertificate struct TlsServerCertificate_t2716496392; // Mono.Security.Protocol.Tls.Handshake.Client.TlsServerKeyExchange struct TlsServerKeyExchange_t699469151; // Mono.Security.Protocol.Tls.Handshake.Client.TlsServerCertificateRequest struct TlsServerCertificateRequest_t3690397592; // Mono.Security.Protocol.Tls.Handshake.Client.TlsServerHelloDone struct TlsServerHelloDone_t1850379324; // Mono.Security.Protocol.Tls.Handshake.Client.TlsServerFinished struct TlsServerFinished_t3860330041; // Mono.Security.Protocol.Tls.TlsException struct TlsException_t3534743363; // System.Collections.Hashtable struct Hashtable_t1853889766; // Mono.Security.Protocol.Tls.ClientSessionInfo struct ClientSessionInfo_t1775821398; // Mono.Security.Protocol.Tls.TlsServerSettings struct TlsServerSettings_t4144396432; // System.Collections.CollectionBase struct CollectionBase_t2727926298; // Mono.Security.X509.X509Certificate struct X509Certificate_t489243025; // System.Security.Cryptography.X509Certificates.X509CertificateCollection/X509CertificateEnumerator struct X509CertificateEnumerator_t855273292; // Mono.Security.Protocol.Tls.SslHandshakeHash struct SslHandshakeHash_t2107581772; // System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter struct RSAPKCS1KeyExchangeFormatter_t2761096101; // Mono.Security.X509.X509ExtensionCollection struct X509ExtensionCollection_t609554709; // Mono.Security.X509.X509Extension struct X509Extension_t3173393653; // Mono.Security.X509.Extensions.KeyUsageExtension struct KeyUsageExtension_t1795615912; // Mono.Security.X509.Extensions.ExtendedKeyUsageExtension struct ExtendedKeyUsageExtension_t3929363080; // Mono.Security.X509.Extensions.NetscapeCertTypeExtension struct NetscapeCertTypeExtension_t1524296876; // Mono.Security.X509.X509Chain struct X509Chain_t863783600; // System.Type struct Type_t; // Mono.Security.X509.Extensions.SubjectAltNameExtension struct SubjectAltNameExtension_t1536937677; // System.String[] struct StringU5BU5D_t1281789340; // System.Text.RegularExpressions.Regex struct Regex_t3657309853; // System.Text.RegularExpressions.MatchCollection struct MatchCollection_t1395363720; // System.Text.RegularExpressions.Group struct Group_t2468205786; // System.Text.RegularExpressions.GroupCollection struct GroupCollection_t69770484; // System.Text.RegularExpressions.Capture struct Capture_t2232016050; // Mono.Security.Protocol.Tls.Handshake.ClientCertificateType[] struct ClientCertificateTypeU5BU5D_t4253920197; // Mono.Security.Protocol.Tls.HttpsClientStream struct HttpsClientStream_t1160552561; // System.Net.HttpWebRequest struct HttpWebRequest_t1669436515; // System.Uri struct Uri_t100236324; // Mono.Security.Protocol.Tls.SslStreamBase struct SslStreamBase_t1667413407; // Mono.Security.Protocol.Tls.PrivateKeySelectionCallback struct PrivateKeySelectionCallback_t3240194217; // System.Net.ICertificatePolicy struct ICertificatePolicy_t2970473191; // System.Net.ServicePoint struct ServicePoint_t2786966844; // System.Net.Security.RemoteCertificateValidationCallback struct RemoteCertificateValidationCallback_t3014364904; // System.Security.Cryptography.X509Certificates.X509Certificate2 struct X509Certificate2_t714049126; // System.Security.Cryptography.X509Certificates.X509Chain struct X509Chain_t194917408; // System.Threading.ManualResetEvent struct ManualResetEvent_t451242010; // System.Threading.EventWaitHandle struct EventWaitHandle_t777845177; // Mono.Security.Protocol.Tls.RecordProtocol/ReceiveRecordAsyncResult struct ReceiveRecordAsyncResult_t3680907657; // System.Threading.WaitHandle struct WaitHandle_t1743403487; // Mono.Security.Protocol.Tls.RecordProtocol/SendRecordAsyncResult struct SendRecordAsyncResult_t3718352467; // System.Security.Cryptography.AsymmetricSignatureDeformatter struct AsymmetricSignatureDeformatter_t2681190756; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3384741; // System.Security.Cryptography.AsymmetricSignatureFormatter struct AsymmetricSignatureFormatter_t3486936014; // Mono.Globalization.Unicode.SimpleCollator struct SimpleCollator_t2877834729; // System.Security.Cryptography.KeySizes[] struct KeySizesU5BU5D_t722666473; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t435877138; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t2405853701; // System.Globalization.TextInfo struct TextInfo_t3810425522; // System.Globalization.CompareInfo struct CompareInfo_t1092934962; // System.Globalization.Calendar[] struct CalendarU5BU5D_t3985046076; // System.Globalization.Calendar struct Calendar_t1661121569; // System.Int32 struct Int32_t2950945753; // System.Void struct Void_t1185182177; // System.Collections.Generic.Link[] struct LinkU5BU5D_t964245573; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t3954782707; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3530625384; // System.Text.DecoderFallback struct DecoderFallback_t3123823036; // System.Text.EncoderFallback struct EncoderFallback_t1188251036; // System.Reflection.Assembly struct Assembly_t; // System.Uri/UriScheme[] struct UriSchemeU5BU5D_t2082808316; // System.UriParser struct UriParser_t3890150400; // System.Text.RegularExpressions.Match struct Match_t3408321083; // Mono.Security.X509.X509Certificate struct X509Certificate_t489243024; // System.Collections.Hashtable/Slot[] struct SlotU5BU5D_t2994659099; // System.Collections.Hashtable/HashKeys struct HashKeys_t1568156503; // System.Collections.Hashtable/HashValues struct HashValues_t618387445; // System.Collections.IHashCodeProvider struct IHashCodeProvider_t267601189; // System.Collections.IComparer struct IComparer_t1540313114; // System.Collections.IEqualityComparer struct IEqualityComparer_t1493878338; // System.Text.RegularExpressions.Group[] struct GroupU5BU5D_t1880820351; // System.Runtime.Remoting.ServerIdentity struct ServerIdentity_t2342208608; // System.Char[] struct CharU5BU5D_t3528271667; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.Collections.IDictionary struct IDictionary_t1363984059; // Mono.Security.X509.Extensions.GeneralNames struct GeneralNames_t2702294159; // System.Text.RegularExpressions.CaptureCollection struct CaptureCollection_t1760593541; // System.IO.MemoryStream struct MemoryStream_t94973147; // System.Security.Cryptography.X509Certificates.X509ExtensionCollection struct X509ExtensionCollection_t1350454579; // System.Security.Cryptography.X509Certificates.PublicKey struct PublicKey_t3779582684; // System.Security.Cryptography.X509Certificates.X500DistinguishedName struct X500DistinguishedName_t875709727; // System.Security.Cryptography.Oid struct Oid_t3552120260; // System.Byte struct Byte_t1134296376; // System.Double struct Double_t594665363; // System.UInt16 struct UInt16_t2177724958; // Microsoft.Win32.SafeHandles.SafeWaitHandle struct SafeWaitHandle_t1972936122; // System.Text.RegularExpressions.IMachine struct IMachine_t2106687985; // System.Reflection.MethodInfo struct MethodInfo_t; // System.DelegateData struct DelegateData_t1677132599; // Mono.Security.Cryptography.KeyPairPersistence struct KeyPairPersistence_t2094547461; // Mono.Security.Cryptography.RSAManaged struct RSAManaged_t1757093819; // System.Security.Cryptography.X509Certificates.X509ChainElementCollection struct X509ChainElementCollection_t3110968994; // System.Security.Cryptography.X509Certificates.X509ChainPolicy struct X509ChainPolicy_t2426922870; // System.Security.Cryptography.X509Certificates.X509ChainStatus[] struct X509ChainStatusU5BU5D_t2685945535; // System.Security.Cryptography.X509Certificates.X509ChainElement struct X509ChainElement_t1464056338; // System.Security.Cryptography.X509Certificates.X509Store struct X509Store_t2922691911; // System.Security.Cryptography.X509Certificates.X509Certificate2Collection struct X509Certificate2Collection_t2111161276; // System.Collections.Specialized.HybridDictionary struct HybridDictionary_t4070033136; // System.Net.IWebProxy struct IWebProxy_t688979836; // System.Text.RegularExpressions.FactoryCache struct FactoryCache_t2327118887; // System.Text.RegularExpressions.IMachineFactory struct IMachineFactory_t1209798546; // System.Type[] struct TypeU5BU5D_t3940880105; // System.Reflection.MemberFilter struct MemberFilter_t426314064; // System.Byte[,] struct ByteU5BU2CU5D_t4116647658; // System.Net.HttpContinueDelegate struct HttpContinueDelegate_t3009151163; // System.Net.CookieContainer struct CookieContainer_t2331592909; // System.Net.ICredentials struct ICredentials_t725721261; // System.Net.WebHeaderCollection struct WebHeaderCollection_t1942268960; // System.Version struct Version_t3456873960; // System.Net.WebConnectionStream struct WebConnectionStream_t2170064850; // System.Net.HttpWebResponse struct HttpWebResponse_t3286585418; // System.Net.WebAsyncResult struct WebAsyncResult_t3421962937; // System.EventHandler struct EventHandler_t1348719766; // System.Net.WebConnection struct WebConnection_t3982808322; // System.Net.IPHostEntry struct IPHostEntry_t263743900; // System.Net.BindIPEndPoint struct BindIPEndPoint_t1029027275; extern RuntimeClass* UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var; extern const uint32_t BigInteger__ctor_m3473491062_MetadataUsageId; extern const uint32_t BigInteger__ctor_m2108826647_MetadataUsageId; extern const uint32_t BigInteger__ctor_m2644482640_MetadataUsageId; extern const uint32_t BigInteger__ctor_m2601366464_MetadataUsageId; extern const uint32_t BigInteger__ctor_m2474659844_MetadataUsageId; extern RuntimeClass* BigInteger_t2902905090_il2cpp_TypeInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255362____U24U24fieldU2D0_0_FieldInfo_var; extern const uint32_t BigInteger__cctor_m102257529_MetadataUsageId; extern const uint32_t BigInteger_get_Rng_m3283260184_MetadataUsageId; extern RuntimeClass* ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var; extern const uint32_t BigInteger_GenerateRandom_m3872771375_MetadataUsageId; extern const uint32_t BigInteger_GenerateRandom_m1790382084_MetadataUsageId; extern RuntimeClass* IndexOutOfRangeException_t1578797820_il2cpp_TypeInfo_var; extern const RuntimeMethod* BigInteger_TestBit_m2798226118_RuntimeMethod_var; extern String_t* _stringLiteral3202607819; extern const uint32_t BigInteger_TestBit_m2798226118_MetadataUsageId; extern const uint32_t BigInteger_LowestSetBit_m1199244228_MetadataUsageId; extern const uint32_t BigInteger_GetBytes_m1259701831_MetadataUsageId; extern String_t* _stringLiteral1506186219; extern const uint32_t BigInteger_ToString_m3260066955_MetadataUsageId; extern RuntimeClass* ArgumentException_t132251570_il2cpp_TypeInfo_var; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern RuntimeClass* Char_t3634460470_il2cpp_TypeInfo_var; extern const RuntimeMethod* BigInteger_ToString_m1181683046_RuntimeMethod_var; extern String_t* _stringLiteral907065636; extern String_t* _stringLiteral2188206873; extern String_t* _stringLiteral2375729243; extern String_t* _stringLiteral3085174530; extern String_t* _stringLiteral3452614544; extern String_t* _stringLiteral3452614543; extern const uint32_t BigInteger_ToString_m1181683046_MetadataUsageId; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; extern RuntimeClass* UInt32_t2560061978_il2cpp_TypeInfo_var; extern const uint32_t BigInteger_Equals_m63093403_MetadataUsageId; extern RuntimeClass* ModulusRing_t596511505_il2cpp_TypeInfo_var; extern const uint32_t BigInteger_ModPow_m3776562770_MetadataUsageId; extern RuntimeClass* SequentialSearchPrimeGeneratorBase_t2996090509_il2cpp_TypeInfo_var; extern const uint32_t BigInteger_GeneratePseudoPrime_m2547138838_MetadataUsageId; extern const uint32_t BigInteger_op_Implicit_m3414367033_MetadataUsageId; extern RuntimeClass* ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var; extern const RuntimeMethod* BigInteger_op_Implicit_m2547142909_RuntimeMethod_var; extern String_t* _stringLiteral3493618073; extern const uint32_t BigInteger_op_Implicit_m2547142909_MetadataUsageId; extern const uint32_t BigInteger_op_Addition_m1114527046_MetadataUsageId; extern RuntimeClass* ArithmeticException_t4283546778_il2cpp_TypeInfo_var; extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var; extern const RuntimeMethod* BigInteger_op_Subtraction_m4245834512_RuntimeMethod_var; extern String_t* _stringLiteral4059074779; extern const uint32_t BigInteger_op_Subtraction_m4245834512_MetadataUsageId; extern const RuntimeMethod* BigInteger_op_Multiply_m3683746602_RuntimeMethod_var; extern String_t* _stringLiteral3830216635; extern String_t* _stringLiteral3016771816; extern const uint32_t BigInteger_op_Multiply_m3683746602_MetadataUsageId; extern const uint32_t BigInteger_op_Equality_m1194739960_MetadataUsageId; extern const uint32_t BigInteger_op_Inequality_m2697143438_MetadataUsageId; extern const uint32_t Kernel_AddSameSign_m3267067385_MetadataUsageId; extern const uint32_t Kernel_Subtract_m846005223_MetadataUsageId; extern RuntimeClass* BigIntegerU5BU5D_t2349952477_il2cpp_TypeInfo_var; extern const uint32_t Kernel_DwordDivMod_m1540317819_MetadataUsageId; extern const uint32_t Kernel_multiByteDivide_m450694282_MetadataUsageId; extern const RuntimeMethod* Kernel_LeftShift_m4140742987_RuntimeMethod_var; extern const uint32_t Kernel_LeftShift_m4140742987_MetadataUsageId; extern const RuntimeMethod* Kernel_RightShift_m3246168448_RuntimeMethod_var; extern const uint32_t Kernel_RightShift_m3246168448_MetadataUsageId; extern const uint32_t Kernel_modInverse_m4048046181_MetadataUsageId; extern const RuntimeMethod* Kernel_modInverse_m652700340_RuntimeMethod_var; extern String_t* _stringLiteral3592288577; extern const uint32_t Kernel_modInverse_m652700340_MetadataUsageId; extern const uint32_t ModulusRing__ctor_m2420310199_MetadataUsageId; extern const RuntimeMethod* ModulusRing_BarrettReduction_m3024442734_RuntimeMethod_var; extern String_t* _stringLiteral1441813354; extern const uint32_t ModulusRing_BarrettReduction_m3024442734_MetadataUsageId; extern const uint32_t ModulusRing_Multiply_m1975391470_MetadataUsageId; extern const RuntimeMethod* ModulusRing_Difference_m3686091506_RuntimeMethod_var; extern const uint32_t ModulusRing_Difference_m3686091506_MetadataUsageId; extern const uint32_t ModulusRing_Pow_m1124248336_MetadataUsageId; extern const uint32_t ModulusRing_Pow_m729002192_MetadataUsageId; extern RuntimeClass* PrimalityTest_t1539325944_il2cpp_TypeInfo_var; extern const RuntimeMethod* PrimalityTests_RabinMillerTest_m2544317101_RuntimeMethod_var; extern const uint32_t PrimeGeneratorBase_get_PrimalityTest_m2487240563_MetadataUsageId; extern const uint32_t SequentialSearchPrimeGeneratorBase_GenerateSearchBase_m1918143664_MetadataUsageId; extern const uint32_t SequentialSearchPrimeGeneratorBase_GenerateNewPrime_m2891860459_MetadataUsageId; extern RuntimeClass* ConfidenceFactor_t2516000286_il2cpp_TypeInfo_var; extern const uint32_t PrimalityTest_BeginInvoke_m742423211_MetadataUsageId; extern const RuntimeMethod* PrimalityTests_GetSPPRounds_m2558073743_RuntimeMethod_var; extern String_t* _stringLiteral2000707595; extern String_t* _stringLiteral3535070725; extern const uint32_t PrimalityTests_GetSPPRounds_m2558073743_MetadataUsageId; extern const uint32_t PrimalityTests_RabinMillerTest_m2544317101_MetadataUsageId; extern RuntimeClass* NotSupportedException_t1314879016_il2cpp_TypeInfo_var; extern const RuntimeMethod* ASN1__ctor_m1219137533_RuntimeMethod_var; extern String_t* _stringLiteral2861664389; extern const uint32_t ASN1__ctor_m1219137533_MetadataUsageId; extern const uint32_t ASN1_get_Value_m3619295991_MetadataUsageId; extern const uint32_t ASN1_set_Value_m647861841_MetadataUsageId; extern RuntimeClass* ArrayList_t2718874744_il2cpp_TypeInfo_var; extern const uint32_t ASN1_Add_m3262603624_MetadataUsageId; extern RuntimeClass* IEnumerator_t1853284238_il2cpp_TypeInfo_var; extern RuntimeClass* ASN1_t2114160833_il2cpp_TypeInfo_var; extern RuntimeClass* IDisposable_t3640265483_il2cpp_TypeInfo_var; extern const uint32_t ASN1_GetBytes_m1968380955_MetadataUsageId; extern const uint32_t ASN1_Decode_m1245286596_MetadataUsageId; extern const uint32_t ASN1_DecodeTLV_m3927350254_MetadataUsageId; extern const uint32_t ASN1_get_Item_m315148275_MetadataUsageId; extern const uint32_t ASN1_Element_m4088315026_MetadataUsageId; extern RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; extern RuntimeClass* ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1285239904; extern String_t* _stringLiteral3451435000; extern String_t* _stringLiteral2514902888; extern String_t* _stringLiteral3013462727; extern String_t* _stringLiteral3100627678; extern const uint32_t ASN1_ToString_m45458043_MetadataUsageId; extern const uint32_t ASN1Convert_FromInt32_m2294771542_MetadataUsageId; extern RuntimeClass* ArgumentNullException_t1615371798_il2cpp_TypeInfo_var; extern RuntimeClass* CryptoConfig_t4201145714_il2cpp_TypeInfo_var; extern const RuntimeMethod* ASN1Convert_FromOid_m3844102704_RuntimeMethod_var; extern String_t* _stringLiteral3266464951; extern const uint32_t ASN1Convert_FromOid_m3844102704_MetadataUsageId; extern RuntimeClass* FormatException_t154580423_il2cpp_TypeInfo_var; extern const RuntimeMethod* ASN1Convert_ToInt32_m2228176117_RuntimeMethod_var; extern String_t* _stringLiteral2971046163; extern String_t* _stringLiteral1968993200; extern const uint32_t ASN1Convert_ToInt32_m2228176117_MetadataUsageId; extern RuntimeClass* CultureInfo_t4157843068_il2cpp_TypeInfo_var; extern const RuntimeMethod* ASN1Convert_ToOid_m4290825381_RuntimeMethod_var; extern String_t* _stringLiteral3452614530; extern const uint32_t ASN1Convert_ToOid_m4290825381_MetadataUsageId; extern RuntimeClass* Encoding_t1523322056_il2cpp_TypeInfo_var; extern RuntimeClass* Convert_t2465617642_il2cpp_TypeInfo_var; extern RuntimeClass* DateTime_t3738529785_il2cpp_TypeInfo_var; extern const RuntimeMethod* ASN1Convert_ToDateTime_m1246060840_RuntimeMethod_var; extern String_t* _stringLiteral63249541; extern String_t* _stringLiteral3346400495; extern String_t* _stringLiteral3452024719; extern String_t* _stringLiteral3451565966; extern String_t* _stringLiteral924502160; extern String_t* _stringLiteral3005829114; extern String_t* _stringLiteral587613957; extern const uint32_t ASN1Convert_ToDateTime_m1246060840_MetadataUsageId; extern RuntimeClass* BitConverter_t3118986983_il2cpp_TypeInfo_var; extern const uint32_t BitConverterLE_GetUIntBytes_m795219058_MetadataUsageId; extern RuntimeClass* RC4_t2752556436_il2cpp_TypeInfo_var; extern const uint32_t ARC4Managed__ctor_m2553537404_MetadataUsageId; extern const uint32_t ARC4Managed_get_Key_m2476146969_MetadataUsageId; extern const uint32_t ARC4Managed_set_Key_m859266296_MetadataUsageId; extern const uint32_t ARC4Managed_GenerateIV_m2029637723_MetadataUsageId; extern const RuntimeMethod* ARC4Managed_CheckInput_m1562172012_RuntimeMethod_var; extern String_t* _stringLiteral3152468735; extern String_t* _stringLiteral2167393519; extern String_t* _stringLiteral3073595182; extern String_t* _stringLiteral438779933; extern String_t* _stringLiteral251636811; extern const uint32_t ARC4Managed_CheckInput_m1562172012_MetadataUsageId; extern const RuntimeMethod* ARC4Managed_TransformBlock_m1687647868_RuntimeMethod_var; extern String_t* _stringLiteral2053830539; extern String_t* _stringLiteral1561769044; extern const uint32_t ARC4Managed_TransformBlock_m1687647868_MetadataUsageId; extern const uint32_t ARC4Managed_TransformFinalBlock_m2223084380_MetadataUsageId; extern const uint32_t CryptoConvert_ToHex_m2210632265_MetadataUsageId; extern String_t* _stringLiteral3839139460; extern const uint32_t HMAC__ctor_m775015853_MetadataUsageId; extern const uint32_t HMAC_get_Key_m1410673610_MetadataUsageId; extern const RuntimeMethod* HMAC_set_Key_m3535779141_RuntimeMethod_var; extern String_t* _stringLiteral3906129098; extern const uint32_t HMAC_set_Key_m3535779141_MetadataUsageId; extern const uint32_t HMAC_HashFinal_m1453827676_MetadataUsageId; extern const uint32_t HMAC_initializePad_m59014980_MetadataUsageId; extern RuntimeClass* KeyBuilder_t2049230355_il2cpp_TypeInfo_var; extern const uint32_t KeyBuilder_get_Rng_m983065666_MetadataUsageId; extern const uint32_t KeyBuilder_Key_m1482371611_MetadataUsageId; extern String_t* _stringLiteral4242423987; extern const uint32_t MD2_Create_m3511476020_MetadataUsageId; extern RuntimeClass* MD2Managed_t1377101535_il2cpp_TypeInfo_var; extern RuntimeClass* MD2_t1561046427_il2cpp_TypeInfo_var; extern const uint32_t MD2_Create_m1292792200_MetadataUsageId; extern const uint32_t MD2Managed__ctor_m3243422744_MetadataUsageId; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255362____U24U24fieldU2D5_1_FieldInfo_var; extern const uint32_t MD2Managed__cctor_m1915574725_MetadataUsageId; extern const uint32_t MD2Managed_Padding_m1334210368_MetadataUsageId; extern const uint32_t MD2Managed_HashFinal_m808964912_MetadataUsageId; extern const uint32_t MD2Managed_MD2Transform_m3143426291_MetadataUsageId; extern String_t* _stringLiteral1110256105; extern const uint32_t MD4_Create_m1588482044_MetadataUsageId; extern RuntimeClass* MD4Managed_t957540063_il2cpp_TypeInfo_var; extern RuntimeClass* MD4_t1560915355_il2cpp_TypeInfo_var; extern const uint32_t MD4_Create_m4111026039_MetadataUsageId; extern const uint32_t MD4Managed__ctor_m2284724408_MetadataUsageId; extern const uint32_t MD4Managed_HashFinal_m3850238392_MetadataUsageId; extern const uint32_t MD4Managed_Padding_m3091724296_MetadataUsageId; extern const uint32_t MD5SHA1_HashFinal_m4115488658_MetadataUsageId; extern RuntimeClass* CryptographicUnexpectedOperationException_t2790575154_il2cpp_TypeInfo_var; extern RuntimeClass* RSASslSignatureFormatter_t2709678514_il2cpp_TypeInfo_var; extern const RuntimeMethod* MD5SHA1_CreateSignature_m3583449066_RuntimeMethod_var; extern String_t* _stringLiteral1813429223; extern String_t* _stringLiteral1361554341; extern const uint32_t MD5SHA1_CreateSignature_m3583449066_MetadataUsageId; extern RuntimeClass* RSASslSignatureDeformatter_t3558097625_il2cpp_TypeInfo_var; extern const RuntimeMethod* MD5SHA1_VerifySignature_m915115209_RuntimeMethod_var; extern String_t* _stringLiteral3170101360; extern const uint32_t MD5SHA1_VerifySignature_m915115209_MetadataUsageId; extern RuntimeClass* PKCS1_t1505584677_il2cpp_TypeInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255362____U24U24fieldU2D6_2_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255362____U24U24fieldU2D7_3_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255362____U24U24fieldU2D8_4_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255362____U24U24fieldU2D9_5_FieldInfo_var; extern const uint32_t PKCS1__cctor_m2848504824_MetadataUsageId; extern const uint32_t PKCS1_I2OSP_m2559784711_MetadataUsageId; extern const uint32_t PKCS1_OS2IP_m1443067185_MetadataUsageId; extern const uint32_t PKCS1_Sign_v15_m3459793192_MetadataUsageId; extern const uint32_t PKCS1_Verify_v15_m4192025173_MetadataUsageId; extern const uint32_t PKCS1_Verify_v15_m400093581_MetadataUsageId; extern RuntimeClass* CryptographicException_t248831461_il2cpp_TypeInfo_var; extern const RuntimeMethod* PKCS1_Encode_v15_m2077073129_RuntimeMethod_var; extern String_t* _stringLiteral491063406; extern const uint32_t PKCS1_Encode_v15_m2077073129_MetadataUsageId; extern const uint32_t EncryptedPrivateKeyInfo_get_EncryptedData_m491452551_MetadataUsageId; extern const uint32_t EncryptedPrivateKeyInfo_get_Salt_m1261804721_MetadataUsageId; extern const RuntimeMethod* EncryptedPrivateKeyInfo_Decode_m3008916518_RuntimeMethod_var; extern String_t* _stringLiteral2449489188; extern String_t* _stringLiteral2471616411; extern String_t* _stringLiteral1133397176; extern String_t* _stringLiteral2479900804; extern String_t* _stringLiteral2581649682; extern String_t* _stringLiteral1189022210; extern String_t* _stringLiteral3895113801; extern const uint32_t EncryptedPrivateKeyInfo_Decode_m3008916518_MetadataUsageId; extern const uint32_t PrivateKeyInfo__ctor_m3331475997_MetadataUsageId; extern const uint32_t PrivateKeyInfo_get_PrivateKey_m3647771102_MetadataUsageId; extern const RuntimeMethod* PrivateKeyInfo_Decode_m986145117_RuntimeMethod_var; extern String_t* _stringLiteral3860840281; extern String_t* _stringLiteral1111651387; extern String_t* _stringLiteral3055172879; extern const uint32_t PrivateKeyInfo_Decode_m986145117_MetadataUsageId; extern const uint32_t PrivateKeyInfo_RemoveLeadingZero_m3592760008_MetadataUsageId; extern const uint32_t PrivateKeyInfo_Normalize_m2274647848_MetadataUsageId; extern RuntimeClass* CspParameters_t239852639_il2cpp_TypeInfo_var; extern RuntimeClass* RSACryptoServiceProvider_t2683512874_il2cpp_TypeInfo_var; extern const RuntimeMethod* PrivateKeyInfo_DecodeRSA_m4129124827_RuntimeMethod_var; extern String_t* _stringLiteral2973183703; extern String_t* _stringLiteral3023545426; extern String_t* _stringLiteral470035263; extern const uint32_t PrivateKeyInfo_DecodeRSA_m4129124827_MetadataUsageId; extern const RuntimeMethod* PrivateKeyInfo_DecodeDSA_m2335813142_RuntimeMethod_var; extern const uint32_t PrivateKeyInfo_DecodeDSA_m2335813142_MetadataUsageId; extern const uint32_t RC4__ctor_m3531760091_MetadataUsageId; extern RuntimeClass* KeySizesU5BU5D_t722666473_il2cpp_TypeInfo_var; extern RuntimeClass* KeySizes_t85027896_il2cpp_TypeInfo_var; extern const uint32_t RC4__cctor_m362546962_MetadataUsageId; extern const uint32_t RC4_get_IV_m2290186270_MetadataUsageId; extern const uint32_t RSAManaged__ctor_m350841446_MetadataUsageId; extern const uint32_t RSAManaged_GenerateKeyPair_m2364618953_MetadataUsageId; extern const uint32_t RSAManaged_get_PublicOnly_m1402405000_MetadataUsageId; extern RuntimeClass* ObjectDisposedException_t21392786_il2cpp_TypeInfo_var; extern const RuntimeMethod* RSAManaged_DecryptValue_m1804388365_RuntimeMethod_var; extern String_t* _stringLiteral2186307263; extern String_t* _stringLiteral2368775859; extern const uint32_t RSAManaged_DecryptValue_m1804388365_MetadataUsageId; extern const RuntimeMethod* RSAManaged_EncryptValue_m4149543654_RuntimeMethod_var; extern String_t* _stringLiteral2105469118; extern const uint32_t RSAManaged_EncryptValue_m4149543654_MetadataUsageId; extern const RuntimeMethod* RSAManaged_ExportParameters_m1754454264_RuntimeMethod_var; extern String_t* _stringLiteral2597607271; extern String_t* _stringLiteral1209813982; extern const uint32_t RSAManaged_ExportParameters_m1754454264_MetadataUsageId; extern const RuntimeMethod* RSAManaged_ImportParameters_m1117427048_RuntimeMethod_var; extern String_t* _stringLiteral2383840146; extern String_t* _stringLiteral3860822773; extern String_t* _stringLiteral4201447376; extern const uint32_t RSAManaged_ImportParameters_m1117427048_MetadataUsageId; extern const uint32_t RSAManaged_Dispose_m2347279430_MetadataUsageId; extern RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2330884088; extern String_t* _stringLiteral264464451; extern String_t* _stringLiteral3087219758; extern String_t* _stringLiteral4195570472; extern String_t* _stringLiteral3252161509; extern String_t* _stringLiteral1918135800; extern String_t* _stringLiteral417504526; extern String_t* _stringLiteral1918070264; extern String_t* _stringLiteral3146387881; extern String_t* _stringLiteral423468302; extern String_t* _stringLiteral2921622622; extern String_t* _stringLiteral3152351657; extern String_t* _stringLiteral582970462; extern String_t* _stringLiteral939428175; extern String_t* _stringLiteral197188615; extern String_t* _stringLiteral1916825080; extern String_t* _stringLiteral3455564074; extern String_t* _stringLiteral1114683495; extern const uint32_t RSAManaged_ToXmlString_m2369501989_MetadataUsageId; extern const uint32_t RSAManaged_GetPaddedValue_m2182626630_MetadataUsageId; extern const uint32_t ContentInfo__ctor_m1955840786_MetadataUsageId; extern const uint32_t ContentInfo__ctor_m2928874476_MetadataUsageId; extern const RuntimeMethod* ContentInfo__ctor_m3397951412_RuntimeMethod_var; extern String_t* _stringLiteral532208778; extern String_t* _stringLiteral2231488616; extern String_t* _stringLiteral825954302; extern const uint32_t ContentInfo__ctor_m3397951412_MetadataUsageId; extern const uint32_t ContentInfo_GetASN1_m2535172199_MetadataUsageId; extern RuntimeClass* ContentInfo_t3218159896_il2cpp_TypeInfo_var; extern const RuntimeMethod* EncryptedData__ctor_m4001546383_RuntimeMethod_var; extern String_t* _stringLiteral2787816553; extern String_t* _stringLiteral1110505755; extern String_t* _stringLiteral3295482658; extern String_t* _stringLiteral2103170127; extern String_t* _stringLiteral3133584213; extern String_t* _stringLiteral3316324514; extern const uint32_t EncryptedData__ctor_m4001546383_MetadataUsageId; extern const uint32_t EncryptedData_get_EncryptedContent_m3205649670_MetadataUsageId; extern String_t* _stringLiteral1867853257; extern const uint32_t Alert_GetAlertMessage_m1942367141_MetadataUsageId; extern RuntimeClass* CipherSuite_t3414744575_il2cpp_TypeInfo_var; extern const uint32_t CipherSuite__cctor_m3668442490_MetadataUsageId; extern String_t* _stringLiteral1144609714; extern String_t* _stringLiteral2791739702; extern const uint32_t CipherSuite_get_HashAlgorithmName_m3758129154_MetadataUsageId; extern const RuntimeMethod* CipherSuite_Write_m1172814058_RuntimeMethod_var; extern String_t* _stringLiteral1082126080; extern const uint32_t CipherSuite_Write_m1172814058_MetadataUsageId; extern const RuntimeMethod* CipherSuite_Write_m1841735015_RuntimeMethod_var; extern const uint32_t CipherSuite_Write_m1841735015_MetadataUsageId; extern RuntimeClass* ICryptoTransform_t2733259762_il2cpp_TypeInfo_var; extern const uint32_t CipherSuite_EncryptRecord_m4196378593_MetadataUsageId; extern const uint32_t CipherSuite_DecryptRecord_m1495386860_MetadataUsageId; extern RuntimeClass* ClientContext_t2797401965_il2cpp_TypeInfo_var; extern const uint32_t CipherSuite_CreatePremasterSecret_m4264566459_MetadataUsageId; extern RuntimeClass* TlsStream_t2365453965_il2cpp_TypeInfo_var; extern const uint32_t CipherSuite_PRF_m2801806009_MetadataUsageId; extern RuntimeClass* HMAC_t3689525210_il2cpp_TypeInfo_var; extern RuntimeClass* ByteU5BU5DU5BU5D_t457913172_il2cpp_TypeInfo_var; extern const uint32_t CipherSuite_Expand_m2729769226_MetadataUsageId; extern RuntimeClass* DES_t821106792_il2cpp_TypeInfo_var; extern RuntimeClass* ARC4Managed_t2641858452_il2cpp_TypeInfo_var; extern const uint32_t CipherSuite_createEncryptionCipher_m2533565116_MetadataUsageId; extern const uint32_t CipherSuite_createDecryptionCipher_m1176259509_MetadataUsageId; extern const uint32_t CipherSuiteCollection__ctor_m384434353_MetadataUsageId; extern const uint32_t CipherSuiteCollection_System_Collections_IList_set_Item_m904255570_MetadataUsageId; extern const uint32_t CipherSuiteCollection_System_Collections_IList_Contains_m1220133031_MetadataUsageId; extern const uint32_t CipherSuiteCollection_System_Collections_IList_IndexOf_m1361500977_MetadataUsageId; extern const uint32_t CipherSuiteCollection_System_Collections_IList_Insert_m1567261820_MetadataUsageId; extern const uint32_t CipherSuiteCollection_System_Collections_IList_Remove_m2463347416_MetadataUsageId; extern const uint32_t CipherSuiteCollection_System_Collections_IList_Add_m1178326810_MetadataUsageId; extern const uint32_t CipherSuiteCollection_get_Item_m2791953484_MetadataUsageId; extern const uint32_t CipherSuiteCollection_get_Item_m4188309062_MetadataUsageId; extern const uint32_t CipherSuiteCollection_get_Item_m3790183696_MetadataUsageId; extern const uint32_t CipherSuiteCollection_IndexOf_m2232557119_MetadataUsageId; extern const uint32_t CipherSuiteCollection_IndexOf_m2770510321_MetadataUsageId; extern RuntimeClass* TlsCipherSuite_t1545013223_il2cpp_TypeInfo_var; extern RuntimeClass* SslCipherSuite_t1981645747_il2cpp_TypeInfo_var; extern const RuntimeMethod* CipherSuiteCollection_Add_m2046232751_RuntimeMethod_var; extern String_t* _stringLiteral2024143041; extern const uint32_t CipherSuiteCollection_Add_m2046232751_MetadataUsageId; extern const uint32_t CipherSuiteCollection_cultureAwareCompare_m2072548979_MetadataUsageId; extern const RuntimeMethod* CipherSuiteFactory_GetSupportedCiphers_m3260014148_RuntimeMethod_var; extern String_t* _stringLiteral3034282783; extern const uint32_t CipherSuiteFactory_GetSupportedCiphers_m3260014148_MetadataUsageId; extern RuntimeClass* CipherSuiteCollection_t1129639304_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2728941485; extern String_t* _stringLiteral1174641524; extern String_t* _stringLiteral1749648451; extern String_t* _stringLiteral2927991799; extern String_t* _stringLiteral945956019; extern String_t* _stringLiteral4284309600; extern String_t* _stringLiteral3499506080; extern String_t* _stringLiteral1938928454; extern String_t* _stringLiteral1063943309; extern String_t* _stringLiteral3486530047; extern String_t* _stringLiteral1927525029; extern String_t* _stringLiteral2791101299; extern String_t* _stringLiteral2047228403; extern const uint32_t CipherSuiteFactory_GetTls1SupportedCiphers_m3691819504_MetadataUsageId; extern String_t* _stringLiteral3622179847; extern String_t* _stringLiteral3519915121; extern String_t* _stringLiteral3746471772; extern String_t* _stringLiteral1306161608; extern String_t* _stringLiteral3387223069; extern String_t* _stringLiteral123659953; extern String_t* _stringLiteral2217280364; extern String_t* _stringLiteral969659244; extern String_t* _stringLiteral127985362; extern String_t* _stringLiteral2198012883; extern String_t* _stringLiteral1238132549; extern String_t* _stringLiteral1282074326; extern const uint32_t CipherSuiteFactory_GetSsl3SupportedCiphers_m3757358569_MetadataUsageId; extern RuntimeClass* RecordProtocol_t3759049701_il2cpp_TypeInfo_var; extern const uint32_t ClientRecordProtocol__ctor_m2839844778_MetadataUsageId; extern const uint32_t ClientRecordProtocol_ProcessHandshakeMessage_m1002991731_MetadataUsageId; extern RuntimeClass* TlsClientHello_t97965998_il2cpp_TypeInfo_var; extern RuntimeClass* TlsClientCertificate_t3519510577_il2cpp_TypeInfo_var; extern RuntimeClass* TlsClientKeyExchange_t643923608_il2cpp_TypeInfo_var; extern RuntimeClass* TlsClientCertificateVerify_t1824902654_il2cpp_TypeInfo_var; extern RuntimeClass* TlsClientFinished_t2486981163_il2cpp_TypeInfo_var; extern RuntimeClass* HandshakeType_t3062346172_il2cpp_TypeInfo_var; extern RuntimeClass* InvalidOperationException_t56020091_il2cpp_TypeInfo_var; extern const RuntimeMethod* ClientRecordProtocol_createClientHandshakeMessage_m3325677558_RuntimeMethod_var; extern String_t* _stringLiteral1510332022; extern const uint32_t ClientRecordProtocol_createClientHandshakeMessage_m3325677558_MetadataUsageId; extern RuntimeClass* TlsServerHello_t3343859594_il2cpp_TypeInfo_var; extern RuntimeClass* TlsServerCertificate_t2716496392_il2cpp_TypeInfo_var; extern RuntimeClass* TlsServerKeyExchange_t699469151_il2cpp_TypeInfo_var; extern RuntimeClass* TlsServerCertificateRequest_t3690397592_il2cpp_TypeInfo_var; extern RuntimeClass* TlsServerHelloDone_t1850379324_il2cpp_TypeInfo_var; extern RuntimeClass* TlsServerFinished_t3860330041_il2cpp_TypeInfo_var; extern RuntimeClass* TlsException_t3534743363_il2cpp_TypeInfo_var; extern const RuntimeMethod* ClientRecordProtocol_createServerHandshakeMessage_m2804371400_RuntimeMethod_var; extern String_t* _stringLiteral54796683; extern const uint32_t ClientRecordProtocol_createServerHandshakeMessage_m2804371400_MetadataUsageId; extern RuntimeClass* Hashtable_t1853889766_il2cpp_TypeInfo_var; extern RuntimeClass* ClientSessionCache_t2353595803_il2cpp_TypeInfo_var; extern const uint32_t ClientSessionCache__cctor_m1380704214_MetadataUsageId; extern RuntimeClass* ClientSessionInfo_t1775821398_il2cpp_TypeInfo_var; extern const uint32_t ClientSessionCache_Add_m964342678_MetadataUsageId; extern RuntimeClass* IEnumerable_t1941168011_il2cpp_TypeInfo_var; extern const uint32_t ClientSessionCache_FromHost_m273325760_MetadataUsageId; extern const uint32_t ClientSessionCache_FromContext_m343076119_MetadataUsageId; extern const uint32_t ClientSessionCache_SetContextInCache_m2875733100_MetadataUsageId; extern const uint32_t ClientSessionCache_SetContextFromCache_m3781380849_MetadataUsageId; extern String_t* _stringLiteral1601143795; extern const uint32_t ClientSessionInfo__cctor_m1143076802_MetadataUsageId; extern const uint32_t ClientSessionInfo_get_Valid_m1260893789_MetadataUsageId; extern const uint32_t ClientSessionInfo_GetContext_m1679628259_MetadataUsageId; extern const uint32_t ClientSessionInfo_SetContext_m2115875186_MetadataUsageId; extern const uint32_t ClientSessionInfo_KeepAlive_m1020179566_MetadataUsageId; extern const uint32_t ClientSessionInfo_Dispose_m3253728296_MetadataUsageId; extern const RuntimeMethod* ClientSessionInfo_CheckDisposed_m1172439856_RuntimeMethod_var; extern String_t* _stringLiteral3430462705; extern const uint32_t ClientSessionInfo_CheckDisposed_m1172439856_MetadataUsageId; extern RuntimeClass* TlsServerSettings_t4144396432_il2cpp_TypeInfo_var; extern RuntimeClass* TlsClientSettings_t2486039503_il2cpp_TypeInfo_var; extern const uint32_t Context__ctor_m1288667393_MetadataUsageId; extern const RuntimeMethod* Context_get_SecurityProtocol_m3228286292_RuntimeMethod_var; extern const uint32_t Context_get_SecurityProtocol_m3228286292_MetadataUsageId; extern const RuntimeMethod* Context_get_Protocol_m1078422015_RuntimeMethod_var; extern const uint32_t Context_get_Protocol_m1078422015_MetadataUsageId; extern const uint32_t Context_GetUnixTime_m3811151335_MetadataUsageId; extern const uint32_t Context_GetSecureRandomBytes_m3676009387_MetadataUsageId; extern const uint32_t Context_Clear_m2678836033_MetadataUsageId; extern const RuntimeMethod* Context_DecodeProtocolCode_m2249547310_RuntimeMethod_var; extern const uint32_t Context_DecodeProtocolCode_m2249547310_MetadataUsageId; extern const RuntimeMethod* Context_ChangeProtocol_m2412635871_RuntimeMethod_var; extern String_t* _stringLiteral193405814; extern const uint32_t Context_ChangeProtocol_m2412635871_MetadataUsageId; extern RuntimeClass* SecurityParameters_t2199972650_il2cpp_TypeInfo_var; extern const uint32_t Context_get_Current_m2853615040_MetadataUsageId; extern const uint32_t Context_get_Negotiating_m2044579817_MetadataUsageId; extern RuntimeClass* X509Certificate_t713131622_il2cpp_TypeInfo_var; extern const uint32_t TlsClientCertificate_GetClientCertificate_m566867090_MetadataUsageId; extern const uint32_t TlsClientCertificate_SendCertificates_m1965594186_MetadataUsageId; extern const uint32_t TlsClientCertificate_FindParentCertificate_m3844441401_MetadataUsageId; extern RuntimeClass* SslHandshakeHash_t2107581772_il2cpp_TypeInfo_var; extern RuntimeClass* RSA_t2385438082_il2cpp_TypeInfo_var; extern RuntimeClass* NotImplementedException_t3489357830_il2cpp_TypeInfo_var; extern const RuntimeMethod* TlsClientCertificateVerify_ProcessAsSsl3_m1125097704_RuntimeMethod_var; extern String_t* _stringLiteral1280642964; extern const uint32_t TlsClientCertificateVerify_ProcessAsSsl3_m1125097704_MetadataUsageId; extern RuntimeClass* MD5SHA1_t723838944_il2cpp_TypeInfo_var; extern const RuntimeMethod* TlsClientCertificateVerify_ProcessAsTls1_m1051495755_RuntimeMethod_var; extern const uint32_t TlsClientCertificateVerify_ProcessAsTls1_m1051495755_MetadataUsageId; extern RuntimeClass* RSAManaged_t1757093820_il2cpp_TypeInfo_var; extern const uint32_t TlsClientCertificateVerify_getClientCertRSA_m1205662940_MetadataUsageId; extern const uint32_t TlsClientCertificateVerify_getUnsignedBigInteger_m3003216819_MetadataUsageId; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255362____U24U24fieldU2D21_13_FieldInfo_var; extern const uint32_t TlsClientFinished__cctor_m1023921005_MetadataUsageId; extern const uint32_t TlsClientFinished_ProcessAsSsl3_m3094597606_MetadataUsageId; extern String_t* _stringLiteral548517185; extern const uint32_t TlsClientFinished_ProcessAsTls1_m2429863130_MetadataUsageId; extern const uint32_t TlsClientHello_Update_m3773127362_MetadataUsageId; extern const uint32_t TlsClientHello_ProcessAsTls1_m2549285167_MetadataUsageId; extern RuntimeClass* RSAPKCS1KeyExchangeFormatter_t2761096101_il2cpp_TypeInfo_var; extern const uint32_t TlsClientKeyExchange_ProcessCommon_m2327374157_MetadataUsageId; extern RuntimeClass* X509CertificateCollection_t1542168550_il2cpp_TypeInfo_var; extern RuntimeClass* X509Certificate_t489243025_il2cpp_TypeInfo_var; extern const uint32_t TlsServerCertificate_ProcessAsTls1_m819212276_MetadataUsageId; extern RuntimeClass* KeyUsageExtension_t1795615912_il2cpp_TypeInfo_var; extern RuntimeClass* ExtendedKeyUsageExtension_t3929363080_il2cpp_TypeInfo_var; extern RuntimeClass* NetscapeCertTypeExtension_t1524296876_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1004423982; extern String_t* _stringLiteral1386761008; extern String_t* _stringLiteral1948411844; extern String_t* _stringLiteral116715971; extern String_t* _stringLiteral4008398740; extern const uint32_t TlsServerCertificate_checkCertificateUsage_m2152016773_MetadataUsageId; extern const RuntimeType* Int32_t2950945753_0_0_0_var; extern RuntimeClass* Int64_t3736567304_il2cpp_TypeInfo_var; extern RuntimeClass* X509Chain_t863783600_il2cpp_TypeInfo_var; extern RuntimeClass* Type_t_il2cpp_TypeInfo_var; extern RuntimeClass* Int32U5BU5D_t385246372_il2cpp_TypeInfo_var; extern const RuntimeMethod* TlsServerCertificate_validateCertificates_m4242999387_RuntimeMethod_var; extern String_t* _stringLiteral75338978; extern String_t* _stringLiteral3757118627; extern String_t* _stringLiteral2975569484; extern const uint32_t TlsServerCertificate_validateCertificates_m4242999387_MetadataUsageId; extern RuntimeClass* SubjectAltNameExtension_t1536937677_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1004423984; extern const uint32_t TlsServerCertificate_checkServerIdentity_m2801575130_MetadataUsageId; extern RuntimeClass* Regex_t3657309853_il2cpp_TypeInfo_var; extern String_t* _stringLiteral4107337270; extern const uint32_t TlsServerCertificate_checkDomainName_m2543190336_MetadataUsageId; extern const uint32_t TlsServerCertificate_Match_m2996121276_MetadataUsageId; extern RuntimeClass* ClientCertificateTypeU5BU5D_t4253920197_il2cpp_TypeInfo_var; extern RuntimeClass* StringU5BU5D_t1281789340_il2cpp_TypeInfo_var; extern const uint32_t TlsServerCertificateRequest_ProcessAsTls1_m3214041063_MetadataUsageId; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255362____U24U24fieldU2D22_14_FieldInfo_var; extern const uint32_t TlsServerFinished__cctor_m3102699406_MetadataUsageId; extern const RuntimeMethod* TlsServerFinished_ProcessAsSsl3_m2791932180_RuntimeMethod_var; extern String_t* _stringLiteral1609408204; extern const uint32_t TlsServerFinished_ProcessAsSsl3_m2791932180_MetadataUsageId; extern const RuntimeMethod* TlsServerFinished_ProcessAsTls1_m173877572_RuntimeMethod_var; extern String_t* _stringLiteral4133402427; extern const uint32_t TlsServerFinished_ProcessAsTls1_m173877572_MetadataUsageId; extern const uint32_t TlsServerHello_Update_m3935081401_MetadataUsageId; extern const RuntimeMethod* TlsServerHello_ProcessAsTls1_m3844152353_RuntimeMethod_var; extern String_t* _stringLiteral340085282; extern const uint32_t TlsServerHello_ProcessAsTls1_m3844152353_MetadataUsageId; extern const RuntimeMethod* TlsServerHello_processProtocol_m3969427189_RuntimeMethod_var; extern const uint32_t TlsServerHello_processProtocol_m3969427189_MetadataUsageId; extern const RuntimeMethod* TlsServerKeyExchange_verifySignature_m3412856769_RuntimeMethod_var; extern String_t* _stringLiteral1827280598; extern const uint32_t TlsServerKeyExchange_verifySignature_m3412856769_MetadataUsageId; extern const RuntimeMethod* HandshakeMessage_Process_m810828609_RuntimeMethod_var; extern const uint32_t HandshakeMessage_Process_m810828609_MetadataUsageId; extern const uint32_t HandshakeMessage_EncodeMessage_m3919107786_MetadataUsageId; extern RuntimeClass* ServicePointManager_t170559685_il2cpp_TypeInfo_var; extern RuntimeClass* HttpsClientStream_t1160552561_il2cpp_TypeInfo_var; extern RuntimeClass* CertificateSelectionCallback_t3743405224_il2cpp_TypeInfo_var; extern RuntimeClass* PrivateKeySelectionCallback_t3240194217_il2cpp_TypeInfo_var; extern const RuntimeMethod* HttpsClientStream_U3CHttpsClientStreamU3Em__0_m2058474197_RuntimeMethod_var; extern const RuntimeMethod* HttpsClientStream_U3CHttpsClientStreamU3Em__1_m1202173386_RuntimeMethod_var; extern const uint32_t HttpsClientStream__ctor_m3125726871_MetadataUsageId; extern RuntimeClass* ICertificatePolicy_t2970473191_il2cpp_TypeInfo_var; extern RuntimeClass* X509Certificate2_t714049126_il2cpp_TypeInfo_var; extern RuntimeClass* X509Chain_t194917408_il2cpp_TypeInfo_var; extern const uint32_t HttpsClientStream_RaiseServerCertificateValidation_m3782467213_MetadataUsageId; extern const uint32_t HttpsClientStream_U3CHttpsClientStreamU3Em__1_m1202173386_MetadataUsageId; extern RuntimeClass* ManualResetEvent_t451242010_il2cpp_TypeInfo_var; extern const uint32_t RecordProtocol__cctor_m1280873827_MetadataUsageId; extern const uint32_t RecordProtocol_ProcessChangeCipherSpec_m15839975_MetadataUsageId; extern const RuntimeMethod* RecordProtocol_GetMessage_m2086135164_RuntimeMethod_var; extern const uint32_t RecordProtocol_GetMessage_m2086135164_MetadataUsageId; extern RuntimeClass* ReceiveRecordAsyncResult_t3680907657_il2cpp_TypeInfo_var; extern RuntimeClass* AsyncCallback_t3962456242_il2cpp_TypeInfo_var; extern const RuntimeMethod* RecordProtocol_BeginReceiveRecord_m295321170_RuntimeMethod_var; extern const RuntimeMethod* RecordProtocol_InternalReceiveRecordCallback_m1713318629_RuntimeMethod_var; extern String_t* _stringLiteral1410188538; extern const uint32_t RecordProtocol_BeginReceiveRecord_m295321170_MetadataUsageId; extern RuntimeClass* IAsyncResult_t767004451_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2295937935; extern const uint32_t RecordProtocol_InternalReceiveRecordCallback_m1713318629_MetadataUsageId; extern const RuntimeMethod* RecordProtocol_EndReceiveRecord_m1872541318_RuntimeMethod_var; extern String_t* _stringLiteral1889458120; extern const uint32_t RecordProtocol_EndReceiveRecord_m1872541318_MetadataUsageId; extern const RuntimeType* ContentType_t2602934270_0_0_0_var; extern RuntimeClass* ContentType_t2602934270_il2cpp_TypeInfo_var; extern RuntimeClass* Enum_t4135868527_il2cpp_TypeInfo_var; extern const RuntimeMethod* RecordProtocol_ReadRecordBuffer_m180543381_RuntimeMethod_var; extern const uint32_t RecordProtocol_ReadRecordBuffer_m180543381_MetadataUsageId; extern const RuntimeMethod* RecordProtocol_ReadClientHelloV2_m4052496367_RuntimeMethod_var; extern const uint32_t RecordProtocol_ReadClientHelloV2_m4052496367_MetadataUsageId; extern const RuntimeMethod* RecordProtocol_ReadStandardRecordBuffer_m3738063864_RuntimeMethod_var; extern String_t* _stringLiteral2898472053; extern String_t* _stringLiteral951479879; extern String_t* _stringLiteral3786540042; extern const uint32_t RecordProtocol_ReadStandardRecordBuffer_m3738063864_MetadataUsageId; extern const RuntimeMethod* RecordProtocol_ProcessAlert_m1036912531_RuntimeMethod_var; extern const uint32_t RecordProtocol_ProcessAlert_m1036912531_MetadataUsageId; extern RuntimeClass* Alert_t4059934885_il2cpp_TypeInfo_var; extern const uint32_t RecordProtocol_SendAlert_m1931708341_MetadataUsageId; extern const uint32_t RecordProtocol_SendAlert_m2670098001_MetadataUsageId; extern const uint32_t RecordProtocol_SendAlert_m3736432480_MetadataUsageId; extern const uint32_t RecordProtocol_SendChangeCipherSpec_m464005157_MetadataUsageId; extern RuntimeClass* SendRecordAsyncResult_t3718352467_il2cpp_TypeInfo_var; extern const RuntimeMethod* RecordProtocol_InternalSendRecordCallback_m682661965_RuntimeMethod_var; extern const uint32_t RecordProtocol_BeginSendRecord_m615249746_MetadataUsageId; extern const uint32_t RecordProtocol_InternalSendRecordCallback_m682661965_MetadataUsageId; extern const RuntimeMethod* RecordProtocol_BeginSendRecord_m3926976520_RuntimeMethod_var; extern const uint32_t RecordProtocol_BeginSendRecord_m3926976520_MetadataUsageId; extern const RuntimeMethod* RecordProtocol_EndSendRecord_m4264777321_RuntimeMethod_var; extern const uint32_t RecordProtocol_EndSendRecord_m4264777321_MetadataUsageId; extern const RuntimeMethod* RecordProtocol_EncodeRecord_m3312835762_RuntimeMethod_var; extern const uint32_t RecordProtocol_EncodeRecord_m3312835762_MetadataUsageId; extern const uint32_t RecordProtocol_encryptRecordFragment_m710101985_MetadataUsageId; extern RuntimeClass* ServerContext_t3848440993_il2cpp_TypeInfo_var; extern const RuntimeMethod* RecordProtocol_decryptRecordFragment_m66623237_RuntimeMethod_var; extern String_t* _stringLiteral3971508554; extern const uint32_t RecordProtocol_decryptRecordFragment_m66623237_MetadataUsageId; extern const RuntimeMethod* RecordProtocol_ProcessCipherSpecV2Buffer_m487045483_RuntimeMethod_var; extern String_t* _stringLiteral1940067499; extern String_t* _stringLiteral3149331255; extern String_t* _stringLiteral82125824; extern const uint32_t RecordProtocol_ProcessCipherSpecV2Buffer_m487045483_MetadataUsageId; extern String_t* _stringLiteral151588389; extern String_t* _stringLiteral1565675654; extern String_t* _stringLiteral243541289; extern const uint32_t RecordProtocol_MapV2CipherCode_m4087331414_MetadataUsageId; extern const uint32_t ReceiveRecordAsyncResult__ctor_m277637112_MetadataUsageId; extern const uint32_t ReceiveRecordAsyncResult_get_AsyncWaitHandle_m1781023438_MetadataUsageId; extern const uint32_t SendRecordAsyncResult__ctor_m425551707_MetadataUsageId; extern const uint32_t SendRecordAsyncResult_get_AsyncWaitHandle_m1466641472_MetadataUsageId; extern const RuntimeMethod* RSASslSignatureDeformatter_VerifySignature_m1061897602_RuntimeMethod_var; extern String_t* _stringLiteral961554175; extern String_t* _stringLiteral476027131; extern String_t* _stringLiteral475316319; extern const uint32_t RSASslSignatureDeformatter_VerifySignature_m1061897602_MetadataUsageId; extern RuntimeClass* Dictionary_2_t2736202052_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m2392909825_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m282647386_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var; extern const uint32_t RSASslSignatureDeformatter_SetHashAlgorithm_m895570787_MetadataUsageId; extern const RuntimeMethod* RSASslSignatureDeformatter_SetKey_m2204705853_RuntimeMethod_var; extern String_t* _stringLiteral1827055184; extern const uint32_t RSASslSignatureDeformatter_SetKey_m2204705853_MetadataUsageId; extern const RuntimeMethod* RSASslSignatureFormatter_CreateSignature_m2614788251_RuntimeMethod_var; extern const uint32_t RSASslSignatureFormatter_CreateSignature_m2614788251_MetadataUsageId; extern const uint32_t RSASslSignatureFormatter_SetHashAlgorithm_m3864232300_MetadataUsageId; extern const RuntimeMethod* RSASslSignatureFormatter_SetKey_m979790541_RuntimeMethod_var; extern const uint32_t RSASslSignatureFormatter_SetKey_m979790541_MetadataUsageId; extern const uint32_t SslCipherSuite__ctor_m1470082018_MetadataUsageId; extern const uint32_t SslCipherSuite_ComputeServerRecordMAC_m1297079805_MetadataUsageId; extern const uint32_t SslCipherSuite_ComputeClientRecordMAC_m3756410489_MetadataUsageId; extern String_t* _stringLiteral3452614623; extern String_t* _stringLiteral3456677854; extern String_t* _stringLiteral3409069272; extern const uint32_t SslCipherSuite_ComputeMasterSecret_m3963626850_MetadataUsageId; extern const uint32_t SslCipherSuite_ComputeKeys_m661027754_MetadataUsageId; extern const uint32_t SslCipherSuite_prf_m922878400_MetadataUsageId; struct UInt32U5BU5D_t2770800703; struct ByteU5BU5D_t4116647657; struct BigIntegerU5BU5D_t2349952477; struct ObjectU5BU5D_t2843939325; struct KeySizesU5BU5D_t722666473; struct Int32U5BU5D_t385246372; struct ByteU5BU5DU5BU5D_t457913172; struct StringU5BU5D_t1281789340; struct ClientCertificateTypeU5BU5D_t4253920197; #ifndef U3CMODULEU3E_T692745526_H #define U3CMODULEU3E_T692745526_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // struct U3CModuleU3E_t692745526 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CMODULEU3E_T692745526_H #ifndef RUNTIMEOBJECT_H #define RUNTIMEOBJECT_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEOBJECT_H struct Il2CppArrayBounds; #ifndef RUNTIMEARRAY_H #define RUNTIMEARRAY_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEARRAY_H #ifndef SENDRECORDASYNCRESULT_T3718352467_H #define SENDRECORDASYNCRESULT_T3718352467_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.RecordProtocol/SendRecordAsyncResult struct SendRecordAsyncResult_t3718352467 : public RuntimeObject { public: // System.Object Mono.Security.Protocol.Tls.RecordProtocol/SendRecordAsyncResult::locker RuntimeObject * ___locker_0; // System.AsyncCallback Mono.Security.Protocol.Tls.RecordProtocol/SendRecordAsyncResult::_userCallback AsyncCallback_t3962456242 * ____userCallback_1; // System.Object Mono.Security.Protocol.Tls.RecordProtocol/SendRecordAsyncResult::_userState RuntimeObject * ____userState_2; // System.Exception Mono.Security.Protocol.Tls.RecordProtocol/SendRecordAsyncResult::_asyncException Exception_t * ____asyncException_3; // System.Threading.ManualResetEvent Mono.Security.Protocol.Tls.RecordProtocol/SendRecordAsyncResult::handle ManualResetEvent_t451242010 * ___handle_4; // Mono.Security.Protocol.Tls.Handshake.HandshakeMessage Mono.Security.Protocol.Tls.RecordProtocol/SendRecordAsyncResult::_message HandshakeMessage_t3696583168 * ____message_5; // System.Boolean Mono.Security.Protocol.Tls.RecordProtocol/SendRecordAsyncResult::completed bool ___completed_6; public: inline static int32_t get_offset_of_locker_0() { return static_cast(offsetof(SendRecordAsyncResult_t3718352467, ___locker_0)); } inline RuntimeObject * get_locker_0() const { return ___locker_0; } inline RuntimeObject ** get_address_of_locker_0() { return &___locker_0; } inline void set_locker_0(RuntimeObject * value) { ___locker_0 = value; Il2CppCodeGenWriteBarrier((&___locker_0), value); } inline static int32_t get_offset_of__userCallback_1() { return static_cast(offsetof(SendRecordAsyncResult_t3718352467, ____userCallback_1)); } inline AsyncCallback_t3962456242 * get__userCallback_1() const { return ____userCallback_1; } inline AsyncCallback_t3962456242 ** get_address_of__userCallback_1() { return &____userCallback_1; } inline void set__userCallback_1(AsyncCallback_t3962456242 * value) { ____userCallback_1 = value; Il2CppCodeGenWriteBarrier((&____userCallback_1), value); } inline static int32_t get_offset_of__userState_2() { return static_cast(offsetof(SendRecordAsyncResult_t3718352467, ____userState_2)); } inline RuntimeObject * get__userState_2() const { return ____userState_2; } inline RuntimeObject ** get_address_of__userState_2() { return &____userState_2; } inline void set__userState_2(RuntimeObject * value) { ____userState_2 = value; Il2CppCodeGenWriteBarrier((&____userState_2), value); } inline static int32_t get_offset_of__asyncException_3() { return static_cast(offsetof(SendRecordAsyncResult_t3718352467, ____asyncException_3)); } inline Exception_t * get__asyncException_3() const { return ____asyncException_3; } inline Exception_t ** get_address_of__asyncException_3() { return &____asyncException_3; } inline void set__asyncException_3(Exception_t * value) { ____asyncException_3 = value; Il2CppCodeGenWriteBarrier((&____asyncException_3), value); } inline static int32_t get_offset_of_handle_4() { return static_cast(offsetof(SendRecordAsyncResult_t3718352467, ___handle_4)); } inline ManualResetEvent_t451242010 * get_handle_4() const { return ___handle_4; } inline ManualResetEvent_t451242010 ** get_address_of_handle_4() { return &___handle_4; } inline void set_handle_4(ManualResetEvent_t451242010 * value) { ___handle_4 = value; Il2CppCodeGenWriteBarrier((&___handle_4), value); } inline static int32_t get_offset_of__message_5() { return static_cast(offsetof(SendRecordAsyncResult_t3718352467, ____message_5)); } inline HandshakeMessage_t3696583168 * get__message_5() const { return ____message_5; } inline HandshakeMessage_t3696583168 ** get_address_of__message_5() { return &____message_5; } inline void set__message_5(HandshakeMessage_t3696583168 * value) { ____message_5 = value; Il2CppCodeGenWriteBarrier((&____message_5), value); } inline static int32_t get_offset_of_completed_6() { return static_cast(offsetof(SendRecordAsyncResult_t3718352467, ___completed_6)); } inline bool get_completed_6() const { return ___completed_6; } inline bool* get_address_of_completed_6() { return &___completed_6; } inline void set_completed_6(bool value) { ___completed_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SENDRECORDASYNCRESULT_T3718352467_H #ifndef CIPHERSUITEFACTORY_T3316559455_H #define CIPHERSUITEFACTORY_T3316559455_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.CipherSuiteFactory struct CipherSuiteFactory_t3316559455 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CIPHERSUITEFACTORY_T3316559455_H #ifndef RECEIVERECORDASYNCRESULT_T3680907657_H #define RECEIVERECORDASYNCRESULT_T3680907657_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.RecordProtocol/ReceiveRecordAsyncResult struct ReceiveRecordAsyncResult_t3680907657 : public RuntimeObject { public: // System.Object Mono.Security.Protocol.Tls.RecordProtocol/ReceiveRecordAsyncResult::locker RuntimeObject * ___locker_0; // System.AsyncCallback Mono.Security.Protocol.Tls.RecordProtocol/ReceiveRecordAsyncResult::_userCallback AsyncCallback_t3962456242 * ____userCallback_1; // System.Object Mono.Security.Protocol.Tls.RecordProtocol/ReceiveRecordAsyncResult::_userState RuntimeObject * ____userState_2; // System.Exception Mono.Security.Protocol.Tls.RecordProtocol/ReceiveRecordAsyncResult::_asyncException Exception_t * ____asyncException_3; // System.Threading.ManualResetEvent Mono.Security.Protocol.Tls.RecordProtocol/ReceiveRecordAsyncResult::handle ManualResetEvent_t451242010 * ___handle_4; // System.Byte[] Mono.Security.Protocol.Tls.RecordProtocol/ReceiveRecordAsyncResult::_resultingBuffer ByteU5BU5D_t4116647657* ____resultingBuffer_5; // System.IO.Stream Mono.Security.Protocol.Tls.RecordProtocol/ReceiveRecordAsyncResult::_record Stream_t1273022909 * ____record_6; // System.Boolean Mono.Security.Protocol.Tls.RecordProtocol/ReceiveRecordAsyncResult::completed bool ___completed_7; // System.Byte[] Mono.Security.Protocol.Tls.RecordProtocol/ReceiveRecordAsyncResult::_initialBuffer ByteU5BU5D_t4116647657* ____initialBuffer_8; public: inline static int32_t get_offset_of_locker_0() { return static_cast(offsetof(ReceiveRecordAsyncResult_t3680907657, ___locker_0)); } inline RuntimeObject * get_locker_0() const { return ___locker_0; } inline RuntimeObject ** get_address_of_locker_0() { return &___locker_0; } inline void set_locker_0(RuntimeObject * value) { ___locker_0 = value; Il2CppCodeGenWriteBarrier((&___locker_0), value); } inline static int32_t get_offset_of__userCallback_1() { return static_cast(offsetof(ReceiveRecordAsyncResult_t3680907657, ____userCallback_1)); } inline AsyncCallback_t3962456242 * get__userCallback_1() const { return ____userCallback_1; } inline AsyncCallback_t3962456242 ** get_address_of__userCallback_1() { return &____userCallback_1; } inline void set__userCallback_1(AsyncCallback_t3962456242 * value) { ____userCallback_1 = value; Il2CppCodeGenWriteBarrier((&____userCallback_1), value); } inline static int32_t get_offset_of__userState_2() { return static_cast(offsetof(ReceiveRecordAsyncResult_t3680907657, ____userState_2)); } inline RuntimeObject * get__userState_2() const { return ____userState_2; } inline RuntimeObject ** get_address_of__userState_2() { return &____userState_2; } inline void set__userState_2(RuntimeObject * value) { ____userState_2 = value; Il2CppCodeGenWriteBarrier((&____userState_2), value); } inline static int32_t get_offset_of__asyncException_3() { return static_cast(offsetof(ReceiveRecordAsyncResult_t3680907657, ____asyncException_3)); } inline Exception_t * get__asyncException_3() const { return ____asyncException_3; } inline Exception_t ** get_address_of__asyncException_3() { return &____asyncException_3; } inline void set__asyncException_3(Exception_t * value) { ____asyncException_3 = value; Il2CppCodeGenWriteBarrier((&____asyncException_3), value); } inline static int32_t get_offset_of_handle_4() { return static_cast(offsetof(ReceiveRecordAsyncResult_t3680907657, ___handle_4)); } inline ManualResetEvent_t451242010 * get_handle_4() const { return ___handle_4; } inline ManualResetEvent_t451242010 ** get_address_of_handle_4() { return &___handle_4; } inline void set_handle_4(ManualResetEvent_t451242010 * value) { ___handle_4 = value; Il2CppCodeGenWriteBarrier((&___handle_4), value); } inline static int32_t get_offset_of__resultingBuffer_5() { return static_cast(offsetof(ReceiveRecordAsyncResult_t3680907657, ____resultingBuffer_5)); } inline ByteU5BU5D_t4116647657* get__resultingBuffer_5() const { return ____resultingBuffer_5; } inline ByteU5BU5D_t4116647657** get_address_of__resultingBuffer_5() { return &____resultingBuffer_5; } inline void set__resultingBuffer_5(ByteU5BU5D_t4116647657* value) { ____resultingBuffer_5 = value; Il2CppCodeGenWriteBarrier((&____resultingBuffer_5), value); } inline static int32_t get_offset_of__record_6() { return static_cast(offsetof(ReceiveRecordAsyncResult_t3680907657, ____record_6)); } inline Stream_t1273022909 * get__record_6() const { return ____record_6; } inline Stream_t1273022909 ** get_address_of__record_6() { return &____record_6; } inline void set__record_6(Stream_t1273022909 * value) { ____record_6 = value; Il2CppCodeGenWriteBarrier((&____record_6), value); } inline static int32_t get_offset_of_completed_7() { return static_cast(offsetof(ReceiveRecordAsyncResult_t3680907657, ___completed_7)); } inline bool get_completed_7() const { return ___completed_7; } inline bool* get_address_of_completed_7() { return &___completed_7; } inline void set_completed_7(bool value) { ___completed_7 = value; } inline static int32_t get_offset_of__initialBuffer_8() { return static_cast(offsetof(ReceiveRecordAsyncResult_t3680907657, ____initialBuffer_8)); } inline ByteU5BU5D_t4116647657* get__initialBuffer_8() const { return ____initialBuffer_8; } inline ByteU5BU5D_t4116647657** get_address_of__initialBuffer_8() { return &____initialBuffer_8; } inline void set__initialBuffer_8(ByteU5BU5D_t4116647657* value) { ____initialBuffer_8 = value; Il2CppCodeGenWriteBarrier((&____initialBuffer_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RECEIVERECORDASYNCRESULT_T3680907657_H #ifndef CRYPTOCONVERT_T610933157_H #define CRYPTOCONVERT_T610933157_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Cryptography.CryptoConvert struct CryptoConvert_t610933157 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRYPTOCONVERT_T610933157_H #ifndef HASHALGORITHM_T1432317219_H #define HASHALGORITHM_T1432317219_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.HashAlgorithm struct HashAlgorithm_t1432317219 : public RuntimeObject { public: // System.Byte[] System.Security.Cryptography.HashAlgorithm::HashValue ByteU5BU5D_t4116647657* ___HashValue_0; // System.Int32 System.Security.Cryptography.HashAlgorithm::HashSizeValue int32_t ___HashSizeValue_1; // System.Int32 System.Security.Cryptography.HashAlgorithm::State int32_t ___State_2; // System.Boolean System.Security.Cryptography.HashAlgorithm::disposed bool ___disposed_3; public: inline static int32_t get_offset_of_HashValue_0() { return static_cast(offsetof(HashAlgorithm_t1432317219, ___HashValue_0)); } inline ByteU5BU5D_t4116647657* get_HashValue_0() const { return ___HashValue_0; } inline ByteU5BU5D_t4116647657** get_address_of_HashValue_0() { return &___HashValue_0; } inline void set_HashValue_0(ByteU5BU5D_t4116647657* value) { ___HashValue_0 = value; Il2CppCodeGenWriteBarrier((&___HashValue_0), value); } inline static int32_t get_offset_of_HashSizeValue_1() { return static_cast(offsetof(HashAlgorithm_t1432317219, ___HashSizeValue_1)); } inline int32_t get_HashSizeValue_1() const { return ___HashSizeValue_1; } inline int32_t* get_address_of_HashSizeValue_1() { return &___HashSizeValue_1; } inline void set_HashSizeValue_1(int32_t value) { ___HashSizeValue_1 = value; } inline static int32_t get_offset_of_State_2() { return static_cast(offsetof(HashAlgorithm_t1432317219, ___State_2)); } inline int32_t get_State_2() const { return ___State_2; } inline int32_t* get_address_of_State_2() { return &___State_2; } inline void set_State_2(int32_t value) { ___State_2 = value; } inline static int32_t get_offset_of_disposed_3() { return static_cast(offsetof(HashAlgorithm_t1432317219, ___disposed_3)); } inline bool get_disposed_3() const { return ___disposed_3; } inline bool* get_address_of_disposed_3() { return &___disposed_3; } inline void set_disposed_3(bool value) { ___disposed_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HASHALGORITHM_T1432317219_H #ifndef KEYBUILDER_T2049230355_H #define KEYBUILDER_T2049230355_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Cryptography.KeyBuilder struct KeyBuilder_t2049230355 : public RuntimeObject { public: public: }; struct KeyBuilder_t2049230355_StaticFields { public: // System.Security.Cryptography.RandomNumberGenerator Mono.Security.Cryptography.KeyBuilder::rng RandomNumberGenerator_t386037858 * ___rng_0; public: inline static int32_t get_offset_of_rng_0() { return static_cast(offsetof(KeyBuilder_t2049230355_StaticFields, ___rng_0)); } inline RandomNumberGenerator_t386037858 * get_rng_0() const { return ___rng_0; } inline RandomNumberGenerator_t386037858 ** get_address_of_rng_0() { return &___rng_0; } inline void set_rng_0(RandomNumberGenerator_t386037858 * value) { ___rng_0 = value; Il2CppCodeGenWriteBarrier((&___rng_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYBUILDER_T2049230355_H #ifndef COMPAREINFO_T1092934962_H #define COMPAREINFO_T1092934962_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.CompareInfo struct CompareInfo_t1092934962 : public RuntimeObject { public: // System.Int32 System.Globalization.CompareInfo::culture int32_t ___culture_1; // System.String System.Globalization.CompareInfo::icu_name String_t* ___icu_name_2; // System.Int32 System.Globalization.CompareInfo::win32LCID int32_t ___win32LCID_3; // System.String System.Globalization.CompareInfo::m_name String_t* ___m_name_4; // Mono.Globalization.Unicode.SimpleCollator System.Globalization.CompareInfo::collator SimpleCollator_t2877834729 * ___collator_5; public: inline static int32_t get_offset_of_culture_1() { return static_cast(offsetof(CompareInfo_t1092934962, ___culture_1)); } inline int32_t get_culture_1() const { return ___culture_1; } inline int32_t* get_address_of_culture_1() { return &___culture_1; } inline void set_culture_1(int32_t value) { ___culture_1 = value; } inline static int32_t get_offset_of_icu_name_2() { return static_cast(offsetof(CompareInfo_t1092934962, ___icu_name_2)); } inline String_t* get_icu_name_2() const { return ___icu_name_2; } inline String_t** get_address_of_icu_name_2() { return &___icu_name_2; } inline void set_icu_name_2(String_t* value) { ___icu_name_2 = value; Il2CppCodeGenWriteBarrier((&___icu_name_2), value); } inline static int32_t get_offset_of_win32LCID_3() { return static_cast(offsetof(CompareInfo_t1092934962, ___win32LCID_3)); } inline int32_t get_win32LCID_3() const { return ___win32LCID_3; } inline int32_t* get_address_of_win32LCID_3() { return &___win32LCID_3; } inline void set_win32LCID_3(int32_t value) { ___win32LCID_3 = value; } inline static int32_t get_offset_of_m_name_4() { return static_cast(offsetof(CompareInfo_t1092934962, ___m_name_4)); } inline String_t* get_m_name_4() const { return ___m_name_4; } inline String_t** get_address_of_m_name_4() { return &___m_name_4; } inline void set_m_name_4(String_t* value) { ___m_name_4 = value; Il2CppCodeGenWriteBarrier((&___m_name_4), value); } inline static int32_t get_offset_of_collator_5() { return static_cast(offsetof(CompareInfo_t1092934962, ___collator_5)); } inline SimpleCollator_t2877834729 * get_collator_5() const { return ___collator_5; } inline SimpleCollator_t2877834729 ** get_address_of_collator_5() { return &___collator_5; } inline void set_collator_5(SimpleCollator_t2877834729 * value) { ___collator_5 = value; Il2CppCodeGenWriteBarrier((&___collator_5), value); } }; struct CompareInfo_t1092934962_StaticFields { public: // System.Boolean System.Globalization.CompareInfo::useManagedCollation bool ___useManagedCollation_0; // System.Collections.Hashtable System.Globalization.CompareInfo::collators Hashtable_t1853889766 * ___collators_6; // System.Object System.Globalization.CompareInfo::monitor RuntimeObject * ___monitor_7; public: inline static int32_t get_offset_of_useManagedCollation_0() { return static_cast(offsetof(CompareInfo_t1092934962_StaticFields, ___useManagedCollation_0)); } inline bool get_useManagedCollation_0() const { return ___useManagedCollation_0; } inline bool* get_address_of_useManagedCollation_0() { return &___useManagedCollation_0; } inline void set_useManagedCollation_0(bool value) { ___useManagedCollation_0 = value; } inline static int32_t get_offset_of_collators_6() { return static_cast(offsetof(CompareInfo_t1092934962_StaticFields, ___collators_6)); } inline Hashtable_t1853889766 * get_collators_6() const { return ___collators_6; } inline Hashtable_t1853889766 ** get_address_of_collators_6() { return &___collators_6; } inline void set_collators_6(Hashtable_t1853889766 * value) { ___collators_6 = value; Il2CppCodeGenWriteBarrier((&___collators_6), value); } inline static int32_t get_offset_of_monitor_7() { return static_cast(offsetof(CompareInfo_t1092934962_StaticFields, ___monitor_7)); } inline RuntimeObject * get_monitor_7() const { return ___monitor_7; } inline RuntimeObject ** get_address_of_monitor_7() { return &___monitor_7; } inline void set_monitor_7(RuntimeObject * value) { ___monitor_7 = value; Il2CppCodeGenWriteBarrier((&___monitor_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPAREINFO_T1092934962_H #ifndef ASYMMETRICALGORITHM_T932037087_H #define ASYMMETRICALGORITHM_T932037087_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.AsymmetricAlgorithm struct AsymmetricAlgorithm_t932037087 : public RuntimeObject { public: // System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::KeySizeValue int32_t ___KeySizeValue_0; // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.AsymmetricAlgorithm::LegalKeySizesValue KeySizesU5BU5D_t722666473* ___LegalKeySizesValue_1; public: inline static int32_t get_offset_of_KeySizeValue_0() { return static_cast(offsetof(AsymmetricAlgorithm_t932037087, ___KeySizeValue_0)); } inline int32_t get_KeySizeValue_0() const { return ___KeySizeValue_0; } inline int32_t* get_address_of_KeySizeValue_0() { return &___KeySizeValue_0; } inline void set_KeySizeValue_0(int32_t value) { ___KeySizeValue_0 = value; } inline static int32_t get_offset_of_LegalKeySizesValue_1() { return static_cast(offsetof(AsymmetricAlgorithm_t932037087, ___LegalKeySizesValue_1)); } inline KeySizesU5BU5D_t722666473* get_LegalKeySizesValue_1() const { return ___LegalKeySizesValue_1; } inline KeySizesU5BU5D_t722666473** get_address_of_LegalKeySizesValue_1() { return &___LegalKeySizesValue_1; } inline void set_LegalKeySizesValue_1(KeySizesU5BU5D_t722666473* value) { ___LegalKeySizesValue_1 = value; Il2CppCodeGenWriteBarrier((&___LegalKeySizesValue_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASYMMETRICALGORITHM_T932037087_H #ifndef BITCONVERTER_T3118986983_H #define BITCONVERTER_T3118986983_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.BitConverter struct BitConverter_t3118986983 : public RuntimeObject { public: public: }; struct BitConverter_t3118986983_StaticFields { public: // System.Boolean System.BitConverter::SwappedWordsInDouble bool ___SwappedWordsInDouble_0; // System.Boolean System.BitConverter::IsLittleEndian bool ___IsLittleEndian_1; public: inline static int32_t get_offset_of_SwappedWordsInDouble_0() { return static_cast(offsetof(BitConverter_t3118986983_StaticFields, ___SwappedWordsInDouble_0)); } inline bool get_SwappedWordsInDouble_0() const { return ___SwappedWordsInDouble_0; } inline bool* get_address_of_SwappedWordsInDouble_0() { return &___SwappedWordsInDouble_0; } inline void set_SwappedWordsInDouble_0(bool value) { ___SwappedWordsInDouble_0 = value; } inline static int32_t get_offset_of_IsLittleEndian_1() { return static_cast(offsetof(BitConverter_t3118986983_StaticFields, ___IsLittleEndian_1)); } inline bool get_IsLittleEndian_1() const { return ___IsLittleEndian_1; } inline bool* get_address_of_IsLittleEndian_1() { return &___IsLittleEndian_1; } inline void set_IsLittleEndian_1(bool value) { ___IsLittleEndian_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BITCONVERTER_T3118986983_H #ifndef STRINGBUILDER_T_H #define STRINGBUILDER_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Int32 System.Text.StringBuilder::_length int32_t ____length_1; // System.String System.Text.StringBuilder::_str String_t* ____str_2; // System.String System.Text.StringBuilder::_cached_str String_t* ____cached_str_3; // System.Int32 System.Text.StringBuilder::_maxCapacity int32_t ____maxCapacity_4; public: inline static int32_t get_offset_of__length_1() { return static_cast(offsetof(StringBuilder_t, ____length_1)); } inline int32_t get__length_1() const { return ____length_1; } inline int32_t* get_address_of__length_1() { return &____length_1; } inline void set__length_1(int32_t value) { ____length_1 = value; } inline static int32_t get_offset_of__str_2() { return static_cast(offsetof(StringBuilder_t, ____str_2)); } inline String_t* get__str_2() const { return ____str_2; } inline String_t** get_address_of__str_2() { return &____str_2; } inline void set__str_2(String_t* value) { ____str_2 = value; Il2CppCodeGenWriteBarrier((&____str_2), value); } inline static int32_t get_offset_of__cached_str_3() { return static_cast(offsetof(StringBuilder_t, ____cached_str_3)); } inline String_t* get__cached_str_3() const { return ____cached_str_3; } inline String_t** get_address_of__cached_str_3() { return &____cached_str_3; } inline void set__cached_str_3(String_t* value) { ____cached_str_3 = value; Il2CppCodeGenWriteBarrier((&____cached_str_3), value); } inline static int32_t get_offset_of__maxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ____maxCapacity_4)); } inline int32_t get__maxCapacity_4() const { return ____maxCapacity_4; } inline int32_t* get_address_of__maxCapacity_4() { return &____maxCapacity_4; } inline void set__maxCapacity_4(int32_t value) { ____maxCapacity_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGBUILDER_T_H #ifndef ASN1CONVERT_T2839890153_H #define ASN1CONVERT_T2839890153_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.ASN1Convert struct ASN1Convert_t2839890153 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASN1CONVERT_T2839890153_H #ifndef VALUETYPE_T3640485471_H #define VALUETYPE_T3640485471_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ValueType struct ValueType_t3640485471 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t3640485471_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t3640485471_marshaled_com { }; #endif // VALUETYPE_T3640485471_H #ifndef ASYMMETRICSIGNATUREFORMATTER_T3486936014_H #define ASYMMETRICSIGNATUREFORMATTER_T3486936014_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.AsymmetricSignatureFormatter struct AsymmetricSignatureFormatter_t3486936014 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASYMMETRICSIGNATUREFORMATTER_T3486936014_H #ifndef CULTUREINFO_T4157843068_H #define CULTUREINFO_T4157843068_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.CultureInfo struct CultureInfo_t4157843068 : public RuntimeObject { public: // System.Boolean System.Globalization.CultureInfo::m_isReadOnly bool ___m_isReadOnly_7; // System.Int32 System.Globalization.CultureInfo::cultureID int32_t ___cultureID_8; // System.Int32 System.Globalization.CultureInfo::parent_lcid int32_t ___parent_lcid_9; // System.Int32 System.Globalization.CultureInfo::specific_lcid int32_t ___specific_lcid_10; // System.Int32 System.Globalization.CultureInfo::datetime_index int32_t ___datetime_index_11; // System.Int32 System.Globalization.CultureInfo::number_index int32_t ___number_index_12; // System.Boolean System.Globalization.CultureInfo::m_useUserOverride bool ___m_useUserOverride_13; // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo NumberFormatInfo_t435877138 * ___numInfo_14; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo DateTimeFormatInfo_t2405853701 * ___dateTimeInfo_15; // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo TextInfo_t3810425522 * ___textInfo_16; // System.String System.Globalization.CultureInfo::m_name String_t* ___m_name_17; // System.String System.Globalization.CultureInfo::displayname String_t* ___displayname_18; // System.String System.Globalization.CultureInfo::englishname String_t* ___englishname_19; // System.String System.Globalization.CultureInfo::nativename String_t* ___nativename_20; // System.String System.Globalization.CultureInfo::iso3lang String_t* ___iso3lang_21; // System.String System.Globalization.CultureInfo::iso2lang String_t* ___iso2lang_22; // System.String System.Globalization.CultureInfo::icu_name String_t* ___icu_name_23; // System.String System.Globalization.CultureInfo::win3lang String_t* ___win3lang_24; // System.String System.Globalization.CultureInfo::territory String_t* ___territory_25; // System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo CompareInfo_t1092934962 * ___compareInfo_26; // System.Int32* System.Globalization.CultureInfo::calendar_data int32_t* ___calendar_data_27; // System.Void* System.Globalization.CultureInfo::textinfo_data void* ___textinfo_data_28; // System.Globalization.Calendar[] System.Globalization.CultureInfo::optional_calendars CalendarU5BU5D_t3985046076* ___optional_calendars_29; // System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture CultureInfo_t4157843068 * ___parent_culture_30; // System.Int32 System.Globalization.CultureInfo::m_dataItem int32_t ___m_dataItem_31; // System.Globalization.Calendar System.Globalization.CultureInfo::calendar Calendar_t1661121569 * ___calendar_32; // System.Boolean System.Globalization.CultureInfo::constructed bool ___constructed_33; // System.Byte[] System.Globalization.CultureInfo::cached_serialized_form ByteU5BU5D_t4116647657* ___cached_serialized_form_34; public: inline static int32_t get_offset_of_m_isReadOnly_7() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_isReadOnly_7)); } inline bool get_m_isReadOnly_7() const { return ___m_isReadOnly_7; } inline bool* get_address_of_m_isReadOnly_7() { return &___m_isReadOnly_7; } inline void set_m_isReadOnly_7(bool value) { ___m_isReadOnly_7 = value; } inline static int32_t get_offset_of_cultureID_8() { return static_cast(offsetof(CultureInfo_t4157843068, ___cultureID_8)); } inline int32_t get_cultureID_8() const { return ___cultureID_8; } inline int32_t* get_address_of_cultureID_8() { return &___cultureID_8; } inline void set_cultureID_8(int32_t value) { ___cultureID_8 = value; } inline static int32_t get_offset_of_parent_lcid_9() { return static_cast(offsetof(CultureInfo_t4157843068, ___parent_lcid_9)); } inline int32_t get_parent_lcid_9() const { return ___parent_lcid_9; } inline int32_t* get_address_of_parent_lcid_9() { return &___parent_lcid_9; } inline void set_parent_lcid_9(int32_t value) { ___parent_lcid_9 = value; } inline static int32_t get_offset_of_specific_lcid_10() { return static_cast(offsetof(CultureInfo_t4157843068, ___specific_lcid_10)); } inline int32_t get_specific_lcid_10() const { return ___specific_lcid_10; } inline int32_t* get_address_of_specific_lcid_10() { return &___specific_lcid_10; } inline void set_specific_lcid_10(int32_t value) { ___specific_lcid_10 = value; } inline static int32_t get_offset_of_datetime_index_11() { return static_cast(offsetof(CultureInfo_t4157843068, ___datetime_index_11)); } inline int32_t get_datetime_index_11() const { return ___datetime_index_11; } inline int32_t* get_address_of_datetime_index_11() { return &___datetime_index_11; } inline void set_datetime_index_11(int32_t value) { ___datetime_index_11 = value; } inline static int32_t get_offset_of_number_index_12() { return static_cast(offsetof(CultureInfo_t4157843068, ___number_index_12)); } inline int32_t get_number_index_12() const { return ___number_index_12; } inline int32_t* get_address_of_number_index_12() { return &___number_index_12; } inline void set_number_index_12(int32_t value) { ___number_index_12 = value; } inline static int32_t get_offset_of_m_useUserOverride_13() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_useUserOverride_13)); } inline bool get_m_useUserOverride_13() const { return ___m_useUserOverride_13; } inline bool* get_address_of_m_useUserOverride_13() { return &___m_useUserOverride_13; } inline void set_m_useUserOverride_13(bool value) { ___m_useUserOverride_13 = value; } inline static int32_t get_offset_of_numInfo_14() { return static_cast(offsetof(CultureInfo_t4157843068, ___numInfo_14)); } inline NumberFormatInfo_t435877138 * get_numInfo_14() const { return ___numInfo_14; } inline NumberFormatInfo_t435877138 ** get_address_of_numInfo_14() { return &___numInfo_14; } inline void set_numInfo_14(NumberFormatInfo_t435877138 * value) { ___numInfo_14 = value; Il2CppCodeGenWriteBarrier((&___numInfo_14), value); } inline static int32_t get_offset_of_dateTimeInfo_15() { return static_cast(offsetof(CultureInfo_t4157843068, ___dateTimeInfo_15)); } inline DateTimeFormatInfo_t2405853701 * get_dateTimeInfo_15() const { return ___dateTimeInfo_15; } inline DateTimeFormatInfo_t2405853701 ** get_address_of_dateTimeInfo_15() { return &___dateTimeInfo_15; } inline void set_dateTimeInfo_15(DateTimeFormatInfo_t2405853701 * value) { ___dateTimeInfo_15 = value; Il2CppCodeGenWriteBarrier((&___dateTimeInfo_15), value); } inline static int32_t get_offset_of_textInfo_16() { return static_cast(offsetof(CultureInfo_t4157843068, ___textInfo_16)); } inline TextInfo_t3810425522 * get_textInfo_16() const { return ___textInfo_16; } inline TextInfo_t3810425522 ** get_address_of_textInfo_16() { return &___textInfo_16; } inline void set_textInfo_16(TextInfo_t3810425522 * value) { ___textInfo_16 = value; Il2CppCodeGenWriteBarrier((&___textInfo_16), value); } inline static int32_t get_offset_of_m_name_17() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_name_17)); } inline String_t* get_m_name_17() const { return ___m_name_17; } inline String_t** get_address_of_m_name_17() { return &___m_name_17; } inline void set_m_name_17(String_t* value) { ___m_name_17 = value; Il2CppCodeGenWriteBarrier((&___m_name_17), value); } inline static int32_t get_offset_of_displayname_18() { return static_cast(offsetof(CultureInfo_t4157843068, ___displayname_18)); } inline String_t* get_displayname_18() const { return ___displayname_18; } inline String_t** get_address_of_displayname_18() { return &___displayname_18; } inline void set_displayname_18(String_t* value) { ___displayname_18 = value; Il2CppCodeGenWriteBarrier((&___displayname_18), value); } inline static int32_t get_offset_of_englishname_19() { return static_cast(offsetof(CultureInfo_t4157843068, ___englishname_19)); } inline String_t* get_englishname_19() const { return ___englishname_19; } inline String_t** get_address_of_englishname_19() { return &___englishname_19; } inline void set_englishname_19(String_t* value) { ___englishname_19 = value; Il2CppCodeGenWriteBarrier((&___englishname_19), value); } inline static int32_t get_offset_of_nativename_20() { return static_cast(offsetof(CultureInfo_t4157843068, ___nativename_20)); } inline String_t* get_nativename_20() const { return ___nativename_20; } inline String_t** get_address_of_nativename_20() { return &___nativename_20; } inline void set_nativename_20(String_t* value) { ___nativename_20 = value; Il2CppCodeGenWriteBarrier((&___nativename_20), value); } inline static int32_t get_offset_of_iso3lang_21() { return static_cast(offsetof(CultureInfo_t4157843068, ___iso3lang_21)); } inline String_t* get_iso3lang_21() const { return ___iso3lang_21; } inline String_t** get_address_of_iso3lang_21() { return &___iso3lang_21; } inline void set_iso3lang_21(String_t* value) { ___iso3lang_21 = value; Il2CppCodeGenWriteBarrier((&___iso3lang_21), value); } inline static int32_t get_offset_of_iso2lang_22() { return static_cast(offsetof(CultureInfo_t4157843068, ___iso2lang_22)); } inline String_t* get_iso2lang_22() const { return ___iso2lang_22; } inline String_t** get_address_of_iso2lang_22() { return &___iso2lang_22; } inline void set_iso2lang_22(String_t* value) { ___iso2lang_22 = value; Il2CppCodeGenWriteBarrier((&___iso2lang_22), value); } inline static int32_t get_offset_of_icu_name_23() { return static_cast(offsetof(CultureInfo_t4157843068, ___icu_name_23)); } inline String_t* get_icu_name_23() const { return ___icu_name_23; } inline String_t** get_address_of_icu_name_23() { return &___icu_name_23; } inline void set_icu_name_23(String_t* value) { ___icu_name_23 = value; Il2CppCodeGenWriteBarrier((&___icu_name_23), value); } inline static int32_t get_offset_of_win3lang_24() { return static_cast(offsetof(CultureInfo_t4157843068, ___win3lang_24)); } inline String_t* get_win3lang_24() const { return ___win3lang_24; } inline String_t** get_address_of_win3lang_24() { return &___win3lang_24; } inline void set_win3lang_24(String_t* value) { ___win3lang_24 = value; Il2CppCodeGenWriteBarrier((&___win3lang_24), value); } inline static int32_t get_offset_of_territory_25() { return static_cast(offsetof(CultureInfo_t4157843068, ___territory_25)); } inline String_t* get_territory_25() const { return ___territory_25; } inline String_t** get_address_of_territory_25() { return &___territory_25; } inline void set_territory_25(String_t* value) { ___territory_25 = value; Il2CppCodeGenWriteBarrier((&___territory_25), value); } inline static int32_t get_offset_of_compareInfo_26() { return static_cast(offsetof(CultureInfo_t4157843068, ___compareInfo_26)); } inline CompareInfo_t1092934962 * get_compareInfo_26() const { return ___compareInfo_26; } inline CompareInfo_t1092934962 ** get_address_of_compareInfo_26() { return &___compareInfo_26; } inline void set_compareInfo_26(CompareInfo_t1092934962 * value) { ___compareInfo_26 = value; Il2CppCodeGenWriteBarrier((&___compareInfo_26), value); } inline static int32_t get_offset_of_calendar_data_27() { return static_cast(offsetof(CultureInfo_t4157843068, ___calendar_data_27)); } inline int32_t* get_calendar_data_27() const { return ___calendar_data_27; } inline int32_t** get_address_of_calendar_data_27() { return &___calendar_data_27; } inline void set_calendar_data_27(int32_t* value) { ___calendar_data_27 = value; } inline static int32_t get_offset_of_textinfo_data_28() { return static_cast(offsetof(CultureInfo_t4157843068, ___textinfo_data_28)); } inline void* get_textinfo_data_28() const { return ___textinfo_data_28; } inline void** get_address_of_textinfo_data_28() { return &___textinfo_data_28; } inline void set_textinfo_data_28(void* value) { ___textinfo_data_28 = value; } inline static int32_t get_offset_of_optional_calendars_29() { return static_cast(offsetof(CultureInfo_t4157843068, ___optional_calendars_29)); } inline CalendarU5BU5D_t3985046076* get_optional_calendars_29() const { return ___optional_calendars_29; } inline CalendarU5BU5D_t3985046076** get_address_of_optional_calendars_29() { return &___optional_calendars_29; } inline void set_optional_calendars_29(CalendarU5BU5D_t3985046076* value) { ___optional_calendars_29 = value; Il2CppCodeGenWriteBarrier((&___optional_calendars_29), value); } inline static int32_t get_offset_of_parent_culture_30() { return static_cast(offsetof(CultureInfo_t4157843068, ___parent_culture_30)); } inline CultureInfo_t4157843068 * get_parent_culture_30() const { return ___parent_culture_30; } inline CultureInfo_t4157843068 ** get_address_of_parent_culture_30() { return &___parent_culture_30; } inline void set_parent_culture_30(CultureInfo_t4157843068 * value) { ___parent_culture_30 = value; Il2CppCodeGenWriteBarrier((&___parent_culture_30), value); } inline static int32_t get_offset_of_m_dataItem_31() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_dataItem_31)); } inline int32_t get_m_dataItem_31() const { return ___m_dataItem_31; } inline int32_t* get_address_of_m_dataItem_31() { return &___m_dataItem_31; } inline void set_m_dataItem_31(int32_t value) { ___m_dataItem_31 = value; } inline static int32_t get_offset_of_calendar_32() { return static_cast(offsetof(CultureInfo_t4157843068, ___calendar_32)); } inline Calendar_t1661121569 * get_calendar_32() const { return ___calendar_32; } inline Calendar_t1661121569 ** get_address_of_calendar_32() { return &___calendar_32; } inline void set_calendar_32(Calendar_t1661121569 * value) { ___calendar_32 = value; Il2CppCodeGenWriteBarrier((&___calendar_32), value); } inline static int32_t get_offset_of_constructed_33() { return static_cast(offsetof(CultureInfo_t4157843068, ___constructed_33)); } inline bool get_constructed_33() const { return ___constructed_33; } inline bool* get_address_of_constructed_33() { return &___constructed_33; } inline void set_constructed_33(bool value) { ___constructed_33 = value; } inline static int32_t get_offset_of_cached_serialized_form_34() { return static_cast(offsetof(CultureInfo_t4157843068, ___cached_serialized_form_34)); } inline ByteU5BU5D_t4116647657* get_cached_serialized_form_34() const { return ___cached_serialized_form_34; } inline ByteU5BU5D_t4116647657** get_address_of_cached_serialized_form_34() { return &___cached_serialized_form_34; } inline void set_cached_serialized_form_34(ByteU5BU5D_t4116647657* value) { ___cached_serialized_form_34 = value; Il2CppCodeGenWriteBarrier((&___cached_serialized_form_34), value); } }; struct CultureInfo_t4157843068_StaticFields { public: // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info CultureInfo_t4157843068 * ___invariant_culture_info_4; // System.Object System.Globalization.CultureInfo::shared_table_lock RuntimeObject * ___shared_table_lock_5; // System.Int32 System.Globalization.CultureInfo::BootstrapCultureID int32_t ___BootstrapCultureID_6; // System.String System.Globalization.CultureInfo::MSG_READONLY String_t* ___MSG_READONLY_35; // System.Collections.Hashtable System.Globalization.CultureInfo::shared_by_number Hashtable_t1853889766 * ___shared_by_number_36; // System.Collections.Hashtable System.Globalization.CultureInfo::shared_by_name Hashtable_t1853889766 * ___shared_by_name_37; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map19 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map19_38; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map1A Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1A_39; public: inline static int32_t get_offset_of_invariant_culture_info_4() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___invariant_culture_info_4)); } inline CultureInfo_t4157843068 * get_invariant_culture_info_4() const { return ___invariant_culture_info_4; } inline CultureInfo_t4157843068 ** get_address_of_invariant_culture_info_4() { return &___invariant_culture_info_4; } inline void set_invariant_culture_info_4(CultureInfo_t4157843068 * value) { ___invariant_culture_info_4 = value; Il2CppCodeGenWriteBarrier((&___invariant_culture_info_4), value); } inline static int32_t get_offset_of_shared_table_lock_5() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_table_lock_5)); } inline RuntimeObject * get_shared_table_lock_5() const { return ___shared_table_lock_5; } inline RuntimeObject ** get_address_of_shared_table_lock_5() { return &___shared_table_lock_5; } inline void set_shared_table_lock_5(RuntimeObject * value) { ___shared_table_lock_5 = value; Il2CppCodeGenWriteBarrier((&___shared_table_lock_5), value); } inline static int32_t get_offset_of_BootstrapCultureID_6() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___BootstrapCultureID_6)); } inline int32_t get_BootstrapCultureID_6() const { return ___BootstrapCultureID_6; } inline int32_t* get_address_of_BootstrapCultureID_6() { return &___BootstrapCultureID_6; } inline void set_BootstrapCultureID_6(int32_t value) { ___BootstrapCultureID_6 = value; } inline static int32_t get_offset_of_MSG_READONLY_35() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___MSG_READONLY_35)); } inline String_t* get_MSG_READONLY_35() const { return ___MSG_READONLY_35; } inline String_t** get_address_of_MSG_READONLY_35() { return &___MSG_READONLY_35; } inline void set_MSG_READONLY_35(String_t* value) { ___MSG_READONLY_35 = value; Il2CppCodeGenWriteBarrier((&___MSG_READONLY_35), value); } inline static int32_t get_offset_of_shared_by_number_36() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_by_number_36)); } inline Hashtable_t1853889766 * get_shared_by_number_36() const { return ___shared_by_number_36; } inline Hashtable_t1853889766 ** get_address_of_shared_by_number_36() { return &___shared_by_number_36; } inline void set_shared_by_number_36(Hashtable_t1853889766 * value) { ___shared_by_number_36 = value; Il2CppCodeGenWriteBarrier((&___shared_by_number_36), value); } inline static int32_t get_offset_of_shared_by_name_37() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_by_name_37)); } inline Hashtable_t1853889766 * get_shared_by_name_37() const { return ___shared_by_name_37; } inline Hashtable_t1853889766 ** get_address_of_shared_by_name_37() { return &___shared_by_name_37; } inline void set_shared_by_name_37(Hashtable_t1853889766 * value) { ___shared_by_name_37 = value; Il2CppCodeGenWriteBarrier((&___shared_by_name_37), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map19_38() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map19_38)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map19_38() const { return ___U3CU3Ef__switchU24map19_38; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map19_38() { return &___U3CU3Ef__switchU24map19_38; } inline void set_U3CU3Ef__switchU24map19_38(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map19_38 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map19_38), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1A_39() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map1A_39)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1A_39() const { return ___U3CU3Ef__switchU24map1A_39; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1A_39() { return &___U3CU3Ef__switchU24map1A_39; } inline void set_U3CU3Ef__switchU24map1A_39(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1A_39 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1A_39), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CULTUREINFO_T4157843068_H #ifndef DICTIONARY_2_T2736202052_H #define DICTIONARY_2_T2736202052_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots StringU5BU5D_t1281789340* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots Int32U5BU5D_t385246372* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t2736202052, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t2736202052, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t2736202052, ___keySlots_6)); } inline StringU5BU5D_t1281789340* get_keySlots_6() const { return ___keySlots_6; } inline StringU5BU5D_t1281789340** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(StringU5BU5D_t1281789340* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t2736202052, ___valueSlots_7)); } inline Int32U5BU5D_t385246372* get_valueSlots_7() const { return ___valueSlots_7; } inline Int32U5BU5D_t385246372** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(Int32U5BU5D_t385246372* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t2736202052, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t2736202052, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t2736202052, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t2736202052, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t2736202052, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t2736202052, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t2736202052, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t2736202052_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3530625384 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t2736202052_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3530625384 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3530625384 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3530625384 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T2736202052_H #ifndef ASYMMETRICSIGNATUREDEFORMATTER_T2681190756_H #define ASYMMETRICSIGNATUREDEFORMATTER_T2681190756_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.AsymmetricSignatureDeformatter struct AsymmetricSignatureDeformatter_t2681190756 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASYMMETRICSIGNATUREDEFORMATTER_T2681190756_H #ifndef ENCODING_T1523322056_H #define ENCODING_T1523322056_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.Encoding struct Encoding_t1523322056 : public RuntimeObject { public: // System.Int32 System.Text.Encoding::codePage int32_t ___codePage_0; // System.Int32 System.Text.Encoding::windows_code_page int32_t ___windows_code_page_1; // System.Boolean System.Text.Encoding::is_readonly bool ___is_readonly_2; // System.Text.DecoderFallback System.Text.Encoding::decoder_fallback DecoderFallback_t3123823036 * ___decoder_fallback_3; // System.Text.EncoderFallback System.Text.Encoding::encoder_fallback EncoderFallback_t1188251036 * ___encoder_fallback_4; // System.String System.Text.Encoding::body_name String_t* ___body_name_8; // System.String System.Text.Encoding::encoding_name String_t* ___encoding_name_9; // System.String System.Text.Encoding::header_name String_t* ___header_name_10; // System.Boolean System.Text.Encoding::is_mail_news_display bool ___is_mail_news_display_11; // System.Boolean System.Text.Encoding::is_mail_news_save bool ___is_mail_news_save_12; // System.Boolean System.Text.Encoding::is_browser_save bool ___is_browser_save_13; // System.Boolean System.Text.Encoding::is_browser_display bool ___is_browser_display_14; // System.String System.Text.Encoding::web_name String_t* ___web_name_15; public: inline static int32_t get_offset_of_codePage_0() { return static_cast(offsetof(Encoding_t1523322056, ___codePage_0)); } inline int32_t get_codePage_0() const { return ___codePage_0; } inline int32_t* get_address_of_codePage_0() { return &___codePage_0; } inline void set_codePage_0(int32_t value) { ___codePage_0 = value; } inline static int32_t get_offset_of_windows_code_page_1() { return static_cast(offsetof(Encoding_t1523322056, ___windows_code_page_1)); } inline int32_t get_windows_code_page_1() const { return ___windows_code_page_1; } inline int32_t* get_address_of_windows_code_page_1() { return &___windows_code_page_1; } inline void set_windows_code_page_1(int32_t value) { ___windows_code_page_1 = value; } inline static int32_t get_offset_of_is_readonly_2() { return static_cast(offsetof(Encoding_t1523322056, ___is_readonly_2)); } inline bool get_is_readonly_2() const { return ___is_readonly_2; } inline bool* get_address_of_is_readonly_2() { return &___is_readonly_2; } inline void set_is_readonly_2(bool value) { ___is_readonly_2 = value; } inline static int32_t get_offset_of_decoder_fallback_3() { return static_cast(offsetof(Encoding_t1523322056, ___decoder_fallback_3)); } inline DecoderFallback_t3123823036 * get_decoder_fallback_3() const { return ___decoder_fallback_3; } inline DecoderFallback_t3123823036 ** get_address_of_decoder_fallback_3() { return &___decoder_fallback_3; } inline void set_decoder_fallback_3(DecoderFallback_t3123823036 * value) { ___decoder_fallback_3 = value; Il2CppCodeGenWriteBarrier((&___decoder_fallback_3), value); } inline static int32_t get_offset_of_encoder_fallback_4() { return static_cast(offsetof(Encoding_t1523322056, ___encoder_fallback_4)); } inline EncoderFallback_t1188251036 * get_encoder_fallback_4() const { return ___encoder_fallback_4; } inline EncoderFallback_t1188251036 ** get_address_of_encoder_fallback_4() { return &___encoder_fallback_4; } inline void set_encoder_fallback_4(EncoderFallback_t1188251036 * value) { ___encoder_fallback_4 = value; Il2CppCodeGenWriteBarrier((&___encoder_fallback_4), value); } inline static int32_t get_offset_of_body_name_8() { return static_cast(offsetof(Encoding_t1523322056, ___body_name_8)); } inline String_t* get_body_name_8() const { return ___body_name_8; } inline String_t** get_address_of_body_name_8() { return &___body_name_8; } inline void set_body_name_8(String_t* value) { ___body_name_8 = value; Il2CppCodeGenWriteBarrier((&___body_name_8), value); } inline static int32_t get_offset_of_encoding_name_9() { return static_cast(offsetof(Encoding_t1523322056, ___encoding_name_9)); } inline String_t* get_encoding_name_9() const { return ___encoding_name_9; } inline String_t** get_address_of_encoding_name_9() { return &___encoding_name_9; } inline void set_encoding_name_9(String_t* value) { ___encoding_name_9 = value; Il2CppCodeGenWriteBarrier((&___encoding_name_9), value); } inline static int32_t get_offset_of_header_name_10() { return static_cast(offsetof(Encoding_t1523322056, ___header_name_10)); } inline String_t* get_header_name_10() const { return ___header_name_10; } inline String_t** get_address_of_header_name_10() { return &___header_name_10; } inline void set_header_name_10(String_t* value) { ___header_name_10 = value; Il2CppCodeGenWriteBarrier((&___header_name_10), value); } inline static int32_t get_offset_of_is_mail_news_display_11() { return static_cast(offsetof(Encoding_t1523322056, ___is_mail_news_display_11)); } inline bool get_is_mail_news_display_11() const { return ___is_mail_news_display_11; } inline bool* get_address_of_is_mail_news_display_11() { return &___is_mail_news_display_11; } inline void set_is_mail_news_display_11(bool value) { ___is_mail_news_display_11 = value; } inline static int32_t get_offset_of_is_mail_news_save_12() { return static_cast(offsetof(Encoding_t1523322056, ___is_mail_news_save_12)); } inline bool get_is_mail_news_save_12() const { return ___is_mail_news_save_12; } inline bool* get_address_of_is_mail_news_save_12() { return &___is_mail_news_save_12; } inline void set_is_mail_news_save_12(bool value) { ___is_mail_news_save_12 = value; } inline static int32_t get_offset_of_is_browser_save_13() { return static_cast(offsetof(Encoding_t1523322056, ___is_browser_save_13)); } inline bool get_is_browser_save_13() const { return ___is_browser_save_13; } inline bool* get_address_of_is_browser_save_13() { return &___is_browser_save_13; } inline void set_is_browser_save_13(bool value) { ___is_browser_save_13 = value; } inline static int32_t get_offset_of_is_browser_display_14() { return static_cast(offsetof(Encoding_t1523322056, ___is_browser_display_14)); } inline bool get_is_browser_display_14() const { return ___is_browser_display_14; } inline bool* get_address_of_is_browser_display_14() { return &___is_browser_display_14; } inline void set_is_browser_display_14(bool value) { ___is_browser_display_14 = value; } inline static int32_t get_offset_of_web_name_15() { return static_cast(offsetof(Encoding_t1523322056, ___web_name_15)); } inline String_t* get_web_name_15() const { return ___web_name_15; } inline String_t** get_address_of_web_name_15() { return &___web_name_15; } inline void set_web_name_15(String_t* value) { ___web_name_15 = value; Il2CppCodeGenWriteBarrier((&___web_name_15), value); } }; struct Encoding_t1523322056_StaticFields { public: // System.Reflection.Assembly System.Text.Encoding::i18nAssembly Assembly_t * ___i18nAssembly_5; // System.Boolean System.Text.Encoding::i18nDisabled bool ___i18nDisabled_6; // System.Object[] System.Text.Encoding::encodings ObjectU5BU5D_t2843939325* ___encodings_7; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding Encoding_t1523322056 * ___asciiEncoding_16; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianEncoding Encoding_t1523322056 * ___bigEndianEncoding_17; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding Encoding_t1523322056 * ___defaultEncoding_18; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding Encoding_t1523322056 * ___utf7Encoding_19; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingWithMarkers Encoding_t1523322056 * ___utf8EncodingWithMarkers_20; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingWithoutMarkers Encoding_t1523322056 * ___utf8EncodingWithoutMarkers_21; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding Encoding_t1523322056 * ___unicodeEncoding_22; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::isoLatin1Encoding Encoding_t1523322056 * ___isoLatin1Encoding_23; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingUnsafe Encoding_t1523322056 * ___utf8EncodingUnsafe_24; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding Encoding_t1523322056 * ___utf32Encoding_25; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUTF32Encoding Encoding_t1523322056 * ___bigEndianUTF32Encoding_26; // System.Object System.Text.Encoding::lockobj RuntimeObject * ___lockobj_27; public: inline static int32_t get_offset_of_i18nAssembly_5() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___i18nAssembly_5)); } inline Assembly_t * get_i18nAssembly_5() const { return ___i18nAssembly_5; } inline Assembly_t ** get_address_of_i18nAssembly_5() { return &___i18nAssembly_5; } inline void set_i18nAssembly_5(Assembly_t * value) { ___i18nAssembly_5 = value; Il2CppCodeGenWriteBarrier((&___i18nAssembly_5), value); } inline static int32_t get_offset_of_i18nDisabled_6() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___i18nDisabled_6)); } inline bool get_i18nDisabled_6() const { return ___i18nDisabled_6; } inline bool* get_address_of_i18nDisabled_6() { return &___i18nDisabled_6; } inline void set_i18nDisabled_6(bool value) { ___i18nDisabled_6 = value; } inline static int32_t get_offset_of_encodings_7() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___encodings_7)); } inline ObjectU5BU5D_t2843939325* get_encodings_7() const { return ___encodings_7; } inline ObjectU5BU5D_t2843939325** get_address_of_encodings_7() { return &___encodings_7; } inline void set_encodings_7(ObjectU5BU5D_t2843939325* value) { ___encodings_7 = value; Il2CppCodeGenWriteBarrier((&___encodings_7), value); } inline static int32_t get_offset_of_asciiEncoding_16() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___asciiEncoding_16)); } inline Encoding_t1523322056 * get_asciiEncoding_16() const { return ___asciiEncoding_16; } inline Encoding_t1523322056 ** get_address_of_asciiEncoding_16() { return &___asciiEncoding_16; } inline void set_asciiEncoding_16(Encoding_t1523322056 * value) { ___asciiEncoding_16 = value; Il2CppCodeGenWriteBarrier((&___asciiEncoding_16), value); } inline static int32_t get_offset_of_bigEndianEncoding_17() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___bigEndianEncoding_17)); } inline Encoding_t1523322056 * get_bigEndianEncoding_17() const { return ___bigEndianEncoding_17; } inline Encoding_t1523322056 ** get_address_of_bigEndianEncoding_17() { return &___bigEndianEncoding_17; } inline void set_bigEndianEncoding_17(Encoding_t1523322056 * value) { ___bigEndianEncoding_17 = value; Il2CppCodeGenWriteBarrier((&___bigEndianEncoding_17), value); } inline static int32_t get_offset_of_defaultEncoding_18() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___defaultEncoding_18)); } inline Encoding_t1523322056 * get_defaultEncoding_18() const { return ___defaultEncoding_18; } inline Encoding_t1523322056 ** get_address_of_defaultEncoding_18() { return &___defaultEncoding_18; } inline void set_defaultEncoding_18(Encoding_t1523322056 * value) { ___defaultEncoding_18 = value; Il2CppCodeGenWriteBarrier((&___defaultEncoding_18), value); } inline static int32_t get_offset_of_utf7Encoding_19() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf7Encoding_19)); } inline Encoding_t1523322056 * get_utf7Encoding_19() const { return ___utf7Encoding_19; } inline Encoding_t1523322056 ** get_address_of_utf7Encoding_19() { return &___utf7Encoding_19; } inline void set_utf7Encoding_19(Encoding_t1523322056 * value) { ___utf7Encoding_19 = value; Il2CppCodeGenWriteBarrier((&___utf7Encoding_19), value); } inline static int32_t get_offset_of_utf8EncodingWithMarkers_20() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingWithMarkers_20)); } inline Encoding_t1523322056 * get_utf8EncodingWithMarkers_20() const { return ___utf8EncodingWithMarkers_20; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingWithMarkers_20() { return &___utf8EncodingWithMarkers_20; } inline void set_utf8EncodingWithMarkers_20(Encoding_t1523322056 * value) { ___utf8EncodingWithMarkers_20 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingWithMarkers_20), value); } inline static int32_t get_offset_of_utf8EncodingWithoutMarkers_21() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingWithoutMarkers_21)); } inline Encoding_t1523322056 * get_utf8EncodingWithoutMarkers_21() const { return ___utf8EncodingWithoutMarkers_21; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingWithoutMarkers_21() { return &___utf8EncodingWithoutMarkers_21; } inline void set_utf8EncodingWithoutMarkers_21(Encoding_t1523322056 * value) { ___utf8EncodingWithoutMarkers_21 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingWithoutMarkers_21), value); } inline static int32_t get_offset_of_unicodeEncoding_22() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___unicodeEncoding_22)); } inline Encoding_t1523322056 * get_unicodeEncoding_22() const { return ___unicodeEncoding_22; } inline Encoding_t1523322056 ** get_address_of_unicodeEncoding_22() { return &___unicodeEncoding_22; } inline void set_unicodeEncoding_22(Encoding_t1523322056 * value) { ___unicodeEncoding_22 = value; Il2CppCodeGenWriteBarrier((&___unicodeEncoding_22), value); } inline static int32_t get_offset_of_isoLatin1Encoding_23() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___isoLatin1Encoding_23)); } inline Encoding_t1523322056 * get_isoLatin1Encoding_23() const { return ___isoLatin1Encoding_23; } inline Encoding_t1523322056 ** get_address_of_isoLatin1Encoding_23() { return &___isoLatin1Encoding_23; } inline void set_isoLatin1Encoding_23(Encoding_t1523322056 * value) { ___isoLatin1Encoding_23 = value; Il2CppCodeGenWriteBarrier((&___isoLatin1Encoding_23), value); } inline static int32_t get_offset_of_utf8EncodingUnsafe_24() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingUnsafe_24)); } inline Encoding_t1523322056 * get_utf8EncodingUnsafe_24() const { return ___utf8EncodingUnsafe_24; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingUnsafe_24() { return &___utf8EncodingUnsafe_24; } inline void set_utf8EncodingUnsafe_24(Encoding_t1523322056 * value) { ___utf8EncodingUnsafe_24 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingUnsafe_24), value); } inline static int32_t get_offset_of_utf32Encoding_25() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf32Encoding_25)); } inline Encoding_t1523322056 * get_utf32Encoding_25() const { return ___utf32Encoding_25; } inline Encoding_t1523322056 ** get_address_of_utf32Encoding_25() { return &___utf32Encoding_25; } inline void set_utf32Encoding_25(Encoding_t1523322056 * value) { ___utf32Encoding_25 = value; Il2CppCodeGenWriteBarrier((&___utf32Encoding_25), value); } inline static int32_t get_offset_of_bigEndianUTF32Encoding_26() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___bigEndianUTF32Encoding_26)); } inline Encoding_t1523322056 * get_bigEndianUTF32Encoding_26() const { return ___bigEndianUTF32Encoding_26; } inline Encoding_t1523322056 ** get_address_of_bigEndianUTF32Encoding_26() { return &___bigEndianUTF32Encoding_26; } inline void set_bigEndianUTF32Encoding_26(Encoding_t1523322056 * value) { ___bigEndianUTF32Encoding_26 = value; Il2CppCodeGenWriteBarrier((&___bigEndianUTF32Encoding_26), value); } inline static int32_t get_offset_of_lockobj_27() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___lockobj_27)); } inline RuntimeObject * get_lockobj_27() const { return ___lockobj_27; } inline RuntimeObject ** get_address_of_lockobj_27() { return &___lockobj_27; } inline void set_lockobj_27(RuntimeObject * value) { ___lockobj_27 = value; Il2CppCodeGenWriteBarrier((&___lockobj_27), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENCODING_T1523322056_H #ifndef BITCONVERTERLE_T2108532979_H #define BITCONVERTERLE_T2108532979_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.BitConverterLE struct BitConverterLE_t2108532979 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BITCONVERTERLE_T2108532979_H #ifndef URI_T100236324_H #define URI_T100236324_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Uri struct Uri_t100236324 : public RuntimeObject { public: // System.Boolean System.Uri::isUnixFilePath bool ___isUnixFilePath_0; // System.String System.Uri::source String_t* ___source_1; // System.String System.Uri::scheme String_t* ___scheme_2; // System.String System.Uri::host String_t* ___host_3; // System.Int32 System.Uri::port int32_t ___port_4; // System.String System.Uri::path String_t* ___path_5; // System.String System.Uri::query String_t* ___query_6; // System.String System.Uri::fragment String_t* ___fragment_7; // System.String System.Uri::userinfo String_t* ___userinfo_8; // System.Boolean System.Uri::isUnc bool ___isUnc_9; // System.Boolean System.Uri::isOpaquePart bool ___isOpaquePart_10; // System.Boolean System.Uri::isAbsoluteUri bool ___isAbsoluteUri_11; // System.Boolean System.Uri::userEscaped bool ___userEscaped_12; // System.String System.Uri::cachedAbsoluteUri String_t* ___cachedAbsoluteUri_13; // System.String System.Uri::cachedToString String_t* ___cachedToString_14; // System.String System.Uri::cachedLocalPath String_t* ___cachedLocalPath_15; // System.Int32 System.Uri::cachedHashCode int32_t ___cachedHashCode_16; // System.UriParser System.Uri::parser UriParser_t3890150400 * ___parser_30; public: inline static int32_t get_offset_of_isUnixFilePath_0() { return static_cast(offsetof(Uri_t100236324, ___isUnixFilePath_0)); } inline bool get_isUnixFilePath_0() const { return ___isUnixFilePath_0; } inline bool* get_address_of_isUnixFilePath_0() { return &___isUnixFilePath_0; } inline void set_isUnixFilePath_0(bool value) { ___isUnixFilePath_0 = value; } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(Uri_t100236324, ___source_1)); } inline String_t* get_source_1() const { return ___source_1; } inline String_t** get_address_of_source_1() { return &___source_1; } inline void set_source_1(String_t* value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((&___source_1), value); } inline static int32_t get_offset_of_scheme_2() { return static_cast(offsetof(Uri_t100236324, ___scheme_2)); } inline String_t* get_scheme_2() const { return ___scheme_2; } inline String_t** get_address_of_scheme_2() { return &___scheme_2; } inline void set_scheme_2(String_t* value) { ___scheme_2 = value; Il2CppCodeGenWriteBarrier((&___scheme_2), value); } inline static int32_t get_offset_of_host_3() { return static_cast(offsetof(Uri_t100236324, ___host_3)); } inline String_t* get_host_3() const { return ___host_3; } inline String_t** get_address_of_host_3() { return &___host_3; } inline void set_host_3(String_t* value) { ___host_3 = value; Il2CppCodeGenWriteBarrier((&___host_3), value); } inline static int32_t get_offset_of_port_4() { return static_cast(offsetof(Uri_t100236324, ___port_4)); } inline int32_t get_port_4() const { return ___port_4; } inline int32_t* get_address_of_port_4() { return &___port_4; } inline void set_port_4(int32_t value) { ___port_4 = value; } inline static int32_t get_offset_of_path_5() { return static_cast(offsetof(Uri_t100236324, ___path_5)); } inline String_t* get_path_5() const { return ___path_5; } inline String_t** get_address_of_path_5() { return &___path_5; } inline void set_path_5(String_t* value) { ___path_5 = value; Il2CppCodeGenWriteBarrier((&___path_5), value); } inline static int32_t get_offset_of_query_6() { return static_cast(offsetof(Uri_t100236324, ___query_6)); } inline String_t* get_query_6() const { return ___query_6; } inline String_t** get_address_of_query_6() { return &___query_6; } inline void set_query_6(String_t* value) { ___query_6 = value; Il2CppCodeGenWriteBarrier((&___query_6), value); } inline static int32_t get_offset_of_fragment_7() { return static_cast(offsetof(Uri_t100236324, ___fragment_7)); } inline String_t* get_fragment_7() const { return ___fragment_7; } inline String_t** get_address_of_fragment_7() { return &___fragment_7; } inline void set_fragment_7(String_t* value) { ___fragment_7 = value; Il2CppCodeGenWriteBarrier((&___fragment_7), value); } inline static int32_t get_offset_of_userinfo_8() { return static_cast(offsetof(Uri_t100236324, ___userinfo_8)); } inline String_t* get_userinfo_8() const { return ___userinfo_8; } inline String_t** get_address_of_userinfo_8() { return &___userinfo_8; } inline void set_userinfo_8(String_t* value) { ___userinfo_8 = value; Il2CppCodeGenWriteBarrier((&___userinfo_8), value); } inline static int32_t get_offset_of_isUnc_9() { return static_cast(offsetof(Uri_t100236324, ___isUnc_9)); } inline bool get_isUnc_9() const { return ___isUnc_9; } inline bool* get_address_of_isUnc_9() { return &___isUnc_9; } inline void set_isUnc_9(bool value) { ___isUnc_9 = value; } inline static int32_t get_offset_of_isOpaquePart_10() { return static_cast(offsetof(Uri_t100236324, ___isOpaquePart_10)); } inline bool get_isOpaquePart_10() const { return ___isOpaquePart_10; } inline bool* get_address_of_isOpaquePart_10() { return &___isOpaquePart_10; } inline void set_isOpaquePart_10(bool value) { ___isOpaquePart_10 = value; } inline static int32_t get_offset_of_isAbsoluteUri_11() { return static_cast(offsetof(Uri_t100236324, ___isAbsoluteUri_11)); } inline bool get_isAbsoluteUri_11() const { return ___isAbsoluteUri_11; } inline bool* get_address_of_isAbsoluteUri_11() { return &___isAbsoluteUri_11; } inline void set_isAbsoluteUri_11(bool value) { ___isAbsoluteUri_11 = value; } inline static int32_t get_offset_of_userEscaped_12() { return static_cast(offsetof(Uri_t100236324, ___userEscaped_12)); } inline bool get_userEscaped_12() const { return ___userEscaped_12; } inline bool* get_address_of_userEscaped_12() { return &___userEscaped_12; } inline void set_userEscaped_12(bool value) { ___userEscaped_12 = value; } inline static int32_t get_offset_of_cachedAbsoluteUri_13() { return static_cast(offsetof(Uri_t100236324, ___cachedAbsoluteUri_13)); } inline String_t* get_cachedAbsoluteUri_13() const { return ___cachedAbsoluteUri_13; } inline String_t** get_address_of_cachedAbsoluteUri_13() { return &___cachedAbsoluteUri_13; } inline void set_cachedAbsoluteUri_13(String_t* value) { ___cachedAbsoluteUri_13 = value; Il2CppCodeGenWriteBarrier((&___cachedAbsoluteUri_13), value); } inline static int32_t get_offset_of_cachedToString_14() { return static_cast(offsetof(Uri_t100236324, ___cachedToString_14)); } inline String_t* get_cachedToString_14() const { return ___cachedToString_14; } inline String_t** get_address_of_cachedToString_14() { return &___cachedToString_14; } inline void set_cachedToString_14(String_t* value) { ___cachedToString_14 = value; Il2CppCodeGenWriteBarrier((&___cachedToString_14), value); } inline static int32_t get_offset_of_cachedLocalPath_15() { return static_cast(offsetof(Uri_t100236324, ___cachedLocalPath_15)); } inline String_t* get_cachedLocalPath_15() const { return ___cachedLocalPath_15; } inline String_t** get_address_of_cachedLocalPath_15() { return &___cachedLocalPath_15; } inline void set_cachedLocalPath_15(String_t* value) { ___cachedLocalPath_15 = value; Il2CppCodeGenWriteBarrier((&___cachedLocalPath_15), value); } inline static int32_t get_offset_of_cachedHashCode_16() { return static_cast(offsetof(Uri_t100236324, ___cachedHashCode_16)); } inline int32_t get_cachedHashCode_16() const { return ___cachedHashCode_16; } inline int32_t* get_address_of_cachedHashCode_16() { return &___cachedHashCode_16; } inline void set_cachedHashCode_16(int32_t value) { ___cachedHashCode_16 = value; } inline static int32_t get_offset_of_parser_30() { return static_cast(offsetof(Uri_t100236324, ___parser_30)); } inline UriParser_t3890150400 * get_parser_30() const { return ___parser_30; } inline UriParser_t3890150400 ** get_address_of_parser_30() { return &___parser_30; } inline void set_parser_30(UriParser_t3890150400 * value) { ___parser_30 = value; Il2CppCodeGenWriteBarrier((&___parser_30), value); } }; struct Uri_t100236324_StaticFields { public: // System.String System.Uri::hexUpperChars String_t* ___hexUpperChars_17; // System.String System.Uri::SchemeDelimiter String_t* ___SchemeDelimiter_18; // System.String System.Uri::UriSchemeFile String_t* ___UriSchemeFile_19; // System.String System.Uri::UriSchemeFtp String_t* ___UriSchemeFtp_20; // System.String System.Uri::UriSchemeGopher String_t* ___UriSchemeGopher_21; // System.String System.Uri::UriSchemeHttp String_t* ___UriSchemeHttp_22; // System.String System.Uri::UriSchemeHttps String_t* ___UriSchemeHttps_23; // System.String System.Uri::UriSchemeMailto String_t* ___UriSchemeMailto_24; // System.String System.Uri::UriSchemeNews String_t* ___UriSchemeNews_25; // System.String System.Uri::UriSchemeNntp String_t* ___UriSchemeNntp_26; // System.String System.Uri::UriSchemeNetPipe String_t* ___UriSchemeNetPipe_27; // System.String System.Uri::UriSchemeNetTcp String_t* ___UriSchemeNetTcp_28; // System.Uri/UriScheme[] System.Uri::schemes UriSchemeU5BU5D_t2082808316* ___schemes_29; // System.Collections.Generic.Dictionary`2 System.Uri::<>f__switch$map12 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map12_31; // System.Collections.Generic.Dictionary`2 System.Uri::<>f__switch$map13 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map13_32; // System.Collections.Generic.Dictionary`2 System.Uri::<>f__switch$map14 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map14_33; // System.Collections.Generic.Dictionary`2 System.Uri::<>f__switch$map15 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map15_34; // System.Collections.Generic.Dictionary`2 System.Uri::<>f__switch$map16 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map16_35; public: inline static int32_t get_offset_of_hexUpperChars_17() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___hexUpperChars_17)); } inline String_t* get_hexUpperChars_17() const { return ___hexUpperChars_17; } inline String_t** get_address_of_hexUpperChars_17() { return &___hexUpperChars_17; } inline void set_hexUpperChars_17(String_t* value) { ___hexUpperChars_17 = value; Il2CppCodeGenWriteBarrier((&___hexUpperChars_17), value); } inline static int32_t get_offset_of_SchemeDelimiter_18() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___SchemeDelimiter_18)); } inline String_t* get_SchemeDelimiter_18() const { return ___SchemeDelimiter_18; } inline String_t** get_address_of_SchemeDelimiter_18() { return &___SchemeDelimiter_18; } inline void set_SchemeDelimiter_18(String_t* value) { ___SchemeDelimiter_18 = value; Il2CppCodeGenWriteBarrier((&___SchemeDelimiter_18), value); } inline static int32_t get_offset_of_UriSchemeFile_19() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeFile_19)); } inline String_t* get_UriSchemeFile_19() const { return ___UriSchemeFile_19; } inline String_t** get_address_of_UriSchemeFile_19() { return &___UriSchemeFile_19; } inline void set_UriSchemeFile_19(String_t* value) { ___UriSchemeFile_19 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeFile_19), value); } inline static int32_t get_offset_of_UriSchemeFtp_20() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeFtp_20)); } inline String_t* get_UriSchemeFtp_20() const { return ___UriSchemeFtp_20; } inline String_t** get_address_of_UriSchemeFtp_20() { return &___UriSchemeFtp_20; } inline void set_UriSchemeFtp_20(String_t* value) { ___UriSchemeFtp_20 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeFtp_20), value); } inline static int32_t get_offset_of_UriSchemeGopher_21() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeGopher_21)); } inline String_t* get_UriSchemeGopher_21() const { return ___UriSchemeGopher_21; } inline String_t** get_address_of_UriSchemeGopher_21() { return &___UriSchemeGopher_21; } inline void set_UriSchemeGopher_21(String_t* value) { ___UriSchemeGopher_21 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeGopher_21), value); } inline static int32_t get_offset_of_UriSchemeHttp_22() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeHttp_22)); } inline String_t* get_UriSchemeHttp_22() const { return ___UriSchemeHttp_22; } inline String_t** get_address_of_UriSchemeHttp_22() { return &___UriSchemeHttp_22; } inline void set_UriSchemeHttp_22(String_t* value) { ___UriSchemeHttp_22 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeHttp_22), value); } inline static int32_t get_offset_of_UriSchemeHttps_23() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeHttps_23)); } inline String_t* get_UriSchemeHttps_23() const { return ___UriSchemeHttps_23; } inline String_t** get_address_of_UriSchemeHttps_23() { return &___UriSchemeHttps_23; } inline void set_UriSchemeHttps_23(String_t* value) { ___UriSchemeHttps_23 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeHttps_23), value); } inline static int32_t get_offset_of_UriSchemeMailto_24() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeMailto_24)); } inline String_t* get_UriSchemeMailto_24() const { return ___UriSchemeMailto_24; } inline String_t** get_address_of_UriSchemeMailto_24() { return &___UriSchemeMailto_24; } inline void set_UriSchemeMailto_24(String_t* value) { ___UriSchemeMailto_24 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeMailto_24), value); } inline static int32_t get_offset_of_UriSchemeNews_25() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeNews_25)); } inline String_t* get_UriSchemeNews_25() const { return ___UriSchemeNews_25; } inline String_t** get_address_of_UriSchemeNews_25() { return &___UriSchemeNews_25; } inline void set_UriSchemeNews_25(String_t* value) { ___UriSchemeNews_25 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeNews_25), value); } inline static int32_t get_offset_of_UriSchemeNntp_26() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeNntp_26)); } inline String_t* get_UriSchemeNntp_26() const { return ___UriSchemeNntp_26; } inline String_t** get_address_of_UriSchemeNntp_26() { return &___UriSchemeNntp_26; } inline void set_UriSchemeNntp_26(String_t* value) { ___UriSchemeNntp_26 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeNntp_26), value); } inline static int32_t get_offset_of_UriSchemeNetPipe_27() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeNetPipe_27)); } inline String_t* get_UriSchemeNetPipe_27() const { return ___UriSchemeNetPipe_27; } inline String_t** get_address_of_UriSchemeNetPipe_27() { return &___UriSchemeNetPipe_27; } inline void set_UriSchemeNetPipe_27(String_t* value) { ___UriSchemeNetPipe_27 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeNetPipe_27), value); } inline static int32_t get_offset_of_UriSchemeNetTcp_28() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeNetTcp_28)); } inline String_t* get_UriSchemeNetTcp_28() const { return ___UriSchemeNetTcp_28; } inline String_t** get_address_of_UriSchemeNetTcp_28() { return &___UriSchemeNetTcp_28; } inline void set_UriSchemeNetTcp_28(String_t* value) { ___UriSchemeNetTcp_28 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeNetTcp_28), value); } inline static int32_t get_offset_of_schemes_29() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___schemes_29)); } inline UriSchemeU5BU5D_t2082808316* get_schemes_29() const { return ___schemes_29; } inline UriSchemeU5BU5D_t2082808316** get_address_of_schemes_29() { return &___schemes_29; } inline void set_schemes_29(UriSchemeU5BU5D_t2082808316* value) { ___schemes_29 = value; Il2CppCodeGenWriteBarrier((&___schemes_29), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map12_31() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___U3CU3Ef__switchU24map12_31)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map12_31() const { return ___U3CU3Ef__switchU24map12_31; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map12_31() { return &___U3CU3Ef__switchU24map12_31; } inline void set_U3CU3Ef__switchU24map12_31(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map12_31 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map12_31), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map13_32() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___U3CU3Ef__switchU24map13_32)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map13_32() const { return ___U3CU3Ef__switchU24map13_32; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map13_32() { return &___U3CU3Ef__switchU24map13_32; } inline void set_U3CU3Ef__switchU24map13_32(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map13_32 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map13_32), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map14_33() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___U3CU3Ef__switchU24map14_33)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map14_33() const { return ___U3CU3Ef__switchU24map14_33; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map14_33() { return &___U3CU3Ef__switchU24map14_33; } inline void set_U3CU3Ef__switchU24map14_33(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map14_33 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map14_33), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map15_34() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___U3CU3Ef__switchU24map15_34)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map15_34() const { return ___U3CU3Ef__switchU24map15_34; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map15_34() { return &___U3CU3Ef__switchU24map15_34; } inline void set_U3CU3Ef__switchU24map15_34(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map15_34 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map15_34), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map16_35() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___U3CU3Ef__switchU24map16_35)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map16_35() const { return ___U3CU3Ef__switchU24map16_35; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map16_35() { return &___U3CU3Ef__switchU24map16_35; } inline void set_U3CU3Ef__switchU24map16_35(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map16_35 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map16_35), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // URI_T100236324_H #ifndef MATCHCOLLECTION_T1395363720_H #define MATCHCOLLECTION_T1395363720_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.MatchCollection struct MatchCollection_t1395363720 : public RuntimeObject { public: // System.Text.RegularExpressions.Match System.Text.RegularExpressions.MatchCollection::current Match_t3408321083 * ___current_0; // System.Collections.ArrayList System.Text.RegularExpressions.MatchCollection::list ArrayList_t2718874744 * ___list_1; public: inline static int32_t get_offset_of_current_0() { return static_cast(offsetof(MatchCollection_t1395363720, ___current_0)); } inline Match_t3408321083 * get_current_0() const { return ___current_0; } inline Match_t3408321083 ** get_address_of_current_0() { return &___current_0; } inline void set_current_0(Match_t3408321083 * value) { ___current_0 = value; Il2CppCodeGenWriteBarrier((&___current_0), value); } inline static int32_t get_offset_of_list_1() { return static_cast(offsetof(MatchCollection_t1395363720, ___list_1)); } inline ArrayList_t2718874744 * get_list_1() const { return ___list_1; } inline ArrayList_t2718874744 ** get_address_of_list_1() { return &___list_1; } inline void set_list_1(ArrayList_t2718874744 * value) { ___list_1 = value; Il2CppCodeGenWriteBarrier((&___list_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MATCHCOLLECTION_T1395363720_H #ifndef PKCS7_T1860834339_H #define PKCS7_T1860834339_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.PKCS7 struct PKCS7_t1860834339 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PKCS7_T1860834339_H #ifndef CONTENTINFO_T3218159896_H #define CONTENTINFO_T3218159896_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.PKCS7/ContentInfo struct ContentInfo_t3218159896 : public RuntimeObject { public: // System.String Mono.Security.PKCS7/ContentInfo::contentType String_t* ___contentType_0; // Mono.Security.ASN1 Mono.Security.PKCS7/ContentInfo::content ASN1_t2114160833 * ___content_1; public: inline static int32_t get_offset_of_contentType_0() { return static_cast(offsetof(ContentInfo_t3218159896, ___contentType_0)); } inline String_t* get_contentType_0() const { return ___contentType_0; } inline String_t** get_address_of_contentType_0() { return &___contentType_0; } inline void set_contentType_0(String_t* value) { ___contentType_0 = value; Il2CppCodeGenWriteBarrier((&___contentType_0), value); } inline static int32_t get_offset_of_content_1() { return static_cast(offsetof(ContentInfo_t3218159896, ___content_1)); } inline ASN1_t2114160833 * get_content_1() const { return ___content_1; } inline ASN1_t2114160833 ** get_address_of_content_1() { return &___content_1; } inline void set_content_1(ASN1_t2114160833 * value) { ___content_1 = value; Il2CppCodeGenWriteBarrier((&___content_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONTENTINFO_T3218159896_H #ifndef ENCRYPTEDDATA_T3577548733_H #define ENCRYPTEDDATA_T3577548733_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.PKCS7/EncryptedData struct EncryptedData_t3577548733 : public RuntimeObject { public: // System.Byte Mono.Security.PKCS7/EncryptedData::_version uint8_t ____version_0; // Mono.Security.PKCS7/ContentInfo Mono.Security.PKCS7/EncryptedData::_content ContentInfo_t3218159896 * ____content_1; // Mono.Security.PKCS7/ContentInfo Mono.Security.PKCS7/EncryptedData::_encryptionAlgorithm ContentInfo_t3218159896 * ____encryptionAlgorithm_2; // System.Byte[] Mono.Security.PKCS7/EncryptedData::_encrypted ByteU5BU5D_t4116647657* ____encrypted_3; public: inline static int32_t get_offset_of__version_0() { return static_cast(offsetof(EncryptedData_t3577548733, ____version_0)); } inline uint8_t get__version_0() const { return ____version_0; } inline uint8_t* get_address_of__version_0() { return &____version_0; } inline void set__version_0(uint8_t value) { ____version_0 = value; } inline static int32_t get_offset_of__content_1() { return static_cast(offsetof(EncryptedData_t3577548733, ____content_1)); } inline ContentInfo_t3218159896 * get__content_1() const { return ____content_1; } inline ContentInfo_t3218159896 ** get_address_of__content_1() { return &____content_1; } inline void set__content_1(ContentInfo_t3218159896 * value) { ____content_1 = value; Il2CppCodeGenWriteBarrier((&____content_1), value); } inline static int32_t get_offset_of__encryptionAlgorithm_2() { return static_cast(offsetof(EncryptedData_t3577548733, ____encryptionAlgorithm_2)); } inline ContentInfo_t3218159896 * get__encryptionAlgorithm_2() const { return ____encryptionAlgorithm_2; } inline ContentInfo_t3218159896 ** get_address_of__encryptionAlgorithm_2() { return &____encryptionAlgorithm_2; } inline void set__encryptionAlgorithm_2(ContentInfo_t3218159896 * value) { ____encryptionAlgorithm_2 = value; Il2CppCodeGenWriteBarrier((&____encryptionAlgorithm_2), value); } inline static int32_t get_offset_of__encrypted_3() { return static_cast(offsetof(EncryptedData_t3577548733, ____encrypted_3)); } inline ByteU5BU5D_t4116647657* get__encrypted_3() const { return ____encrypted_3; } inline ByteU5BU5D_t4116647657** get_address_of__encrypted_3() { return &____encrypted_3; } inline void set__encrypted_3(ByteU5BU5D_t4116647657* value) { ____encrypted_3 = value; Il2CppCodeGenWriteBarrier((&____encrypted_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENCRYPTEDDATA_T3577548733_H #ifndef SECURITYPARAMETERS_T2199972650_H #define SECURITYPARAMETERS_T2199972650_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.SecurityParameters struct SecurityParameters_t2199972650 : public RuntimeObject { public: // Mono.Security.Protocol.Tls.CipherSuite Mono.Security.Protocol.Tls.SecurityParameters::cipher CipherSuite_t3414744575 * ___cipher_0; // System.Byte[] Mono.Security.Protocol.Tls.SecurityParameters::clientWriteMAC ByteU5BU5D_t4116647657* ___clientWriteMAC_1; // System.Byte[] Mono.Security.Protocol.Tls.SecurityParameters::serverWriteMAC ByteU5BU5D_t4116647657* ___serverWriteMAC_2; public: inline static int32_t get_offset_of_cipher_0() { return static_cast(offsetof(SecurityParameters_t2199972650, ___cipher_0)); } inline CipherSuite_t3414744575 * get_cipher_0() const { return ___cipher_0; } inline CipherSuite_t3414744575 ** get_address_of_cipher_0() { return &___cipher_0; } inline void set_cipher_0(CipherSuite_t3414744575 * value) { ___cipher_0 = value; Il2CppCodeGenWriteBarrier((&___cipher_0), value); } inline static int32_t get_offset_of_clientWriteMAC_1() { return static_cast(offsetof(SecurityParameters_t2199972650, ___clientWriteMAC_1)); } inline ByteU5BU5D_t4116647657* get_clientWriteMAC_1() const { return ___clientWriteMAC_1; } inline ByteU5BU5D_t4116647657** get_address_of_clientWriteMAC_1() { return &___clientWriteMAC_1; } inline void set_clientWriteMAC_1(ByteU5BU5D_t4116647657* value) { ___clientWriteMAC_1 = value; Il2CppCodeGenWriteBarrier((&___clientWriteMAC_1), value); } inline static int32_t get_offset_of_serverWriteMAC_2() { return static_cast(offsetof(SecurityParameters_t2199972650, ___serverWriteMAC_2)); } inline ByteU5BU5D_t4116647657* get_serverWriteMAC_2() const { return ___serverWriteMAC_2; } inline ByteU5BU5D_t4116647657** get_address_of_serverWriteMAC_2() { return &___serverWriteMAC_2; } inline void set_serverWriteMAC_2(ByteU5BU5D_t4116647657* value) { ___serverWriteMAC_2 = value; Il2CppCodeGenWriteBarrier((&___serverWriteMAC_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SECURITYPARAMETERS_T2199972650_H #ifndef X509CERTIFICATE_T713131622_H #define X509CERTIFICATE_T713131622_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509Certificate struct X509Certificate_t713131622 : public RuntimeObject { public: // Mono.Security.X509.X509Certificate System.Security.Cryptography.X509Certificates.X509Certificate::x509 X509Certificate_t489243024 * ___x509_0; // System.Boolean System.Security.Cryptography.X509Certificates.X509Certificate::hideDates bool ___hideDates_1; // System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate::cachedCertificateHash ByteU5BU5D_t4116647657* ___cachedCertificateHash_2; // System.String System.Security.Cryptography.X509Certificates.X509Certificate::issuer_name String_t* ___issuer_name_3; // System.String System.Security.Cryptography.X509Certificates.X509Certificate::subject_name String_t* ___subject_name_4; public: inline static int32_t get_offset_of_x509_0() { return static_cast(offsetof(X509Certificate_t713131622, ___x509_0)); } inline X509Certificate_t489243024 * get_x509_0() const { return ___x509_0; } inline X509Certificate_t489243024 ** get_address_of_x509_0() { return &___x509_0; } inline void set_x509_0(X509Certificate_t489243024 * value) { ___x509_0 = value; Il2CppCodeGenWriteBarrier((&___x509_0), value); } inline static int32_t get_offset_of_hideDates_1() { return static_cast(offsetof(X509Certificate_t713131622, ___hideDates_1)); } inline bool get_hideDates_1() const { return ___hideDates_1; } inline bool* get_address_of_hideDates_1() { return &___hideDates_1; } inline void set_hideDates_1(bool value) { ___hideDates_1 = value; } inline static int32_t get_offset_of_cachedCertificateHash_2() { return static_cast(offsetof(X509Certificate_t713131622, ___cachedCertificateHash_2)); } inline ByteU5BU5D_t4116647657* get_cachedCertificateHash_2() const { return ___cachedCertificateHash_2; } inline ByteU5BU5D_t4116647657** get_address_of_cachedCertificateHash_2() { return &___cachedCertificateHash_2; } inline void set_cachedCertificateHash_2(ByteU5BU5D_t4116647657* value) { ___cachedCertificateHash_2 = value; Il2CppCodeGenWriteBarrier((&___cachedCertificateHash_2), value); } inline static int32_t get_offset_of_issuer_name_3() { return static_cast(offsetof(X509Certificate_t713131622, ___issuer_name_3)); } inline String_t* get_issuer_name_3() const { return ___issuer_name_3; } inline String_t** get_address_of_issuer_name_3() { return &___issuer_name_3; } inline void set_issuer_name_3(String_t* value) { ___issuer_name_3 = value; Il2CppCodeGenWriteBarrier((&___issuer_name_3), value); } inline static int32_t get_offset_of_subject_name_4() { return static_cast(offsetof(X509Certificate_t713131622, ___subject_name_4)); } inline String_t* get_subject_name_4() const { return ___subject_name_4; } inline String_t** get_address_of_subject_name_4() { return &___subject_name_4; } inline void set_subject_name_4(String_t* value) { ___subject_name_4 = value; Il2CppCodeGenWriteBarrier((&___subject_name_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509CERTIFICATE_T713131622_H #ifndef VALIDATIONRESULT_T3834298736_H #define VALIDATIONRESULT_T3834298736_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.ValidationResult struct ValidationResult_t3834298736 : public RuntimeObject { public: // System.Boolean Mono.Security.Protocol.Tls.ValidationResult::trusted bool ___trusted_0; // System.Boolean Mono.Security.Protocol.Tls.ValidationResult::user_denied bool ___user_denied_1; // System.Int32 Mono.Security.Protocol.Tls.ValidationResult::error_code int32_t ___error_code_2; public: inline static int32_t get_offset_of_trusted_0() { return static_cast(offsetof(ValidationResult_t3834298736, ___trusted_0)); } inline bool get_trusted_0() const { return ___trusted_0; } inline bool* get_address_of_trusted_0() { return &___trusted_0; } inline void set_trusted_0(bool value) { ___trusted_0 = value; } inline static int32_t get_offset_of_user_denied_1() { return static_cast(offsetof(ValidationResult_t3834298736, ___user_denied_1)); } inline bool get_user_denied_1() const { return ___user_denied_1; } inline bool* get_address_of_user_denied_1() { return &___user_denied_1; } inline void set_user_denied_1(bool value) { ___user_denied_1 = value; } inline static int32_t get_offset_of_error_code_2() { return static_cast(offsetof(ValidationResult_t3834298736, ___error_code_2)); } inline int32_t get_error_code_2() const { return ___error_code_2; } inline int32_t* get_address_of_error_code_2() { return &___error_code_2; } inline void set_error_code_2(int32_t value) { ___error_code_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VALIDATIONRESULT_T3834298736_H #ifndef X509EXTENSION_T3173393653_H #define X509EXTENSION_T3173393653_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.X509.X509Extension struct X509Extension_t3173393653 : public RuntimeObject { public: // System.String Mono.Security.X509.X509Extension::extnOid String_t* ___extnOid_0; // System.Boolean Mono.Security.X509.X509Extension::extnCritical bool ___extnCritical_1; // Mono.Security.ASN1 Mono.Security.X509.X509Extension::extnValue ASN1_t2114160833 * ___extnValue_2; public: inline static int32_t get_offset_of_extnOid_0() { return static_cast(offsetof(X509Extension_t3173393653, ___extnOid_0)); } inline String_t* get_extnOid_0() const { return ___extnOid_0; } inline String_t** get_address_of_extnOid_0() { return &___extnOid_0; } inline void set_extnOid_0(String_t* value) { ___extnOid_0 = value; Il2CppCodeGenWriteBarrier((&___extnOid_0), value); } inline static int32_t get_offset_of_extnCritical_1() { return static_cast(offsetof(X509Extension_t3173393653, ___extnCritical_1)); } inline bool get_extnCritical_1() const { return ___extnCritical_1; } inline bool* get_address_of_extnCritical_1() { return &___extnCritical_1; } inline void set_extnCritical_1(bool value) { ___extnCritical_1 = value; } inline static int32_t get_offset_of_extnValue_2() { return static_cast(offsetof(X509Extension_t3173393653, ___extnValue_2)); } inline ASN1_t2114160833 * get_extnValue_2() const { return ___extnValue_2; } inline ASN1_t2114160833 ** get_address_of_extnValue_2() { return &___extnValue_2; } inline void set_extnValue_2(ASN1_t2114160833 * value) { ___extnValue_2 = value; Il2CppCodeGenWriteBarrier((&___extnValue_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509EXTENSION_T3173393653_H #ifndef X509CERTIFICATEENUMERATOR_T855273292_H #define X509CERTIFICATEENUMERATOR_T855273292_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509CertificateCollection/X509CertificateEnumerator struct X509CertificateEnumerator_t855273292 : public RuntimeObject { public: // System.Collections.IEnumerator System.Security.Cryptography.X509Certificates.X509CertificateCollection/X509CertificateEnumerator::enumerator RuntimeObject* ___enumerator_0; public: inline static int32_t get_offset_of_enumerator_0() { return static_cast(offsetof(X509CertificateEnumerator_t855273292, ___enumerator_0)); } inline RuntimeObject* get_enumerator_0() const { return ___enumerator_0; } inline RuntimeObject** get_address_of_enumerator_0() { return &___enumerator_0; } inline void set_enumerator_0(RuntimeObject* value) { ___enumerator_0 = value; Il2CppCodeGenWriteBarrier((&___enumerator_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509CERTIFICATEENUMERATOR_T855273292_H #ifndef HASHTABLE_T1853889766_H #define HASHTABLE_T1853889766_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Hashtable struct Hashtable_t1853889766 : public RuntimeObject { public: // System.Int32 System.Collections.Hashtable::inUse int32_t ___inUse_1; // System.Int32 System.Collections.Hashtable::modificationCount int32_t ___modificationCount_2; // System.Single System.Collections.Hashtable::loadFactor float ___loadFactor_3; // System.Collections.Hashtable/Slot[] System.Collections.Hashtable::table SlotU5BU5D_t2994659099* ___table_4; // System.Int32[] System.Collections.Hashtable::hashes Int32U5BU5D_t385246372* ___hashes_5; // System.Int32 System.Collections.Hashtable::threshold int32_t ___threshold_6; // System.Collections.Hashtable/HashKeys System.Collections.Hashtable::hashKeys HashKeys_t1568156503 * ___hashKeys_7; // System.Collections.Hashtable/HashValues System.Collections.Hashtable::hashValues HashValues_t618387445 * ___hashValues_8; // System.Collections.IHashCodeProvider System.Collections.Hashtable::hcpRef RuntimeObject* ___hcpRef_9; // System.Collections.IComparer System.Collections.Hashtable::comparerRef RuntimeObject* ___comparerRef_10; // System.Runtime.Serialization.SerializationInfo System.Collections.Hashtable::serializationInfo SerializationInfo_t950877179 * ___serializationInfo_11; // System.Collections.IEqualityComparer System.Collections.Hashtable::equalityComparer RuntimeObject* ___equalityComparer_12; public: inline static int32_t get_offset_of_inUse_1() { return static_cast(offsetof(Hashtable_t1853889766, ___inUse_1)); } inline int32_t get_inUse_1() const { return ___inUse_1; } inline int32_t* get_address_of_inUse_1() { return &___inUse_1; } inline void set_inUse_1(int32_t value) { ___inUse_1 = value; } inline static int32_t get_offset_of_modificationCount_2() { return static_cast(offsetof(Hashtable_t1853889766, ___modificationCount_2)); } inline int32_t get_modificationCount_2() const { return ___modificationCount_2; } inline int32_t* get_address_of_modificationCount_2() { return &___modificationCount_2; } inline void set_modificationCount_2(int32_t value) { ___modificationCount_2 = value; } inline static int32_t get_offset_of_loadFactor_3() { return static_cast(offsetof(Hashtable_t1853889766, ___loadFactor_3)); } inline float get_loadFactor_3() const { return ___loadFactor_3; } inline float* get_address_of_loadFactor_3() { return &___loadFactor_3; } inline void set_loadFactor_3(float value) { ___loadFactor_3 = value; } inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Hashtable_t1853889766, ___table_4)); } inline SlotU5BU5D_t2994659099* get_table_4() const { return ___table_4; } inline SlotU5BU5D_t2994659099** get_address_of_table_4() { return &___table_4; } inline void set_table_4(SlotU5BU5D_t2994659099* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_hashes_5() { return static_cast(offsetof(Hashtable_t1853889766, ___hashes_5)); } inline Int32U5BU5D_t385246372* get_hashes_5() const { return ___hashes_5; } inline Int32U5BU5D_t385246372** get_address_of_hashes_5() { return &___hashes_5; } inline void set_hashes_5(Int32U5BU5D_t385246372* value) { ___hashes_5 = value; Il2CppCodeGenWriteBarrier((&___hashes_5), value); } inline static int32_t get_offset_of_threshold_6() { return static_cast(offsetof(Hashtable_t1853889766, ___threshold_6)); } inline int32_t get_threshold_6() const { return ___threshold_6; } inline int32_t* get_address_of_threshold_6() { return &___threshold_6; } inline void set_threshold_6(int32_t value) { ___threshold_6 = value; } inline static int32_t get_offset_of_hashKeys_7() { return static_cast(offsetof(Hashtable_t1853889766, ___hashKeys_7)); } inline HashKeys_t1568156503 * get_hashKeys_7() const { return ___hashKeys_7; } inline HashKeys_t1568156503 ** get_address_of_hashKeys_7() { return &___hashKeys_7; } inline void set_hashKeys_7(HashKeys_t1568156503 * value) { ___hashKeys_7 = value; Il2CppCodeGenWriteBarrier((&___hashKeys_7), value); } inline static int32_t get_offset_of_hashValues_8() { return static_cast(offsetof(Hashtable_t1853889766, ___hashValues_8)); } inline HashValues_t618387445 * get_hashValues_8() const { return ___hashValues_8; } inline HashValues_t618387445 ** get_address_of_hashValues_8() { return &___hashValues_8; } inline void set_hashValues_8(HashValues_t618387445 * value) { ___hashValues_8 = value; Il2CppCodeGenWriteBarrier((&___hashValues_8), value); } inline static int32_t get_offset_of_hcpRef_9() { return static_cast(offsetof(Hashtable_t1853889766, ___hcpRef_9)); } inline RuntimeObject* get_hcpRef_9() const { return ___hcpRef_9; } inline RuntimeObject** get_address_of_hcpRef_9() { return &___hcpRef_9; } inline void set_hcpRef_9(RuntimeObject* value) { ___hcpRef_9 = value; Il2CppCodeGenWriteBarrier((&___hcpRef_9), value); } inline static int32_t get_offset_of_comparerRef_10() { return static_cast(offsetof(Hashtable_t1853889766, ___comparerRef_10)); } inline RuntimeObject* get_comparerRef_10() const { return ___comparerRef_10; } inline RuntimeObject** get_address_of_comparerRef_10() { return &___comparerRef_10; } inline void set_comparerRef_10(RuntimeObject* value) { ___comparerRef_10 = value; Il2CppCodeGenWriteBarrier((&___comparerRef_10), value); } inline static int32_t get_offset_of_serializationInfo_11() { return static_cast(offsetof(Hashtable_t1853889766, ___serializationInfo_11)); } inline SerializationInfo_t950877179 * get_serializationInfo_11() const { return ___serializationInfo_11; } inline SerializationInfo_t950877179 ** get_address_of_serializationInfo_11() { return &___serializationInfo_11; } inline void set_serializationInfo_11(SerializationInfo_t950877179 * value) { ___serializationInfo_11 = value; Il2CppCodeGenWriteBarrier((&___serializationInfo_11), value); } inline static int32_t get_offset_of_equalityComparer_12() { return static_cast(offsetof(Hashtable_t1853889766, ___equalityComparer_12)); } inline RuntimeObject* get_equalityComparer_12() const { return ___equalityComparer_12; } inline RuntimeObject** get_address_of_equalityComparer_12() { return &___equalityComparer_12; } inline void set_equalityComparer_12(RuntimeObject* value) { ___equalityComparer_12 = value; Il2CppCodeGenWriteBarrier((&___equalityComparer_12), value); } }; struct Hashtable_t1853889766_StaticFields { public: // System.Int32[] System.Collections.Hashtable::primeTbl Int32U5BU5D_t385246372* ___primeTbl_13; public: inline static int32_t get_offset_of_primeTbl_13() { return static_cast(offsetof(Hashtable_t1853889766_StaticFields, ___primeTbl_13)); } inline Int32U5BU5D_t385246372* get_primeTbl_13() const { return ___primeTbl_13; } inline Int32U5BU5D_t385246372** get_address_of_primeTbl_13() { return &___primeTbl_13; } inline void set_primeTbl_13(Int32U5BU5D_t385246372* value) { ___primeTbl_13 = value; Il2CppCodeGenWriteBarrier((&___primeTbl_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HASHTABLE_T1853889766_H #ifndef PKCS1_T1505584677_H #define PKCS1_T1505584677_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Cryptography.PKCS1 struct PKCS1_t1505584677 : public RuntimeObject { public: public: }; struct PKCS1_t1505584677_StaticFields { public: // System.Byte[] Mono.Security.Cryptography.PKCS1::emptySHA1 ByteU5BU5D_t4116647657* ___emptySHA1_0; // System.Byte[] Mono.Security.Cryptography.PKCS1::emptySHA256 ByteU5BU5D_t4116647657* ___emptySHA256_1; // System.Byte[] Mono.Security.Cryptography.PKCS1::emptySHA384 ByteU5BU5D_t4116647657* ___emptySHA384_2; // System.Byte[] Mono.Security.Cryptography.PKCS1::emptySHA512 ByteU5BU5D_t4116647657* ___emptySHA512_3; public: inline static int32_t get_offset_of_emptySHA1_0() { return static_cast(offsetof(PKCS1_t1505584677_StaticFields, ___emptySHA1_0)); } inline ByteU5BU5D_t4116647657* get_emptySHA1_0() const { return ___emptySHA1_0; } inline ByteU5BU5D_t4116647657** get_address_of_emptySHA1_0() { return &___emptySHA1_0; } inline void set_emptySHA1_0(ByteU5BU5D_t4116647657* value) { ___emptySHA1_0 = value; Il2CppCodeGenWriteBarrier((&___emptySHA1_0), value); } inline static int32_t get_offset_of_emptySHA256_1() { return static_cast(offsetof(PKCS1_t1505584677_StaticFields, ___emptySHA256_1)); } inline ByteU5BU5D_t4116647657* get_emptySHA256_1() const { return ___emptySHA256_1; } inline ByteU5BU5D_t4116647657** get_address_of_emptySHA256_1() { return &___emptySHA256_1; } inline void set_emptySHA256_1(ByteU5BU5D_t4116647657* value) { ___emptySHA256_1 = value; Il2CppCodeGenWriteBarrier((&___emptySHA256_1), value); } inline static int32_t get_offset_of_emptySHA384_2() { return static_cast(offsetof(PKCS1_t1505584677_StaticFields, ___emptySHA384_2)); } inline ByteU5BU5D_t4116647657* get_emptySHA384_2() const { return ___emptySHA384_2; } inline ByteU5BU5D_t4116647657** get_address_of_emptySHA384_2() { return &___emptySHA384_2; } inline void set_emptySHA384_2(ByteU5BU5D_t4116647657* value) { ___emptySHA384_2 = value; Il2CppCodeGenWriteBarrier((&___emptySHA384_2), value); } inline static int32_t get_offset_of_emptySHA512_3() { return static_cast(offsetof(PKCS1_t1505584677_StaticFields, ___emptySHA512_3)); } inline ByteU5BU5D_t4116647657* get_emptySHA512_3() const { return ___emptySHA512_3; } inline ByteU5BU5D_t4116647657** get_address_of_emptySHA512_3() { return &___emptySHA512_3; } inline void set_emptySHA512_3(ByteU5BU5D_t4116647657* value) { ___emptySHA512_3 = value; Il2CppCodeGenWriteBarrier((&___emptySHA512_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PKCS1_T1505584677_H #ifndef PKCS8_T696280613_H #define PKCS8_T696280613_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Cryptography.PKCS8 struct PKCS8_t696280613 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PKCS8_T696280613_H #ifndef ENCRYPTEDPRIVATEKEYINFO_T862116836_H #define ENCRYPTEDPRIVATEKEYINFO_T862116836_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo struct EncryptedPrivateKeyInfo_t862116836 : public RuntimeObject { public: // System.String Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::_algorithm String_t* ____algorithm_0; // System.Byte[] Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::_salt ByteU5BU5D_t4116647657* ____salt_1; // System.Int32 Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::_iterations int32_t ____iterations_2; // System.Byte[] Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::_data ByteU5BU5D_t4116647657* ____data_3; public: inline static int32_t get_offset_of__algorithm_0() { return static_cast(offsetof(EncryptedPrivateKeyInfo_t862116836, ____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((&____algorithm_0), value); } inline static int32_t get_offset_of__salt_1() { return static_cast(offsetof(EncryptedPrivateKeyInfo_t862116836, ____salt_1)); } inline ByteU5BU5D_t4116647657* get__salt_1() const { return ____salt_1; } inline ByteU5BU5D_t4116647657** get_address_of__salt_1() { return &____salt_1; } inline void set__salt_1(ByteU5BU5D_t4116647657* value) { ____salt_1 = value; Il2CppCodeGenWriteBarrier((&____salt_1), value); } inline static int32_t get_offset_of__iterations_2() { return static_cast(offsetof(EncryptedPrivateKeyInfo_t862116836, ____iterations_2)); } inline int32_t get__iterations_2() const { return ____iterations_2; } inline int32_t* get_address_of__iterations_2() { return &____iterations_2; } inline void set__iterations_2(int32_t value) { ____iterations_2 = value; } inline static int32_t get_offset_of__data_3() { return static_cast(offsetof(EncryptedPrivateKeyInfo_t862116836, ____data_3)); } inline ByteU5BU5D_t4116647657* get__data_3() const { return ____data_3; } inline ByteU5BU5D_t4116647657** get_address_of__data_3() { return &____data_3; } inline void set__data_3(ByteU5BU5D_t4116647657* value) { ____data_3 = value; Il2CppCodeGenWriteBarrier((&____data_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENCRYPTEDPRIVATEKEYINFO_T862116836_H #ifndef PRIVATEKEYINFO_T668027993_H #define PRIVATEKEYINFO_T668027993_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Cryptography.PKCS8/PrivateKeyInfo struct PrivateKeyInfo_t668027993 : public RuntimeObject { public: // System.Int32 Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::_version int32_t ____version_0; // System.String Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::_algorithm String_t* ____algorithm_1; // System.Byte[] Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::_key ByteU5BU5D_t4116647657* ____key_2; // System.Collections.ArrayList Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::_list ArrayList_t2718874744 * ____list_3; public: inline static int32_t get_offset_of__version_0() { return static_cast(offsetof(PrivateKeyInfo_t668027993, ____version_0)); } inline int32_t get__version_0() const { return ____version_0; } inline int32_t* get_address_of__version_0() { return &____version_0; } inline void set__version_0(int32_t value) { ____version_0 = value; } inline static int32_t get_offset_of__algorithm_1() { return static_cast(offsetof(PrivateKeyInfo_t668027993, ____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((&____algorithm_1), value); } inline static int32_t get_offset_of__key_2() { return static_cast(offsetof(PrivateKeyInfo_t668027993, ____key_2)); } inline ByteU5BU5D_t4116647657* get__key_2() const { return ____key_2; } inline ByteU5BU5D_t4116647657** get_address_of__key_2() { return &____key_2; } inline void set__key_2(ByteU5BU5D_t4116647657* value) { ____key_2 = value; Il2CppCodeGenWriteBarrier((&____key_2), value); } inline static int32_t get_offset_of__list_3() { return static_cast(offsetof(PrivateKeyInfo_t668027993, ____list_3)); } inline ArrayList_t2718874744 * get__list_3() const { return ____list_3; } inline ArrayList_t2718874744 ** get_address_of__list_3() { return &____list_3; } inline void set__list_3(ArrayList_t2718874744 * value) { ____list_3 = value; Il2CppCodeGenWriteBarrier((&____list_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PRIVATEKEYINFO_T668027993_H #ifndef CLIENTSESSIONCACHE_T2353595803_H #define CLIENTSESSIONCACHE_T2353595803_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.ClientSessionCache struct ClientSessionCache_t2353595803 : public RuntimeObject { public: public: }; struct ClientSessionCache_t2353595803_StaticFields { public: // System.Collections.Hashtable Mono.Security.Protocol.Tls.ClientSessionCache::cache Hashtable_t1853889766 * ___cache_0; // System.Object Mono.Security.Protocol.Tls.ClientSessionCache::locker RuntimeObject * ___locker_1; public: inline static int32_t get_offset_of_cache_0() { return static_cast(offsetof(ClientSessionCache_t2353595803_StaticFields, ___cache_0)); } inline Hashtable_t1853889766 * get_cache_0() const { return ___cache_0; } inline Hashtable_t1853889766 ** get_address_of_cache_0() { return &___cache_0; } inline void set_cache_0(Hashtable_t1853889766 * value) { ___cache_0 = value; Il2CppCodeGenWriteBarrier((&___cache_0), value); } inline static int32_t get_offset_of_locker_1() { return static_cast(offsetof(ClientSessionCache_t2353595803_StaticFields, ___locker_1)); } inline RuntimeObject * get_locker_1() const { return ___locker_1; } inline RuntimeObject ** get_address_of_locker_1() { return &___locker_1; } inline void set_locker_1(RuntimeObject * value) { ___locker_1 = value; Il2CppCodeGenWriteBarrier((&___locker_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLIENTSESSIONCACHE_T2353595803_H #ifndef CAPTURE_T2232016050_H #define CAPTURE_T2232016050_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Capture struct Capture_t2232016050 : public RuntimeObject { public: // System.Int32 System.Text.RegularExpressions.Capture::index int32_t ___index_0; // System.Int32 System.Text.RegularExpressions.Capture::length int32_t ___length_1; // System.String System.Text.RegularExpressions.Capture::text String_t* ___text_2; public: inline static int32_t get_offset_of_index_0() { return static_cast(offsetof(Capture_t2232016050, ___index_0)); } inline int32_t get_index_0() const { return ___index_0; } inline int32_t* get_address_of_index_0() { return &___index_0; } inline void set_index_0(int32_t value) { ___index_0 = value; } inline static int32_t get_offset_of_length_1() { return static_cast(offsetof(Capture_t2232016050, ___length_1)); } inline int32_t get_length_1() const { return ___length_1; } inline int32_t* get_address_of_length_1() { return &___length_1; } inline void set_length_1(int32_t value) { ___length_1 = value; } inline static int32_t get_offset_of_text_2() { return static_cast(offsetof(Capture_t2232016050, ___text_2)); } inline String_t* get_text_2() const { return ___text_2; } inline String_t** get_address_of_text_2() { return &___text_2; } inline void set_text_2(String_t* value) { ___text_2 = value; Il2CppCodeGenWriteBarrier((&___text_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CAPTURE_T2232016050_H #ifndef GROUPCOLLECTION_T69770484_H #define GROUPCOLLECTION_T69770484_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.GroupCollection struct GroupCollection_t69770484 : public RuntimeObject { public: // System.Text.RegularExpressions.Group[] System.Text.RegularExpressions.GroupCollection::list GroupU5BU5D_t1880820351* ___list_0; // System.Int32 System.Text.RegularExpressions.GroupCollection::gap int32_t ___gap_1; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(GroupCollection_t69770484, ___list_0)); } inline GroupU5BU5D_t1880820351* get_list_0() const { return ___list_0; } inline GroupU5BU5D_t1880820351** get_address_of_list_0() { return &___list_0; } inline void set_list_0(GroupU5BU5D_t1880820351* value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((&___list_0), value); } inline static int32_t get_offset_of_gap_1() { return static_cast(offsetof(GroupCollection_t69770484, ___gap_1)); } inline int32_t get_gap_1() const { return ___gap_1; } inline int32_t* get_address_of_gap_1() { return &___gap_1; } inline void set_gap_1(int32_t value) { ___gap_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GROUPCOLLECTION_T69770484_H #ifndef KEYSIZES_T85027896_H #define KEYSIZES_T85027896_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.KeySizes struct KeySizes_t85027896 : public RuntimeObject { public: // System.Int32 System.Security.Cryptography.KeySizes::_maxSize int32_t ____maxSize_0; // System.Int32 System.Security.Cryptography.KeySizes::_minSize int32_t ____minSize_1; // System.Int32 System.Security.Cryptography.KeySizes::_skipSize int32_t ____skipSize_2; public: inline static int32_t get_offset_of__maxSize_0() { return static_cast(offsetof(KeySizes_t85027896, ____maxSize_0)); } inline int32_t get__maxSize_0() const { return ____maxSize_0; } inline int32_t* get_address_of__maxSize_0() { return &____maxSize_0; } inline void set__maxSize_0(int32_t value) { ____maxSize_0 = value; } inline static int32_t get_offset_of__minSize_1() { return static_cast(offsetof(KeySizes_t85027896, ____minSize_1)); } inline int32_t get__minSize_1() const { return ____minSize_1; } inline int32_t* get_address_of__minSize_1() { return &____minSize_1; } inline void set__minSize_1(int32_t value) { ____minSize_1 = value; } inline static int32_t get_offset_of__skipSize_2() { return static_cast(offsetof(KeySizes_t85027896, ____skipSize_2)); } inline int32_t get__skipSize_2() const { return ____skipSize_2; } inline int32_t* get_address_of__skipSize_2() { return &____skipSize_2; } inline void set__skipSize_2(int32_t value) { ____skipSize_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYSIZES_T85027896_H #ifndef EVENTARGS_T3591816995_H #define EVENTARGS_T3591816995_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.EventArgs struct EventArgs_t3591816995 : public RuntimeObject { public: public: }; struct EventArgs_t3591816995_StaticFields { public: // System.EventArgs System.EventArgs::Empty EventArgs_t3591816995 * ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(EventArgs_t3591816995_StaticFields, ___Empty_0)); } inline EventArgs_t3591816995 * get_Empty_0() const { return ___Empty_0; } inline EventArgs_t3591816995 ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(EventArgs_t3591816995 * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((&___Empty_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENTARGS_T3591816995_H #ifndef ARRAYLIST_T2718874744_H #define ARRAYLIST_T2718874744_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.ArrayList struct ArrayList_t2718874744 : public RuntimeObject { public: // System.Int32 System.Collections.ArrayList::_size int32_t ____size_1; // System.Object[] System.Collections.ArrayList::_items ObjectU5BU5D_t2843939325* ____items_2; // System.Int32 System.Collections.ArrayList::_version int32_t ____version_3; public: inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(ArrayList_t2718874744, ____size_1)); } inline int32_t get__size_1() const { return ____size_1; } inline int32_t* get_address_of__size_1() { return &____size_1; } inline void set__size_1(int32_t value) { ____size_1 = value; } inline static int32_t get_offset_of__items_2() { return static_cast(offsetof(ArrayList_t2718874744, ____items_2)); } inline ObjectU5BU5D_t2843939325* get__items_2() const { return ____items_2; } inline ObjectU5BU5D_t2843939325** get_address_of__items_2() { return &____items_2; } inline void set__items_2(ObjectU5BU5D_t2843939325* value) { ____items_2 = value; Il2CppCodeGenWriteBarrier((&____items_2), value); } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(ArrayList_t2718874744, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct ArrayList_t2718874744_StaticFields { public: // System.Object[] System.Collections.ArrayList::EmptyArray ObjectU5BU5D_t2843939325* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(ArrayList_t2718874744_StaticFields, ___EmptyArray_4)); } inline ObjectU5BU5D_t2843939325* get_EmptyArray_4() const { return ___EmptyArray_4; } inline ObjectU5BU5D_t2843939325** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(ObjectU5BU5D_t2843939325* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARRAYLIST_T2718874744_H #ifndef MEMBERINFO_T_H #define MEMBERINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMBERINFO_T_H #ifndef TLSCLIENTSETTINGS_T2486039503_H #define TLSCLIENTSETTINGS_T2486039503_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.TlsClientSettings struct TlsClientSettings_t2486039503 : public RuntimeObject { public: // System.String Mono.Security.Protocol.Tls.TlsClientSettings::targetHost String_t* ___targetHost_0; // System.Security.Cryptography.X509Certificates.X509CertificateCollection Mono.Security.Protocol.Tls.TlsClientSettings::certificates X509CertificateCollection_t3399372417 * ___certificates_1; // System.Security.Cryptography.X509Certificates.X509Certificate Mono.Security.Protocol.Tls.TlsClientSettings::clientCertificate X509Certificate_t713131622 * ___clientCertificate_2; // Mono.Security.Cryptography.RSAManaged Mono.Security.Protocol.Tls.TlsClientSettings::certificateRSA RSAManaged_t1757093820 * ___certificateRSA_3; public: inline static int32_t get_offset_of_targetHost_0() { return static_cast(offsetof(TlsClientSettings_t2486039503, ___targetHost_0)); } inline String_t* get_targetHost_0() const { return ___targetHost_0; } inline String_t** get_address_of_targetHost_0() { return &___targetHost_0; } inline void set_targetHost_0(String_t* value) { ___targetHost_0 = value; Il2CppCodeGenWriteBarrier((&___targetHost_0), value); } inline static int32_t get_offset_of_certificates_1() { return static_cast(offsetof(TlsClientSettings_t2486039503, ___certificates_1)); } inline X509CertificateCollection_t3399372417 * get_certificates_1() const { return ___certificates_1; } inline X509CertificateCollection_t3399372417 ** get_address_of_certificates_1() { return &___certificates_1; } inline void set_certificates_1(X509CertificateCollection_t3399372417 * value) { ___certificates_1 = value; Il2CppCodeGenWriteBarrier((&___certificates_1), value); } inline static int32_t get_offset_of_clientCertificate_2() { return static_cast(offsetof(TlsClientSettings_t2486039503, ___clientCertificate_2)); } inline X509Certificate_t713131622 * get_clientCertificate_2() const { return ___clientCertificate_2; } inline X509Certificate_t713131622 ** get_address_of_clientCertificate_2() { return &___clientCertificate_2; } inline void set_clientCertificate_2(X509Certificate_t713131622 * value) { ___clientCertificate_2 = value; Il2CppCodeGenWriteBarrier((&___clientCertificate_2), value); } inline static int32_t get_offset_of_certificateRSA_3() { return static_cast(offsetof(TlsClientSettings_t2486039503, ___certificateRSA_3)); } inline RSAManaged_t1757093820 * get_certificateRSA_3() const { return ___certificateRSA_3; } inline RSAManaged_t1757093820 ** get_address_of_certificateRSA_3() { return &___certificateRSA_3; } inline void set_certificateRSA_3(RSAManaged_t1757093820 * value) { ___certificateRSA_3 = value; Il2CppCodeGenWriteBarrier((&___certificateRSA_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TLSCLIENTSETTINGS_T2486039503_H #ifndef MODULUSRING_T596511505_H #define MODULUSRING_T596511505_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Math.BigInteger/ModulusRing struct ModulusRing_t596511505 : public RuntimeObject { public: // Mono.Math.BigInteger Mono.Math.BigInteger/ModulusRing::mod BigInteger_t2902905090 * ___mod_0; // Mono.Math.BigInteger Mono.Math.BigInteger/ModulusRing::constant BigInteger_t2902905090 * ___constant_1; public: inline static int32_t get_offset_of_mod_0() { return static_cast(offsetof(ModulusRing_t596511505, ___mod_0)); } inline BigInteger_t2902905090 * get_mod_0() const { return ___mod_0; } inline BigInteger_t2902905090 ** get_address_of_mod_0() { return &___mod_0; } inline void set_mod_0(BigInteger_t2902905090 * value) { ___mod_0 = value; Il2CppCodeGenWriteBarrier((&___mod_0), value); } inline static int32_t get_offset_of_constant_1() { return static_cast(offsetof(ModulusRing_t596511505, ___constant_1)); } inline BigInteger_t2902905090 * get_constant_1() const { return ___constant_1; } inline BigInteger_t2902905090 ** get_address_of_constant_1() { return &___constant_1; } inline void set_constant_1(BigInteger_t2902905090 * value) { ___constant_1 = value; Il2CppCodeGenWriteBarrier((&___constant_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MODULUSRING_T596511505_H #ifndef STREAM_T1273022909_H #define STREAM_T1273022909_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.Stream struct Stream_t1273022909 : public RuntimeObject { public: public: }; struct Stream_t1273022909_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t1273022909 * ___Null_0; public: inline static int32_t get_offset_of_Null_0() { return static_cast(offsetof(Stream_t1273022909_StaticFields, ___Null_0)); } inline Stream_t1273022909 * get_Null_0() const { return ___Null_0; } inline Stream_t1273022909 ** get_address_of_Null_0() { return &___Null_0; } inline void set_Null_0(Stream_t1273022909 * value) { ___Null_0 = value; Il2CppCodeGenWriteBarrier((&___Null_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAM_T1273022909_H #ifndef RANDOMNUMBERGENERATOR_T386037858_H #define RANDOMNUMBERGENERATOR_T386037858_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t386037858 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RANDOMNUMBERGENERATOR_T386037858_H #ifndef RECORDPROTOCOL_T3759049701_H #define RECORDPROTOCOL_T3759049701_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.RecordProtocol struct RecordProtocol_t3759049701 : public RuntimeObject { public: // System.IO.Stream Mono.Security.Protocol.Tls.RecordProtocol::innerStream Stream_t1273022909 * ___innerStream_1; // Mono.Security.Protocol.Tls.Context Mono.Security.Protocol.Tls.RecordProtocol::context Context_t3971234707 * ___context_2; public: inline static int32_t get_offset_of_innerStream_1() { return static_cast(offsetof(RecordProtocol_t3759049701, ___innerStream_1)); } inline Stream_t1273022909 * get_innerStream_1() const { return ___innerStream_1; } inline Stream_t1273022909 ** get_address_of_innerStream_1() { return &___innerStream_1; } inline void set_innerStream_1(Stream_t1273022909 * value) { ___innerStream_1 = value; Il2CppCodeGenWriteBarrier((&___innerStream_1), value); } inline static int32_t get_offset_of_context_2() { return static_cast(offsetof(RecordProtocol_t3759049701, ___context_2)); } inline Context_t3971234707 * get_context_2() const { return ___context_2; } inline Context_t3971234707 ** get_address_of_context_2() { return &___context_2; } inline void set_context_2(Context_t3971234707 * value) { ___context_2 = value; Il2CppCodeGenWriteBarrier((&___context_2), value); } }; struct RecordProtocol_t3759049701_StaticFields { public: // System.Threading.ManualResetEvent Mono.Security.Protocol.Tls.RecordProtocol::record_processing ManualResetEvent_t451242010 * ___record_processing_0; public: inline static int32_t get_offset_of_record_processing_0() { return static_cast(offsetof(RecordProtocol_t3759049701_StaticFields, ___record_processing_0)); } inline ManualResetEvent_t451242010 * get_record_processing_0() const { return ___record_processing_0; } inline ManualResetEvent_t451242010 ** get_address_of_record_processing_0() { return &___record_processing_0; } inline void set_record_processing_0(ManualResetEvent_t451242010 * value) { ___record_processing_0 = value; Il2CppCodeGenWriteBarrier((&___record_processing_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RECORDPROTOCOL_T3759049701_H #ifndef COLLECTIONBASE_T2727926298_H #define COLLECTIONBASE_T2727926298_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.CollectionBase struct CollectionBase_t2727926298 : public RuntimeObject { public: // System.Collections.ArrayList System.Collections.CollectionBase::list ArrayList_t2718874744 * ___list_0; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(CollectionBase_t2727926298, ___list_0)); } inline ArrayList_t2718874744 * get_list_0() const { return ___list_0; } inline ArrayList_t2718874744 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(ArrayList_t2718874744 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((&___list_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLLECTIONBASE_T2727926298_H #ifndef MARSHALBYREFOBJECT_T2760389100_H #define MARSHALBYREFOBJECT_T2760389100_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MarshalByRefObject struct MarshalByRefObject_t2760389100 : public RuntimeObject { public: // System.Runtime.Remoting.ServerIdentity System.MarshalByRefObject::_identity ServerIdentity_t2342208608 * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_t2760389100, ____identity_0)); } inline ServerIdentity_t2342208608 * get__identity_0() const { return ____identity_0; } inline ServerIdentity_t2342208608 ** get_address_of__identity_0() { return &____identity_0; } inline void set__identity_0(ServerIdentity_t2342208608 * value) { ____identity_0 = value; Il2CppCodeGenWriteBarrier((&____identity_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MARSHALBYREFOBJECT_T2760389100_H #ifndef BIGINTEGER_T2902905090_H #define BIGINTEGER_T2902905090_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Math.BigInteger struct BigInteger_t2902905090 : public RuntimeObject { public: // System.UInt32 Mono.Math.BigInteger::length uint32_t ___length_0; // System.UInt32[] Mono.Math.BigInteger::data UInt32U5BU5D_t2770800703* ___data_1; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(BigInteger_t2902905090, ___length_0)); } inline uint32_t get_length_0() const { return ___length_0; } inline uint32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(uint32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_data_1() { return static_cast(offsetof(BigInteger_t2902905090, ___data_1)); } inline UInt32U5BU5D_t2770800703* get_data_1() const { return ___data_1; } inline UInt32U5BU5D_t2770800703** get_address_of_data_1() { return &___data_1; } inline void set_data_1(UInt32U5BU5D_t2770800703* value) { ___data_1 = value; Il2CppCodeGenWriteBarrier((&___data_1), value); } }; struct BigInteger_t2902905090_StaticFields { public: // System.UInt32[] Mono.Math.BigInteger::smallPrimes UInt32U5BU5D_t2770800703* ___smallPrimes_2; // System.Security.Cryptography.RandomNumberGenerator Mono.Math.BigInteger::rng RandomNumberGenerator_t386037858 * ___rng_3; public: inline static int32_t get_offset_of_smallPrimes_2() { return static_cast(offsetof(BigInteger_t2902905090_StaticFields, ___smallPrimes_2)); } inline UInt32U5BU5D_t2770800703* get_smallPrimes_2() const { return ___smallPrimes_2; } inline UInt32U5BU5D_t2770800703** get_address_of_smallPrimes_2() { return &___smallPrimes_2; } inline void set_smallPrimes_2(UInt32U5BU5D_t2770800703* value) { ___smallPrimes_2 = value; Il2CppCodeGenWriteBarrier((&___smallPrimes_2), value); } inline static int32_t get_offset_of_rng_3() { return static_cast(offsetof(BigInteger_t2902905090_StaticFields, ___rng_3)); } inline RandomNumberGenerator_t386037858 * get_rng_3() const { return ___rng_3; } inline RandomNumberGenerator_t386037858 ** get_address_of_rng_3() { return &___rng_3; } inline void set_rng_3(RandomNumberGenerator_t386037858 * value) { ___rng_3 = value; Il2CppCodeGenWriteBarrier((&___rng_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BIGINTEGER_T2902905090_H #ifndef STRING_T_H #define STRING_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::length int32_t ___length_0; // System.Char System.String::start_char Il2CppChar ___start_char_1; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(String_t, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_start_char_1() { return static_cast(offsetof(String_t, ___start_char_1)); } inline Il2CppChar get_start_char_1() const { return ___start_char_1; } inline Il2CppChar* get_address_of_start_char_1() { return &___start_char_1; } inline void set_start_char_1(Il2CppChar value) { ___start_char_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_2; // System.Char[] System.String::WhiteChars CharU5BU5D_t3528271667* ___WhiteChars_3; public: inline static int32_t get_offset_of_Empty_2() { return static_cast(offsetof(String_t_StaticFields, ___Empty_2)); } inline String_t* get_Empty_2() const { return ___Empty_2; } inline String_t** get_address_of_Empty_2() { return &___Empty_2; } inline void set_Empty_2(String_t* value) { ___Empty_2 = value; Il2CppCodeGenWriteBarrier((&___Empty_2), value); } inline static int32_t get_offset_of_WhiteChars_3() { return static_cast(offsetof(String_t_StaticFields, ___WhiteChars_3)); } inline CharU5BU5D_t3528271667* get_WhiteChars_3() const { return ___WhiteChars_3; } inline CharU5BU5D_t3528271667** get_address_of_WhiteChars_3() { return &___WhiteChars_3; } inline void set_WhiteChars_3(CharU5BU5D_t3528271667* value) { ___WhiteChars_3 = value; Il2CppCodeGenWriteBarrier((&___WhiteChars_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRING_T_H #ifndef LOCALE_T4128636108_H #define LOCALE_T4128636108_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Locale struct Locale_t4128636108 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOCALE_T4128636108_H #ifndef EXCEPTION_T_H #define EXCEPTION_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Exception struct Exception_t : public RuntimeObject { public: // System.IntPtr[] System.Exception::trace_ips IntPtrU5BU5D_t4013366056* ___trace_ips_0; // System.Exception System.Exception::inner_exception Exception_t * ___inner_exception_1; // System.String System.Exception::message String_t* ___message_2; // System.String System.Exception::help_link String_t* ___help_link_3; // System.String System.Exception::class_name String_t* ___class_name_4; // System.String System.Exception::stack_trace String_t* ___stack_trace_5; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_6; // System.Int32 System.Exception::remote_stack_index int32_t ___remote_stack_index_7; // System.Int32 System.Exception::hresult int32_t ___hresult_8; // System.String System.Exception::source String_t* ___source_9; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_10; public: inline static int32_t get_offset_of_trace_ips_0() { return static_cast(offsetof(Exception_t, ___trace_ips_0)); } inline IntPtrU5BU5D_t4013366056* get_trace_ips_0() const { return ___trace_ips_0; } inline IntPtrU5BU5D_t4013366056** get_address_of_trace_ips_0() { return &___trace_ips_0; } inline void set_trace_ips_0(IntPtrU5BU5D_t4013366056* value) { ___trace_ips_0 = value; Il2CppCodeGenWriteBarrier((&___trace_ips_0), value); } inline static int32_t get_offset_of_inner_exception_1() { return static_cast(offsetof(Exception_t, ___inner_exception_1)); } inline Exception_t * get_inner_exception_1() const { return ___inner_exception_1; } inline Exception_t ** get_address_of_inner_exception_1() { return &___inner_exception_1; } inline void set_inner_exception_1(Exception_t * value) { ___inner_exception_1 = value; Il2CppCodeGenWriteBarrier((&___inner_exception_1), 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((&___message_2), value); } inline static int32_t get_offset_of_help_link_3() { return static_cast(offsetof(Exception_t, ___help_link_3)); } inline String_t* get_help_link_3() const { return ___help_link_3; } inline String_t** get_address_of_help_link_3() { return &___help_link_3; } inline void set_help_link_3(String_t* value) { ___help_link_3 = value; Il2CppCodeGenWriteBarrier((&___help_link_3), value); } inline static int32_t get_offset_of_class_name_4() { return static_cast(offsetof(Exception_t, ___class_name_4)); } inline String_t* get_class_name_4() const { return ___class_name_4; } inline String_t** get_address_of_class_name_4() { return &___class_name_4; } inline void set_class_name_4(String_t* value) { ___class_name_4 = value; Il2CppCodeGenWriteBarrier((&___class_name_4), value); } inline static int32_t get_offset_of_stack_trace_5() { return static_cast(offsetof(Exception_t, ___stack_trace_5)); } inline String_t* get_stack_trace_5() const { return ___stack_trace_5; } inline String_t** get_address_of_stack_trace_5() { return &___stack_trace_5; } inline void set_stack_trace_5(String_t* value) { ___stack_trace_5 = value; Il2CppCodeGenWriteBarrier((&___stack_trace_5), value); } inline static int32_t get_offset_of__remoteStackTraceString_6() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_6)); } inline String_t* get__remoteStackTraceString_6() const { return ____remoteStackTraceString_6; } inline String_t** get_address_of__remoteStackTraceString_6() { return &____remoteStackTraceString_6; } inline void set__remoteStackTraceString_6(String_t* value) { ____remoteStackTraceString_6 = value; Il2CppCodeGenWriteBarrier((&____remoteStackTraceString_6), value); } inline static int32_t get_offset_of_remote_stack_index_7() { return static_cast(offsetof(Exception_t, ___remote_stack_index_7)); } inline int32_t get_remote_stack_index_7() const { return ___remote_stack_index_7; } inline int32_t* get_address_of_remote_stack_index_7() { return &___remote_stack_index_7; } inline void set_remote_stack_index_7(int32_t value) { ___remote_stack_index_7 = value; } inline static int32_t get_offset_of_hresult_8() { return static_cast(offsetof(Exception_t, ___hresult_8)); } inline int32_t get_hresult_8() const { return ___hresult_8; } inline int32_t* get_address_of_hresult_8() { return &___hresult_8; } inline void set_hresult_8(int32_t value) { ___hresult_8 = value; } inline static int32_t get_offset_of_source_9() { return static_cast(offsetof(Exception_t, ___source_9)); } inline String_t* get_source_9() const { return ___source_9; } inline String_t** get_address_of_source_9() { return &___source_9; } inline void set_source_9(String_t* value) { ___source_9 = value; Il2CppCodeGenWriteBarrier((&___source_9), value); } inline static int32_t get_offset_of__data_10() { return static_cast(offsetof(Exception_t, ____data_10)); } inline RuntimeObject* get__data_10() const { return ____data_10; } inline RuntimeObject** get_address_of__data_10() { return &____data_10; } inline void set__data_10(RuntimeObject* value) { ____data_10 = value; Il2CppCodeGenWriteBarrier((&____data_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXCEPTION_T_H #ifndef ASYMMETRICKEYEXCHANGEFORMATTER_T937192061_H #define ASYMMETRICKEYEXCHANGEFORMATTER_T937192061_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.AsymmetricKeyExchangeFormatter struct AsymmetricKeyExchangeFormatter_t937192061 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASYMMETRICKEYEXCHANGEFORMATTER_T937192061_H #ifndef PRIMEGENERATORBASE_T446028867_H #define PRIMEGENERATORBASE_T446028867_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Math.Prime.Generator.PrimeGeneratorBase struct PrimeGeneratorBase_t446028867 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PRIMEGENERATORBASE_T446028867_H #ifndef PRIMALITYTESTS_T1538473976_H #define PRIMALITYTESTS_T1538473976_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Math.Prime.PrimalityTests struct PrimalityTests_t1538473976 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PRIMALITYTESTS_T1538473976_H #ifndef ASN1_T2114160833_H #define ASN1_T2114160833_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.ASN1 struct ASN1_t2114160833 : public RuntimeObject { public: // System.Byte Mono.Security.ASN1::m_nTag uint8_t ___m_nTag_0; // System.Byte[] Mono.Security.ASN1::m_aValue ByteU5BU5D_t4116647657* ___m_aValue_1; // System.Collections.ArrayList Mono.Security.ASN1::elist ArrayList_t2718874744 * ___elist_2; public: inline static int32_t get_offset_of_m_nTag_0() { return static_cast(offsetof(ASN1_t2114160833, ___m_nTag_0)); } inline uint8_t get_m_nTag_0() const { return ___m_nTag_0; } inline uint8_t* get_address_of_m_nTag_0() { return &___m_nTag_0; } inline void set_m_nTag_0(uint8_t value) { ___m_nTag_0 = value; } inline static int32_t get_offset_of_m_aValue_1() { return static_cast(offsetof(ASN1_t2114160833, ___m_aValue_1)); } inline ByteU5BU5D_t4116647657* get_m_aValue_1() const { return ___m_aValue_1; } inline ByteU5BU5D_t4116647657** get_address_of_m_aValue_1() { return &___m_aValue_1; } inline void set_m_aValue_1(ByteU5BU5D_t4116647657* value) { ___m_aValue_1 = value; Il2CppCodeGenWriteBarrier((&___m_aValue_1), value); } inline static int32_t get_offset_of_elist_2() { return static_cast(offsetof(ASN1_t2114160833, ___elist_2)); } inline ArrayList_t2718874744 * get_elist_2() const { return ___elist_2; } inline ArrayList_t2718874744 ** get_address_of_elist_2() { return &___elist_2; } inline void set_elist_2(ArrayList_t2718874744 * value) { ___elist_2 = value; Il2CppCodeGenWriteBarrier((&___elist_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASN1_T2114160833_H #ifndef KERNEL_T1402667220_H #define KERNEL_T1402667220_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Math.BigInteger/Kernel struct Kernel_t1402667220 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KERNEL_T1402667220_H #ifndef U24ARRAYTYPEU24256_T1929481983_H #define U24ARRAYTYPEU24256_T1929481983_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$256 struct U24ArrayTypeU24256_t1929481983 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24256_t1929481983__padding[256]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24256_T1929481983_H #ifndef DOUBLE_T594665363_H #define DOUBLE_T594665363_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Double struct Double_t594665363 { public: // System.Double System.Double::m_value double ___m_value_13; public: inline static int32_t get_offset_of_m_value_13() { return static_cast(offsetof(Double_t594665363, ___m_value_13)); } inline double get_m_value_13() const { return ___m_value_13; } inline double* get_address_of_m_value_13() { return &___m_value_13; } inline void set_m_value_13(double value) { ___m_value_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOUBLE_T594665363_H #ifndef SUBJECTALTNAMEEXTENSION_T1536937677_H #define SUBJECTALTNAMEEXTENSION_T1536937677_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.X509.Extensions.SubjectAltNameExtension struct SubjectAltNameExtension_t1536937677 : public X509Extension_t3173393653 { public: // Mono.Security.X509.Extensions.GeneralNames Mono.Security.X509.Extensions.SubjectAltNameExtension::_names GeneralNames_t2702294159 * ____names_3; public: inline static int32_t get_offset_of__names_3() { return static_cast(offsetof(SubjectAltNameExtension_t1536937677, ____names_3)); } inline GeneralNames_t2702294159 * get__names_3() const { return ____names_3; } inline GeneralNames_t2702294159 ** get_address_of__names_3() { return &____names_3; } inline void set__names_3(GeneralNames_t2702294159 * value) { ____names_3 = value; Il2CppCodeGenWriteBarrier((&____names_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SUBJECTALTNAMEEXTENSION_T1536937677_H #ifndef U24ARRAYTYPEU243132_T2732071529_H #define U24ARRAYTYPEU243132_T2732071529_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$3132 struct U24ArrayTypeU243132_t2732071529 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU243132_t2732071529__padding[3132]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU243132_T2732071529_H #ifndef GROUP_T2468205786_H #define GROUP_T2468205786_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Group struct Group_t2468205786 : public Capture_t2232016050 { public: // System.Boolean System.Text.RegularExpressions.Group::success bool ___success_4; // System.Text.RegularExpressions.CaptureCollection System.Text.RegularExpressions.Group::captures CaptureCollection_t1760593541 * ___captures_5; public: inline static int32_t get_offset_of_success_4() { return static_cast(offsetof(Group_t2468205786, ___success_4)); } inline bool get_success_4() const { return ___success_4; } inline bool* get_address_of_success_4() { return &___success_4; } inline void set_success_4(bool value) { ___success_4 = value; } inline static int32_t get_offset_of_captures_5() { return static_cast(offsetof(Group_t2468205786, ___captures_5)); } inline CaptureCollection_t1760593541 * get_captures_5() const { return ___captures_5; } inline CaptureCollection_t1760593541 ** get_address_of_captures_5() { return &___captures_5; } inline void set_captures_5(CaptureCollection_t1760593541 * value) { ___captures_5 = value; Il2CppCodeGenWriteBarrier((&___captures_5), value); } }; struct Group_t2468205786_StaticFields { public: // System.Text.RegularExpressions.Group System.Text.RegularExpressions.Group::Fail Group_t2468205786 * ___Fail_3; public: inline static int32_t get_offset_of_Fail_3() { return static_cast(offsetof(Group_t2468205786_StaticFields, ___Fail_3)); } inline Group_t2468205786 * get_Fail_3() const { return ___Fail_3; } inline Group_t2468205786 ** get_address_of_Fail_3() { return &___Fail_3; } inline void set_Fail_3(Group_t2468205786 * value) { ___Fail_3 = value; Il2CppCodeGenWriteBarrier((&___Fail_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GROUP_T2468205786_H #ifndef SYSTEMEXCEPTION_T176217640_H #define SYSTEMEXCEPTION_T176217640_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.SystemException struct SystemException_t176217640 : public Exception_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SYSTEMEXCEPTION_T176217640_H #ifndef U24ARRAYTYPEU2464_T499776626_H #define U24ARRAYTYPEU2464_T499776626_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$64 struct U24ArrayTypeU2464_t499776626 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2464_t499776626__padding[64]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2464_T499776626_H #ifndef U24ARRAYTYPEU2448_T1337922364_H #define U24ARRAYTYPEU2448_T1337922364_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$48 struct U24ArrayTypeU2448_t1337922364 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2448_t1337922364__padding[48]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2448_T1337922364_H #ifndef U24ARRAYTYPEU244_T1630999355_H #define U24ARRAYTYPEU244_T1630999355_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$4 struct U24ArrayTypeU244_t1630999355 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU244_t1630999355__padding[4]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU244_T1630999355_H #ifndef U24ARRAYTYPEU2432_T3652892011_H #define U24ARRAYTYPEU2432_T3652892011_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$32 struct U24ArrayTypeU2432_t3652892011 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2432_t3652892011__padding[32]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2432_T3652892011_H #ifndef X509EXTENSIONCOLLECTION_T609554709_H #define X509EXTENSIONCOLLECTION_T609554709_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.X509.X509ExtensionCollection struct X509ExtensionCollection_t609554709 : public CollectionBase_t2727926298 { public: // System.Boolean Mono.Security.X509.X509ExtensionCollection::readOnly bool ___readOnly_1; public: inline static int32_t get_offset_of_readOnly_1() { return static_cast(offsetof(X509ExtensionCollection_t609554709, ___readOnly_1)); } inline bool get_readOnly_1() const { return ___readOnly_1; } inline bool* get_address_of_readOnly_1() { return &___readOnly_1; } inline void set_readOnly_1(bool value) { ___readOnly_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509EXTENSIONCOLLECTION_T609554709_H #ifndef U24ARRAYTYPEU2412_T2490092597_H #define U24ARRAYTYPEU2412_T2490092597_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$12 struct U24ArrayTypeU2412_t2490092597 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2412_t2490092597__padding[12]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2412_T2490092597_H #ifndef RSAPKCS1KEYEXCHANGEFORMATTER_T2761096101_H #define RSAPKCS1KEYEXCHANGEFORMATTER_T2761096101_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter struct RSAPKCS1KeyExchangeFormatter_t2761096101 : public AsymmetricKeyExchangeFormatter_t937192061 { public: // System.Security.Cryptography.RSA System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter::rsa RSA_t2385438082 * ___rsa_0; // System.Security.Cryptography.RandomNumberGenerator System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter::random RandomNumberGenerator_t386037858 * ___random_1; public: inline static int32_t get_offset_of_rsa_0() { return static_cast(offsetof(RSAPKCS1KeyExchangeFormatter_t2761096101, ___rsa_0)); } inline RSA_t2385438082 * get_rsa_0() const { return ___rsa_0; } inline RSA_t2385438082 ** get_address_of_rsa_0() { return &___rsa_0; } inline void set_rsa_0(RSA_t2385438082 * value) { ___rsa_0 = value; Il2CppCodeGenWriteBarrier((&___rsa_0), value); } inline static int32_t get_offset_of_random_1() { return static_cast(offsetof(RSAPKCS1KeyExchangeFormatter_t2761096101, ___random_1)); } inline RandomNumberGenerator_t386037858 * get_random_1() const { return ___random_1; } inline RandomNumberGenerator_t386037858 ** get_address_of_random_1() { return &___random_1; } inline void set_random_1(RandomNumberGenerator_t386037858 * value) { ___random_1 = value; Il2CppCodeGenWriteBarrier((&___random_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RSAPKCS1KEYEXCHANGEFORMATTER_T2761096101_H #ifndef SSLHANDSHAKEHASH_T2107581772_H #define SSLHANDSHAKEHASH_T2107581772_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.SslHandshakeHash struct SslHandshakeHash_t2107581772 : public HashAlgorithm_t1432317219 { public: // System.Security.Cryptography.HashAlgorithm Mono.Security.Protocol.Tls.SslHandshakeHash::md5 HashAlgorithm_t1432317219 * ___md5_4; // System.Security.Cryptography.HashAlgorithm Mono.Security.Protocol.Tls.SslHandshakeHash::sha HashAlgorithm_t1432317219 * ___sha_5; // System.Boolean Mono.Security.Protocol.Tls.SslHandshakeHash::hashing bool ___hashing_6; // System.Byte[] Mono.Security.Protocol.Tls.SslHandshakeHash::secret ByteU5BU5D_t4116647657* ___secret_7; // System.Byte[] Mono.Security.Protocol.Tls.SslHandshakeHash::innerPadMD5 ByteU5BU5D_t4116647657* ___innerPadMD5_8; // System.Byte[] Mono.Security.Protocol.Tls.SslHandshakeHash::outerPadMD5 ByteU5BU5D_t4116647657* ___outerPadMD5_9; // System.Byte[] Mono.Security.Protocol.Tls.SslHandshakeHash::innerPadSHA ByteU5BU5D_t4116647657* ___innerPadSHA_10; // System.Byte[] Mono.Security.Protocol.Tls.SslHandshakeHash::outerPadSHA ByteU5BU5D_t4116647657* ___outerPadSHA_11; public: inline static int32_t get_offset_of_md5_4() { return static_cast(offsetof(SslHandshakeHash_t2107581772, ___md5_4)); } inline HashAlgorithm_t1432317219 * get_md5_4() const { return ___md5_4; } inline HashAlgorithm_t1432317219 ** get_address_of_md5_4() { return &___md5_4; } inline void set_md5_4(HashAlgorithm_t1432317219 * value) { ___md5_4 = value; Il2CppCodeGenWriteBarrier((&___md5_4), value); } inline static int32_t get_offset_of_sha_5() { return static_cast(offsetof(SslHandshakeHash_t2107581772, ___sha_5)); } inline HashAlgorithm_t1432317219 * get_sha_5() const { return ___sha_5; } inline HashAlgorithm_t1432317219 ** get_address_of_sha_5() { return &___sha_5; } inline void set_sha_5(HashAlgorithm_t1432317219 * value) { ___sha_5 = value; Il2CppCodeGenWriteBarrier((&___sha_5), value); } inline static int32_t get_offset_of_hashing_6() { return static_cast(offsetof(SslHandshakeHash_t2107581772, ___hashing_6)); } inline bool get_hashing_6() const { return ___hashing_6; } inline bool* get_address_of_hashing_6() { return &___hashing_6; } inline void set_hashing_6(bool value) { ___hashing_6 = value; } inline static int32_t get_offset_of_secret_7() { return static_cast(offsetof(SslHandshakeHash_t2107581772, ___secret_7)); } inline ByteU5BU5D_t4116647657* get_secret_7() const { return ___secret_7; } inline ByteU5BU5D_t4116647657** get_address_of_secret_7() { return &___secret_7; } inline void set_secret_7(ByteU5BU5D_t4116647657* value) { ___secret_7 = value; Il2CppCodeGenWriteBarrier((&___secret_7), value); } inline static int32_t get_offset_of_innerPadMD5_8() { return static_cast(offsetof(SslHandshakeHash_t2107581772, ___innerPadMD5_8)); } inline ByteU5BU5D_t4116647657* get_innerPadMD5_8() const { return ___innerPadMD5_8; } inline ByteU5BU5D_t4116647657** get_address_of_innerPadMD5_8() { return &___innerPadMD5_8; } inline void set_innerPadMD5_8(ByteU5BU5D_t4116647657* value) { ___innerPadMD5_8 = value; Il2CppCodeGenWriteBarrier((&___innerPadMD5_8), value); } inline static int32_t get_offset_of_outerPadMD5_9() { return static_cast(offsetof(SslHandshakeHash_t2107581772, ___outerPadMD5_9)); } inline ByteU5BU5D_t4116647657* get_outerPadMD5_9() const { return ___outerPadMD5_9; } inline ByteU5BU5D_t4116647657** get_address_of_outerPadMD5_9() { return &___outerPadMD5_9; } inline void set_outerPadMD5_9(ByteU5BU5D_t4116647657* value) { ___outerPadMD5_9 = value; Il2CppCodeGenWriteBarrier((&___outerPadMD5_9), value); } inline static int32_t get_offset_of_innerPadSHA_10() { return static_cast(offsetof(SslHandshakeHash_t2107581772, ___innerPadSHA_10)); } inline ByteU5BU5D_t4116647657* get_innerPadSHA_10() const { return ___innerPadSHA_10; } inline ByteU5BU5D_t4116647657** get_address_of_innerPadSHA_10() { return &___innerPadSHA_10; } inline void set_innerPadSHA_10(ByteU5BU5D_t4116647657* value) { ___innerPadSHA_10 = value; Il2CppCodeGenWriteBarrier((&___innerPadSHA_10), value); } inline static int32_t get_offset_of_outerPadSHA_11() { return static_cast(offsetof(SslHandshakeHash_t2107581772, ___outerPadSHA_11)); } inline ByteU5BU5D_t4116647657* get_outerPadSHA_11() const { return ___outerPadSHA_11; } inline ByteU5BU5D_t4116647657** get_address_of_outerPadSHA_11() { return &___outerPadSHA_11; } inline void set_outerPadSHA_11(ByteU5BU5D_t4116647657* value) { ___outerPadSHA_11 = value; Il2CppCodeGenWriteBarrier((&___outerPadSHA_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SSLHANDSHAKEHASH_T2107581772_H #ifndef TLSSTREAM_T2365453965_H #define TLSSTREAM_T2365453965_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.TlsStream struct TlsStream_t2365453965 : public Stream_t1273022909 { public: // System.Boolean Mono.Security.Protocol.Tls.TlsStream::canRead bool ___canRead_1; // System.Boolean Mono.Security.Protocol.Tls.TlsStream::canWrite bool ___canWrite_2; // System.IO.MemoryStream Mono.Security.Protocol.Tls.TlsStream::buffer MemoryStream_t94973147 * ___buffer_3; // System.Byte[] Mono.Security.Protocol.Tls.TlsStream::temp ByteU5BU5D_t4116647657* ___temp_4; public: inline static int32_t get_offset_of_canRead_1() { return static_cast(offsetof(TlsStream_t2365453965, ___canRead_1)); } inline bool get_canRead_1() const { return ___canRead_1; } inline bool* get_address_of_canRead_1() { return &___canRead_1; } inline void set_canRead_1(bool value) { ___canRead_1 = value; } inline static int32_t get_offset_of_canWrite_2() { return static_cast(offsetof(TlsStream_t2365453965, ___canWrite_2)); } inline bool get_canWrite_2() const { return ___canWrite_2; } inline bool* get_address_of_canWrite_2() { return &___canWrite_2; } inline void set_canWrite_2(bool value) { ___canWrite_2 = value; } inline static int32_t get_offset_of_buffer_3() { return static_cast(offsetof(TlsStream_t2365453965, ___buffer_3)); } inline MemoryStream_t94973147 * get_buffer_3() const { return ___buffer_3; } inline MemoryStream_t94973147 ** get_address_of_buffer_3() { return &___buffer_3; } inline void set_buffer_3(MemoryStream_t94973147 * value) { ___buffer_3 = value; Il2CppCodeGenWriteBarrier((&___buffer_3), value); } inline static int32_t get_offset_of_temp_4() { return static_cast(offsetof(TlsStream_t2365453965, ___temp_4)); } inline ByteU5BU5D_t4116647657* get_temp_4() const { return ___temp_4; } inline ByteU5BU5D_t4116647657** get_address_of_temp_4() { return &___temp_4; } inline void set_temp_4(ByteU5BU5D_t4116647657* value) { ___temp_4 = value; Il2CppCodeGenWriteBarrier((&___temp_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TLSSTREAM_T2365453965_H #ifndef INT64_T3736567304_H #define INT64_T3736567304_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int64 struct Int64_t3736567304 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int64_t3736567304, ___m_value_2)); } inline int64_t get_m_value_2() const { return ___m_value_2; } inline int64_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int64_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT64_T3736567304_H #ifndef ENUM_T4135868527_H #define ENUM_T4135868527_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Enum struct Enum_t4135868527 : public ValueType_t3640485471 { public: public: }; struct Enum_t4135868527_StaticFields { public: // System.Char[] System.Enum::split_char CharU5BU5D_t3528271667* ___split_char_0; public: inline static int32_t get_offset_of_split_char_0() { return static_cast(offsetof(Enum_t4135868527_StaticFields, ___split_char_0)); } inline CharU5BU5D_t3528271667* get_split_char_0() const { return ___split_char_0; } inline CharU5BU5D_t3528271667** get_address_of_split_char_0() { return &___split_char_0; } inline void set_split_char_0(CharU5BU5D_t3528271667* value) { ___split_char_0 = value; Il2CppCodeGenWriteBarrier((&___split_char_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Enum struct Enum_t4135868527_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t4135868527_marshaled_com { }; #endif // ENUM_T4135868527_H #ifndef KEYUSAGEEXTENSION_T1795615912_H #define KEYUSAGEEXTENSION_T1795615912_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.X509.Extensions.KeyUsageExtension struct KeyUsageExtension_t1795615912 : public X509Extension_t3173393653 { public: // System.Int32 Mono.Security.X509.Extensions.KeyUsageExtension::kubits int32_t ___kubits_3; public: inline static int32_t get_offset_of_kubits_3() { return static_cast(offsetof(KeyUsageExtension_t1795615912, ___kubits_3)); } inline int32_t get_kubits_3() const { return ___kubits_3; } inline int32_t* get_address_of_kubits_3() { return &___kubits_3; } inline void set_kubits_3(int32_t value) { ___kubits_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYUSAGEEXTENSION_T1795615912_H #ifndef X509CERTIFICATECOLLECTION_T3399372417_H #define X509CERTIFICATECOLLECTION_T3399372417_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509CertificateCollection struct X509CertificateCollection_t3399372417 : public CollectionBase_t2727926298 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509CERTIFICATECOLLECTION_T3399372417_H #ifndef U24ARRAYTYPEU2420_T1704471046_H #define U24ARRAYTYPEU2420_T1704471046_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$20 struct U24ArrayTypeU2420_t1704471046 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2420_t1704471046__padding[20]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2420_T1704471046_H #ifndef NETSCAPECERTTYPEEXTENSION_T1524296876_H #define NETSCAPECERTTYPEEXTENSION_T1524296876_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.X509.Extensions.NetscapeCertTypeExtension struct NetscapeCertTypeExtension_t1524296876 : public X509Extension_t3173393653 { public: // System.Int32 Mono.Security.X509.Extensions.NetscapeCertTypeExtension::ctbits int32_t ___ctbits_3; public: inline static int32_t get_offset_of_ctbits_3() { return static_cast(offsetof(NetscapeCertTypeExtension_t1524296876, ___ctbits_3)); } inline int32_t get_ctbits_3() const { return ___ctbits_3; } inline int32_t* get_address_of_ctbits_3() { return &___ctbits_3; } inline void set_ctbits_3(int32_t value) { ___ctbits_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NETSCAPECERTTYPEEXTENSION_T1524296876_H #ifndef EXTENDEDKEYUSAGEEXTENSION_T3929363080_H #define EXTENDEDKEYUSAGEEXTENSION_T3929363080_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.X509.Extensions.ExtendedKeyUsageExtension struct ExtendedKeyUsageExtension_t3929363080 : public X509Extension_t3173393653 { public: // System.Collections.ArrayList Mono.Security.X509.Extensions.ExtendedKeyUsageExtension::keyPurpose ArrayList_t2718874744 * ___keyPurpose_3; public: inline static int32_t get_offset_of_keyPurpose_3() { return static_cast(offsetof(ExtendedKeyUsageExtension_t3929363080, ___keyPurpose_3)); } inline ArrayList_t2718874744 * get_keyPurpose_3() const { return ___keyPurpose_3; } inline ArrayList_t2718874744 ** get_address_of_keyPurpose_3() { return &___keyPurpose_3; } inline void set_keyPurpose_3(ArrayList_t2718874744 * value) { ___keyPurpose_3 = value; Il2CppCodeGenWriteBarrier((&___keyPurpose_3), value); } }; struct ExtendedKeyUsageExtension_t3929363080_StaticFields { public: // System.Collections.Generic.Dictionary`2 Mono.Security.X509.Extensions.ExtendedKeyUsageExtension::<>f__switch$map14 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map14_4; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24map14_4() { return static_cast(offsetof(ExtendedKeyUsageExtension_t3929363080_StaticFields, ___U3CU3Ef__switchU24map14_4)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map14_4() const { return ___U3CU3Ef__switchU24map14_4; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map14_4() { return &___U3CU3Ef__switchU24map14_4; } inline void set_U3CU3Ef__switchU24map14_4(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map14_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map14_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXTENDEDKEYUSAGEEXTENSION_T3929363080_H #ifndef X509CERTIFICATECOLLECTION_T1542168550_H #define X509CERTIFICATECOLLECTION_T1542168550_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.X509.X509CertificateCollection struct X509CertificateCollection_t1542168550 : public CollectionBase_t2727926298 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509CERTIFICATECOLLECTION_T1542168550_H #ifndef U24ARRAYTYPEU2416_T3254766645_H #define U24ARRAYTYPEU2416_T3254766645_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$16 struct U24ArrayTypeU2416_t3254766645 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2416_t3254766645__padding[16]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2416_T3254766645_H #ifndef DSA_T2386879874_H #define DSA_T2386879874_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.DSA struct DSA_t2386879874 : public AsymmetricAlgorithm_t932037087 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DSA_T2386879874_H #ifndef SHA1_T1803193667_H #define SHA1_T1803193667_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.SHA1 struct SHA1_t1803193667 : public HashAlgorithm_t1432317219 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHA1_T1803193667_H #ifndef MD5_T3177620429_H #define MD5_T3177620429_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.MD5 struct MD5_t3177620429 : public HashAlgorithm_t1432317219 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MD5_T3177620429_H #ifndef MD5SHA1_T723838944_H #define MD5SHA1_T723838944_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Cryptography.MD5SHA1 struct MD5SHA1_t723838944 : public HashAlgorithm_t1432317219 { public: // System.Security.Cryptography.HashAlgorithm Mono.Security.Cryptography.MD5SHA1::md5 HashAlgorithm_t1432317219 * ___md5_4; // System.Security.Cryptography.HashAlgorithm Mono.Security.Cryptography.MD5SHA1::sha HashAlgorithm_t1432317219 * ___sha_5; // System.Boolean Mono.Security.Cryptography.MD5SHA1::hashing bool ___hashing_6; public: inline static int32_t get_offset_of_md5_4() { return static_cast(offsetof(MD5SHA1_t723838944, ___md5_4)); } inline HashAlgorithm_t1432317219 * get_md5_4() const { return ___md5_4; } inline HashAlgorithm_t1432317219 ** get_address_of_md5_4() { return &___md5_4; } inline void set_md5_4(HashAlgorithm_t1432317219 * value) { ___md5_4 = value; Il2CppCodeGenWriteBarrier((&___md5_4), value); } inline static int32_t get_offset_of_sha_5() { return static_cast(offsetof(MD5SHA1_t723838944, ___sha_5)); } inline HashAlgorithm_t1432317219 * get_sha_5() const { return ___sha_5; } inline HashAlgorithm_t1432317219 ** get_address_of_sha_5() { return &___sha_5; } inline void set_sha_5(HashAlgorithm_t1432317219 * value) { ___sha_5 = value; Il2CppCodeGenWriteBarrier((&___sha_5), value); } inline static int32_t get_offset_of_hashing_6() { return static_cast(offsetof(MD5SHA1_t723838944, ___hashing_6)); } inline bool get_hashing_6() const { return ___hashing_6; } inline bool* get_address_of_hashing_6() { return &___hashing_6; } inline void set_hashing_6(bool value) { ___hashing_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MD5SHA1_T723838944_H #ifndef MD4_T1560915355_H #define MD4_T1560915355_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Cryptography.MD4 struct MD4_t1560915355 : public HashAlgorithm_t1432317219 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MD4_T1560915355_H #ifndef X509CERTIFICATE2_T714049126_H #define X509CERTIFICATE2_T714049126_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509Certificate2 struct X509Certificate2_t714049126 : public X509Certificate_t713131622 { public: // System.Boolean System.Security.Cryptography.X509Certificates.X509Certificate2::_archived bool ____archived_5; // System.Security.Cryptography.X509Certificates.X509ExtensionCollection System.Security.Cryptography.X509Certificates.X509Certificate2::_extensions X509ExtensionCollection_t1350454579 * ____extensions_6; // System.String System.Security.Cryptography.X509Certificates.X509Certificate2::_name String_t* ____name_7; // System.String System.Security.Cryptography.X509Certificates.X509Certificate2::_serial String_t* ____serial_8; // System.Security.Cryptography.X509Certificates.PublicKey System.Security.Cryptography.X509Certificates.X509Certificate2::_publicKey PublicKey_t3779582684 * ____publicKey_9; // System.Security.Cryptography.X509Certificates.X500DistinguishedName System.Security.Cryptography.X509Certificates.X509Certificate2::issuer_name X500DistinguishedName_t875709727 * ___issuer_name_10; // System.Security.Cryptography.X509Certificates.X500DistinguishedName System.Security.Cryptography.X509Certificates.X509Certificate2::subject_name X500DistinguishedName_t875709727 * ___subject_name_11; // System.Security.Cryptography.Oid System.Security.Cryptography.X509Certificates.X509Certificate2::signature_algorithm Oid_t3552120260 * ___signature_algorithm_12; // Mono.Security.X509.X509Certificate System.Security.Cryptography.X509Certificates.X509Certificate2::_cert X509Certificate_t489243025 * ____cert_13; public: inline static int32_t get_offset_of__archived_5() { return static_cast(offsetof(X509Certificate2_t714049126, ____archived_5)); } inline bool get__archived_5() const { return ____archived_5; } inline bool* get_address_of__archived_5() { return &____archived_5; } inline void set__archived_5(bool value) { ____archived_5 = value; } inline static int32_t get_offset_of__extensions_6() { return static_cast(offsetof(X509Certificate2_t714049126, ____extensions_6)); } inline X509ExtensionCollection_t1350454579 * get__extensions_6() const { return ____extensions_6; } inline X509ExtensionCollection_t1350454579 ** get_address_of__extensions_6() { return &____extensions_6; } inline void set__extensions_6(X509ExtensionCollection_t1350454579 * value) { ____extensions_6 = value; Il2CppCodeGenWriteBarrier((&____extensions_6), value); } inline static int32_t get_offset_of__name_7() { return static_cast(offsetof(X509Certificate2_t714049126, ____name_7)); } inline String_t* get__name_7() const { return ____name_7; } inline String_t** get_address_of__name_7() { return &____name_7; } inline void set__name_7(String_t* value) { ____name_7 = value; Il2CppCodeGenWriteBarrier((&____name_7), value); } inline static int32_t get_offset_of__serial_8() { return static_cast(offsetof(X509Certificate2_t714049126, ____serial_8)); } inline String_t* get__serial_8() const { return ____serial_8; } inline String_t** get_address_of__serial_8() { return &____serial_8; } inline void set__serial_8(String_t* value) { ____serial_8 = value; Il2CppCodeGenWriteBarrier((&____serial_8), value); } inline static int32_t get_offset_of__publicKey_9() { return static_cast(offsetof(X509Certificate2_t714049126, ____publicKey_9)); } inline PublicKey_t3779582684 * get__publicKey_9() const { return ____publicKey_9; } inline PublicKey_t3779582684 ** get_address_of__publicKey_9() { return &____publicKey_9; } inline void set__publicKey_9(PublicKey_t3779582684 * value) { ____publicKey_9 = value; Il2CppCodeGenWriteBarrier((&____publicKey_9), value); } inline static int32_t get_offset_of_issuer_name_10() { return static_cast(offsetof(X509Certificate2_t714049126, ___issuer_name_10)); } inline X500DistinguishedName_t875709727 * get_issuer_name_10() const { return ___issuer_name_10; } inline X500DistinguishedName_t875709727 ** get_address_of_issuer_name_10() { return &___issuer_name_10; } inline void set_issuer_name_10(X500DistinguishedName_t875709727 * value) { ___issuer_name_10 = value; Il2CppCodeGenWriteBarrier((&___issuer_name_10), value); } inline static int32_t get_offset_of_subject_name_11() { return static_cast(offsetof(X509Certificate2_t714049126, ___subject_name_11)); } inline X500DistinguishedName_t875709727 * get_subject_name_11() const { return ___subject_name_11; } inline X500DistinguishedName_t875709727 ** get_address_of_subject_name_11() { return &___subject_name_11; } inline void set_subject_name_11(X500DistinguishedName_t875709727 * value) { ___subject_name_11 = value; Il2CppCodeGenWriteBarrier((&___subject_name_11), value); } inline static int32_t get_offset_of_signature_algorithm_12() { return static_cast(offsetof(X509Certificate2_t714049126, ___signature_algorithm_12)); } inline Oid_t3552120260 * get_signature_algorithm_12() const { return ___signature_algorithm_12; } inline Oid_t3552120260 ** get_address_of_signature_algorithm_12() { return &___signature_algorithm_12; } inline void set_signature_algorithm_12(Oid_t3552120260 * value) { ___signature_algorithm_12 = value; Il2CppCodeGenWriteBarrier((&___signature_algorithm_12), value); } inline static int32_t get_offset_of__cert_13() { return static_cast(offsetof(X509Certificate2_t714049126, ____cert_13)); } inline X509Certificate_t489243025 * get__cert_13() const { return ____cert_13; } inline X509Certificate_t489243025 ** get_address_of__cert_13() { return &____cert_13; } inline void set__cert_13(X509Certificate_t489243025 * value) { ____cert_13 = value; Il2CppCodeGenWriteBarrier((&____cert_13), value); } }; struct X509Certificate2_t714049126_StaticFields { public: // System.String System.Security.Cryptography.X509Certificates.X509Certificate2::empty_error String_t* ___empty_error_14; // System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate2::commonName ByteU5BU5D_t4116647657* ___commonName_15; // System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate2::email ByteU5BU5D_t4116647657* ___email_16; // System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate2::signedData ByteU5BU5D_t4116647657* ___signedData_17; public: inline static int32_t get_offset_of_empty_error_14() { return static_cast(offsetof(X509Certificate2_t714049126_StaticFields, ___empty_error_14)); } inline String_t* get_empty_error_14() const { return ___empty_error_14; } inline String_t** get_address_of_empty_error_14() { return &___empty_error_14; } inline void set_empty_error_14(String_t* value) { ___empty_error_14 = value; Il2CppCodeGenWriteBarrier((&___empty_error_14), value); } inline static int32_t get_offset_of_commonName_15() { return static_cast(offsetof(X509Certificate2_t714049126_StaticFields, ___commonName_15)); } inline ByteU5BU5D_t4116647657* get_commonName_15() const { return ___commonName_15; } inline ByteU5BU5D_t4116647657** get_address_of_commonName_15() { return &___commonName_15; } inline void set_commonName_15(ByteU5BU5D_t4116647657* value) { ___commonName_15 = value; Il2CppCodeGenWriteBarrier((&___commonName_15), value); } inline static int32_t get_offset_of_email_16() { return static_cast(offsetof(X509Certificate2_t714049126_StaticFields, ___email_16)); } inline ByteU5BU5D_t4116647657* get_email_16() const { return ___email_16; } inline ByteU5BU5D_t4116647657** get_address_of_email_16() { return &___email_16; } inline void set_email_16(ByteU5BU5D_t4116647657* value) { ___email_16 = value; Il2CppCodeGenWriteBarrier((&___email_16), value); } inline static int32_t get_offset_of_signedData_17() { return static_cast(offsetof(X509Certificate2_t714049126_StaticFields, ___signedData_17)); } inline ByteU5BU5D_t4116647657* get_signedData_17() const { return ___signedData_17; } inline ByteU5BU5D_t4116647657** get_address_of_signedData_17() { return &___signedData_17; } inline void set_signedData_17(ByteU5BU5D_t4116647657* value) { ___signedData_17 = value; Il2CppCodeGenWriteBarrier((&___signedData_17), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509CERTIFICATE2_T714049126_H #ifndef MD2_T1561046427_H #define MD2_T1561046427_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Cryptography.MD2 struct MD2_t1561046427 : public HashAlgorithm_t1432317219 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MD2_T1561046427_H #ifndef INT16_T2552820387_H #define INT16_T2552820387_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int16 struct Int16_t2552820387 { public: // System.Int16 System.Int16::m_value int16_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int16_t2552820387, ___m_value_2)); } inline int16_t get_m_value_2() const { return ___m_value_2; } inline int16_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int16_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT16_T2552820387_H #ifndef SEQUENTIALSEARCHPRIMEGENERATORBASE_T2996090509_H #define SEQUENTIALSEARCHPRIMEGENERATORBASE_T2996090509_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase struct SequentialSearchPrimeGeneratorBase_t2996090509 : public PrimeGeneratorBase_t446028867 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SEQUENTIALSEARCHPRIMEGENERATORBASE_T2996090509_H #ifndef UINT64_T4134040092_H #define UINT64_T4134040092_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt64 struct UInt64_t4134040092 { 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_t4134040092, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT64_T4134040092_H #ifndef KEYEDHASHALGORITHM_T112861511_H #define KEYEDHASHALGORITHM_T112861511_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.KeyedHashAlgorithm struct KeyedHashAlgorithm_t112861511 : public HashAlgorithm_t1432317219 { public: // System.Byte[] System.Security.Cryptography.KeyedHashAlgorithm::KeyValue ByteU5BU5D_t4116647657* ___KeyValue_4; public: inline static int32_t get_offset_of_KeyValue_4() { return static_cast(offsetof(KeyedHashAlgorithm_t112861511, ___KeyValue_4)); } inline ByteU5BU5D_t4116647657* get_KeyValue_4() const { return ___KeyValue_4; } inline ByteU5BU5D_t4116647657** get_address_of_KeyValue_4() { return &___KeyValue_4; } inline void set_KeyValue_4(ByteU5BU5D_t4116647657* value) { ___KeyValue_4 = value; Il2CppCodeGenWriteBarrier((&___KeyValue_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYEDHASHALGORITHM_T112861511_H #ifndef CHAR_T3634460470_H #define CHAR_T3634460470_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Char struct Char_t3634460470 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Char_t3634460470, ___m_value_2)); } inline Il2CppChar get_m_value_2() const { return ___m_value_2; } inline Il2CppChar* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(Il2CppChar value) { ___m_value_2 = value; } }; struct Char_t3634460470_StaticFields { public: // System.Byte* System.Char::category_data uint8_t* ___category_data_3; // System.Byte* System.Char::numeric_data uint8_t* ___numeric_data_4; // System.Double* System.Char::numeric_data_values double* ___numeric_data_values_5; // System.UInt16* System.Char::to_lower_data_low uint16_t* ___to_lower_data_low_6; // System.UInt16* System.Char::to_lower_data_high uint16_t* ___to_lower_data_high_7; // System.UInt16* System.Char::to_upper_data_low uint16_t* ___to_upper_data_low_8; // System.UInt16* System.Char::to_upper_data_high uint16_t* ___to_upper_data_high_9; public: inline static int32_t get_offset_of_category_data_3() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___category_data_3)); } inline uint8_t* get_category_data_3() const { return ___category_data_3; } inline uint8_t** get_address_of_category_data_3() { return &___category_data_3; } inline void set_category_data_3(uint8_t* value) { ___category_data_3 = value; } inline static int32_t get_offset_of_numeric_data_4() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___numeric_data_4)); } inline uint8_t* get_numeric_data_4() const { return ___numeric_data_4; } inline uint8_t** get_address_of_numeric_data_4() { return &___numeric_data_4; } inline void set_numeric_data_4(uint8_t* value) { ___numeric_data_4 = value; } inline static int32_t get_offset_of_numeric_data_values_5() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___numeric_data_values_5)); } inline double* get_numeric_data_values_5() const { return ___numeric_data_values_5; } inline double** get_address_of_numeric_data_values_5() { return &___numeric_data_values_5; } inline void set_numeric_data_values_5(double* value) { ___numeric_data_values_5 = value; } inline static int32_t get_offset_of_to_lower_data_low_6() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_lower_data_low_6)); } inline uint16_t* get_to_lower_data_low_6() const { return ___to_lower_data_low_6; } inline uint16_t** get_address_of_to_lower_data_low_6() { return &___to_lower_data_low_6; } inline void set_to_lower_data_low_6(uint16_t* value) { ___to_lower_data_low_6 = value; } inline static int32_t get_offset_of_to_lower_data_high_7() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_lower_data_high_7)); } inline uint16_t* get_to_lower_data_high_7() const { return ___to_lower_data_high_7; } inline uint16_t** get_address_of_to_lower_data_high_7() { return &___to_lower_data_high_7; } inline void set_to_lower_data_high_7(uint16_t* value) { ___to_lower_data_high_7 = value; } inline static int32_t get_offset_of_to_upper_data_low_8() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_upper_data_low_8)); } inline uint16_t* get_to_upper_data_low_8() const { return ___to_upper_data_low_8; } inline uint16_t** get_address_of_to_upper_data_low_8() { return &___to_upper_data_low_8; } inline void set_to_upper_data_low_8(uint16_t* value) { ___to_upper_data_low_8 = value; } inline static int32_t get_offset_of_to_upper_data_high_9() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_upper_data_high_9)); } inline uint16_t* get_to_upper_data_high_9() const { return ___to_upper_data_high_9; } inline uint16_t** get_address_of_to_upper_data_high_9() { return &___to_upper_data_high_9; } inline void set_to_upper_data_high_9(uint16_t* value) { ___to_upper_data_high_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHAR_T3634460470_H #ifndef CLIENTRECORDPROTOCOL_T2031137796_H #define CLIENTRECORDPROTOCOL_T2031137796_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.ClientRecordProtocol struct ClientRecordProtocol_t2031137796 : public RecordProtocol_t3759049701 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLIENTRECORDPROTOCOL_T2031137796_H #ifndef RSA_T2385438082_H #define RSA_T2385438082_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.RSA struct RSA_t2385438082 : public AsymmetricAlgorithm_t932037087 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RSA_T2385438082_H #ifndef BYTE_T1134296376_H #define BYTE_T1134296376_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Byte struct Byte_t1134296376 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Byte_t1134296376, ___m_value_2)); } inline uint8_t get_m_value_2() const { return ___m_value_2; } inline uint8_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint8_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BYTE_T1134296376_H #ifndef UINT32_T2560061978_H #define UINT32_T2560061978_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt32 struct UInt32_t2560061978 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(UInt32_t2560061978, ___m_value_2)); } inline uint32_t get_m_value_2() const { return ___m_value_2; } inline uint32_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint32_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT32_T2560061978_H #ifndef VOID_T1185182177_H #define VOID_T1185182177_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void struct Void_t1185182177 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VOID_T1185182177_H #ifndef RSAPARAMETERS_T1728406613_H #define RSAPARAMETERS_T1728406613_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.RSAParameters struct RSAParameters_t1728406613 { public: // System.Byte[] System.Security.Cryptography.RSAParameters::P ByteU5BU5D_t4116647657* ___P_0; // System.Byte[] System.Security.Cryptography.RSAParameters::Q ByteU5BU5D_t4116647657* ___Q_1; // System.Byte[] System.Security.Cryptography.RSAParameters::D ByteU5BU5D_t4116647657* ___D_2; // System.Byte[] System.Security.Cryptography.RSAParameters::DP ByteU5BU5D_t4116647657* ___DP_3; // System.Byte[] System.Security.Cryptography.RSAParameters::DQ ByteU5BU5D_t4116647657* ___DQ_4; // System.Byte[] System.Security.Cryptography.RSAParameters::InverseQ ByteU5BU5D_t4116647657* ___InverseQ_5; // System.Byte[] System.Security.Cryptography.RSAParameters::Modulus ByteU5BU5D_t4116647657* ___Modulus_6; // System.Byte[] System.Security.Cryptography.RSAParameters::Exponent ByteU5BU5D_t4116647657* ___Exponent_7; public: inline static int32_t get_offset_of_P_0() { return static_cast(offsetof(RSAParameters_t1728406613, ___P_0)); } inline ByteU5BU5D_t4116647657* get_P_0() const { return ___P_0; } inline ByteU5BU5D_t4116647657** get_address_of_P_0() { return &___P_0; } inline void set_P_0(ByteU5BU5D_t4116647657* value) { ___P_0 = value; Il2CppCodeGenWriteBarrier((&___P_0), value); } inline static int32_t get_offset_of_Q_1() { return static_cast(offsetof(RSAParameters_t1728406613, ___Q_1)); } inline ByteU5BU5D_t4116647657* get_Q_1() const { return ___Q_1; } inline ByteU5BU5D_t4116647657** get_address_of_Q_1() { return &___Q_1; } inline void set_Q_1(ByteU5BU5D_t4116647657* value) { ___Q_1 = value; Il2CppCodeGenWriteBarrier((&___Q_1), value); } inline static int32_t get_offset_of_D_2() { return static_cast(offsetof(RSAParameters_t1728406613, ___D_2)); } inline ByteU5BU5D_t4116647657* get_D_2() const { return ___D_2; } inline ByteU5BU5D_t4116647657** get_address_of_D_2() { return &___D_2; } inline void set_D_2(ByteU5BU5D_t4116647657* value) { ___D_2 = value; Il2CppCodeGenWriteBarrier((&___D_2), value); } inline static int32_t get_offset_of_DP_3() { return static_cast(offsetof(RSAParameters_t1728406613, ___DP_3)); } inline ByteU5BU5D_t4116647657* get_DP_3() const { return ___DP_3; } inline ByteU5BU5D_t4116647657** get_address_of_DP_3() { return &___DP_3; } inline void set_DP_3(ByteU5BU5D_t4116647657* value) { ___DP_3 = value; Il2CppCodeGenWriteBarrier((&___DP_3), value); } inline static int32_t get_offset_of_DQ_4() { return static_cast(offsetof(RSAParameters_t1728406613, ___DQ_4)); } inline ByteU5BU5D_t4116647657* get_DQ_4() const { return ___DQ_4; } inline ByteU5BU5D_t4116647657** get_address_of_DQ_4() { return &___DQ_4; } inline void set_DQ_4(ByteU5BU5D_t4116647657* value) { ___DQ_4 = value; Il2CppCodeGenWriteBarrier((&___DQ_4), value); } inline static int32_t get_offset_of_InverseQ_5() { return static_cast(offsetof(RSAParameters_t1728406613, ___InverseQ_5)); } inline ByteU5BU5D_t4116647657* get_InverseQ_5() const { return ___InverseQ_5; } inline ByteU5BU5D_t4116647657** get_address_of_InverseQ_5() { return &___InverseQ_5; } inline void set_InverseQ_5(ByteU5BU5D_t4116647657* value) { ___InverseQ_5 = value; Il2CppCodeGenWriteBarrier((&___InverseQ_5), value); } inline static int32_t get_offset_of_Modulus_6() { return static_cast(offsetof(RSAParameters_t1728406613, ___Modulus_6)); } inline ByteU5BU5D_t4116647657* get_Modulus_6() const { return ___Modulus_6; } inline ByteU5BU5D_t4116647657** get_address_of_Modulus_6() { return &___Modulus_6; } inline void set_Modulus_6(ByteU5BU5D_t4116647657* value) { ___Modulus_6 = value; Il2CppCodeGenWriteBarrier((&___Modulus_6), value); } inline static int32_t get_offset_of_Exponent_7() { return static_cast(offsetof(RSAParameters_t1728406613, ___Exponent_7)); } inline ByteU5BU5D_t4116647657* get_Exponent_7() const { return ___Exponent_7; } inline ByteU5BU5D_t4116647657** get_address_of_Exponent_7() { return &___Exponent_7; } inline void set_Exponent_7(ByteU5BU5D_t4116647657* value) { ___Exponent_7 = value; Il2CppCodeGenWriteBarrier((&___Exponent_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Security.Cryptography.RSAParameters struct RSAParameters_t1728406613_marshaled_pinvoke { uint8_t* ___P_0; uint8_t* ___Q_1; uint8_t* ___D_2; uint8_t* ___DP_3; uint8_t* ___DQ_4; uint8_t* ___InverseQ_5; uint8_t* ___Modulus_6; uint8_t* ___Exponent_7; }; // Native definition for COM marshalling of System.Security.Cryptography.RSAParameters struct RSAParameters_t1728406613_marshaled_com { uint8_t* ___P_0; uint8_t* ___Q_1; uint8_t* ___D_2; uint8_t* ___DP_3; uint8_t* ___DQ_4; uint8_t* ___InverseQ_5; uint8_t* ___Modulus_6; uint8_t* ___Exponent_7; }; #endif // RSAPARAMETERS_T1728406613_H #ifndef TIMESPAN_T881159249_H #define TIMESPAN_T881159249_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.TimeSpan struct TimeSpan_t881159249 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_8; public: inline static int32_t get_offset_of__ticks_8() { return static_cast(offsetof(TimeSpan_t881159249, ____ticks_8)); } inline int64_t get__ticks_8() const { return ____ticks_8; } inline int64_t* get_address_of__ticks_8() { return &____ticks_8; } inline void set__ticks_8(int64_t value) { ____ticks_8 = value; } }; struct TimeSpan_t881159249_StaticFields { public: // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t881159249 ___MaxValue_5; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t881159249 ___MinValue_6; // System.TimeSpan System.TimeSpan::Zero TimeSpan_t881159249 ___Zero_7; public: inline static int32_t get_offset_of_MaxValue_5() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___MaxValue_5)); } inline TimeSpan_t881159249 get_MaxValue_5() const { return ___MaxValue_5; } inline TimeSpan_t881159249 * get_address_of_MaxValue_5() { return &___MaxValue_5; } inline void set_MaxValue_5(TimeSpan_t881159249 value) { ___MaxValue_5 = value; } inline static int32_t get_offset_of_MinValue_6() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___MinValue_6)); } inline TimeSpan_t881159249 get_MinValue_6() const { return ___MinValue_6; } inline TimeSpan_t881159249 * get_address_of_MinValue_6() { return &___MinValue_6; } inline void set_MinValue_6(TimeSpan_t881159249 value) { ___MinValue_6 = value; } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___Zero_7)); } inline TimeSpan_t881159249 get_Zero_7() const { return ___Zero_7; } inline TimeSpan_t881159249 * get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(TimeSpan_t881159249 value) { ___Zero_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TIMESPAN_T881159249_H #ifndef DSAPARAMETERS_T1885824122_H #define DSAPARAMETERS_T1885824122_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.DSAParameters struct DSAParameters_t1885824122 { public: // System.Int32 System.Security.Cryptography.DSAParameters::Counter int32_t ___Counter_0; // System.Byte[] System.Security.Cryptography.DSAParameters::G ByteU5BU5D_t4116647657* ___G_1; // System.Byte[] System.Security.Cryptography.DSAParameters::J ByteU5BU5D_t4116647657* ___J_2; // System.Byte[] System.Security.Cryptography.DSAParameters::P ByteU5BU5D_t4116647657* ___P_3; // System.Byte[] System.Security.Cryptography.DSAParameters::Q ByteU5BU5D_t4116647657* ___Q_4; // System.Byte[] System.Security.Cryptography.DSAParameters::Seed ByteU5BU5D_t4116647657* ___Seed_5; // System.Byte[] System.Security.Cryptography.DSAParameters::X ByteU5BU5D_t4116647657* ___X_6; // System.Byte[] System.Security.Cryptography.DSAParameters::Y ByteU5BU5D_t4116647657* ___Y_7; public: inline static int32_t get_offset_of_Counter_0() { return static_cast(offsetof(DSAParameters_t1885824122, ___Counter_0)); } inline int32_t get_Counter_0() const { return ___Counter_0; } inline int32_t* get_address_of_Counter_0() { return &___Counter_0; } inline void set_Counter_0(int32_t value) { ___Counter_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(DSAParameters_t1885824122, ___G_1)); } inline ByteU5BU5D_t4116647657* get_G_1() const { return ___G_1; } inline ByteU5BU5D_t4116647657** get_address_of_G_1() { return &___G_1; } inline void set_G_1(ByteU5BU5D_t4116647657* value) { ___G_1 = value; Il2CppCodeGenWriteBarrier((&___G_1), value); } inline static int32_t get_offset_of_J_2() { return static_cast(offsetof(DSAParameters_t1885824122, ___J_2)); } inline ByteU5BU5D_t4116647657* get_J_2() const { return ___J_2; } inline ByteU5BU5D_t4116647657** get_address_of_J_2() { return &___J_2; } inline void set_J_2(ByteU5BU5D_t4116647657* value) { ___J_2 = value; Il2CppCodeGenWriteBarrier((&___J_2), value); } inline static int32_t get_offset_of_P_3() { return static_cast(offsetof(DSAParameters_t1885824122, ___P_3)); } inline ByteU5BU5D_t4116647657* get_P_3() const { return ___P_3; } inline ByteU5BU5D_t4116647657** get_address_of_P_3() { return &___P_3; } inline void set_P_3(ByteU5BU5D_t4116647657* value) { ___P_3 = value; Il2CppCodeGenWriteBarrier((&___P_3), value); } inline static int32_t get_offset_of_Q_4() { return static_cast(offsetof(DSAParameters_t1885824122, ___Q_4)); } inline ByteU5BU5D_t4116647657* get_Q_4() const { return ___Q_4; } inline ByteU5BU5D_t4116647657** get_address_of_Q_4() { return &___Q_4; } inline void set_Q_4(ByteU5BU5D_t4116647657* value) { ___Q_4 = value; Il2CppCodeGenWriteBarrier((&___Q_4), value); } inline static int32_t get_offset_of_Seed_5() { return static_cast(offsetof(DSAParameters_t1885824122, ___Seed_5)); } inline ByteU5BU5D_t4116647657* get_Seed_5() const { return ___Seed_5; } inline ByteU5BU5D_t4116647657** get_address_of_Seed_5() { return &___Seed_5; } inline void set_Seed_5(ByteU5BU5D_t4116647657* value) { ___Seed_5 = value; Il2CppCodeGenWriteBarrier((&___Seed_5), value); } inline static int32_t get_offset_of_X_6() { return static_cast(offsetof(DSAParameters_t1885824122, ___X_6)); } inline ByteU5BU5D_t4116647657* get_X_6() const { return ___X_6; } inline ByteU5BU5D_t4116647657** get_address_of_X_6() { return &___X_6; } inline void set_X_6(ByteU5BU5D_t4116647657* value) { ___X_6 = value; Il2CppCodeGenWriteBarrier((&___X_6), value); } inline static int32_t get_offset_of_Y_7() { return static_cast(offsetof(DSAParameters_t1885824122, ___Y_7)); } inline ByteU5BU5D_t4116647657* get_Y_7() const { return ___Y_7; } inline ByteU5BU5D_t4116647657** get_address_of_Y_7() { return &___Y_7; } inline void set_Y_7(ByteU5BU5D_t4116647657* value) { ___Y_7 = value; Il2CppCodeGenWriteBarrier((&___Y_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Security.Cryptography.DSAParameters struct DSAParameters_t1885824122_marshaled_pinvoke { int32_t ___Counter_0; uint8_t* ___G_1; uint8_t* ___J_2; uint8_t* ___P_3; uint8_t* ___Q_4; uint8_t* ___Seed_5; uint8_t* ___X_6; uint8_t* ___Y_7; }; // Native definition for COM marshalling of System.Security.Cryptography.DSAParameters struct DSAParameters_t1885824122_marshaled_com { int32_t ___Counter_0; uint8_t* ___G_1; uint8_t* ___J_2; uint8_t* ___P_3; uint8_t* ___Q_4; uint8_t* ___Seed_5; uint8_t* ___X_6; uint8_t* ___Y_7; }; #endif // DSAPARAMETERS_T1885824122_H #ifndef INTPTR_T_H #define INTPTR_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INTPTR_T_H #ifndef INT32_T2950945753_H #define INT32_T2950945753_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 struct Int32_t2950945753 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int32_t2950945753, ___m_value_2)); } inline int32_t get_m_value_2() const { return ___m_value_2; } inline int32_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int32_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT32_T2950945753_H #ifndef BOOLEAN_T97287965_H #define BOOLEAN_T97287965_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean struct Boolean_t97287965 { public: // System.Boolean System.Boolean::m_value bool ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Boolean_t97287965, ___m_value_2)); } inline bool get_m_value_2() const { return ___m_value_2; } inline bool* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(bool value) { ___m_value_2 = value; } }; struct Boolean_t97287965_StaticFields { public: // System.String System.Boolean::FalseString String_t* ___FalseString_0; // System.String System.Boolean::TrueString String_t* ___TrueString_1; public: inline static int32_t get_offset_of_FalseString_0() { return static_cast(offsetof(Boolean_t97287965_StaticFields, ___FalseString_0)); } inline String_t* get_FalseString_0() const { return ___FalseString_0; } inline String_t** get_address_of_FalseString_0() { return &___FalseString_0; } inline void set_FalseString_0(String_t* value) { ___FalseString_0 = value; Il2CppCodeGenWriteBarrier((&___FalseString_0), value); } inline static int32_t get_offset_of_TrueString_1() { return static_cast(offsetof(Boolean_t97287965_StaticFields, ___TrueString_1)); } inline String_t* get_TrueString_1() const { return ___TrueString_1; } inline String_t** get_address_of_TrueString_1() { return &___TrueString_1; } inline void set_TrueString_1(String_t* value) { ___TrueString_1 = value; Il2CppCodeGenWriteBarrier((&___TrueString_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BOOLEAN_T97287965_H #ifndef TLSEXCEPTION_T3534743363_H #define TLSEXCEPTION_T3534743363_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.TlsException struct TlsException_t3534743363 : public Exception_t { public: // Mono.Security.Protocol.Tls.Alert Mono.Security.Protocol.Tls.TlsException::alert Alert_t4059934885 * ___alert_11; public: inline static int32_t get_offset_of_alert_11() { return static_cast(offsetof(TlsException_t3534743363, ___alert_11)); } inline Alert_t4059934885 * get_alert_11() const { return ___alert_11; } inline Alert_t4059934885 ** get_address_of_alert_11() { return &___alert_11; } inline void set_alert_11(Alert_t4059934885 * value) { ___alert_11 = value; Il2CppCodeGenWriteBarrier((&___alert_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TLSEXCEPTION_T3534743363_H #ifndef RSASSLSIGNATUREFORMATTER_T2709678514_H #define RSASSLSIGNATUREFORMATTER_T2709678514_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.RSASslSignatureFormatter struct RSASslSignatureFormatter_t2709678514 : public AsymmetricSignatureFormatter_t3486936014 { public: // System.Security.Cryptography.RSA Mono.Security.Protocol.Tls.RSASslSignatureFormatter::key RSA_t2385438082 * ___key_0; // System.Security.Cryptography.HashAlgorithm Mono.Security.Protocol.Tls.RSASslSignatureFormatter::hash HashAlgorithm_t1432317219 * ___hash_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(RSASslSignatureFormatter_t2709678514, ___key_0)); } inline RSA_t2385438082 * get_key_0() const { return ___key_0; } inline RSA_t2385438082 ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RSA_t2385438082 * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((&___key_0), value); } inline static int32_t get_offset_of_hash_1() { return static_cast(offsetof(RSASslSignatureFormatter_t2709678514, ___hash_1)); } inline HashAlgorithm_t1432317219 * get_hash_1() const { return ___hash_1; } inline HashAlgorithm_t1432317219 ** get_address_of_hash_1() { return &___hash_1; } inline void set_hash_1(HashAlgorithm_t1432317219 * value) { ___hash_1 = value; Il2CppCodeGenWriteBarrier((&___hash_1), value); } }; struct RSASslSignatureFormatter_t2709678514_StaticFields { public: // System.Collections.Generic.Dictionary`2 Mono.Security.Protocol.Tls.RSASslSignatureFormatter::<>f__switch$map16 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map16_2; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24map16_2() { return static_cast(offsetof(RSASslSignatureFormatter_t2709678514_StaticFields, ___U3CU3Ef__switchU24map16_2)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map16_2() const { return ___U3CU3Ef__switchU24map16_2; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map16_2() { return &___U3CU3Ef__switchU24map16_2; } inline void set_U3CU3Ef__switchU24map16_2(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map16_2 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map16_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RSASSLSIGNATUREFORMATTER_T2709678514_H #ifndef RSASSLSIGNATUREDEFORMATTER_T3558097625_H #define RSASSLSIGNATUREDEFORMATTER_T3558097625_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.RSASslSignatureDeformatter struct RSASslSignatureDeformatter_t3558097625 : public AsymmetricSignatureDeformatter_t2681190756 { public: // System.Security.Cryptography.RSA Mono.Security.Protocol.Tls.RSASslSignatureDeformatter::key RSA_t2385438082 * ___key_0; // System.Security.Cryptography.HashAlgorithm Mono.Security.Protocol.Tls.RSASslSignatureDeformatter::hash HashAlgorithm_t1432317219 * ___hash_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(RSASslSignatureDeformatter_t3558097625, ___key_0)); } inline RSA_t2385438082 * get_key_0() const { return ___key_0; } inline RSA_t2385438082 ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RSA_t2385438082 * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((&___key_0), value); } inline static int32_t get_offset_of_hash_1() { return static_cast(offsetof(RSASslSignatureDeformatter_t3558097625, ___hash_1)); } inline HashAlgorithm_t1432317219 * get_hash_1() const { return ___hash_1; } inline HashAlgorithm_t1432317219 ** get_address_of_hash_1() { return &___hash_1; } inline void set_hash_1(HashAlgorithm_t1432317219 * value) { ___hash_1 = value; Il2CppCodeGenWriteBarrier((&___hash_1), value); } }; struct RSASslSignatureDeformatter_t3558097625_StaticFields { public: // System.Collections.Generic.Dictionary`2 Mono.Security.Protocol.Tls.RSASslSignatureDeformatter::<>f__switch$map15 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map15_2; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24map15_2() { return static_cast(offsetof(RSASslSignatureDeformatter_t3558097625_StaticFields, ___U3CU3Ef__switchU24map15_2)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map15_2() const { return ___U3CU3Ef__switchU24map15_2; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map15_2() { return &___U3CU3Ef__switchU24map15_2; } inline void set_U3CU3Ef__switchU24map15_2(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map15_2 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map15_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RSASSLSIGNATUREDEFORMATTER_T3558097625_H #ifndef HANDSHAKESTATE_T756684113_H #define HANDSHAKESTATE_T756684113_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.HandshakeState struct HandshakeState_t756684113 { public: // System.Int32 Mono.Security.Protocol.Tls.HandshakeState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(HandshakeState_t756684113, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HANDSHAKESTATE_T756684113_H #ifndef TLSSERVERSETTINGS_T4144396432_H #define TLSSERVERSETTINGS_T4144396432_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.TlsServerSettings struct TlsServerSettings_t4144396432 : public RuntimeObject { public: // Mono.Security.X509.X509CertificateCollection Mono.Security.Protocol.Tls.TlsServerSettings::certificates X509CertificateCollection_t1542168550 * ___certificates_0; // System.Security.Cryptography.RSA Mono.Security.Protocol.Tls.TlsServerSettings::certificateRSA RSA_t2385438082 * ___certificateRSA_1; // System.Security.Cryptography.RSAParameters Mono.Security.Protocol.Tls.TlsServerSettings::rsaParameters RSAParameters_t1728406613 ___rsaParameters_2; // System.Byte[] Mono.Security.Protocol.Tls.TlsServerSettings::signedParams ByteU5BU5D_t4116647657* ___signedParams_3; // System.String[] Mono.Security.Protocol.Tls.TlsServerSettings::distinguisedNames StringU5BU5D_t1281789340* ___distinguisedNames_4; // System.Boolean Mono.Security.Protocol.Tls.TlsServerSettings::serverKeyExchange bool ___serverKeyExchange_5; // System.Boolean Mono.Security.Protocol.Tls.TlsServerSettings::certificateRequest bool ___certificateRequest_6; // Mono.Security.Protocol.Tls.Handshake.ClientCertificateType[] Mono.Security.Protocol.Tls.TlsServerSettings::certificateTypes ClientCertificateTypeU5BU5D_t4253920197* ___certificateTypes_7; public: inline static int32_t get_offset_of_certificates_0() { return static_cast(offsetof(TlsServerSettings_t4144396432, ___certificates_0)); } inline X509CertificateCollection_t1542168550 * get_certificates_0() const { return ___certificates_0; } inline X509CertificateCollection_t1542168550 ** get_address_of_certificates_0() { return &___certificates_0; } inline void set_certificates_0(X509CertificateCollection_t1542168550 * value) { ___certificates_0 = value; Il2CppCodeGenWriteBarrier((&___certificates_0), value); } inline static int32_t get_offset_of_certificateRSA_1() { return static_cast(offsetof(TlsServerSettings_t4144396432, ___certificateRSA_1)); } inline RSA_t2385438082 * get_certificateRSA_1() const { return ___certificateRSA_1; } inline RSA_t2385438082 ** get_address_of_certificateRSA_1() { return &___certificateRSA_1; } inline void set_certificateRSA_1(RSA_t2385438082 * value) { ___certificateRSA_1 = value; Il2CppCodeGenWriteBarrier((&___certificateRSA_1), value); } inline static int32_t get_offset_of_rsaParameters_2() { return static_cast(offsetof(TlsServerSettings_t4144396432, ___rsaParameters_2)); } inline RSAParameters_t1728406613 get_rsaParameters_2() const { return ___rsaParameters_2; } inline RSAParameters_t1728406613 * get_address_of_rsaParameters_2() { return &___rsaParameters_2; } inline void set_rsaParameters_2(RSAParameters_t1728406613 value) { ___rsaParameters_2 = value; } inline static int32_t get_offset_of_signedParams_3() { return static_cast(offsetof(TlsServerSettings_t4144396432, ___signedParams_3)); } inline ByteU5BU5D_t4116647657* get_signedParams_3() const { return ___signedParams_3; } inline ByteU5BU5D_t4116647657** get_address_of_signedParams_3() { return &___signedParams_3; } inline void set_signedParams_3(ByteU5BU5D_t4116647657* value) { ___signedParams_3 = value; Il2CppCodeGenWriteBarrier((&___signedParams_3), value); } inline static int32_t get_offset_of_distinguisedNames_4() { return static_cast(offsetof(TlsServerSettings_t4144396432, ___distinguisedNames_4)); } inline StringU5BU5D_t1281789340* get_distinguisedNames_4() const { return ___distinguisedNames_4; } inline StringU5BU5D_t1281789340** get_address_of_distinguisedNames_4() { return &___distinguisedNames_4; } inline void set_distinguisedNames_4(StringU5BU5D_t1281789340* value) { ___distinguisedNames_4 = value; Il2CppCodeGenWriteBarrier((&___distinguisedNames_4), value); } inline static int32_t get_offset_of_serverKeyExchange_5() { return static_cast(offsetof(TlsServerSettings_t4144396432, ___serverKeyExchange_5)); } inline bool get_serverKeyExchange_5() const { return ___serverKeyExchange_5; } inline bool* get_address_of_serverKeyExchange_5() { return &___serverKeyExchange_5; } inline void set_serverKeyExchange_5(bool value) { ___serverKeyExchange_5 = value; } inline static int32_t get_offset_of_certificateRequest_6() { return static_cast(offsetof(TlsServerSettings_t4144396432, ___certificateRequest_6)); } inline bool get_certificateRequest_6() const { return ___certificateRequest_6; } inline bool* get_address_of_certificateRequest_6() { return &___certificateRequest_6; } inline void set_certificateRequest_6(bool value) { ___certificateRequest_6 = value; } inline static int32_t get_offset_of_certificateTypes_7() { return static_cast(offsetof(TlsServerSettings_t4144396432, ___certificateTypes_7)); } inline ClientCertificateTypeU5BU5D_t4253920197* get_certificateTypes_7() const { return ___certificateTypes_7; } inline ClientCertificateTypeU5BU5D_t4253920197** get_address_of_certificateTypes_7() { return &___certificateTypes_7; } inline void set_certificateTypes_7(ClientCertificateTypeU5BU5D_t4253920197* value) { ___certificateTypes_7 = value; Il2CppCodeGenWriteBarrier((&___certificateTypes_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TLSSERVERSETTINGS_T4144396432_H #ifndef INVALIDOPERATIONEXCEPTION_T56020091_H #define INVALIDOPERATIONEXCEPTION_T56020091_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.InvalidOperationException struct InvalidOperationException_t56020091 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INVALIDOPERATIONEXCEPTION_T56020091_H #ifndef SECURITYCOMPRESSIONTYPE_T4242483129_H #define SECURITYCOMPRESSIONTYPE_T4242483129_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.SecurityCompressionType struct SecurityCompressionType_t4242483129 { public: // System.Int32 Mono.Security.Protocol.Tls.SecurityCompressionType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SecurityCompressionType_t4242483129, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SECURITYCOMPRESSIONTYPE_T4242483129_H #ifndef CONTENTTYPE_T2602934270_H #define CONTENTTYPE_T2602934270_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.ContentType struct ContentType_t2602934270 { public: // System.Byte Mono.Security.Protocol.Tls.ContentType::value__ uint8_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ContentType_t2602934270, ___value___1)); } inline uint8_t get_value___1() const { return ___value___1; } inline uint8_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(uint8_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONTENTTYPE_T2602934270_H #ifndef SSLPOLICYERRORS_T2205227823_H #define SSLPOLICYERRORS_T2205227823_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Security.SslPolicyErrors struct SslPolicyErrors_t2205227823 { public: // System.Int32 System.Net.Security.SslPolicyErrors::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SslPolicyErrors_t2205227823, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SSLPOLICYERRORS_T2205227823_H #ifndef WAITHANDLE_T1743403487_H #define WAITHANDLE_T1743403487_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.WaitHandle struct WaitHandle_t1743403487 : public MarshalByRefObject_t2760389100 { public: // Microsoft.Win32.SafeHandles.SafeWaitHandle System.Threading.WaitHandle::safe_wait_handle SafeWaitHandle_t1972936122 * ___safe_wait_handle_2; // System.Boolean System.Threading.WaitHandle::disposed bool ___disposed_4; public: inline static int32_t get_offset_of_safe_wait_handle_2() { return static_cast(offsetof(WaitHandle_t1743403487, ___safe_wait_handle_2)); } inline SafeWaitHandle_t1972936122 * get_safe_wait_handle_2() const { return ___safe_wait_handle_2; } inline SafeWaitHandle_t1972936122 ** get_address_of_safe_wait_handle_2() { return &___safe_wait_handle_2; } inline void set_safe_wait_handle_2(SafeWaitHandle_t1972936122 * value) { ___safe_wait_handle_2 = value; Il2CppCodeGenWriteBarrier((&___safe_wait_handle_2), value); } inline static int32_t get_offset_of_disposed_4() { return static_cast(offsetof(WaitHandle_t1743403487, ___disposed_4)); } inline bool get_disposed_4() const { return ___disposed_4; } inline bool* get_address_of_disposed_4() { return &___disposed_4; } inline void set_disposed_4(bool value) { ___disposed_4 = value; } }; struct WaitHandle_t1743403487_StaticFields { public: // System.IntPtr System.Threading.WaitHandle::InvalidHandle intptr_t ___InvalidHandle_3; public: inline static int32_t get_offset_of_InvalidHandle_3() { return static_cast(offsetof(WaitHandle_t1743403487_StaticFields, ___InvalidHandle_3)); } inline intptr_t get_InvalidHandle_3() const { return ___InvalidHandle_3; } inline intptr_t* get_address_of_InvalidHandle_3() { return &___InvalidHandle_3; } inline void set_InvalidHandle_3(intptr_t value) { ___InvalidHandle_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WAITHANDLE_T1743403487_H #ifndef DATETIMEKIND_T3468814247_H #define DATETIMEKIND_T3468814247_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DateTimeKind struct DateTimeKind_t3468814247 { public: // System.Int32 System.DateTimeKind::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DateTimeKind_t3468814247, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIMEKIND_T3468814247_H #ifndef BINDINGFLAGS_T2721792723_H #define BINDINGFLAGS_T2721792723_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.BindingFlags struct BindingFlags_t2721792723 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(BindingFlags_t2721792723, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BINDINGFLAGS_T2721792723_H #ifndef REGEXOPTIONS_T92845595_H #define REGEXOPTIONS_T92845595_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.RegexOptions struct RegexOptions_t92845595 { public: // System.Int32 System.Text.RegularExpressions.RegexOptions::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(RegexOptions_t92845595, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REGEXOPTIONS_T92845595_H #ifndef DECOMPRESSIONMETHODS_T1612219745_H #define DECOMPRESSIONMETHODS_T1612219745_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.DecompressionMethods struct DecompressionMethods_t1612219745 { public: // System.Int32 System.Net.DecompressionMethods::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DecompressionMethods_t1612219745, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DECOMPRESSIONMETHODS_T1612219745_H #ifndef STORELOCATION_T2864310644_H #define STORELOCATION_T2864310644_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.StoreLocation struct StoreLocation_t2864310644 { public: // System.Int32 System.Security.Cryptography.X509Certificates.StoreLocation::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(StoreLocation_t2864310644, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STORELOCATION_T2864310644_H #ifndef AUTHENTICATIONLEVEL_T1236753641_H #define AUTHENTICATIONLEVEL_T1236753641_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Security.AuthenticationLevel struct AuthenticationLevel_t1236753641 { public: // System.Int32 System.Net.Security.AuthenticationLevel::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AuthenticationLevel_t1236753641, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AUTHENTICATIONLEVEL_T1236753641_H #ifndef SSLSTREAMBASE_T1667413407_H #define SSLSTREAMBASE_T1667413407_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.SslStreamBase struct SslStreamBase_t1667413407 : public Stream_t1273022909 { public: // System.IO.Stream Mono.Security.Protocol.Tls.SslStreamBase::innerStream Stream_t1273022909 * ___innerStream_3; // System.IO.MemoryStream Mono.Security.Protocol.Tls.SslStreamBase::inputBuffer MemoryStream_t94973147 * ___inputBuffer_4; // Mono.Security.Protocol.Tls.Context Mono.Security.Protocol.Tls.SslStreamBase::context Context_t3971234707 * ___context_5; // Mono.Security.Protocol.Tls.RecordProtocol Mono.Security.Protocol.Tls.SslStreamBase::protocol RecordProtocol_t3759049701 * ___protocol_6; // System.Boolean Mono.Security.Protocol.Tls.SslStreamBase::ownsStream bool ___ownsStream_7; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) Mono.Security.Protocol.Tls.SslStreamBase::disposed bool ___disposed_8; // System.Boolean Mono.Security.Protocol.Tls.SslStreamBase::checkCertRevocationStatus bool ___checkCertRevocationStatus_9; // System.Object Mono.Security.Protocol.Tls.SslStreamBase::negotiate RuntimeObject * ___negotiate_10; // System.Object Mono.Security.Protocol.Tls.SslStreamBase::read RuntimeObject * ___read_11; // System.Object Mono.Security.Protocol.Tls.SslStreamBase::write RuntimeObject * ___write_12; // System.Threading.ManualResetEvent Mono.Security.Protocol.Tls.SslStreamBase::negotiationComplete ManualResetEvent_t451242010 * ___negotiationComplete_13; // System.Byte[] Mono.Security.Protocol.Tls.SslStreamBase::recbuf ByteU5BU5D_t4116647657* ___recbuf_14; // System.IO.MemoryStream Mono.Security.Protocol.Tls.SslStreamBase::recordStream MemoryStream_t94973147 * ___recordStream_15; public: inline static int32_t get_offset_of_innerStream_3() { return static_cast(offsetof(SslStreamBase_t1667413407, ___innerStream_3)); } inline Stream_t1273022909 * get_innerStream_3() const { return ___innerStream_3; } inline Stream_t1273022909 ** get_address_of_innerStream_3() { return &___innerStream_3; } inline void set_innerStream_3(Stream_t1273022909 * value) { ___innerStream_3 = value; Il2CppCodeGenWriteBarrier((&___innerStream_3), value); } inline static int32_t get_offset_of_inputBuffer_4() { return static_cast(offsetof(SslStreamBase_t1667413407, ___inputBuffer_4)); } inline MemoryStream_t94973147 * get_inputBuffer_4() const { return ___inputBuffer_4; } inline MemoryStream_t94973147 ** get_address_of_inputBuffer_4() { return &___inputBuffer_4; } inline void set_inputBuffer_4(MemoryStream_t94973147 * value) { ___inputBuffer_4 = value; Il2CppCodeGenWriteBarrier((&___inputBuffer_4), value); } inline static int32_t get_offset_of_context_5() { return static_cast(offsetof(SslStreamBase_t1667413407, ___context_5)); } inline Context_t3971234707 * get_context_5() const { return ___context_5; } inline Context_t3971234707 ** get_address_of_context_5() { return &___context_5; } inline void set_context_5(Context_t3971234707 * value) { ___context_5 = value; Il2CppCodeGenWriteBarrier((&___context_5), value); } inline static int32_t get_offset_of_protocol_6() { return static_cast(offsetof(SslStreamBase_t1667413407, ___protocol_6)); } inline RecordProtocol_t3759049701 * get_protocol_6() const { return ___protocol_6; } inline RecordProtocol_t3759049701 ** get_address_of_protocol_6() { return &___protocol_6; } inline void set_protocol_6(RecordProtocol_t3759049701 * value) { ___protocol_6 = value; Il2CppCodeGenWriteBarrier((&___protocol_6), value); } inline static int32_t get_offset_of_ownsStream_7() { return static_cast(offsetof(SslStreamBase_t1667413407, ___ownsStream_7)); } inline bool get_ownsStream_7() const { return ___ownsStream_7; } inline bool* get_address_of_ownsStream_7() { return &___ownsStream_7; } inline void set_ownsStream_7(bool value) { ___ownsStream_7 = value; } inline static int32_t get_offset_of_disposed_8() { return static_cast(offsetof(SslStreamBase_t1667413407, ___disposed_8)); } inline bool get_disposed_8() const { return ___disposed_8; } inline bool* get_address_of_disposed_8() { return &___disposed_8; } inline void set_disposed_8(bool value) { ___disposed_8 = value; } inline static int32_t get_offset_of_checkCertRevocationStatus_9() { return static_cast(offsetof(SslStreamBase_t1667413407, ___checkCertRevocationStatus_9)); } inline bool get_checkCertRevocationStatus_9() const { return ___checkCertRevocationStatus_9; } inline bool* get_address_of_checkCertRevocationStatus_9() { return &___checkCertRevocationStatus_9; } inline void set_checkCertRevocationStatus_9(bool value) { ___checkCertRevocationStatus_9 = value; } inline static int32_t get_offset_of_negotiate_10() { return static_cast(offsetof(SslStreamBase_t1667413407, ___negotiate_10)); } inline RuntimeObject * get_negotiate_10() const { return ___negotiate_10; } inline RuntimeObject ** get_address_of_negotiate_10() { return &___negotiate_10; } inline void set_negotiate_10(RuntimeObject * value) { ___negotiate_10 = value; Il2CppCodeGenWriteBarrier((&___negotiate_10), value); } inline static int32_t get_offset_of_read_11() { return static_cast(offsetof(SslStreamBase_t1667413407, ___read_11)); } inline RuntimeObject * get_read_11() const { return ___read_11; } inline RuntimeObject ** get_address_of_read_11() { return &___read_11; } inline void set_read_11(RuntimeObject * value) { ___read_11 = value; Il2CppCodeGenWriteBarrier((&___read_11), value); } inline static int32_t get_offset_of_write_12() { return static_cast(offsetof(SslStreamBase_t1667413407, ___write_12)); } inline RuntimeObject * get_write_12() const { return ___write_12; } inline RuntimeObject ** get_address_of_write_12() { return &___write_12; } inline void set_write_12(RuntimeObject * value) { ___write_12 = value; Il2CppCodeGenWriteBarrier((&___write_12), value); } inline static int32_t get_offset_of_negotiationComplete_13() { return static_cast(offsetof(SslStreamBase_t1667413407, ___negotiationComplete_13)); } inline ManualResetEvent_t451242010 * get_negotiationComplete_13() const { return ___negotiationComplete_13; } inline ManualResetEvent_t451242010 ** get_address_of_negotiationComplete_13() { return &___negotiationComplete_13; } inline void set_negotiationComplete_13(ManualResetEvent_t451242010 * value) { ___negotiationComplete_13 = value; Il2CppCodeGenWriteBarrier((&___negotiationComplete_13), value); } inline static int32_t get_offset_of_recbuf_14() { return static_cast(offsetof(SslStreamBase_t1667413407, ___recbuf_14)); } inline ByteU5BU5D_t4116647657* get_recbuf_14() const { return ___recbuf_14; } inline ByteU5BU5D_t4116647657** get_address_of_recbuf_14() { return &___recbuf_14; } inline void set_recbuf_14(ByteU5BU5D_t4116647657* value) { ___recbuf_14 = value; Il2CppCodeGenWriteBarrier((&___recbuf_14), value); } inline static int32_t get_offset_of_recordStream_15() { return static_cast(offsetof(SslStreamBase_t1667413407, ___recordStream_15)); } inline MemoryStream_t94973147 * get_recordStream_15() const { return ___recordStream_15; } inline MemoryStream_t94973147 ** get_address_of_recordStream_15() { return &___recordStream_15; } inline void set_recordStream_15(MemoryStream_t94973147 * value) { ___recordStream_15 = value; Il2CppCodeGenWriteBarrier((&___recordStream_15), value); } }; struct SslStreamBase_t1667413407_StaticFields { public: // System.Threading.ManualResetEvent Mono.Security.Protocol.Tls.SslStreamBase::record_processing ManualResetEvent_t451242010 * ___record_processing_2; public: inline static int32_t get_offset_of_record_processing_2() { return static_cast(offsetof(SslStreamBase_t1667413407_StaticFields, ___record_processing_2)); } inline ManualResetEvent_t451242010 * get_record_processing_2() const { return ___record_processing_2; } inline ManualResetEvent_t451242010 ** get_address_of_record_processing_2() { return &___record_processing_2; } inline void set_record_processing_2(ManualResetEvent_t451242010 * value) { ___record_processing_2 = value; Il2CppCodeGenWriteBarrier((&___record_processing_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SSLSTREAMBASE_T1667413407_H #ifndef NOTIMPLEMENTEDEXCEPTION_T3489357830_H #define NOTIMPLEMENTEDEXCEPTION_T3489357830_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.NotImplementedException struct NotImplementedException_t3489357830 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NOTIMPLEMENTEDEXCEPTION_T3489357830_H #ifndef KEYUSAGES_T820456313_H #define KEYUSAGES_T820456313_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.X509.Extensions.KeyUsages struct KeyUsages_t820456313 { public: // System.Int32 Mono.Security.X509.Extensions.KeyUsages::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(KeyUsages_t820456313, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYUSAGES_T820456313_H #ifndef CERTTYPES_T3317701015_H #define CERTTYPES_T3317701015_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.X509.Extensions.NetscapeCertTypeExtension/CertTypes struct CertTypes_t3317701015 { public: // System.Int32 Mono.Security.X509.Extensions.NetscapeCertTypeExtension/CertTypes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CertTypes_t3317701015, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CERTTYPES_T3317701015_H #ifndef X509CHAINSTATUSFLAGS_T1831553602_H #define X509CHAINSTATUSFLAGS_T1831553602_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.X509.X509ChainStatusFlags struct X509ChainStatusFlags_t1831553602 { public: // System.Int32 Mono.Security.X509.X509ChainStatusFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(X509ChainStatusFlags_t1831553602, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509CHAINSTATUSFLAGS_T1831553602_H #ifndef RUNTIMETYPEHANDLE_T3027515415_H #define RUNTIMETYPEHANDLE_T3027515415_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeTypeHandle struct RuntimeTypeHandle_t3027515415 { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_t3027515415, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMETYPEHANDLE_T3027515415_H #ifndef MATCH_T3408321083_H #define MATCH_T3408321083_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Match struct Match_t3408321083 : public Group_t2468205786 { public: // System.Text.RegularExpressions.Regex System.Text.RegularExpressions.Match::regex Regex_t3657309853 * ___regex_6; // System.Text.RegularExpressions.IMachine System.Text.RegularExpressions.Match::machine RuntimeObject* ___machine_7; // System.Int32 System.Text.RegularExpressions.Match::text_length int32_t ___text_length_8; // System.Text.RegularExpressions.GroupCollection System.Text.RegularExpressions.Match::groups GroupCollection_t69770484 * ___groups_9; public: inline static int32_t get_offset_of_regex_6() { return static_cast(offsetof(Match_t3408321083, ___regex_6)); } inline Regex_t3657309853 * get_regex_6() const { return ___regex_6; } inline Regex_t3657309853 ** get_address_of_regex_6() { return &___regex_6; } inline void set_regex_6(Regex_t3657309853 * value) { ___regex_6 = value; Il2CppCodeGenWriteBarrier((&___regex_6), value); } inline static int32_t get_offset_of_machine_7() { return static_cast(offsetof(Match_t3408321083, ___machine_7)); } inline RuntimeObject* get_machine_7() const { return ___machine_7; } inline RuntimeObject** get_address_of_machine_7() { return &___machine_7; } inline void set_machine_7(RuntimeObject* value) { ___machine_7 = value; Il2CppCodeGenWriteBarrier((&___machine_7), value); } inline static int32_t get_offset_of_text_length_8() { return static_cast(offsetof(Match_t3408321083, ___text_length_8)); } inline int32_t get_text_length_8() const { return ___text_length_8; } inline int32_t* get_address_of_text_length_8() { return &___text_length_8; } inline void set_text_length_8(int32_t value) { ___text_length_8 = value; } inline static int32_t get_offset_of_groups_9() { return static_cast(offsetof(Match_t3408321083, ___groups_9)); } inline GroupCollection_t69770484 * get_groups_9() const { return ___groups_9; } inline GroupCollection_t69770484 ** get_address_of_groups_9() { return &___groups_9; } inline void set_groups_9(GroupCollection_t69770484 * value) { ___groups_9 = value; Il2CppCodeGenWriteBarrier((&___groups_9), value); } }; struct Match_t3408321083_StaticFields { public: // System.Text.RegularExpressions.Match System.Text.RegularExpressions.Match::empty Match_t3408321083 * ___empty_10; public: inline static int32_t get_offset_of_empty_10() { return static_cast(offsetof(Match_t3408321083_StaticFields, ___empty_10)); } inline Match_t3408321083 * get_empty_10() const { return ___empty_10; } inline Match_t3408321083 ** get_address_of_empty_10() { return &___empty_10; } inline void set_empty_10(Match_t3408321083 * value) { ___empty_10 = value; Il2CppCodeGenWriteBarrier((&___empty_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MATCH_T3408321083_H #ifndef CLIENTCERTIFICATETYPE_T1004704908_H #define CLIENTCERTIFICATETYPE_T1004704908_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.Handshake.ClientCertificateType struct ClientCertificateType_t1004704908 { public: // System.Int32 Mono.Security.Protocol.Tls.Handshake.ClientCertificateType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ClientCertificateType_t1004704908, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLIENTCERTIFICATETYPE_T1004704908_H #ifndef SECURITYPROTOCOLTYPE_T2721465497_H #define SECURITYPROTOCOLTYPE_T2721465497_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.SecurityProtocolType struct SecurityProtocolType_t2721465497 { public: // System.Int32 System.Net.SecurityProtocolType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SecurityProtocolType_t2721465497, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SECURITYPROTOCOLTYPE_T2721465497_H #ifndef DELEGATE_T1188392813_H #define DELEGATE_T1188392813_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Delegate struct Delegate_t1188392813 : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_5; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_6; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_7; // System.DelegateData System.Delegate::data DelegateData_t1677132599 * ___data_8; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t1188392813, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t1188392813, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t1188392813, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((&___m_target_2), value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t1188392813, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t1188392813, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_method_code_5() { return static_cast(offsetof(Delegate_t1188392813, ___method_code_5)); } inline intptr_t get_method_code_5() const { return ___method_code_5; } inline intptr_t* get_address_of_method_code_5() { return &___method_code_5; } inline void set_method_code_5(intptr_t value) { ___method_code_5 = value; } inline static int32_t get_offset_of_method_info_6() { return static_cast(offsetof(Delegate_t1188392813, ___method_info_6)); } inline MethodInfo_t * get_method_info_6() const { return ___method_info_6; } inline MethodInfo_t ** get_address_of_method_info_6() { return &___method_info_6; } inline void set_method_info_6(MethodInfo_t * value) { ___method_info_6 = value; Il2CppCodeGenWriteBarrier((&___method_info_6), value); } inline static int32_t get_offset_of_original_method_info_7() { return static_cast(offsetof(Delegate_t1188392813, ___original_method_info_7)); } inline MethodInfo_t * get_original_method_info_7() const { return ___original_method_info_7; } inline MethodInfo_t ** get_address_of_original_method_info_7() { return &___original_method_info_7; } inline void set_original_method_info_7(MethodInfo_t * value) { ___original_method_info_7 = value; Il2CppCodeGenWriteBarrier((&___original_method_info_7), value); } inline static int32_t get_offset_of_data_8() { return static_cast(offsetof(Delegate_t1188392813, ___data_8)); } inline DelegateData_t1677132599 * get_data_8() const { return ___data_8; } inline DelegateData_t1677132599 ** get_address_of_data_8() { return &___data_8; } inline void set_data_8(DelegateData_t1677132599 * value) { ___data_8 = value; Il2CppCodeGenWriteBarrier((&___data_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DELEGATE_T1188392813_H #ifndef CIPHERMODE_T84635067_H #define CIPHERMODE_T84635067_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.CipherMode struct CipherMode_t84635067 { public: // System.Int32 System.Security.Cryptography.CipherMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CipherMode_t84635067, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CIPHERMODE_T84635067_H #ifndef CRYPTOGRAPHICEXCEPTION_T248831461_H #define CRYPTOGRAPHICEXCEPTION_T248831461_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.CryptographicException struct CryptographicException_t248831461 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRYPTOGRAPHICEXCEPTION_T248831461_H #ifndef MD4MANAGED_T957540063_H #define MD4MANAGED_T957540063_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Cryptography.MD4Managed struct MD4Managed_t957540063 : public MD4_t1560915355 { public: // System.UInt32[] Mono.Security.Cryptography.MD4Managed::state UInt32U5BU5D_t2770800703* ___state_4; // System.Byte[] Mono.Security.Cryptography.MD4Managed::buffer ByteU5BU5D_t4116647657* ___buffer_5; // System.UInt32[] Mono.Security.Cryptography.MD4Managed::count UInt32U5BU5D_t2770800703* ___count_6; // System.UInt32[] Mono.Security.Cryptography.MD4Managed::x UInt32U5BU5D_t2770800703* ___x_7; // System.Byte[] Mono.Security.Cryptography.MD4Managed::digest ByteU5BU5D_t4116647657* ___digest_8; public: inline static int32_t get_offset_of_state_4() { return static_cast(offsetof(MD4Managed_t957540063, ___state_4)); } inline UInt32U5BU5D_t2770800703* get_state_4() const { return ___state_4; } inline UInt32U5BU5D_t2770800703** get_address_of_state_4() { return &___state_4; } inline void set_state_4(UInt32U5BU5D_t2770800703* value) { ___state_4 = value; Il2CppCodeGenWriteBarrier((&___state_4), value); } inline static int32_t get_offset_of_buffer_5() { return static_cast(offsetof(MD4Managed_t957540063, ___buffer_5)); } inline ByteU5BU5D_t4116647657* get_buffer_5() const { return ___buffer_5; } inline ByteU5BU5D_t4116647657** get_address_of_buffer_5() { return &___buffer_5; } inline void set_buffer_5(ByteU5BU5D_t4116647657* value) { ___buffer_5 = value; Il2CppCodeGenWriteBarrier((&___buffer_5), value); } inline static int32_t get_offset_of_count_6() { return static_cast(offsetof(MD4Managed_t957540063, ___count_6)); } inline UInt32U5BU5D_t2770800703* get_count_6() const { return ___count_6; } inline UInt32U5BU5D_t2770800703** get_address_of_count_6() { return &___count_6; } inline void set_count_6(UInt32U5BU5D_t2770800703* value) { ___count_6 = value; Il2CppCodeGenWriteBarrier((&___count_6), value); } inline static int32_t get_offset_of_x_7() { return static_cast(offsetof(MD4Managed_t957540063, ___x_7)); } inline UInt32U5BU5D_t2770800703* get_x_7() const { return ___x_7; } inline UInt32U5BU5D_t2770800703** get_address_of_x_7() { return &___x_7; } inline void set_x_7(UInt32U5BU5D_t2770800703* value) { ___x_7 = value; Il2CppCodeGenWriteBarrier((&___x_7), value); } inline static int32_t get_offset_of_digest_8() { return static_cast(offsetof(MD4Managed_t957540063, ___digest_8)); } inline ByteU5BU5D_t4116647657* get_digest_8() const { return ___digest_8; } inline ByteU5BU5D_t4116647657** get_address_of_digest_8() { return &___digest_8; } inline void set_digest_8(ByteU5BU5D_t4116647657* value) { ___digest_8 = value; Il2CppCodeGenWriteBarrier((&___digest_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MD4MANAGED_T957540063_H #ifndef MD2MANAGED_T1377101535_H #define MD2MANAGED_T1377101535_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Cryptography.MD2Managed struct MD2Managed_t1377101535 : public MD2_t1561046427 { public: // System.Byte[] Mono.Security.Cryptography.MD2Managed::state ByteU5BU5D_t4116647657* ___state_4; // System.Byte[] Mono.Security.Cryptography.MD2Managed::checksum ByteU5BU5D_t4116647657* ___checksum_5; // System.Byte[] Mono.Security.Cryptography.MD2Managed::buffer ByteU5BU5D_t4116647657* ___buffer_6; // System.Int32 Mono.Security.Cryptography.MD2Managed::count int32_t ___count_7; // System.Byte[] Mono.Security.Cryptography.MD2Managed::x ByteU5BU5D_t4116647657* ___x_8; public: inline static int32_t get_offset_of_state_4() { return static_cast(offsetof(MD2Managed_t1377101535, ___state_4)); } inline ByteU5BU5D_t4116647657* get_state_4() const { return ___state_4; } inline ByteU5BU5D_t4116647657** get_address_of_state_4() { return &___state_4; } inline void set_state_4(ByteU5BU5D_t4116647657* value) { ___state_4 = value; Il2CppCodeGenWriteBarrier((&___state_4), value); } inline static int32_t get_offset_of_checksum_5() { return static_cast(offsetof(MD2Managed_t1377101535, ___checksum_5)); } inline ByteU5BU5D_t4116647657* get_checksum_5() const { return ___checksum_5; } inline ByteU5BU5D_t4116647657** get_address_of_checksum_5() { return &___checksum_5; } inline void set_checksum_5(ByteU5BU5D_t4116647657* value) { ___checksum_5 = value; Il2CppCodeGenWriteBarrier((&___checksum_5), value); } inline static int32_t get_offset_of_buffer_6() { return static_cast(offsetof(MD2Managed_t1377101535, ___buffer_6)); } inline ByteU5BU5D_t4116647657* get_buffer_6() const { return ___buffer_6; } inline ByteU5BU5D_t4116647657** get_address_of_buffer_6() { return &___buffer_6; } inline void set_buffer_6(ByteU5BU5D_t4116647657* value) { ___buffer_6 = value; Il2CppCodeGenWriteBarrier((&___buffer_6), value); } inline static int32_t get_offset_of_count_7() { return static_cast(offsetof(MD2Managed_t1377101535, ___count_7)); } inline int32_t get_count_7() const { return ___count_7; } inline int32_t* get_address_of_count_7() { return &___count_7; } inline void set_count_7(int32_t value) { ___count_7 = value; } inline static int32_t get_offset_of_x_8() { return static_cast(offsetof(MD2Managed_t1377101535, ___x_8)); } inline ByteU5BU5D_t4116647657* get_x_8() const { return ___x_8; } inline ByteU5BU5D_t4116647657** get_address_of_x_8() { return &___x_8; } inline void set_x_8(ByteU5BU5D_t4116647657* value) { ___x_8 = value; Il2CppCodeGenWriteBarrier((&___x_8), value); } }; struct MD2Managed_t1377101535_StaticFields { public: // System.Byte[] Mono.Security.Cryptography.MD2Managed::PI_SUBST ByteU5BU5D_t4116647657* ___PI_SUBST_9; public: inline static int32_t get_offset_of_PI_SUBST_9() { return static_cast(offsetof(MD2Managed_t1377101535_StaticFields, ___PI_SUBST_9)); } inline ByteU5BU5D_t4116647657* get_PI_SUBST_9() const { return ___PI_SUBST_9; } inline ByteU5BU5D_t4116647657** get_address_of_PI_SUBST_9() { return &___PI_SUBST_9; } inline void set_PI_SUBST_9(ByteU5BU5D_t4116647657* value) { ___PI_SUBST_9 = value; Il2CppCodeGenWriteBarrier((&___PI_SUBST_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MD2MANAGED_T1377101535_H #ifndef HMAC_T3689525210_H #define HMAC_T3689525210_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Cryptography.HMAC struct HMAC_t3689525210 : public KeyedHashAlgorithm_t112861511 { public: // System.Security.Cryptography.HashAlgorithm Mono.Security.Cryptography.HMAC::hash HashAlgorithm_t1432317219 * ___hash_5; // System.Boolean Mono.Security.Cryptography.HMAC::hashing bool ___hashing_6; // System.Byte[] Mono.Security.Cryptography.HMAC::innerPad ByteU5BU5D_t4116647657* ___innerPad_7; // System.Byte[] Mono.Security.Cryptography.HMAC::outerPad ByteU5BU5D_t4116647657* ___outerPad_8; public: inline static int32_t get_offset_of_hash_5() { return static_cast(offsetof(HMAC_t3689525210, ___hash_5)); } inline HashAlgorithm_t1432317219 * get_hash_5() const { return ___hash_5; } inline HashAlgorithm_t1432317219 ** get_address_of_hash_5() { return &___hash_5; } inline void set_hash_5(HashAlgorithm_t1432317219 * value) { ___hash_5 = value; Il2CppCodeGenWriteBarrier((&___hash_5), value); } inline static int32_t get_offset_of_hashing_6() { return static_cast(offsetof(HMAC_t3689525210, ___hashing_6)); } inline bool get_hashing_6() const { return ___hashing_6; } inline bool* get_address_of_hashing_6() { return &___hashing_6; } inline void set_hashing_6(bool value) { ___hashing_6 = value; } inline static int32_t get_offset_of_innerPad_7() { return static_cast(offsetof(HMAC_t3689525210, ___innerPad_7)); } inline ByteU5BU5D_t4116647657* get_innerPad_7() const { return ___innerPad_7; } inline ByteU5BU5D_t4116647657** get_address_of_innerPad_7() { return &___innerPad_7; } inline void set_innerPad_7(ByteU5BU5D_t4116647657* value) { ___innerPad_7 = value; Il2CppCodeGenWriteBarrier((&___innerPad_7), value); } inline static int32_t get_offset_of_outerPad_8() { return static_cast(offsetof(HMAC_t3689525210, ___outerPad_8)); } inline ByteU5BU5D_t4116647657* get_outerPad_8() const { return ___outerPad_8; } inline ByteU5BU5D_t4116647657** get_address_of_outerPad_8() { return &___outerPad_8; } inline void set_outerPad_8(ByteU5BU5D_t4116647657* value) { ___outerPad_8 = value; Il2CppCodeGenWriteBarrier((&___outerPad_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HMAC_T3689525210_H #ifndef PADDINGMODE_T2546806710_H #define PADDINGMODE_T2546806710_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.PaddingMode struct PaddingMode_t2546806710 { public: // System.Int32 System.Security.Cryptography.PaddingMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PaddingMode_t2546806710, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PADDINGMODE_T2546806710_H #ifndef SECURITYPROTOCOLTYPE_T1513093309_H #define SECURITYPROTOCOLTYPE_T1513093309_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.SecurityProtocolType struct SecurityProtocolType_t1513093309 { public: // System.Int32 Mono.Security.Protocol.Tls.SecurityProtocolType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SecurityProtocolType_t1513093309, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SECURITYPROTOCOLTYPE_T1513093309_H #ifndef EXCHANGEALGORITHMTYPE_T1320888206_H #define EXCHANGEALGORITHMTYPE_T1320888206_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.ExchangeAlgorithmType struct ExchangeAlgorithmType_t1320888206 { public: // System.Int32 Mono.Security.Protocol.Tls.ExchangeAlgorithmType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ExchangeAlgorithmType_t1320888206, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXCHANGEALGORITHMTYPE_T1320888206_H #ifndef ALERTDESCRIPTION_T1549755611_H #define ALERTDESCRIPTION_T1549755611_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.AlertDescription struct AlertDescription_t1549755611 { public: // System.Byte Mono.Security.Protocol.Tls.AlertDescription::value__ uint8_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AlertDescription_t1549755611, ___value___1)); } inline uint8_t get_value___1() const { return ___value___1; } inline uint8_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(uint8_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ALERTDESCRIPTION_T1549755611_H #ifndef ALERTLEVEL_T2246417555_H #define ALERTLEVEL_T2246417555_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.AlertLevel struct AlertLevel_t2246417555 { public: // System.Byte Mono.Security.Protocol.Tls.AlertLevel::value__ uint8_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AlertLevel_t2246417555, ___value___1)); } inline uint8_t get_value___1() const { return ___value___1; } inline uint8_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(uint8_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ALERTLEVEL_T2246417555_H #ifndef RSAMANAGED_T1757093820_H #define RSAMANAGED_T1757093820_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Cryptography.RSAManaged struct RSAManaged_t1757093820 : public RSA_t2385438082 { public: // System.Boolean Mono.Security.Cryptography.RSAManaged::isCRTpossible bool ___isCRTpossible_2; // System.Boolean Mono.Security.Cryptography.RSAManaged::keyBlinding bool ___keyBlinding_3; // System.Boolean Mono.Security.Cryptography.RSAManaged::keypairGenerated bool ___keypairGenerated_4; // System.Boolean Mono.Security.Cryptography.RSAManaged::m_disposed bool ___m_disposed_5; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::d BigInteger_t2902905090 * ___d_6; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::p BigInteger_t2902905090 * ___p_7; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::q BigInteger_t2902905090 * ___q_8; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::dp BigInteger_t2902905090 * ___dp_9; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::dq BigInteger_t2902905090 * ___dq_10; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::qInv BigInteger_t2902905090 * ___qInv_11; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::n BigInteger_t2902905090 * ___n_12; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::e BigInteger_t2902905090 * ___e_13; // Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler Mono.Security.Cryptography.RSAManaged::KeyGenerated KeyGeneratedEventHandler_t3064139578 * ___KeyGenerated_14; public: inline static int32_t get_offset_of_isCRTpossible_2() { return static_cast(offsetof(RSAManaged_t1757093820, ___isCRTpossible_2)); } inline bool get_isCRTpossible_2() const { return ___isCRTpossible_2; } inline bool* get_address_of_isCRTpossible_2() { return &___isCRTpossible_2; } inline void set_isCRTpossible_2(bool value) { ___isCRTpossible_2 = value; } inline static int32_t get_offset_of_keyBlinding_3() { return static_cast(offsetof(RSAManaged_t1757093820, ___keyBlinding_3)); } inline bool get_keyBlinding_3() const { return ___keyBlinding_3; } inline bool* get_address_of_keyBlinding_3() { return &___keyBlinding_3; } inline void set_keyBlinding_3(bool value) { ___keyBlinding_3 = value; } inline static int32_t get_offset_of_keypairGenerated_4() { return static_cast(offsetof(RSAManaged_t1757093820, ___keypairGenerated_4)); } inline bool get_keypairGenerated_4() const { return ___keypairGenerated_4; } inline bool* get_address_of_keypairGenerated_4() { return &___keypairGenerated_4; } inline void set_keypairGenerated_4(bool value) { ___keypairGenerated_4 = value; } inline static int32_t get_offset_of_m_disposed_5() { return static_cast(offsetof(RSAManaged_t1757093820, ___m_disposed_5)); } inline bool get_m_disposed_5() const { return ___m_disposed_5; } inline bool* get_address_of_m_disposed_5() { return &___m_disposed_5; } inline void set_m_disposed_5(bool value) { ___m_disposed_5 = value; } inline static int32_t get_offset_of_d_6() { return static_cast(offsetof(RSAManaged_t1757093820, ___d_6)); } inline BigInteger_t2902905090 * get_d_6() const { return ___d_6; } inline BigInteger_t2902905090 ** get_address_of_d_6() { return &___d_6; } inline void set_d_6(BigInteger_t2902905090 * value) { ___d_6 = value; Il2CppCodeGenWriteBarrier((&___d_6), value); } inline static int32_t get_offset_of_p_7() { return static_cast(offsetof(RSAManaged_t1757093820, ___p_7)); } inline BigInteger_t2902905090 * get_p_7() const { return ___p_7; } inline BigInteger_t2902905090 ** get_address_of_p_7() { return &___p_7; } inline void set_p_7(BigInteger_t2902905090 * value) { ___p_7 = value; Il2CppCodeGenWriteBarrier((&___p_7), value); } inline static int32_t get_offset_of_q_8() { return static_cast(offsetof(RSAManaged_t1757093820, ___q_8)); } inline BigInteger_t2902905090 * get_q_8() const { return ___q_8; } inline BigInteger_t2902905090 ** get_address_of_q_8() { return &___q_8; } inline void set_q_8(BigInteger_t2902905090 * value) { ___q_8 = value; Il2CppCodeGenWriteBarrier((&___q_8), value); } inline static int32_t get_offset_of_dp_9() { return static_cast(offsetof(RSAManaged_t1757093820, ___dp_9)); } inline BigInteger_t2902905090 * get_dp_9() const { return ___dp_9; } inline BigInteger_t2902905090 ** get_address_of_dp_9() { return &___dp_9; } inline void set_dp_9(BigInteger_t2902905090 * value) { ___dp_9 = value; Il2CppCodeGenWriteBarrier((&___dp_9), value); } inline static int32_t get_offset_of_dq_10() { return static_cast(offsetof(RSAManaged_t1757093820, ___dq_10)); } inline BigInteger_t2902905090 * get_dq_10() const { return ___dq_10; } inline BigInteger_t2902905090 ** get_address_of_dq_10() { return &___dq_10; } inline void set_dq_10(BigInteger_t2902905090 * value) { ___dq_10 = value; Il2CppCodeGenWriteBarrier((&___dq_10), value); } inline static int32_t get_offset_of_qInv_11() { return static_cast(offsetof(RSAManaged_t1757093820, ___qInv_11)); } inline BigInteger_t2902905090 * get_qInv_11() const { return ___qInv_11; } inline BigInteger_t2902905090 ** get_address_of_qInv_11() { return &___qInv_11; } inline void set_qInv_11(BigInteger_t2902905090 * value) { ___qInv_11 = value; Il2CppCodeGenWriteBarrier((&___qInv_11), value); } inline static int32_t get_offset_of_n_12() { return static_cast(offsetof(RSAManaged_t1757093820, ___n_12)); } inline BigInteger_t2902905090 * get_n_12() const { return ___n_12; } inline BigInteger_t2902905090 ** get_address_of_n_12() { return &___n_12; } inline void set_n_12(BigInteger_t2902905090 * value) { ___n_12 = value; Il2CppCodeGenWriteBarrier((&___n_12), value); } inline static int32_t get_offset_of_e_13() { return static_cast(offsetof(RSAManaged_t1757093820, ___e_13)); } inline BigInteger_t2902905090 * get_e_13() const { return ___e_13; } inline BigInteger_t2902905090 ** get_address_of_e_13() { return &___e_13; } inline void set_e_13(BigInteger_t2902905090 * value) { ___e_13 = value; Il2CppCodeGenWriteBarrier((&___e_13), value); } inline static int32_t get_offset_of_KeyGenerated_14() { return static_cast(offsetof(RSAManaged_t1757093820, ___KeyGenerated_14)); } inline KeyGeneratedEventHandler_t3064139578 * get_KeyGenerated_14() const { return ___KeyGenerated_14; } inline KeyGeneratedEventHandler_t3064139578 ** get_address_of_KeyGenerated_14() { return &___KeyGenerated_14; } inline void set_KeyGenerated_14(KeyGeneratedEventHandler_t3064139578 * value) { ___KeyGenerated_14 = value; Il2CppCodeGenWriteBarrier((&___KeyGenerated_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RSAMANAGED_T1757093820_H #ifndef RSACRYPTOSERVICEPROVIDER_T2683512874_H #define RSACRYPTOSERVICEPROVIDER_T2683512874_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.RSACryptoServiceProvider struct RSACryptoServiceProvider_t2683512874 : public RSA_t2385438082 { public: // Mono.Security.Cryptography.KeyPairPersistence System.Security.Cryptography.RSACryptoServiceProvider::store KeyPairPersistence_t2094547461 * ___store_2; // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::persistKey bool ___persistKey_3; // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::persisted bool ___persisted_4; // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::privateKeyExportable bool ___privateKeyExportable_5; // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::m_disposed bool ___m_disposed_6; // Mono.Security.Cryptography.RSAManaged System.Security.Cryptography.RSACryptoServiceProvider::rsa RSAManaged_t1757093819 * ___rsa_7; public: inline static int32_t get_offset_of_store_2() { return static_cast(offsetof(RSACryptoServiceProvider_t2683512874, ___store_2)); } inline KeyPairPersistence_t2094547461 * get_store_2() const { return ___store_2; } inline KeyPairPersistence_t2094547461 ** get_address_of_store_2() { return &___store_2; } inline void set_store_2(KeyPairPersistence_t2094547461 * value) { ___store_2 = value; Il2CppCodeGenWriteBarrier((&___store_2), value); } inline static int32_t get_offset_of_persistKey_3() { return static_cast(offsetof(RSACryptoServiceProvider_t2683512874, ___persistKey_3)); } inline bool get_persistKey_3() const { return ___persistKey_3; } inline bool* get_address_of_persistKey_3() { return &___persistKey_3; } inline void set_persistKey_3(bool value) { ___persistKey_3 = value; } inline static int32_t get_offset_of_persisted_4() { return static_cast(offsetof(RSACryptoServiceProvider_t2683512874, ___persisted_4)); } inline bool get_persisted_4() const { return ___persisted_4; } inline bool* get_address_of_persisted_4() { return &___persisted_4; } inline void set_persisted_4(bool value) { ___persisted_4 = value; } inline static int32_t get_offset_of_privateKeyExportable_5() { return static_cast(offsetof(RSACryptoServiceProvider_t2683512874, ___privateKeyExportable_5)); } inline bool get_privateKeyExportable_5() const { return ___privateKeyExportable_5; } inline bool* get_address_of_privateKeyExportable_5() { return &___privateKeyExportable_5; } inline void set_privateKeyExportable_5(bool value) { ___privateKeyExportable_5 = value; } inline static int32_t get_offset_of_m_disposed_6() { return static_cast(offsetof(RSACryptoServiceProvider_t2683512874, ___m_disposed_6)); } inline bool get_m_disposed_6() const { return ___m_disposed_6; } inline bool* get_address_of_m_disposed_6() { return &___m_disposed_6; } inline void set_m_disposed_6(bool value) { ___m_disposed_6 = value; } inline static int32_t get_offset_of_rsa_7() { return static_cast(offsetof(RSACryptoServiceProvider_t2683512874, ___rsa_7)); } inline RSAManaged_t1757093819 * get_rsa_7() const { return ___rsa_7; } inline RSAManaged_t1757093819 ** get_address_of_rsa_7() { return &___rsa_7; } inline void set_rsa_7(RSAManaged_t1757093819 * value) { ___rsa_7 = value; Il2CppCodeGenWriteBarrier((&___rsa_7), value); } }; struct RSACryptoServiceProvider_t2683512874_StaticFields { public: // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::useMachineKeyStore bool ___useMachineKeyStore_8; public: inline static int32_t get_offset_of_useMachineKeyStore_8() { return static_cast(offsetof(RSACryptoServiceProvider_t2683512874_StaticFields, ___useMachineKeyStore_8)); } inline bool get_useMachineKeyStore_8() const { return ___useMachineKeyStore_8; } inline bool* get_address_of_useMachineKeyStore_8() { return &___useMachineKeyStore_8; } inline void set_useMachineKeyStore_8(bool value) { ___useMachineKeyStore_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RSACRYPTOSERVICEPROVIDER_T2683512874_H #ifndef CIPHERALGORITHMTYPE_T1174400495_H #define CIPHERALGORITHMTYPE_T1174400495_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.CipherAlgorithmType struct CipherAlgorithmType_t1174400495 { public: // System.Int32 Mono.Security.Protocol.Tls.CipherAlgorithmType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CipherAlgorithmType_t1174400495, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CIPHERALGORITHMTYPE_T1174400495_H #ifndef CSPPROVIDERFLAGS_T4094439141_H #define CSPPROVIDERFLAGS_T4094439141_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.CspProviderFlags struct CspProviderFlags_t4094439141 { public: // System.Int32 System.Security.Cryptography.CspProviderFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CspProviderFlags_t4094439141, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSPPROVIDERFLAGS_T4094439141_H #ifndef HASHALGORITHMTYPE_T2376832258_H #define HASHALGORITHMTYPE_T2376832258_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.HashAlgorithmType struct HashAlgorithmType_t2376832258 { public: // System.Int32 Mono.Security.Protocol.Tls.HashAlgorithmType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(HashAlgorithmType_t2376832258, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HASHALGORITHMTYPE_T2376832258_H #ifndef DATETIMESTYLES_T840957420_H #define DATETIMESTYLES_T840957420_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.DateTimeStyles struct DateTimeStyles_t840957420 { public: // System.Int32 System.Globalization.DateTimeStyles::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DateTimeStyles_t840957420, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIMESTYLES_T840957420_H #ifndef CONFIDENCEFACTOR_T2516000286_H #define CONFIDENCEFACTOR_T2516000286_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Math.Prime.ConfidenceFactor struct ConfidenceFactor_t2516000286 { public: // System.Int32 Mono.Math.Prime.ConfidenceFactor::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ConfidenceFactor_t2516000286, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONFIDENCEFACTOR_T2516000286_H #ifndef ARITHMETICEXCEPTION_T4283546778_H #define ARITHMETICEXCEPTION_T4283546778_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArithmeticException struct ArithmeticException_t4283546778 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARITHMETICEXCEPTION_T4283546778_H #ifndef COMPAREOPTIONS_T4130014775_H #define COMPAREOPTIONS_T4130014775_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.CompareOptions struct CompareOptions_t4130014775 { public: // System.Int32 System.Globalization.CompareOptions::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CompareOptions_t4130014775, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPAREOPTIONS_T4130014775_H #ifndef HANDSHAKETYPE_T3062346172_H #define HANDSHAKETYPE_T3062346172_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.Handshake.HandshakeType struct HandshakeType_t3062346172 { public: // System.Byte Mono.Security.Protocol.Tls.Handshake.HandshakeType::value__ uint8_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(HandshakeType_t3062346172, ___value___1)); } inline uint8_t get_value___1() const { return ___value___1; } inline uint8_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(uint8_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HANDSHAKETYPE_T3062346172_H #ifndef ARGUMENTEXCEPTION_T132251570_H #define ARGUMENTEXCEPTION_T132251570_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentException struct ArgumentException_t132251570 : public SystemException_t176217640 { public: // System.String System.ArgumentException::param_name String_t* ___param_name_12; public: inline static int32_t get_offset_of_param_name_12() { return static_cast(offsetof(ArgumentException_t132251570, ___param_name_12)); } inline String_t* get_param_name_12() const { return ___param_name_12; } inline String_t** get_address_of_param_name_12() { return &___param_name_12; } inline void set_param_name_12(String_t* value) { ___param_name_12 = value; Il2CppCodeGenWriteBarrier((&___param_name_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTEXCEPTION_T132251570_H #ifndef INDEXOUTOFRANGEEXCEPTION_T1578797820_H #define INDEXOUTOFRANGEEXCEPTION_T1578797820_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IndexOutOfRangeException struct IndexOutOfRangeException_t1578797820 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INDEXOUTOFRANGEEXCEPTION_T1578797820_H #ifndef RUNTIMEFIELDHANDLE_T1871169219_H #define RUNTIMEFIELDHANDLE_T1871169219_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeFieldHandle struct RuntimeFieldHandle_t1871169219 { 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_t1871169219, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEFIELDHANDLE_T1871169219_H #ifndef SIGN_T3338384039_H #define SIGN_T3338384039_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Math.BigInteger/Sign struct Sign_t3338384039 { public: // System.Int32 Mono.Math.BigInteger/Sign::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Sign_t3338384039, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SIGN_T3338384039_H #ifndef U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255362_H #define U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255362_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // struct U3CPrivateImplementationDetailsU3E_t3057255362 : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_t3057255362_StaticFields { public: // /$ArrayType$3132 ::$$field-0 U24ArrayTypeU243132_t2732071529 ___U24U24fieldU2D0_0; // /$ArrayType$256 ::$$field-5 U24ArrayTypeU24256_t1929481983 ___U24U24fieldU2D5_1; // /$ArrayType$20 ::$$field-6 U24ArrayTypeU2420_t1704471046 ___U24U24fieldU2D6_2; // /$ArrayType$32 ::$$field-7 U24ArrayTypeU2432_t3652892011 ___U24U24fieldU2D7_3; // /$ArrayType$48 ::$$field-8 U24ArrayTypeU2448_t1337922364 ___U24U24fieldU2D8_4; // /$ArrayType$64 ::$$field-9 U24ArrayTypeU2464_t499776626 ___U24U24fieldU2D9_5; // /$ArrayType$64 ::$$field-11 U24ArrayTypeU2464_t499776626 ___U24U24fieldU2D11_6; // /$ArrayType$64 ::$$field-12 U24ArrayTypeU2464_t499776626 ___U24U24fieldU2D12_7; // /$ArrayType$64 ::$$field-13 U24ArrayTypeU2464_t499776626 ___U24U24fieldU2D13_8; // /$ArrayType$12 ::$$field-14 U24ArrayTypeU2412_t2490092597 ___U24U24fieldU2D14_9; // /$ArrayType$12 ::$$field-15 U24ArrayTypeU2412_t2490092597 ___U24U24fieldU2D15_10; // /$ArrayType$12 ::$$field-16 U24ArrayTypeU2412_t2490092597 ___U24U24fieldU2D16_11; // /$ArrayType$16 ::$$field-17 U24ArrayTypeU2416_t3254766645 ___U24U24fieldU2D17_12; // /$ArrayType$4 ::$$field-21 U24ArrayTypeU244_t1630999355 ___U24U24fieldU2D21_13; // /$ArrayType$4 ::$$field-22 U24ArrayTypeU244_t1630999355 ___U24U24fieldU2D22_14; public: inline static int32_t get_offset_of_U24U24fieldU2D0_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255362_StaticFields, ___U24U24fieldU2D0_0)); } inline U24ArrayTypeU243132_t2732071529 get_U24U24fieldU2D0_0() const { return ___U24U24fieldU2D0_0; } inline U24ArrayTypeU243132_t2732071529 * get_address_of_U24U24fieldU2D0_0() { return &___U24U24fieldU2D0_0; } inline void set_U24U24fieldU2D0_0(U24ArrayTypeU243132_t2732071529 value) { ___U24U24fieldU2D0_0 = value; } inline static int32_t get_offset_of_U24U24fieldU2D5_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255362_StaticFields, ___U24U24fieldU2D5_1)); } inline U24ArrayTypeU24256_t1929481983 get_U24U24fieldU2D5_1() const { return ___U24U24fieldU2D5_1; } inline U24ArrayTypeU24256_t1929481983 * get_address_of_U24U24fieldU2D5_1() { return &___U24U24fieldU2D5_1; } inline void set_U24U24fieldU2D5_1(U24ArrayTypeU24256_t1929481983 value) { ___U24U24fieldU2D5_1 = value; } inline static int32_t get_offset_of_U24U24fieldU2D6_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255362_StaticFields, ___U24U24fieldU2D6_2)); } inline U24ArrayTypeU2420_t1704471046 get_U24U24fieldU2D6_2() const { return ___U24U24fieldU2D6_2; } inline U24ArrayTypeU2420_t1704471046 * get_address_of_U24U24fieldU2D6_2() { return &___U24U24fieldU2D6_2; } inline void set_U24U24fieldU2D6_2(U24ArrayTypeU2420_t1704471046 value) { ___U24U24fieldU2D6_2 = value; } inline static int32_t get_offset_of_U24U24fieldU2D7_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255362_StaticFields, ___U24U24fieldU2D7_3)); } inline U24ArrayTypeU2432_t3652892011 get_U24U24fieldU2D7_3() const { return ___U24U24fieldU2D7_3; } inline U24ArrayTypeU2432_t3652892011 * get_address_of_U24U24fieldU2D7_3() { return &___U24U24fieldU2D7_3; } inline void set_U24U24fieldU2D7_3(U24ArrayTypeU2432_t3652892011 value) { ___U24U24fieldU2D7_3 = value; } inline static int32_t get_offset_of_U24U24fieldU2D8_4() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255362_StaticFields, ___U24U24fieldU2D8_4)); } inline U24ArrayTypeU2448_t1337922364 get_U24U24fieldU2D8_4() const { return ___U24U24fieldU2D8_4; } inline U24ArrayTypeU2448_t1337922364 * get_address_of_U24U24fieldU2D8_4() { return &___U24U24fieldU2D8_4; } inline void set_U24U24fieldU2D8_4(U24ArrayTypeU2448_t1337922364 value) { ___U24U24fieldU2D8_4 = value; } inline static int32_t get_offset_of_U24U24fieldU2D9_5() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255362_StaticFields, ___U24U24fieldU2D9_5)); } inline U24ArrayTypeU2464_t499776626 get_U24U24fieldU2D9_5() const { return ___U24U24fieldU2D9_5; } inline U24ArrayTypeU2464_t499776626 * get_address_of_U24U24fieldU2D9_5() { return &___U24U24fieldU2D9_5; } inline void set_U24U24fieldU2D9_5(U24ArrayTypeU2464_t499776626 value) { ___U24U24fieldU2D9_5 = value; } inline static int32_t get_offset_of_U24U24fieldU2D11_6() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255362_StaticFields, ___U24U24fieldU2D11_6)); } inline U24ArrayTypeU2464_t499776626 get_U24U24fieldU2D11_6() const { return ___U24U24fieldU2D11_6; } inline U24ArrayTypeU2464_t499776626 * get_address_of_U24U24fieldU2D11_6() { return &___U24U24fieldU2D11_6; } inline void set_U24U24fieldU2D11_6(U24ArrayTypeU2464_t499776626 value) { ___U24U24fieldU2D11_6 = value; } inline static int32_t get_offset_of_U24U24fieldU2D12_7() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255362_StaticFields, ___U24U24fieldU2D12_7)); } inline U24ArrayTypeU2464_t499776626 get_U24U24fieldU2D12_7() const { return ___U24U24fieldU2D12_7; } inline U24ArrayTypeU2464_t499776626 * get_address_of_U24U24fieldU2D12_7() { return &___U24U24fieldU2D12_7; } inline void set_U24U24fieldU2D12_7(U24ArrayTypeU2464_t499776626 value) { ___U24U24fieldU2D12_7 = value; } inline static int32_t get_offset_of_U24U24fieldU2D13_8() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255362_StaticFields, ___U24U24fieldU2D13_8)); } inline U24ArrayTypeU2464_t499776626 get_U24U24fieldU2D13_8() const { return ___U24U24fieldU2D13_8; } inline U24ArrayTypeU2464_t499776626 * get_address_of_U24U24fieldU2D13_8() { return &___U24U24fieldU2D13_8; } inline void set_U24U24fieldU2D13_8(U24ArrayTypeU2464_t499776626 value) { ___U24U24fieldU2D13_8 = value; } inline static int32_t get_offset_of_U24U24fieldU2D14_9() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255362_StaticFields, ___U24U24fieldU2D14_9)); } inline U24ArrayTypeU2412_t2490092597 get_U24U24fieldU2D14_9() const { return ___U24U24fieldU2D14_9; } inline U24ArrayTypeU2412_t2490092597 * get_address_of_U24U24fieldU2D14_9() { return &___U24U24fieldU2D14_9; } inline void set_U24U24fieldU2D14_9(U24ArrayTypeU2412_t2490092597 value) { ___U24U24fieldU2D14_9 = value; } inline static int32_t get_offset_of_U24U24fieldU2D15_10() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255362_StaticFields, ___U24U24fieldU2D15_10)); } inline U24ArrayTypeU2412_t2490092597 get_U24U24fieldU2D15_10() const { return ___U24U24fieldU2D15_10; } inline U24ArrayTypeU2412_t2490092597 * get_address_of_U24U24fieldU2D15_10() { return &___U24U24fieldU2D15_10; } inline void set_U24U24fieldU2D15_10(U24ArrayTypeU2412_t2490092597 value) { ___U24U24fieldU2D15_10 = value; } inline static int32_t get_offset_of_U24U24fieldU2D16_11() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255362_StaticFields, ___U24U24fieldU2D16_11)); } inline U24ArrayTypeU2412_t2490092597 get_U24U24fieldU2D16_11() const { return ___U24U24fieldU2D16_11; } inline U24ArrayTypeU2412_t2490092597 * get_address_of_U24U24fieldU2D16_11() { return &___U24U24fieldU2D16_11; } inline void set_U24U24fieldU2D16_11(U24ArrayTypeU2412_t2490092597 value) { ___U24U24fieldU2D16_11 = value; } inline static int32_t get_offset_of_U24U24fieldU2D17_12() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255362_StaticFields, ___U24U24fieldU2D17_12)); } inline U24ArrayTypeU2416_t3254766645 get_U24U24fieldU2D17_12() const { return ___U24U24fieldU2D17_12; } inline U24ArrayTypeU2416_t3254766645 * get_address_of_U24U24fieldU2D17_12() { return &___U24U24fieldU2D17_12; } inline void set_U24U24fieldU2D17_12(U24ArrayTypeU2416_t3254766645 value) { ___U24U24fieldU2D17_12 = value; } inline static int32_t get_offset_of_U24U24fieldU2D21_13() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255362_StaticFields, ___U24U24fieldU2D21_13)); } inline U24ArrayTypeU244_t1630999355 get_U24U24fieldU2D21_13() const { return ___U24U24fieldU2D21_13; } inline U24ArrayTypeU244_t1630999355 * get_address_of_U24U24fieldU2D21_13() { return &___U24U24fieldU2D21_13; } inline void set_U24U24fieldU2D21_13(U24ArrayTypeU244_t1630999355 value) { ___U24U24fieldU2D21_13 = value; } inline static int32_t get_offset_of_U24U24fieldU2D22_14() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255362_StaticFields, ___U24U24fieldU2D22_14)); } inline U24ArrayTypeU244_t1630999355 get_U24U24fieldU2D22_14() const { return ___U24U24fieldU2D22_14; } inline U24ArrayTypeU244_t1630999355 * get_address_of_U24U24fieldU2D22_14() { return &___U24U24fieldU2D22_14; } inline void set_U24U24fieldU2D22_14(U24ArrayTypeU244_t1630999355 value) { ___U24U24fieldU2D22_14 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255362_H #ifndef FORMATEXCEPTION_T154580423_H #define FORMATEXCEPTION_T154580423_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.FormatException struct FormatException_t154580423 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FORMATEXCEPTION_T154580423_H #ifndef NOTSUPPORTEDEXCEPTION_T1314879016_H #define NOTSUPPORTEDEXCEPTION_T1314879016_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.NotSupportedException struct NotSupportedException_t1314879016 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NOTSUPPORTEDEXCEPTION_T1314879016_H #ifndef SYMMETRICALGORITHM_T4254223087_H #define SYMMETRICALGORITHM_T4254223087_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.SymmetricAlgorithm struct SymmetricAlgorithm_t4254223087 : public RuntimeObject { public: // System.Int32 System.Security.Cryptography.SymmetricAlgorithm::BlockSizeValue int32_t ___BlockSizeValue_0; // System.Byte[] System.Security.Cryptography.SymmetricAlgorithm::IVValue ByteU5BU5D_t4116647657* ___IVValue_1; // System.Int32 System.Security.Cryptography.SymmetricAlgorithm::KeySizeValue int32_t ___KeySizeValue_2; // System.Byte[] System.Security.Cryptography.SymmetricAlgorithm::KeyValue ByteU5BU5D_t4116647657* ___KeyValue_3; // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.SymmetricAlgorithm::LegalBlockSizesValue KeySizesU5BU5D_t722666473* ___LegalBlockSizesValue_4; // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.SymmetricAlgorithm::LegalKeySizesValue KeySizesU5BU5D_t722666473* ___LegalKeySizesValue_5; // System.Int32 System.Security.Cryptography.SymmetricAlgorithm::FeedbackSizeValue int32_t ___FeedbackSizeValue_6; // System.Security.Cryptography.CipherMode System.Security.Cryptography.SymmetricAlgorithm::ModeValue int32_t ___ModeValue_7; // System.Security.Cryptography.PaddingMode System.Security.Cryptography.SymmetricAlgorithm::PaddingValue int32_t ___PaddingValue_8; // System.Boolean System.Security.Cryptography.SymmetricAlgorithm::m_disposed bool ___m_disposed_9; public: inline static int32_t get_offset_of_BlockSizeValue_0() { return static_cast(offsetof(SymmetricAlgorithm_t4254223087, ___BlockSizeValue_0)); } inline int32_t get_BlockSizeValue_0() const { return ___BlockSizeValue_0; } inline int32_t* get_address_of_BlockSizeValue_0() { return &___BlockSizeValue_0; } inline void set_BlockSizeValue_0(int32_t value) { ___BlockSizeValue_0 = value; } inline static int32_t get_offset_of_IVValue_1() { return static_cast(offsetof(SymmetricAlgorithm_t4254223087, ___IVValue_1)); } inline ByteU5BU5D_t4116647657* get_IVValue_1() const { return ___IVValue_1; } inline ByteU5BU5D_t4116647657** get_address_of_IVValue_1() { return &___IVValue_1; } inline void set_IVValue_1(ByteU5BU5D_t4116647657* value) { ___IVValue_1 = value; Il2CppCodeGenWriteBarrier((&___IVValue_1), value); } inline static int32_t get_offset_of_KeySizeValue_2() { return static_cast(offsetof(SymmetricAlgorithm_t4254223087, ___KeySizeValue_2)); } inline int32_t get_KeySizeValue_2() const { return ___KeySizeValue_2; } inline int32_t* get_address_of_KeySizeValue_2() { return &___KeySizeValue_2; } inline void set_KeySizeValue_2(int32_t value) { ___KeySizeValue_2 = value; } inline static int32_t get_offset_of_KeyValue_3() { return static_cast(offsetof(SymmetricAlgorithm_t4254223087, ___KeyValue_3)); } inline ByteU5BU5D_t4116647657* get_KeyValue_3() const { return ___KeyValue_3; } inline ByteU5BU5D_t4116647657** get_address_of_KeyValue_3() { return &___KeyValue_3; } inline void set_KeyValue_3(ByteU5BU5D_t4116647657* value) { ___KeyValue_3 = value; Il2CppCodeGenWriteBarrier((&___KeyValue_3), value); } inline static int32_t get_offset_of_LegalBlockSizesValue_4() { return static_cast(offsetof(SymmetricAlgorithm_t4254223087, ___LegalBlockSizesValue_4)); } inline KeySizesU5BU5D_t722666473* get_LegalBlockSizesValue_4() const { return ___LegalBlockSizesValue_4; } inline KeySizesU5BU5D_t722666473** get_address_of_LegalBlockSizesValue_4() { return &___LegalBlockSizesValue_4; } inline void set_LegalBlockSizesValue_4(KeySizesU5BU5D_t722666473* value) { ___LegalBlockSizesValue_4 = value; Il2CppCodeGenWriteBarrier((&___LegalBlockSizesValue_4), value); } inline static int32_t get_offset_of_LegalKeySizesValue_5() { return static_cast(offsetof(SymmetricAlgorithm_t4254223087, ___LegalKeySizesValue_5)); } inline KeySizesU5BU5D_t722666473* get_LegalKeySizesValue_5() const { return ___LegalKeySizesValue_5; } inline KeySizesU5BU5D_t722666473** get_address_of_LegalKeySizesValue_5() { return &___LegalKeySizesValue_5; } inline void set_LegalKeySizesValue_5(KeySizesU5BU5D_t722666473* value) { ___LegalKeySizesValue_5 = value; Il2CppCodeGenWriteBarrier((&___LegalKeySizesValue_5), value); } inline static int32_t get_offset_of_FeedbackSizeValue_6() { return static_cast(offsetof(SymmetricAlgorithm_t4254223087, ___FeedbackSizeValue_6)); } inline int32_t get_FeedbackSizeValue_6() const { return ___FeedbackSizeValue_6; } inline int32_t* get_address_of_FeedbackSizeValue_6() { return &___FeedbackSizeValue_6; } inline void set_FeedbackSizeValue_6(int32_t value) { ___FeedbackSizeValue_6 = value; } inline static int32_t get_offset_of_ModeValue_7() { return static_cast(offsetof(SymmetricAlgorithm_t4254223087, ___ModeValue_7)); } inline int32_t get_ModeValue_7() const { return ___ModeValue_7; } inline int32_t* get_address_of_ModeValue_7() { return &___ModeValue_7; } inline void set_ModeValue_7(int32_t value) { ___ModeValue_7 = value; } inline static int32_t get_offset_of_PaddingValue_8() { return static_cast(offsetof(SymmetricAlgorithm_t4254223087, ___PaddingValue_8)); } inline int32_t get_PaddingValue_8() const { return ___PaddingValue_8; } inline int32_t* get_address_of_PaddingValue_8() { return &___PaddingValue_8; } inline void set_PaddingValue_8(int32_t value) { ___PaddingValue_8 = value; } inline static int32_t get_offset_of_m_disposed_9() { return static_cast(offsetof(SymmetricAlgorithm_t4254223087, ___m_disposed_9)); } inline bool get_m_disposed_9() const { return ___m_disposed_9; } inline bool* get_address_of_m_disposed_9() { return &___m_disposed_9; } inline void set_m_disposed_9(bool value) { ___m_disposed_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SYMMETRICALGORITHM_T4254223087_H #ifndef EVENTWAITHANDLE_T777845177_H #define EVENTWAITHANDLE_T777845177_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.EventWaitHandle struct EventWaitHandle_t777845177 : public WaitHandle_t1743403487 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENTWAITHANDLE_T777845177_H #ifndef DATETIME_T3738529785_H #define DATETIME_T3738529785_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DateTime struct DateTime_t3738529785 { public: // System.TimeSpan System.DateTime::ticks TimeSpan_t881159249 ___ticks_10; // System.DateTimeKind System.DateTime::kind int32_t ___kind_11; public: inline static int32_t get_offset_of_ticks_10() { return static_cast(offsetof(DateTime_t3738529785, ___ticks_10)); } inline TimeSpan_t881159249 get_ticks_10() const { return ___ticks_10; } inline TimeSpan_t881159249 * get_address_of_ticks_10() { return &___ticks_10; } inline void set_ticks_10(TimeSpan_t881159249 value) { ___ticks_10 = value; } inline static int32_t get_offset_of_kind_11() { return static_cast(offsetof(DateTime_t3738529785, ___kind_11)); } inline int32_t get_kind_11() const { return ___kind_11; } inline int32_t* get_address_of_kind_11() { return &___kind_11; } inline void set_kind_11(int32_t value) { ___kind_11 = value; } }; struct DateTime_t3738529785_StaticFields { public: // System.DateTime System.DateTime::MaxValue DateTime_t3738529785 ___MaxValue_12; // System.DateTime System.DateTime::MinValue DateTime_t3738529785 ___MinValue_13; // System.String[] System.DateTime::ParseTimeFormats StringU5BU5D_t1281789340* ___ParseTimeFormats_14; // System.String[] System.DateTime::ParseYearDayMonthFormats StringU5BU5D_t1281789340* ___ParseYearDayMonthFormats_15; // System.String[] System.DateTime::ParseYearMonthDayFormats StringU5BU5D_t1281789340* ___ParseYearMonthDayFormats_16; // System.String[] System.DateTime::ParseDayMonthYearFormats StringU5BU5D_t1281789340* ___ParseDayMonthYearFormats_17; // System.String[] System.DateTime::ParseMonthDayYearFormats StringU5BU5D_t1281789340* ___ParseMonthDayYearFormats_18; // System.String[] System.DateTime::MonthDayShortFormats StringU5BU5D_t1281789340* ___MonthDayShortFormats_19; // System.String[] System.DateTime::DayMonthShortFormats StringU5BU5D_t1281789340* ___DayMonthShortFormats_20; // System.Int32[] System.DateTime::daysmonth Int32U5BU5D_t385246372* ___daysmonth_21; // System.Int32[] System.DateTime::daysmonthleap Int32U5BU5D_t385246372* ___daysmonthleap_22; // System.Object System.DateTime::to_local_time_span_object RuntimeObject * ___to_local_time_span_object_23; // System.Int64 System.DateTime::last_now int64_t ___last_now_24; public: inline static int32_t get_offset_of_MaxValue_12() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MaxValue_12)); } inline DateTime_t3738529785 get_MaxValue_12() const { return ___MaxValue_12; } inline DateTime_t3738529785 * get_address_of_MaxValue_12() { return &___MaxValue_12; } inline void set_MaxValue_12(DateTime_t3738529785 value) { ___MaxValue_12 = value; } inline static int32_t get_offset_of_MinValue_13() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MinValue_13)); } inline DateTime_t3738529785 get_MinValue_13() const { return ___MinValue_13; } inline DateTime_t3738529785 * get_address_of_MinValue_13() { return &___MinValue_13; } inline void set_MinValue_13(DateTime_t3738529785 value) { ___MinValue_13 = value; } inline static int32_t get_offset_of_ParseTimeFormats_14() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseTimeFormats_14)); } inline StringU5BU5D_t1281789340* get_ParseTimeFormats_14() const { return ___ParseTimeFormats_14; } inline StringU5BU5D_t1281789340** get_address_of_ParseTimeFormats_14() { return &___ParseTimeFormats_14; } inline void set_ParseTimeFormats_14(StringU5BU5D_t1281789340* value) { ___ParseTimeFormats_14 = value; Il2CppCodeGenWriteBarrier((&___ParseTimeFormats_14), value); } inline static int32_t get_offset_of_ParseYearDayMonthFormats_15() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseYearDayMonthFormats_15)); } inline StringU5BU5D_t1281789340* get_ParseYearDayMonthFormats_15() const { return ___ParseYearDayMonthFormats_15; } inline StringU5BU5D_t1281789340** get_address_of_ParseYearDayMonthFormats_15() { return &___ParseYearDayMonthFormats_15; } inline void set_ParseYearDayMonthFormats_15(StringU5BU5D_t1281789340* value) { ___ParseYearDayMonthFormats_15 = value; Il2CppCodeGenWriteBarrier((&___ParseYearDayMonthFormats_15), value); } inline static int32_t get_offset_of_ParseYearMonthDayFormats_16() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseYearMonthDayFormats_16)); } inline StringU5BU5D_t1281789340* get_ParseYearMonthDayFormats_16() const { return ___ParseYearMonthDayFormats_16; } inline StringU5BU5D_t1281789340** get_address_of_ParseYearMonthDayFormats_16() { return &___ParseYearMonthDayFormats_16; } inline void set_ParseYearMonthDayFormats_16(StringU5BU5D_t1281789340* value) { ___ParseYearMonthDayFormats_16 = value; Il2CppCodeGenWriteBarrier((&___ParseYearMonthDayFormats_16), value); } inline static int32_t get_offset_of_ParseDayMonthYearFormats_17() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseDayMonthYearFormats_17)); } inline StringU5BU5D_t1281789340* get_ParseDayMonthYearFormats_17() const { return ___ParseDayMonthYearFormats_17; } inline StringU5BU5D_t1281789340** get_address_of_ParseDayMonthYearFormats_17() { return &___ParseDayMonthYearFormats_17; } inline void set_ParseDayMonthYearFormats_17(StringU5BU5D_t1281789340* value) { ___ParseDayMonthYearFormats_17 = value; Il2CppCodeGenWriteBarrier((&___ParseDayMonthYearFormats_17), value); } inline static int32_t get_offset_of_ParseMonthDayYearFormats_18() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseMonthDayYearFormats_18)); } inline StringU5BU5D_t1281789340* get_ParseMonthDayYearFormats_18() const { return ___ParseMonthDayYearFormats_18; } inline StringU5BU5D_t1281789340** get_address_of_ParseMonthDayYearFormats_18() { return &___ParseMonthDayYearFormats_18; } inline void set_ParseMonthDayYearFormats_18(StringU5BU5D_t1281789340* value) { ___ParseMonthDayYearFormats_18 = value; Il2CppCodeGenWriteBarrier((&___ParseMonthDayYearFormats_18), value); } inline static int32_t get_offset_of_MonthDayShortFormats_19() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MonthDayShortFormats_19)); } inline StringU5BU5D_t1281789340* get_MonthDayShortFormats_19() const { return ___MonthDayShortFormats_19; } inline StringU5BU5D_t1281789340** get_address_of_MonthDayShortFormats_19() { return &___MonthDayShortFormats_19; } inline void set_MonthDayShortFormats_19(StringU5BU5D_t1281789340* value) { ___MonthDayShortFormats_19 = value; Il2CppCodeGenWriteBarrier((&___MonthDayShortFormats_19), value); } inline static int32_t get_offset_of_DayMonthShortFormats_20() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___DayMonthShortFormats_20)); } inline StringU5BU5D_t1281789340* get_DayMonthShortFormats_20() const { return ___DayMonthShortFormats_20; } inline StringU5BU5D_t1281789340** get_address_of_DayMonthShortFormats_20() { return &___DayMonthShortFormats_20; } inline void set_DayMonthShortFormats_20(StringU5BU5D_t1281789340* value) { ___DayMonthShortFormats_20 = value; Il2CppCodeGenWriteBarrier((&___DayMonthShortFormats_20), value); } inline static int32_t get_offset_of_daysmonth_21() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___daysmonth_21)); } inline Int32U5BU5D_t385246372* get_daysmonth_21() const { return ___daysmonth_21; } inline Int32U5BU5D_t385246372** get_address_of_daysmonth_21() { return &___daysmonth_21; } inline void set_daysmonth_21(Int32U5BU5D_t385246372* value) { ___daysmonth_21 = value; Il2CppCodeGenWriteBarrier((&___daysmonth_21), value); } inline static int32_t get_offset_of_daysmonthleap_22() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___daysmonthleap_22)); } inline Int32U5BU5D_t385246372* get_daysmonthleap_22() const { return ___daysmonthleap_22; } inline Int32U5BU5D_t385246372** get_address_of_daysmonthleap_22() { return &___daysmonthleap_22; } inline void set_daysmonthleap_22(Int32U5BU5D_t385246372* value) { ___daysmonthleap_22 = value; Il2CppCodeGenWriteBarrier((&___daysmonthleap_22), value); } inline static int32_t get_offset_of_to_local_time_span_object_23() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___to_local_time_span_object_23)); } inline RuntimeObject * get_to_local_time_span_object_23() const { return ___to_local_time_span_object_23; } inline RuntimeObject ** get_address_of_to_local_time_span_object_23() { return &___to_local_time_span_object_23; } inline void set_to_local_time_span_object_23(RuntimeObject * value) { ___to_local_time_span_object_23 = value; Il2CppCodeGenWriteBarrier((&___to_local_time_span_object_23), value); } inline static int32_t get_offset_of_last_now_24() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___last_now_24)); } inline int64_t get_last_now_24() const { return ___last_now_24; } inline int64_t* get_address_of_last_now_24() { return &___last_now_24; } inline void set_last_now_24(int64_t value) { ___last_now_24 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIME_T3738529785_H #ifndef CRYPTOGRAPHICUNEXPECTEDOPERATIONEXCEPTION_T2790575154_H #define CRYPTOGRAPHICUNEXPECTEDOPERATIONEXCEPTION_T2790575154_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.CryptographicUnexpectedOperationException struct CryptographicUnexpectedOperationException_t2790575154 : public CryptographicException_t248831461 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRYPTOGRAPHICUNEXPECTEDOPERATIONEXCEPTION_T2790575154_H #ifndef HANDSHAKEMESSAGE_T3696583168_H #define HANDSHAKEMESSAGE_T3696583168_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.Handshake.HandshakeMessage struct HandshakeMessage_t3696583168 : public TlsStream_t2365453965 { public: // Mono.Security.Protocol.Tls.Context Mono.Security.Protocol.Tls.Handshake.HandshakeMessage::context Context_t3971234707 * ___context_5; // Mono.Security.Protocol.Tls.Handshake.HandshakeType Mono.Security.Protocol.Tls.Handshake.HandshakeMessage::handshakeType uint8_t ___handshakeType_6; // Mono.Security.Protocol.Tls.ContentType Mono.Security.Protocol.Tls.Handshake.HandshakeMessage::contentType uint8_t ___contentType_7; // System.Byte[] Mono.Security.Protocol.Tls.Handshake.HandshakeMessage::cache ByteU5BU5D_t4116647657* ___cache_8; public: inline static int32_t get_offset_of_context_5() { return static_cast(offsetof(HandshakeMessage_t3696583168, ___context_5)); } inline Context_t3971234707 * get_context_5() const { return ___context_5; } inline Context_t3971234707 ** get_address_of_context_5() { return &___context_5; } inline void set_context_5(Context_t3971234707 * value) { ___context_5 = value; Il2CppCodeGenWriteBarrier((&___context_5), value); } inline static int32_t get_offset_of_handshakeType_6() { return static_cast(offsetof(HandshakeMessage_t3696583168, ___handshakeType_6)); } inline uint8_t get_handshakeType_6() const { return ___handshakeType_6; } inline uint8_t* get_address_of_handshakeType_6() { return &___handshakeType_6; } inline void set_handshakeType_6(uint8_t value) { ___handshakeType_6 = value; } inline static int32_t get_offset_of_contentType_7() { return static_cast(offsetof(HandshakeMessage_t3696583168, ___contentType_7)); } inline uint8_t get_contentType_7() const { return ___contentType_7; } inline uint8_t* get_address_of_contentType_7() { return &___contentType_7; } inline void set_contentType_7(uint8_t value) { ___contentType_7 = value; } inline static int32_t get_offset_of_cache_8() { return static_cast(offsetof(HandshakeMessage_t3696583168, ___cache_8)); } inline ByteU5BU5D_t4116647657* get_cache_8() const { return ___cache_8; } inline ByteU5BU5D_t4116647657** get_address_of_cache_8() { return &___cache_8; } inline void set_cache_8(ByteU5BU5D_t4116647657* value) { ___cache_8 = value; Il2CppCodeGenWriteBarrier((&___cache_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HANDSHAKEMESSAGE_T3696583168_H #ifndef OBJECTDISPOSEDEXCEPTION_T21392786_H #define OBJECTDISPOSEDEXCEPTION_T21392786_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ObjectDisposedException struct ObjectDisposedException_t21392786 : public InvalidOperationException_t56020091 { public: // System.String System.ObjectDisposedException::obj_name String_t* ___obj_name_12; // System.String System.ObjectDisposedException::msg String_t* ___msg_13; public: inline static int32_t get_offset_of_obj_name_12() { return static_cast(offsetof(ObjectDisposedException_t21392786, ___obj_name_12)); } inline String_t* get_obj_name_12() const { return ___obj_name_12; } inline String_t** get_address_of_obj_name_12() { return &___obj_name_12; } inline void set_obj_name_12(String_t* value) { ___obj_name_12 = value; Il2CppCodeGenWriteBarrier((&___obj_name_12), value); } inline static int32_t get_offset_of_msg_13() { return static_cast(offsetof(ObjectDisposedException_t21392786, ___msg_13)); } inline String_t* get_msg_13() const { return ___msg_13; } inline String_t** get_address_of_msg_13() { return &___msg_13; } inline void set_msg_13(String_t* value) { ___msg_13 = value; Il2CppCodeGenWriteBarrier((&___msg_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OBJECTDISPOSEDEXCEPTION_T21392786_H #ifndef MULTICASTDELEGATE_T_H #define MULTICASTDELEGATE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t1188392813 { public: // System.MulticastDelegate System.MulticastDelegate::prev MulticastDelegate_t * ___prev_9; // System.MulticastDelegate System.MulticastDelegate::kpm_next MulticastDelegate_t * ___kpm_next_10; public: inline static int32_t get_offset_of_prev_9() { return static_cast(offsetof(MulticastDelegate_t, ___prev_9)); } inline MulticastDelegate_t * get_prev_9() const { return ___prev_9; } inline MulticastDelegate_t ** get_address_of_prev_9() { return &___prev_9; } inline void set_prev_9(MulticastDelegate_t * value) { ___prev_9 = value; Il2CppCodeGenWriteBarrier((&___prev_9), value); } inline static int32_t get_offset_of_kpm_next_10() { return static_cast(offsetof(MulticastDelegate_t, ___kpm_next_10)); } inline MulticastDelegate_t * get_kpm_next_10() const { return ___kpm_next_10; } inline MulticastDelegate_t ** get_address_of_kpm_next_10() { return &___kpm_next_10; } inline void set_kpm_next_10(MulticastDelegate_t * value) { ___kpm_next_10 = value; Il2CppCodeGenWriteBarrier((&___kpm_next_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MULTICASTDELEGATE_T_H #ifndef X509CHAIN_T194917408_H #define X509CHAIN_T194917408_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509Chain struct X509Chain_t194917408 : public RuntimeObject { public: // System.Security.Cryptography.X509Certificates.StoreLocation System.Security.Cryptography.X509Certificates.X509Chain::location int32_t ___location_0; // System.Security.Cryptography.X509Certificates.X509ChainElementCollection System.Security.Cryptography.X509Certificates.X509Chain::elements X509ChainElementCollection_t3110968994 * ___elements_1; // System.Security.Cryptography.X509Certificates.X509ChainPolicy System.Security.Cryptography.X509Certificates.X509Chain::policy X509ChainPolicy_t2426922870 * ___policy_2; // System.Security.Cryptography.X509Certificates.X509ChainStatus[] System.Security.Cryptography.X509Certificates.X509Chain::status X509ChainStatusU5BU5D_t2685945535* ___status_3; // System.Int32 System.Security.Cryptography.X509Certificates.X509Chain::max_path_length int32_t ___max_path_length_5; // System.Security.Cryptography.X509Certificates.X500DistinguishedName System.Security.Cryptography.X509Certificates.X509Chain::working_issuer_name X500DistinguishedName_t875709727 * ___working_issuer_name_6; // System.Security.Cryptography.AsymmetricAlgorithm System.Security.Cryptography.X509Certificates.X509Chain::working_public_key AsymmetricAlgorithm_t932037087 * ___working_public_key_7; // System.Security.Cryptography.X509Certificates.X509ChainElement System.Security.Cryptography.X509Certificates.X509Chain::bce_restriction X509ChainElement_t1464056338 * ___bce_restriction_8; // System.Security.Cryptography.X509Certificates.X509Store System.Security.Cryptography.X509Certificates.X509Chain::roots X509Store_t2922691911 * ___roots_9; // System.Security.Cryptography.X509Certificates.X509Store System.Security.Cryptography.X509Certificates.X509Chain::cas X509Store_t2922691911 * ___cas_10; // System.Security.Cryptography.X509Certificates.X509Certificate2Collection System.Security.Cryptography.X509Certificates.X509Chain::collection X509Certificate2Collection_t2111161276 * ___collection_11; public: inline static int32_t get_offset_of_location_0() { return static_cast(offsetof(X509Chain_t194917408, ___location_0)); } inline int32_t get_location_0() const { return ___location_0; } inline int32_t* get_address_of_location_0() { return &___location_0; } inline void set_location_0(int32_t value) { ___location_0 = value; } inline static int32_t get_offset_of_elements_1() { return static_cast(offsetof(X509Chain_t194917408, ___elements_1)); } inline X509ChainElementCollection_t3110968994 * get_elements_1() const { return ___elements_1; } inline X509ChainElementCollection_t3110968994 ** get_address_of_elements_1() { return &___elements_1; } inline void set_elements_1(X509ChainElementCollection_t3110968994 * value) { ___elements_1 = value; Il2CppCodeGenWriteBarrier((&___elements_1), value); } inline static int32_t get_offset_of_policy_2() { return static_cast(offsetof(X509Chain_t194917408, ___policy_2)); } inline X509ChainPolicy_t2426922870 * get_policy_2() const { return ___policy_2; } inline X509ChainPolicy_t2426922870 ** get_address_of_policy_2() { return &___policy_2; } inline void set_policy_2(X509ChainPolicy_t2426922870 * value) { ___policy_2 = value; Il2CppCodeGenWriteBarrier((&___policy_2), value); } inline static int32_t get_offset_of_status_3() { return static_cast(offsetof(X509Chain_t194917408, ___status_3)); } inline X509ChainStatusU5BU5D_t2685945535* get_status_3() const { return ___status_3; } inline X509ChainStatusU5BU5D_t2685945535** get_address_of_status_3() { return &___status_3; } inline void set_status_3(X509ChainStatusU5BU5D_t2685945535* value) { ___status_3 = value; Il2CppCodeGenWriteBarrier((&___status_3), value); } inline static int32_t get_offset_of_max_path_length_5() { return static_cast(offsetof(X509Chain_t194917408, ___max_path_length_5)); } inline int32_t get_max_path_length_5() const { return ___max_path_length_5; } inline int32_t* get_address_of_max_path_length_5() { return &___max_path_length_5; } inline void set_max_path_length_5(int32_t value) { ___max_path_length_5 = value; } inline static int32_t get_offset_of_working_issuer_name_6() { return static_cast(offsetof(X509Chain_t194917408, ___working_issuer_name_6)); } inline X500DistinguishedName_t875709727 * get_working_issuer_name_6() const { return ___working_issuer_name_6; } inline X500DistinguishedName_t875709727 ** get_address_of_working_issuer_name_6() { return &___working_issuer_name_6; } inline void set_working_issuer_name_6(X500DistinguishedName_t875709727 * value) { ___working_issuer_name_6 = value; Il2CppCodeGenWriteBarrier((&___working_issuer_name_6), value); } inline static int32_t get_offset_of_working_public_key_7() { return static_cast(offsetof(X509Chain_t194917408, ___working_public_key_7)); } inline AsymmetricAlgorithm_t932037087 * get_working_public_key_7() const { return ___working_public_key_7; } inline AsymmetricAlgorithm_t932037087 ** get_address_of_working_public_key_7() { return &___working_public_key_7; } inline void set_working_public_key_7(AsymmetricAlgorithm_t932037087 * value) { ___working_public_key_7 = value; Il2CppCodeGenWriteBarrier((&___working_public_key_7), value); } inline static int32_t get_offset_of_bce_restriction_8() { return static_cast(offsetof(X509Chain_t194917408, ___bce_restriction_8)); } inline X509ChainElement_t1464056338 * get_bce_restriction_8() const { return ___bce_restriction_8; } inline X509ChainElement_t1464056338 ** get_address_of_bce_restriction_8() { return &___bce_restriction_8; } inline void set_bce_restriction_8(X509ChainElement_t1464056338 * value) { ___bce_restriction_8 = value; Il2CppCodeGenWriteBarrier((&___bce_restriction_8), value); } inline static int32_t get_offset_of_roots_9() { return static_cast(offsetof(X509Chain_t194917408, ___roots_9)); } inline X509Store_t2922691911 * get_roots_9() const { return ___roots_9; } inline X509Store_t2922691911 ** get_address_of_roots_9() { return &___roots_9; } inline void set_roots_9(X509Store_t2922691911 * value) { ___roots_9 = value; Il2CppCodeGenWriteBarrier((&___roots_9), value); } inline static int32_t get_offset_of_cas_10() { return static_cast(offsetof(X509Chain_t194917408, ___cas_10)); } inline X509Store_t2922691911 * get_cas_10() const { return ___cas_10; } inline X509Store_t2922691911 ** get_address_of_cas_10() { return &___cas_10; } inline void set_cas_10(X509Store_t2922691911 * value) { ___cas_10 = value; Il2CppCodeGenWriteBarrier((&___cas_10), value); } inline static int32_t get_offset_of_collection_11() { return static_cast(offsetof(X509Chain_t194917408, ___collection_11)); } inline X509Certificate2Collection_t2111161276 * get_collection_11() const { return ___collection_11; } inline X509Certificate2Collection_t2111161276 ** get_address_of_collection_11() { return &___collection_11; } inline void set_collection_11(X509Certificate2Collection_t2111161276 * value) { ___collection_11 = value; Il2CppCodeGenWriteBarrier((&___collection_11), value); } }; struct X509Chain_t194917408_StaticFields { public: // System.Security.Cryptography.X509Certificates.X509ChainStatus[] System.Security.Cryptography.X509Certificates.X509Chain::Empty X509ChainStatusU5BU5D_t2685945535* ___Empty_4; // System.Collections.Generic.Dictionary`2 System.Security.Cryptography.X509Certificates.X509Chain::<>f__switch$mapB Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24mapB_12; // System.Collections.Generic.Dictionary`2 System.Security.Cryptography.X509Certificates.X509Chain::<>f__switch$mapC Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24mapC_13; // System.Collections.Generic.Dictionary`2 System.Security.Cryptography.X509Certificates.X509Chain::<>f__switch$mapD Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24mapD_14; public: inline static int32_t get_offset_of_Empty_4() { return static_cast(offsetof(X509Chain_t194917408_StaticFields, ___Empty_4)); } inline X509ChainStatusU5BU5D_t2685945535* get_Empty_4() const { return ___Empty_4; } inline X509ChainStatusU5BU5D_t2685945535** get_address_of_Empty_4() { return &___Empty_4; } inline void set_Empty_4(X509ChainStatusU5BU5D_t2685945535* value) { ___Empty_4 = value; Il2CppCodeGenWriteBarrier((&___Empty_4), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24mapB_12() { return static_cast(offsetof(X509Chain_t194917408_StaticFields, ___U3CU3Ef__switchU24mapB_12)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24mapB_12() const { return ___U3CU3Ef__switchU24mapB_12; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24mapB_12() { return &___U3CU3Ef__switchU24mapB_12; } inline void set_U3CU3Ef__switchU24mapB_12(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24mapB_12 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24mapB_12), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24mapC_13() { return static_cast(offsetof(X509Chain_t194917408_StaticFields, ___U3CU3Ef__switchU24mapC_13)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24mapC_13() const { return ___U3CU3Ef__switchU24mapC_13; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24mapC_13() { return &___U3CU3Ef__switchU24mapC_13; } inline void set_U3CU3Ef__switchU24mapC_13(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24mapC_13 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24mapC_13), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24mapD_14() { return static_cast(offsetof(X509Chain_t194917408_StaticFields, ___U3CU3Ef__switchU24mapD_14)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24mapD_14() const { return ___U3CU3Ef__switchU24mapD_14; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24mapD_14() { return &___U3CU3Ef__switchU24mapD_14; } inline void set_U3CU3Ef__switchU24mapD_14(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24mapD_14 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24mapD_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509CHAIN_T194917408_H #ifndef ARGUMENTOUTOFRANGEEXCEPTION_T777629997_H #define ARGUMENTOUTOFRANGEEXCEPTION_T777629997_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t777629997 : public ArgumentException_t132251570 { public: // System.Object System.ArgumentOutOfRangeException::actual_value RuntimeObject * ___actual_value_13; public: inline static int32_t get_offset_of_actual_value_13() { return static_cast(offsetof(ArgumentOutOfRangeException_t777629997, ___actual_value_13)); } inline RuntimeObject * get_actual_value_13() const { return ___actual_value_13; } inline RuntimeObject ** get_address_of_actual_value_13() { return &___actual_value_13; } inline void set_actual_value_13(RuntimeObject * value) { ___actual_value_13 = value; Il2CppCodeGenWriteBarrier((&___actual_value_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTOUTOFRANGEEXCEPTION_T777629997_H #ifndef ARGUMENTNULLEXCEPTION_T1615371798_H #define ARGUMENTNULLEXCEPTION_T1615371798_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentNullException struct ArgumentNullException_t1615371798 : public ArgumentException_t132251570 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTNULLEXCEPTION_T1615371798_H #ifndef WEBREQUEST_T1939381076_H #define WEBREQUEST_T1939381076_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.WebRequest struct WebRequest_t1939381076 : public MarshalByRefObject_t2760389100 { public: // System.Net.Security.AuthenticationLevel System.Net.WebRequest::authentication_level int32_t ___authentication_level_4; public: inline static int32_t get_offset_of_authentication_level_4() { return static_cast(offsetof(WebRequest_t1939381076, ___authentication_level_4)); } inline int32_t get_authentication_level_4() const { return ___authentication_level_4; } inline int32_t* get_address_of_authentication_level_4() { return &___authentication_level_4; } inline void set_authentication_level_4(int32_t value) { ___authentication_level_4 = value; } }; struct WebRequest_t1939381076_StaticFields { public: // System.Collections.Specialized.HybridDictionary System.Net.WebRequest::prefixes HybridDictionary_t4070033136 * ___prefixes_1; // System.Boolean System.Net.WebRequest::isDefaultWebProxySet bool ___isDefaultWebProxySet_2; // System.Net.IWebProxy System.Net.WebRequest::defaultWebProxy RuntimeObject* ___defaultWebProxy_3; // System.Object System.Net.WebRequest::lockobj RuntimeObject * ___lockobj_5; public: inline static int32_t get_offset_of_prefixes_1() { return static_cast(offsetof(WebRequest_t1939381076_StaticFields, ___prefixes_1)); } inline HybridDictionary_t4070033136 * get_prefixes_1() const { return ___prefixes_1; } inline HybridDictionary_t4070033136 ** get_address_of_prefixes_1() { return &___prefixes_1; } inline void set_prefixes_1(HybridDictionary_t4070033136 * value) { ___prefixes_1 = value; Il2CppCodeGenWriteBarrier((&___prefixes_1), value); } inline static int32_t get_offset_of_isDefaultWebProxySet_2() { return static_cast(offsetof(WebRequest_t1939381076_StaticFields, ___isDefaultWebProxySet_2)); } inline bool get_isDefaultWebProxySet_2() const { return ___isDefaultWebProxySet_2; } inline bool* get_address_of_isDefaultWebProxySet_2() { return &___isDefaultWebProxySet_2; } inline void set_isDefaultWebProxySet_2(bool value) { ___isDefaultWebProxySet_2 = value; } inline static int32_t get_offset_of_defaultWebProxy_3() { return static_cast(offsetof(WebRequest_t1939381076_StaticFields, ___defaultWebProxy_3)); } inline RuntimeObject* get_defaultWebProxy_3() const { return ___defaultWebProxy_3; } inline RuntimeObject** get_address_of_defaultWebProxy_3() { return &___defaultWebProxy_3; } inline void set_defaultWebProxy_3(RuntimeObject* value) { ___defaultWebProxy_3 = value; Il2CppCodeGenWriteBarrier((&___defaultWebProxy_3), value); } inline static int32_t get_offset_of_lockobj_5() { return static_cast(offsetof(WebRequest_t1939381076_StaticFields, ___lockobj_5)); } inline RuntimeObject * get_lockobj_5() const { return ___lockobj_5; } inline RuntimeObject ** get_address_of_lockobj_5() { return &___lockobj_5; } inline void set_lockobj_5(RuntimeObject * value) { ___lockobj_5 = value; Il2CppCodeGenWriteBarrier((&___lockobj_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEBREQUEST_T1939381076_H #ifndef CSPPARAMETERS_T239852639_H #define CSPPARAMETERS_T239852639_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.CspParameters struct CspParameters_t239852639 : public RuntimeObject { public: // System.Security.Cryptography.CspProviderFlags System.Security.Cryptography.CspParameters::_Flags int32_t ____Flags_0; // System.String System.Security.Cryptography.CspParameters::KeyContainerName String_t* ___KeyContainerName_1; // System.Int32 System.Security.Cryptography.CspParameters::KeyNumber int32_t ___KeyNumber_2; // System.String System.Security.Cryptography.CspParameters::ProviderName String_t* ___ProviderName_3; // System.Int32 System.Security.Cryptography.CspParameters::ProviderType int32_t ___ProviderType_4; public: inline static int32_t get_offset_of__Flags_0() { return static_cast(offsetof(CspParameters_t239852639, ____Flags_0)); } inline int32_t get__Flags_0() const { return ____Flags_0; } inline int32_t* get_address_of__Flags_0() { return &____Flags_0; } inline void set__Flags_0(int32_t value) { ____Flags_0 = value; } inline static int32_t get_offset_of_KeyContainerName_1() { return static_cast(offsetof(CspParameters_t239852639, ___KeyContainerName_1)); } inline String_t* get_KeyContainerName_1() const { return ___KeyContainerName_1; } inline String_t** get_address_of_KeyContainerName_1() { return &___KeyContainerName_1; } inline void set_KeyContainerName_1(String_t* value) { ___KeyContainerName_1 = value; Il2CppCodeGenWriteBarrier((&___KeyContainerName_1), value); } inline static int32_t get_offset_of_KeyNumber_2() { return static_cast(offsetof(CspParameters_t239852639, ___KeyNumber_2)); } inline int32_t get_KeyNumber_2() const { return ___KeyNumber_2; } inline int32_t* get_address_of_KeyNumber_2() { return &___KeyNumber_2; } inline void set_KeyNumber_2(int32_t value) { ___KeyNumber_2 = value; } inline static int32_t get_offset_of_ProviderName_3() { return static_cast(offsetof(CspParameters_t239852639, ___ProviderName_3)); } inline String_t* get_ProviderName_3() const { return ___ProviderName_3; } inline String_t** get_address_of_ProviderName_3() { return &___ProviderName_3; } inline void set_ProviderName_3(String_t* value) { ___ProviderName_3 = value; Il2CppCodeGenWriteBarrier((&___ProviderName_3), value); } inline static int32_t get_offset_of_ProviderType_4() { return static_cast(offsetof(CspParameters_t239852639, ___ProviderType_4)); } inline int32_t get_ProviderType_4() const { return ___ProviderType_4; } inline int32_t* get_address_of_ProviderType_4() { return &___ProviderType_4; } inline void set_ProviderType_4(int32_t value) { ___ProviderType_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSPPARAMETERS_T239852639_H #ifndef ALERT_T4059934885_H #define ALERT_T4059934885_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.Alert struct Alert_t4059934885 : public RuntimeObject { public: // Mono.Security.Protocol.Tls.AlertLevel Mono.Security.Protocol.Tls.Alert::level uint8_t ___level_0; // Mono.Security.Protocol.Tls.AlertDescription Mono.Security.Protocol.Tls.Alert::description uint8_t ___description_1; public: inline static int32_t get_offset_of_level_0() { return static_cast(offsetof(Alert_t4059934885, ___level_0)); } inline uint8_t get_level_0() const { return ___level_0; } inline uint8_t* get_address_of_level_0() { return &___level_0; } inline void set_level_0(uint8_t value) { ___level_0 = value; } inline static int32_t get_offset_of_description_1() { return static_cast(offsetof(Alert_t4059934885, ___description_1)); } inline uint8_t get_description_1() const { return ___description_1; } inline uint8_t* get_address_of_description_1() { return &___description_1; } inline void set_description_1(uint8_t value) { ___description_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ALERT_T4059934885_H #ifndef SSLCLIENTSTREAM_T3914624661_H #define SSLCLIENTSTREAM_T3914624661_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.SslClientStream struct SslClientStream_t3914624661 : public SslStreamBase_t1667413407 { public: // Mono.Security.Protocol.Tls.CertificateValidationCallback Mono.Security.Protocol.Tls.SslClientStream::ServerCertValidation CertificateValidationCallback_t4091668218 * ___ServerCertValidation_16; // Mono.Security.Protocol.Tls.CertificateSelectionCallback Mono.Security.Protocol.Tls.SslClientStream::ClientCertSelection CertificateSelectionCallback_t3743405224 * ___ClientCertSelection_17; // Mono.Security.Protocol.Tls.PrivateKeySelectionCallback Mono.Security.Protocol.Tls.SslClientStream::PrivateKeySelection PrivateKeySelectionCallback_t3240194217 * ___PrivateKeySelection_18; // Mono.Security.Protocol.Tls.CertificateValidationCallback2 Mono.Security.Protocol.Tls.SslClientStream::ServerCertValidation2 CertificateValidationCallback2_t1842476440 * ___ServerCertValidation2_19; public: inline static int32_t get_offset_of_ServerCertValidation_16() { return static_cast(offsetof(SslClientStream_t3914624661, ___ServerCertValidation_16)); } inline CertificateValidationCallback_t4091668218 * get_ServerCertValidation_16() const { return ___ServerCertValidation_16; } inline CertificateValidationCallback_t4091668218 ** get_address_of_ServerCertValidation_16() { return &___ServerCertValidation_16; } inline void set_ServerCertValidation_16(CertificateValidationCallback_t4091668218 * value) { ___ServerCertValidation_16 = value; Il2CppCodeGenWriteBarrier((&___ServerCertValidation_16), value); } inline static int32_t get_offset_of_ClientCertSelection_17() { return static_cast(offsetof(SslClientStream_t3914624661, ___ClientCertSelection_17)); } inline CertificateSelectionCallback_t3743405224 * get_ClientCertSelection_17() const { return ___ClientCertSelection_17; } inline CertificateSelectionCallback_t3743405224 ** get_address_of_ClientCertSelection_17() { return &___ClientCertSelection_17; } inline void set_ClientCertSelection_17(CertificateSelectionCallback_t3743405224 * value) { ___ClientCertSelection_17 = value; Il2CppCodeGenWriteBarrier((&___ClientCertSelection_17), value); } inline static int32_t get_offset_of_PrivateKeySelection_18() { return static_cast(offsetof(SslClientStream_t3914624661, ___PrivateKeySelection_18)); } inline PrivateKeySelectionCallback_t3240194217 * get_PrivateKeySelection_18() const { return ___PrivateKeySelection_18; } inline PrivateKeySelectionCallback_t3240194217 ** get_address_of_PrivateKeySelection_18() { return &___PrivateKeySelection_18; } inline void set_PrivateKeySelection_18(PrivateKeySelectionCallback_t3240194217 * value) { ___PrivateKeySelection_18 = value; Il2CppCodeGenWriteBarrier((&___PrivateKeySelection_18), value); } inline static int32_t get_offset_of_ServerCertValidation2_19() { return static_cast(offsetof(SslClientStream_t3914624661, ___ServerCertValidation2_19)); } inline CertificateValidationCallback2_t1842476440 * get_ServerCertValidation2_19() const { return ___ServerCertValidation2_19; } inline CertificateValidationCallback2_t1842476440 ** get_address_of_ServerCertValidation2_19() { return &___ServerCertValidation2_19; } inline void set_ServerCertValidation2_19(CertificateValidationCallback2_t1842476440 * value) { ___ServerCertValidation2_19 = value; Il2CppCodeGenWriteBarrier((&___ServerCertValidation2_19), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SSLCLIENTSTREAM_T3914624661_H #ifndef CIPHERSUITECOLLECTION_T1129639304_H #define CIPHERSUITECOLLECTION_T1129639304_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.CipherSuiteCollection struct CipherSuiteCollection_t1129639304 : public RuntimeObject { public: // System.Collections.ArrayList Mono.Security.Protocol.Tls.CipherSuiteCollection::cipherSuites ArrayList_t2718874744 * ___cipherSuites_0; // Mono.Security.Protocol.Tls.SecurityProtocolType Mono.Security.Protocol.Tls.CipherSuiteCollection::protocol int32_t ___protocol_1; public: inline static int32_t get_offset_of_cipherSuites_0() { return static_cast(offsetof(CipherSuiteCollection_t1129639304, ___cipherSuites_0)); } inline ArrayList_t2718874744 * get_cipherSuites_0() const { return ___cipherSuites_0; } inline ArrayList_t2718874744 ** get_address_of_cipherSuites_0() { return &___cipherSuites_0; } inline void set_cipherSuites_0(ArrayList_t2718874744 * value) { ___cipherSuites_0 = value; Il2CppCodeGenWriteBarrier((&___cipherSuites_0), value); } inline static int32_t get_offset_of_protocol_1() { return static_cast(offsetof(CipherSuiteCollection_t1129639304, ___protocol_1)); } inline int32_t get_protocol_1() const { return ___protocol_1; } inline int32_t* get_address_of_protocol_1() { return &___protocol_1; } inline void set_protocol_1(int32_t value) { ___protocol_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CIPHERSUITECOLLECTION_T1129639304_H #ifndef CONTEXT_T3971234707_H #define CONTEXT_T3971234707_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.Context struct Context_t3971234707 : public RuntimeObject { public: // Mono.Security.Protocol.Tls.SecurityProtocolType Mono.Security.Protocol.Tls.Context::securityProtocol int32_t ___securityProtocol_0; // System.Byte[] Mono.Security.Protocol.Tls.Context::sessionId ByteU5BU5D_t4116647657* ___sessionId_1; // Mono.Security.Protocol.Tls.SecurityCompressionType Mono.Security.Protocol.Tls.Context::compressionMethod int32_t ___compressionMethod_2; // Mono.Security.Protocol.Tls.TlsServerSettings Mono.Security.Protocol.Tls.Context::serverSettings TlsServerSettings_t4144396432 * ___serverSettings_3; // Mono.Security.Protocol.Tls.TlsClientSettings Mono.Security.Protocol.Tls.Context::clientSettings TlsClientSettings_t2486039503 * ___clientSettings_4; // Mono.Security.Protocol.Tls.SecurityParameters Mono.Security.Protocol.Tls.Context::current SecurityParameters_t2199972650 * ___current_5; // Mono.Security.Protocol.Tls.SecurityParameters Mono.Security.Protocol.Tls.Context::negotiating SecurityParameters_t2199972650 * ___negotiating_6; // Mono.Security.Protocol.Tls.SecurityParameters Mono.Security.Protocol.Tls.Context::read SecurityParameters_t2199972650 * ___read_7; // Mono.Security.Protocol.Tls.SecurityParameters Mono.Security.Protocol.Tls.Context::write SecurityParameters_t2199972650 * ___write_8; // Mono.Security.Protocol.Tls.CipherSuiteCollection Mono.Security.Protocol.Tls.Context::supportedCiphers CipherSuiteCollection_t1129639304 * ___supportedCiphers_9; // Mono.Security.Protocol.Tls.Handshake.HandshakeType Mono.Security.Protocol.Tls.Context::lastHandshakeMsg uint8_t ___lastHandshakeMsg_10; // Mono.Security.Protocol.Tls.HandshakeState Mono.Security.Protocol.Tls.Context::handshakeState int32_t ___handshakeState_11; // System.Boolean Mono.Security.Protocol.Tls.Context::abbreviatedHandshake bool ___abbreviatedHandshake_12; // System.Boolean Mono.Security.Protocol.Tls.Context::receivedConnectionEnd bool ___receivedConnectionEnd_13; // System.Boolean Mono.Security.Protocol.Tls.Context::sentConnectionEnd bool ___sentConnectionEnd_14; // System.Boolean Mono.Security.Protocol.Tls.Context::protocolNegotiated bool ___protocolNegotiated_15; // System.UInt64 Mono.Security.Protocol.Tls.Context::writeSequenceNumber uint64_t ___writeSequenceNumber_16; // System.UInt64 Mono.Security.Protocol.Tls.Context::readSequenceNumber uint64_t ___readSequenceNumber_17; // System.Byte[] Mono.Security.Protocol.Tls.Context::clientRandom ByteU5BU5D_t4116647657* ___clientRandom_18; // System.Byte[] Mono.Security.Protocol.Tls.Context::serverRandom ByteU5BU5D_t4116647657* ___serverRandom_19; // System.Byte[] Mono.Security.Protocol.Tls.Context::randomCS ByteU5BU5D_t4116647657* ___randomCS_20; // System.Byte[] Mono.Security.Protocol.Tls.Context::randomSC ByteU5BU5D_t4116647657* ___randomSC_21; // System.Byte[] Mono.Security.Protocol.Tls.Context::masterSecret ByteU5BU5D_t4116647657* ___masterSecret_22; // System.Byte[] Mono.Security.Protocol.Tls.Context::clientWriteKey ByteU5BU5D_t4116647657* ___clientWriteKey_23; // System.Byte[] Mono.Security.Protocol.Tls.Context::serverWriteKey ByteU5BU5D_t4116647657* ___serverWriteKey_24; // System.Byte[] Mono.Security.Protocol.Tls.Context::clientWriteIV ByteU5BU5D_t4116647657* ___clientWriteIV_25; // System.Byte[] Mono.Security.Protocol.Tls.Context::serverWriteIV ByteU5BU5D_t4116647657* ___serverWriteIV_26; // Mono.Security.Protocol.Tls.TlsStream Mono.Security.Protocol.Tls.Context::handshakeMessages TlsStream_t2365453965 * ___handshakeMessages_27; // System.Security.Cryptography.RandomNumberGenerator Mono.Security.Protocol.Tls.Context::random RandomNumberGenerator_t386037858 * ___random_28; // Mono.Security.Protocol.Tls.RecordProtocol Mono.Security.Protocol.Tls.Context::recordProtocol RecordProtocol_t3759049701 * ___recordProtocol_29; public: inline static int32_t get_offset_of_securityProtocol_0() { return static_cast(offsetof(Context_t3971234707, ___securityProtocol_0)); } inline int32_t get_securityProtocol_0() const { return ___securityProtocol_0; } inline int32_t* get_address_of_securityProtocol_0() { return &___securityProtocol_0; } inline void set_securityProtocol_0(int32_t value) { ___securityProtocol_0 = value; } inline static int32_t get_offset_of_sessionId_1() { return static_cast(offsetof(Context_t3971234707, ___sessionId_1)); } inline ByteU5BU5D_t4116647657* get_sessionId_1() const { return ___sessionId_1; } inline ByteU5BU5D_t4116647657** get_address_of_sessionId_1() { return &___sessionId_1; } inline void set_sessionId_1(ByteU5BU5D_t4116647657* value) { ___sessionId_1 = value; Il2CppCodeGenWriteBarrier((&___sessionId_1), value); } inline static int32_t get_offset_of_compressionMethod_2() { return static_cast(offsetof(Context_t3971234707, ___compressionMethod_2)); } inline int32_t get_compressionMethod_2() const { return ___compressionMethod_2; } inline int32_t* get_address_of_compressionMethod_2() { return &___compressionMethod_2; } inline void set_compressionMethod_2(int32_t value) { ___compressionMethod_2 = value; } inline static int32_t get_offset_of_serverSettings_3() { return static_cast(offsetof(Context_t3971234707, ___serverSettings_3)); } inline TlsServerSettings_t4144396432 * get_serverSettings_3() const { return ___serverSettings_3; } inline TlsServerSettings_t4144396432 ** get_address_of_serverSettings_3() { return &___serverSettings_3; } inline void set_serverSettings_3(TlsServerSettings_t4144396432 * value) { ___serverSettings_3 = value; Il2CppCodeGenWriteBarrier((&___serverSettings_3), value); } inline static int32_t get_offset_of_clientSettings_4() { return static_cast(offsetof(Context_t3971234707, ___clientSettings_4)); } inline TlsClientSettings_t2486039503 * get_clientSettings_4() const { return ___clientSettings_4; } inline TlsClientSettings_t2486039503 ** get_address_of_clientSettings_4() { return &___clientSettings_4; } inline void set_clientSettings_4(TlsClientSettings_t2486039503 * value) { ___clientSettings_4 = value; Il2CppCodeGenWriteBarrier((&___clientSettings_4), value); } inline static int32_t get_offset_of_current_5() { return static_cast(offsetof(Context_t3971234707, ___current_5)); } inline SecurityParameters_t2199972650 * get_current_5() const { return ___current_5; } inline SecurityParameters_t2199972650 ** get_address_of_current_5() { return &___current_5; } inline void set_current_5(SecurityParameters_t2199972650 * value) { ___current_5 = value; Il2CppCodeGenWriteBarrier((&___current_5), value); } inline static int32_t get_offset_of_negotiating_6() { return static_cast(offsetof(Context_t3971234707, ___negotiating_6)); } inline SecurityParameters_t2199972650 * get_negotiating_6() const { return ___negotiating_6; } inline SecurityParameters_t2199972650 ** get_address_of_negotiating_6() { return &___negotiating_6; } inline void set_negotiating_6(SecurityParameters_t2199972650 * value) { ___negotiating_6 = value; Il2CppCodeGenWriteBarrier((&___negotiating_6), value); } inline static int32_t get_offset_of_read_7() { return static_cast(offsetof(Context_t3971234707, ___read_7)); } inline SecurityParameters_t2199972650 * get_read_7() const { return ___read_7; } inline SecurityParameters_t2199972650 ** get_address_of_read_7() { return &___read_7; } inline void set_read_7(SecurityParameters_t2199972650 * value) { ___read_7 = value; Il2CppCodeGenWriteBarrier((&___read_7), value); } inline static int32_t get_offset_of_write_8() { return static_cast(offsetof(Context_t3971234707, ___write_8)); } inline SecurityParameters_t2199972650 * get_write_8() const { return ___write_8; } inline SecurityParameters_t2199972650 ** get_address_of_write_8() { return &___write_8; } inline void set_write_8(SecurityParameters_t2199972650 * value) { ___write_8 = value; Il2CppCodeGenWriteBarrier((&___write_8), value); } inline static int32_t get_offset_of_supportedCiphers_9() { return static_cast(offsetof(Context_t3971234707, ___supportedCiphers_9)); } inline CipherSuiteCollection_t1129639304 * get_supportedCiphers_9() const { return ___supportedCiphers_9; } inline CipherSuiteCollection_t1129639304 ** get_address_of_supportedCiphers_9() { return &___supportedCiphers_9; } inline void set_supportedCiphers_9(CipherSuiteCollection_t1129639304 * value) { ___supportedCiphers_9 = value; Il2CppCodeGenWriteBarrier((&___supportedCiphers_9), value); } inline static int32_t get_offset_of_lastHandshakeMsg_10() { return static_cast(offsetof(Context_t3971234707, ___lastHandshakeMsg_10)); } inline uint8_t get_lastHandshakeMsg_10() const { return ___lastHandshakeMsg_10; } inline uint8_t* get_address_of_lastHandshakeMsg_10() { return &___lastHandshakeMsg_10; } inline void set_lastHandshakeMsg_10(uint8_t value) { ___lastHandshakeMsg_10 = value; } inline static int32_t get_offset_of_handshakeState_11() { return static_cast(offsetof(Context_t3971234707, ___handshakeState_11)); } inline int32_t get_handshakeState_11() const { return ___handshakeState_11; } inline int32_t* get_address_of_handshakeState_11() { return &___handshakeState_11; } inline void set_handshakeState_11(int32_t value) { ___handshakeState_11 = value; } inline static int32_t get_offset_of_abbreviatedHandshake_12() { return static_cast(offsetof(Context_t3971234707, ___abbreviatedHandshake_12)); } inline bool get_abbreviatedHandshake_12() const { return ___abbreviatedHandshake_12; } inline bool* get_address_of_abbreviatedHandshake_12() { return &___abbreviatedHandshake_12; } inline void set_abbreviatedHandshake_12(bool value) { ___abbreviatedHandshake_12 = value; } inline static int32_t get_offset_of_receivedConnectionEnd_13() { return static_cast(offsetof(Context_t3971234707, ___receivedConnectionEnd_13)); } inline bool get_receivedConnectionEnd_13() const { return ___receivedConnectionEnd_13; } inline bool* get_address_of_receivedConnectionEnd_13() { return &___receivedConnectionEnd_13; } inline void set_receivedConnectionEnd_13(bool value) { ___receivedConnectionEnd_13 = value; } inline static int32_t get_offset_of_sentConnectionEnd_14() { return static_cast(offsetof(Context_t3971234707, ___sentConnectionEnd_14)); } inline bool get_sentConnectionEnd_14() const { return ___sentConnectionEnd_14; } inline bool* get_address_of_sentConnectionEnd_14() { return &___sentConnectionEnd_14; } inline void set_sentConnectionEnd_14(bool value) { ___sentConnectionEnd_14 = value; } inline static int32_t get_offset_of_protocolNegotiated_15() { return static_cast(offsetof(Context_t3971234707, ___protocolNegotiated_15)); } inline bool get_protocolNegotiated_15() const { return ___protocolNegotiated_15; } inline bool* get_address_of_protocolNegotiated_15() { return &___protocolNegotiated_15; } inline void set_protocolNegotiated_15(bool value) { ___protocolNegotiated_15 = value; } inline static int32_t get_offset_of_writeSequenceNumber_16() { return static_cast(offsetof(Context_t3971234707, ___writeSequenceNumber_16)); } inline uint64_t get_writeSequenceNumber_16() const { return ___writeSequenceNumber_16; } inline uint64_t* get_address_of_writeSequenceNumber_16() { return &___writeSequenceNumber_16; } inline void set_writeSequenceNumber_16(uint64_t value) { ___writeSequenceNumber_16 = value; } inline static int32_t get_offset_of_readSequenceNumber_17() { return static_cast(offsetof(Context_t3971234707, ___readSequenceNumber_17)); } inline uint64_t get_readSequenceNumber_17() const { return ___readSequenceNumber_17; } inline uint64_t* get_address_of_readSequenceNumber_17() { return &___readSequenceNumber_17; } inline void set_readSequenceNumber_17(uint64_t value) { ___readSequenceNumber_17 = value; } inline static int32_t get_offset_of_clientRandom_18() { return static_cast(offsetof(Context_t3971234707, ___clientRandom_18)); } inline ByteU5BU5D_t4116647657* get_clientRandom_18() const { return ___clientRandom_18; } inline ByteU5BU5D_t4116647657** get_address_of_clientRandom_18() { return &___clientRandom_18; } inline void set_clientRandom_18(ByteU5BU5D_t4116647657* value) { ___clientRandom_18 = value; Il2CppCodeGenWriteBarrier((&___clientRandom_18), value); } inline static int32_t get_offset_of_serverRandom_19() { return static_cast(offsetof(Context_t3971234707, ___serverRandom_19)); } inline ByteU5BU5D_t4116647657* get_serverRandom_19() const { return ___serverRandom_19; } inline ByteU5BU5D_t4116647657** get_address_of_serverRandom_19() { return &___serverRandom_19; } inline void set_serverRandom_19(ByteU5BU5D_t4116647657* value) { ___serverRandom_19 = value; Il2CppCodeGenWriteBarrier((&___serverRandom_19), value); } inline static int32_t get_offset_of_randomCS_20() { return static_cast(offsetof(Context_t3971234707, ___randomCS_20)); } inline ByteU5BU5D_t4116647657* get_randomCS_20() const { return ___randomCS_20; } inline ByteU5BU5D_t4116647657** get_address_of_randomCS_20() { return &___randomCS_20; } inline void set_randomCS_20(ByteU5BU5D_t4116647657* value) { ___randomCS_20 = value; Il2CppCodeGenWriteBarrier((&___randomCS_20), value); } inline static int32_t get_offset_of_randomSC_21() { return static_cast(offsetof(Context_t3971234707, ___randomSC_21)); } inline ByteU5BU5D_t4116647657* get_randomSC_21() const { return ___randomSC_21; } inline ByteU5BU5D_t4116647657** get_address_of_randomSC_21() { return &___randomSC_21; } inline void set_randomSC_21(ByteU5BU5D_t4116647657* value) { ___randomSC_21 = value; Il2CppCodeGenWriteBarrier((&___randomSC_21), value); } inline static int32_t get_offset_of_masterSecret_22() { return static_cast(offsetof(Context_t3971234707, ___masterSecret_22)); } inline ByteU5BU5D_t4116647657* get_masterSecret_22() const { return ___masterSecret_22; } inline ByteU5BU5D_t4116647657** get_address_of_masterSecret_22() { return &___masterSecret_22; } inline void set_masterSecret_22(ByteU5BU5D_t4116647657* value) { ___masterSecret_22 = value; Il2CppCodeGenWriteBarrier((&___masterSecret_22), value); } inline static int32_t get_offset_of_clientWriteKey_23() { return static_cast(offsetof(Context_t3971234707, ___clientWriteKey_23)); } inline ByteU5BU5D_t4116647657* get_clientWriteKey_23() const { return ___clientWriteKey_23; } inline ByteU5BU5D_t4116647657** get_address_of_clientWriteKey_23() { return &___clientWriteKey_23; } inline void set_clientWriteKey_23(ByteU5BU5D_t4116647657* value) { ___clientWriteKey_23 = value; Il2CppCodeGenWriteBarrier((&___clientWriteKey_23), value); } inline static int32_t get_offset_of_serverWriteKey_24() { return static_cast(offsetof(Context_t3971234707, ___serverWriteKey_24)); } inline ByteU5BU5D_t4116647657* get_serverWriteKey_24() const { return ___serverWriteKey_24; } inline ByteU5BU5D_t4116647657** get_address_of_serverWriteKey_24() { return &___serverWriteKey_24; } inline void set_serverWriteKey_24(ByteU5BU5D_t4116647657* value) { ___serverWriteKey_24 = value; Il2CppCodeGenWriteBarrier((&___serverWriteKey_24), value); } inline static int32_t get_offset_of_clientWriteIV_25() { return static_cast(offsetof(Context_t3971234707, ___clientWriteIV_25)); } inline ByteU5BU5D_t4116647657* get_clientWriteIV_25() const { return ___clientWriteIV_25; } inline ByteU5BU5D_t4116647657** get_address_of_clientWriteIV_25() { return &___clientWriteIV_25; } inline void set_clientWriteIV_25(ByteU5BU5D_t4116647657* value) { ___clientWriteIV_25 = value; Il2CppCodeGenWriteBarrier((&___clientWriteIV_25), value); } inline static int32_t get_offset_of_serverWriteIV_26() { return static_cast(offsetof(Context_t3971234707, ___serverWriteIV_26)); } inline ByteU5BU5D_t4116647657* get_serverWriteIV_26() const { return ___serverWriteIV_26; } inline ByteU5BU5D_t4116647657** get_address_of_serverWriteIV_26() { return &___serverWriteIV_26; } inline void set_serverWriteIV_26(ByteU5BU5D_t4116647657* value) { ___serverWriteIV_26 = value; Il2CppCodeGenWriteBarrier((&___serverWriteIV_26), value); } inline static int32_t get_offset_of_handshakeMessages_27() { return static_cast(offsetof(Context_t3971234707, ___handshakeMessages_27)); } inline TlsStream_t2365453965 * get_handshakeMessages_27() const { return ___handshakeMessages_27; } inline TlsStream_t2365453965 ** get_address_of_handshakeMessages_27() { return &___handshakeMessages_27; } inline void set_handshakeMessages_27(TlsStream_t2365453965 * value) { ___handshakeMessages_27 = value; Il2CppCodeGenWriteBarrier((&___handshakeMessages_27), value); } inline static int32_t get_offset_of_random_28() { return static_cast(offsetof(Context_t3971234707, ___random_28)); } inline RandomNumberGenerator_t386037858 * get_random_28() const { return ___random_28; } inline RandomNumberGenerator_t386037858 ** get_address_of_random_28() { return &___random_28; } inline void set_random_28(RandomNumberGenerator_t386037858 * value) { ___random_28 = value; Il2CppCodeGenWriteBarrier((&___random_28), value); } inline static int32_t get_offset_of_recordProtocol_29() { return static_cast(offsetof(Context_t3971234707, ___recordProtocol_29)); } inline RecordProtocol_t3759049701 * get_recordProtocol_29() const { return ___recordProtocol_29; } inline RecordProtocol_t3759049701 ** get_address_of_recordProtocol_29() { return &___recordProtocol_29; } inline void set_recordProtocol_29(RecordProtocol_t3759049701 * value) { ___recordProtocol_29 = value; Il2CppCodeGenWriteBarrier((&___recordProtocol_29), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONTEXT_T3971234707_H #ifndef CIPHERSUITE_T3414744575_H #define CIPHERSUITE_T3414744575_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.CipherSuite struct CipherSuite_t3414744575 : public RuntimeObject { public: // System.Int16 Mono.Security.Protocol.Tls.CipherSuite::code int16_t ___code_1; // System.String Mono.Security.Protocol.Tls.CipherSuite::name String_t* ___name_2; // Mono.Security.Protocol.Tls.CipherAlgorithmType Mono.Security.Protocol.Tls.CipherSuite::cipherAlgorithmType int32_t ___cipherAlgorithmType_3; // Mono.Security.Protocol.Tls.HashAlgorithmType Mono.Security.Protocol.Tls.CipherSuite::hashAlgorithmType int32_t ___hashAlgorithmType_4; // Mono.Security.Protocol.Tls.ExchangeAlgorithmType Mono.Security.Protocol.Tls.CipherSuite::exchangeAlgorithmType int32_t ___exchangeAlgorithmType_5; // System.Boolean Mono.Security.Protocol.Tls.CipherSuite::isExportable bool ___isExportable_6; // System.Security.Cryptography.CipherMode Mono.Security.Protocol.Tls.CipherSuite::cipherMode int32_t ___cipherMode_7; // System.Byte Mono.Security.Protocol.Tls.CipherSuite::keyMaterialSize uint8_t ___keyMaterialSize_8; // System.Int32 Mono.Security.Protocol.Tls.CipherSuite::keyBlockSize int32_t ___keyBlockSize_9; // System.Byte Mono.Security.Protocol.Tls.CipherSuite::expandedKeyMaterialSize uint8_t ___expandedKeyMaterialSize_10; // System.Int16 Mono.Security.Protocol.Tls.CipherSuite::effectiveKeyBits int16_t ___effectiveKeyBits_11; // System.Byte Mono.Security.Protocol.Tls.CipherSuite::ivSize uint8_t ___ivSize_12; // System.Byte Mono.Security.Protocol.Tls.CipherSuite::blockSize uint8_t ___blockSize_13; // Mono.Security.Protocol.Tls.Context Mono.Security.Protocol.Tls.CipherSuite::context Context_t3971234707 * ___context_14; // System.Security.Cryptography.SymmetricAlgorithm Mono.Security.Protocol.Tls.CipherSuite::encryptionAlgorithm SymmetricAlgorithm_t4254223087 * ___encryptionAlgorithm_15; // System.Security.Cryptography.ICryptoTransform Mono.Security.Protocol.Tls.CipherSuite::encryptionCipher RuntimeObject* ___encryptionCipher_16; // System.Security.Cryptography.SymmetricAlgorithm Mono.Security.Protocol.Tls.CipherSuite::decryptionAlgorithm SymmetricAlgorithm_t4254223087 * ___decryptionAlgorithm_17; // System.Security.Cryptography.ICryptoTransform Mono.Security.Protocol.Tls.CipherSuite::decryptionCipher RuntimeObject* ___decryptionCipher_18; // System.Security.Cryptography.KeyedHashAlgorithm Mono.Security.Protocol.Tls.CipherSuite::clientHMAC KeyedHashAlgorithm_t112861511 * ___clientHMAC_19; // System.Security.Cryptography.KeyedHashAlgorithm Mono.Security.Protocol.Tls.CipherSuite::serverHMAC KeyedHashAlgorithm_t112861511 * ___serverHMAC_20; public: inline static int32_t get_offset_of_code_1() { return static_cast(offsetof(CipherSuite_t3414744575, ___code_1)); } inline int16_t get_code_1() const { return ___code_1; } inline int16_t* get_address_of_code_1() { return &___code_1; } inline void set_code_1(int16_t value) { ___code_1 = value; } inline static int32_t get_offset_of_name_2() { return static_cast(offsetof(CipherSuite_t3414744575, ___name_2)); } inline String_t* get_name_2() const { return ___name_2; } inline String_t** get_address_of_name_2() { return &___name_2; } inline void set_name_2(String_t* value) { ___name_2 = value; Il2CppCodeGenWriteBarrier((&___name_2), value); } inline static int32_t get_offset_of_cipherAlgorithmType_3() { return static_cast(offsetof(CipherSuite_t3414744575, ___cipherAlgorithmType_3)); } inline int32_t get_cipherAlgorithmType_3() const { return ___cipherAlgorithmType_3; } inline int32_t* get_address_of_cipherAlgorithmType_3() { return &___cipherAlgorithmType_3; } inline void set_cipherAlgorithmType_3(int32_t value) { ___cipherAlgorithmType_3 = value; } inline static int32_t get_offset_of_hashAlgorithmType_4() { return static_cast(offsetof(CipherSuite_t3414744575, ___hashAlgorithmType_4)); } inline int32_t get_hashAlgorithmType_4() const { return ___hashAlgorithmType_4; } inline int32_t* get_address_of_hashAlgorithmType_4() { return &___hashAlgorithmType_4; } inline void set_hashAlgorithmType_4(int32_t value) { ___hashAlgorithmType_4 = value; } inline static int32_t get_offset_of_exchangeAlgorithmType_5() { return static_cast(offsetof(CipherSuite_t3414744575, ___exchangeAlgorithmType_5)); } inline int32_t get_exchangeAlgorithmType_5() const { return ___exchangeAlgorithmType_5; } inline int32_t* get_address_of_exchangeAlgorithmType_5() { return &___exchangeAlgorithmType_5; } inline void set_exchangeAlgorithmType_5(int32_t value) { ___exchangeAlgorithmType_5 = value; } inline static int32_t get_offset_of_isExportable_6() { return static_cast(offsetof(CipherSuite_t3414744575, ___isExportable_6)); } inline bool get_isExportable_6() const { return ___isExportable_6; } inline bool* get_address_of_isExportable_6() { return &___isExportable_6; } inline void set_isExportable_6(bool value) { ___isExportable_6 = value; } inline static int32_t get_offset_of_cipherMode_7() { return static_cast(offsetof(CipherSuite_t3414744575, ___cipherMode_7)); } inline int32_t get_cipherMode_7() const { return ___cipherMode_7; } inline int32_t* get_address_of_cipherMode_7() { return &___cipherMode_7; } inline void set_cipherMode_7(int32_t value) { ___cipherMode_7 = value; } inline static int32_t get_offset_of_keyMaterialSize_8() { return static_cast(offsetof(CipherSuite_t3414744575, ___keyMaterialSize_8)); } inline uint8_t get_keyMaterialSize_8() const { return ___keyMaterialSize_8; } inline uint8_t* get_address_of_keyMaterialSize_8() { return &___keyMaterialSize_8; } inline void set_keyMaterialSize_8(uint8_t value) { ___keyMaterialSize_8 = value; } inline static int32_t get_offset_of_keyBlockSize_9() { return static_cast(offsetof(CipherSuite_t3414744575, ___keyBlockSize_9)); } inline int32_t get_keyBlockSize_9() const { return ___keyBlockSize_9; } inline int32_t* get_address_of_keyBlockSize_9() { return &___keyBlockSize_9; } inline void set_keyBlockSize_9(int32_t value) { ___keyBlockSize_9 = value; } inline static int32_t get_offset_of_expandedKeyMaterialSize_10() { return static_cast(offsetof(CipherSuite_t3414744575, ___expandedKeyMaterialSize_10)); } inline uint8_t get_expandedKeyMaterialSize_10() const { return ___expandedKeyMaterialSize_10; } inline uint8_t* get_address_of_expandedKeyMaterialSize_10() { return &___expandedKeyMaterialSize_10; } inline void set_expandedKeyMaterialSize_10(uint8_t value) { ___expandedKeyMaterialSize_10 = value; } inline static int32_t get_offset_of_effectiveKeyBits_11() { return static_cast(offsetof(CipherSuite_t3414744575, ___effectiveKeyBits_11)); } inline int16_t get_effectiveKeyBits_11() const { return ___effectiveKeyBits_11; } inline int16_t* get_address_of_effectiveKeyBits_11() { return &___effectiveKeyBits_11; } inline void set_effectiveKeyBits_11(int16_t value) { ___effectiveKeyBits_11 = value; } inline static int32_t get_offset_of_ivSize_12() { return static_cast(offsetof(CipherSuite_t3414744575, ___ivSize_12)); } inline uint8_t get_ivSize_12() const { return ___ivSize_12; } inline uint8_t* get_address_of_ivSize_12() { return &___ivSize_12; } inline void set_ivSize_12(uint8_t value) { ___ivSize_12 = value; } inline static int32_t get_offset_of_blockSize_13() { return static_cast(offsetof(CipherSuite_t3414744575, ___blockSize_13)); } inline uint8_t get_blockSize_13() const { return ___blockSize_13; } inline uint8_t* get_address_of_blockSize_13() { return &___blockSize_13; } inline void set_blockSize_13(uint8_t value) { ___blockSize_13 = value; } inline static int32_t get_offset_of_context_14() { return static_cast(offsetof(CipherSuite_t3414744575, ___context_14)); } inline Context_t3971234707 * get_context_14() const { return ___context_14; } inline Context_t3971234707 ** get_address_of_context_14() { return &___context_14; } inline void set_context_14(Context_t3971234707 * value) { ___context_14 = value; Il2CppCodeGenWriteBarrier((&___context_14), value); } inline static int32_t get_offset_of_encryptionAlgorithm_15() { return static_cast(offsetof(CipherSuite_t3414744575, ___encryptionAlgorithm_15)); } inline SymmetricAlgorithm_t4254223087 * get_encryptionAlgorithm_15() const { return ___encryptionAlgorithm_15; } inline SymmetricAlgorithm_t4254223087 ** get_address_of_encryptionAlgorithm_15() { return &___encryptionAlgorithm_15; } inline void set_encryptionAlgorithm_15(SymmetricAlgorithm_t4254223087 * value) { ___encryptionAlgorithm_15 = value; Il2CppCodeGenWriteBarrier((&___encryptionAlgorithm_15), value); } inline static int32_t get_offset_of_encryptionCipher_16() { return static_cast(offsetof(CipherSuite_t3414744575, ___encryptionCipher_16)); } inline RuntimeObject* get_encryptionCipher_16() const { return ___encryptionCipher_16; } inline RuntimeObject** get_address_of_encryptionCipher_16() { return &___encryptionCipher_16; } inline void set_encryptionCipher_16(RuntimeObject* value) { ___encryptionCipher_16 = value; Il2CppCodeGenWriteBarrier((&___encryptionCipher_16), value); } inline static int32_t get_offset_of_decryptionAlgorithm_17() { return static_cast(offsetof(CipherSuite_t3414744575, ___decryptionAlgorithm_17)); } inline SymmetricAlgorithm_t4254223087 * get_decryptionAlgorithm_17() const { return ___decryptionAlgorithm_17; } inline SymmetricAlgorithm_t4254223087 ** get_address_of_decryptionAlgorithm_17() { return &___decryptionAlgorithm_17; } inline void set_decryptionAlgorithm_17(SymmetricAlgorithm_t4254223087 * value) { ___decryptionAlgorithm_17 = value; Il2CppCodeGenWriteBarrier((&___decryptionAlgorithm_17), value); } inline static int32_t get_offset_of_decryptionCipher_18() { return static_cast(offsetof(CipherSuite_t3414744575, ___decryptionCipher_18)); } inline RuntimeObject* get_decryptionCipher_18() const { return ___decryptionCipher_18; } inline RuntimeObject** get_address_of_decryptionCipher_18() { return &___decryptionCipher_18; } inline void set_decryptionCipher_18(RuntimeObject* value) { ___decryptionCipher_18 = value; Il2CppCodeGenWriteBarrier((&___decryptionCipher_18), value); } inline static int32_t get_offset_of_clientHMAC_19() { return static_cast(offsetof(CipherSuite_t3414744575, ___clientHMAC_19)); } inline KeyedHashAlgorithm_t112861511 * get_clientHMAC_19() const { return ___clientHMAC_19; } inline KeyedHashAlgorithm_t112861511 ** get_address_of_clientHMAC_19() { return &___clientHMAC_19; } inline void set_clientHMAC_19(KeyedHashAlgorithm_t112861511 * value) { ___clientHMAC_19 = value; Il2CppCodeGenWriteBarrier((&___clientHMAC_19), value); } inline static int32_t get_offset_of_serverHMAC_20() { return static_cast(offsetof(CipherSuite_t3414744575, ___serverHMAC_20)); } inline KeyedHashAlgorithm_t112861511 * get_serverHMAC_20() const { return ___serverHMAC_20; } inline KeyedHashAlgorithm_t112861511 ** get_address_of_serverHMAC_20() { return &___serverHMAC_20; } inline void set_serverHMAC_20(KeyedHashAlgorithm_t112861511 * value) { ___serverHMAC_20 = value; Il2CppCodeGenWriteBarrier((&___serverHMAC_20), value); } }; struct CipherSuite_t3414744575_StaticFields { public: // System.Byte[] Mono.Security.Protocol.Tls.CipherSuite::EmptyArray ByteU5BU5D_t4116647657* ___EmptyArray_0; public: inline static int32_t get_offset_of_EmptyArray_0() { return static_cast(offsetof(CipherSuite_t3414744575_StaticFields, ___EmptyArray_0)); } inline ByteU5BU5D_t4116647657* get_EmptyArray_0() const { return ___EmptyArray_0; } inline ByteU5BU5D_t4116647657** get_address_of_EmptyArray_0() { return &___EmptyArray_0; } inline void set_EmptyArray_0(ByteU5BU5D_t4116647657* value) { ___EmptyArray_0 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CIPHERSUITE_T3414744575_H #ifndef REGEX_T3657309853_H #define REGEX_T3657309853_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Regex struct Regex_t3657309853 : public RuntimeObject { public: // System.Text.RegularExpressions.IMachineFactory System.Text.RegularExpressions.Regex::machineFactory RuntimeObject* ___machineFactory_1; // System.Collections.IDictionary System.Text.RegularExpressions.Regex::mapping RuntimeObject* ___mapping_2; // System.Int32 System.Text.RegularExpressions.Regex::group_count int32_t ___group_count_3; // System.Int32 System.Text.RegularExpressions.Regex::gap int32_t ___gap_4; // System.String[] System.Text.RegularExpressions.Regex::group_names StringU5BU5D_t1281789340* ___group_names_5; // System.Int32[] System.Text.RegularExpressions.Regex::group_numbers Int32U5BU5D_t385246372* ___group_numbers_6; // System.String System.Text.RegularExpressions.Regex::pattern String_t* ___pattern_7; // System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.Regex::roptions int32_t ___roptions_8; public: inline static int32_t get_offset_of_machineFactory_1() { return static_cast(offsetof(Regex_t3657309853, ___machineFactory_1)); } inline RuntimeObject* get_machineFactory_1() const { return ___machineFactory_1; } inline RuntimeObject** get_address_of_machineFactory_1() { return &___machineFactory_1; } inline void set_machineFactory_1(RuntimeObject* value) { ___machineFactory_1 = value; Il2CppCodeGenWriteBarrier((&___machineFactory_1), value); } inline static int32_t get_offset_of_mapping_2() { return static_cast(offsetof(Regex_t3657309853, ___mapping_2)); } inline RuntimeObject* get_mapping_2() const { return ___mapping_2; } inline RuntimeObject** get_address_of_mapping_2() { return &___mapping_2; } inline void set_mapping_2(RuntimeObject* value) { ___mapping_2 = value; Il2CppCodeGenWriteBarrier((&___mapping_2), value); } inline static int32_t get_offset_of_group_count_3() { return static_cast(offsetof(Regex_t3657309853, ___group_count_3)); } inline int32_t get_group_count_3() const { return ___group_count_3; } inline int32_t* get_address_of_group_count_3() { return &___group_count_3; } inline void set_group_count_3(int32_t value) { ___group_count_3 = value; } inline static int32_t get_offset_of_gap_4() { return static_cast(offsetof(Regex_t3657309853, ___gap_4)); } inline int32_t get_gap_4() const { return ___gap_4; } inline int32_t* get_address_of_gap_4() { return &___gap_4; } inline void set_gap_4(int32_t value) { ___gap_4 = value; } inline static int32_t get_offset_of_group_names_5() { return static_cast(offsetof(Regex_t3657309853, ___group_names_5)); } inline StringU5BU5D_t1281789340* get_group_names_5() const { return ___group_names_5; } inline StringU5BU5D_t1281789340** get_address_of_group_names_5() { return &___group_names_5; } inline void set_group_names_5(StringU5BU5D_t1281789340* value) { ___group_names_5 = value; Il2CppCodeGenWriteBarrier((&___group_names_5), value); } inline static int32_t get_offset_of_group_numbers_6() { return static_cast(offsetof(Regex_t3657309853, ___group_numbers_6)); } inline Int32U5BU5D_t385246372* get_group_numbers_6() const { return ___group_numbers_6; } inline Int32U5BU5D_t385246372** get_address_of_group_numbers_6() { return &___group_numbers_6; } inline void set_group_numbers_6(Int32U5BU5D_t385246372* value) { ___group_numbers_6 = value; Il2CppCodeGenWriteBarrier((&___group_numbers_6), value); } inline static int32_t get_offset_of_pattern_7() { return static_cast(offsetof(Regex_t3657309853, ___pattern_7)); } inline String_t* get_pattern_7() const { return ___pattern_7; } inline String_t** get_address_of_pattern_7() { return &___pattern_7; } inline void set_pattern_7(String_t* value) { ___pattern_7 = value; Il2CppCodeGenWriteBarrier((&___pattern_7), value); } inline static int32_t get_offset_of_roptions_8() { return static_cast(offsetof(Regex_t3657309853, ___roptions_8)); } inline int32_t get_roptions_8() const { return ___roptions_8; } inline int32_t* get_address_of_roptions_8() { return &___roptions_8; } inline void set_roptions_8(int32_t value) { ___roptions_8 = value; } }; struct Regex_t3657309853_StaticFields { public: // System.Text.RegularExpressions.FactoryCache System.Text.RegularExpressions.Regex::cache FactoryCache_t2327118887 * ___cache_0; public: inline static int32_t get_offset_of_cache_0() { return static_cast(offsetof(Regex_t3657309853_StaticFields, ___cache_0)); } inline FactoryCache_t2327118887 * get_cache_0() const { return ___cache_0; } inline FactoryCache_t2327118887 ** get_address_of_cache_0() { return &___cache_0; } inline void set_cache_0(FactoryCache_t2327118887 * value) { ___cache_0 = value; Il2CppCodeGenWriteBarrier((&___cache_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REGEX_T3657309853_H #ifndef X509CHAIN_T863783600_H #define X509CHAIN_T863783600_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.X509.X509Chain struct X509Chain_t863783600 : public RuntimeObject { public: // Mono.Security.X509.X509CertificateCollection Mono.Security.X509.X509Chain::roots X509CertificateCollection_t1542168550 * ___roots_0; // Mono.Security.X509.X509CertificateCollection Mono.Security.X509.X509Chain::certs X509CertificateCollection_t1542168550 * ___certs_1; // Mono.Security.X509.X509Certificate Mono.Security.X509.X509Chain::_root X509Certificate_t489243025 * ____root_2; // Mono.Security.X509.X509CertificateCollection Mono.Security.X509.X509Chain::_chain X509CertificateCollection_t1542168550 * ____chain_3; // Mono.Security.X509.X509ChainStatusFlags Mono.Security.X509.X509Chain::_status int32_t ____status_4; public: inline static int32_t get_offset_of_roots_0() { return static_cast(offsetof(X509Chain_t863783600, ___roots_0)); } inline X509CertificateCollection_t1542168550 * get_roots_0() const { return ___roots_0; } inline X509CertificateCollection_t1542168550 ** get_address_of_roots_0() { return &___roots_0; } inline void set_roots_0(X509CertificateCollection_t1542168550 * value) { ___roots_0 = value; Il2CppCodeGenWriteBarrier((&___roots_0), value); } inline static int32_t get_offset_of_certs_1() { return static_cast(offsetof(X509Chain_t863783600, ___certs_1)); } inline X509CertificateCollection_t1542168550 * get_certs_1() const { return ___certs_1; } inline X509CertificateCollection_t1542168550 ** get_address_of_certs_1() { return &___certs_1; } inline void set_certs_1(X509CertificateCollection_t1542168550 * value) { ___certs_1 = value; Il2CppCodeGenWriteBarrier((&___certs_1), value); } inline static int32_t get_offset_of__root_2() { return static_cast(offsetof(X509Chain_t863783600, ____root_2)); } inline X509Certificate_t489243025 * get__root_2() const { return ____root_2; } inline X509Certificate_t489243025 ** get_address_of__root_2() { return &____root_2; } inline void set__root_2(X509Certificate_t489243025 * value) { ____root_2 = value; Il2CppCodeGenWriteBarrier((&____root_2), value); } inline static int32_t get_offset_of__chain_3() { return static_cast(offsetof(X509Chain_t863783600, ____chain_3)); } inline X509CertificateCollection_t1542168550 * get__chain_3() const { return ____chain_3; } inline X509CertificateCollection_t1542168550 ** get_address_of__chain_3() { return &____chain_3; } inline void set__chain_3(X509CertificateCollection_t1542168550 * value) { ____chain_3 = value; Il2CppCodeGenWriteBarrier((&____chain_3), value); } inline static int32_t get_offset_of__status_4() { return static_cast(offsetof(X509Chain_t863783600, ____status_4)); } inline int32_t get__status_4() const { return ____status_4; } inline int32_t* get_address_of__status_4() { return &____status_4; } inline void set__status_4(int32_t value) { ____status_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509CHAIN_T863783600_H #ifndef TYPE_T_H #define TYPE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_t3027515415 ____impl_1; public: inline static int32_t get_offset_of__impl_1() { return static_cast(offsetof(Type_t, ____impl_1)); } inline RuntimeTypeHandle_t3027515415 get__impl_1() const { return ____impl_1; } inline RuntimeTypeHandle_t3027515415 * get_address_of__impl_1() { return &____impl_1; } inline void set__impl_1(RuntimeTypeHandle_t3027515415 value) { ____impl_1 = value; } }; struct Type_t_StaticFields { public: // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_2; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t3940880105* ___EmptyTypes_3; // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t426314064 * ___FilterAttribute_4; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t426314064 * ___FilterName_5; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t426314064 * ___FilterNameIgnoreCase_6; // System.Object System.Type::Missing RuntimeObject * ___Missing_7; public: inline static int32_t get_offset_of_Delimiter_2() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_2)); } inline Il2CppChar get_Delimiter_2() const { return ___Delimiter_2; } inline Il2CppChar* get_address_of_Delimiter_2() { return &___Delimiter_2; } inline void set_Delimiter_2(Il2CppChar value) { ___Delimiter_2 = value; } inline static int32_t get_offset_of_EmptyTypes_3() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_3)); } inline TypeU5BU5D_t3940880105* get_EmptyTypes_3() const { return ___EmptyTypes_3; } inline TypeU5BU5D_t3940880105** get_address_of_EmptyTypes_3() { return &___EmptyTypes_3; } inline void set_EmptyTypes_3(TypeU5BU5D_t3940880105* value) { ___EmptyTypes_3 = value; Il2CppCodeGenWriteBarrier((&___EmptyTypes_3), value); } inline static int32_t get_offset_of_FilterAttribute_4() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_4)); } inline MemberFilter_t426314064 * get_FilterAttribute_4() const { return ___FilterAttribute_4; } inline MemberFilter_t426314064 ** get_address_of_FilterAttribute_4() { return &___FilterAttribute_4; } inline void set_FilterAttribute_4(MemberFilter_t426314064 * value) { ___FilterAttribute_4 = value; Il2CppCodeGenWriteBarrier((&___FilterAttribute_4), value); } inline static int32_t get_offset_of_FilterName_5() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_5)); } inline MemberFilter_t426314064 * get_FilterName_5() const { return ___FilterName_5; } inline MemberFilter_t426314064 ** get_address_of_FilterName_5() { return &___FilterName_5; } inline void set_FilterName_5(MemberFilter_t426314064 * value) { ___FilterName_5 = value; Il2CppCodeGenWriteBarrier((&___FilterName_5), value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_6() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_6)); } inline MemberFilter_t426314064 * get_FilterNameIgnoreCase_6() const { return ___FilterNameIgnoreCase_6; } inline MemberFilter_t426314064 ** get_address_of_FilterNameIgnoreCase_6() { return &___FilterNameIgnoreCase_6; } inline void set_FilterNameIgnoreCase_6(MemberFilter_t426314064 * value) { ___FilterNameIgnoreCase_6 = value; Il2CppCodeGenWriteBarrier((&___FilterNameIgnoreCase_6), value); } inline static int32_t get_offset_of_Missing_7() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_7)); } inline RuntimeObject * get_Missing_7() const { return ___Missing_7; } inline RuntimeObject ** get_address_of_Missing_7() { return &___Missing_7; } inline void set_Missing_7(RuntimeObject * value) { ___Missing_7 = value; Il2CppCodeGenWriteBarrier((&___Missing_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPE_T_H #ifndef TLSSERVERKEYEXCHANGE_T699469151_H #define TLSSERVERKEYEXCHANGE_T699469151_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.Handshake.Client.TlsServerKeyExchange struct TlsServerKeyExchange_t699469151 : public HandshakeMessage_t3696583168 { public: // System.Security.Cryptography.RSAParameters Mono.Security.Protocol.Tls.Handshake.Client.TlsServerKeyExchange::rsaParams RSAParameters_t1728406613 ___rsaParams_9; // System.Byte[] Mono.Security.Protocol.Tls.Handshake.Client.TlsServerKeyExchange::signedParams ByteU5BU5D_t4116647657* ___signedParams_10; public: inline static int32_t get_offset_of_rsaParams_9() { return static_cast(offsetof(TlsServerKeyExchange_t699469151, ___rsaParams_9)); } inline RSAParameters_t1728406613 get_rsaParams_9() const { return ___rsaParams_9; } inline RSAParameters_t1728406613 * get_address_of_rsaParams_9() { return &___rsaParams_9; } inline void set_rsaParams_9(RSAParameters_t1728406613 value) { ___rsaParams_9 = value; } inline static int32_t get_offset_of_signedParams_10() { return static_cast(offsetof(TlsServerKeyExchange_t699469151, ___signedParams_10)); } inline ByteU5BU5D_t4116647657* get_signedParams_10() const { return ___signedParams_10; } inline ByteU5BU5D_t4116647657** get_address_of_signedParams_10() { return &___signedParams_10; } inline void set_signedParams_10(ByteU5BU5D_t4116647657* value) { ___signedParams_10 = value; Il2CppCodeGenWriteBarrier((&___signedParams_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TLSSERVERKEYEXCHANGE_T699469151_H #ifndef TLSSERVERCERTIFICATEREQUEST_T3690397592_H #define TLSSERVERCERTIFICATEREQUEST_T3690397592_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.Handshake.Client.TlsServerCertificateRequest struct TlsServerCertificateRequest_t3690397592 : public HandshakeMessage_t3696583168 { public: // Mono.Security.Protocol.Tls.Handshake.ClientCertificateType[] Mono.Security.Protocol.Tls.Handshake.Client.TlsServerCertificateRequest::certificateTypes ClientCertificateTypeU5BU5D_t4253920197* ___certificateTypes_9; // System.String[] Mono.Security.Protocol.Tls.Handshake.Client.TlsServerCertificateRequest::distinguisedNames StringU5BU5D_t1281789340* ___distinguisedNames_10; public: inline static int32_t get_offset_of_certificateTypes_9() { return static_cast(offsetof(TlsServerCertificateRequest_t3690397592, ___certificateTypes_9)); } inline ClientCertificateTypeU5BU5D_t4253920197* get_certificateTypes_9() const { return ___certificateTypes_9; } inline ClientCertificateTypeU5BU5D_t4253920197** get_address_of_certificateTypes_9() { return &___certificateTypes_9; } inline void set_certificateTypes_9(ClientCertificateTypeU5BU5D_t4253920197* value) { ___certificateTypes_9 = value; Il2CppCodeGenWriteBarrier((&___certificateTypes_9), value); } inline static int32_t get_offset_of_distinguisedNames_10() { return static_cast(offsetof(TlsServerCertificateRequest_t3690397592, ___distinguisedNames_10)); } inline StringU5BU5D_t1281789340* get_distinguisedNames_10() const { return ___distinguisedNames_10; } inline StringU5BU5D_t1281789340** get_address_of_distinguisedNames_10() { return &___distinguisedNames_10; } inline void set_distinguisedNames_10(StringU5BU5D_t1281789340* value) { ___distinguisedNames_10 = value; Il2CppCodeGenWriteBarrier((&___distinguisedNames_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TLSSERVERCERTIFICATEREQUEST_T3690397592_H #ifndef TLSSERVERHELLODONE_T1850379324_H #define TLSSERVERHELLODONE_T1850379324_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.Handshake.Client.TlsServerHelloDone struct TlsServerHelloDone_t1850379324 : public HandshakeMessage_t3696583168 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TLSSERVERHELLODONE_T1850379324_H #ifndef TLSSERVERFINISHED_T3860330041_H #define TLSSERVERFINISHED_T3860330041_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.Handshake.Client.TlsServerFinished struct TlsServerFinished_t3860330041 : public HandshakeMessage_t3696583168 { public: public: }; struct TlsServerFinished_t3860330041_StaticFields { public: // System.Byte[] Mono.Security.Protocol.Tls.Handshake.Client.TlsServerFinished::Ssl3Marker ByteU5BU5D_t4116647657* ___Ssl3Marker_9; public: inline static int32_t get_offset_of_Ssl3Marker_9() { return static_cast(offsetof(TlsServerFinished_t3860330041_StaticFields, ___Ssl3Marker_9)); } inline ByteU5BU5D_t4116647657* get_Ssl3Marker_9() const { return ___Ssl3Marker_9; } inline ByteU5BU5D_t4116647657** get_address_of_Ssl3Marker_9() { return &___Ssl3Marker_9; } inline void set_Ssl3Marker_9(ByteU5BU5D_t4116647657* value) { ___Ssl3Marker_9 = value; Il2CppCodeGenWriteBarrier((&___Ssl3Marker_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TLSSERVERFINISHED_T3860330041_H #ifndef SSLCIPHERSUITE_T1981645747_H #define SSLCIPHERSUITE_T1981645747_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.SslCipherSuite struct SslCipherSuite_t1981645747 : public CipherSuite_t3414744575 { public: // System.Byte[] Mono.Security.Protocol.Tls.SslCipherSuite::pad1 ByteU5BU5D_t4116647657* ___pad1_21; // System.Byte[] Mono.Security.Protocol.Tls.SslCipherSuite::pad2 ByteU5BU5D_t4116647657* ___pad2_22; // System.Byte[] Mono.Security.Protocol.Tls.SslCipherSuite::header ByteU5BU5D_t4116647657* ___header_23; public: inline static int32_t get_offset_of_pad1_21() { return static_cast(offsetof(SslCipherSuite_t1981645747, ___pad1_21)); } inline ByteU5BU5D_t4116647657* get_pad1_21() const { return ___pad1_21; } inline ByteU5BU5D_t4116647657** get_address_of_pad1_21() { return &___pad1_21; } inline void set_pad1_21(ByteU5BU5D_t4116647657* value) { ___pad1_21 = value; Il2CppCodeGenWriteBarrier((&___pad1_21), value); } inline static int32_t get_offset_of_pad2_22() { return static_cast(offsetof(SslCipherSuite_t1981645747, ___pad2_22)); } inline ByteU5BU5D_t4116647657* get_pad2_22() const { return ___pad2_22; } inline ByteU5BU5D_t4116647657** get_address_of_pad2_22() { return &___pad2_22; } inline void set_pad2_22(ByteU5BU5D_t4116647657* value) { ___pad2_22 = value; Il2CppCodeGenWriteBarrier((&___pad2_22), value); } inline static int32_t get_offset_of_header_23() { return static_cast(offsetof(SslCipherSuite_t1981645747, ___header_23)); } inline ByteU5BU5D_t4116647657* get_header_23() const { return ___header_23; } inline ByteU5BU5D_t4116647657** get_address_of_header_23() { return &___header_23; } inline void set_header_23(ByteU5BU5D_t4116647657* value) { ___header_23 = value; Il2CppCodeGenWriteBarrier((&___header_23), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SSLCIPHERSUITE_T1981645747_H #ifndef TLSCIPHERSUITE_T1545013223_H #define TLSCIPHERSUITE_T1545013223_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.TlsCipherSuite struct TlsCipherSuite_t1545013223 : public CipherSuite_t3414744575 { public: // System.Byte[] Mono.Security.Protocol.Tls.TlsCipherSuite::header ByteU5BU5D_t4116647657* ___header_21; // System.Object Mono.Security.Protocol.Tls.TlsCipherSuite::headerLock RuntimeObject * ___headerLock_22; public: inline static int32_t get_offset_of_header_21() { return static_cast(offsetof(TlsCipherSuite_t1545013223, ___header_21)); } inline ByteU5BU5D_t4116647657* get_header_21() const { return ___header_21; } inline ByteU5BU5D_t4116647657** get_address_of_header_21() { return &___header_21; } inline void set_header_21(ByteU5BU5D_t4116647657* value) { ___header_21 = value; Il2CppCodeGenWriteBarrier((&___header_21), value); } inline static int32_t get_offset_of_headerLock_22() { return static_cast(offsetof(TlsCipherSuite_t1545013223, ___headerLock_22)); } inline RuntimeObject * get_headerLock_22() const { return ___headerLock_22; } inline RuntimeObject ** get_address_of_headerLock_22() { return &___headerLock_22; } inline void set_headerLock_22(RuntimeObject * value) { ___headerLock_22 = value; Il2CppCodeGenWriteBarrier((&___headerLock_22), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TLSCIPHERSUITE_T1545013223_H #ifndef SERVERCONTEXT_T3848440993_H #define SERVERCONTEXT_T3848440993_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.ServerContext struct ServerContext_t3848440993 : public Context_t3971234707 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERVERCONTEXT_T3848440993_H #ifndef ASYNCCALLBACK_T3962456242_H #define ASYNCCALLBACK_T3962456242_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.AsyncCallback struct AsyncCallback_t3962456242 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASYNCCALLBACK_T3962456242_H #ifndef TLSCLIENTHELLO_T97965998_H #define TLSCLIENTHELLO_T97965998_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.Handshake.Client.TlsClientHello struct TlsClientHello_t97965998 : public HandshakeMessage_t3696583168 { public: // System.Byte[] Mono.Security.Protocol.Tls.Handshake.Client.TlsClientHello::random ByteU5BU5D_t4116647657* ___random_9; public: inline static int32_t get_offset_of_random_9() { return static_cast(offsetof(TlsClientHello_t97965998, ___random_9)); } inline ByteU5BU5D_t4116647657* get_random_9() const { return ___random_9; } inline ByteU5BU5D_t4116647657** get_address_of_random_9() { return &___random_9; } inline void set_random_9(ByteU5BU5D_t4116647657* value) { ___random_9 = value; Il2CppCodeGenWriteBarrier((&___random_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TLSCLIENTHELLO_T97965998_H #ifndef TLSCLIENTCERTIFICATE_T3519510577_H #define TLSCLIENTCERTIFICATE_T3519510577_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.Handshake.Client.TlsClientCertificate struct TlsClientCertificate_t3519510577 : public HandshakeMessage_t3696583168 { public: // System.Boolean Mono.Security.Protocol.Tls.Handshake.Client.TlsClientCertificate::clientCertSelected bool ___clientCertSelected_9; // System.Security.Cryptography.X509Certificates.X509Certificate Mono.Security.Protocol.Tls.Handshake.Client.TlsClientCertificate::clientCert X509Certificate_t713131622 * ___clientCert_10; public: inline static int32_t get_offset_of_clientCertSelected_9() { return static_cast(offsetof(TlsClientCertificate_t3519510577, ___clientCertSelected_9)); } inline bool get_clientCertSelected_9() const { return ___clientCertSelected_9; } inline bool* get_address_of_clientCertSelected_9() { return &___clientCertSelected_9; } inline void set_clientCertSelected_9(bool value) { ___clientCertSelected_9 = value; } inline static int32_t get_offset_of_clientCert_10() { return static_cast(offsetof(TlsClientCertificate_t3519510577, ___clientCert_10)); } inline X509Certificate_t713131622 * get_clientCert_10() const { return ___clientCert_10; } inline X509Certificate_t713131622 ** get_address_of_clientCert_10() { return &___clientCert_10; } inline void set_clientCert_10(X509Certificate_t713131622 * value) { ___clientCert_10 = value; Il2CppCodeGenWriteBarrier((&___clientCert_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TLSCLIENTCERTIFICATE_T3519510577_H #ifndef TLSCLIENTKEYEXCHANGE_T643923608_H #define TLSCLIENTKEYEXCHANGE_T643923608_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.Handshake.Client.TlsClientKeyExchange struct TlsClientKeyExchange_t643923608 : public HandshakeMessage_t3696583168 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TLSCLIENTKEYEXCHANGE_T643923608_H #ifndef TLSCLIENTCERTIFICATEVERIFY_T1824902654_H #define TLSCLIENTCERTIFICATEVERIFY_T1824902654_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.Handshake.Client.TlsClientCertificateVerify struct TlsClientCertificateVerify_t1824902654 : public HandshakeMessage_t3696583168 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TLSCLIENTCERTIFICATEVERIFY_T1824902654_H #ifndef TLSCLIENTFINISHED_T2486981163_H #define TLSCLIENTFINISHED_T2486981163_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.Handshake.Client.TlsClientFinished struct TlsClientFinished_t2486981163 : public HandshakeMessage_t3696583168 { public: public: }; struct TlsClientFinished_t2486981163_StaticFields { public: // System.Byte[] Mono.Security.Protocol.Tls.Handshake.Client.TlsClientFinished::Ssl3Marker ByteU5BU5D_t4116647657* ___Ssl3Marker_9; public: inline static int32_t get_offset_of_Ssl3Marker_9() { return static_cast(offsetof(TlsClientFinished_t2486981163_StaticFields, ___Ssl3Marker_9)); } inline ByteU5BU5D_t4116647657* get_Ssl3Marker_9() const { return ___Ssl3Marker_9; } inline ByteU5BU5D_t4116647657** get_address_of_Ssl3Marker_9() { return &___Ssl3Marker_9; } inline void set_Ssl3Marker_9(ByteU5BU5D_t4116647657* value) { ___Ssl3Marker_9 = value; Il2CppCodeGenWriteBarrier((&___Ssl3Marker_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TLSCLIENTFINISHED_T2486981163_H #ifndef TLSSERVERHELLO_T3343859594_H #define TLSSERVERHELLO_T3343859594_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.Handshake.Client.TlsServerHello struct TlsServerHello_t3343859594 : public HandshakeMessage_t3696583168 { public: // Mono.Security.Protocol.Tls.SecurityCompressionType Mono.Security.Protocol.Tls.Handshake.Client.TlsServerHello::compressionMethod int32_t ___compressionMethod_9; // System.Byte[] Mono.Security.Protocol.Tls.Handshake.Client.TlsServerHello::random ByteU5BU5D_t4116647657* ___random_10; // System.Byte[] Mono.Security.Protocol.Tls.Handshake.Client.TlsServerHello::sessionId ByteU5BU5D_t4116647657* ___sessionId_11; // Mono.Security.Protocol.Tls.CipherSuite Mono.Security.Protocol.Tls.Handshake.Client.TlsServerHello::cipherSuite CipherSuite_t3414744575 * ___cipherSuite_12; public: inline static int32_t get_offset_of_compressionMethod_9() { return static_cast(offsetof(TlsServerHello_t3343859594, ___compressionMethod_9)); } inline int32_t get_compressionMethod_9() const { return ___compressionMethod_9; } inline int32_t* get_address_of_compressionMethod_9() { return &___compressionMethod_9; } inline void set_compressionMethod_9(int32_t value) { ___compressionMethod_9 = value; } inline static int32_t get_offset_of_random_10() { return static_cast(offsetof(TlsServerHello_t3343859594, ___random_10)); } inline ByteU5BU5D_t4116647657* get_random_10() const { return ___random_10; } inline ByteU5BU5D_t4116647657** get_address_of_random_10() { return &___random_10; } inline void set_random_10(ByteU5BU5D_t4116647657* value) { ___random_10 = value; Il2CppCodeGenWriteBarrier((&___random_10), value); } inline static int32_t get_offset_of_sessionId_11() { return static_cast(offsetof(TlsServerHello_t3343859594, ___sessionId_11)); } inline ByteU5BU5D_t4116647657* get_sessionId_11() const { return ___sessionId_11; } inline ByteU5BU5D_t4116647657** get_address_of_sessionId_11() { return &___sessionId_11; } inline void set_sessionId_11(ByteU5BU5D_t4116647657* value) { ___sessionId_11 = value; Il2CppCodeGenWriteBarrier((&___sessionId_11), value); } inline static int32_t get_offset_of_cipherSuite_12() { return static_cast(offsetof(TlsServerHello_t3343859594, ___cipherSuite_12)); } inline CipherSuite_t3414744575 * get_cipherSuite_12() const { return ___cipherSuite_12; } inline CipherSuite_t3414744575 ** get_address_of_cipherSuite_12() { return &___cipherSuite_12; } inline void set_cipherSuite_12(CipherSuite_t3414744575 * value) { ___cipherSuite_12 = value; Il2CppCodeGenWriteBarrier((&___cipherSuite_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TLSSERVERHELLO_T3343859594_H #ifndef TLSSERVERCERTIFICATE_T2716496392_H #define TLSSERVERCERTIFICATE_T2716496392_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.Handshake.Client.TlsServerCertificate struct TlsServerCertificate_t2716496392 : public HandshakeMessage_t3696583168 { public: // Mono.Security.X509.X509CertificateCollection Mono.Security.Protocol.Tls.Handshake.Client.TlsServerCertificate::certificates X509CertificateCollection_t1542168550 * ___certificates_9; public: inline static int32_t get_offset_of_certificates_9() { return static_cast(offsetof(TlsServerCertificate_t2716496392, ___certificates_9)); } inline X509CertificateCollection_t1542168550 * get_certificates_9() const { return ___certificates_9; } inline X509CertificateCollection_t1542168550 ** get_address_of_certificates_9() { return &___certificates_9; } inline void set_certificates_9(X509CertificateCollection_t1542168550 * value) { ___certificates_9 = value; Il2CppCodeGenWriteBarrier((&___certificates_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TLSSERVERCERTIFICATE_T2716496392_H #ifndef PRIMALITYTEST_T1539325944_H #define PRIMALITYTEST_T1539325944_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Math.Prime.PrimalityTest struct PrimalityTest_t1539325944 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PRIMALITYTEST_T1539325944_H #ifndef X509CERTIFICATE_T489243025_H #define X509CERTIFICATE_T489243025_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.X509.X509Certificate struct X509Certificate_t489243025 : public RuntimeObject { public: // Mono.Security.ASN1 Mono.Security.X509.X509Certificate::decoder ASN1_t2114160833 * ___decoder_0; // System.Byte[] Mono.Security.X509.X509Certificate::m_encodedcert ByteU5BU5D_t4116647657* ___m_encodedcert_1; // System.DateTime Mono.Security.X509.X509Certificate::m_from DateTime_t3738529785 ___m_from_2; // System.DateTime Mono.Security.X509.X509Certificate::m_until DateTime_t3738529785 ___m_until_3; // Mono.Security.ASN1 Mono.Security.X509.X509Certificate::issuer ASN1_t2114160833 * ___issuer_4; // System.String Mono.Security.X509.X509Certificate::m_issuername String_t* ___m_issuername_5; // System.String Mono.Security.X509.X509Certificate::m_keyalgo String_t* ___m_keyalgo_6; // System.Byte[] Mono.Security.X509.X509Certificate::m_keyalgoparams ByteU5BU5D_t4116647657* ___m_keyalgoparams_7; // Mono.Security.ASN1 Mono.Security.X509.X509Certificate::subject ASN1_t2114160833 * ___subject_8; // System.String Mono.Security.X509.X509Certificate::m_subject String_t* ___m_subject_9; // System.Byte[] Mono.Security.X509.X509Certificate::m_publickey ByteU5BU5D_t4116647657* ___m_publickey_10; // System.Byte[] Mono.Security.X509.X509Certificate::signature ByteU5BU5D_t4116647657* ___signature_11; // System.String Mono.Security.X509.X509Certificate::m_signaturealgo String_t* ___m_signaturealgo_12; // System.Byte[] Mono.Security.X509.X509Certificate::m_signaturealgoparams ByteU5BU5D_t4116647657* ___m_signaturealgoparams_13; // System.Byte[] Mono.Security.X509.X509Certificate::certhash ByteU5BU5D_t4116647657* ___certhash_14; // System.Security.Cryptography.RSA Mono.Security.X509.X509Certificate::_rsa RSA_t2385438082 * ____rsa_15; // System.Security.Cryptography.DSA Mono.Security.X509.X509Certificate::_dsa DSA_t2386879874 * ____dsa_16; // System.Int32 Mono.Security.X509.X509Certificate::version int32_t ___version_17; // System.Byte[] Mono.Security.X509.X509Certificate::serialnumber ByteU5BU5D_t4116647657* ___serialnumber_18; // System.Byte[] Mono.Security.X509.X509Certificate::issuerUniqueID ByteU5BU5D_t4116647657* ___issuerUniqueID_19; // System.Byte[] Mono.Security.X509.X509Certificate::subjectUniqueID ByteU5BU5D_t4116647657* ___subjectUniqueID_20; // Mono.Security.X509.X509ExtensionCollection Mono.Security.X509.X509Certificate::extensions X509ExtensionCollection_t609554709 * ___extensions_21; public: inline static int32_t get_offset_of_decoder_0() { return static_cast(offsetof(X509Certificate_t489243025, ___decoder_0)); } inline ASN1_t2114160833 * get_decoder_0() const { return ___decoder_0; } inline ASN1_t2114160833 ** get_address_of_decoder_0() { return &___decoder_0; } inline void set_decoder_0(ASN1_t2114160833 * value) { ___decoder_0 = value; Il2CppCodeGenWriteBarrier((&___decoder_0), value); } inline static int32_t get_offset_of_m_encodedcert_1() { return static_cast(offsetof(X509Certificate_t489243025, ___m_encodedcert_1)); } inline ByteU5BU5D_t4116647657* get_m_encodedcert_1() const { return ___m_encodedcert_1; } inline ByteU5BU5D_t4116647657** get_address_of_m_encodedcert_1() { return &___m_encodedcert_1; } inline void set_m_encodedcert_1(ByteU5BU5D_t4116647657* value) { ___m_encodedcert_1 = value; Il2CppCodeGenWriteBarrier((&___m_encodedcert_1), value); } inline static int32_t get_offset_of_m_from_2() { return static_cast(offsetof(X509Certificate_t489243025, ___m_from_2)); } inline DateTime_t3738529785 get_m_from_2() const { return ___m_from_2; } inline DateTime_t3738529785 * get_address_of_m_from_2() { return &___m_from_2; } inline void set_m_from_2(DateTime_t3738529785 value) { ___m_from_2 = value; } inline static int32_t get_offset_of_m_until_3() { return static_cast(offsetof(X509Certificate_t489243025, ___m_until_3)); } inline DateTime_t3738529785 get_m_until_3() const { return ___m_until_3; } inline DateTime_t3738529785 * get_address_of_m_until_3() { return &___m_until_3; } inline void set_m_until_3(DateTime_t3738529785 value) { ___m_until_3 = value; } inline static int32_t get_offset_of_issuer_4() { return static_cast(offsetof(X509Certificate_t489243025, ___issuer_4)); } inline ASN1_t2114160833 * get_issuer_4() const { return ___issuer_4; } inline ASN1_t2114160833 ** get_address_of_issuer_4() { return &___issuer_4; } inline void set_issuer_4(ASN1_t2114160833 * value) { ___issuer_4 = value; Il2CppCodeGenWriteBarrier((&___issuer_4), value); } inline static int32_t get_offset_of_m_issuername_5() { return static_cast(offsetof(X509Certificate_t489243025, ___m_issuername_5)); } inline String_t* get_m_issuername_5() const { return ___m_issuername_5; } inline String_t** get_address_of_m_issuername_5() { return &___m_issuername_5; } inline void set_m_issuername_5(String_t* value) { ___m_issuername_5 = value; Il2CppCodeGenWriteBarrier((&___m_issuername_5), value); } inline static int32_t get_offset_of_m_keyalgo_6() { return static_cast(offsetof(X509Certificate_t489243025, ___m_keyalgo_6)); } inline String_t* get_m_keyalgo_6() const { return ___m_keyalgo_6; } inline String_t** get_address_of_m_keyalgo_6() { return &___m_keyalgo_6; } inline void set_m_keyalgo_6(String_t* value) { ___m_keyalgo_6 = value; Il2CppCodeGenWriteBarrier((&___m_keyalgo_6), value); } inline static int32_t get_offset_of_m_keyalgoparams_7() { return static_cast(offsetof(X509Certificate_t489243025, ___m_keyalgoparams_7)); } inline ByteU5BU5D_t4116647657* get_m_keyalgoparams_7() const { return ___m_keyalgoparams_7; } inline ByteU5BU5D_t4116647657** get_address_of_m_keyalgoparams_7() { return &___m_keyalgoparams_7; } inline void set_m_keyalgoparams_7(ByteU5BU5D_t4116647657* value) { ___m_keyalgoparams_7 = value; Il2CppCodeGenWriteBarrier((&___m_keyalgoparams_7), value); } inline static int32_t get_offset_of_subject_8() { return static_cast(offsetof(X509Certificate_t489243025, ___subject_8)); } inline ASN1_t2114160833 * get_subject_8() const { return ___subject_8; } inline ASN1_t2114160833 ** get_address_of_subject_8() { return &___subject_8; } inline void set_subject_8(ASN1_t2114160833 * value) { ___subject_8 = value; Il2CppCodeGenWriteBarrier((&___subject_8), value); } inline static int32_t get_offset_of_m_subject_9() { return static_cast(offsetof(X509Certificate_t489243025, ___m_subject_9)); } inline String_t* get_m_subject_9() const { return ___m_subject_9; } inline String_t** get_address_of_m_subject_9() { return &___m_subject_9; } inline void set_m_subject_9(String_t* value) { ___m_subject_9 = value; Il2CppCodeGenWriteBarrier((&___m_subject_9), value); } inline static int32_t get_offset_of_m_publickey_10() { return static_cast(offsetof(X509Certificate_t489243025, ___m_publickey_10)); } inline ByteU5BU5D_t4116647657* get_m_publickey_10() const { return ___m_publickey_10; } inline ByteU5BU5D_t4116647657** get_address_of_m_publickey_10() { return &___m_publickey_10; } inline void set_m_publickey_10(ByteU5BU5D_t4116647657* value) { ___m_publickey_10 = value; Il2CppCodeGenWriteBarrier((&___m_publickey_10), value); } inline static int32_t get_offset_of_signature_11() { return static_cast(offsetof(X509Certificate_t489243025, ___signature_11)); } inline ByteU5BU5D_t4116647657* get_signature_11() const { return ___signature_11; } inline ByteU5BU5D_t4116647657** get_address_of_signature_11() { return &___signature_11; } inline void set_signature_11(ByteU5BU5D_t4116647657* value) { ___signature_11 = value; Il2CppCodeGenWriteBarrier((&___signature_11), value); } inline static int32_t get_offset_of_m_signaturealgo_12() { return static_cast(offsetof(X509Certificate_t489243025, ___m_signaturealgo_12)); } inline String_t* get_m_signaturealgo_12() const { return ___m_signaturealgo_12; } inline String_t** get_address_of_m_signaturealgo_12() { return &___m_signaturealgo_12; } inline void set_m_signaturealgo_12(String_t* value) { ___m_signaturealgo_12 = value; Il2CppCodeGenWriteBarrier((&___m_signaturealgo_12), value); } inline static int32_t get_offset_of_m_signaturealgoparams_13() { return static_cast(offsetof(X509Certificate_t489243025, ___m_signaturealgoparams_13)); } inline ByteU5BU5D_t4116647657* get_m_signaturealgoparams_13() const { return ___m_signaturealgoparams_13; } inline ByteU5BU5D_t4116647657** get_address_of_m_signaturealgoparams_13() { return &___m_signaturealgoparams_13; } inline void set_m_signaturealgoparams_13(ByteU5BU5D_t4116647657* value) { ___m_signaturealgoparams_13 = value; Il2CppCodeGenWriteBarrier((&___m_signaturealgoparams_13), value); } inline static int32_t get_offset_of_certhash_14() { return static_cast(offsetof(X509Certificate_t489243025, ___certhash_14)); } inline ByteU5BU5D_t4116647657* get_certhash_14() const { return ___certhash_14; } inline ByteU5BU5D_t4116647657** get_address_of_certhash_14() { return &___certhash_14; } inline void set_certhash_14(ByteU5BU5D_t4116647657* value) { ___certhash_14 = value; Il2CppCodeGenWriteBarrier((&___certhash_14), value); } inline static int32_t get_offset_of__rsa_15() { return static_cast(offsetof(X509Certificate_t489243025, ____rsa_15)); } inline RSA_t2385438082 * get__rsa_15() const { return ____rsa_15; } inline RSA_t2385438082 ** get_address_of__rsa_15() { return &____rsa_15; } inline void set__rsa_15(RSA_t2385438082 * value) { ____rsa_15 = value; Il2CppCodeGenWriteBarrier((&____rsa_15), value); } inline static int32_t get_offset_of__dsa_16() { return static_cast(offsetof(X509Certificate_t489243025, ____dsa_16)); } inline DSA_t2386879874 * get__dsa_16() const { return ____dsa_16; } inline DSA_t2386879874 ** get_address_of__dsa_16() { return &____dsa_16; } inline void set__dsa_16(DSA_t2386879874 * value) { ____dsa_16 = value; Il2CppCodeGenWriteBarrier((&____dsa_16), value); } inline static int32_t get_offset_of_version_17() { return static_cast(offsetof(X509Certificate_t489243025, ___version_17)); } inline int32_t get_version_17() const { return ___version_17; } inline int32_t* get_address_of_version_17() { return &___version_17; } inline void set_version_17(int32_t value) { ___version_17 = value; } inline static int32_t get_offset_of_serialnumber_18() { return static_cast(offsetof(X509Certificate_t489243025, ___serialnumber_18)); } inline ByteU5BU5D_t4116647657* get_serialnumber_18() const { return ___serialnumber_18; } inline ByteU5BU5D_t4116647657** get_address_of_serialnumber_18() { return &___serialnumber_18; } inline void set_serialnumber_18(ByteU5BU5D_t4116647657* value) { ___serialnumber_18 = value; Il2CppCodeGenWriteBarrier((&___serialnumber_18), value); } inline static int32_t get_offset_of_issuerUniqueID_19() { return static_cast(offsetof(X509Certificate_t489243025, ___issuerUniqueID_19)); } inline ByteU5BU5D_t4116647657* get_issuerUniqueID_19() const { return ___issuerUniqueID_19; } inline ByteU5BU5D_t4116647657** get_address_of_issuerUniqueID_19() { return &___issuerUniqueID_19; } inline void set_issuerUniqueID_19(ByteU5BU5D_t4116647657* value) { ___issuerUniqueID_19 = value; Il2CppCodeGenWriteBarrier((&___issuerUniqueID_19), value); } inline static int32_t get_offset_of_subjectUniqueID_20() { return static_cast(offsetof(X509Certificate_t489243025, ___subjectUniqueID_20)); } inline ByteU5BU5D_t4116647657* get_subjectUniqueID_20() const { return ___subjectUniqueID_20; } inline ByteU5BU5D_t4116647657** get_address_of_subjectUniqueID_20() { return &___subjectUniqueID_20; } inline void set_subjectUniqueID_20(ByteU5BU5D_t4116647657* value) { ___subjectUniqueID_20 = value; Il2CppCodeGenWriteBarrier((&___subjectUniqueID_20), value); } inline static int32_t get_offset_of_extensions_21() { return static_cast(offsetof(X509Certificate_t489243025, ___extensions_21)); } inline X509ExtensionCollection_t609554709 * get_extensions_21() const { return ___extensions_21; } inline X509ExtensionCollection_t609554709 ** get_address_of_extensions_21() { return &___extensions_21; } inline void set_extensions_21(X509ExtensionCollection_t609554709 * value) { ___extensions_21 = value; Il2CppCodeGenWriteBarrier((&___extensions_21), value); } }; struct X509Certificate_t489243025_StaticFields { public: // System.String Mono.Security.X509.X509Certificate::encoding_error String_t* ___encoding_error_22; // System.Collections.Generic.Dictionary`2 Mono.Security.X509.X509Certificate::<>f__switch$mapF Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24mapF_23; // System.Collections.Generic.Dictionary`2 Mono.Security.X509.X509Certificate::<>f__switch$map10 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map10_24; // System.Collections.Generic.Dictionary`2 Mono.Security.X509.X509Certificate::<>f__switch$map11 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map11_25; public: inline static int32_t get_offset_of_encoding_error_22() { return static_cast(offsetof(X509Certificate_t489243025_StaticFields, ___encoding_error_22)); } inline String_t* get_encoding_error_22() const { return ___encoding_error_22; } inline String_t** get_address_of_encoding_error_22() { return &___encoding_error_22; } inline void set_encoding_error_22(String_t* value) { ___encoding_error_22 = value; Il2CppCodeGenWriteBarrier((&___encoding_error_22), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24mapF_23() { return static_cast(offsetof(X509Certificate_t489243025_StaticFields, ___U3CU3Ef__switchU24mapF_23)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24mapF_23() const { return ___U3CU3Ef__switchU24mapF_23; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24mapF_23() { return &___U3CU3Ef__switchU24mapF_23; } inline void set_U3CU3Ef__switchU24mapF_23(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24mapF_23 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24mapF_23), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map10_24() { return static_cast(offsetof(X509Certificate_t489243025_StaticFields, ___U3CU3Ef__switchU24map10_24)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map10_24() const { return ___U3CU3Ef__switchU24map10_24; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map10_24() { return &___U3CU3Ef__switchU24map10_24; } inline void set_U3CU3Ef__switchU24map10_24(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map10_24 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map10_24), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map11_25() { return static_cast(offsetof(X509Certificate_t489243025_StaticFields, ___U3CU3Ef__switchU24map11_25)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map11_25() const { return ___U3CU3Ef__switchU24map11_25; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map11_25() { return &___U3CU3Ef__switchU24map11_25; } inline void set_U3CU3Ef__switchU24map11_25(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map11_25 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map11_25), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509CERTIFICATE_T489243025_H #ifndef DES_T821106792_H #define DES_T821106792_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.DES struct DES_t821106792 : public SymmetricAlgorithm_t4254223087 { public: public: }; struct DES_t821106792_StaticFields { public: // System.Byte[,] System.Security.Cryptography.DES::weakKeys ByteU5BU2CU5D_t4116647658* ___weakKeys_10; // System.Byte[,] System.Security.Cryptography.DES::semiWeakKeys ByteU5BU2CU5D_t4116647658* ___semiWeakKeys_11; public: inline static int32_t get_offset_of_weakKeys_10() { return static_cast(offsetof(DES_t821106792_StaticFields, ___weakKeys_10)); } inline ByteU5BU2CU5D_t4116647658* get_weakKeys_10() const { return ___weakKeys_10; } inline ByteU5BU2CU5D_t4116647658** get_address_of_weakKeys_10() { return &___weakKeys_10; } inline void set_weakKeys_10(ByteU5BU2CU5D_t4116647658* value) { ___weakKeys_10 = value; Il2CppCodeGenWriteBarrier((&___weakKeys_10), value); } inline static int32_t get_offset_of_semiWeakKeys_11() { return static_cast(offsetof(DES_t821106792_StaticFields, ___semiWeakKeys_11)); } inline ByteU5BU2CU5D_t4116647658* get_semiWeakKeys_11() const { return ___semiWeakKeys_11; } inline ByteU5BU2CU5D_t4116647658** get_address_of_semiWeakKeys_11() { return &___semiWeakKeys_11; } inline void set_semiWeakKeys_11(ByteU5BU2CU5D_t4116647658* value) { ___semiWeakKeys_11 = value; Il2CppCodeGenWriteBarrier((&___semiWeakKeys_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DES_T821106792_H #ifndef CLIENTCONTEXT_T2797401965_H #define CLIENTCONTEXT_T2797401965_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.ClientContext struct ClientContext_t2797401965 : public Context_t3971234707 { public: // Mono.Security.Protocol.Tls.SslClientStream Mono.Security.Protocol.Tls.ClientContext::sslStream SslClientStream_t3914624661 * ___sslStream_30; // System.Int16 Mono.Security.Protocol.Tls.ClientContext::clientHelloProtocol int16_t ___clientHelloProtocol_31; public: inline static int32_t get_offset_of_sslStream_30() { return static_cast(offsetof(ClientContext_t2797401965, ___sslStream_30)); } inline SslClientStream_t3914624661 * get_sslStream_30() const { return ___sslStream_30; } inline SslClientStream_t3914624661 ** get_address_of_sslStream_30() { return &___sslStream_30; } inline void set_sslStream_30(SslClientStream_t3914624661 * value) { ___sslStream_30 = value; Il2CppCodeGenWriteBarrier((&___sslStream_30), value); } inline static int32_t get_offset_of_clientHelloProtocol_31() { return static_cast(offsetof(ClientContext_t2797401965, ___clientHelloProtocol_31)); } inline int16_t get_clientHelloProtocol_31() const { return ___clientHelloProtocol_31; } inline int16_t* get_address_of_clientHelloProtocol_31() { return &___clientHelloProtocol_31; } inline void set_clientHelloProtocol_31(int16_t value) { ___clientHelloProtocol_31 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLIENTCONTEXT_T2797401965_H #ifndef PRIVATEKEYSELECTIONCALLBACK_T3240194217_H #define PRIVATEKEYSELECTIONCALLBACK_T3240194217_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.PrivateKeySelectionCallback struct PrivateKeySelectionCallback_t3240194217 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PRIVATEKEYSELECTIONCALLBACK_T3240194217_H #ifndef KEYGENERATEDEVENTHANDLER_T3064139578_H #define KEYGENERATEDEVENTHANDLER_T3064139578_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler struct KeyGeneratedEventHandler_t3064139578 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYGENERATEDEVENTHANDLER_T3064139578_H #ifndef HTTPWEBREQUEST_T1669436515_H #define HTTPWEBREQUEST_T1669436515_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.HttpWebRequest struct HttpWebRequest_t1669436515 : public WebRequest_t1939381076 { public: // System.Uri System.Net.HttpWebRequest::requestUri Uri_t100236324 * ___requestUri_6; // System.Uri System.Net.HttpWebRequest::actualUri Uri_t100236324 * ___actualUri_7; // System.Boolean System.Net.HttpWebRequest::hostChanged bool ___hostChanged_8; // System.Boolean System.Net.HttpWebRequest::allowAutoRedirect bool ___allowAutoRedirect_9; // System.Boolean System.Net.HttpWebRequest::allowBuffering bool ___allowBuffering_10; // System.Security.Cryptography.X509Certificates.X509CertificateCollection System.Net.HttpWebRequest::certificates X509CertificateCollection_t3399372417 * ___certificates_11; // System.String System.Net.HttpWebRequest::connectionGroup String_t* ___connectionGroup_12; // System.Int64 System.Net.HttpWebRequest::contentLength int64_t ___contentLength_13; // System.Net.HttpContinueDelegate System.Net.HttpWebRequest::continueDelegate HttpContinueDelegate_t3009151163 * ___continueDelegate_14; // System.Net.CookieContainer System.Net.HttpWebRequest::cookieContainer CookieContainer_t2331592909 * ___cookieContainer_15; // System.Net.ICredentials System.Net.HttpWebRequest::credentials RuntimeObject* ___credentials_16; // System.Boolean System.Net.HttpWebRequest::haveResponse bool ___haveResponse_17; // System.Boolean System.Net.HttpWebRequest::haveRequest bool ___haveRequest_18; // System.Boolean System.Net.HttpWebRequest::requestSent bool ___requestSent_19; // System.Net.WebHeaderCollection System.Net.HttpWebRequest::webHeaders WebHeaderCollection_t1942268960 * ___webHeaders_20; // System.Boolean System.Net.HttpWebRequest::keepAlive bool ___keepAlive_21; // System.Int32 System.Net.HttpWebRequest::maxAutoRedirect int32_t ___maxAutoRedirect_22; // System.String System.Net.HttpWebRequest::mediaType String_t* ___mediaType_23; // System.String System.Net.HttpWebRequest::method String_t* ___method_24; // System.String System.Net.HttpWebRequest::initialMethod String_t* ___initialMethod_25; // System.Boolean System.Net.HttpWebRequest::pipelined bool ___pipelined_26; // System.Boolean System.Net.HttpWebRequest::preAuthenticate bool ___preAuthenticate_27; // System.Boolean System.Net.HttpWebRequest::usedPreAuth bool ___usedPreAuth_28; // System.Version System.Net.HttpWebRequest::version Version_t3456873960 * ___version_29; // System.Version System.Net.HttpWebRequest::actualVersion Version_t3456873960 * ___actualVersion_30; // System.Net.IWebProxy System.Net.HttpWebRequest::proxy RuntimeObject* ___proxy_31; // System.Boolean System.Net.HttpWebRequest::sendChunked bool ___sendChunked_32; // System.Net.ServicePoint System.Net.HttpWebRequest::servicePoint ServicePoint_t2786966844 * ___servicePoint_33; // System.Int32 System.Net.HttpWebRequest::timeout int32_t ___timeout_34; // System.Net.WebConnectionStream System.Net.HttpWebRequest::writeStream WebConnectionStream_t2170064850 * ___writeStream_35; // System.Net.HttpWebResponse System.Net.HttpWebRequest::webResponse HttpWebResponse_t3286585418 * ___webResponse_36; // System.Net.WebAsyncResult System.Net.HttpWebRequest::asyncWrite WebAsyncResult_t3421962937 * ___asyncWrite_37; // System.Net.WebAsyncResult System.Net.HttpWebRequest::asyncRead WebAsyncResult_t3421962937 * ___asyncRead_38; // System.EventHandler System.Net.HttpWebRequest::abortHandler EventHandler_t1348719766 * ___abortHandler_39; // System.Int32 System.Net.HttpWebRequest::aborted int32_t ___aborted_40; // System.Boolean System.Net.HttpWebRequest::gotRequestStream bool ___gotRequestStream_41; // System.Int32 System.Net.HttpWebRequest::redirects int32_t ___redirects_42; // System.Boolean System.Net.HttpWebRequest::expectContinue bool ___expectContinue_43; // System.Boolean System.Net.HttpWebRequest::authCompleted bool ___authCompleted_44; // System.Byte[] System.Net.HttpWebRequest::bodyBuffer ByteU5BU5D_t4116647657* ___bodyBuffer_45; // System.Int32 System.Net.HttpWebRequest::bodyBufferLength int32_t ___bodyBufferLength_46; // System.Boolean System.Net.HttpWebRequest::getResponseCalled bool ___getResponseCalled_47; // System.Exception System.Net.HttpWebRequest::saved_exc Exception_t * ___saved_exc_48; // System.Object System.Net.HttpWebRequest::locker RuntimeObject * ___locker_49; // System.Boolean System.Net.HttpWebRequest::is_ntlm_auth bool ___is_ntlm_auth_50; // System.Boolean System.Net.HttpWebRequest::finished_reading bool ___finished_reading_51; // System.Net.WebConnection System.Net.HttpWebRequest::WebConnection WebConnection_t3982808322 * ___WebConnection_52; // System.Net.DecompressionMethods System.Net.HttpWebRequest::auto_decomp int32_t ___auto_decomp_53; // System.Int32 System.Net.HttpWebRequest::readWriteTimeout int32_t ___readWriteTimeout_55; // System.Boolean System.Net.HttpWebRequest::unsafe_auth_blah bool ___unsafe_auth_blah_56; public: inline static int32_t get_offset_of_requestUri_6() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___requestUri_6)); } inline Uri_t100236324 * get_requestUri_6() const { return ___requestUri_6; } inline Uri_t100236324 ** get_address_of_requestUri_6() { return &___requestUri_6; } inline void set_requestUri_6(Uri_t100236324 * value) { ___requestUri_6 = value; Il2CppCodeGenWriteBarrier((&___requestUri_6), value); } inline static int32_t get_offset_of_actualUri_7() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___actualUri_7)); } inline Uri_t100236324 * get_actualUri_7() const { return ___actualUri_7; } inline Uri_t100236324 ** get_address_of_actualUri_7() { return &___actualUri_7; } inline void set_actualUri_7(Uri_t100236324 * value) { ___actualUri_7 = value; Il2CppCodeGenWriteBarrier((&___actualUri_7), value); } inline static int32_t get_offset_of_hostChanged_8() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___hostChanged_8)); } inline bool get_hostChanged_8() const { return ___hostChanged_8; } inline bool* get_address_of_hostChanged_8() { return &___hostChanged_8; } inline void set_hostChanged_8(bool value) { ___hostChanged_8 = value; } inline static int32_t get_offset_of_allowAutoRedirect_9() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___allowAutoRedirect_9)); } inline bool get_allowAutoRedirect_9() const { return ___allowAutoRedirect_9; } inline bool* get_address_of_allowAutoRedirect_9() { return &___allowAutoRedirect_9; } inline void set_allowAutoRedirect_9(bool value) { ___allowAutoRedirect_9 = value; } inline static int32_t get_offset_of_allowBuffering_10() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___allowBuffering_10)); } inline bool get_allowBuffering_10() const { return ___allowBuffering_10; } inline bool* get_address_of_allowBuffering_10() { return &___allowBuffering_10; } inline void set_allowBuffering_10(bool value) { ___allowBuffering_10 = value; } inline static int32_t get_offset_of_certificates_11() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___certificates_11)); } inline X509CertificateCollection_t3399372417 * get_certificates_11() const { return ___certificates_11; } inline X509CertificateCollection_t3399372417 ** get_address_of_certificates_11() { return &___certificates_11; } inline void set_certificates_11(X509CertificateCollection_t3399372417 * value) { ___certificates_11 = value; Il2CppCodeGenWriteBarrier((&___certificates_11), value); } inline static int32_t get_offset_of_connectionGroup_12() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___connectionGroup_12)); } inline String_t* get_connectionGroup_12() const { return ___connectionGroup_12; } inline String_t** get_address_of_connectionGroup_12() { return &___connectionGroup_12; } inline void set_connectionGroup_12(String_t* value) { ___connectionGroup_12 = value; Il2CppCodeGenWriteBarrier((&___connectionGroup_12), value); } inline static int32_t get_offset_of_contentLength_13() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___contentLength_13)); } inline int64_t get_contentLength_13() const { return ___contentLength_13; } inline int64_t* get_address_of_contentLength_13() { return &___contentLength_13; } inline void set_contentLength_13(int64_t value) { ___contentLength_13 = value; } inline static int32_t get_offset_of_continueDelegate_14() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___continueDelegate_14)); } inline HttpContinueDelegate_t3009151163 * get_continueDelegate_14() const { return ___continueDelegate_14; } inline HttpContinueDelegate_t3009151163 ** get_address_of_continueDelegate_14() { return &___continueDelegate_14; } inline void set_continueDelegate_14(HttpContinueDelegate_t3009151163 * value) { ___continueDelegate_14 = value; Il2CppCodeGenWriteBarrier((&___continueDelegate_14), value); } inline static int32_t get_offset_of_cookieContainer_15() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___cookieContainer_15)); } inline CookieContainer_t2331592909 * get_cookieContainer_15() const { return ___cookieContainer_15; } inline CookieContainer_t2331592909 ** get_address_of_cookieContainer_15() { return &___cookieContainer_15; } inline void set_cookieContainer_15(CookieContainer_t2331592909 * value) { ___cookieContainer_15 = value; Il2CppCodeGenWriteBarrier((&___cookieContainer_15), value); } inline static int32_t get_offset_of_credentials_16() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___credentials_16)); } inline RuntimeObject* get_credentials_16() const { return ___credentials_16; } inline RuntimeObject** get_address_of_credentials_16() { return &___credentials_16; } inline void set_credentials_16(RuntimeObject* value) { ___credentials_16 = value; Il2CppCodeGenWriteBarrier((&___credentials_16), value); } inline static int32_t get_offset_of_haveResponse_17() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___haveResponse_17)); } inline bool get_haveResponse_17() const { return ___haveResponse_17; } inline bool* get_address_of_haveResponse_17() { return &___haveResponse_17; } inline void set_haveResponse_17(bool value) { ___haveResponse_17 = value; } inline static int32_t get_offset_of_haveRequest_18() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___haveRequest_18)); } inline bool get_haveRequest_18() const { return ___haveRequest_18; } inline bool* get_address_of_haveRequest_18() { return &___haveRequest_18; } inline void set_haveRequest_18(bool value) { ___haveRequest_18 = value; } inline static int32_t get_offset_of_requestSent_19() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___requestSent_19)); } inline bool get_requestSent_19() const { return ___requestSent_19; } inline bool* get_address_of_requestSent_19() { return &___requestSent_19; } inline void set_requestSent_19(bool value) { ___requestSent_19 = value; } inline static int32_t get_offset_of_webHeaders_20() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___webHeaders_20)); } inline WebHeaderCollection_t1942268960 * get_webHeaders_20() const { return ___webHeaders_20; } inline WebHeaderCollection_t1942268960 ** get_address_of_webHeaders_20() { return &___webHeaders_20; } inline void set_webHeaders_20(WebHeaderCollection_t1942268960 * value) { ___webHeaders_20 = value; Il2CppCodeGenWriteBarrier((&___webHeaders_20), value); } inline static int32_t get_offset_of_keepAlive_21() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___keepAlive_21)); } inline bool get_keepAlive_21() const { return ___keepAlive_21; } inline bool* get_address_of_keepAlive_21() { return &___keepAlive_21; } inline void set_keepAlive_21(bool value) { ___keepAlive_21 = value; } inline static int32_t get_offset_of_maxAutoRedirect_22() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___maxAutoRedirect_22)); } inline int32_t get_maxAutoRedirect_22() const { return ___maxAutoRedirect_22; } inline int32_t* get_address_of_maxAutoRedirect_22() { return &___maxAutoRedirect_22; } inline void set_maxAutoRedirect_22(int32_t value) { ___maxAutoRedirect_22 = value; } inline static int32_t get_offset_of_mediaType_23() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___mediaType_23)); } inline String_t* get_mediaType_23() const { return ___mediaType_23; } inline String_t** get_address_of_mediaType_23() { return &___mediaType_23; } inline void set_mediaType_23(String_t* value) { ___mediaType_23 = value; Il2CppCodeGenWriteBarrier((&___mediaType_23), value); } inline static int32_t get_offset_of_method_24() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___method_24)); } inline String_t* get_method_24() const { return ___method_24; } inline String_t** get_address_of_method_24() { return &___method_24; } inline void set_method_24(String_t* value) { ___method_24 = value; Il2CppCodeGenWriteBarrier((&___method_24), value); } inline static int32_t get_offset_of_initialMethod_25() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___initialMethod_25)); } inline String_t* get_initialMethod_25() const { return ___initialMethod_25; } inline String_t** get_address_of_initialMethod_25() { return &___initialMethod_25; } inline void set_initialMethod_25(String_t* value) { ___initialMethod_25 = value; Il2CppCodeGenWriteBarrier((&___initialMethod_25), value); } inline static int32_t get_offset_of_pipelined_26() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___pipelined_26)); } inline bool get_pipelined_26() const { return ___pipelined_26; } inline bool* get_address_of_pipelined_26() { return &___pipelined_26; } inline void set_pipelined_26(bool value) { ___pipelined_26 = value; } inline static int32_t get_offset_of_preAuthenticate_27() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___preAuthenticate_27)); } inline bool get_preAuthenticate_27() const { return ___preAuthenticate_27; } inline bool* get_address_of_preAuthenticate_27() { return &___preAuthenticate_27; } inline void set_preAuthenticate_27(bool value) { ___preAuthenticate_27 = value; } inline static int32_t get_offset_of_usedPreAuth_28() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___usedPreAuth_28)); } inline bool get_usedPreAuth_28() const { return ___usedPreAuth_28; } inline bool* get_address_of_usedPreAuth_28() { return &___usedPreAuth_28; } inline void set_usedPreAuth_28(bool value) { ___usedPreAuth_28 = value; } inline static int32_t get_offset_of_version_29() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___version_29)); } inline Version_t3456873960 * get_version_29() const { return ___version_29; } inline Version_t3456873960 ** get_address_of_version_29() { return &___version_29; } inline void set_version_29(Version_t3456873960 * value) { ___version_29 = value; Il2CppCodeGenWriteBarrier((&___version_29), value); } inline static int32_t get_offset_of_actualVersion_30() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___actualVersion_30)); } inline Version_t3456873960 * get_actualVersion_30() const { return ___actualVersion_30; } inline Version_t3456873960 ** get_address_of_actualVersion_30() { return &___actualVersion_30; } inline void set_actualVersion_30(Version_t3456873960 * value) { ___actualVersion_30 = value; Il2CppCodeGenWriteBarrier((&___actualVersion_30), value); } inline static int32_t get_offset_of_proxy_31() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___proxy_31)); } inline RuntimeObject* get_proxy_31() const { return ___proxy_31; } inline RuntimeObject** get_address_of_proxy_31() { return &___proxy_31; } inline void set_proxy_31(RuntimeObject* value) { ___proxy_31 = value; Il2CppCodeGenWriteBarrier((&___proxy_31), value); } inline static int32_t get_offset_of_sendChunked_32() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___sendChunked_32)); } inline bool get_sendChunked_32() const { return ___sendChunked_32; } inline bool* get_address_of_sendChunked_32() { return &___sendChunked_32; } inline void set_sendChunked_32(bool value) { ___sendChunked_32 = value; } inline static int32_t get_offset_of_servicePoint_33() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___servicePoint_33)); } inline ServicePoint_t2786966844 * get_servicePoint_33() const { return ___servicePoint_33; } inline ServicePoint_t2786966844 ** get_address_of_servicePoint_33() { return &___servicePoint_33; } inline void set_servicePoint_33(ServicePoint_t2786966844 * value) { ___servicePoint_33 = value; Il2CppCodeGenWriteBarrier((&___servicePoint_33), value); } inline static int32_t get_offset_of_timeout_34() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___timeout_34)); } inline int32_t get_timeout_34() const { return ___timeout_34; } inline int32_t* get_address_of_timeout_34() { return &___timeout_34; } inline void set_timeout_34(int32_t value) { ___timeout_34 = value; } inline static int32_t get_offset_of_writeStream_35() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___writeStream_35)); } inline WebConnectionStream_t2170064850 * get_writeStream_35() const { return ___writeStream_35; } inline WebConnectionStream_t2170064850 ** get_address_of_writeStream_35() { return &___writeStream_35; } inline void set_writeStream_35(WebConnectionStream_t2170064850 * value) { ___writeStream_35 = value; Il2CppCodeGenWriteBarrier((&___writeStream_35), value); } inline static int32_t get_offset_of_webResponse_36() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___webResponse_36)); } inline HttpWebResponse_t3286585418 * get_webResponse_36() const { return ___webResponse_36; } inline HttpWebResponse_t3286585418 ** get_address_of_webResponse_36() { return &___webResponse_36; } inline void set_webResponse_36(HttpWebResponse_t3286585418 * value) { ___webResponse_36 = value; Il2CppCodeGenWriteBarrier((&___webResponse_36), value); } inline static int32_t get_offset_of_asyncWrite_37() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___asyncWrite_37)); } inline WebAsyncResult_t3421962937 * get_asyncWrite_37() const { return ___asyncWrite_37; } inline WebAsyncResult_t3421962937 ** get_address_of_asyncWrite_37() { return &___asyncWrite_37; } inline void set_asyncWrite_37(WebAsyncResult_t3421962937 * value) { ___asyncWrite_37 = value; Il2CppCodeGenWriteBarrier((&___asyncWrite_37), value); } inline static int32_t get_offset_of_asyncRead_38() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___asyncRead_38)); } inline WebAsyncResult_t3421962937 * get_asyncRead_38() const { return ___asyncRead_38; } inline WebAsyncResult_t3421962937 ** get_address_of_asyncRead_38() { return &___asyncRead_38; } inline void set_asyncRead_38(WebAsyncResult_t3421962937 * value) { ___asyncRead_38 = value; Il2CppCodeGenWriteBarrier((&___asyncRead_38), value); } inline static int32_t get_offset_of_abortHandler_39() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___abortHandler_39)); } inline EventHandler_t1348719766 * get_abortHandler_39() const { return ___abortHandler_39; } inline EventHandler_t1348719766 ** get_address_of_abortHandler_39() { return &___abortHandler_39; } inline void set_abortHandler_39(EventHandler_t1348719766 * value) { ___abortHandler_39 = value; Il2CppCodeGenWriteBarrier((&___abortHandler_39), value); } inline static int32_t get_offset_of_aborted_40() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___aborted_40)); } inline int32_t get_aborted_40() const { return ___aborted_40; } inline int32_t* get_address_of_aborted_40() { return &___aborted_40; } inline void set_aborted_40(int32_t value) { ___aborted_40 = value; } inline static int32_t get_offset_of_gotRequestStream_41() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___gotRequestStream_41)); } inline bool get_gotRequestStream_41() const { return ___gotRequestStream_41; } inline bool* get_address_of_gotRequestStream_41() { return &___gotRequestStream_41; } inline void set_gotRequestStream_41(bool value) { ___gotRequestStream_41 = value; } inline static int32_t get_offset_of_redirects_42() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___redirects_42)); } inline int32_t get_redirects_42() const { return ___redirects_42; } inline int32_t* get_address_of_redirects_42() { return &___redirects_42; } inline void set_redirects_42(int32_t value) { ___redirects_42 = value; } inline static int32_t get_offset_of_expectContinue_43() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___expectContinue_43)); } inline bool get_expectContinue_43() const { return ___expectContinue_43; } inline bool* get_address_of_expectContinue_43() { return &___expectContinue_43; } inline void set_expectContinue_43(bool value) { ___expectContinue_43 = value; } inline static int32_t get_offset_of_authCompleted_44() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___authCompleted_44)); } inline bool get_authCompleted_44() const { return ___authCompleted_44; } inline bool* get_address_of_authCompleted_44() { return &___authCompleted_44; } inline void set_authCompleted_44(bool value) { ___authCompleted_44 = value; } inline static int32_t get_offset_of_bodyBuffer_45() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___bodyBuffer_45)); } inline ByteU5BU5D_t4116647657* get_bodyBuffer_45() const { return ___bodyBuffer_45; } inline ByteU5BU5D_t4116647657** get_address_of_bodyBuffer_45() { return &___bodyBuffer_45; } inline void set_bodyBuffer_45(ByteU5BU5D_t4116647657* value) { ___bodyBuffer_45 = value; Il2CppCodeGenWriteBarrier((&___bodyBuffer_45), value); } inline static int32_t get_offset_of_bodyBufferLength_46() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___bodyBufferLength_46)); } inline int32_t get_bodyBufferLength_46() const { return ___bodyBufferLength_46; } inline int32_t* get_address_of_bodyBufferLength_46() { return &___bodyBufferLength_46; } inline void set_bodyBufferLength_46(int32_t value) { ___bodyBufferLength_46 = value; } inline static int32_t get_offset_of_getResponseCalled_47() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___getResponseCalled_47)); } inline bool get_getResponseCalled_47() const { return ___getResponseCalled_47; } inline bool* get_address_of_getResponseCalled_47() { return &___getResponseCalled_47; } inline void set_getResponseCalled_47(bool value) { ___getResponseCalled_47 = value; } inline static int32_t get_offset_of_saved_exc_48() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___saved_exc_48)); } inline Exception_t * get_saved_exc_48() const { return ___saved_exc_48; } inline Exception_t ** get_address_of_saved_exc_48() { return &___saved_exc_48; } inline void set_saved_exc_48(Exception_t * value) { ___saved_exc_48 = value; Il2CppCodeGenWriteBarrier((&___saved_exc_48), value); } inline static int32_t get_offset_of_locker_49() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___locker_49)); } inline RuntimeObject * get_locker_49() const { return ___locker_49; } inline RuntimeObject ** get_address_of_locker_49() { return &___locker_49; } inline void set_locker_49(RuntimeObject * value) { ___locker_49 = value; Il2CppCodeGenWriteBarrier((&___locker_49), value); } inline static int32_t get_offset_of_is_ntlm_auth_50() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___is_ntlm_auth_50)); } inline bool get_is_ntlm_auth_50() const { return ___is_ntlm_auth_50; } inline bool* get_address_of_is_ntlm_auth_50() { return &___is_ntlm_auth_50; } inline void set_is_ntlm_auth_50(bool value) { ___is_ntlm_auth_50 = value; } inline static int32_t get_offset_of_finished_reading_51() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___finished_reading_51)); } inline bool get_finished_reading_51() const { return ___finished_reading_51; } inline bool* get_address_of_finished_reading_51() { return &___finished_reading_51; } inline void set_finished_reading_51(bool value) { ___finished_reading_51 = value; } inline static int32_t get_offset_of_WebConnection_52() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___WebConnection_52)); } inline WebConnection_t3982808322 * get_WebConnection_52() const { return ___WebConnection_52; } inline WebConnection_t3982808322 ** get_address_of_WebConnection_52() { return &___WebConnection_52; } inline void set_WebConnection_52(WebConnection_t3982808322 * value) { ___WebConnection_52 = value; Il2CppCodeGenWriteBarrier((&___WebConnection_52), value); } inline static int32_t get_offset_of_auto_decomp_53() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___auto_decomp_53)); } inline int32_t get_auto_decomp_53() const { return ___auto_decomp_53; } inline int32_t* get_address_of_auto_decomp_53() { return &___auto_decomp_53; } inline void set_auto_decomp_53(int32_t value) { ___auto_decomp_53 = value; } inline static int32_t get_offset_of_readWriteTimeout_55() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___readWriteTimeout_55)); } inline int32_t get_readWriteTimeout_55() const { return ___readWriteTimeout_55; } inline int32_t* get_address_of_readWriteTimeout_55() { return &___readWriteTimeout_55; } inline void set_readWriteTimeout_55(int32_t value) { ___readWriteTimeout_55 = value; } inline static int32_t get_offset_of_unsafe_auth_blah_56() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___unsafe_auth_blah_56)); } inline bool get_unsafe_auth_blah_56() const { return ___unsafe_auth_blah_56; } inline bool* get_address_of_unsafe_auth_blah_56() { return &___unsafe_auth_blah_56; } inline void set_unsafe_auth_blah_56(bool value) { ___unsafe_auth_blah_56 = value; } }; struct HttpWebRequest_t1669436515_StaticFields { public: // System.Int32 System.Net.HttpWebRequest::defaultMaxResponseHeadersLength int32_t ___defaultMaxResponseHeadersLength_54; public: inline static int32_t get_offset_of_defaultMaxResponseHeadersLength_54() { return static_cast(offsetof(HttpWebRequest_t1669436515_StaticFields, ___defaultMaxResponseHeadersLength_54)); } inline int32_t get_defaultMaxResponseHeadersLength_54() const { return ___defaultMaxResponseHeadersLength_54; } inline int32_t* get_address_of_defaultMaxResponseHeadersLength_54() { return &___defaultMaxResponseHeadersLength_54; } inline void set_defaultMaxResponseHeadersLength_54(int32_t value) { ___defaultMaxResponseHeadersLength_54 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HTTPWEBREQUEST_T1669436515_H #ifndef HTTPSCLIENTSTREAM_T1160552561_H #define HTTPSCLIENTSTREAM_T1160552561_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.HttpsClientStream struct HttpsClientStream_t1160552561 : public SslClientStream_t3914624661 { public: // System.Net.HttpWebRequest Mono.Security.Protocol.Tls.HttpsClientStream::_request HttpWebRequest_t1669436515 * ____request_20; // System.Int32 Mono.Security.Protocol.Tls.HttpsClientStream::_status int32_t ____status_21; public: inline static int32_t get_offset_of__request_20() { return static_cast(offsetof(HttpsClientStream_t1160552561, ____request_20)); } inline HttpWebRequest_t1669436515 * get__request_20() const { return ____request_20; } inline HttpWebRequest_t1669436515 ** get_address_of__request_20() { return &____request_20; } inline void set__request_20(HttpWebRequest_t1669436515 * value) { ____request_20 = value; Il2CppCodeGenWriteBarrier((&____request_20), value); } inline static int32_t get_offset_of__status_21() { return static_cast(offsetof(HttpsClientStream_t1160552561, ____status_21)); } inline int32_t get__status_21() const { return ____status_21; } inline int32_t* get_address_of__status_21() { return &____status_21; } inline void set__status_21(int32_t value) { ____status_21 = value; } }; struct HttpsClientStream_t1160552561_StaticFields { public: // Mono.Security.Protocol.Tls.CertificateSelectionCallback Mono.Security.Protocol.Tls.HttpsClientStream::<>f__am$cache2 CertificateSelectionCallback_t3743405224 * ___U3CU3Ef__amU24cache2_22; // Mono.Security.Protocol.Tls.PrivateKeySelectionCallback Mono.Security.Protocol.Tls.HttpsClientStream::<>f__am$cache3 PrivateKeySelectionCallback_t3240194217 * ___U3CU3Ef__amU24cache3_23; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cache2_22() { return static_cast(offsetof(HttpsClientStream_t1160552561_StaticFields, ___U3CU3Ef__amU24cache2_22)); } inline CertificateSelectionCallback_t3743405224 * get_U3CU3Ef__amU24cache2_22() const { return ___U3CU3Ef__amU24cache2_22; } inline CertificateSelectionCallback_t3743405224 ** get_address_of_U3CU3Ef__amU24cache2_22() { return &___U3CU3Ef__amU24cache2_22; } inline void set_U3CU3Ef__amU24cache2_22(CertificateSelectionCallback_t3743405224 * value) { ___U3CU3Ef__amU24cache2_22 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache2_22), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache3_23() { return static_cast(offsetof(HttpsClientStream_t1160552561_StaticFields, ___U3CU3Ef__amU24cache3_23)); } inline PrivateKeySelectionCallback_t3240194217 * get_U3CU3Ef__amU24cache3_23() const { return ___U3CU3Ef__amU24cache3_23; } inline PrivateKeySelectionCallback_t3240194217 ** get_address_of_U3CU3Ef__amU24cache3_23() { return &___U3CU3Ef__amU24cache3_23; } inline void set_U3CU3Ef__amU24cache3_23(PrivateKeySelectionCallback_t3240194217 * value) { ___U3CU3Ef__amU24cache3_23 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache3_23), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HTTPSCLIENTSTREAM_T1160552561_H #ifndef CERTIFICATESELECTIONCALLBACK_T3743405224_H #define CERTIFICATESELECTIONCALLBACK_T3743405224_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.CertificateSelectionCallback struct CertificateSelectionCallback_t3743405224 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CERTIFICATESELECTIONCALLBACK_T3743405224_H #ifndef CERTIFICATEVALIDATIONCALLBACK2_T1842476440_H #define CERTIFICATEVALIDATIONCALLBACK2_T1842476440_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.CertificateValidationCallback2 struct CertificateValidationCallback2_t1842476440 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CERTIFICATEVALIDATIONCALLBACK2_T1842476440_H #ifndef RC4_T2752556436_H #define RC4_T2752556436_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Cryptography.RC4 struct RC4_t2752556436 : public SymmetricAlgorithm_t4254223087 { public: public: }; struct RC4_t2752556436_StaticFields { public: // System.Security.Cryptography.KeySizes[] Mono.Security.Cryptography.RC4::s_legalBlockSizes KeySizesU5BU5D_t722666473* ___s_legalBlockSizes_10; // System.Security.Cryptography.KeySizes[] Mono.Security.Cryptography.RC4::s_legalKeySizes KeySizesU5BU5D_t722666473* ___s_legalKeySizes_11; public: inline static int32_t get_offset_of_s_legalBlockSizes_10() { return static_cast(offsetof(RC4_t2752556436_StaticFields, ___s_legalBlockSizes_10)); } inline KeySizesU5BU5D_t722666473* get_s_legalBlockSizes_10() const { return ___s_legalBlockSizes_10; } inline KeySizesU5BU5D_t722666473** get_address_of_s_legalBlockSizes_10() { return &___s_legalBlockSizes_10; } inline void set_s_legalBlockSizes_10(KeySizesU5BU5D_t722666473* value) { ___s_legalBlockSizes_10 = value; Il2CppCodeGenWriteBarrier((&___s_legalBlockSizes_10), value); } inline static int32_t get_offset_of_s_legalKeySizes_11() { return static_cast(offsetof(RC4_t2752556436_StaticFields, ___s_legalKeySizes_11)); } inline KeySizesU5BU5D_t722666473* get_s_legalKeySizes_11() const { return ___s_legalKeySizes_11; } inline KeySizesU5BU5D_t722666473** get_address_of_s_legalKeySizes_11() { return &___s_legalKeySizes_11; } inline void set_s_legalKeySizes_11(KeySizesU5BU5D_t722666473* value) { ___s_legalKeySizes_11 = value; Il2CppCodeGenWriteBarrier((&___s_legalKeySizes_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RC4_T2752556436_H #ifndef CERTIFICATEVALIDATIONCALLBACK_T4091668218_H #define CERTIFICATEVALIDATIONCALLBACK_T4091668218_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.CertificateValidationCallback struct CertificateValidationCallback_t4091668218 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CERTIFICATEVALIDATIONCALLBACK_T4091668218_H #ifndef CLIENTSESSIONINFO_T1775821398_H #define CLIENTSESSIONINFO_T1775821398_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.ClientSessionInfo struct ClientSessionInfo_t1775821398 : public RuntimeObject { public: // System.Boolean Mono.Security.Protocol.Tls.ClientSessionInfo::disposed bool ___disposed_1; // System.DateTime Mono.Security.Protocol.Tls.ClientSessionInfo::validuntil DateTime_t3738529785 ___validuntil_2; // System.String Mono.Security.Protocol.Tls.ClientSessionInfo::host String_t* ___host_3; // System.Byte[] Mono.Security.Protocol.Tls.ClientSessionInfo::sid ByteU5BU5D_t4116647657* ___sid_4; // System.Byte[] Mono.Security.Protocol.Tls.ClientSessionInfo::masterSecret ByteU5BU5D_t4116647657* ___masterSecret_5; public: inline static int32_t get_offset_of_disposed_1() { return static_cast(offsetof(ClientSessionInfo_t1775821398, ___disposed_1)); } inline bool get_disposed_1() const { return ___disposed_1; } inline bool* get_address_of_disposed_1() { return &___disposed_1; } inline void set_disposed_1(bool value) { ___disposed_1 = value; } inline static int32_t get_offset_of_validuntil_2() { return static_cast(offsetof(ClientSessionInfo_t1775821398, ___validuntil_2)); } inline DateTime_t3738529785 get_validuntil_2() const { return ___validuntil_2; } inline DateTime_t3738529785 * get_address_of_validuntil_2() { return &___validuntil_2; } inline void set_validuntil_2(DateTime_t3738529785 value) { ___validuntil_2 = value; } inline static int32_t get_offset_of_host_3() { return static_cast(offsetof(ClientSessionInfo_t1775821398, ___host_3)); } inline String_t* get_host_3() const { return ___host_3; } inline String_t** get_address_of_host_3() { return &___host_3; } inline void set_host_3(String_t* value) { ___host_3 = value; Il2CppCodeGenWriteBarrier((&___host_3), value); } inline static int32_t get_offset_of_sid_4() { return static_cast(offsetof(ClientSessionInfo_t1775821398, ___sid_4)); } inline ByteU5BU5D_t4116647657* get_sid_4() const { return ___sid_4; } inline ByteU5BU5D_t4116647657** get_address_of_sid_4() { return &___sid_4; } inline void set_sid_4(ByteU5BU5D_t4116647657* value) { ___sid_4 = value; Il2CppCodeGenWriteBarrier((&___sid_4), value); } inline static int32_t get_offset_of_masterSecret_5() { return static_cast(offsetof(ClientSessionInfo_t1775821398, ___masterSecret_5)); } inline ByteU5BU5D_t4116647657* get_masterSecret_5() const { return ___masterSecret_5; } inline ByteU5BU5D_t4116647657** get_address_of_masterSecret_5() { return &___masterSecret_5; } inline void set_masterSecret_5(ByteU5BU5D_t4116647657* value) { ___masterSecret_5 = value; Il2CppCodeGenWriteBarrier((&___masterSecret_5), value); } }; struct ClientSessionInfo_t1775821398_StaticFields { public: // System.Int32 Mono.Security.Protocol.Tls.ClientSessionInfo::ValidityInterval int32_t ___ValidityInterval_0; public: inline static int32_t get_offset_of_ValidityInterval_0() { return static_cast(offsetof(ClientSessionInfo_t1775821398_StaticFields, ___ValidityInterval_0)); } inline int32_t get_ValidityInterval_0() const { return ___ValidityInterval_0; } inline int32_t* get_address_of_ValidityInterval_0() { return &___ValidityInterval_0; } inline void set_ValidityInterval_0(int32_t value) { ___ValidityInterval_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLIENTSESSIONINFO_T1775821398_H #ifndef MANUALRESETEVENT_T451242010_H #define MANUALRESETEVENT_T451242010_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.ManualResetEvent struct ManualResetEvent_t451242010 : public EventWaitHandle_t777845177 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MANUALRESETEVENT_T451242010_H #ifndef RIJNDAEL_T2986313634_H #define RIJNDAEL_T2986313634_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.Rijndael struct Rijndael_t2986313634 : public SymmetricAlgorithm_t4254223087 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RIJNDAEL_T2986313634_H #ifndef REMOTECERTIFICATEVALIDATIONCALLBACK_T3014364904_H #define REMOTECERTIFICATEVALIDATIONCALLBACK_T3014364904_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Security.RemoteCertificateValidationCallback struct RemoteCertificateValidationCallback_t3014364904 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REMOTECERTIFICATEVALIDATIONCALLBACK_T3014364904_H #ifndef SERVICEPOINT_T2786966844_H #define SERVICEPOINT_T2786966844_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.ServicePoint struct ServicePoint_t2786966844 : public RuntimeObject { public: // System.Uri System.Net.ServicePoint::uri Uri_t100236324 * ___uri_0; // System.Int32 System.Net.ServicePoint::connectionLimit int32_t ___connectionLimit_1; // System.Int32 System.Net.ServicePoint::maxIdleTime int32_t ___maxIdleTime_2; // System.Int32 System.Net.ServicePoint::currentConnections int32_t ___currentConnections_3; // System.DateTime System.Net.ServicePoint::idleSince DateTime_t3738529785 ___idleSince_4; // System.Version System.Net.ServicePoint::protocolVersion Version_t3456873960 * ___protocolVersion_5; // System.Security.Cryptography.X509Certificates.X509Certificate System.Net.ServicePoint::certificate X509Certificate_t713131622 * ___certificate_6; // System.Security.Cryptography.X509Certificates.X509Certificate System.Net.ServicePoint::clientCertificate X509Certificate_t713131622 * ___clientCertificate_7; // System.Net.IPHostEntry System.Net.ServicePoint::host IPHostEntry_t263743900 * ___host_8; // System.Boolean System.Net.ServicePoint::usesProxy bool ___usesProxy_9; // System.Collections.Hashtable System.Net.ServicePoint::groups Hashtable_t1853889766 * ___groups_10; // System.Boolean System.Net.ServicePoint::sendContinue bool ___sendContinue_11; // System.Boolean System.Net.ServicePoint::useConnect bool ___useConnect_12; // System.Object System.Net.ServicePoint::locker RuntimeObject * ___locker_13; // System.Object System.Net.ServicePoint::hostE RuntimeObject * ___hostE_14; // System.Boolean System.Net.ServicePoint::useNagle bool ___useNagle_15; // System.Net.BindIPEndPoint System.Net.ServicePoint::endPointCallback BindIPEndPoint_t1029027275 * ___endPointCallback_16; public: inline static int32_t get_offset_of_uri_0() { return static_cast(offsetof(ServicePoint_t2786966844, ___uri_0)); } inline Uri_t100236324 * get_uri_0() const { return ___uri_0; } inline Uri_t100236324 ** get_address_of_uri_0() { return &___uri_0; } inline void set_uri_0(Uri_t100236324 * value) { ___uri_0 = value; Il2CppCodeGenWriteBarrier((&___uri_0), value); } inline static int32_t get_offset_of_connectionLimit_1() { return static_cast(offsetof(ServicePoint_t2786966844, ___connectionLimit_1)); } inline int32_t get_connectionLimit_1() const { return ___connectionLimit_1; } inline int32_t* get_address_of_connectionLimit_1() { return &___connectionLimit_1; } inline void set_connectionLimit_1(int32_t value) { ___connectionLimit_1 = value; } inline static int32_t get_offset_of_maxIdleTime_2() { return static_cast(offsetof(ServicePoint_t2786966844, ___maxIdleTime_2)); } inline int32_t get_maxIdleTime_2() const { return ___maxIdleTime_2; } inline int32_t* get_address_of_maxIdleTime_2() { return &___maxIdleTime_2; } inline void set_maxIdleTime_2(int32_t value) { ___maxIdleTime_2 = value; } inline static int32_t get_offset_of_currentConnections_3() { return static_cast(offsetof(ServicePoint_t2786966844, ___currentConnections_3)); } inline int32_t get_currentConnections_3() const { return ___currentConnections_3; } inline int32_t* get_address_of_currentConnections_3() { return &___currentConnections_3; } inline void set_currentConnections_3(int32_t value) { ___currentConnections_3 = value; } inline static int32_t get_offset_of_idleSince_4() { return static_cast(offsetof(ServicePoint_t2786966844, ___idleSince_4)); } inline DateTime_t3738529785 get_idleSince_4() const { return ___idleSince_4; } inline DateTime_t3738529785 * get_address_of_idleSince_4() { return &___idleSince_4; } inline void set_idleSince_4(DateTime_t3738529785 value) { ___idleSince_4 = value; } inline static int32_t get_offset_of_protocolVersion_5() { return static_cast(offsetof(ServicePoint_t2786966844, ___protocolVersion_5)); } inline Version_t3456873960 * get_protocolVersion_5() const { return ___protocolVersion_5; } inline Version_t3456873960 ** get_address_of_protocolVersion_5() { return &___protocolVersion_5; } inline void set_protocolVersion_5(Version_t3456873960 * value) { ___protocolVersion_5 = value; Il2CppCodeGenWriteBarrier((&___protocolVersion_5), value); } inline static int32_t get_offset_of_certificate_6() { return static_cast(offsetof(ServicePoint_t2786966844, ___certificate_6)); } inline X509Certificate_t713131622 * get_certificate_6() const { return ___certificate_6; } inline X509Certificate_t713131622 ** get_address_of_certificate_6() { return &___certificate_6; } inline void set_certificate_6(X509Certificate_t713131622 * value) { ___certificate_6 = value; Il2CppCodeGenWriteBarrier((&___certificate_6), value); } inline static int32_t get_offset_of_clientCertificate_7() { return static_cast(offsetof(ServicePoint_t2786966844, ___clientCertificate_7)); } inline X509Certificate_t713131622 * get_clientCertificate_7() const { return ___clientCertificate_7; } inline X509Certificate_t713131622 ** get_address_of_clientCertificate_7() { return &___clientCertificate_7; } inline void set_clientCertificate_7(X509Certificate_t713131622 * value) { ___clientCertificate_7 = value; Il2CppCodeGenWriteBarrier((&___clientCertificate_7), value); } inline static int32_t get_offset_of_host_8() { return static_cast(offsetof(ServicePoint_t2786966844, ___host_8)); } inline IPHostEntry_t263743900 * get_host_8() const { return ___host_8; } inline IPHostEntry_t263743900 ** get_address_of_host_8() { return &___host_8; } inline void set_host_8(IPHostEntry_t263743900 * value) { ___host_8 = value; Il2CppCodeGenWriteBarrier((&___host_8), value); } inline static int32_t get_offset_of_usesProxy_9() { return static_cast(offsetof(ServicePoint_t2786966844, ___usesProxy_9)); } inline bool get_usesProxy_9() const { return ___usesProxy_9; } inline bool* get_address_of_usesProxy_9() { return &___usesProxy_9; } inline void set_usesProxy_9(bool value) { ___usesProxy_9 = value; } inline static int32_t get_offset_of_groups_10() { return static_cast(offsetof(ServicePoint_t2786966844, ___groups_10)); } inline Hashtable_t1853889766 * get_groups_10() const { return ___groups_10; } inline Hashtable_t1853889766 ** get_address_of_groups_10() { return &___groups_10; } inline void set_groups_10(Hashtable_t1853889766 * value) { ___groups_10 = value; Il2CppCodeGenWriteBarrier((&___groups_10), value); } inline static int32_t get_offset_of_sendContinue_11() { return static_cast(offsetof(ServicePoint_t2786966844, ___sendContinue_11)); } inline bool get_sendContinue_11() const { return ___sendContinue_11; } inline bool* get_address_of_sendContinue_11() { return &___sendContinue_11; } inline void set_sendContinue_11(bool value) { ___sendContinue_11 = value; } inline static int32_t get_offset_of_useConnect_12() { return static_cast(offsetof(ServicePoint_t2786966844, ___useConnect_12)); } inline bool get_useConnect_12() const { return ___useConnect_12; } inline bool* get_address_of_useConnect_12() { return &___useConnect_12; } inline void set_useConnect_12(bool value) { ___useConnect_12 = value; } inline static int32_t get_offset_of_locker_13() { return static_cast(offsetof(ServicePoint_t2786966844, ___locker_13)); } inline RuntimeObject * get_locker_13() const { return ___locker_13; } inline RuntimeObject ** get_address_of_locker_13() { return &___locker_13; } inline void set_locker_13(RuntimeObject * value) { ___locker_13 = value; Il2CppCodeGenWriteBarrier((&___locker_13), value); } inline static int32_t get_offset_of_hostE_14() { return static_cast(offsetof(ServicePoint_t2786966844, ___hostE_14)); } inline RuntimeObject * get_hostE_14() const { return ___hostE_14; } inline RuntimeObject ** get_address_of_hostE_14() { return &___hostE_14; } inline void set_hostE_14(RuntimeObject * value) { ___hostE_14 = value; Il2CppCodeGenWriteBarrier((&___hostE_14), value); } inline static int32_t get_offset_of_useNagle_15() { return static_cast(offsetof(ServicePoint_t2786966844, ___useNagle_15)); } inline bool get_useNagle_15() const { return ___useNagle_15; } inline bool* get_address_of_useNagle_15() { return &___useNagle_15; } inline void set_useNagle_15(bool value) { ___useNagle_15 = value; } inline static int32_t get_offset_of_endPointCallback_16() { return static_cast(offsetof(ServicePoint_t2786966844, ___endPointCallback_16)); } inline BindIPEndPoint_t1029027275 * get_endPointCallback_16() const { return ___endPointCallback_16; } inline BindIPEndPoint_t1029027275 ** get_address_of_endPointCallback_16() { return &___endPointCallback_16; } inline void set_endPointCallback_16(BindIPEndPoint_t1029027275 * value) { ___endPointCallback_16 = value; Il2CppCodeGenWriteBarrier((&___endPointCallback_16), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERVICEPOINT_T2786966844_H #ifndef TRIPLEDES_T92303514_H #define TRIPLEDES_T92303514_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.TripleDES struct TripleDES_t92303514 : public SymmetricAlgorithm_t4254223087 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRIPLEDES_T92303514_H #ifndef RC2_T3167825714_H #define RC2_T3167825714_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.RC2 struct RC2_t3167825714 : public SymmetricAlgorithm_t4254223087 { public: // System.Int32 System.Security.Cryptography.RC2::EffectiveKeySizeValue int32_t ___EffectiveKeySizeValue_10; public: inline static int32_t get_offset_of_EffectiveKeySizeValue_10() { return static_cast(offsetof(RC2_t3167825714, ___EffectiveKeySizeValue_10)); } inline int32_t get_EffectiveKeySizeValue_10() const { return ___EffectiveKeySizeValue_10; } inline int32_t* get_address_of_EffectiveKeySizeValue_10() { return &___EffectiveKeySizeValue_10; } inline void set_EffectiveKeySizeValue_10(int32_t value) { ___EffectiveKeySizeValue_10 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RC2_T3167825714_H #ifndef ARC4MANAGED_T2641858452_H #define ARC4MANAGED_T2641858452_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Cryptography.ARC4Managed struct ARC4Managed_t2641858452 : public RC4_t2752556436 { public: // System.Byte[] Mono.Security.Cryptography.ARC4Managed::key ByteU5BU5D_t4116647657* ___key_12; // System.Byte[] Mono.Security.Cryptography.ARC4Managed::state ByteU5BU5D_t4116647657* ___state_13; // System.Byte Mono.Security.Cryptography.ARC4Managed::x uint8_t ___x_14; // System.Byte Mono.Security.Cryptography.ARC4Managed::y uint8_t ___y_15; // System.Boolean Mono.Security.Cryptography.ARC4Managed::m_disposed bool ___m_disposed_16; public: inline static int32_t get_offset_of_key_12() { return static_cast(offsetof(ARC4Managed_t2641858452, ___key_12)); } inline ByteU5BU5D_t4116647657* get_key_12() const { return ___key_12; } inline ByteU5BU5D_t4116647657** get_address_of_key_12() { return &___key_12; } inline void set_key_12(ByteU5BU5D_t4116647657* value) { ___key_12 = value; Il2CppCodeGenWriteBarrier((&___key_12), value); } inline static int32_t get_offset_of_state_13() { return static_cast(offsetof(ARC4Managed_t2641858452, ___state_13)); } inline ByteU5BU5D_t4116647657* get_state_13() const { return ___state_13; } inline ByteU5BU5D_t4116647657** get_address_of_state_13() { return &___state_13; } inline void set_state_13(ByteU5BU5D_t4116647657* value) { ___state_13 = value; Il2CppCodeGenWriteBarrier((&___state_13), value); } inline static int32_t get_offset_of_x_14() { return static_cast(offsetof(ARC4Managed_t2641858452, ___x_14)); } inline uint8_t get_x_14() const { return ___x_14; } inline uint8_t* get_address_of_x_14() { return &___x_14; } inline void set_x_14(uint8_t value) { ___x_14 = value; } inline static int32_t get_offset_of_y_15() { return static_cast(offsetof(ARC4Managed_t2641858452, ___y_15)); } inline uint8_t get_y_15() const { return ___y_15; } inline uint8_t* get_address_of_y_15() { return &___y_15; } inline void set_y_15(uint8_t value) { ___y_15 = value; } inline static int32_t get_offset_of_m_disposed_16() { return static_cast(offsetof(ARC4Managed_t2641858452, ___m_disposed_16)); } inline bool get_m_disposed_16() const { return ___m_disposed_16; } inline bool* get_address_of_m_disposed_16() { return &___m_disposed_16; } inline void set_m_disposed_16(bool value) { ___m_disposed_16 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARC4MANAGED_T2641858452_H // System.UInt32[] struct UInt32U5BU5D_t2770800703 : public RuntimeArray { public: ALIGN_FIELD (8) uint32_t m_Items[1]; public: inline uint32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value) { m_Items[index] = value; } }; // System.Byte[] struct ByteU5BU5D_t4116647657 : 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; } }; // Mono.Math.BigInteger[] struct BigIntegerU5BU5D_t2349952477 : public RuntimeArray { public: ALIGN_FIELD (8) BigInteger_t2902905090 * m_Items[1]; public: inline BigInteger_t2902905090 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline BigInteger_t2902905090 ** 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_t2902905090 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline BigInteger_t2902905090 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline BigInteger_t2902905090 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, BigInteger_t2902905090 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Object[] struct ObjectU5BU5D_t2843939325 : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Security.Cryptography.KeySizes[] struct KeySizesU5BU5D_t722666473 : public RuntimeArray { public: ALIGN_FIELD (8) KeySizes_t85027896 * m_Items[1]; public: inline KeySizes_t85027896 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline KeySizes_t85027896 ** 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, KeySizes_t85027896 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline KeySizes_t85027896 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline KeySizes_t85027896 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, KeySizes_t85027896 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Int32[] struct Int32U5BU5D_t385246372 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // System.Byte[][] struct ByteU5BU5DU5BU5D_t457913172 : public RuntimeArray { public: ALIGN_FIELD (8) ByteU5BU5D_t4116647657* m_Items[1]; public: inline ByteU5BU5D_t4116647657* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ByteU5BU5D_t4116647657** 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_t4116647657* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline ByteU5BU5D_t4116647657* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ByteU5BU5D_t4116647657** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ByteU5BU5D_t4116647657* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.String[] struct StringU5BU5D_t1281789340 : 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(m_Items + index, 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(m_Items + index, value); } }; // Mono.Security.Protocol.Tls.Handshake.ClientCertificateType[] struct ClientCertificateTypeU5BU5D_t4253920197 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m182537451_gshared (Dictionary_2_t3384741 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_m1279427033_gshared (Dictionary_2_t3384741 * __this, RuntimeObject * p0, int32_t p1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3959998165_gshared (Dictionary_2_t3384741 * __this, RuntimeObject * p0, int32_t* p1, const RuntimeMethod* method); // System.Void System.Object::.ctor() extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m297566312 (RuntimeObject * __this, const RuntimeMethod* method); // System.Object System.Array::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Array_Clone_m2672907798 (RuntimeArray * __this, const RuntimeMethod* method); // System.Void Mono.Math.BigInteger::Normalize() extern "C" IL2CPP_METHOD_ATTR void BigInteger_Normalize_m3021106862 (BigInteger_t2902905090 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle) extern "C" IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m3117905507 (RuntimeObject * __this /* static, unused */, RuntimeArray * p0, RuntimeFieldHandle_t1871169219 p1, const RuntimeMethod* method); // System.Security.Cryptography.RandomNumberGenerator System.Security.Cryptography.RandomNumberGenerator::Create() extern "C" IL2CPP_METHOD_ATTR RandomNumberGenerator_t386037858 * RandomNumberGenerator_Create_m4162970280 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void Mono.Math.BigInteger::.ctor(Mono.Math.BigInteger/Sign,System.UInt32) extern "C" IL2CPP_METHOD_ATTR void BigInteger__ctor_m3473491062 (BigInteger_t2902905090 * __this, int32_t ___sign0, uint32_t ___len1, const RuntimeMethod* method); // System.Void System.Buffer::BlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Buffer_BlockCopy_m2884209081 (RuntimeObject * __this /* static, unused */, RuntimeArray * p0, int32_t p1, RuntimeArray * p2, int32_t p3, int32_t p4, const RuntimeMethod* method); // System.Security.Cryptography.RandomNumberGenerator Mono.Math.BigInteger::get_Rng() extern "C" IL2CPP_METHOD_ATTR RandomNumberGenerator_t386037858 * BigInteger_get_Rng_m3283260184 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // Mono.Math.BigInteger Mono.Math.BigInteger::GenerateRandom(System.Int32,System.Security.Cryptography.RandomNumberGenerator) extern "C" IL2CPP_METHOD_ATTR BigInteger_t2902905090 * BigInteger_GenerateRandom_m3872771375 (RuntimeObject * __this /* static, unused */, int32_t ___bits0, RandomNumberGenerator_t386037858 * ___rng1, const RuntimeMethod* method); // System.Void System.IndexOutOfRangeException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void IndexOutOfRangeException__ctor_m3408750441 (IndexOutOfRangeException_t1578797820 * __this, String_t* p0, const RuntimeMethod* method); // System.Void Mono.Math.BigInteger::SetBit(System.UInt32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void BigInteger_SetBit_m1723423691 (BigInteger_t2902905090 * __this, uint32_t ___bitNum0, bool ___value1, const RuntimeMethod* method); // System.Boolean Mono.Math.BigInteger::op_Equality(Mono.Math.BigInteger,System.UInt32) extern "C" IL2CPP_METHOD_ATTR bool BigInteger_op_Equality_m3872814973 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___bi10, uint32_t ___ui1, const RuntimeMethod* method); // System.Boolean Mono.Math.BigInteger::TestBit(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool BigInteger_TestBit_m2798226118 (BigInteger_t2902905090 * __this, int32_t ___bitNum0, const RuntimeMethod* method); // System.Int32 Mono.Math.BigInteger::BitCount() extern "C" IL2CPP_METHOD_ATTR int32_t BigInteger_BitCount_m2055977486 (BigInteger_t2902905090 * __this, const RuntimeMethod* method); // System.String Mono.Math.BigInteger::ToString(System.UInt32,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* BigInteger_ToString_m1181683046 (BigInteger_t2902905090 * __this, uint32_t ___radix0, String_t* ___characterSet1, const RuntimeMethod* method); // System.Int32 System.String::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t String_get_Length_m3847582255 (String_t* __this, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m1216717135 (ArgumentException_t132251570 * __this, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void Mono.Math.BigInteger::.ctor(Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR void BigInteger__ctor_m2108826647 (BigInteger_t2902905090 * __this, BigInteger_t2902905090 * ___bi0, const RuntimeMethod* method); // System.UInt32 Mono.Math.BigInteger/Kernel::SingleByteDivideInPlace(Mono.Math.BigInteger,System.UInt32) extern "C" IL2CPP_METHOD_ATTR uint32_t Kernel_SingleByteDivideInPlace_m2393683267 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___n0, uint32_t ___d1, const RuntimeMethod* method); // System.Char System.String::get_Chars(System.Int32) extern "C" IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m2986988803 (String_t* __this, int32_t p0, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m904156431 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Boolean Mono.Math.BigInteger::op_Inequality(Mono.Math.BigInteger,System.UInt32) extern "C" IL2CPP_METHOD_ATTR bool BigInteger_op_Inequality_m3469726044 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___bi10, uint32_t ___ui1, const RuntimeMethod* method); // System.String Mono.Math.BigInteger::ToString(System.UInt32) extern "C" IL2CPP_METHOD_ATTR String_t* BigInteger_ToString_m3260066955 (BigInteger_t2902905090 * __this, uint32_t ___radix0, const RuntimeMethod* method); // System.Boolean Mono.Math.BigInteger::op_Equality(Mono.Math.BigInteger,Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR bool BigInteger_op_Equality_m1194739960 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___bi10, BigInteger_t2902905090 * ___bi21, const RuntimeMethod* method); // Mono.Math.BigInteger/Sign Mono.Math.BigInteger/Kernel::Compare(Mono.Math.BigInteger,Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR int32_t Kernel_Compare_m2669603547 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___bi10, BigInteger_t2902905090 * ___bi21, const RuntimeMethod* method); // Mono.Math.BigInteger Mono.Math.BigInteger/Kernel::modInverse(Mono.Math.BigInteger,Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR BigInteger_t2902905090 * Kernel_modInverse_m652700340 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___bi0, BigInteger_t2902905090 * ___modulus1, const RuntimeMethod* method); // System.Void Mono.Math.BigInteger/ModulusRing::.ctor(Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR void ModulusRing__ctor_m2420310199 (ModulusRing_t596511505 * __this, BigInteger_t2902905090 * ___modulus0, const RuntimeMethod* method); // Mono.Math.BigInteger Mono.Math.BigInteger/ModulusRing::Pow(Mono.Math.BigInteger,Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR BigInteger_t2902905090 * ModulusRing_Pow_m1124248336 (ModulusRing_t596511505 * __this, BigInteger_t2902905090 * ___a0, BigInteger_t2902905090 * ___k1, const RuntimeMethod* method); // System.Void Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase::.ctor() extern "C" IL2CPP_METHOD_ATTR void SequentialSearchPrimeGeneratorBase__ctor_m577913576 (SequentialSearchPrimeGeneratorBase_t2996090509 * __this, const RuntimeMethod* method); // System.Void Mono.Math.BigInteger::.ctor(System.UInt32) extern "C" IL2CPP_METHOD_ATTR void BigInteger__ctor_m2474659844 (BigInteger_t2902905090 * __this, uint32_t ___ui0, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m3628145864 (ArgumentOutOfRangeException_t777629997 * __this, String_t* p0, const RuntimeMethod* method); // Mono.Math.BigInteger Mono.Math.BigInteger/Kernel::AddSameSign(Mono.Math.BigInteger,Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR BigInteger_t2902905090 * Kernel_AddSameSign_m3267067385 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___bi10, BigInteger_t2902905090 * ___bi21, const RuntimeMethod* method); // System.Void System.ArithmeticException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArithmeticException__ctor_m3551809662 (ArithmeticException_t4283546778 * __this, String_t* p0, const RuntimeMethod* method); // Mono.Math.BigInteger Mono.Math.BigInteger::op_Implicit(System.Int32) extern "C" IL2CPP_METHOD_ATTR BigInteger_t2902905090 * BigInteger_op_Implicit_m2547142909 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method); // Mono.Math.BigInteger Mono.Math.BigInteger/Kernel::Subtract(Mono.Math.BigInteger,Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR BigInteger_t2902905090 * Kernel_Subtract_m846005223 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___big0, BigInteger_t2902905090 * ___small1, const RuntimeMethod* method); // System.Void System.Exception::.ctor() extern "C" IL2CPP_METHOD_ATTR void Exception__ctor_m213470898 (Exception_t * __this, const RuntimeMethod* method); // System.UInt32 Mono.Math.BigInteger/Kernel::DwordMod(Mono.Math.BigInteger,System.UInt32) extern "C" IL2CPP_METHOD_ATTR uint32_t Kernel_DwordMod_m3830036736 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___n0, uint32_t ___d1, const RuntimeMethod* method); // Mono.Math.BigInteger[] Mono.Math.BigInteger/Kernel::multiByteDivide(Mono.Math.BigInteger,Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR BigIntegerU5BU5D_t2349952477* Kernel_multiByteDivide_m450694282 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___bi10, BigInteger_t2902905090 * ___bi21, const RuntimeMethod* method); // System.Void Mono.Math.BigInteger/Kernel::Multiply(System.UInt32[],System.UInt32,System.UInt32,System.UInt32[],System.UInt32,System.UInt32,System.UInt32[],System.UInt32) extern "C" IL2CPP_METHOD_ATTR void Kernel_Multiply_m193213393 (RuntimeObject * __this /* static, unused */, UInt32U5BU5D_t2770800703* ___x0, uint32_t ___xOffset1, uint32_t ___xLen2, UInt32U5BU5D_t2770800703* ___y3, uint32_t ___yOffset4, uint32_t ___yLen5, UInt32U5BU5D_t2770800703* ___d6, uint32_t ___dOffset7, const RuntimeMethod* method); // Mono.Math.BigInteger Mono.Math.BigInteger/Kernel::LeftShift(Mono.Math.BigInteger,System.Int32) extern "C" IL2CPP_METHOD_ATTR BigInteger_t2902905090 * Kernel_LeftShift_m4140742987 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___bi0, int32_t ___n1, const RuntimeMethod* method); // Mono.Math.BigInteger Mono.Math.BigInteger/Kernel::RightShift(Mono.Math.BigInteger,System.Int32) extern "C" IL2CPP_METHOD_ATTR BigInteger_t2902905090 * Kernel_RightShift_m3246168448 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___bi0, int32_t ___n1, const RuntimeMethod* method); // Mono.Math.BigInteger Mono.Math.BigInteger::op_Implicit(System.UInt32) extern "C" IL2CPP_METHOD_ATTR BigInteger_t2902905090 * BigInteger_op_Implicit_m3414367033 (RuntimeObject * __this /* static, unused */, uint32_t ___value0, const RuntimeMethod* method); // Mono.Math.BigInteger[] Mono.Math.BigInteger/Kernel::DwordDivMod(Mono.Math.BigInteger,System.UInt32) extern "C" IL2CPP_METHOD_ATTR BigIntegerU5BU5D_t2349952477* Kernel_DwordDivMod_m1540317819 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___n0, uint32_t ___d1, const RuntimeMethod* method); // Mono.Math.BigInteger Mono.Math.BigInteger::op_LeftShift(Mono.Math.BigInteger,System.Int32) extern "C" IL2CPP_METHOD_ATTR BigInteger_t2902905090 * BigInteger_op_LeftShift_m3681213422 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___bi10, int32_t ___shiftVal1, const RuntimeMethod* method); // Mono.Math.BigInteger Mono.Math.BigInteger::op_RightShift(Mono.Math.BigInteger,System.Int32) extern "C" IL2CPP_METHOD_ATTR BigInteger_t2902905090 * BigInteger_op_RightShift_m460065452 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___bi10, int32_t ___shiftVal1, const RuntimeMethod* method); // System.Void Mono.Math.BigInteger::.ctor(Mono.Math.BigInteger,System.UInt32) extern "C" IL2CPP_METHOD_ATTR void BigInteger__ctor_m2644482640 (BigInteger_t2902905090 * __this, BigInteger_t2902905090 * ___bi0, uint32_t ___len1, const RuntimeMethod* method); // System.UInt32 Mono.Math.BigInteger::op_Modulus(Mono.Math.BigInteger,System.UInt32) extern "C" IL2CPP_METHOD_ATTR uint32_t BigInteger_op_Modulus_m3242311550 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___bi0, uint32_t ___ui1, const RuntimeMethod* method); // System.UInt32 Mono.Math.BigInteger/Kernel::modInverse(Mono.Math.BigInteger,System.UInt32) extern "C" IL2CPP_METHOD_ATTR uint32_t Kernel_modInverse_m4048046181 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___bi0, uint32_t ___modulus1, const RuntimeMethod* method); // Mono.Math.BigInteger Mono.Math.BigInteger::op_Multiply(Mono.Math.BigInteger,Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR BigInteger_t2902905090 * BigInteger_op_Multiply_m3683746602 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___bi10, BigInteger_t2902905090 * ___bi21, const RuntimeMethod* method); // Mono.Math.BigInteger Mono.Math.BigInteger/ModulusRing::Difference(Mono.Math.BigInteger,Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR BigInteger_t2902905090 * ModulusRing_Difference_m3686091506 (ModulusRing_t596511505 * __this, BigInteger_t2902905090 * ___a0, BigInteger_t2902905090 * ___b1, const RuntimeMethod* method); // Mono.Math.BigInteger Mono.Math.BigInteger::op_Division(Mono.Math.BigInteger,Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR BigInteger_t2902905090 * BigInteger_op_Division_m3713793389 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___bi10, BigInteger_t2902905090 * ___bi21, const RuntimeMethod* method); // System.Void Mono.Math.BigInteger/Kernel::MultiplyMod2p32pmod(System.UInt32[],System.Int32,System.Int32,System.UInt32[],System.Int32,System.Int32,System.UInt32[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Kernel_MultiplyMod2p32pmod_m451690680 (RuntimeObject * __this /* static, unused */, UInt32U5BU5D_t2770800703* ___x0, int32_t ___xOffset1, int32_t ___xLen2, UInt32U5BU5D_t2770800703* ___y3, int32_t ___yOffest4, int32_t ___yLen5, UInt32U5BU5D_t2770800703* ___d6, int32_t ___dOffset7, int32_t ___mod8, const RuntimeMethod* method); // System.Boolean Mono.Math.BigInteger::op_LessThanOrEqual(Mono.Math.BigInteger,Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR bool BigInteger_op_LessThanOrEqual_m3925173639 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___bi10, BigInteger_t2902905090 * ___bi21, const RuntimeMethod* method); // System.Void Mono.Math.BigInteger/Kernel::MinusEq(Mono.Math.BigInteger,Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR void Kernel_MinusEq_m2152832554 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___big0, BigInteger_t2902905090 * ___small1, const RuntimeMethod* method); // System.Void Mono.Math.BigInteger/Kernel::PlusEq(Mono.Math.BigInteger,Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR void Kernel_PlusEq_m136676638 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___bi10, BigInteger_t2902905090 * ___bi21, const RuntimeMethod* method); // System.Boolean Mono.Math.BigInteger::op_GreaterThanOrEqual(Mono.Math.BigInteger,Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR bool BigInteger_op_GreaterThanOrEqual_m3313329514 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___bi10, BigInteger_t2902905090 * ___bi21, const RuntimeMethod* method); // System.Boolean Mono.Math.BigInteger::op_GreaterThan(Mono.Math.BigInteger,Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR bool BigInteger_op_GreaterThan_m2974122765 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___bi10, BigInteger_t2902905090 * ___bi21, const RuntimeMethod* method); // Mono.Math.BigInteger Mono.Math.BigInteger::op_Modulus(Mono.Math.BigInteger,Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR BigInteger_t2902905090 * BigInteger_op_Modulus_m2565477533 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___bi10, BigInteger_t2902905090 * ___bi21, const RuntimeMethod* method); // System.Void Mono.Math.BigInteger/ModulusRing::BarrettReduction(Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR void ModulusRing_BarrettReduction_m3024442734 (ModulusRing_t596511505 * __this, BigInteger_t2902905090 * ___x0, const RuntimeMethod* method); // Mono.Math.BigInteger Mono.Math.BigInteger::op_Subtraction(Mono.Math.BigInteger,Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR BigInteger_t2902905090 * BigInteger_op_Subtraction_m4245834512 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___bi10, BigInteger_t2902905090 * ___bi21, const RuntimeMethod* method); // Mono.Math.BigInteger Mono.Math.BigInteger/ModulusRing::Multiply(Mono.Math.BigInteger,Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR BigInteger_t2902905090 * ModulusRing_Multiply_m1975391470 (ModulusRing_t596511505 * __this, BigInteger_t2902905090 * ___a0, BigInteger_t2902905090 * ___b1, const RuntimeMethod* method); // System.Void Mono.Math.Prime.PrimalityTest::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void PrimalityTest__ctor_m763620166 (PrimalityTest_t1539325944 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void Mono.Math.Prime.Generator.PrimeGeneratorBase::.ctor() extern "C" IL2CPP_METHOD_ATTR void PrimeGeneratorBase__ctor_m2423671149 (PrimeGeneratorBase_t446028867 * __this, const RuntimeMethod* method); // Mono.Math.BigInteger Mono.Math.BigInteger::GenerateRandom(System.Int32) extern "C" IL2CPP_METHOD_ATTR BigInteger_t2902905090 * BigInteger_GenerateRandom_m1790382084 (RuntimeObject * __this /* static, unused */, int32_t ___bits0, const RuntimeMethod* method); // System.Void Mono.Math.BigInteger::SetBit(System.UInt32) extern "C" IL2CPP_METHOD_ATTR void BigInteger_SetBit_m1387902198 (BigInteger_t2902905090 * __this, uint32_t ___bitNum0, const RuntimeMethod* method); // System.Boolean Mono.Math.Prime.PrimalityTest::Invoke(Mono.Math.BigInteger,Mono.Math.Prime.ConfidenceFactor) extern "C" IL2CPP_METHOD_ATTR bool PrimalityTest_Invoke_m2948246884 (PrimalityTest_t1539325944 * __this, BigInteger_t2902905090 * ___bi0, int32_t ___confidence1, const RuntimeMethod* method); // System.Void Mono.Math.BigInteger::Incr2() extern "C" IL2CPP_METHOD_ATTR void BigInteger_Incr2_m1531167978 (BigInteger_t2902905090 * __this, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Exception__ctor_m1152696503 (Exception_t * __this, String_t* p0, const RuntimeMethod* method); // System.Int32 Mono.Math.Prime.PrimalityTests::GetSPPRounds(Mono.Math.BigInteger,Mono.Math.Prime.ConfidenceFactor) extern "C" IL2CPP_METHOD_ATTR int32_t PrimalityTests_GetSPPRounds_m2558073743 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___bi0, int32_t ___confidence1, const RuntimeMethod* method); // System.Int32 Mono.Math.BigInteger::LowestSetBit() extern "C" IL2CPP_METHOD_ATTR int32_t BigInteger_LowestSetBit_m1199244228 (BigInteger_t2902905090 * __this, const RuntimeMethod* method); // Mono.Math.BigInteger Mono.Math.BigInteger/ModulusRing::Pow(System.UInt32,Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR BigInteger_t2902905090 * ModulusRing_Pow_m729002192 (ModulusRing_t596511505 * __this, uint32_t ___b0, BigInteger_t2902905090 * ___exp1, const RuntimeMethod* method); // System.Boolean Mono.Math.BigInteger::op_Inequality(Mono.Math.BigInteger,Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR bool BigInteger_op_Inequality_m2697143438 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___bi10, BigInteger_t2902905090 * ___bi21, const RuntimeMethod* method); // System.Void Mono.Security.ASN1::.ctor(System.Byte,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void ASN1__ctor_m3517592395 (ASN1_t2114160833 * __this, uint8_t ___tag0, ByteU5BU5D_t4116647657* ___data1, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m2494070935 (NotSupportedException_t1314879016 * __this, String_t* p0, const RuntimeMethod* method); // System.Void Mono.Security.ASN1::Decode(System.Byte[],System.Int32&,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ASN1_Decode_m1245286596 (ASN1_t2114160833 * __this, ByteU5BU5D_t4116647657* ___asn10, int32_t* ___anPos1, int32_t ___anLength2, const RuntimeMethod* method); // System.Boolean Mono.Security.ASN1::CompareArray(System.Byte[],System.Byte[]) extern "C" IL2CPP_METHOD_ATTR bool ASN1_CompareArray_m3928975006 (ASN1_t2114160833 * __this, ByteU5BU5D_t4116647657* ___array10, ByteU5BU5D_t4116647657* ___array21, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArrayList__ctor_m4254721275 (ArrayList_t2718874744 * __this, const RuntimeMethod* method); // System.Int32 Mono.Security.ASN1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t ASN1_get_Count_m3039939183 (ASN1_t2114160833 * __this, const RuntimeMethod* method); // System.Void Mono.Security.ASN1::DecodeTLV(System.Byte[],System.Int32&,System.Byte&,System.Int32&,System.Byte[]&) extern "C" IL2CPP_METHOD_ATTR void ASN1_DecodeTLV_m3927350254 (ASN1_t2114160833 * __this, ByteU5BU5D_t4116647657* ___asn10, int32_t* ___pos1, uint8_t* ___tag2, int32_t* ___length3, ByteU5BU5D_t4116647657** ___content4, const RuntimeMethod* method); // Mono.Security.ASN1 Mono.Security.ASN1::Add(Mono.Security.ASN1) extern "C" IL2CPP_METHOD_ATTR ASN1_t2114160833 * ASN1_Add_m3262603624 (ASN1_t2114160833 * __this, ASN1_t2114160833 * ___asn10, const RuntimeMethod* method); // System.Byte Mono.Security.ASN1::get_Tag() extern "C" IL2CPP_METHOD_ATTR uint8_t ASN1_get_Tag_m1863840805 (ASN1_t2114160833 * __this, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor() extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m3121283359 (StringBuilder_t * __this, const RuntimeMethod* method); // System.String System.Byte::ToString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Byte_ToString_m3735479648 (uint8_t* __this, String_t* p0, const RuntimeMethod* method); // System.String System.Environment::get_NewLine() extern "C" IL2CPP_METHOD_ATTR String_t* Environment_get_NewLine_m3211016485 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_m3255666490 (StringBuilder_t * __this, String_t* p0, RuntimeObject * p1, RuntimeObject * p2, const RuntimeMethod* method); // System.Byte[] Mono.Security.ASN1::get_Value() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* ASN1_get_Value_m3619295991 (ASN1_t2114160833 * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m1965104174 (StringBuilder_t * __this, String_t* p0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_m3016532472 (StringBuilder_t * __this, String_t* p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_m921870684 (StringBuilder_t * __this, String_t* p0, ObjectU5BU5D_t2843939325* p1, const RuntimeMethod* method); // System.String System.Text.StringBuilder::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* StringBuilder_ToString_m3317489284 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Byte[] Mono.Security.BitConverterLE::GetBytes(System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* BitConverterLE_GetBytes_m3268825786 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Array::Reverse(System.Array) extern "C" IL2CPP_METHOD_ATTR void Array_Reverse_m3714848183 (RuntimeObject * __this /* static, unused */, RuntimeArray * p0, const RuntimeMethod* method); // System.Void Mono.Security.ASN1::.ctor(System.Byte) extern "C" IL2CPP_METHOD_ATTR void ASN1__ctor_m4216617981 (ASN1_t2114160833 * __this, uint8_t ___tag0, const RuntimeMethod* method); // System.Void Mono.Security.ASN1::set_Value(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void ASN1_set_Value_m647861841 (ASN1_t2114160833 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m1170824041 (ArgumentNullException_t1615371798 * __this, String_t* p0, const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.CryptoConfig::EncodeOID(System.String) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* CryptoConfig_EncodeOID_m2635914623 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void Mono.Security.ASN1::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void ASN1__ctor_m1219137533 (ASN1_t2114160833 * __this, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method); // System.Void System.FormatException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void FormatException__ctor_m4049685996 (FormatException_t154580423 * __this, String_t* p0, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() extern "C" IL2CPP_METHOD_ATTR CultureInfo_t4157843068 * CultureInfo_get_InvariantCulture_m3532445182 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.Byte::ToString(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Byte_ToString_m2335342258 (uint8_t* __this, RuntimeObject* p0, const RuntimeMethod* method); // System.String System.UInt64::ToString(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* UInt64_ToString_m2623377370 (uint64_t* __this, RuntimeObject* p0, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_ASCII() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * Encoding_get_ASCII_m3595602635 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m1610150815 (String_t* __this, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Int16 System.Convert::ToInt16(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m3185404879 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject* p1, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m3937257545 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m630303134 (RuntimeObject * __this /* static, unused */, String_t* p0, ObjectU5BU5D_t2843939325* p1, const RuntimeMethod* method); // System.DateTime System.DateTime::ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_ParseExact_m2711902273 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, RuntimeObject* p2, int32_t p3, const RuntimeMethod* method); // System.Byte[] Mono.Security.BitConverterLE::GetUIntBytes(System.Byte*) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* BitConverterLE_GetUIntBytes_m795219058 (RuntimeObject * __this /* static, unused */, uint8_t* ___bytes0, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.RC4::.ctor() extern "C" IL2CPP_METHOD_ATTR void RC4__ctor_m3531760091 (RC4_t2752556436 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SymmetricAlgorithm::Finalize() extern "C" IL2CPP_METHOD_ATTR void SymmetricAlgorithm_Finalize_m2361523015 (SymmetricAlgorithm_t4254223087 * __this, const RuntimeMethod* method); // System.Void System.Array::Clear(System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Clear_m2231608178 (RuntimeObject * __this /* static, unused */, RuntimeArray * p0, int32_t p1, int32_t p2, const RuntimeMethod* method); // System.Void System.GC::SuppressFinalize(System.Object) extern "C" IL2CPP_METHOD_ATTR void GC_SuppressFinalize_m1177400158 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.ARC4Managed::KeySetup(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void ARC4Managed_KeySetup_m2449315676 (ARC4Managed_t2641858452 * __this, ByteU5BU5D_t4116647657* ___key0, const RuntimeMethod* method); // System.Byte[] Mono.Security.Cryptography.KeyBuilder::Key(System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* KeyBuilder_Key_m1482371611 (RuntimeObject * __this /* static, unused */, int32_t ___size0, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m282481429 (ArgumentOutOfRangeException_t777629997 * __this, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.String Locale::GetText(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Locale_GetText_m3520169047 (RuntimeObject * __this /* static, unused */, String_t* ___msg0, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.ARC4Managed::CheckInput(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ARC4Managed_CheckInput_m1562172012 (ARC4Managed_t2641858452 * __this, ByteU5BU5D_t4116647657* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method); // System.Int32 Mono.Security.Cryptography.ARC4Managed::InternalTransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ARC4Managed_InternalTransformBlock_m1047162329 (ARC4Managed_t2641858452 * __this, ByteU5BU5D_t4116647657* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, ByteU5BU5D_t4116647657* ___outputBuffer3, int32_t ___outputOffset4, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m2367297767 (StringBuilder_t * __this, int32_t p0, const RuntimeMethod* method); // System.String System.Byte::ToString(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Byte_ToString_m4063101981 (uint8_t* __this, String_t* p0, RuntimeObject* p1, const RuntimeMethod* method); // System.Void System.Security.Cryptography.KeyedHashAlgorithm::.ctor() extern "C" IL2CPP_METHOD_ATTR void KeyedHashAlgorithm__ctor_m4053775756 (KeyedHashAlgorithm_t112861511 * __this, const RuntimeMethod* method); // System.Security.Cryptography.HashAlgorithm System.Security.Cryptography.HashAlgorithm::Create(System.String) extern "C" IL2CPP_METHOD_ATTR HashAlgorithm_t1432317219 * HashAlgorithm_Create_m644612360 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.HashAlgorithm::ComputeHash(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* HashAlgorithm_ComputeHash_m2825542963 (HashAlgorithm_t1432317219 * __this, ByteU5BU5D_t4116647657* p0, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.HMAC::initializePad() extern "C" IL2CPP_METHOD_ATTR void HMAC_initializePad_m59014980 (HMAC_t3689525210 * __this, const RuntimeMethod* method); // System.Int32 System.Security.Cryptography.HashAlgorithm::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t HashAlgorithm_TransformBlock_m4006041779 (HashAlgorithm_t1432317219 * __this, ByteU5BU5D_t4116647657* p0, int32_t p1, int32_t p2, ByteU5BU5D_t4116647657* p3, int32_t p4, const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.HashAlgorithm::TransformFinalBlock(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* HashAlgorithm_TransformFinalBlock_m3005451348 (HashAlgorithm_t1432317219 * __this, ByteU5BU5D_t4116647657* p0, int32_t p1, int32_t p2, const RuntimeMethod* method); // System.Security.Cryptography.RandomNumberGenerator Mono.Security.Cryptography.KeyBuilder::get_Rng() extern "C" IL2CPP_METHOD_ATTR RandomNumberGenerator_t386037858 * KeyBuilder_get_Rng_m983065666 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Security.Cryptography.HashAlgorithm::.ctor() extern "C" IL2CPP_METHOD_ATTR void HashAlgorithm__ctor_m190815979 (HashAlgorithm_t1432317219 * __this, const RuntimeMethod* method); // Mono.Security.Cryptography.MD2 Mono.Security.Cryptography.MD2::Create(System.String) extern "C" IL2CPP_METHOD_ATTR MD2_t1561046427 * MD2_Create_m1292792200 (RuntimeObject * __this /* static, unused */, String_t* ___hashName0, const RuntimeMethod* method); // System.Object System.Security.Cryptography.CryptoConfig::CreateFromName(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CryptoConfig_CreateFromName_m1538277313 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.MD2Managed::.ctor() extern "C" IL2CPP_METHOD_ATTR void MD2Managed__ctor_m3243422744 (MD2Managed_t1377101535 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.MD2::.ctor() extern "C" IL2CPP_METHOD_ATTR void MD2__ctor_m2402458789 (MD2_t1561046427 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.MD2Managed::MD2Transform(System.Byte[],System.Byte[],System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void MD2Managed_MD2Transform_m3143426291 (MD2Managed_t1377101535 * __this, ByteU5BU5D_t4116647657* ___state0, ByteU5BU5D_t4116647657* ___checksum1, ByteU5BU5D_t4116647657* ___block2, int32_t ___index3, const RuntimeMethod* method); // System.Byte[] Mono.Security.Cryptography.MD2Managed::Padding(System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* MD2Managed_Padding_m1334210368 (MD2Managed_t1377101535 * __this, int32_t ___nLength0, const RuntimeMethod* method); // Mono.Security.Cryptography.MD4 Mono.Security.Cryptography.MD4::Create(System.String) extern "C" IL2CPP_METHOD_ATTR MD4_t1560915355 * MD4_Create_m4111026039 (RuntimeObject * __this /* static, unused */, String_t* ___hashName0, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.MD4Managed::.ctor() extern "C" IL2CPP_METHOD_ATTR void MD4Managed__ctor_m2284724408 (MD4Managed_t957540063 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.MD4::.ctor() extern "C" IL2CPP_METHOD_ATTR void MD4__ctor_m919379109 (MD4_t1560915355 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.MD4Managed::MD4Transform(System.UInt32[],System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void MD4Managed_MD4Transform_m1101832482 (MD4Managed_t957540063 * __this, UInt32U5BU5D_t2770800703* ___state0, ByteU5BU5D_t4116647657* ___block1, int32_t ___index2, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.MD4Managed::Encode(System.Byte[],System.UInt32[]) extern "C" IL2CPP_METHOD_ATTR void MD4Managed_Encode_m386285215 (MD4Managed_t957540063 * __this, ByteU5BU5D_t4116647657* ___output0, UInt32U5BU5D_t2770800703* ___input1, const RuntimeMethod* method); // System.Byte[] Mono.Security.Cryptography.MD4Managed::Padding(System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* MD4Managed_Padding_m3091724296 (MD4Managed_t957540063 * __this, int32_t ___nLength0, const RuntimeMethod* method); // System.UInt32 Mono.Security.Cryptography.MD4Managed::F(System.UInt32,System.UInt32,System.UInt32) extern "C" IL2CPP_METHOD_ATTR uint32_t MD4Managed_F_m2794461001 (MD4Managed_t957540063 * __this, uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method); // System.UInt32 Mono.Security.Cryptography.MD4Managed::ROL(System.UInt32,System.Byte) extern "C" IL2CPP_METHOD_ATTR uint32_t MD4Managed_ROL_m691796253 (MD4Managed_t957540063 * __this, uint32_t ___x0, uint8_t ___n1, const RuntimeMethod* method); // System.UInt32 Mono.Security.Cryptography.MD4Managed::G(System.UInt32,System.UInt32,System.UInt32) extern "C" IL2CPP_METHOD_ATTR uint32_t MD4Managed_G_m2118206422 (MD4Managed_t957540063 * __this, uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method); // System.UInt32 Mono.Security.Cryptography.MD4Managed::H(System.UInt32,System.UInt32,System.UInt32) extern "C" IL2CPP_METHOD_ATTR uint32_t MD4Managed_H_m213605525 (MD4Managed_t957540063 * __this, uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.MD4Managed::Decode(System.UInt32[],System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void MD4Managed_Decode_m4273685594 (MD4Managed_t957540063 * __this, UInt32U5BU5D_t2770800703* ___output0, ByteU5BU5D_t4116647657* ___input1, int32_t ___index2, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.MD4Managed::FF(System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.Byte) extern "C" IL2CPP_METHOD_ATTR void MD4Managed_FF_m3294771481 (MD4Managed_t957540063 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t ___c2, uint32_t ___d3, uint32_t ___x4, uint8_t ___s5, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.MD4Managed::GG(System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.Byte) extern "C" IL2CPP_METHOD_ATTR void MD4Managed_GG_m1845276249 (MD4Managed_t957540063 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t ___c2, uint32_t ___d3, uint32_t ___x4, uint8_t ___s5, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.MD4Managed::HH(System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.Byte) extern "C" IL2CPP_METHOD_ATTR void MD4Managed_HH_m2535673516 (MD4Managed_t957540063 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t ___c2, uint32_t ___d3, uint32_t ___x4, uint8_t ___s5, const RuntimeMethod* method); // System.Security.Cryptography.MD5 System.Security.Cryptography.MD5::Create() extern "C" IL2CPP_METHOD_ATTR MD5_t3177620429 * MD5_Create_m3522414168 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Security.Cryptography.SHA1 System.Security.Cryptography.SHA1::Create() extern "C" IL2CPP_METHOD_ATTR SHA1_t1803193667 * SHA1_Create_m1390871308 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Security.Cryptography.CryptographicUnexpectedOperationException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void CryptographicUnexpectedOperationException__ctor_m2381988196 (CryptographicUnexpectedOperationException_t2790575154 * __this, String_t* p0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.RSASslSignatureFormatter::.ctor(System.Security.Cryptography.AsymmetricAlgorithm) extern "C" IL2CPP_METHOD_ATTR void RSASslSignatureFormatter__ctor_m1299283008 (RSASslSignatureFormatter_t2709678514 * __this, AsymmetricAlgorithm_t932037087 * ___key0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.RSASslSignatureDeformatter::.ctor(System.Security.Cryptography.AsymmetricAlgorithm) extern "C" IL2CPP_METHOD_ATTR void RSASslSignatureDeformatter__ctor_m4026549112 (RSASslSignatureDeformatter_t3558097625 * __this, AsymmetricAlgorithm_t932037087 * ___key0, const RuntimeMethod* method); // System.Byte[] Mono.Security.Cryptography.PKCS1::Encode_v15(System.Security.Cryptography.HashAlgorithm,System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* PKCS1_Encode_v15_m2077073129 (RuntimeObject * __this /* static, unused */, HashAlgorithm_t1432317219 * ___hash0, ByteU5BU5D_t4116647657* ___hashValue1, int32_t ___emLength2, const RuntimeMethod* method); // System.Byte[] Mono.Security.Cryptography.PKCS1::OS2IP(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* PKCS1_OS2IP_m1443067185 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___x0, const RuntimeMethod* method); // System.Byte[] Mono.Security.Cryptography.PKCS1::RSASP1(System.Security.Cryptography.RSA,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* PKCS1_RSASP1_m4286349561 (RuntimeObject * __this /* static, unused */, RSA_t2385438082 * ___rsa0, ByteU5BU5D_t4116647657* ___m1, const RuntimeMethod* method); // System.Byte[] Mono.Security.Cryptography.PKCS1::I2OSP(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* PKCS1_I2OSP_m2559784711 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___x0, int32_t ___size1, const RuntimeMethod* method); // System.Boolean Mono.Security.Cryptography.PKCS1::Verify_v15(System.Security.Cryptography.RSA,System.Security.Cryptography.HashAlgorithm,System.Byte[],System.Byte[],System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool PKCS1_Verify_v15_m400093581 (RuntimeObject * __this /* static, unused */, RSA_t2385438082 * ___rsa0, HashAlgorithm_t1432317219 * ___hash1, ByteU5BU5D_t4116647657* ___hashValue2, ByteU5BU5D_t4116647657* ___signature3, bool ___tryNonStandardEncoding4, const RuntimeMethod* method); // System.Byte[] Mono.Security.Cryptography.PKCS1::RSAVP1(System.Security.Cryptography.RSA,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* PKCS1_RSAVP1_m43771175 (RuntimeObject * __this /* static, unused */, RSA_t2385438082 * ___rsa0, ByteU5BU5D_t4116647657* ___s1, const RuntimeMethod* method); // System.Boolean Mono.Security.Cryptography.PKCS1::Compare(System.Byte[],System.Byte[]) extern "C" IL2CPP_METHOD_ATTR bool PKCS1_Compare_m8562819 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___array10, ByteU5BU5D_t4116647657* ___array21, const RuntimeMethod* method); // System.Void System.Security.Cryptography.CryptographicException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void CryptographicException__ctor_m503735289 (CryptographicException_t248831461 * __this, String_t* p0, const RuntimeMethod* method); // System.String System.Security.Cryptography.CryptoConfig::MapNameToOID(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CryptoConfig_MapNameToOID_m2044758263 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Int32 System.Math::Max(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Math_Max_m1873195862 (RuntimeObject * __this /* static, unused */, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void EncryptedPrivateKeyInfo__ctor_m3415744930 (EncryptedPrivateKeyInfo_t862116836 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::Decode(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void EncryptedPrivateKeyInfo_Decode_m3008916518 (EncryptedPrivateKeyInfo_t862116836 * __this, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method); // Mono.Security.ASN1 Mono.Security.ASN1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR ASN1_t2114160833 * ASN1_get_Item_m315148275 (ASN1_t2114160833 * __this, int32_t ___index0, const RuntimeMethod* method); // System.String Mono.Security.ASN1Convert::ToOid(Mono.Security.ASN1) extern "C" IL2CPP_METHOD_ATTR String_t* ASN1Convert_ToOid_m4290825381 (RuntimeObject * __this /* static, unused */, ASN1_t2114160833 * ___asn10, const RuntimeMethod* method); // System.Int32 Mono.Security.ASN1Convert::ToInt32(Mono.Security.ASN1) extern "C" IL2CPP_METHOD_ATTR int32_t ASN1Convert_ToInt32_m2228176117 (RuntimeObject * __this /* static, unused */, ASN1_t2114160833 * ___asn10, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void PrivateKeyInfo__ctor_m3331475997 (PrivateKeyInfo_t668027993 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::Decode(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void PrivateKeyInfo_Decode_m986145117 (PrivateKeyInfo_t668027993 * __this, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method); // System.Byte[] Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::RemoveLeadingZero(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* PrivateKeyInfo_RemoveLeadingZero_m3592760008 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___bigInt0, const RuntimeMethod* method); // System.Byte[] Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::Normalize(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* PrivateKeyInfo_Normalize_m2274647848 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___bigInt0, int32_t ___length1, const RuntimeMethod* method); // System.Security.Cryptography.RSA System.Security.Cryptography.RSA::Create() extern "C" IL2CPP_METHOD_ATTR RSA_t2385438082 * RSA_Create_m4065275734 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Security.Cryptography.CspParameters::.ctor() extern "C" IL2CPP_METHOD_ATTR void CspParameters__ctor_m277845443 (CspParameters_t239852639 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.CspParameters::set_Flags(System.Security.Cryptography.CspProviderFlags) extern "C" IL2CPP_METHOD_ATTR void CspParameters_set_Flags_m397261363 (CspParameters_t239852639 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RSACryptoServiceProvider::.ctor(System.Security.Cryptography.CspParameters) extern "C" IL2CPP_METHOD_ATTR void RSACryptoServiceProvider__ctor_m357386130 (RSACryptoServiceProvider_t2683512874 * __this, CspParameters_t239852639 * p0, const RuntimeMethod* method); // System.Security.Cryptography.DSA System.Security.Cryptography.DSA::Create() extern "C" IL2CPP_METHOD_ATTR DSA_t2386879874 * DSA_Create_m1220983153 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SymmetricAlgorithm::.ctor() extern "C" IL2CPP_METHOD_ATTR void SymmetricAlgorithm__ctor_m467277132 (SymmetricAlgorithm_t4254223087 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.KeySizes::.ctor(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void KeySizes__ctor_m3113946058 (KeySizes_t85027896 * __this, int32_t p0, int32_t p1, int32_t p2, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.RSAManaged::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void RSAManaged__ctor_m350841446 (RSAManaged_t1757093820 * __this, int32_t ___keySize0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RSA::.ctor() extern "C" IL2CPP_METHOD_ATTR void RSA__ctor_m2923348713 (RSA_t2385438082 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.AsymmetricAlgorithm::set_KeySize(System.Int32) extern "C" IL2CPP_METHOD_ATTR void AsymmetricAlgorithm_set_KeySize_m2163393617 (AsymmetricAlgorithm_t932037087 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Object::Finalize() extern "C" IL2CPP_METHOD_ATTR void Object_Finalize_m3076187857 (RuntimeObject * __this, const RuntimeMethod* method); // Mono.Math.BigInteger Mono.Math.BigInteger::GeneratePseudoPrime(System.Int32) extern "C" IL2CPP_METHOD_ATTR BigInteger_t2902905090 * BigInteger_GeneratePseudoPrime_m2547138838 (RuntimeObject * __this /* static, unused */, int32_t ___bits0, const RuntimeMethod* method); // System.Boolean Mono.Math.BigInteger::op_LessThan(Mono.Math.BigInteger,Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR bool BigInteger_op_LessThan_m463398176 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___bi10, BigInteger_t2902905090 * ___bi21, const RuntimeMethod* method); // Mono.Math.BigInteger Mono.Math.BigInteger::ModInverse(Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR BigInteger_t2902905090 * BigInteger_ModInverse_m2426215562 (BigInteger_t2902905090 * __this, BigInteger_t2902905090 * ___modulus0, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler::Invoke(System.Object,System.EventArgs) extern "C" IL2CPP_METHOD_ATTR void KeyGeneratedEventHandler_Invoke_m99769071 (KeyGeneratedEventHandler_t3064139578 * __this, RuntimeObject * ___sender0, EventArgs_t3591816995 * ___e1, const RuntimeMethod* method); // System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::get_KeySize() extern "C" IL2CPP_METHOD_ATTR int32_t AsymmetricAlgorithm_get_KeySize_m2113907895 (AsymmetricAlgorithm_t932037087 * __this, const RuntimeMethod* method); // System.Void System.ObjectDisposedException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_m3603759869 (ObjectDisposedException_t21392786 * __this, String_t* p0, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.RSAManaged::GenerateKeyPair() extern "C" IL2CPP_METHOD_ATTR void RSAManaged_GenerateKeyPair_m2364618953 (RSAManaged_t1757093820 * __this, const RuntimeMethod* method); // System.Void Mono.Math.BigInteger::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void BigInteger__ctor_m2601366464 (BigInteger_t2902905090 * __this, ByteU5BU5D_t4116647657* ___inData0, const RuntimeMethod* method); // Mono.Math.BigInteger Mono.Math.BigInteger::ModPow(Mono.Math.BigInteger,Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR BigInteger_t2902905090 * BigInteger_ModPow_m3776562770 (BigInteger_t2902905090 * __this, BigInteger_t2902905090 * ___exp0, BigInteger_t2902905090 * ___n1, const RuntimeMethod* method); // Mono.Math.BigInteger Mono.Math.BigInteger::op_Addition(Mono.Math.BigInteger,Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR BigInteger_t2902905090 * BigInteger_op_Addition_m1114527046 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___bi10, BigInteger_t2902905090 * ___bi21, const RuntimeMethod* method); // System.Boolean Mono.Security.Cryptography.RSAManaged::get_PublicOnly() extern "C" IL2CPP_METHOD_ATTR bool RSAManaged_get_PublicOnly_m1402405000 (RSAManaged_t1757093820 * __this, const RuntimeMethod* method); // System.Void Mono.Math.BigInteger::Clear() extern "C" IL2CPP_METHOD_ATTR void BigInteger_Clear_m2995574218 (BigInteger_t2902905090 * __this, const RuntimeMethod* method); // System.Byte[] Mono.Security.Cryptography.RSAManaged::GetPaddedValue(Mono.Math.BigInteger,System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* RSAManaged_GetPaddedValue_m2182626630 (RSAManaged_t1757093820 * __this, BigInteger_t2902905090 * ___value0, int32_t ___length1, const RuntimeMethod* method); // System.Byte[] Mono.Math.BigInteger::GetBytes() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* BigInteger_GetBytes_m1259701831 (BigInteger_t2902905090 * __this, const RuntimeMethod* method); // System.String System.Convert::ToBase64String(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR String_t* Convert_ToBase64String_m3839334935 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* p0, const RuntimeMethod* method); // System.Void Mono.Security.PKCS7/ContentInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void ContentInfo__ctor_m1955840786 (ContentInfo_t3218159896 * __this, const RuntimeMethod* method); // System.Void Mono.Security.PKCS7/ContentInfo::.ctor(Mono.Security.ASN1) extern "C" IL2CPP_METHOD_ATTR void ContentInfo__ctor_m3397951412 (ContentInfo_t3218159896 * __this, ASN1_t2114160833 * ___asn10, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m1312628991 (ArgumentException_t132251570 * __this, String_t* p0, const RuntimeMethod* method); // Mono.Security.ASN1 Mono.Security.PKCS7/ContentInfo::GetASN1() extern "C" IL2CPP_METHOD_ATTR ASN1_t2114160833 * ContentInfo_GetASN1_m2535172199 (ContentInfo_t3218159896 * __this, const RuntimeMethod* method); // Mono.Security.ASN1 Mono.Security.ASN1Convert::FromOid(System.String) extern "C" IL2CPP_METHOD_ATTR ASN1_t2114160833 * ASN1Convert_FromOid_m3844102704 (RuntimeObject * __this /* static, unused */, String_t* ___oid0, const RuntimeMethod* method); // System.Void Mono.Security.PKCS7/EncryptedData::.ctor() extern "C" IL2CPP_METHOD_ATTR void EncryptedData__ctor_m257803736 (EncryptedData_t3577548733 * __this, const RuntimeMethod* method); // System.Void Mono.Security.PKCS7/ContentInfo::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ContentInfo__ctor_m2855743200 (ContentInfo_t3218159896 * __this, String_t* ___oid0, const RuntimeMethod* method); // System.Void Mono.Security.PKCS7/ContentInfo::set_Content(Mono.Security.ASN1) extern "C" IL2CPP_METHOD_ATTR void ContentInfo_set_Content_m2581255245 (ContentInfo_t3218159896 * __this, ASN1_t2114160833 * ___value0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.Alert::inferAlertLevel() extern "C" IL2CPP_METHOD_ATTR void Alert_inferAlertLevel_m151204576 (Alert_t4059934885 * __this, const RuntimeMethod* method); // System.Boolean Mono.Security.Protocol.Tls.Alert::get_IsWarning() extern "C" IL2CPP_METHOD_ATTR bool Alert_get_IsWarning_m1365397992 (Alert_t4059934885 * __this, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509Certificate Mono.Security.Protocol.Tls.CertificateSelectionCallback::Invoke(System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Cryptography.X509Certificates.X509Certificate,System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection) extern "C" IL2CPP_METHOD_ATTR X509Certificate_t713131622 * CertificateSelectionCallback_Invoke_m3129973019 (CertificateSelectionCallback_t3743405224 * __this, X509CertificateCollection_t3399372417 * ___clientCertificates0, X509Certificate_t713131622 * ___serverCertificate1, String_t* ___targetHost2, X509CertificateCollection_t3399372417 * ___serverRequestedCertificates3, const RuntimeMethod* method); // System.Boolean Mono.Security.Protocol.Tls.CertificateValidationCallback::Invoke(System.Security.Cryptography.X509Certificates.X509Certificate,System.Int32[]) extern "C" IL2CPP_METHOD_ATTR bool CertificateValidationCallback_Invoke_m1014111289 (CertificateValidationCallback_t4091668218 * __this, X509Certificate_t713131622 * ___certificate0, Int32U5BU5D_t385246372* ___certificateErrors1, const RuntimeMethod* method); // Mono.Security.Protocol.Tls.ValidationResult Mono.Security.Protocol.Tls.CertificateValidationCallback2::Invoke(Mono.Security.X509.X509CertificateCollection) extern "C" IL2CPP_METHOD_ATTR ValidationResult_t3834298736 * CertificateValidationCallback2_Invoke_m3381554834 (CertificateValidationCallback2_t1842476440 * __this, X509CertificateCollection_t1542168550 * ___collection0, const RuntimeMethod* method); // System.Int32 Mono.Security.Protocol.Tls.CipherSuite::get_HashSize() extern "C" IL2CPP_METHOD_ATTR int32_t CipherSuite_get_HashSize_m4060916532 (CipherSuite_t3414744575 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.CipherSuite::createEncryptionCipher() extern "C" IL2CPP_METHOD_ATTR void CipherSuite_createEncryptionCipher_m2533565116 (CipherSuite_t3414744575 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.CipherSuite::createDecryptionCipher() extern "C" IL2CPP_METHOD_ATTR void CipherSuite_createDecryptionCipher_m1176259509 (CipherSuite_t3414744575 * __this, const RuntimeMethod* method); // System.Security.Cryptography.CipherMode Mono.Security.Protocol.Tls.CipherSuite::get_CipherMode() extern "C" IL2CPP_METHOD_ATTR int32_t CipherSuite_get_CipherMode_m425550365 (CipherSuite_t3414744575 * __this, const RuntimeMethod* method); // System.Security.Cryptography.ICryptoTransform Mono.Security.Protocol.Tls.CipherSuite::get_EncryptionCipher() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CipherSuite_get_EncryptionCipher_m3029637613 (CipherSuite_t3414744575 * __this, const RuntimeMethod* method); // System.Security.Cryptography.ICryptoTransform Mono.Security.Protocol.Tls.CipherSuite::get_DecryptionCipher() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CipherSuite_get_DecryptionCipher_m2839827488 (CipherSuite_t3414744575 * __this, const RuntimeMethod* method); // System.Byte[] Mono.Security.Protocol.Tls.Context::GetSecureRandomBytes(System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* Context_GetSecureRandomBytes_m3676009387 (Context_t3971234707 * __this, int32_t ___count0, const RuntimeMethod* method); // System.Int16 Mono.Security.Protocol.Tls.ClientContext::get_ClientHelloProtocol() extern "C" IL2CPP_METHOD_ATTR int16_t ClientContext_get_ClientHelloProtocol_m1654639078 (ClientContext_t2797401965 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.TlsStream::.ctor() extern "C" IL2CPP_METHOD_ATTR void TlsStream__ctor_m787793111 (TlsStream_t2365453965 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.TlsStream::Write(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void TlsStream_Write_m4133894341 (TlsStream_t2365453965 * __this, ByteU5BU5D_t4116647657* ___buffer0, const RuntimeMethod* method); // System.Byte[] Mono.Security.Protocol.Tls.TlsStream::ToArray() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* TlsStream_ToArray_m4177184296 (TlsStream_t2365453965 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.TlsStream::Reset() extern "C" IL2CPP_METHOD_ATTR void TlsStream_Reset_m369197964 (TlsStream_t2365453965 * __this, const RuntimeMethod* method); // System.Byte[] Mono.Security.Protocol.Tls.CipherSuite::Expand(System.String,System.Byte[],System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* CipherSuite_Expand_m2729769226 (CipherSuite_t3414744575 * __this, String_t* ___hashName0, ByteU5BU5D_t4116647657* ___secret1, ByteU5BU5D_t4116647657* ___seed2, int32_t ___length3, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Equality_m920492651 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.HMAC::.ctor(System.String,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void HMAC__ctor_m775015853 (HMAC_t3689525210 * __this, String_t* ___hashName0, ByteU5BU5D_t4116647657* ___rgbKey1, const RuntimeMethod* method); // System.Security.Cryptography.DES System.Security.Cryptography.DES::Create() extern "C" IL2CPP_METHOD_ATTR DES_t821106792 * DES_Create_m1258183099 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Security.Cryptography.RC2 System.Security.Cryptography.RC2::Create() extern "C" IL2CPP_METHOD_ATTR RC2_t3167825714 * RC2_Create_m2516417038 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.ARC4Managed::.ctor() extern "C" IL2CPP_METHOD_ATTR void ARC4Managed__ctor_m2553537404 (ARC4Managed_t2641858452 * __this, const RuntimeMethod* method); // System.Security.Cryptography.TripleDES System.Security.Cryptography.TripleDES::Create() extern "C" IL2CPP_METHOD_ATTR TripleDES_t92303514 * TripleDES_Create_m3761371613 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Security.Cryptography.Rijndael System.Security.Cryptography.Rijndael::Create() extern "C" IL2CPP_METHOD_ATTR Rijndael_t2986313634 * Rijndael_Create_m3053077028 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Byte[] Mono.Security.Protocol.Tls.Context::get_ClientWriteKey() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* Context_get_ClientWriteKey_m3174706656 (Context_t3971234707 * __this, const RuntimeMethod* method); // System.Byte[] Mono.Security.Protocol.Tls.Context::get_ClientWriteIV() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* Context_get_ClientWriteIV_m1729804632 (Context_t3971234707 * __this, const RuntimeMethod* method); // System.Byte[] Mono.Security.Protocol.Tls.Context::get_ServerWriteKey() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* Context_get_ServerWriteKey_m2199131569 (Context_t3971234707 * __this, const RuntimeMethod* method); // System.Byte[] Mono.Security.Protocol.Tls.Context::get_ServerWriteIV() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* Context_get_ServerWriteIV_m1839374659 (Context_t3971234707 * __this, const RuntimeMethod* method); // System.String Mono.Security.Protocol.Tls.CipherSuite::get_HashAlgorithmName() extern "C" IL2CPP_METHOD_ATTR String_t* CipherSuite_get_HashAlgorithmName_m3758129154 (CipherSuite_t3414744575 * __this, const RuntimeMethod* method); // Mono.Security.Protocol.Tls.SecurityParameters Mono.Security.Protocol.Tls.Context::get_Negotiating() extern "C" IL2CPP_METHOD_ATTR SecurityParameters_t2199972650 * Context_get_Negotiating_m2044579817 (Context_t3971234707 * __this, const RuntimeMethod* method); // System.Byte[] Mono.Security.Protocol.Tls.SecurityParameters::get_ClientWriteMAC() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* SecurityParameters_get_ClientWriteMAC_m225554750 (SecurityParameters_t2199972650 * __this, const RuntimeMethod* method); // System.Byte[] Mono.Security.Protocol.Tls.SecurityParameters::get_ServerWriteMAC() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* SecurityParameters_get_ServerWriteMAC_m3430427271 (SecurityParameters_t2199972650 * __this, const RuntimeMethod* method); // Mono.Security.Protocol.Tls.CipherSuite Mono.Security.Protocol.Tls.CipherSuiteCollection::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR CipherSuite_t3414744575 * CipherSuiteCollection_get_Item_m4188309062 (CipherSuiteCollection_t1129639304 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.CipherSuiteCollection::set_Item(System.Int32,Mono.Security.Protocol.Tls.CipherSuite) extern "C" IL2CPP_METHOD_ATTR void CipherSuiteCollection_set_Item_m2392524001 (CipherSuiteCollection_t1129639304 * __this, int32_t ___index0, CipherSuite_t3414744575 * ___value1, const RuntimeMethod* method); // System.Int32 Mono.Security.Protocol.Tls.CipherSuiteCollection::IndexOf(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t CipherSuiteCollection_IndexOf_m2232557119 (CipherSuiteCollection_t1129639304 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Int32 Mono.Security.Protocol.Tls.CipherSuiteCollection::IndexOf(System.Int16) extern "C" IL2CPP_METHOD_ATTR int32_t CipherSuiteCollection_IndexOf_m2770510321 (CipherSuiteCollection_t1129639304 * __this, int16_t ___code0, const RuntimeMethod* method); // System.String Mono.Security.Protocol.Tls.CipherSuite::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* CipherSuite_get_Name_m1137568068 (CipherSuite_t3414744575 * __this, const RuntimeMethod* method); // System.Boolean Mono.Security.Protocol.Tls.CipherSuiteCollection::cultureAwareCompare(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool CipherSuiteCollection_cultureAwareCompare_m2072548979 (CipherSuiteCollection_t1129639304 * __this, String_t* ___strA0, String_t* ___strB1, const RuntimeMethod* method); // System.Int16 Mono.Security.Protocol.Tls.CipherSuite::get_Code() extern "C" IL2CPP_METHOD_ATTR int16_t CipherSuite_get_Code_m3847824475 (CipherSuite_t3414744575 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.TlsCipherSuite::.ctor(System.Int16,System.String,Mono.Security.Protocol.Tls.CipherAlgorithmType,Mono.Security.Protocol.Tls.HashAlgorithmType,Mono.Security.Protocol.Tls.ExchangeAlgorithmType,System.Boolean,System.Boolean,System.Byte,System.Byte,System.Int16,System.Byte,System.Byte) extern "C" IL2CPP_METHOD_ATTR void TlsCipherSuite__ctor_m3580955828 (TlsCipherSuite_t1545013223 * __this, int16_t ___code0, String_t* ___name1, int32_t ___cipherAlgorithmType2, int32_t ___hashAlgorithmType3, int32_t ___exchangeAlgorithmType4, bool ___exportable5, bool ___blockMode6, uint8_t ___keyMaterialSize7, uint8_t ___expandedKeyMaterialSize8, int16_t ___effectiveKeyBytes9, uint8_t ___ivSize10, uint8_t ___blockSize11, const RuntimeMethod* method); // Mono.Security.Protocol.Tls.TlsCipherSuite Mono.Security.Protocol.Tls.CipherSuiteCollection::add(Mono.Security.Protocol.Tls.TlsCipherSuite) extern "C" IL2CPP_METHOD_ATTR TlsCipherSuite_t1545013223 * CipherSuiteCollection_add_m3005595589 (CipherSuiteCollection_t1129639304 * __this, TlsCipherSuite_t1545013223 * ___cipherSuite0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.SslCipherSuite::.ctor(System.Int16,System.String,Mono.Security.Protocol.Tls.CipherAlgorithmType,Mono.Security.Protocol.Tls.HashAlgorithmType,Mono.Security.Protocol.Tls.ExchangeAlgorithmType,System.Boolean,System.Boolean,System.Byte,System.Byte,System.Int16,System.Byte,System.Byte) extern "C" IL2CPP_METHOD_ATTR void SslCipherSuite__ctor_m1470082018 (SslCipherSuite_t1981645747 * __this, int16_t ___code0, String_t* ___name1, int32_t ___cipherAlgorithmType2, int32_t ___hashAlgorithmType3, int32_t ___exchangeAlgorithmType4, bool ___exportable5, bool ___blockMode6, uint8_t ___keyMaterialSize7, uint8_t ___expandedKeyMaterialSize8, int16_t ___effectiveKeyBytes9, uint8_t ___ivSize10, uint8_t ___blockSize11, const RuntimeMethod* method); // Mono.Security.Protocol.Tls.SslCipherSuite Mono.Security.Protocol.Tls.CipherSuiteCollection::add(Mono.Security.Protocol.Tls.SslCipherSuite) extern "C" IL2CPP_METHOD_ATTR SslCipherSuite_t1981645747 * CipherSuiteCollection_add_m1422128145 (CipherSuiteCollection_t1129639304 * __this, SslCipherSuite_t1981645747 * ___cipherSuite0, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentCulture() extern "C" IL2CPP_METHOD_ATTR CultureInfo_t4157843068 * CultureInfo_get_CurrentCulture_m1632690660 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // Mono.Security.Protocol.Tls.CipherSuiteCollection Mono.Security.Protocol.Tls.CipherSuiteFactory::GetTls1SupportedCiphers() extern "C" IL2CPP_METHOD_ATTR CipherSuiteCollection_t1129639304 * CipherSuiteFactory_GetTls1SupportedCiphers_m3691819504 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // Mono.Security.Protocol.Tls.CipherSuiteCollection Mono.Security.Protocol.Tls.CipherSuiteFactory::GetSsl3SupportedCiphers() extern "C" IL2CPP_METHOD_ATTR CipherSuiteCollection_t1129639304 * CipherSuiteFactory_GetSsl3SupportedCiphers_m3757358569 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.CipherSuiteCollection::.ctor(Mono.Security.Protocol.Tls.SecurityProtocolType) extern "C" IL2CPP_METHOD_ATTR void CipherSuiteCollection__ctor_m384434353 (CipherSuiteCollection_t1129639304 * __this, int32_t ___protocol0, const RuntimeMethod* method); // Mono.Security.Protocol.Tls.CipherSuite Mono.Security.Protocol.Tls.CipherSuiteCollection::Add(System.Int16,System.String,Mono.Security.Protocol.Tls.CipherAlgorithmType,Mono.Security.Protocol.Tls.HashAlgorithmType,Mono.Security.Protocol.Tls.ExchangeAlgorithmType,System.Boolean,System.Boolean,System.Byte,System.Byte,System.Int16,System.Byte,System.Byte) extern "C" IL2CPP_METHOD_ATTR CipherSuite_t3414744575 * CipherSuiteCollection_Add_m2046232751 (CipherSuiteCollection_t1129639304 * __this, int16_t ___code0, String_t* ___name1, int32_t ___cipherType2, int32_t ___hashType3, int32_t ___exchangeType4, bool ___exportable5, bool ___blockMode6, uint8_t ___keyMaterialSize7, uint8_t ___expandedKeyMaterialSize8, int16_t ___effectiveKeyBytes9, uint8_t ___ivSize10, uint8_t ___blockSize11, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.Context::.ctor(Mono.Security.Protocol.Tls.SecurityProtocolType) extern "C" IL2CPP_METHOD_ATTR void Context__ctor_m1288667393 (Context_t3971234707 * __this, int32_t ___securityProtocolType0, const RuntimeMethod* method); // Mono.Security.Protocol.Tls.TlsClientSettings Mono.Security.Protocol.Tls.Context::get_ClientSettings() extern "C" IL2CPP_METHOD_ATTR TlsClientSettings_t2486039503 * Context_get_ClientSettings_m2874391194 (Context_t3971234707 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.TlsClientSettings::set_Certificates(System.Security.Cryptography.X509Certificates.X509CertificateCollection) extern "C" IL2CPP_METHOD_ATTR void TlsClientSettings_set_Certificates_m3887201895 (TlsClientSettings_t2486039503 * __this, X509CertificateCollection_t3399372417 * ___value0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.TlsClientSettings::set_TargetHost(System.String) extern "C" IL2CPP_METHOD_ATTR void TlsClientSettings_set_TargetHost_m3350021121 (TlsClientSettings_t2486039503 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.Context::Clear() extern "C" IL2CPP_METHOD_ATTR void Context_Clear_m2678836033 (Context_t3971234707 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.RecordProtocol::.ctor(System.IO.Stream,Mono.Security.Protocol.Tls.Context) extern "C" IL2CPP_METHOD_ATTR void RecordProtocol__ctor_m1695232390 (RecordProtocol_t3759049701 * __this, Stream_t1273022909 * ___innerStream0, Context_t3971234707 * ___context1, const RuntimeMethod* method); // Mono.Security.Protocol.Tls.Handshake.HandshakeMessage Mono.Security.Protocol.Tls.ClientRecordProtocol::createClientHandshakeMessage(Mono.Security.Protocol.Tls.Handshake.HandshakeType) extern "C" IL2CPP_METHOD_ATTR HandshakeMessage_t3696583168 * ClientRecordProtocol_createClientHandshakeMessage_m3325677558 (ClientRecordProtocol_t2031137796 * __this, uint8_t ___type0, const RuntimeMethod* method); // System.Byte Mono.Security.Protocol.Tls.TlsStream::ReadByte() extern "C" IL2CPP_METHOD_ATTR uint8_t TlsStream_ReadByte_m3396126844 (TlsStream_t2365453965 * __this, const RuntimeMethod* method); // System.Int32 Mono.Security.Protocol.Tls.TlsStream::ReadInt24() extern "C" IL2CPP_METHOD_ATTR int32_t TlsStream_ReadInt24_m3096782201 (TlsStream_t2365453965 * __this, const RuntimeMethod* method); // Mono.Security.Protocol.Tls.Handshake.HandshakeMessage Mono.Security.Protocol.Tls.ClientRecordProtocol::createServerHandshakeMessage(Mono.Security.Protocol.Tls.Handshake.HandshakeType,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR HandshakeMessage_t3696583168 * ClientRecordProtocol_createServerHandshakeMessage_m2804371400 (ClientRecordProtocol_t2031137796 * __this, uint8_t ___type0, ByteU5BU5D_t4116647657* ___buffer1, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.Handshake.HandshakeMessage::Process() extern "C" IL2CPP_METHOD_ATTR void HandshakeMessage_Process_m810828609 (HandshakeMessage_t3696583168 * __this, const RuntimeMethod* method); // Mono.Security.Protocol.Tls.Context Mono.Security.Protocol.Tls.RecordProtocol::get_Context() extern "C" IL2CPP_METHOD_ATTR Context_t3971234707 * RecordProtocol_get_Context_m3273611300 (RecordProtocol_t3759049701 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.Context::set_LastHandshakeMsg(Mono.Security.Protocol.Tls.Handshake.HandshakeType) extern "C" IL2CPP_METHOD_ATTR void Context_set_LastHandshakeMsg_m1770618067 (Context_t3971234707 * __this, uint8_t ___value0, const RuntimeMethod* method); // Mono.Security.Protocol.Tls.TlsStream Mono.Security.Protocol.Tls.Context::get_HandshakeMessages() extern "C" IL2CPP_METHOD_ATTR TlsStream_t2365453965 * Context_get_HandshakeMessages_m3655705111 (Context_t3971234707 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.TlsStream::WriteInt24(System.Int32) extern "C" IL2CPP_METHOD_ATTR void TlsStream_WriteInt24_m58952549 (TlsStream_t2365453965 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsClientHello::.ctor(Mono.Security.Protocol.Tls.Context) extern "C" IL2CPP_METHOD_ATTR void TlsClientHello__ctor_m1986768336 (TlsClientHello_t97965998 * __this, Context_t3971234707 * ___context0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsClientCertificate::.ctor(Mono.Security.Protocol.Tls.Context) extern "C" IL2CPP_METHOD_ATTR void TlsClientCertificate__ctor_m101524132 (TlsClientCertificate_t3519510577 * __this, Context_t3971234707 * ___context0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsClientKeyExchange::.ctor(Mono.Security.Protocol.Tls.Context) extern "C" IL2CPP_METHOD_ATTR void TlsClientKeyExchange__ctor_m31786095 (TlsClientKeyExchange_t643923608 * __this, Context_t3971234707 * ___context0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsClientCertificateVerify::.ctor(Mono.Security.Protocol.Tls.Context) extern "C" IL2CPP_METHOD_ATTR void TlsClientCertificateVerify__ctor_m1589614281 (TlsClientCertificateVerify_t1824902654 * __this, Context_t3971234707 * ___context0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsClientFinished::.ctor(Mono.Security.Protocol.Tls.Context) extern "C" IL2CPP_METHOD_ATTR void TlsClientFinished__ctor_m399357014 (TlsClientFinished_t2486981163 * __this, Context_t3971234707 * ___context0, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m237278729 (InvalidOperationException_t56020091 * __this, String_t* p0, const RuntimeMethod* method); // Mono.Security.Protocol.Tls.HandshakeState Mono.Security.Protocol.Tls.Context::get_HandshakeState() extern "C" IL2CPP_METHOD_ATTR int32_t Context_get_HandshakeState_m2425796590 (Context_t3971234707 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.Context::set_HandshakeState(Mono.Security.Protocol.Tls.HandshakeState) extern "C" IL2CPP_METHOD_ATTR void Context_set_HandshakeState_m1329976135 (Context_t3971234707 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.RecordProtocol::SendAlert(Mono.Security.Protocol.Tls.AlertLevel,Mono.Security.Protocol.Tls.AlertDescription) extern "C" IL2CPP_METHOD_ATTR void RecordProtocol_SendAlert_m2670098001 (RecordProtocol_t3759049701 * __this, uint8_t ___level0, uint8_t ___description1, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsServerHello::.ctor(Mono.Security.Protocol.Tls.Context,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void TlsServerHello__ctor_m3887266572 (TlsServerHello_t3343859594 * __this, Context_t3971234707 * ___context0, ByteU5BU5D_t4116647657* ___buffer1, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsServerCertificate::.ctor(Mono.Security.Protocol.Tls.Context,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void TlsServerCertificate__ctor_m389328097 (TlsServerCertificate_t2716496392 * __this, Context_t3971234707 * ___context0, ByteU5BU5D_t4116647657* ___buffer1, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsServerKeyExchange::.ctor(Mono.Security.Protocol.Tls.Context,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void TlsServerKeyExchange__ctor_m3572942737 (TlsServerKeyExchange_t699469151 * __this, Context_t3971234707 * ___context0, ByteU5BU5D_t4116647657* ___buffer1, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsServerCertificateRequest::.ctor(Mono.Security.Protocol.Tls.Context,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void TlsServerCertificateRequest__ctor_m1334974076 (TlsServerCertificateRequest_t3690397592 * __this, Context_t3971234707 * ___context0, ByteU5BU5D_t4116647657* ___buffer1, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsServerHelloDone::.ctor(Mono.Security.Protocol.Tls.Context,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void TlsServerHelloDone__ctor_m173627900 (TlsServerHelloDone_t1850379324 * __this, Context_t3971234707 * ___context0, ByteU5BU5D_t4116647657* ___buffer1, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsServerFinished::.ctor(Mono.Security.Protocol.Tls.Context,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void TlsServerFinished__ctor_m1445633918 (TlsServerFinished_t3860330041 * __this, Context_t3971234707 * ___context0, ByteU5BU5D_t4116647657* ___buffer1, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentUICulture() extern "C" IL2CPP_METHOD_ATTR CultureInfo_t4157843068 * CultureInfo_get_CurrentUICulture_m959203371 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.String::Format(System.IFormatProvider,System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m1881875187 (RuntimeObject * __this /* static, unused */, RuntimeObject* p0, String_t* p1, ObjectU5BU5D_t2843939325* p2, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.TlsException::.ctor(Mono.Security.Protocol.Tls.AlertDescription,System.String) extern "C" IL2CPP_METHOD_ATTR void TlsException__ctor_m3242533711 (TlsException_t3534743363 * __this, uint8_t ___description0, String_t* ___message1, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor() extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m1815022027 (Hashtable_t1853889766 * __this, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Enter(System.Object) extern "C" IL2CPP_METHOD_ATTR void Monitor_Enter_m2249409497 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.String System.BitConverter::ToString(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR String_t* BitConverter_ToString_m3464863163 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* p0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.ClientSessionInfo::.ctor(System.String,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void ClientSessionInfo__ctor_m2436192270 (ClientSessionInfo_t1775821398 * __this, String_t* ___hostname0, ByteU5BU5D_t4116647657* ___id1, const RuntimeMethod* method); // System.String Mono.Security.Protocol.Tls.ClientSessionInfo::get_HostName() extern "C" IL2CPP_METHOD_ATTR String_t* ClientSessionInfo_get_HostName_m2118440995 (ClientSessionInfo_t1775821398 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.ClientSessionInfo::KeepAlive() extern "C" IL2CPP_METHOD_ATTR void ClientSessionInfo_KeepAlive_m1020179566 (ClientSessionInfo_t1775821398 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.ClientSessionInfo::Dispose() extern "C" IL2CPP_METHOD_ATTR void ClientSessionInfo_Dispose_m1535509451 (ClientSessionInfo_t1775821398 * __this, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Exit(System.Object) extern "C" IL2CPP_METHOD_ATTR void Monitor_Exit_m3585316909 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.Boolean Mono.Security.Protocol.Tls.ClientSessionInfo::get_Valid() extern "C" IL2CPP_METHOD_ATTR bool ClientSessionInfo_get_Valid_m1260893789 (ClientSessionInfo_t1775821398 * __this, const RuntimeMethod* method); // System.Byte[] Mono.Security.Protocol.Tls.ClientSessionInfo::get_Id() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* ClientSessionInfo_get_Id_m2119140021 (ClientSessionInfo_t1775821398 * __this, const RuntimeMethod* method); // System.Byte[] Mono.Security.Protocol.Tls.Context::get_SessionId() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* Context_get_SessionId_m1086671147 (Context_t3971234707 * __this, const RuntimeMethod* method); // System.String Mono.Security.Protocol.Tls.TlsClientSettings::get_TargetHost() extern "C" IL2CPP_METHOD_ATTR String_t* TlsClientSettings_get_TargetHost_m2463481414 (TlsClientSettings_t2486039503 * __this, const RuntimeMethod* method); // System.Boolean System.String::op_Inequality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Inequality_m215368492 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // Mono.Security.Protocol.Tls.ClientSessionInfo Mono.Security.Protocol.Tls.ClientSessionCache::FromContext(Mono.Security.Protocol.Tls.Context,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ClientSessionInfo_t1775821398 * ClientSessionCache_FromContext_m343076119 (RuntimeObject * __this /* static, unused */, Context_t3971234707 * ___context0, bool ___checkValidity1, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.ClientSessionInfo::GetContext(Mono.Security.Protocol.Tls.Context) extern "C" IL2CPP_METHOD_ATTR void ClientSessionInfo_GetContext_m1679628259 (ClientSessionInfo_t1775821398 * __this, Context_t3971234707 * ___context0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.ClientSessionInfo::SetContext(Mono.Security.Protocol.Tls.Context) extern "C" IL2CPP_METHOD_ATTR void ClientSessionInfo_SetContext_m2115875186 (ClientSessionInfo_t1775821398 * __this, Context_t3971234707 * ___context0, const RuntimeMethod* method); // System.String System.Environment::GetEnvironmentVariable(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Environment_GetEnvironmentVariable_m394552009 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Int32 System.Int32::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t Int32_Parse_m1033611559 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.ClientSessionInfo::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ClientSessionInfo_Dispose_m3253728296 (ClientSessionInfo_t1775821398 * __this, bool ___disposing0, const RuntimeMethod* method); // System.DateTime System.DateTime::get_UtcNow() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_get_UtcNow_m1393945741 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean System.DateTime::op_GreaterThan(System.DateTime,System.DateTime) extern "C" IL2CPP_METHOD_ATTR bool DateTime_op_GreaterThan_m3768590082 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 p0, DateTime_t3738529785 p1, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.ClientSessionInfo::CheckDisposed() extern "C" IL2CPP_METHOD_ATTR void ClientSessionInfo_CheckDisposed_m1172439856 (ClientSessionInfo_t1775821398 * __this, const RuntimeMethod* method); // System.Byte[] Mono.Security.Protocol.Tls.Context::get_MasterSecret() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* Context_get_MasterSecret_m676083615 (Context_t3971234707 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.Context::set_MasterSecret(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void Context_set_MasterSecret_m3419105191 (Context_t3971234707 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method); // System.DateTime System.DateTime::AddSeconds(System.Double) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_AddSeconds_m332574389 (DateTime_t3738529785 * __this, double p0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.Context::set_SecurityProtocol(Mono.Security.Protocol.Tls.SecurityProtocolType) extern "C" IL2CPP_METHOD_ATTR void Context_set_SecurityProtocol_m2833661610 (Context_t3971234707 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.TlsServerSettings::.ctor() extern "C" IL2CPP_METHOD_ATTR void TlsServerSettings__ctor_m373357120 (TlsServerSettings_t4144396432 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.TlsClientSettings::.ctor() extern "C" IL2CPP_METHOD_ATTR void TlsClientSettings__ctor_m3220697265 (TlsClientSettings_t2486039503 * __this, const RuntimeMethod* method); // Mono.Security.Protocol.Tls.SecurityProtocolType Mono.Security.Protocol.Tls.Context::get_SecurityProtocol() extern "C" IL2CPP_METHOD_ATTR int32_t Context_get_SecurityProtocol_m3228286292 (Context_t3971234707 * __this, const RuntimeMethod* method); // System.Int64 System.DateTime::get_Ticks() extern "C" IL2CPP_METHOD_ATTR int64_t DateTime_get_Ticks_m1550640881 (DateTime_t3738529785 * __this, const RuntimeMethod* method); // Mono.Security.Protocol.Tls.SecurityProtocolType Mono.Security.Protocol.Tls.Context::DecodeProtocolCode(System.Int16) extern "C" IL2CPP_METHOD_ATTR int32_t Context_DecodeProtocolCode_m2249547310 (Context_t3971234707 * __this, int16_t ___code0, const RuntimeMethod* method); // Mono.Security.Protocol.Tls.SecurityProtocolType Mono.Security.Protocol.Tls.Context::get_SecurityProtocolFlags() extern "C" IL2CPP_METHOD_ATTR int32_t Context_get_SecurityProtocolFlags_m2022471746 (Context_t3971234707 * __this, const RuntimeMethod* method); // Mono.Security.Protocol.Tls.CipherSuiteCollection Mono.Security.Protocol.Tls.Context::get_SupportedCiphers() extern "C" IL2CPP_METHOD_ATTR CipherSuiteCollection_t1129639304 * Context_get_SupportedCiphers_m1883682196 (Context_t3971234707 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.CipherSuiteCollection::Clear() extern "C" IL2CPP_METHOD_ATTR void CipherSuiteCollection_Clear_m2642701260 (CipherSuiteCollection_t1129639304 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.Context::set_SupportedCiphers(Mono.Security.Protocol.Tls.CipherSuiteCollection) extern "C" IL2CPP_METHOD_ATTR void Context_set_SupportedCiphers_m4238648387 (Context_t3971234707 * __this, CipherSuiteCollection_t1129639304 * ___value0, const RuntimeMethod* method); // Mono.Security.Protocol.Tls.CipherSuiteCollection Mono.Security.Protocol.Tls.CipherSuiteFactory::GetSupportedCiphers(Mono.Security.Protocol.Tls.SecurityProtocolType) extern "C" IL2CPP_METHOD_ATTR CipherSuiteCollection_t1129639304 * CipherSuiteFactory_GetSupportedCiphers_m3260014148 (RuntimeObject * __this /* static, unused */, int32_t ___protocol0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.SecurityParameters::.ctor() extern "C" IL2CPP_METHOD_ATTR void SecurityParameters__ctor_m3952189175 (SecurityParameters_t2199972650 * __this, const RuntimeMethod* method); // Mono.Security.Protocol.Tls.CipherSuite Mono.Security.Protocol.Tls.SecurityParameters::get_Cipher() extern "C" IL2CPP_METHOD_ATTR CipherSuite_t3414744575 * SecurityParameters_get_Cipher_m108846204 (SecurityParameters_t2199972650 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.CipherSuite::set_Context(Mono.Security.Protocol.Tls.Context) extern "C" IL2CPP_METHOD_ATTR void CipherSuite_set_Context_m1978767807 (CipherSuite_t3414744575 * __this, Context_t3971234707 * ___value0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.SecurityParameters::Clear() extern "C" IL2CPP_METHOD_ATTR void SecurityParameters_Clear_m680574382 (SecurityParameters_t2199972650 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.Handshake.HandshakeMessage::.ctor(Mono.Security.Protocol.Tls.Context,Mono.Security.Protocol.Tls.Handshake.HandshakeType) extern "C" IL2CPP_METHOD_ATTR void HandshakeMessage__ctor_m2692487706 (HandshakeMessage_t3696583168 * __this, Context_t3971234707 * ___context0, uint8_t ___handshakeType1, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsClientCertificate::GetClientCertificate() extern "C" IL2CPP_METHOD_ATTR void TlsClientCertificate_GetClientCertificate_m566867090 (TlsClientCertificate_t3519510577 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.Handshake.HandshakeMessage::Update() extern "C" IL2CPP_METHOD_ATTR void HandshakeMessage_Update_m2417837686 (HandshakeMessage_t3696583168 * __this, const RuntimeMethod* method); // Mono.Security.Protocol.Tls.Context Mono.Security.Protocol.Tls.Handshake.HandshakeMessage::get_Context() extern "C" IL2CPP_METHOD_ATTR Context_t3971234707 * HandshakeMessage_get_Context_m3036797856 (HandshakeMessage_t3696583168 * __this, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509CertificateCollection Mono.Security.Protocol.Tls.TlsClientSettings::get_Certificates() extern "C" IL2CPP_METHOD_ATTR X509CertificateCollection_t3399372417 * TlsClientSettings_get_Certificates_m2671943654 (TlsClientSettings_t2486039503 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.CollectionBase::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t CollectionBase_get_Count_m1708965601 (CollectionBase_t2727926298 * __this, const RuntimeMethod* method); // Mono.Security.Protocol.Tls.SslClientStream Mono.Security.Protocol.Tls.ClientContext::get_SslStream() extern "C" IL2CPP_METHOD_ATTR SslClientStream_t3914624661 * ClientContext_get_SslStream_m1583577309 (ClientContext_t2797401965 * __this, const RuntimeMethod* method); // Mono.Security.Protocol.Tls.TlsServerSettings Mono.Security.Protocol.Tls.Context::get_ServerSettings() extern "C" IL2CPP_METHOD_ATTR TlsServerSettings_t4144396432 * Context_get_ServerSettings_m1982578801 (Context_t3971234707 * __this, const RuntimeMethod* method); // Mono.Security.X509.X509CertificateCollection Mono.Security.Protocol.Tls.TlsServerSettings::get_Certificates() extern "C" IL2CPP_METHOD_ATTR X509CertificateCollection_t1542168550 * TlsServerSettings_get_Certificates_m3981837031 (TlsServerSettings_t4144396432 * __this, const RuntimeMethod* method); // Mono.Security.X509.X509Certificate Mono.Security.X509.X509CertificateCollection::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR X509Certificate_t489243025 * X509CertificateCollection_get_Item_m1033426577 (X509CertificateCollection_t1542168550 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Certificate::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void X509Certificate__ctor_m1413707489 (X509Certificate_t713131622 * __this, ByteU5BU5D_t4116647657* p0, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509Certificate Mono.Security.Protocol.Tls.SslClientStream::RaiseClientCertificateSelection(System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Cryptography.X509Certificates.X509Certificate,System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection) extern "C" IL2CPP_METHOD_ATTR X509Certificate_t713131622 * SslClientStream_RaiseClientCertificateSelection_m3936211295 (SslClientStream_t3914624661 * __this, X509CertificateCollection_t3399372417 * ___clientCertificates0, X509Certificate_t713131622 * ___serverCertificate1, String_t* ___targetHost2, X509CertificateCollection_t3399372417 * ___serverRequestedCertificates3, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.TlsClientSettings::set_ClientCertificate(System.Security.Cryptography.X509Certificates.X509Certificate) extern "C" IL2CPP_METHOD_ATTR void TlsClientSettings_set_ClientCertificate_m3374228612 (TlsClientSettings_t2486039503 * __this, X509Certificate_t713131622 * ___value0, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509Certificate Mono.Security.Protocol.Tls.Handshake.Client.TlsClientCertificate::get_ClientCertificate() extern "C" IL2CPP_METHOD_ATTR X509Certificate_t713131622 * TlsClientCertificate_get_ClientCertificate_m1637836254 (TlsClientCertificate_t3519510577 * __this, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509Certificate Mono.Security.Protocol.Tls.Handshake.Client.TlsClientCertificate::FindParentCertificate(System.Security.Cryptography.X509Certificates.X509Certificate) extern "C" IL2CPP_METHOD_ATTR X509Certificate_t713131622 * TlsClientCertificate_FindParentCertificate_m3844441401 (TlsClientCertificate_t3519510577 * __this, X509Certificate_t713131622 * ___cert0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsClientCertificate::SendCertificates() extern "C" IL2CPP_METHOD_ATTR void TlsClientCertificate_SendCertificates_m1965594186 (TlsClientCertificate_t3519510577 * __this, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509CertificateCollection/X509CertificateEnumerator System.Security.Cryptography.X509Certificates.X509CertificateCollection::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR X509CertificateEnumerator_t855273292 * X509CertificateCollection_GetEnumerator_m385726313 (X509CertificateCollection_t3399372417 * __this, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509Certificate System.Security.Cryptography.X509Certificates.X509CertificateCollection/X509CertificateEnumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR X509Certificate_t713131622 * X509CertificateEnumerator_get_Current_m1016419 (X509CertificateEnumerator_t855273292 * __this, const RuntimeMethod* method); // System.Boolean System.Security.Cryptography.X509Certificates.X509CertificateCollection/X509CertificateEnumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool X509CertificateEnumerator_MoveNext_m3211955044 (X509CertificateEnumerator_t855273292 * __this, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509Certificate Mono.Security.Protocol.Tls.TlsClientSettings::get_ClientCertificate() extern "C" IL2CPP_METHOD_ATTR X509Certificate_t713131622 * TlsClientSettings_get_ClientCertificate_m3139459118 (TlsClientSettings_t2486039503 * __this, const RuntimeMethod* method); // System.Security.Cryptography.AsymmetricAlgorithm Mono.Security.Protocol.Tls.SslClientStream::RaisePrivateKeySelection(System.Security.Cryptography.X509Certificates.X509Certificate,System.String) extern "C" IL2CPP_METHOD_ATTR AsymmetricAlgorithm_t932037087 * SslClientStream_RaisePrivateKeySelection_m3394190501 (SslClientStream_t3914624661 * __this, X509Certificate_t713131622 * ___certificate0, String_t* ___targetHost1, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.SslHandshakeHash::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void SslHandshakeHash__ctor_m4169387017 (SslHandshakeHash_t2107581772 * __this, ByteU5BU5D_t4116647657* ___secret0, const RuntimeMethod* method); // System.Byte[] Mono.Security.Protocol.Tls.SslHandshakeHash::CreateSignature(System.Security.Cryptography.RSA) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* SslHandshakeHash_CreateSignature_m1634235041 (SslHandshakeHash_t2107581772 * __this, RSA_t2385438082 * ___rsa0, const RuntimeMethod* method); // System.Security.Cryptography.RSA Mono.Security.Protocol.Tls.Handshake.Client.TlsClientCertificateVerify::getClientCertRSA(System.Security.Cryptography.RSA) extern "C" IL2CPP_METHOD_ATTR RSA_t2385438082 * TlsClientCertificateVerify_getClientCertRSA_m1205662940 (TlsClientCertificateVerify_t1824902654 * __this, RSA_t2385438082 * ___privKey0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.TlsStream::Write(System.Int16) extern "C" IL2CPP_METHOD_ATTR void TlsStream_Write_m1412844442 (TlsStream_t2365453965 * __this, int16_t ___value0, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.MD5SHA1::.ctor() extern "C" IL2CPP_METHOD_ATTR void MD5SHA1__ctor_m4081016482 (MD5SHA1_t723838944 * __this, const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.HashAlgorithm::ComputeHash(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* HashAlgorithm_ComputeHash_m2044824070 (HashAlgorithm_t1432317219 * __this, ByteU5BU5D_t4116647657* p0, int32_t p1, int32_t p2, const RuntimeMethod* method); // System.Byte[] Mono.Security.Cryptography.MD5SHA1::CreateSignature(System.Security.Cryptography.RSA) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* MD5SHA1_CreateSignature_m3583449066 (MD5SHA1_t723838944 * __this, RSA_t2385438082 * ___rsa0, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509Certificate System.Security.Cryptography.X509Certificates.X509CertificateCollection::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR X509Certificate_t713131622 * X509CertificateCollection_get_Item_m1464788693 (X509CertificateCollection_t3399372417 * __this, int32_t p0, const RuntimeMethod* method); // System.Byte[] Mono.Security.Protocol.Tls.Handshake.Client.TlsClientCertificateVerify::getUnsignedBigInteger(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* TlsClientCertificateVerify_getUnsignedBigInteger_m3003216819 (TlsClientCertificateVerify_t1824902654 * __this, ByteU5BU5D_t4116647657* ___integer0, const RuntimeMethod* method); // Mono.Security.Protocol.Tls.SecurityParameters Mono.Security.Protocol.Tls.Context::get_Write() extern "C" IL2CPP_METHOD_ATTR SecurityParameters_t2199972650 * Context_get_Write_m1564343513 (Context_t3971234707 * __this, const RuntimeMethod* method); // System.Byte[] Mono.Security.Protocol.Tls.CipherSuite::PRF(System.Byte[],System.String,System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* CipherSuite_PRF_m2801806009 (CipherSuite_t3414744575 * __this, ByteU5BU5D_t4116647657* ___secret0, String_t* ___label1, ByteU5BU5D_t4116647657* ___data2, int32_t ___length3, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.Context::set_ClientRandom(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void Context_set_ClientRandom_m2974454575 (Context_t3971234707 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method); // System.Int16 Mono.Security.Protocol.Tls.Context::get_Protocol() extern "C" IL2CPP_METHOD_ATTR int16_t Context_get_Protocol_m1078422015 (Context_t3971234707 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.ClientContext::set_ClientHelloProtocol(System.Int16) extern "C" IL2CPP_METHOD_ATTR void ClientContext_set_ClientHelloProtocol_m4189379912 (ClientContext_t2797401965 * __this, int16_t ___value0, const RuntimeMethod* method); // System.Int32 Mono.Security.Protocol.Tls.Context::GetUnixTime() extern "C" IL2CPP_METHOD_ATTR int32_t Context_GetUnixTime_m3811151335 (Context_t3971234707 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.TlsStream::Write(System.Int32) extern "C" IL2CPP_METHOD_ATTR void TlsStream_Write_m1413106584 (TlsStream_t2365453965 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Byte[] Mono.Security.Protocol.Tls.ClientSessionCache::FromHost(System.String) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* ClientSessionCache_FromHost_m273325760 (RuntimeObject * __this /* static, unused */, String_t* ___host0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.Context::set_SessionId(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void Context_set_SessionId_m942328427 (Context_t3971234707 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.TlsStream::Write(System.Byte) extern "C" IL2CPP_METHOD_ATTR void TlsStream_Write_m4246040664 (TlsStream_t2365453965 * __this, uint8_t ___value0, const RuntimeMethod* method); // System.Int32 Mono.Security.Protocol.Tls.CipherSuiteCollection::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t CipherSuiteCollection_get_Count_m4271692531 (CipherSuiteCollection_t1129639304 * __this, const RuntimeMethod* method); // Mono.Security.Protocol.Tls.SecurityCompressionType Mono.Security.Protocol.Tls.Context::get_CompressionMethod() extern "C" IL2CPP_METHOD_ATTR int32_t Context_get_CompressionMethod_m2647114016 (Context_t3971234707 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsClientKeyExchange::ProcessCommon(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void TlsClientKeyExchange_ProcessCommon_m2327374157 (TlsClientKeyExchange_t643923608 * __this, bool ___sendLength0, const RuntimeMethod* method); // System.Byte[] Mono.Security.Protocol.Tls.CipherSuite::CreatePremasterSecret() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* CipherSuite_CreatePremasterSecret_m4264566459 (CipherSuite_t3414744575 * __this, const RuntimeMethod* method); // System.Boolean Mono.Security.Protocol.Tls.TlsServerSettings::get_ServerKeyExchange() extern "C" IL2CPP_METHOD_ATTR bool TlsServerSettings_get_ServerKeyExchange_m691183033 (TlsServerSettings_t4144396432 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.RSAManaged::.ctor() extern "C" IL2CPP_METHOD_ATTR void RSAManaged__ctor_m3504773110 (RSAManaged_t1757093820 * __this, const RuntimeMethod* method); // System.Security.Cryptography.RSAParameters Mono.Security.Protocol.Tls.TlsServerSettings::get_RsaParameters() extern "C" IL2CPP_METHOD_ATTR RSAParameters_t1728406613 TlsServerSettings_get_RsaParameters_m2264301690 (TlsServerSettings_t4144396432 * __this, const RuntimeMethod* method); // System.Security.Cryptography.RSA Mono.Security.Protocol.Tls.TlsServerSettings::get_CertificateRSA() extern "C" IL2CPP_METHOD_ATTR RSA_t2385438082 * TlsServerSettings_get_CertificateRSA_m597274968 (TlsServerSettings_t4144396432 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter::.ctor(System.Security.Cryptography.AsymmetricAlgorithm) extern "C" IL2CPP_METHOD_ATTR void RSAPKCS1KeyExchangeFormatter__ctor_m1170240343 (RSAPKCS1KeyExchangeFormatter_t2761096101 * __this, AsymmetricAlgorithm_t932037087 * p0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.AsymmetricAlgorithm::Clear() extern "C" IL2CPP_METHOD_ATTR void AsymmetricAlgorithm_Clear_m1528825448 (AsymmetricAlgorithm_t932037087 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.Handshake.HandshakeMessage::.ctor(Mono.Security.Protocol.Tls.Context,Mono.Security.Protocol.Tls.Handshake.HandshakeType,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void HandshakeMessage__ctor_m1555296807 (HandshakeMessage_t3696583168 * __this, Context_t3971234707 * ___context0, uint8_t ___handshakeType1, ByteU5BU5D_t4116647657* ___data2, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.TlsServerSettings::set_Certificates(Mono.Security.X509.X509CertificateCollection) extern "C" IL2CPP_METHOD_ATTR void TlsServerSettings_set_Certificates_m3313375596 (TlsServerSettings_t4144396432 * __this, X509CertificateCollection_t1542168550 * ___value0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.TlsServerSettings::UpdateCertificateRSA() extern "C" IL2CPP_METHOD_ATTR void TlsServerSettings_UpdateCertificateRSA_m3985265846 (TlsServerSettings_t4144396432 * __this, const RuntimeMethod* method); // System.Void Mono.Security.X509.X509CertificateCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void X509CertificateCollection__ctor_m2066277891 (X509CertificateCollection_t1542168550 * __this, const RuntimeMethod* method); // System.Byte[] Mono.Security.Protocol.Tls.TlsStream::ReadBytes(System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* TlsStream_ReadBytes_m2334803179 (TlsStream_t2365453965 * __this, int32_t ___count0, const RuntimeMethod* method); // System.Void Mono.Security.X509.X509Certificate::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void X509Certificate__ctor_m2595927506 (X509Certificate_t489243025 * __this, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method); // System.Int32 Mono.Security.X509.X509CertificateCollection::Add(Mono.Security.X509.X509Certificate) extern "C" IL2CPP_METHOD_ATTR int32_t X509CertificateCollection_Add_m2277657976 (X509CertificateCollection_t1542168550 * __this, X509Certificate_t489243025 * ___value0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsServerCertificate::validateCertificates(Mono.Security.X509.X509CertificateCollection) extern "C" IL2CPP_METHOD_ATTR void TlsServerCertificate_validateCertificates_m4242999387 (TlsServerCertificate_t2716496392 * __this, X509CertificateCollection_t1542168550 * ___certificates0, const RuntimeMethod* method); // System.Int32 Mono.Security.X509.X509Certificate::get_Version() extern "C" IL2CPP_METHOD_ATTR int32_t X509Certificate_get_Version_m2908311682 (X509Certificate_t489243025 * __this, const RuntimeMethod* method); // Mono.Security.Protocol.Tls.ExchangeAlgorithmType Mono.Security.Protocol.Tls.CipherSuite::get_ExchangeAlgorithmType() extern "C" IL2CPP_METHOD_ATTR int32_t CipherSuite_get_ExchangeAlgorithmType_m1633709183 (CipherSuite_t3414744575 * __this, const RuntimeMethod* method); // Mono.Security.X509.X509ExtensionCollection Mono.Security.X509.X509Certificate::get_Extensions() extern "C" IL2CPP_METHOD_ATTR X509ExtensionCollection_t609554709 * X509Certificate_get_Extensions_m1217872579 (X509Certificate_t489243025 * __this, const RuntimeMethod* method); // Mono.Security.X509.X509Extension Mono.Security.X509.X509ExtensionCollection::get_Item(System.String) extern "C" IL2CPP_METHOD_ATTR X509Extension_t3173393653 * X509ExtensionCollection_get_Item_m2761897938 (X509ExtensionCollection_t609554709 * __this, String_t* ___oid0, const RuntimeMethod* method); // System.Void Mono.Security.X509.Extensions.KeyUsageExtension::.ctor(Mono.Security.X509.X509Extension) extern "C" IL2CPP_METHOD_ATTR void KeyUsageExtension__ctor_m3414452076 (KeyUsageExtension_t1795615912 * __this, X509Extension_t3173393653 * ___extension0, const RuntimeMethod* method); // System.Void Mono.Security.X509.Extensions.ExtendedKeyUsageExtension::.ctor(Mono.Security.X509.X509Extension) extern "C" IL2CPP_METHOD_ATTR void ExtendedKeyUsageExtension__ctor_m3228998638 (ExtendedKeyUsageExtension_t3929363080 * __this, X509Extension_t3173393653 * ___extension0, const RuntimeMethod* method); // System.Boolean Mono.Security.X509.Extensions.KeyUsageExtension::Support(Mono.Security.X509.Extensions.KeyUsages) extern "C" IL2CPP_METHOD_ATTR bool KeyUsageExtension_Support_m3508856672 (KeyUsageExtension_t1795615912 * __this, int32_t ___usage0, const RuntimeMethod* method); // System.Collections.ArrayList Mono.Security.X509.Extensions.ExtendedKeyUsageExtension::get_KeyPurpose() extern "C" IL2CPP_METHOD_ATTR ArrayList_t2718874744 * ExtendedKeyUsageExtension_get_KeyPurpose_m187586919 (ExtendedKeyUsageExtension_t3929363080 * __this, const RuntimeMethod* method); // System.Void Mono.Security.X509.Extensions.NetscapeCertTypeExtension::.ctor(Mono.Security.X509.X509Extension) extern "C" IL2CPP_METHOD_ATTR void NetscapeCertTypeExtension__ctor_m323882095 (NetscapeCertTypeExtension_t1524296876 * __this, X509Extension_t3173393653 * ___extension0, const RuntimeMethod* method); // System.Boolean Mono.Security.X509.Extensions.NetscapeCertTypeExtension::Support(Mono.Security.X509.Extensions.NetscapeCertTypeExtension/CertTypes) extern "C" IL2CPP_METHOD_ATTR bool NetscapeCertTypeExtension_Support_m3981181230 (NetscapeCertTypeExtension_t1524296876 * __this, int32_t ___usage0, const RuntimeMethod* method); // System.Boolean Mono.Security.Protocol.Tls.ValidationResult::get_Trusted() extern "C" IL2CPP_METHOD_ATTR bool ValidationResult_get_Trusted_m2108852505 (ValidationResult_t3834298736 * __this, const RuntimeMethod* method); // System.Int32 Mono.Security.Protocol.Tls.ValidationResult::get_ErrorCode() extern "C" IL2CPP_METHOD_ATTR int32_t ValidationResult_get_ErrorCode_m1533688152 (ValidationResult_t3834298736 * __this, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m2844511972 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Boolean Mono.Security.Protocol.Tls.Handshake.Client.TlsServerCertificate::checkCertificateUsage(Mono.Security.X509.X509Certificate) extern "C" IL2CPP_METHOD_ATTR bool TlsServerCertificate_checkCertificateUsage_m2152016773 (TlsServerCertificate_t2716496392 * __this, X509Certificate_t489243025 * ___cert0, const RuntimeMethod* method); // System.Boolean Mono.Security.Protocol.Tls.Handshake.Client.TlsServerCertificate::checkServerIdentity(Mono.Security.X509.X509Certificate) extern "C" IL2CPP_METHOD_ATTR bool TlsServerCertificate_checkServerIdentity_m2801575130 (TlsServerCertificate_t2716496392 * __this, X509Certificate_t489243025 * ___cert0, const RuntimeMethod* method); // System.Void Mono.Security.X509.X509CertificateCollection::.ctor(Mono.Security.X509.X509CertificateCollection) extern "C" IL2CPP_METHOD_ATTR void X509CertificateCollection__ctor_m3467061452 (X509CertificateCollection_t1542168550 * __this, X509CertificateCollection_t1542168550 * ___value0, const RuntimeMethod* method); // System.Void Mono.Security.X509.X509CertificateCollection::Remove(Mono.Security.X509.X509Certificate) extern "C" IL2CPP_METHOD_ATTR void X509CertificateCollection_Remove_m2199606504 (X509CertificateCollection_t1542168550 * __this, X509Certificate_t489243025 * ___value0, const RuntimeMethod* method); // System.Void Mono.Security.X509.X509Chain::.ctor(Mono.Security.X509.X509CertificateCollection) extern "C" IL2CPP_METHOD_ATTR void X509Chain__ctor_m1084071882 (X509Chain_t863783600 * __this, X509CertificateCollection_t1542168550 * ___chain0, const RuntimeMethod* method); // System.Boolean Mono.Security.X509.X509Chain::Build(Mono.Security.X509.X509Certificate) extern "C" IL2CPP_METHOD_ATTR bool X509Chain_Build_m2469702749 (X509Chain_t863783600 * __this, X509Certificate_t489243025 * ___leaf0, const RuntimeMethod* method); // Mono.Security.X509.X509ChainStatusFlags Mono.Security.X509.X509Chain::get_Status() extern "C" IL2CPP_METHOD_ATTR int32_t X509Chain_get_Status_m348797749 (X509Chain_t863783600 * __this, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) extern "C" IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m1620074514 (RuntimeObject * __this /* static, unused */, RuntimeTypeHandle_t3027515415 p0, const RuntimeMethod* method); // System.Void Mono.Security.X509.Extensions.SubjectAltNameExtension::.ctor(Mono.Security.X509.X509Extension) extern "C" IL2CPP_METHOD_ATTR void SubjectAltNameExtension__ctor_m1991362362 (SubjectAltNameExtension_t1536937677 * __this, X509Extension_t3173393653 * ___extension0, const RuntimeMethod* method); // System.String[] Mono.Security.X509.Extensions.SubjectAltNameExtension::get_DNSNames() extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* SubjectAltNameExtension_get_DNSNames_m2346000460 (SubjectAltNameExtension_t1536937677 * __this, const RuntimeMethod* method); // System.Boolean Mono.Security.Protocol.Tls.Handshake.Client.TlsServerCertificate::Match(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool TlsServerCertificate_Match_m2996121276 (RuntimeObject * __this /* static, unused */, String_t* ___hostname0, String_t* ___pattern1, const RuntimeMethod* method); // System.String[] Mono.Security.X509.Extensions.SubjectAltNameExtension::get_IPAddresses() extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* SubjectAltNameExtension_get_IPAddresses_m1641002124 (SubjectAltNameExtension_t1536937677 * __this, const RuntimeMethod* method); // System.Boolean Mono.Security.Protocol.Tls.Handshake.Client.TlsServerCertificate::checkDomainName(System.String) extern "C" IL2CPP_METHOD_ATTR bool TlsServerCertificate_checkDomainName_m2543190336 (TlsServerCertificate_t2716496392 * __this, String_t* ___subjectName0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Regex::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Regex__ctor_m897876424 (Regex_t3657309853 * __this, String_t* p0, const RuntimeMethod* method); // System.Text.RegularExpressions.MatchCollection System.Text.RegularExpressions.Regex::Matches(System.String) extern "C" IL2CPP_METHOD_ATTR MatchCollection_t1395363720 * Regex_Matches_m175567660 (Regex_t3657309853 * __this, String_t* p0, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.MatchCollection::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t MatchCollection_get_Count_m1667454419 (MatchCollection_t1395363720 * __this, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.Group::get_Success() extern "C" IL2CPP_METHOD_ATTR bool Group_get_Success_m1492300455 (Group_t2468205786 * __this, const RuntimeMethod* method); // System.Text.RegularExpressions.Group System.Text.RegularExpressions.GroupCollection::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR Group_t2468205786 * GroupCollection_get_Item_m2465789076 (GroupCollection_t69770484 * __this, int32_t p0, const RuntimeMethod* method); // System.String System.Text.RegularExpressions.Capture::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* Capture_get_Value_m538076933 (Capture_t2232016050 * __this, const RuntimeMethod* method); // System.String System.String::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* String_ToString_m838249115 (String_t* __this, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m363431711 (String_t* __this, Il2CppChar p0, const RuntimeMethod* method); // System.Int32 System.String::Compare(System.String,System.String,System.Boolean,System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR int32_t String_Compare_m1293271421 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, bool p2, CultureInfo_t4157843068 * p3, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m2466398549 (String_t* __this, Il2CppChar p0, int32_t p1, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m2848979100 (String_t* __this, int32_t p0, const RuntimeMethod* method); // System.Int32 System.String::Compare(System.String,System.Int32,System.String,System.Int32,System.Int32,System.Boolean,System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR int32_t String_Compare_m945110377 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, String_t* p2, int32_t p3, int32_t p4, bool p5, CultureInfo_t4157843068 * p6, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.TlsServerSettings::set_CertificateTypes(Mono.Security.Protocol.Tls.Handshake.ClientCertificateType[]) extern "C" IL2CPP_METHOD_ATTR void TlsServerSettings_set_CertificateTypes_m2047242411 (TlsServerSettings_t4144396432 * __this, ClientCertificateTypeU5BU5D_t4253920197* ___value0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.TlsServerSettings::set_DistinguisedNames(System.String[]) extern "C" IL2CPP_METHOD_ATTR void TlsServerSettings_set_DistinguisedNames_m787752700 (TlsServerSettings_t4144396432 * __this, StringU5BU5D_t1281789340* ___value0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.TlsServerSettings::set_CertificateRequest(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void TlsServerSettings_set_CertificateRequest_m1039729760 (TlsServerSettings_t4144396432 * __this, bool ___value0, const RuntimeMethod* method); // System.Int16 Mono.Security.Protocol.Tls.TlsStream::ReadInt16() extern "C" IL2CPP_METHOD_ATTR int16_t TlsStream_ReadInt16_m1728211431 (TlsStream_t2365453965 * __this, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_UTF8() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * Encoding_get_UTF8_m1008486739 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean Mono.Security.Protocol.Tls.Handshake.HandshakeMessage::Compare(System.Byte[],System.Byte[]) extern "C" IL2CPP_METHOD_ATTR bool HandshakeMessage_Compare_m2214647946 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___buffer10, ByteU5BU5D_t4116647657* ___buffer21, const RuntimeMethod* method); // Mono.Security.Protocol.Tls.SecurityParameters Mono.Security.Protocol.Tls.Context::get_Current() extern "C" IL2CPP_METHOD_ATTR SecurityParameters_t2199972650 * Context_get_Current_m2853615040 (Context_t3971234707 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.TlsException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void TlsException__ctor_m3652817735 (TlsException_t3534743363 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.Context::set_ServerRandom(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void Context_set_ServerRandom_m2929894009 (Context_t3971234707 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.SecurityParameters::set_Cipher(Mono.Security.Protocol.Tls.CipherSuite) extern "C" IL2CPP_METHOD_ATTR void SecurityParameters_set_Cipher_m588445085 (SecurityParameters_t2199972650 * __this, CipherSuite_t3414744575 * ___value0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.Context::set_CompressionMethod(Mono.Security.Protocol.Tls.SecurityCompressionType) extern "C" IL2CPP_METHOD_ATTR void Context_set_CompressionMethod_m2054483993 (Context_t3971234707 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.Context::set_ProtocolNegotiated(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Context_set_ProtocolNegotiated_m2904861662 (Context_t3971234707 * __this, bool ___value0, const RuntimeMethod* method); // System.Byte[] Mono.Security.Protocol.Tls.Context::get_ClientRandom() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* Context_get_ClientRandom_m1437588520 (Context_t3971234707 * __this, const RuntimeMethod* method); // System.Byte[] Mono.Security.Protocol.Tls.Context::get_ServerRandom() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* Context_get_ServerRandom_m2710024742 (Context_t3971234707 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.Context::set_RandomCS(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void Context_set_RandomCS_m2687068745 (Context_t3971234707 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.Context::set_RandomSC(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void Context_set_RandomSC_m2364786761 (Context_t3971234707 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsServerHello::processProtocol(System.Int16) extern "C" IL2CPP_METHOD_ATTR void TlsServerHello_processProtocol_m3969427189 (TlsServerHello_t3343859594 * __this, int16_t ___protocol0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.ClientSessionCache::Add(System.String,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void ClientSessionCache_Add_m964342678 (RuntimeObject * __this /* static, unused */, String_t* ___host0, ByteU5BU5D_t4116647657* ___id1, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.Context::set_AbbreviatedHandshake(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Context_set_AbbreviatedHandshake_m827173393 (Context_t3971234707 * __this, bool ___value0, const RuntimeMethod* method); // Mono.Security.Protocol.Tls.CipherSuite Mono.Security.Protocol.Tls.CipherSuiteCollection::get_Item(System.Int16) extern "C" IL2CPP_METHOD_ATTR CipherSuite_t3414744575 * CipherSuiteCollection_get_Item_m3790183696 (CipherSuiteCollection_t1129639304 * __this, int16_t ___code0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsServerKeyExchange::verifySignature() extern "C" IL2CPP_METHOD_ATTR void TlsServerKeyExchange_verifySignature_m3412856769 (TlsServerKeyExchange_t699469151 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.TlsServerSettings::set_ServerKeyExchange(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void TlsServerSettings_set_ServerKeyExchange_m3302765325 (TlsServerSettings_t4144396432 * __this, bool ___value0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.TlsServerSettings::set_RsaParameters(System.Security.Cryptography.RSAParameters) extern "C" IL2CPP_METHOD_ATTR void TlsServerSettings_set_RsaParameters_m853026166 (TlsServerSettings_t4144396432 * __this, RSAParameters_t1728406613 ___value0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.TlsServerSettings::set_SignedParams(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void TlsServerSettings_set_SignedParams_m3618693098 (TlsServerSettings_t4144396432 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method); // System.Byte[] Mono.Security.Protocol.Tls.Context::get_RandomCS() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* Context_get_RandomCS_m1367948315 (Context_t3971234707 * __this, const RuntimeMethod* method); // System.Boolean Mono.Security.Cryptography.MD5SHA1::VerifySignature(System.Security.Cryptography.RSA,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR bool MD5SHA1_VerifySignature_m915115209 (MD5SHA1_t723838944 * __this, RSA_t2385438082 * ___rsa0, ByteU5BU5D_t4116647657* ___rgbSignature1, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.Handshake.HandshakeMessage::.ctor(Mono.Security.Protocol.Tls.Context,Mono.Security.Protocol.Tls.Handshake.HandshakeType,Mono.Security.Protocol.Tls.ContentType) extern "C" IL2CPP_METHOD_ATTR void HandshakeMessage__ctor_m1353615444 (HandshakeMessage_t3696583168 * __this, Context_t3971234707 * ___context0, uint8_t ___handshakeType1, uint8_t ___contentType2, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.TlsStream::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void TlsStream__ctor_m277557575 (TlsStream_t2365453965 * __this, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method); // Mono.Security.Protocol.Tls.Handshake.HandshakeType Mono.Security.Protocol.Tls.Handshake.HandshakeMessage::get_HandshakeType() extern "C" IL2CPP_METHOD_ATTR uint8_t HandshakeMessage_get_HandshakeType_m478242308 (HandshakeMessage_t3696583168 * __this, const RuntimeMethod* method); // System.Uri System.Net.HttpWebRequest::get_Address() extern "C" IL2CPP_METHOD_ATTR Uri_t100236324 * HttpWebRequest_get_Address_m2672661563 (HttpWebRequest_t1669436515 * __this, const RuntimeMethod* method); // System.String System.Uri::get_Host() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_Host_m255565830 (Uri_t100236324 * __this, const RuntimeMethod* method); // System.Net.SecurityProtocolType System.Net.ServicePointManager::get_SecurityProtocol() extern "C" IL2CPP_METHOD_ATTR int32_t ServicePointManager_get_SecurityProtocol_m966397919 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.SslClientStream::.ctor(System.IO.Stream,System.String,System.Boolean,Mono.Security.Protocol.Tls.SecurityProtocolType,System.Security.Cryptography.X509Certificates.X509CertificateCollection) extern "C" IL2CPP_METHOD_ATTR void SslClientStream__ctor_m3351906728 (SslClientStream_t3914624661 * __this, Stream_t1273022909 * ___stream0, String_t* ___targetHost1, bool ___ownsStream2, int32_t ___securityProtocolType3, X509CertificateCollection_t3399372417 * ___clientCertificates4, const RuntimeMethod* method); // System.IO.Stream Mono.Security.Protocol.Tls.SslClientStream::get_InputBuffer() extern "C" IL2CPP_METHOD_ATTR Stream_t1273022909 * SslClientStream_get_InputBuffer_m4092356391 (SslClientStream_t3914624661 * __this, const RuntimeMethod* method); // System.Boolean System.Net.ServicePointManager::get_CheckCertificateRevocationList() extern "C" IL2CPP_METHOD_ATTR bool ServicePointManager_get_CheckCertificateRevocationList_m1645465614 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.SslStreamBase::set_CheckCertRevocationStatus(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SslStreamBase_set_CheckCertRevocationStatus_m912861213 (SslStreamBase_t1667413407 * __this, bool ___value0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.CertificateSelectionCallback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void CertificateSelectionCallback__ctor_m3437537928 (CertificateSelectionCallback_t3743405224 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.SslClientStream::add_ClientCertSelection(Mono.Security.Protocol.Tls.CertificateSelectionCallback) extern "C" IL2CPP_METHOD_ATTR void SslClientStream_add_ClientCertSelection_m1387948363 (SslClientStream_t3914624661 * __this, CertificateSelectionCallback_t3743405224 * ___value0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.PrivateKeySelectionCallback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void PrivateKeySelectionCallback__ctor_m265141085 (PrivateKeySelectionCallback_t3240194217 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.SslClientStream::add_PrivateKeySelection(Mono.Security.Protocol.Tls.PrivateKeySelectionCallback) extern "C" IL2CPP_METHOD_ATTR void SslClientStream_add_PrivateKeySelection_m1663125063 (SslClientStream_t3914624661 * __this, PrivateKeySelectionCallback_t3240194217 * ___value0, const RuntimeMethod* method); // System.Net.ICertificatePolicy System.Net.ServicePointManager::get_CertificatePolicy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ServicePointManager_get_CertificatePolicy_m475600998 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Net.ServicePoint System.Net.HttpWebRequest::get_ServicePoint() extern "C" IL2CPP_METHOD_ATTR ServicePoint_t2786966844 * HttpWebRequest_get_ServicePoint_m3916606901 (HttpWebRequest_t1669436515 * __this, const RuntimeMethod* method); // System.Net.Security.RemoteCertificateValidationCallback System.Net.ServicePointManager::get_ServerCertificateValidationCallback() extern "C" IL2CPP_METHOD_ATTR RemoteCertificateValidationCallback_t3014364904 * ServicePointManager_get_ServerCertificateValidationCallback_m2067275303 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Certificate2::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void X509Certificate2__ctor_m3336405942 (X509Certificate2_t714049126 * __this, ByteU5BU5D_t4116647657* p0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Chain::.ctor() extern "C" IL2CPP_METHOD_ATTR void X509Chain__ctor_m2240869275 (X509Chain_t194917408 * __this, const RuntimeMethod* method); // System.Boolean System.Security.Cryptography.X509Certificates.X509Chain::Build(System.Security.Cryptography.X509Certificates.X509Certificate2) extern "C" IL2CPP_METHOD_ATTR bool X509Chain_Build_m611063989 (X509Chain_t194917408 * __this, X509Certificate2_t714049126 * p0, const RuntimeMethod* method); // System.Boolean System.Net.Security.RemoteCertificateValidationCallback::Invoke(System.Object,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain,System.Net.Security.SslPolicyErrors) extern "C" IL2CPP_METHOD_ATTR bool RemoteCertificateValidationCallback_Invoke_m3086073466 (RemoteCertificateValidationCallback_t3014364904 * __this, RuntimeObject * p0, X509Certificate_t713131622 * p1, X509Chain_t194917408 * p2, int32_t p3, const RuntimeMethod* method); // System.Security.Cryptography.AsymmetricAlgorithm System.Security.Cryptography.X509Certificates.X509Certificate2::get_PrivateKey() extern "C" IL2CPP_METHOD_ATTR AsymmetricAlgorithm_t932037087 * X509Certificate2_get_PrivateKey_m3900779210 (X509Certificate2_t714049126 * __this, const RuntimeMethod* method); // System.Security.Cryptography.AsymmetricAlgorithm Mono.Security.Protocol.Tls.PrivateKeySelectionCallback::Invoke(System.Security.Cryptography.X509Certificates.X509Certificate,System.String) extern "C" IL2CPP_METHOD_ATTR AsymmetricAlgorithm_t932037087 * PrivateKeySelectionCallback_Invoke_m921844982 (PrivateKeySelectionCallback_t3240194217 * __this, X509Certificate_t713131622 * ___certificate0, String_t* ___targetHost1, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.Context::set_RecordProtocol(Mono.Security.Protocol.Tls.RecordProtocol) extern "C" IL2CPP_METHOD_ATTR void Context_set_RecordProtocol_m3067654641 (Context_t3971234707 * __this, RecordProtocol_t3759049701 * ___value0, const RuntimeMethod* method); // System.Void System.Threading.ManualResetEvent::.ctor(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ManualResetEvent__ctor_m4010886457 (ManualResetEvent_t451242010 * __this, bool p0, const RuntimeMethod* method); // System.IAsyncResult Mono.Security.Protocol.Tls.RecordProtocol::BeginSendRecord(Mono.Security.Protocol.Tls.Handshake.HandshakeType,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* RecordProtocol_BeginSendRecord_m615249746 (RecordProtocol_t3759049701 * __this, uint8_t ___handshakeType0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___state2, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.RecordProtocol::EndSendRecord(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void RecordProtocol_EndSendRecord_m4264777321 (RecordProtocol_t3759049701 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.Context::set_ReadSequenceNumber(System.UInt64) extern "C" IL2CPP_METHOD_ATTR void Context_set_ReadSequenceNumber_m2154909392 (Context_t3971234707 * __this, uint64_t ___value0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.Context::EndSwitchingSecurityParameters(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Context_EndSwitchingSecurityParameters_m4148956166 (Context_t3971234707 * __this, bool ___client0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.Context::StartSwitchingSecurityParameters(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Context_StartSwitchingSecurityParameters_m28285865 (Context_t3971234707 * __this, bool ___client0, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor() extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m2730133172 (NotSupportedException_t1314879016 * __this, const RuntimeMethod* method); // System.Boolean Mono.Security.Protocol.Tls.Context::get_ReceivedConnectionEnd() extern "C" IL2CPP_METHOD_ATTR bool Context_get_ReceivedConnectionEnd_m4011125537 (Context_t3971234707 * __this, const RuntimeMethod* method); // System.Boolean System.Threading.EventWaitHandle::Reset() extern "C" IL2CPP_METHOD_ATTR bool EventWaitHandle_Reset_m3348053200 (EventWaitHandle_t777845177 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.RecordProtocol/ReceiveRecordAsyncResult::.ctor(System.AsyncCallback,System.Object,System.Byte[],System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR void ReceiveRecordAsyncResult__ctor_m277637112 (ReceiveRecordAsyncResult_t3680907657 * __this, AsyncCallback_t3962456242 * ___userCallback0, RuntimeObject * ___userState1, ByteU5BU5D_t4116647657* ___initialBuffer2, Stream_t1273022909 * ___record3, const RuntimeMethod* method); // System.Byte[] Mono.Security.Protocol.Tls.RecordProtocol/ReceiveRecordAsyncResult::get_InitialBuffer() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* ReceiveRecordAsyncResult_get_InitialBuffer_m2924495696 (ReceiveRecordAsyncResult_t3680907657 * __this, const RuntimeMethod* method); // System.Void System.AsyncCallback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void AsyncCallback__ctor_m530647953 (AsyncCallback_t3962456242 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.IO.Stream Mono.Security.Protocol.Tls.RecordProtocol/ReceiveRecordAsyncResult::get_Record() extern "C" IL2CPP_METHOD_ATTR Stream_t1273022909 * ReceiveRecordAsyncResult_get_Record_m223479150 (ReceiveRecordAsyncResult_t3680907657 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.RecordProtocol/ReceiveRecordAsyncResult::SetComplete(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void ReceiveRecordAsyncResult_SetComplete_m464469214 (ReceiveRecordAsyncResult_t3680907657 * __this, ByteU5BU5D_t4116647657* ___resultingBuffer0, const RuntimeMethod* method); // System.Byte[] Mono.Security.Protocol.Tls.RecordProtocol::ReadRecordBuffer(System.Int32,System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* RecordProtocol_ReadRecordBuffer_m180543381 (RecordProtocol_t3759049701 * __this, int32_t ___contentType0, Stream_t1273022909 * ___record1, const RuntimeMethod* method); // Mono.Security.Protocol.Tls.SecurityParameters Mono.Security.Protocol.Tls.Context::get_Read() extern "C" IL2CPP_METHOD_ATTR SecurityParameters_t2199972650 * Context_get_Read_m4172356735 (Context_t3971234707 * __this, const RuntimeMethod* method); // System.Byte[] Mono.Security.Protocol.Tls.RecordProtocol::decryptRecordFragment(Mono.Security.Protocol.Tls.ContentType,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* RecordProtocol_decryptRecordFragment_m66623237 (RecordProtocol_t3759049701 * __this, uint8_t ___contentType0, ByteU5BU5D_t4116647657* ___fragment1, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.RecordProtocol::ProcessAlert(Mono.Security.Protocol.Tls.AlertLevel,Mono.Security.Protocol.Tls.AlertDescription) extern "C" IL2CPP_METHOD_ATTR void RecordProtocol_ProcessAlert_m1036912531 (RecordProtocol_t3759049701 * __this, uint8_t ___alertLevel0, uint8_t ___alertDesc1, const RuntimeMethod* method); // System.Boolean Mono.Security.Protocol.Tls.TlsStream::get_EOF() extern "C" IL2CPP_METHOD_ATTR bool TlsStream_get_EOF_m953226442 (TlsStream_t2365453965 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.RecordProtocol/ReceiveRecordAsyncResult::SetComplete(System.Exception) extern "C" IL2CPP_METHOD_ATTR void ReceiveRecordAsyncResult_SetComplete_m1568733499 (ReceiveRecordAsyncResult_t3680907657 * __this, Exception_t * ___ex0, const RuntimeMethod* method); // System.Boolean Mono.Security.Protocol.Tls.RecordProtocol/ReceiveRecordAsyncResult::get_IsCompleted() extern "C" IL2CPP_METHOD_ATTR bool ReceiveRecordAsyncResult_get_IsCompleted_m1918259948 (ReceiveRecordAsyncResult_t3680907657 * __this, const RuntimeMethod* method); // System.Threading.WaitHandle Mono.Security.Protocol.Tls.RecordProtocol/ReceiveRecordAsyncResult::get_AsyncWaitHandle() extern "C" IL2CPP_METHOD_ATTR WaitHandle_t1743403487 * ReceiveRecordAsyncResult_get_AsyncWaitHandle_m1781023438 (ReceiveRecordAsyncResult_t3680907657 * __this, const RuntimeMethod* method); // System.Boolean Mono.Security.Protocol.Tls.RecordProtocol/ReceiveRecordAsyncResult::get_CompletedWithError() extern "C" IL2CPP_METHOD_ATTR bool ReceiveRecordAsyncResult_get_CompletedWithError_m2856009536 (ReceiveRecordAsyncResult_t3680907657 * __this, const RuntimeMethod* method); // System.Exception Mono.Security.Protocol.Tls.RecordProtocol/ReceiveRecordAsyncResult::get_AsyncException() extern "C" IL2CPP_METHOD_ATTR Exception_t * ReceiveRecordAsyncResult_get_AsyncException_m631453737 (ReceiveRecordAsyncResult_t3680907657 * __this, const RuntimeMethod* method); // System.Byte[] Mono.Security.Protocol.Tls.RecordProtocol/ReceiveRecordAsyncResult::get_ResultingBuffer() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* ReceiveRecordAsyncResult_get_ResultingBuffer_m1839161335 (ReceiveRecordAsyncResult_t3680907657 * __this, const RuntimeMethod* method); // System.Boolean System.Threading.EventWaitHandle::Set() extern "C" IL2CPP_METHOD_ATTR bool EventWaitHandle_Set_m2445193251 (EventWaitHandle_t777845177 * __this, const RuntimeMethod* method); // System.IAsyncResult Mono.Security.Protocol.Tls.RecordProtocol::BeginReceiveRecord(System.IO.Stream,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* RecordProtocol_BeginReceiveRecord_m295321170 (RecordProtocol_t3759049701 * __this, Stream_t1273022909 * ___record0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___state2, const RuntimeMethod* method); // System.Byte[] Mono.Security.Protocol.Tls.RecordProtocol::EndReceiveRecord(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* RecordProtocol_EndReceiveRecord_m1872541318 (RecordProtocol_t3759049701 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method); // System.Byte[] Mono.Security.Protocol.Tls.RecordProtocol::ReadClientHelloV2(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* RecordProtocol_ReadClientHelloV2_m4052496367 (RecordProtocol_t3759049701 * __this, Stream_t1273022909 * ___record0, const RuntimeMethod* method); // System.Boolean System.Enum::IsDefined(System.Type,System.Object) extern "C" IL2CPP_METHOD_ATTR bool Enum_IsDefined_m1442314461 (RuntimeObject * __this /* static, unused */, Type_t * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.TlsException::.ctor(Mono.Security.Protocol.Tls.AlertDescription) extern "C" IL2CPP_METHOD_ATTR void TlsException__ctor_m818940807 (TlsException_t3534743363 * __this, uint8_t ___description0, const RuntimeMethod* method); // System.Byte[] Mono.Security.Protocol.Tls.RecordProtocol::ReadStandardRecordBuffer(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* RecordProtocol_ReadStandardRecordBuffer_m3738063864 (RecordProtocol_t3759049701 * __this, Stream_t1273022909 * ___record0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.Context::ChangeProtocol(System.Int16) extern "C" IL2CPP_METHOD_ATTR void Context_ChangeProtocol_m2412635871 (Context_t3971234707 * __this, int16_t ___protocol0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.RecordProtocol::ProcessCipherSpecV2Buffer(Mono.Security.Protocol.Tls.SecurityProtocolType,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void RecordProtocol_ProcessCipherSpecV2Buffer_m487045483 (RecordProtocol_t3759049701 * __this, int32_t ___protocol0, ByteU5BU5D_t4116647657* ___buffer1, const RuntimeMethod* method); // System.Boolean Mono.Security.Protocol.Tls.Context::get_ProtocolNegotiated() extern "C" IL2CPP_METHOD_ATTR bool Context_get_ProtocolNegotiated_m4220412840 (Context_t3971234707 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.TlsException::.ctor(Mono.Security.Protocol.Tls.AlertLevel,Mono.Security.Protocol.Tls.AlertDescription) extern "C" IL2CPP_METHOD_ATTR void TlsException__ctor_m596254082 (TlsException_t3534743363 * __this, uint8_t ___level0, uint8_t ___description1, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.Context::set_ReceivedConnectionEnd(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Context_set_ReceivedConnectionEnd_m911334662 (Context_t3971234707 * __this, bool ___value0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.Alert::.ctor(Mono.Security.Protocol.Tls.AlertDescription) extern "C" IL2CPP_METHOD_ATTR void Alert__ctor_m3135936936 (Alert_t4059934885 * __this, uint8_t ___description0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.RecordProtocol::SendAlert(Mono.Security.Protocol.Tls.Alert) extern "C" IL2CPP_METHOD_ATTR void RecordProtocol_SendAlert_m3736432480 (RecordProtocol_t3759049701 * __this, Alert_t4059934885 * ___alert0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.Alert::.ctor(Mono.Security.Protocol.Tls.AlertLevel,Mono.Security.Protocol.Tls.AlertDescription) extern "C" IL2CPP_METHOD_ATTR void Alert__ctor_m2879739792 (Alert_t4059934885 * __this, uint8_t ___level0, uint8_t ___description1, const RuntimeMethod* method); // Mono.Security.Protocol.Tls.AlertLevel Mono.Security.Protocol.Tls.Alert::get_Level() extern "C" IL2CPP_METHOD_ATTR uint8_t Alert_get_Level_m4249630350 (Alert_t4059934885 * __this, const RuntimeMethod* method); // Mono.Security.Protocol.Tls.AlertDescription Mono.Security.Protocol.Tls.Alert::get_Description() extern "C" IL2CPP_METHOD_ATTR uint8_t Alert_get_Description_m3833114036 (Alert_t4059934885 * __this, const RuntimeMethod* method); // System.Boolean Mono.Security.Protocol.Tls.Alert::get_IsCloseNotify() extern "C" IL2CPP_METHOD_ATTR bool Alert_get_IsCloseNotify_m3157384796 (Alert_t4059934885 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.RecordProtocol::SendRecord(Mono.Security.Protocol.Tls.ContentType,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void RecordProtocol_SendRecord_m927045752 (RecordProtocol_t3759049701 * __this, uint8_t ___contentType0, ByteU5BU5D_t4116647657* ___recordData1, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.Context::set_SentConnectionEnd(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Context_set_SentConnectionEnd_m1367645582 (Context_t3971234707 * __this, bool ___value0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.Context::set_WriteSequenceNumber(System.UInt64) extern "C" IL2CPP_METHOD_ATTR void Context_set_WriteSequenceNumber_m942577065 (Context_t3971234707 * __this, uint64_t ___value0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.RecordProtocol/SendRecordAsyncResult::.ctor(System.AsyncCallback,System.Object,Mono.Security.Protocol.Tls.Handshake.HandshakeMessage) extern "C" IL2CPP_METHOD_ATTR void SendRecordAsyncResult__ctor_m425551707 (SendRecordAsyncResult_t3718352467 * __this, AsyncCallback_t3962456242 * ___userCallback0, RuntimeObject * ___userState1, HandshakeMessage_t3696583168 * ___message2, const RuntimeMethod* method); // Mono.Security.Protocol.Tls.ContentType Mono.Security.Protocol.Tls.Handshake.HandshakeMessage::get_ContentType() extern "C" IL2CPP_METHOD_ATTR uint8_t HandshakeMessage_get_ContentType_m1693718190 (HandshakeMessage_t3696583168 * __this, const RuntimeMethod* method); // System.IAsyncResult Mono.Security.Protocol.Tls.RecordProtocol::BeginSendRecord(Mono.Security.Protocol.Tls.ContentType,System.Byte[],System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* RecordProtocol_BeginSendRecord_m3926976520 (RecordProtocol_t3759049701 * __this, uint8_t ___contentType0, ByteU5BU5D_t4116647657* ___recordData1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___state3, const RuntimeMethod* method); // Mono.Security.Protocol.Tls.Handshake.HandshakeMessage Mono.Security.Protocol.Tls.RecordProtocol/SendRecordAsyncResult::get_Message() extern "C" IL2CPP_METHOD_ATTR HandshakeMessage_t3696583168 * SendRecordAsyncResult_get_Message_m1204240861 (SendRecordAsyncResult_t3718352467 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.RecordProtocol/SendRecordAsyncResult::SetComplete() extern "C" IL2CPP_METHOD_ATTR void SendRecordAsyncResult_SetComplete_m170417386 (SendRecordAsyncResult_t3718352467 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.RecordProtocol/SendRecordAsyncResult::SetComplete(System.Exception) extern "C" IL2CPP_METHOD_ATTR void SendRecordAsyncResult_SetComplete_m153213906 (SendRecordAsyncResult_t3718352467 * __this, Exception_t * ___ex0, const RuntimeMethod* method); // System.Boolean Mono.Security.Protocol.Tls.Context::get_SentConnectionEnd() extern "C" IL2CPP_METHOD_ATTR bool Context_get_SentConnectionEnd_m963812869 (Context_t3971234707 * __this, const RuntimeMethod* method); // System.Byte[] Mono.Security.Protocol.Tls.RecordProtocol::EncodeRecord(Mono.Security.Protocol.Tls.ContentType,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* RecordProtocol_EncodeRecord_m164201598 (RecordProtocol_t3759049701 * __this, uint8_t ___contentType0, ByteU5BU5D_t4116647657* ___recordData1, const RuntimeMethod* method); // System.Boolean Mono.Security.Protocol.Tls.RecordProtocol/SendRecordAsyncResult::get_IsCompleted() extern "C" IL2CPP_METHOD_ATTR bool SendRecordAsyncResult_get_IsCompleted_m3929307031 (SendRecordAsyncResult_t3718352467 * __this, const RuntimeMethod* method); // System.Threading.WaitHandle Mono.Security.Protocol.Tls.RecordProtocol/SendRecordAsyncResult::get_AsyncWaitHandle() extern "C" IL2CPP_METHOD_ATTR WaitHandle_t1743403487 * SendRecordAsyncResult_get_AsyncWaitHandle_m1466641472 (SendRecordAsyncResult_t3718352467 * __this, const RuntimeMethod* method); // System.Boolean Mono.Security.Protocol.Tls.RecordProtocol/SendRecordAsyncResult::get_CompletedWithError() extern "C" IL2CPP_METHOD_ATTR bool SendRecordAsyncResult_get_CompletedWithError_m3232037803 (SendRecordAsyncResult_t3718352467 * __this, const RuntimeMethod* method); // System.Exception Mono.Security.Protocol.Tls.RecordProtocol/SendRecordAsyncResult::get_AsyncException() extern "C" IL2CPP_METHOD_ATTR Exception_t * SendRecordAsyncResult_get_AsyncException_m3556917569 (SendRecordAsyncResult_t3718352467 * __this, const RuntimeMethod* method); // System.Byte[] Mono.Security.Protocol.Tls.RecordProtocol::EncodeRecord(Mono.Security.Protocol.Tls.ContentType,System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* RecordProtocol_EncodeRecord_m3312835762 (RecordProtocol_t3759049701 * __this, uint8_t ___contentType0, ByteU5BU5D_t4116647657* ___recordData1, int32_t ___offset2, int32_t ___count3, const RuntimeMethod* method); // System.Byte[] Mono.Security.Protocol.Tls.RecordProtocol::encryptRecordFragment(Mono.Security.Protocol.Tls.ContentType,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* RecordProtocol_encryptRecordFragment_m710101985 (RecordProtocol_t3759049701 * __this, uint8_t ___contentType0, ByteU5BU5D_t4116647657* ___fragment1, const RuntimeMethod* method); // System.Byte[] Mono.Security.Protocol.Tls.CipherSuite::EncryptRecord(System.Byte[],System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* CipherSuite_EncryptRecord_m4196378593 (CipherSuite_t3414744575 * __this, ByteU5BU5D_t4116647657* ___fragment0, ByteU5BU5D_t4116647657* ___mac1, const RuntimeMethod* method); // System.UInt64 Mono.Security.Protocol.Tls.Context::get_WriteSequenceNumber() extern "C" IL2CPP_METHOD_ATTR uint64_t Context_get_WriteSequenceNumber_m1115956887 (Context_t3971234707 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.CipherSuite::DecryptRecord(System.Byte[],System.Byte[]&,System.Byte[]&) extern "C" IL2CPP_METHOD_ATTR void CipherSuite_DecryptRecord_m1495386860 (CipherSuite_t3414744575 * __this, ByteU5BU5D_t4116647657* ___fragment0, ByteU5BU5D_t4116647657** ___dcrFragment1, ByteU5BU5D_t4116647657** ___dcrMAC2, const RuntimeMethod* method); // Mono.Security.Protocol.Tls.RecordProtocol Mono.Security.Protocol.Tls.Context::get_RecordProtocol() extern "C" IL2CPP_METHOD_ATTR RecordProtocol_t3759049701 * Context_get_RecordProtocol_m2261754827 (Context_t3971234707 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.RecordProtocol::SendAlert(Mono.Security.Protocol.Tls.AlertDescription) extern "C" IL2CPP_METHOD_ATTR void RecordProtocol_SendAlert_m1931708341 (RecordProtocol_t3759049701 * __this, uint8_t ___description0, const RuntimeMethod* method); // System.Boolean Mono.Security.Protocol.Tls.RecordProtocol::Compare(System.Byte[],System.Byte[]) extern "C" IL2CPP_METHOD_ATTR bool RecordProtocol_Compare_m4182754688 (RecordProtocol_t3759049701 * __this, ByteU5BU5D_t4116647657* ___array10, ByteU5BU5D_t4116647657* ___array21, const RuntimeMethod* method); // System.UInt64 Mono.Security.Protocol.Tls.Context::get_ReadSequenceNumber() extern "C" IL2CPP_METHOD_ATTR uint64_t Context_get_ReadSequenceNumber_m3883329199 (Context_t3971234707 * __this, const RuntimeMethod* method); // Mono.Security.Protocol.Tls.CipherSuite Mono.Security.Protocol.Tls.RecordProtocol::MapV2CipherCode(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR CipherSuite_t3414744575 * RecordProtocol_MapV2CipherCode_m4087331414 (RecordProtocol_t3759049701 * __this, String_t* ___prefix0, int32_t ___code1, const RuntimeMethod* method); // Mono.Security.Protocol.Tls.CipherSuite Mono.Security.Protocol.Tls.CipherSuiteCollection::get_Item(System.String) extern "C" IL2CPP_METHOD_ATTR CipherSuite_t3414744575 * CipherSuiteCollection_get_Item_m2791953484 (CipherSuiteCollection_t1129639304 * __this, String_t* ___name0, const RuntimeMethod* method); // System.IAsyncResult System.AsyncCallback::BeginInvoke(System.IAsyncResult,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* AsyncCallback_BeginInvoke_m2710486612 (AsyncCallback_t3962456242 * __this, RuntimeObject* p0, AsyncCallback_t3962456242 * p1, RuntimeObject * p2, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.RecordProtocol/ReceiveRecordAsyncResult::SetComplete(System.Exception,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void ReceiveRecordAsyncResult_SetComplete_m1372905673 (ReceiveRecordAsyncResult_t3680907657 * __this, Exception_t * ___ex0, ByteU5BU5D_t4116647657* ___resultingBuffer1, const RuntimeMethod* method); // System.Void System.Security.Cryptography.AsymmetricSignatureDeformatter::.ctor() extern "C" IL2CPP_METHOD_ATTR void AsymmetricSignatureDeformatter__ctor_m88114807 (AsymmetricSignatureDeformatter_t2681190756 * __this, const RuntimeMethod* method); // System.Boolean Mono.Security.Cryptography.PKCS1::Verify_v15(System.Security.Cryptography.RSA,System.Security.Cryptography.HashAlgorithm,System.Byte[],System.Byte[]) extern "C" IL2CPP_METHOD_ATTR bool PKCS1_Verify_v15_m4192025173 (RuntimeObject * __this /* static, unused */, RSA_t2385438082 * ___rsa0, HashAlgorithm_t1432317219 * ___hash1, ByteU5BU5D_t4116647657* ___hashValue2, ByteU5BU5D_t4116647657* ___signature3, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) #define Dictionary_2__ctor_m2392909825(__this, p0, method) (( void (*) (Dictionary_2_t2736202052 *, int32_t, const RuntimeMethod*))Dictionary_2__ctor_m182537451_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m282647386(__this, p0, p1, method) (( void (*) (Dictionary_2_t2736202052 *, String_t*, int32_t, const RuntimeMethod*))Dictionary_2_Add_m1279427033_gshared)(__this, p0, p1, method) // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m1013208020(__this, p0, p1, method) (( bool (*) (Dictionary_2_t2736202052 *, String_t*, int32_t*, const RuntimeMethod*))Dictionary_2_TryGetValue_m3959998165_gshared)(__this, p0, p1, method) // System.Void System.Security.Cryptography.AsymmetricSignatureFormatter::.ctor() extern "C" IL2CPP_METHOD_ATTR void AsymmetricSignatureFormatter__ctor_m3278494933 (AsymmetricSignatureFormatter_t3486936014 * __this, const RuntimeMethod* method); // System.Byte[] Mono.Security.Cryptography.PKCS1::Sign_v15(System.Security.Cryptography.RSA,System.Security.Cryptography.HashAlgorithm,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* PKCS1_Sign_v15_m3459793192 (RuntimeObject * __this /* static, unused */, RSA_t2385438082 * ___rsa0, HashAlgorithm_t1432317219 * ___hash1, ByteU5BU5D_t4116647657* ___hashValue2, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.CipherSuite::.ctor(System.Int16,System.String,Mono.Security.Protocol.Tls.CipherAlgorithmType,Mono.Security.Protocol.Tls.HashAlgorithmType,Mono.Security.Protocol.Tls.ExchangeAlgorithmType,System.Boolean,System.Boolean,System.Byte,System.Byte,System.Int16,System.Byte,System.Byte) extern "C" IL2CPP_METHOD_ATTR void CipherSuite__ctor_m2440635082 (CipherSuite_t3414744575 * __this, int16_t ___code0, String_t* ___name1, int32_t ___cipherAlgorithmType2, int32_t ___hashAlgorithmType3, int32_t ___exchangeAlgorithmType4, bool ___exportable5, bool ___blockMode6, uint8_t ___keyMaterialSize7, uint8_t ___expandedKeyMaterialSize8, int16_t ___effectiveKeyBits9, uint8_t ___ivSize10, uint8_t ___blockSize11, const RuntimeMethod* method); // Mono.Security.Protocol.Tls.Context Mono.Security.Protocol.Tls.CipherSuite::get_Context() extern "C" IL2CPP_METHOD_ATTR Context_t3971234707 * CipherSuite_get_Context_m1621551997 (CipherSuite_t3414744575 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.CipherSuite::Write(System.Byte[],System.Int32,System.UInt64) extern "C" IL2CPP_METHOD_ATTR void CipherSuite_Write_m1841735015 (CipherSuite_t3414744575 * __this, ByteU5BU5D_t4116647657* ___array0, int32_t ___offset1, uint64_t ___value2, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.CipherSuite::Write(System.Byte[],System.Int32,System.Int16) extern "C" IL2CPP_METHOD_ATTR void CipherSuite_Write_m1172814058 (CipherSuite_t3414744575 * __this, ByteU5BU5D_t4116647657* ___array0, int32_t ___offset1, int16_t ___value2, const RuntimeMethod* method); // System.Byte[] Mono.Security.Protocol.Tls.SslCipherSuite::prf(System.Byte[],System.String,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* SslCipherSuite_prf_m922878400 (SslCipherSuite_t1981645747 * __this, ByteU5BU5D_t4116647657* ___secret0, String_t* ___label1, ByteU5BU5D_t4116647657* ___random2, const RuntimeMethod* method); // System.String System.Char::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Char_ToString_m3588025615 (Il2CppChar* __this, const RuntimeMethod* method); // System.Byte[] Mono.Security.Protocol.Tls.Context::get_RandomSC() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* Context_get_RandomSC_m1891758699 (Context_t3971234707 * __this, const RuntimeMethod* method); // System.Int32 Mono.Security.Protocol.Tls.CipherSuite::get_KeyBlockSize() extern "C" IL2CPP_METHOD_ATTR int32_t CipherSuite_get_KeyBlockSize_m519075451 (CipherSuite_t3414744575 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.SecurityParameters::set_ClientWriteMAC(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void SecurityParameters_set_ClientWriteMAC_m2984527188 (SecurityParameters_t2199972650 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.SecurityParameters::set_ServerWriteMAC(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void SecurityParameters_set_ServerWriteMAC_m3003817350 (SecurityParameters_t2199972650 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method); // System.Byte Mono.Security.Protocol.Tls.CipherSuite::get_KeyMaterialSize() extern "C" IL2CPP_METHOD_ATTR uint8_t CipherSuite_get_KeyMaterialSize_m3569550689 (CipherSuite_t3414744575 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.Context::set_ClientWriteKey(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void Context_set_ClientWriteKey_m1601425248 (Context_t3971234707 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.Context::set_ServerWriteKey(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void Context_set_ServerWriteKey_m3347272648 (Context_t3971234707 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method); // System.Boolean Mono.Security.Protocol.Tls.CipherSuite::get_IsExportable() extern "C" IL2CPP_METHOD_ATTR bool CipherSuite_get_IsExportable_m677202963 (CipherSuite_t3414744575 * __this, const RuntimeMethod* method); // System.Byte Mono.Security.Protocol.Tls.CipherSuite::get_IvSize() extern "C" IL2CPP_METHOD_ATTR uint8_t CipherSuite_get_IvSize_m630778063 (CipherSuite_t3414744575 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.Context::set_ClientWriteIV(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void Context_set_ClientWriteIV_m3405909624 (Context_t3971234707 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.Context::set_ServerWriteIV(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void Context_set_ServerWriteIV_m1007123427 (Context_t3971234707 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method); // System.Byte Mono.Security.Protocol.Tls.CipherSuite::get_ExpandedKeyMaterialSize() extern "C" IL2CPP_METHOD_ATTR uint8_t CipherSuite_get_ExpandedKeyMaterialSize_m197590106 (CipherSuite_t3414744575 * __this, const RuntimeMethod* method); // System.Boolean Mono.Security.Protocol.Tls.ClientSessionCache::SetContextInCache(Mono.Security.Protocol.Tls.Context) extern "C" IL2CPP_METHOD_ATTR bool ClientSessionCache_SetContextInCache_m2875733100 (RuntimeObject * __this /* static, unused */, Context_t3971234707 * ___context0, const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String Locale::GetText(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Locale_GetText_m3520169047 (RuntimeObject * __this /* static, unused */, String_t* ___msg0, const RuntimeMethod* method) { { String_t* L_0 = ___msg0; 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 Mono.Math.BigInteger::.ctor(Mono.Math.BigInteger/Sign,System.UInt32) extern "C" IL2CPP_METHOD_ATTR void BigInteger__ctor_m3473491062 (BigInteger_t2902905090 * __this, int32_t ___sign0, uint32_t ___len1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BigInteger__ctor_m3473491062_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_length_0(1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); uint32_t L_0 = ___len1; __this->set_data_1(((UInt32U5BU5D_t2770800703*)SZArrayNew(UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var, (uint32_t)(((uintptr_t)L_0))))); uint32_t L_1 = ___len1; __this->set_length_0(L_1); return; } } // System.Void Mono.Math.BigInteger::.ctor(Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR void BigInteger__ctor_m2108826647 (BigInteger_t2902905090 * __this, BigInteger_t2902905090 * ___bi0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BigInteger__ctor_m2108826647_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_length_0(1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); BigInteger_t2902905090 * L_0 = ___bi0; NullCheck(L_0); UInt32U5BU5D_t2770800703* L_1 = L_0->get_data_1(); NullCheck((RuntimeArray *)(RuntimeArray *)L_1); RuntimeObject * L_2 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_1, /*hidden argument*/NULL); __this->set_data_1(((UInt32U5BU5D_t2770800703*)Castclass((RuntimeObject*)L_2, UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var))); BigInteger_t2902905090 * L_3 = ___bi0; NullCheck(L_3); uint32_t L_4 = L_3->get_length_0(); __this->set_length_0(L_4); return; } } // System.Void Mono.Math.BigInteger::.ctor(Mono.Math.BigInteger,System.UInt32) extern "C" IL2CPP_METHOD_ATTR void BigInteger__ctor_m2644482640 (BigInteger_t2902905090 * __this, BigInteger_t2902905090 * ___bi0, uint32_t ___len1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BigInteger__ctor_m2644482640_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; { __this->set_length_0(1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); uint32_t L_0 = ___len1; __this->set_data_1(((UInt32U5BU5D_t2770800703*)SZArrayNew(UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var, (uint32_t)(((uintptr_t)L_0))))); V_0 = 0; goto IL_0037; } IL_0021: { UInt32U5BU5D_t2770800703* L_1 = __this->get_data_1(); uint32_t L_2 = V_0; BigInteger_t2902905090 * L_3 = ___bi0; NullCheck(L_3); UInt32U5BU5D_t2770800703* L_4 = L_3->get_data_1(); uint32_t L_5 = V_0; NullCheck(L_4); uintptr_t L_6 = (((uintptr_t)L_5)); uint32_t L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck(L_1); (L_1)->SetAt(static_cast((((uintptr_t)L_2))), (uint32_t)L_7); uint32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0037: { uint32_t L_9 = V_0; BigInteger_t2902905090 * L_10 = ___bi0; NullCheck(L_10); uint32_t L_11 = L_10->get_length_0(); if ((!(((uint32_t)L_9) >= ((uint32_t)L_11)))) { goto IL_0021; } } { BigInteger_t2902905090 * L_12 = ___bi0; NullCheck(L_12); uint32_t L_13 = L_12->get_length_0(); __this->set_length_0(L_13); return; } } // System.Void Mono.Math.BigInteger::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void BigInteger__ctor_m2601366464 (BigInteger_t2902905090 * __this, ByteU5BU5D_t4116647657* ___inData0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BigInteger__ctor_m2601366464_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { __this->set_length_0(1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_0 = ___inData0; NullCheck(L_0); __this->set_length_0(((int32_t)((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))>>2))); ByteU5BU5D_t4116647657* L_1 = ___inData0; NullCheck(L_1); V_0 = ((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))&(int32_t)3)); int32_t L_2 = V_0; if (!L_2) { goto IL_0032; } } { uint32_t L_3 = __this->get_length_0(); __this->set_length_0(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); } IL_0032: { uint32_t L_4 = __this->get_length_0(); __this->set_data_1(((UInt32U5BU5D_t2770800703*)SZArrayNew(UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var, (uint32_t)(((uintptr_t)L_4))))); ByteU5BU5D_t4116647657* L_5 = ___inData0; NullCheck(L_5); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length)))), (int32_t)1)); V_2 = 0; goto IL_007e; } IL_0051: { UInt32U5BU5D_t2770800703* L_6 = __this->get_data_1(); int32_t L_7 = V_2; ByteU5BU5D_t4116647657* L_8 = ___inData0; int32_t L_9 = V_1; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)3)); uint8_t L_11 = (L_8)->GetAt(static_cast(L_10)); ByteU5BU5D_t4116647657* L_12 = ___inData0; int32_t L_13 = V_1; NullCheck(L_12); int32_t L_14 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)2)); uint8_t L_15 = (L_12)->GetAt(static_cast(L_14)); ByteU5BU5D_t4116647657* L_16 = ___inData0; int32_t L_17 = V_1; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1)); uint8_t L_19 = (L_16)->GetAt(static_cast(L_18)); ByteU5BU5D_t4116647657* L_20 = ___inData0; int32_t L_21 = V_1; NullCheck(L_20); int32_t L_22 = L_21; uint8_t L_23 = (L_20)->GetAt(static_cast(L_22)); NullCheck(L_6); (L_6)->SetAt(static_cast(L_7), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_11<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_15<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_19<<(int32_t)8))))|(int32_t)L_23))); int32_t L_24 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)4)); int32_t L_25 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_007e: { int32_t L_26 = V_1; if ((((int32_t)L_26) >= ((int32_t)3))) { goto IL_0051; } } { int32_t L_27 = V_0; V_3 = L_27; int32_t L_28 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)1))) { case 0: { goto IL_00a0; } case 1: { goto IL_00b8; } case 2: { goto IL_00d6; } } } { goto IL_00fb; } IL_00a0: { UInt32U5BU5D_t2770800703* L_29 = __this->get_data_1(); uint32_t L_30 = __this->get_length_0(); ByteU5BU5D_t4116647657* L_31 = ___inData0; NullCheck(L_31); int32_t L_32 = 0; uint8_t L_33 = (L_31)->GetAt(static_cast(L_32)); NullCheck(L_29); (L_29)->SetAt(static_cast((((uintptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)1))))), (uint32_t)L_33); goto IL_00fb; } IL_00b8: { UInt32U5BU5D_t2770800703* L_34 = __this->get_data_1(); uint32_t L_35 = __this->get_length_0(); ByteU5BU5D_t4116647657* L_36 = ___inData0; NullCheck(L_36); int32_t L_37 = 0; uint8_t L_38 = (L_36)->GetAt(static_cast(L_37)); ByteU5BU5D_t4116647657* L_39 = ___inData0; NullCheck(L_39); int32_t L_40 = 1; uint8_t L_41 = (L_39)->GetAt(static_cast(L_40)); NullCheck(L_34); (L_34)->SetAt(static_cast((((uintptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)1))))), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_38<<(int32_t)8))|(int32_t)L_41))); goto IL_00fb; } IL_00d6: { UInt32U5BU5D_t2770800703* L_42 = __this->get_data_1(); uint32_t L_43 = __this->get_length_0(); ByteU5BU5D_t4116647657* L_44 = ___inData0; NullCheck(L_44); int32_t L_45 = 0; uint8_t L_46 = (L_44)->GetAt(static_cast(L_45)); ByteU5BU5D_t4116647657* L_47 = ___inData0; NullCheck(L_47); int32_t L_48 = 1; uint8_t L_49 = (L_47)->GetAt(static_cast(L_48)); ByteU5BU5D_t4116647657* L_50 = ___inData0; NullCheck(L_50); int32_t L_51 = 2; uint8_t L_52 = (L_50)->GetAt(static_cast(L_51)); NullCheck(L_42); (L_42)->SetAt(static_cast((((uintptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)1))))), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_46<<(int32_t)((int32_t)16)))|(int32_t)((int32_t)((int32_t)L_49<<(int32_t)8))))|(int32_t)L_52))); goto IL_00fb; } IL_00fb: { BigInteger_Normalize_m3021106862(__this, /*hidden argument*/NULL); return; } } // System.Void Mono.Math.BigInteger::.ctor(System.UInt32) extern "C" IL2CPP_METHOD_ATTR void BigInteger__ctor_m2474659844 (BigInteger_t2902905090 * __this, uint32_t ___ui0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BigInteger__ctor_m2474659844_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_length_0(1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); UInt32U5BU5D_t2770800703* L_0 = ((UInt32U5BU5D_t2770800703*)SZArrayNew(UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var, (uint32_t)1)); uint32_t L_1 = ___ui0; NullCheck(L_0); (L_0)->SetAt(static_cast(0), (uint32_t)L_1); __this->set_data_1(L_0); return; } } // System.Void Mono.Math.BigInteger::.cctor() extern "C" IL2CPP_METHOD_ATTR void BigInteger__cctor_m102257529 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BigInteger__cctor_m102257529_MetadataUsageId); s_Il2CppMethodInitialized = true; } { UInt32U5BU5D_t2770800703* L_0 = ((UInt32U5BU5D_t2770800703*)SZArrayNew(UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var, (uint32_t)((int32_t)783))); RuntimeFieldHandle_t1871169219 L_1 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255362____U24U24fieldU2D0_0_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, L_1, /*hidden argument*/NULL); ((BigInteger_t2902905090_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t2902905090_il2cpp_TypeInfo_var))->set_smallPrimes_2(L_0); return; } } // System.Security.Cryptography.RandomNumberGenerator Mono.Math.BigInteger::get_Rng() extern "C" IL2CPP_METHOD_ATTR RandomNumberGenerator_t386037858 * BigInteger_get_Rng_m3283260184 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BigInteger_get_Rng_m3283260184_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); RandomNumberGenerator_t386037858 * L_0 = ((BigInteger_t2902905090_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t2902905090_il2cpp_TypeInfo_var))->get_rng_3(); if (L_0) { goto IL_0014; } } { RandomNumberGenerator_t386037858 * L_1 = RandomNumberGenerator_Create_m4162970280(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); ((BigInteger_t2902905090_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t2902905090_il2cpp_TypeInfo_var))->set_rng_3(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); RandomNumberGenerator_t386037858 * L_2 = ((BigInteger_t2902905090_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t2902905090_il2cpp_TypeInfo_var))->get_rng_3(); return L_2; } } // Mono.Math.BigInteger Mono.Math.BigInteger::GenerateRandom(System.Int32,System.Security.Cryptography.RandomNumberGenerator) extern "C" IL2CPP_METHOD_ATTR BigInteger_t2902905090 * BigInteger_GenerateRandom_m3872771375 (RuntimeObject * __this /* static, unused */, int32_t ___bits0, RandomNumberGenerator_t386037858 * ___rng1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BigInteger_GenerateRandom_m3872771375_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; BigInteger_t2902905090 * V_2 = NULL; ByteU5BU5D_t4116647657* V_3 = NULL; uint32_t V_4 = 0; { int32_t L_0 = ___bits0; V_0 = ((int32_t)((int32_t)L_0>>(int32_t)5)); int32_t L_1 = ___bits0; V_1 = ((int32_t)((int32_t)L_1&(int32_t)((int32_t)31))); int32_t L_2 = V_1; if (!L_2) { goto IL_0013; } } { int32_t L_3 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_0013: { int32_t L_4 = V_0; BigInteger_t2902905090 * L_5 = (BigInteger_t2902905090 *)il2cpp_codegen_object_new(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger__ctor_m3473491062(L_5, 1, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), /*hidden argument*/NULL); V_2 = L_5; int32_t L_6 = V_0; V_3 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)L_6<<(int32_t)2)))); RandomNumberGenerator_t386037858 * L_7 = ___rng1; ByteU5BU5D_t4116647657* L_8 = V_3; NullCheck(L_7); VirtActionInvoker1< ByteU5BU5D_t4116647657* >::Invoke(4 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetBytes(System.Byte[]) */, L_7, L_8); ByteU5BU5D_t4116647657* L_9 = V_3; BigInteger_t2902905090 * L_10 = V_2; NullCheck(L_10); UInt32U5BU5D_t2770800703* L_11 = L_10->get_data_1(); int32_t L_12 = V_0; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_9, 0, (RuntimeArray *)(RuntimeArray *)L_11, 0, ((int32_t)((int32_t)L_12<<(int32_t)2)), /*hidden argument*/NULL); int32_t L_13 = V_1; if (!L_13) { goto IL_0086; } } { int32_t L_14 = V_1; V_4 = ((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1))&(int32_t)((int32_t)31))))); BigInteger_t2902905090 * L_15 = V_2; NullCheck(L_15); UInt32U5BU5D_t2770800703* L_16 = L_15->get_data_1(); int32_t L_17 = V_0; NullCheck(L_16); uint32_t* L_18 = ((L_16)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1))))); uint32_t L_19 = V_4; *((int32_t*)(L_18)) = (int32_t)((int32_t)((int32_t)(*((uint32_t*)L_18))|(int32_t)L_19)); int32_t L_20 = V_1; V_4 = ((int32_t)((uint32_t)(-1)>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)32), (int32_t)L_20))&(int32_t)((int32_t)31))))); BigInteger_t2902905090 * L_21 = V_2; NullCheck(L_21); UInt32U5BU5D_t2770800703* L_22 = L_21->get_data_1(); int32_t L_23 = V_0; NullCheck(L_22); uint32_t* L_24 = ((L_22)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1))))); uint32_t L_25 = V_4; *((int32_t*)(L_24)) = (int32_t)((int32_t)((int32_t)(*((uint32_t*)L_24))&(int32_t)L_25)); goto IL_009d; } IL_0086: { BigInteger_t2902905090 * L_26 = V_2; NullCheck(L_26); UInt32U5BU5D_t2770800703* L_27 = L_26->get_data_1(); int32_t L_28 = V_0; NullCheck(L_27); uint32_t* L_29 = ((L_27)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)1))))); *((int32_t*)(L_29)) = (int32_t)((int32_t)((int32_t)(*((uint32_t*)L_29))|(int32_t)((int32_t)-2147483648LL))); } IL_009d: { BigInteger_t2902905090 * L_30 = V_2; NullCheck(L_30); BigInteger_Normalize_m3021106862(L_30, /*hidden argument*/NULL); BigInteger_t2902905090 * L_31 = V_2; return L_31; } } // Mono.Math.BigInteger Mono.Math.BigInteger::GenerateRandom(System.Int32) extern "C" IL2CPP_METHOD_ATTR BigInteger_t2902905090 * BigInteger_GenerateRandom_m1790382084 (RuntimeObject * __this /* static, unused */, int32_t ___bits0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BigInteger_GenerateRandom_m1790382084_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___bits0; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); RandomNumberGenerator_t386037858 * L_1 = BigInteger_get_Rng_m3283260184(NULL /*static, unused*/, /*hidden argument*/NULL); BigInteger_t2902905090 * L_2 = BigInteger_GenerateRandom_m3872771375(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Int32 Mono.Math.BigInteger::BitCount() extern "C" IL2CPP_METHOD_ATTR int32_t BigInteger_BitCount_m2055977486 (BigInteger_t2902905090 * __this, const RuntimeMethod* method) { uint32_t V_0 = 0; uint32_t V_1 = 0; uint32_t V_2 = 0; { BigInteger_Normalize_m3021106862(__this, /*hidden argument*/NULL); UInt32U5BU5D_t2770800703* L_0 = __this->get_data_1(); uint32_t L_1 = __this->get_length_0(); NullCheck(L_0); uintptr_t L_2 = (((uintptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)))); uint32_t L_3 = (L_0)->GetAt(static_cast(L_2)); V_0 = L_3; V_1 = ((int32_t)-2147483648LL); V_2 = ((int32_t)32); goto IL_002d; } IL_0025: { uint32_t L_4 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); uint32_t L_5 = V_1; V_1 = ((int32_t)((uint32_t)L_5>>1)); } IL_002d: { uint32_t L_6 = V_2; if ((!(((uint32_t)L_6) > ((uint32_t)0)))) { goto IL_003c; } } { uint32_t L_7 = V_0; uint32_t L_8 = V_1; if (!((int32_t)((int32_t)L_7&(int32_t)L_8))) { goto IL_0025; } } IL_003c: { uint32_t L_9 = V_2; uint32_t L_10 = __this->get_length_0(); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1))<<(int32_t)5)))); uint32_t L_11 = V_2; return L_11; } } // System.Boolean Mono.Math.BigInteger::TestBit(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool BigInteger_TestBit_m2798226118 (BigInteger_t2902905090 * __this, int32_t ___bitNum0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BigInteger_TestBit_m2798226118_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; uint8_t V_1 = 0x0; uint32_t V_2 = 0; { int32_t L_0 = ___bitNum0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0012; } } { IndexOutOfRangeException_t1578797820 * L_1 = (IndexOutOfRangeException_t1578797820 *)il2cpp_codegen_object_new(IndexOutOfRangeException_t1578797820_il2cpp_TypeInfo_var); IndexOutOfRangeException__ctor_m3408750441(L_1, _stringLiteral3202607819, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,BigInteger_TestBit_m2798226118_RuntimeMethod_var); } IL_0012: { int32_t L_2 = ___bitNum0; V_0 = ((int32_t)((uint32_t)L_2>>5)); int32_t L_3 = ___bitNum0; V_1 = (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)31)))))); uint8_t L_4 = V_1; V_2 = ((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)L_4&(int32_t)((int32_t)31))))); UInt32U5BU5D_t2770800703* L_5 = __this->get_data_1(); uint32_t L_6 = V_0; NullCheck(L_5); uintptr_t L_7 = (((uintptr_t)L_6)); uint32_t L_8 = (L_5)->GetAt(static_cast(L_7)); uint32_t L_9 = V_2; UInt32U5BU5D_t2770800703* L_10 = __this->get_data_1(); uint32_t L_11 = V_0; NullCheck(L_10); uintptr_t L_12 = (((uintptr_t)L_11)); uint32_t L_13 = (L_10)->GetAt(static_cast(L_12)); return (bool)((((int32_t)((int32_t)((int32_t)L_8|(int32_t)L_9))) == ((int32_t)L_13))? 1 : 0); } } // System.Void Mono.Math.BigInteger::SetBit(System.UInt32) extern "C" IL2CPP_METHOD_ATTR void BigInteger_SetBit_m1387902198 (BigInteger_t2902905090 * __this, uint32_t ___bitNum0, const RuntimeMethod* method) { { uint32_t L_0 = ___bitNum0; BigInteger_SetBit_m1723423691(__this, L_0, (bool)1, /*hidden argument*/NULL); return; } } // System.Void Mono.Math.BigInteger::SetBit(System.UInt32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void BigInteger_SetBit_m1723423691 (BigInteger_t2902905090 * __this, uint32_t ___bitNum0, bool ___value1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint32_t V_1 = 0; { uint32_t L_0 = ___bitNum0; V_0 = ((int32_t)((uint32_t)L_0>>5)); uint32_t L_1 = V_0; uint32_t L_2 = __this->get_length_0(); if ((!(((uint32_t)L_1) < ((uint32_t)L_2)))) { goto IL_004a; } } { uint32_t L_3 = ___bitNum0; V_1 = ((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)31)))&(int32_t)((int32_t)31))))); bool L_4 = ___value1; if (!L_4) { goto IL_0037; } } { UInt32U5BU5D_t2770800703* L_5 = __this->get_data_1(); uint32_t L_6 = V_0; NullCheck(L_5); uint32_t* L_7 = ((L_5)->GetAddressAt(static_cast((((uintptr_t)L_6))))); uint32_t L_8 = V_1; *((int32_t*)(L_7)) = (int32_t)((int32_t)((int32_t)(*((uint32_t*)L_7))|(int32_t)L_8)); goto IL_004a; } IL_0037: { UInt32U5BU5D_t2770800703* L_9 = __this->get_data_1(); uint32_t L_10 = V_0; NullCheck(L_9); uint32_t* L_11 = ((L_9)->GetAddressAt(static_cast((((uintptr_t)L_10))))); uint32_t L_12 = V_1; *((int32_t*)(L_11)) = (int32_t)((int32_t)((int32_t)(*((uint32_t*)L_11))&(int32_t)((~L_12)))); } IL_004a: { return; } } // System.Int32 Mono.Math.BigInteger::LowestSetBit() extern "C" IL2CPP_METHOD_ATTR int32_t BigInteger_LowestSetBit_m1199244228 (BigInteger_t2902905090 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BigInteger_LowestSetBit_m1199244228_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_0 = BigInteger_op_Equality_m3872814973(NULL /*static, unused*/, __this, 0, /*hidden argument*/NULL); if (!L_0) { goto IL_000e; } } { return (-1); } IL_000e: { V_0 = 0; goto IL_0019; } IL_0015: { int32_t L_1 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); } IL_0019: { int32_t L_2 = V_0; bool L_3 = BigInteger_TestBit_m2798226118(__this, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0015; } } { int32_t L_4 = V_0; return L_4; } } // System.Byte[] Mono.Math.BigInteger::GetBytes() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* BigInteger_GetBytes_m1259701831 (BigInteger_t2902905090 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BigInteger_GetBytes_m1259701831_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; ByteU5BU5D_t4116647657* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; uint32_t V_6 = 0; int32_t V_7 = 0; { IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_0 = BigInteger_op_Equality_m3872814973(NULL /*static, unused*/, __this, 0, /*hidden argument*/NULL); if (!L_0) { goto IL_0013; } } { return ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)1)); } IL_0013: { int32_t L_1 = BigInteger_BitCount_m2055977486(__this, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; V_1 = ((int32_t)((int32_t)L_2>>(int32_t)3)); int32_t L_3 = V_0; if (!((int32_t)((int32_t)L_3&(int32_t)7))) { goto IL_002a; } } { int32_t L_4 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_002a: { int32_t L_5 = V_1; V_2 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_5)); int32_t L_6 = V_1; V_3 = ((int32_t)((int32_t)L_6&(int32_t)3)); int32_t L_7 = V_3; if (L_7) { goto IL_003d; } } { V_3 = 4; } IL_003d: { V_4 = 0; uint32_t L_8 = __this->get_length_0(); V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)); goto IL_0096; } IL_004f: { UInt32U5BU5D_t2770800703* L_9 = __this->get_data_1(); int32_t L_10 = V_5; NullCheck(L_9); int32_t L_11 = L_10; uint32_t L_12 = (L_9)->GetAt(static_cast(L_11)); V_6 = L_12; int32_t L_13 = V_3; V_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)); goto IL_0080; } IL_0064: { ByteU5BU5D_t4116647657* L_14 = V_2; int32_t L_15 = V_4; int32_t L_16 = V_7; uint32_t L_17 = V_6; NullCheck(L_14); (L_14)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_16))), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_17&(int32_t)((int32_t)255))))))); uint32_t L_18 = V_6; V_6 = ((int32_t)((uint32_t)L_18>>8)); int32_t L_19 = V_7; V_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1)); } IL_0080: { int32_t L_20 = V_7; if ((((int32_t)L_20) >= ((int32_t)0))) { goto IL_0064; } } { int32_t L_21 = V_4; int32_t L_22 = V_3; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)L_22)); V_3 = 4; int32_t L_23 = V_5; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1)); } IL_0096: { int32_t L_24 = V_5; if ((((int32_t)L_24) >= ((int32_t)0))) { goto IL_004f; } } { ByteU5BU5D_t4116647657* L_25 = V_2; return L_25; } } // System.String Mono.Math.BigInteger::ToString(System.UInt32) extern "C" IL2CPP_METHOD_ATTR String_t* BigInteger_ToString_m3260066955 (BigInteger_t2902905090 * __this, uint32_t ___radix0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BigInteger_ToString_m3260066955_MetadataUsageId); s_Il2CppMethodInitialized = true; } { uint32_t L_0 = ___radix0; String_t* L_1 = BigInteger_ToString_m1181683046(__this, L_0, _stringLiteral1506186219, /*hidden argument*/NULL); return L_1; } } // System.String Mono.Math.BigInteger::ToString(System.UInt32,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* BigInteger_ToString_m1181683046 (BigInteger_t2902905090 * __this, uint32_t ___radix0, String_t* ___characterSet1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BigInteger_ToString_m1181683046_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; BigInteger_t2902905090 * V_1 = NULL; uint32_t V_2 = 0; { String_t* L_0 = ___characterSet1; NullCheck(L_0); int32_t L_1 = String_get_Length_m3847582255(L_0, /*hidden argument*/NULL); uint32_t L_2 = ___radix0; if ((((int64_t)(((int64_t)((int64_t)L_1)))) >= ((int64_t)(((int64_t)((uint64_t)L_2)))))) { goto IL_001e; } } { ArgumentException_t132251570 * L_3 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_3, _stringLiteral907065636, _stringLiteral2188206873, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,BigInteger_ToString_m1181683046_RuntimeMethod_var); } IL_001e: { uint32_t L_4 = ___radix0; if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_0035; } } { ArgumentException_t132251570 * L_5 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_5, _stringLiteral2375729243, _stringLiteral3085174530, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,BigInteger_ToString_m1181683046_RuntimeMethod_var); } IL_0035: { IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_6 = BigInteger_op_Equality_m3872814973(NULL /*static, unused*/, __this, 0, /*hidden argument*/NULL); if (!L_6) { goto IL_0047; } } { return _stringLiteral3452614544; } IL_0047: { IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_7 = BigInteger_op_Equality_m3872814973(NULL /*static, unused*/, __this, 1, /*hidden argument*/NULL); if (!L_7) { goto IL_0059; } } { return _stringLiteral3452614543; } IL_0059: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_0 = L_8; BigInteger_t2902905090 * L_9 = (BigInteger_t2902905090 *)il2cpp_codegen_object_new(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger__ctor_m2108826647(L_9, __this, /*hidden argument*/NULL); V_1 = L_9; goto IL_0086; } IL_006b: { BigInteger_t2902905090 * L_10 = V_1; uint32_t L_11 = ___radix0; uint32_t L_12 = Kernel_SingleByteDivideInPlace_m2393683267(NULL /*static, unused*/, L_10, L_11, /*hidden argument*/NULL); V_2 = L_12; String_t* L_13 = ___characterSet1; uint32_t L_14 = V_2; NullCheck(L_13); Il2CppChar L_15 = String_get_Chars_m2986988803(L_13, L_14, /*hidden argument*/NULL); Il2CppChar L_16 = L_15; RuntimeObject * L_17 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_16); String_t* L_18 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_19 = String_Concat_m904156431(NULL /*static, unused*/, L_17, L_18, /*hidden argument*/NULL); V_0 = L_19; } IL_0086: { BigInteger_t2902905090 * L_20 = V_1; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_21 = BigInteger_op_Inequality_m3469726044(NULL /*static, unused*/, L_20, 0, /*hidden argument*/NULL); if (L_21) { goto IL_006b; } } { String_t* L_22 = V_0; return L_22; } } // System.Void Mono.Math.BigInteger::Normalize() extern "C" IL2CPP_METHOD_ATTR void BigInteger_Normalize_m3021106862 (BigInteger_t2902905090 * __this, const RuntimeMethod* method) { { goto IL_0013; } IL_0005: { uint32_t L_0 = __this->get_length_0(); __this->set_length_0(((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1))); } IL_0013: { uint32_t L_1 = __this->get_length_0(); if ((!(((uint32_t)L_1) > ((uint32_t)0)))) { goto IL_0034; } } { UInt32U5BU5D_t2770800703* L_2 = __this->get_data_1(); uint32_t L_3 = __this->get_length_0(); NullCheck(L_2); uintptr_t L_4 = (((uintptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)))); uint32_t L_5 = (L_2)->GetAt(static_cast(L_4)); if (!L_5) { goto IL_0005; } } IL_0034: { uint32_t L_6 = __this->get_length_0(); if (L_6) { goto IL_004d; } } { uint32_t L_7 = __this->get_length_0(); __this->set_length_0(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); } IL_004d: { return; } } // System.Void Mono.Math.BigInteger::Clear() extern "C" IL2CPP_METHOD_ATTR void BigInteger_Clear_m2995574218 (BigInteger_t2902905090 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; goto IL_0014; } IL_0007: { UInt32U5BU5D_t2770800703* L_0 = __this->get_data_1(); int32_t L_1 = V_0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (uint32_t)0); int32_t L_2 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); } IL_0014: { int32_t L_3 = V_0; uint32_t L_4 = __this->get_length_0(); if ((((int64_t)(((int64_t)((int64_t)L_3)))) < ((int64_t)(((int64_t)((uint64_t)L_4)))))) { goto IL_0007; } } { return; } } // System.Int32 Mono.Math.BigInteger::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t BigInteger_GetHashCode_m1594560121 (BigInteger_t2902905090 * __this, const RuntimeMethod* method) { uint32_t V_0 = 0; uint32_t V_1 = 0; { V_0 = 0; V_1 = 0; goto IL_0019; } IL_0009: { uint32_t L_0 = V_0; UInt32U5BU5D_t2770800703* L_1 = __this->get_data_1(); uint32_t L_2 = V_1; NullCheck(L_1); uintptr_t L_3 = (((uintptr_t)L_2)); uint32_t L_4 = (L_1)->GetAt(static_cast(L_3)); V_0 = ((int32_t)((int32_t)L_0^(int32_t)L_4)); uint32_t L_5 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0019: { uint32_t L_6 = V_1; uint32_t L_7 = __this->get_length_0(); if ((!(((uint32_t)L_6) >= ((uint32_t)L_7)))) { goto IL_0009; } } { uint32_t L_8 = V_0; return L_8; } } // System.String Mono.Math.BigInteger::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* BigInteger_ToString_m3927393477 (BigInteger_t2902905090 * __this, const RuntimeMethod* method) { { String_t* L_0 = BigInteger_ToString_m3260066955(__this, ((int32_t)10), /*hidden argument*/NULL); return L_0; } } // System.Boolean Mono.Math.BigInteger::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool BigInteger_Equals_m63093403 (BigInteger_t2902905090 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BigInteger_Equals_m63093403_MetadataUsageId); s_Il2CppMethodInitialized = true; } BigInteger_t2902905090 * V_0 = NULL; int32_t G_B6_0 = 0; { RuntimeObject * L_0 = ___o0; if (L_0) { goto IL_0008; } } { return (bool)0; } IL_0008: { RuntimeObject * L_1 = ___o0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, Int32_t2950945753_il2cpp_TypeInfo_var))) { goto IL_002f; } } { RuntimeObject * L_2 = ___o0; if ((((int32_t)((*(int32_t*)((int32_t*)UnBox(L_2, Int32_t2950945753_il2cpp_TypeInfo_var))))) < ((int32_t)0))) { goto IL_002d; } } { RuntimeObject * L_3 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_4 = BigInteger_op_Equality_m3872814973(NULL /*static, unused*/, __this, ((*(uint32_t*)((uint32_t*)UnBox(L_3, UInt32_t2560061978_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); G_B6_0 = ((int32_t)(L_4)); goto IL_002e; } IL_002d: { G_B6_0 = 0; } IL_002e: { return (bool)G_B6_0; } IL_002f: { RuntimeObject * L_5 = ___o0; V_0 = ((BigInteger_t2902905090 *)IsInstClass((RuntimeObject*)L_5, BigInteger_t2902905090_il2cpp_TypeInfo_var)); BigInteger_t2902905090 * L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_7 = BigInteger_op_Equality_m1194739960(NULL /*static, unused*/, L_6, (BigInteger_t2902905090 *)NULL, /*hidden argument*/NULL); if (!L_7) { goto IL_0044; } } { return (bool)0; } IL_0044: { BigInteger_t2902905090 * L_8 = V_0; int32_t L_9 = Kernel_Compare_m2669603547(NULL /*static, unused*/, __this, L_8, /*hidden argument*/NULL); return (bool)((((int32_t)L_9) == ((int32_t)0))? 1 : 0); } } // Mono.Math.BigInteger Mono.Math.BigInteger::ModInverse(Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR BigInteger_t2902905090 * BigInteger_ModInverse_m2426215562 (BigInteger_t2902905090 * __this, BigInteger_t2902905090 * ___modulus0, const RuntimeMethod* method) { { BigInteger_t2902905090 * L_0 = ___modulus0; BigInteger_t2902905090 * L_1 = Kernel_modInverse_m652700340(NULL /*static, unused*/, __this, L_0, /*hidden argument*/NULL); return L_1; } } // Mono.Math.BigInteger Mono.Math.BigInteger::ModPow(Mono.Math.BigInteger,Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR BigInteger_t2902905090 * BigInteger_ModPow_m3776562770 (BigInteger_t2902905090 * __this, BigInteger_t2902905090 * ___exp0, BigInteger_t2902905090 * ___n1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BigInteger_ModPow_m3776562770_MetadataUsageId); s_Il2CppMethodInitialized = true; } ModulusRing_t596511505 * V_0 = NULL; { BigInteger_t2902905090 * L_0 = ___n1; ModulusRing_t596511505 * L_1 = (ModulusRing_t596511505 *)il2cpp_codegen_object_new(ModulusRing_t596511505_il2cpp_TypeInfo_var); ModulusRing__ctor_m2420310199(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; ModulusRing_t596511505 * L_2 = V_0; BigInteger_t2902905090 * L_3 = ___exp0; NullCheck(L_2); BigInteger_t2902905090 * L_4 = ModulusRing_Pow_m1124248336(L_2, __this, L_3, /*hidden argument*/NULL); return L_4; } } // Mono.Math.BigInteger Mono.Math.BigInteger::GeneratePseudoPrime(System.Int32) extern "C" IL2CPP_METHOD_ATTR BigInteger_t2902905090 * BigInteger_GeneratePseudoPrime_m2547138838 (RuntimeObject * __this /* static, unused */, int32_t ___bits0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BigInteger_GeneratePseudoPrime_m2547138838_MetadataUsageId); s_Il2CppMethodInitialized = true; } SequentialSearchPrimeGeneratorBase_t2996090509 * V_0 = NULL; { SequentialSearchPrimeGeneratorBase_t2996090509 * L_0 = (SequentialSearchPrimeGeneratorBase_t2996090509 *)il2cpp_codegen_object_new(SequentialSearchPrimeGeneratorBase_t2996090509_il2cpp_TypeInfo_var); SequentialSearchPrimeGeneratorBase__ctor_m577913576(L_0, /*hidden argument*/NULL); V_0 = L_0; SequentialSearchPrimeGeneratorBase_t2996090509 * L_1 = V_0; int32_t L_2 = ___bits0; NullCheck(L_1); BigInteger_t2902905090 * L_3 = VirtFuncInvoker1< BigInteger_t2902905090 *, int32_t >::Invoke(7 /* Mono.Math.BigInteger Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase::GenerateNewPrime(System.Int32) */, L_1, L_2); return L_3; } } // System.Void Mono.Math.BigInteger::Incr2() extern "C" IL2CPP_METHOD_ATTR void BigInteger_Incr2_m1531167978 (BigInteger_t2902905090 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; UInt32U5BU5D_t2770800703* L_0 = __this->get_data_1(); NullCheck(L_0); uint32_t* L_1 = ((L_0)->GetAddressAt(static_cast(0))); *((int32_t*)(L_1)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_1)), (int32_t)2)); UInt32U5BU5D_t2770800703* L_2 = __this->get_data_1(); NullCheck(L_2); int32_t L_3 = 0; uint32_t L_4 = (L_2)->GetAt(static_cast(L_3)); if ((!(((uint32_t)L_4) < ((uint32_t)2)))) { goto IL_0077; } } { UInt32U5BU5D_t2770800703* L_5 = __this->get_data_1(); int32_t L_6 = V_0; int32_t L_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); V_0 = L_7; NullCheck(L_5); uint32_t* L_8 = ((L_5)->GetAddressAt(static_cast(L_7))); *((int32_t*)(L_8)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_8)), (int32_t)1)); goto IL_004c; } IL_003b: { UInt32U5BU5D_t2770800703* L_9 = __this->get_data_1(); int32_t L_10 = V_0; NullCheck(L_9); uint32_t* L_11 = ((L_9)->GetAddressAt(static_cast(L_10))); *((int32_t*)(L_11)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_11)), (int32_t)1)); } IL_004c: { UInt32U5BU5D_t2770800703* L_12 = __this->get_data_1(); int32_t L_13 = V_0; int32_t L_14 = L_13; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); NullCheck(L_12); int32_t L_15 = L_14; uint32_t L_16 = (L_12)->GetAt(static_cast(L_15)); if (!L_16) { goto IL_003b; } } { uint32_t L_17 = __this->get_length_0(); int32_t L_18 = V_0; if ((!(((uint32_t)L_17) == ((uint32_t)L_18)))) { goto IL_0077; } } { uint32_t L_19 = __this->get_length_0(); __this->set_length_0(((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1))); } IL_0077: { return; } } // Mono.Math.BigInteger Mono.Math.BigInteger::op_Implicit(System.UInt32) extern "C" IL2CPP_METHOD_ATTR BigInteger_t2902905090 * BigInteger_op_Implicit_m3414367033 (RuntimeObject * __this /* static, unused */, uint32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BigInteger_op_Implicit_m3414367033_MetadataUsageId); s_Il2CppMethodInitialized = true; } { uint32_t L_0 = ___value0; BigInteger_t2902905090 * L_1 = (BigInteger_t2902905090 *)il2cpp_codegen_object_new(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger__ctor_m2474659844(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // Mono.Math.BigInteger Mono.Math.BigInteger::op_Implicit(System.Int32) extern "C" IL2CPP_METHOD_ATTR BigInteger_t2902905090 * BigInteger_op_Implicit_m2547142909 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BigInteger_op_Implicit_m2547142909_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0012; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_1, _stringLiteral3493618073, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,BigInteger_op_Implicit_m2547142909_RuntimeMethod_var); } IL_0012: { int32_t L_2 = ___value0; BigInteger_t2902905090 * L_3 = (BigInteger_t2902905090 *)il2cpp_codegen_object_new(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger__ctor_m2474659844(L_3, L_2, /*hidden argument*/NULL); return L_3; } } // Mono.Math.BigInteger Mono.Math.BigInteger::op_Addition(Mono.Math.BigInteger,Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR BigInteger_t2902905090 * BigInteger_op_Addition_m1114527046 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___bi10, BigInteger_t2902905090 * ___bi21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BigInteger_op_Addition_m1114527046_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BigInteger_t2902905090 * L_0 = ___bi10; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_1 = BigInteger_op_Equality_m3872814973(NULL /*static, unused*/, L_0, 0, /*hidden argument*/NULL); if (!L_1) { goto IL_0013; } } { BigInteger_t2902905090 * L_2 = ___bi21; BigInteger_t2902905090 * L_3 = (BigInteger_t2902905090 *)il2cpp_codegen_object_new(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger__ctor_m2108826647(L_3, L_2, /*hidden argument*/NULL); return L_3; } IL_0013: { BigInteger_t2902905090 * L_4 = ___bi21; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_5 = BigInteger_op_Equality_m3872814973(NULL /*static, unused*/, L_4, 0, /*hidden argument*/NULL); if (!L_5) { goto IL_0026; } } { BigInteger_t2902905090 * L_6 = ___bi10; BigInteger_t2902905090 * L_7 = (BigInteger_t2902905090 *)il2cpp_codegen_object_new(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger__ctor_m2108826647(L_7, L_6, /*hidden argument*/NULL); return L_7; } IL_0026: { BigInteger_t2902905090 * L_8 = ___bi10; BigInteger_t2902905090 * L_9 = ___bi21; BigInteger_t2902905090 * L_10 = Kernel_AddSameSign_m3267067385(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); return L_10; } } // Mono.Math.BigInteger Mono.Math.BigInteger::op_Subtraction(Mono.Math.BigInteger,Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR BigInteger_t2902905090 * BigInteger_op_Subtraction_m4245834512 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___bi10, BigInteger_t2902905090 * ___bi21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BigInteger_op_Subtraction_m4245834512_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { BigInteger_t2902905090 * L_0 = ___bi21; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_1 = BigInteger_op_Equality_m3872814973(NULL /*static, unused*/, L_0, 0, /*hidden argument*/NULL); if (!L_1) { goto IL_0013; } } { BigInteger_t2902905090 * L_2 = ___bi10; BigInteger_t2902905090 * L_3 = (BigInteger_t2902905090 *)il2cpp_codegen_object_new(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger__ctor_m2108826647(L_3, L_2, /*hidden argument*/NULL); return L_3; } IL_0013: { BigInteger_t2902905090 * L_4 = ___bi10; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_5 = BigInteger_op_Equality_m3872814973(NULL /*static, unused*/, L_4, 0, /*hidden argument*/NULL); if (!L_5) { goto IL_002a; } } { ArithmeticException_t4283546778 * L_6 = (ArithmeticException_t4283546778 *)il2cpp_codegen_object_new(ArithmeticException_t4283546778_il2cpp_TypeInfo_var); ArithmeticException__ctor_m3551809662(L_6, _stringLiteral4059074779, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,BigInteger_op_Subtraction_m4245834512_RuntimeMethod_var); } IL_002a: { BigInteger_t2902905090 * L_7 = ___bi10; BigInteger_t2902905090 * L_8 = ___bi21; int32_t L_9 = Kernel_Compare_m2669603547(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL); V_0 = L_9; int32_t L_10 = V_0; switch (((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))) { case 0: { goto IL_005a; } case 1: { goto IL_004b; } case 2: { goto IL_0052; } } } { goto IL_0065; } IL_004b: { IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger_t2902905090 * L_11 = BigInteger_op_Implicit_m2547142909(NULL /*static, unused*/, 0, /*hidden argument*/NULL); return L_11; } IL_0052: { BigInteger_t2902905090 * L_12 = ___bi10; BigInteger_t2902905090 * L_13 = ___bi21; BigInteger_t2902905090 * L_14 = Kernel_Subtract_m846005223(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); return L_14; } IL_005a: { ArithmeticException_t4283546778 * L_15 = (ArithmeticException_t4283546778 *)il2cpp_codegen_object_new(ArithmeticException_t4283546778_il2cpp_TypeInfo_var); ArithmeticException__ctor_m3551809662(L_15, _stringLiteral4059074779, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,BigInteger_op_Subtraction_m4245834512_RuntimeMethod_var); } IL_0065: { Exception_t * L_16 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m213470898(L_16, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16,BigInteger_op_Subtraction_m4245834512_RuntimeMethod_var); } } // System.UInt32 Mono.Math.BigInteger::op_Modulus(Mono.Math.BigInteger,System.UInt32) extern "C" IL2CPP_METHOD_ATTR uint32_t BigInteger_op_Modulus_m3242311550 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___bi0, uint32_t ___ui1, const RuntimeMethod* method) { { BigInteger_t2902905090 * L_0 = ___bi0; uint32_t L_1 = ___ui1; uint32_t L_2 = Kernel_DwordMod_m3830036736(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // Mono.Math.BigInteger Mono.Math.BigInteger::op_Modulus(Mono.Math.BigInteger,Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR BigInteger_t2902905090 * BigInteger_op_Modulus_m2565477533 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___bi10, BigInteger_t2902905090 * ___bi21, const RuntimeMethod* method) { { BigInteger_t2902905090 * L_0 = ___bi10; BigInteger_t2902905090 * L_1 = ___bi21; BigIntegerU5BU5D_t2349952477* L_2 = Kernel_multiByteDivide_m450694282(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = 1; BigInteger_t2902905090 * L_4 = (L_2)->GetAt(static_cast(L_3)); return L_4; } } // Mono.Math.BigInteger Mono.Math.BigInteger::op_Division(Mono.Math.BigInteger,Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR BigInteger_t2902905090 * BigInteger_op_Division_m3713793389 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___bi10, BigInteger_t2902905090 * ___bi21, const RuntimeMethod* method) { { BigInteger_t2902905090 * L_0 = ___bi10; BigInteger_t2902905090 * L_1 = ___bi21; BigIntegerU5BU5D_t2349952477* L_2 = Kernel_multiByteDivide_m450694282(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = 0; BigInteger_t2902905090 * L_4 = (L_2)->GetAt(static_cast(L_3)); return L_4; } } // Mono.Math.BigInteger Mono.Math.BigInteger::op_Multiply(Mono.Math.BigInteger,Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR BigInteger_t2902905090 * BigInteger_op_Multiply_m3683746602 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___bi10, BigInteger_t2902905090 * ___bi21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BigInteger_op_Multiply_m3683746602_MetadataUsageId); s_Il2CppMethodInitialized = true; } BigInteger_t2902905090 * V_0 = NULL; { BigInteger_t2902905090 * L_0 = ___bi10; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_1 = BigInteger_op_Equality_m3872814973(NULL /*static, unused*/, L_0, 0, /*hidden argument*/NULL); if (L_1) { goto IL_0018; } } { BigInteger_t2902905090 * L_2 = ___bi21; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_3 = BigInteger_op_Equality_m3872814973(NULL /*static, unused*/, L_2, 0, /*hidden argument*/NULL); if (!L_3) { goto IL_001f; } } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger_t2902905090 * L_4 = BigInteger_op_Implicit_m2547142909(NULL /*static, unused*/, 0, /*hidden argument*/NULL); return L_4; } IL_001f: { BigInteger_t2902905090 * L_5 = ___bi10; NullCheck(L_5); UInt32U5BU5D_t2770800703* L_6 = L_5->get_data_1(); NullCheck(L_6); BigInteger_t2902905090 * L_7 = ___bi10; NullCheck(L_7); uint32_t L_8 = L_7->get_length_0(); if ((((int64_t)(((int64_t)((int64_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length)))))))) >= ((int64_t)(((int64_t)((uint64_t)L_8)))))) { goto IL_003f; } } { IndexOutOfRangeException_t1578797820 * L_9 = (IndexOutOfRangeException_t1578797820 *)il2cpp_codegen_object_new(IndexOutOfRangeException_t1578797820_il2cpp_TypeInfo_var); IndexOutOfRangeException__ctor_m3408750441(L_9, _stringLiteral3830216635, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,BigInteger_op_Multiply_m3683746602_RuntimeMethod_var); } IL_003f: { BigInteger_t2902905090 * L_10 = ___bi21; NullCheck(L_10); UInt32U5BU5D_t2770800703* L_11 = L_10->get_data_1(); NullCheck(L_11); BigInteger_t2902905090 * L_12 = ___bi21; NullCheck(L_12); uint32_t L_13 = L_12->get_length_0(); if ((((int64_t)(((int64_t)((int64_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length)))))))) >= ((int64_t)(((int64_t)((uint64_t)L_13)))))) { goto IL_005f; } } { IndexOutOfRangeException_t1578797820 * L_14 = (IndexOutOfRangeException_t1578797820 *)il2cpp_codegen_object_new(IndexOutOfRangeException_t1578797820_il2cpp_TypeInfo_var); IndexOutOfRangeException__ctor_m3408750441(L_14, _stringLiteral3016771816, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,BigInteger_op_Multiply_m3683746602_RuntimeMethod_var); } IL_005f: { BigInteger_t2902905090 * L_15 = ___bi10; NullCheck(L_15); uint32_t L_16 = L_15->get_length_0(); BigInteger_t2902905090 * L_17 = ___bi21; NullCheck(L_17); uint32_t L_18 = L_17->get_length_0(); BigInteger_t2902905090 * L_19 = (BigInteger_t2902905090 *)il2cpp_codegen_object_new(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger__ctor_m3473491062(L_19, 1, ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_18)), /*hidden argument*/NULL); V_0 = L_19; BigInteger_t2902905090 * L_20 = ___bi10; NullCheck(L_20); UInt32U5BU5D_t2770800703* L_21 = L_20->get_data_1(); BigInteger_t2902905090 * L_22 = ___bi10; NullCheck(L_22); uint32_t L_23 = L_22->get_length_0(); BigInteger_t2902905090 * L_24 = ___bi21; NullCheck(L_24); UInt32U5BU5D_t2770800703* L_25 = L_24->get_data_1(); BigInteger_t2902905090 * L_26 = ___bi21; NullCheck(L_26); uint32_t L_27 = L_26->get_length_0(); BigInteger_t2902905090 * L_28 = V_0; NullCheck(L_28); UInt32U5BU5D_t2770800703* L_29 = L_28->get_data_1(); Kernel_Multiply_m193213393(NULL /*static, unused*/, L_21, 0, L_23, L_25, 0, L_27, L_29, 0, /*hidden argument*/NULL); BigInteger_t2902905090 * L_30 = V_0; NullCheck(L_30); BigInteger_Normalize_m3021106862(L_30, /*hidden argument*/NULL); BigInteger_t2902905090 * L_31 = V_0; return L_31; } } // Mono.Math.BigInteger Mono.Math.BigInteger::op_LeftShift(Mono.Math.BigInteger,System.Int32) extern "C" IL2CPP_METHOD_ATTR BigInteger_t2902905090 * BigInteger_op_LeftShift_m3681213422 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___bi10, int32_t ___shiftVal1, const RuntimeMethod* method) { { BigInteger_t2902905090 * L_0 = ___bi10; int32_t L_1 = ___shiftVal1; BigInteger_t2902905090 * L_2 = Kernel_LeftShift_m4140742987(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // Mono.Math.BigInteger Mono.Math.BigInteger::op_RightShift(Mono.Math.BigInteger,System.Int32) extern "C" IL2CPP_METHOD_ATTR BigInteger_t2902905090 * BigInteger_op_RightShift_m460065452 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___bi10, int32_t ___shiftVal1, const RuntimeMethod* method) { { BigInteger_t2902905090 * L_0 = ___bi10; int32_t L_1 = ___shiftVal1; BigInteger_t2902905090 * L_2 = Kernel_RightShift_m3246168448(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean Mono.Math.BigInteger::op_Equality(Mono.Math.BigInteger,System.UInt32) extern "C" IL2CPP_METHOD_ATTR bool BigInteger_op_Equality_m3872814973 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___bi10, uint32_t ___ui1, const RuntimeMethod* method) { int32_t G_B5_0 = 0; { BigInteger_t2902905090 * L_0 = ___bi10; NullCheck(L_0); uint32_t L_1 = L_0->get_length_0(); if ((((int32_t)L_1) == ((int32_t)1))) { goto IL_0012; } } { BigInteger_t2902905090 * L_2 = ___bi10; NullCheck(L_2); BigInteger_Normalize_m3021106862(L_2, /*hidden argument*/NULL); } IL_0012: { BigInteger_t2902905090 * L_3 = ___bi10; NullCheck(L_3); uint32_t L_4 = L_3->get_length_0(); if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_002b; } } { BigInteger_t2902905090 * L_5 = ___bi10; NullCheck(L_5); UInt32U5BU5D_t2770800703* L_6 = L_5->get_data_1(); NullCheck(L_6); int32_t L_7 = 0; uint32_t L_8 = (L_6)->GetAt(static_cast(L_7)); uint32_t L_9 = ___ui1; G_B5_0 = ((((int32_t)L_8) == ((int32_t)L_9))? 1 : 0); goto IL_002c; } IL_002b: { G_B5_0 = 0; } IL_002c: { return (bool)G_B5_0; } } // System.Boolean Mono.Math.BigInteger::op_Inequality(Mono.Math.BigInteger,System.UInt32) extern "C" IL2CPP_METHOD_ATTR bool BigInteger_op_Inequality_m3469726044 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___bi10, uint32_t ___ui1, const RuntimeMethod* method) { int32_t G_B5_0 = 0; { BigInteger_t2902905090 * L_0 = ___bi10; NullCheck(L_0); uint32_t L_1 = L_0->get_length_0(); if ((((int32_t)L_1) == ((int32_t)1))) { goto IL_0012; } } { BigInteger_t2902905090 * L_2 = ___bi10; NullCheck(L_2); BigInteger_Normalize_m3021106862(L_2, /*hidden argument*/NULL); } IL_0012: { BigInteger_t2902905090 * L_3 = ___bi10; NullCheck(L_3); uint32_t L_4 = L_3->get_length_0(); if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_002b; } } { BigInteger_t2902905090 * L_5 = ___bi10; NullCheck(L_5); UInt32U5BU5D_t2770800703* L_6 = L_5->get_data_1(); NullCheck(L_6); int32_t L_7 = 0; uint32_t L_8 = (L_6)->GetAt(static_cast(L_7)); uint32_t L_9 = ___ui1; G_B5_0 = ((((int32_t)L_8) == ((int32_t)L_9))? 1 : 0); goto IL_002c; } IL_002b: { G_B5_0 = 0; } IL_002c: { return (bool)((((int32_t)G_B5_0) == ((int32_t)0))? 1 : 0); } } // System.Boolean Mono.Math.BigInteger::op_Equality(Mono.Math.BigInteger,Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR bool BigInteger_op_Equality_m1194739960 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___bi10, BigInteger_t2902905090 * ___bi21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BigInteger_op_Equality_m1194739960_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BigInteger_t2902905090 * L_0 = ___bi10; BigInteger_t2902905090 * L_1 = ___bi21; if ((!(((RuntimeObject*)(BigInteger_t2902905090 *)L_0) == ((RuntimeObject*)(BigInteger_t2902905090 *)L_1)))) { goto IL_0009; } } { return (bool)1; } IL_0009: { BigInteger_t2902905090 * L_2 = ___bi10; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_3 = BigInteger_op_Equality_m1194739960(NULL /*static, unused*/, (BigInteger_t2902905090 *)NULL, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0021; } } { BigInteger_t2902905090 * L_4 = ___bi21; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_5 = BigInteger_op_Equality_m1194739960(NULL /*static, unused*/, (BigInteger_t2902905090 *)NULL, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0023; } } IL_0021: { return (bool)0; } IL_0023: { BigInteger_t2902905090 * L_6 = ___bi10; BigInteger_t2902905090 * L_7 = ___bi21; int32_t L_8 = Kernel_Compare_m2669603547(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); return (bool)((((int32_t)L_8) == ((int32_t)0))? 1 : 0); } } // System.Boolean Mono.Math.BigInteger::op_Inequality(Mono.Math.BigInteger,Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR bool BigInteger_op_Inequality_m2697143438 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___bi10, BigInteger_t2902905090 * ___bi21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BigInteger_op_Inequality_m2697143438_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BigInteger_t2902905090 * L_0 = ___bi10; BigInteger_t2902905090 * L_1 = ___bi21; if ((!(((RuntimeObject*)(BigInteger_t2902905090 *)L_0) == ((RuntimeObject*)(BigInteger_t2902905090 *)L_1)))) { goto IL_0009; } } { return (bool)0; } IL_0009: { BigInteger_t2902905090 * L_2 = ___bi10; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_3 = BigInteger_op_Equality_m1194739960(NULL /*static, unused*/, (BigInteger_t2902905090 *)NULL, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0021; } } { BigInteger_t2902905090 * L_4 = ___bi21; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_5 = BigInteger_op_Equality_m1194739960(NULL /*static, unused*/, (BigInteger_t2902905090 *)NULL, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0023; } } IL_0021: { return (bool)1; } IL_0023: { BigInteger_t2902905090 * L_6 = ___bi10; BigInteger_t2902905090 * L_7 = ___bi21; int32_t L_8 = Kernel_Compare_m2669603547(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); return (bool)((((int32_t)((((int32_t)L_8) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean Mono.Math.BigInteger::op_GreaterThan(Mono.Math.BigInteger,Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR bool BigInteger_op_GreaterThan_m2974122765 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___bi10, BigInteger_t2902905090 * ___bi21, const RuntimeMethod* method) { { BigInteger_t2902905090 * L_0 = ___bi10; BigInteger_t2902905090 * L_1 = ___bi21; int32_t L_2 = Kernel_Compare_m2669603547(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_2) > ((int32_t)0))? 1 : 0); } } // System.Boolean Mono.Math.BigInteger::op_LessThan(Mono.Math.BigInteger,Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR bool BigInteger_op_LessThan_m463398176 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___bi10, BigInteger_t2902905090 * ___bi21, const RuntimeMethod* method) { { BigInteger_t2902905090 * L_0 = ___bi10; BigInteger_t2902905090 * L_1 = ___bi21; int32_t L_2 = Kernel_Compare_m2669603547(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_2) < ((int32_t)0))? 1 : 0); } } // System.Boolean Mono.Math.BigInteger::op_GreaterThanOrEqual(Mono.Math.BigInteger,Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR bool BigInteger_op_GreaterThanOrEqual_m3313329514 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___bi10, BigInteger_t2902905090 * ___bi21, const RuntimeMethod* method) { { BigInteger_t2902905090 * L_0 = ___bi10; BigInteger_t2902905090 * L_1 = ___bi21; int32_t L_2 = Kernel_Compare_m2669603547(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return (bool)((((int32_t)((((int32_t)L_2) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean Mono.Math.BigInteger::op_LessThanOrEqual(Mono.Math.BigInteger,Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR bool BigInteger_op_LessThanOrEqual_m3925173639 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___bi10, BigInteger_t2902905090 * ___bi21, const RuntimeMethod* method) { { BigInteger_t2902905090 * L_0 = ___bi10; BigInteger_t2902905090 * L_1 = ___bi21; int32_t L_2 = Kernel_Compare_m2669603547(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return (bool)((((int32_t)((((int32_t)L_2) > ((int32_t)0))? 1 : 0)) == ((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 // Mono.Math.BigInteger Mono.Math.BigInteger/Kernel::AddSameSign(Mono.Math.BigInteger,Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR BigInteger_t2902905090 * Kernel_AddSameSign_m3267067385 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___bi10, BigInteger_t2902905090 * ___bi21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Kernel_AddSameSign_m3267067385_MetadataUsageId); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_t2770800703* V_0 = NULL; UInt32U5BU5D_t2770800703* V_1 = NULL; uint32_t V_2 = 0; uint32_t V_3 = 0; uint32_t V_4 = 0; BigInteger_t2902905090 * V_5 = NULL; UInt32U5BU5D_t2770800703* V_6 = NULL; uint64_t V_7 = 0; bool V_8 = false; uint32_t V_9 = 0; { V_4 = 0; BigInteger_t2902905090 * L_0 = ___bi10; NullCheck(L_0); uint32_t L_1 = L_0->get_length_0(); BigInteger_t2902905090 * L_2 = ___bi21; NullCheck(L_2); uint32_t L_3 = L_2->get_length_0(); if ((!(((uint32_t)L_1) < ((uint32_t)L_3)))) { goto IL_0035; } } { BigInteger_t2902905090 * L_4 = ___bi21; NullCheck(L_4); UInt32U5BU5D_t2770800703* L_5 = L_4->get_data_1(); V_0 = L_5; BigInteger_t2902905090 * L_6 = ___bi21; NullCheck(L_6); uint32_t L_7 = L_6->get_length_0(); V_3 = L_7; BigInteger_t2902905090 * L_8 = ___bi10; NullCheck(L_8); UInt32U5BU5D_t2770800703* L_9 = L_8->get_data_1(); V_1 = L_9; BigInteger_t2902905090 * L_10 = ___bi10; NullCheck(L_10); uint32_t L_11 = L_10->get_length_0(); V_2 = L_11; goto IL_0051; } IL_0035: { BigInteger_t2902905090 * L_12 = ___bi10; NullCheck(L_12); UInt32U5BU5D_t2770800703* L_13 = L_12->get_data_1(); V_0 = L_13; BigInteger_t2902905090 * L_14 = ___bi10; NullCheck(L_14); uint32_t L_15 = L_14->get_length_0(); V_3 = L_15; BigInteger_t2902905090 * L_16 = ___bi21; NullCheck(L_16); UInt32U5BU5D_t2770800703* L_17 = L_16->get_data_1(); V_1 = L_17; BigInteger_t2902905090 * L_18 = ___bi21; NullCheck(L_18); uint32_t L_19 = L_18->get_length_0(); V_2 = L_19; } IL_0051: { uint32_t L_20 = V_3; BigInteger_t2902905090 * L_21 = (BigInteger_t2902905090 *)il2cpp_codegen_object_new(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger__ctor_m3473491062(L_21, 1, ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)), /*hidden argument*/NULL); V_5 = L_21; BigInteger_t2902905090 * L_22 = V_5; NullCheck(L_22); UInt32U5BU5D_t2770800703* L_23 = L_22->get_data_1(); V_6 = L_23; V_7 = (((int64_t)((int64_t)0))); } IL_0069: { UInt32U5BU5D_t2770800703* L_24 = V_0; uint32_t L_25 = V_4; NullCheck(L_24); uintptr_t L_26 = (((uintptr_t)L_25)); uint32_t L_27 = (L_24)->GetAt(static_cast(L_26)); UInt32U5BU5D_t2770800703* L_28 = V_1; uint32_t L_29 = V_4; NullCheck(L_28); uintptr_t L_30 = (((uintptr_t)L_29)); uint32_t L_31 = (L_28)->GetAt(static_cast(L_30)); uint64_t L_32 = V_7; V_7 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((uint64_t)L_27))), (int64_t)(((int64_t)((uint64_t)L_31))))), (int64_t)L_32)); UInt32U5BU5D_t2770800703* L_33 = V_6; uint32_t L_34 = V_4; uint64_t L_35 = V_7; NullCheck(L_33); (L_33)->SetAt(static_cast((((uintptr_t)L_34))), (uint32_t)(((int32_t)((uint32_t)L_35)))); uint64_t L_36 = V_7; V_7 = ((int64_t)((uint64_t)L_36>>((int32_t)32))); uint32_t L_37 = V_4; int32_t L_38 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)); V_4 = L_38; uint32_t L_39 = V_2; if ((!(((uint32_t)L_38) >= ((uint32_t)L_39)))) { goto IL_0069; } } { uint64_t L_40 = V_7; V_8 = (bool)((((int32_t)((((int64_t)L_40) == ((int64_t)(((int64_t)((int64_t)0)))))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_41 = V_8; if (!L_41) { goto IL_00fc; } } { uint32_t L_42 = V_4; uint32_t L_43 = V_3; if ((!(((uint32_t)L_42) < ((uint32_t)L_43)))) { goto IL_00dd; } } IL_00b2: { UInt32U5BU5D_t2770800703* L_44 = V_6; uint32_t L_45 = V_4; UInt32U5BU5D_t2770800703* L_46 = V_0; uint32_t L_47 = V_4; NullCheck(L_46); uintptr_t L_48 = (((uintptr_t)L_47)); uint32_t L_49 = (L_46)->GetAt(static_cast(L_48)); int32_t L_50 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)); V_9 = L_50; NullCheck(L_44); (L_44)->SetAt(static_cast((((uintptr_t)L_45))), (uint32_t)L_50); uint32_t L_51 = V_9; V_8 = (bool)((((int32_t)L_51) == ((int32_t)0))? 1 : 0); uint32_t L_52 = V_4; int32_t L_53 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1)); V_4 = L_53; uint32_t L_54 = V_3; if ((!(((uint32_t)L_53) < ((uint32_t)L_54)))) { goto IL_00dd; } } { bool L_55 = V_8; if (L_55) { goto IL_00b2; } } IL_00dd: { bool L_56 = V_8; if (!L_56) { goto IL_00fc; } } { UInt32U5BU5D_t2770800703* L_57 = V_6; uint32_t L_58 = V_4; NullCheck(L_57); (L_57)->SetAt(static_cast((((uintptr_t)L_58))), (uint32_t)1); BigInteger_t2902905090 * L_59 = V_5; uint32_t L_60 = V_4; int32_t L_61 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1)); V_4 = L_61; NullCheck(L_59); L_59->set_length_0(L_61); BigInteger_t2902905090 * L_62 = V_5; return L_62; } IL_00fc: { uint32_t L_63 = V_4; uint32_t L_64 = V_3; if ((!(((uint32_t)L_63) < ((uint32_t)L_64)))) { goto IL_011c; } } IL_0104: { UInt32U5BU5D_t2770800703* L_65 = V_6; uint32_t L_66 = V_4; UInt32U5BU5D_t2770800703* L_67 = V_0; uint32_t L_68 = V_4; NullCheck(L_67); uintptr_t L_69 = (((uintptr_t)L_68)); uint32_t L_70 = (L_67)->GetAt(static_cast(L_69)); NullCheck(L_65); (L_65)->SetAt(static_cast((((uintptr_t)L_66))), (uint32_t)L_70); uint32_t L_71 = V_4; int32_t L_72 = ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)1)); V_4 = L_72; uint32_t L_73 = V_3; if ((!(((uint32_t)L_72) >= ((uint32_t)L_73)))) { goto IL_0104; } } IL_011c: { BigInteger_t2902905090 * L_74 = V_5; NullCheck(L_74); BigInteger_Normalize_m3021106862(L_74, /*hidden argument*/NULL); BigInteger_t2902905090 * L_75 = V_5; return L_75; } } // Mono.Math.BigInteger Mono.Math.BigInteger/Kernel::Subtract(Mono.Math.BigInteger,Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR BigInteger_t2902905090 * Kernel_Subtract_m846005223 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___big0, BigInteger_t2902905090 * ___small1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Kernel_Subtract_m846005223_MetadataUsageId); s_Il2CppMethodInitialized = true; } BigInteger_t2902905090 * V_0 = NULL; UInt32U5BU5D_t2770800703* V_1 = NULL; UInt32U5BU5D_t2770800703* V_2 = NULL; UInt32U5BU5D_t2770800703* V_3 = NULL; uint32_t V_4 = 0; uint32_t V_5 = 0; uint32_t V_6 = 0; uint32_t V_7 = 0; { BigInteger_t2902905090 * L_0 = ___big0; NullCheck(L_0); uint32_t L_1 = L_0->get_length_0(); BigInteger_t2902905090 * L_2 = (BigInteger_t2902905090 *)il2cpp_codegen_object_new(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger__ctor_m3473491062(L_2, 1, L_1, /*hidden argument*/NULL); V_0 = L_2; BigInteger_t2902905090 * L_3 = V_0; NullCheck(L_3); UInt32U5BU5D_t2770800703* L_4 = L_3->get_data_1(); V_1 = L_4; BigInteger_t2902905090 * L_5 = ___big0; NullCheck(L_5); UInt32U5BU5D_t2770800703* L_6 = L_5->get_data_1(); V_2 = L_6; BigInteger_t2902905090 * L_7 = ___small1; NullCheck(L_7); UInt32U5BU5D_t2770800703* L_8 = L_7->get_data_1(); V_3 = L_8; V_4 = 0; V_5 = 0; } IL_0028: { UInt32U5BU5D_t2770800703* L_9 = V_3; uint32_t L_10 = V_4; NullCheck(L_9); uintptr_t L_11 = (((uintptr_t)L_10)); uint32_t L_12 = (L_9)->GetAt(static_cast(L_11)); V_6 = L_12; uint32_t L_13 = V_6; uint32_t L_14 = V_5; int32_t L_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_14)); V_6 = L_15; uint32_t L_16 = V_5; UInt32U5BU5D_t2770800703* L_17 = V_1; uint32_t L_18 = V_4; UInt32U5BU5D_t2770800703* L_19 = V_2; uint32_t L_20 = V_4; NullCheck(L_19); uintptr_t L_21 = (((uintptr_t)L_20)); uint32_t L_22 = (L_19)->GetAt(static_cast(L_21)); uint32_t L_23 = V_6; int32_t L_24 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)L_23)); V_7 = L_24; NullCheck(L_17); (L_17)->SetAt(static_cast((((uintptr_t)L_18))), (uint32_t)L_24); uint32_t L_25 = V_7; uint32_t L_26 = V_6; if (!((int32_t)((int32_t)((!(((uint32_t)L_15) >= ((uint32_t)L_16)))? 1 : 0)|(int32_t)((!(((uint32_t)L_25) <= ((uint32_t)((~L_26)))))? 1 : 0)))) { goto IL_0060; } } { V_5 = 1; goto IL_0063; } IL_0060: { V_5 = 0; } IL_0063: { uint32_t L_27 = V_4; int32_t L_28 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); V_4 = L_28; BigInteger_t2902905090 * L_29 = ___small1; NullCheck(L_29); uint32_t L_30 = L_29->get_length_0(); if ((!(((uint32_t)L_28) >= ((uint32_t)L_30)))) { goto IL_0028; } } { uint32_t L_31 = V_4; BigInteger_t2902905090 * L_32 = ___big0; NullCheck(L_32); uint32_t L_33 = L_32->get_length_0(); if ((!(((uint32_t)L_31) == ((uint32_t)L_33)))) { goto IL_0087; } } { goto IL_00e5; } IL_0087: { uint32_t L_34 = V_5; if ((!(((uint32_t)L_34) == ((uint32_t)1)))) { goto IL_00c9; } } IL_008f: { UInt32U5BU5D_t2770800703* L_35 = V_1; uint32_t L_36 = V_4; UInt32U5BU5D_t2770800703* L_37 = V_2; uint32_t L_38 = V_4; NullCheck(L_37); uintptr_t L_39 = (((uintptr_t)L_38)); uint32_t L_40 = (L_37)->GetAt(static_cast(L_39)); NullCheck(L_35); (L_35)->SetAt(static_cast((((uintptr_t)L_36))), (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)1))); UInt32U5BU5D_t2770800703* L_41 = V_2; uint32_t L_42 = V_4; uint32_t L_43 = L_42; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)); NullCheck(L_41); uintptr_t L_44 = (((uintptr_t)L_43)); uint32_t L_45 = (L_41)->GetAt(static_cast(L_44)); if (L_45) { goto IL_00b7; } } { uint32_t L_46 = V_4; BigInteger_t2902905090 * L_47 = ___big0; NullCheck(L_47); uint32_t L_48 = L_47->get_length_0(); if ((!(((uint32_t)L_46) >= ((uint32_t)L_48)))) { goto IL_008f; } } IL_00b7: { uint32_t L_49 = V_4; BigInteger_t2902905090 * L_50 = ___big0; NullCheck(L_50); uint32_t L_51 = L_50->get_length_0(); if ((!(((uint32_t)L_49) == ((uint32_t)L_51)))) { goto IL_00c9; } } { goto IL_00e5; } IL_00c9: { UInt32U5BU5D_t2770800703* L_52 = V_1; uint32_t L_53 = V_4; UInt32U5BU5D_t2770800703* L_54 = V_2; uint32_t L_55 = V_4; NullCheck(L_54); uintptr_t L_56 = (((uintptr_t)L_55)); uint32_t L_57 = (L_54)->GetAt(static_cast(L_56)); NullCheck(L_52); (L_52)->SetAt(static_cast((((uintptr_t)L_53))), (uint32_t)L_57); uint32_t L_58 = V_4; int32_t L_59 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1)); V_4 = L_59; BigInteger_t2902905090 * L_60 = ___big0; NullCheck(L_60); uint32_t L_61 = L_60->get_length_0(); if ((!(((uint32_t)L_59) >= ((uint32_t)L_61)))) { goto IL_00c9; } } IL_00e5: { BigInteger_t2902905090 * L_62 = V_0; NullCheck(L_62); BigInteger_Normalize_m3021106862(L_62, /*hidden argument*/NULL); BigInteger_t2902905090 * L_63 = V_0; return L_63; } } // System.Void Mono.Math.BigInteger/Kernel::MinusEq(Mono.Math.BigInteger,Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR void Kernel_MinusEq_m2152832554 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___big0, BigInteger_t2902905090 * ___small1, const RuntimeMethod* method) { UInt32U5BU5D_t2770800703* V_0 = NULL; UInt32U5BU5D_t2770800703* V_1 = NULL; uint32_t V_2 = 0; uint32_t V_3 = 0; uint32_t V_4 = 0; uint32_t V_5 = 0; { BigInteger_t2902905090 * L_0 = ___big0; NullCheck(L_0); UInt32U5BU5D_t2770800703* L_1 = L_0->get_data_1(); V_0 = L_1; BigInteger_t2902905090 * L_2 = ___small1; NullCheck(L_2); UInt32U5BU5D_t2770800703* L_3 = L_2->get_data_1(); V_1 = L_3; V_2 = 0; V_3 = 0; } IL_0012: { UInt32U5BU5D_t2770800703* L_4 = V_1; uint32_t L_5 = V_2; NullCheck(L_4); uintptr_t L_6 = (((uintptr_t)L_5)); uint32_t L_7 = (L_4)->GetAt(static_cast(L_6)); V_4 = L_7; uint32_t L_8 = V_4; uint32_t L_9 = V_3; int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9)); V_4 = L_10; uint32_t L_11 = V_3; UInt32U5BU5D_t2770800703* L_12 = V_0; uint32_t L_13 = V_2; NullCheck(L_12); uint32_t* L_14 = ((L_12)->GetAddressAt(static_cast((((uintptr_t)L_13))))); uint32_t L_15 = V_4; int32_t L_16 = ((int32_t)il2cpp_codegen_subtract((int32_t)(*((uint32_t*)L_14)), (int32_t)L_15)); V_5 = L_16; *((int32_t*)(L_14)) = (int32_t)L_16; uint32_t L_17 = V_5; uint32_t L_18 = V_4; if (!((int32_t)((int32_t)((!(((uint32_t)L_10) >= ((uint32_t)L_11)))? 1 : 0)|(int32_t)((!(((uint32_t)L_17) <= ((uint32_t)((~L_18)))))? 1 : 0)))) { goto IL_0047; } } { V_3 = 1; goto IL_0049; } IL_0047: { V_3 = 0; } IL_0049: { uint32_t L_19 = V_2; int32_t L_20 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); V_2 = L_20; BigInteger_t2902905090 * L_21 = ___small1; NullCheck(L_21); uint32_t L_22 = L_21->get_length_0(); if ((!(((uint32_t)L_20) >= ((uint32_t)L_22)))) { goto IL_0012; } } { uint32_t L_23 = V_2; BigInteger_t2902905090 * L_24 = ___big0; NullCheck(L_24); uint32_t L_25 = L_24->get_length_0(); if ((!(((uint32_t)L_23) == ((uint32_t)L_25)))) { goto IL_006a; } } { goto IL_0097; } IL_006a: { uint32_t L_26 = V_3; if ((!(((uint32_t)L_26) == ((uint32_t)1)))) { goto IL_0097; } } IL_0071: { UInt32U5BU5D_t2770800703* L_27 = V_0; uint32_t L_28 = V_2; NullCheck(L_27); uint32_t* L_29 = ((L_27)->GetAddressAt(static_cast((((uintptr_t)L_28))))); *((int32_t*)(L_29)) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(*((uint32_t*)L_29)), (int32_t)1)); UInt32U5BU5D_t2770800703* L_30 = V_0; uint32_t L_31 = V_2; uint32_t L_32 = L_31; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); NullCheck(L_30); uintptr_t L_33 = (((uintptr_t)L_32)); uint32_t L_34 = (L_30)->GetAt(static_cast(L_33)); if (L_34) { goto IL_0097; } } { uint32_t L_35 = V_2; BigInteger_t2902905090 * L_36 = ___big0; NullCheck(L_36); uint32_t L_37 = L_36->get_length_0(); if ((!(((uint32_t)L_35) >= ((uint32_t)L_37)))) { goto IL_0071; } } IL_0097: { goto IL_00aa; } IL_009c: { BigInteger_t2902905090 * L_38 = ___big0; BigInteger_t2902905090 * L_39 = L_38; NullCheck(L_39); uint32_t L_40 = L_39->get_length_0(); NullCheck(L_39); L_39->set_length_0(((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)1))); } IL_00aa: { BigInteger_t2902905090 * L_41 = ___big0; NullCheck(L_41); uint32_t L_42 = L_41->get_length_0(); if ((!(((uint32_t)L_42) > ((uint32_t)0)))) { goto IL_00cb; } } { BigInteger_t2902905090 * L_43 = ___big0; NullCheck(L_43); UInt32U5BU5D_t2770800703* L_44 = L_43->get_data_1(); BigInteger_t2902905090 * L_45 = ___big0; NullCheck(L_45); uint32_t L_46 = L_45->get_length_0(); NullCheck(L_44); uintptr_t L_47 = (((uintptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_46, (int32_t)1)))); uint32_t L_48 = (L_44)->GetAt(static_cast(L_47)); if (!L_48) { goto IL_009c; } } IL_00cb: { BigInteger_t2902905090 * L_49 = ___big0; NullCheck(L_49); uint32_t L_50 = L_49->get_length_0(); if (L_50) { goto IL_00e4; } } { BigInteger_t2902905090 * L_51 = ___big0; BigInteger_t2902905090 * L_52 = L_51; NullCheck(L_52); uint32_t L_53 = L_52->get_length_0(); NullCheck(L_52); L_52->set_length_0(((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1))); } IL_00e4: { return; } } // System.Void Mono.Math.BigInteger/Kernel::PlusEq(Mono.Math.BigInteger,Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR void Kernel_PlusEq_m136676638 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___bi10, BigInteger_t2902905090 * ___bi21, const RuntimeMethod* method) { UInt32U5BU5D_t2770800703* V_0 = NULL; UInt32U5BU5D_t2770800703* V_1 = NULL; uint32_t V_2 = 0; uint32_t V_3 = 0; uint32_t V_4 = 0; bool V_5 = false; UInt32U5BU5D_t2770800703* V_6 = NULL; uint64_t V_7 = 0; bool V_8 = false; uint32_t V_9 = 0; { V_4 = 0; V_5 = (bool)0; BigInteger_t2902905090 * L_0 = ___bi10; NullCheck(L_0); uint32_t L_1 = L_0->get_length_0(); BigInteger_t2902905090 * L_2 = ___bi21; NullCheck(L_2); uint32_t L_3 = L_2->get_length_0(); if ((!(((uint32_t)L_1) < ((uint32_t)L_3)))) { goto IL_003b; } } { V_5 = (bool)1; BigInteger_t2902905090 * L_4 = ___bi21; NullCheck(L_4); UInt32U5BU5D_t2770800703* L_5 = L_4->get_data_1(); V_0 = L_5; BigInteger_t2902905090 * L_6 = ___bi21; NullCheck(L_6); uint32_t L_7 = L_6->get_length_0(); V_3 = L_7; BigInteger_t2902905090 * L_8 = ___bi10; NullCheck(L_8); UInt32U5BU5D_t2770800703* L_9 = L_8->get_data_1(); V_1 = L_9; BigInteger_t2902905090 * L_10 = ___bi10; NullCheck(L_10); uint32_t L_11 = L_10->get_length_0(); V_2 = L_11; goto IL_0057; } IL_003b: { BigInteger_t2902905090 * L_12 = ___bi10; NullCheck(L_12); UInt32U5BU5D_t2770800703* L_13 = L_12->get_data_1(); V_0 = L_13; BigInteger_t2902905090 * L_14 = ___bi10; NullCheck(L_14); uint32_t L_15 = L_14->get_length_0(); V_3 = L_15; BigInteger_t2902905090 * L_16 = ___bi21; NullCheck(L_16); UInt32U5BU5D_t2770800703* L_17 = L_16->get_data_1(); V_1 = L_17; BigInteger_t2902905090 * L_18 = ___bi21; NullCheck(L_18); uint32_t L_19 = L_18->get_length_0(); V_2 = L_19; } IL_0057: { BigInteger_t2902905090 * L_20 = ___bi10; NullCheck(L_20); UInt32U5BU5D_t2770800703* L_21 = L_20->get_data_1(); V_6 = L_21; V_7 = (((int64_t)((int64_t)0))); } IL_0063: { uint64_t L_22 = V_7; UInt32U5BU5D_t2770800703* L_23 = V_0; uint32_t L_24 = V_4; NullCheck(L_23); uintptr_t L_25 = (((uintptr_t)L_24)); uint32_t L_26 = (L_23)->GetAt(static_cast(L_25)); UInt32U5BU5D_t2770800703* L_27 = V_1; uint32_t L_28 = V_4; NullCheck(L_27); uintptr_t L_29 = (((uintptr_t)L_28)); uint32_t L_30 = (L_27)->GetAt(static_cast(L_29)); V_7 = ((int64_t)il2cpp_codegen_add((int64_t)L_22, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((uint64_t)L_26))), (int64_t)(((int64_t)((uint64_t)L_30))))))); UInt32U5BU5D_t2770800703* L_31 = V_6; uint32_t L_32 = V_4; uint64_t L_33 = V_7; NullCheck(L_31); (L_31)->SetAt(static_cast((((uintptr_t)L_32))), (uint32_t)(((int32_t)((uint32_t)L_33)))); uint64_t L_34 = V_7; V_7 = ((int64_t)((uint64_t)L_34>>((int32_t)32))); uint32_t L_35 = V_4; int32_t L_36 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); V_4 = L_36; uint32_t L_37 = V_2; if ((!(((uint32_t)L_36) >= ((uint32_t)L_37)))) { goto IL_0063; } } { uint64_t L_38 = V_7; V_8 = (bool)((((int32_t)((((int64_t)L_38) == ((int64_t)(((int64_t)((int64_t)0)))))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_39 = V_8; if (!L_39) { goto IL_00f3; } } { uint32_t L_40 = V_4; uint32_t L_41 = V_3; if ((!(((uint32_t)L_40) < ((uint32_t)L_41)))) { goto IL_00d7; } } IL_00ac: { UInt32U5BU5D_t2770800703* L_42 = V_6; uint32_t L_43 = V_4; UInt32U5BU5D_t2770800703* L_44 = V_0; uint32_t L_45 = V_4; NullCheck(L_44); uintptr_t L_46 = (((uintptr_t)L_45)); uint32_t L_47 = (L_44)->GetAt(static_cast(L_46)); int32_t L_48 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1)); V_9 = L_48; NullCheck(L_42); (L_42)->SetAt(static_cast((((uintptr_t)L_43))), (uint32_t)L_48); uint32_t L_49 = V_9; V_8 = (bool)((((int32_t)L_49) == ((int32_t)0))? 1 : 0); uint32_t L_50 = V_4; int32_t L_51 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); V_4 = L_51; uint32_t L_52 = V_3; if ((!(((uint32_t)L_51) < ((uint32_t)L_52)))) { goto IL_00d7; } } { bool L_53 = V_8; if (L_53) { goto IL_00ac; } } IL_00d7: { bool L_54 = V_8; if (!L_54) { goto IL_00f3; } } { UInt32U5BU5D_t2770800703* L_55 = V_6; uint32_t L_56 = V_4; NullCheck(L_55); (L_55)->SetAt(static_cast((((uintptr_t)L_56))), (uint32_t)1); BigInteger_t2902905090 * L_57 = ___bi10; uint32_t L_58 = V_4; int32_t L_59 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1)); V_4 = L_59; NullCheck(L_57); L_57->set_length_0(L_59); return; } IL_00f3: { bool L_60 = V_5; if (!L_60) { goto IL_011c; } } { uint32_t L_61 = V_4; uint32_t L_62 = V_3; if ((!(((uint32_t)L_61) < ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_62, (int32_t)1)))))) { goto IL_011c; } } IL_0104: { UInt32U5BU5D_t2770800703* L_63 = V_6; uint32_t L_64 = V_4; UInt32U5BU5D_t2770800703* L_65 = V_0; uint32_t L_66 = V_4; NullCheck(L_65); uintptr_t L_67 = (((uintptr_t)L_66)); uint32_t L_68 = (L_65)->GetAt(static_cast(L_67)); NullCheck(L_63); (L_63)->SetAt(static_cast((((uintptr_t)L_64))), (uint32_t)L_68); uint32_t L_69 = V_4; int32_t L_70 = ((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)1)); V_4 = L_70; uint32_t L_71 = V_3; if ((!(((uint32_t)L_70) >= ((uint32_t)L_71)))) { goto IL_0104; } } IL_011c: { BigInteger_t2902905090 * L_72 = ___bi10; uint32_t L_73 = V_3; NullCheck(L_72); L_72->set_length_0(((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)1))); BigInteger_t2902905090 * L_74 = ___bi10; NullCheck(L_74); BigInteger_Normalize_m3021106862(L_74, /*hidden argument*/NULL); return; } } // Mono.Math.BigInteger/Sign Mono.Math.BigInteger/Kernel::Compare(Mono.Math.BigInteger,Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR int32_t Kernel_Compare_m2669603547 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___bi10, BigInteger_t2902905090 * ___bi21, const RuntimeMethod* method) { uint32_t V_0 = 0; uint32_t V_1 = 0; uint32_t V_2 = 0; { BigInteger_t2902905090 * L_0 = ___bi10; NullCheck(L_0); uint32_t L_1 = L_0->get_length_0(); V_0 = L_1; BigInteger_t2902905090 * L_2 = ___bi21; NullCheck(L_2); uint32_t L_3 = L_2->get_length_0(); V_1 = L_3; goto IL_0017; } IL_0013: { uint32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); } IL_0017: { uint32_t L_5 = V_0; if ((!(((uint32_t)L_5) > ((uint32_t)0)))) { goto IL_002e; } } { BigInteger_t2902905090 * L_6 = ___bi10; NullCheck(L_6); UInt32U5BU5D_t2770800703* L_7 = L_6->get_data_1(); uint32_t L_8 = V_0; NullCheck(L_7); uintptr_t L_9 = (((uintptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)))); uint32_t L_10 = (L_7)->GetAt(static_cast(L_9)); if (!L_10) { goto IL_0013; } } IL_002e: { goto IL_0037; } IL_0033: { uint32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)); } IL_0037: { uint32_t L_12 = V_1; if ((!(((uint32_t)L_12) > ((uint32_t)0)))) { goto IL_004e; } } { BigInteger_t2902905090 * L_13 = ___bi21; NullCheck(L_13); UInt32U5BU5D_t2770800703* L_14 = L_13->get_data_1(); uint32_t L_15 = V_1; NullCheck(L_14); uintptr_t L_16 = (((uintptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1)))); uint32_t L_17 = (L_14)->GetAt(static_cast(L_16)); if (!L_17) { goto IL_0033; } } IL_004e: { uint32_t L_18 = V_0; if (L_18) { goto IL_005c; } } { uint32_t L_19 = V_1; if (L_19) { goto IL_005c; } } { return (int32_t)(0); } IL_005c: { uint32_t L_20 = V_0; uint32_t L_21 = V_1; if ((!(((uint32_t)L_20) < ((uint32_t)L_21)))) { goto IL_0065; } } { return (int32_t)((-1)); } IL_0065: { uint32_t L_22 = V_0; uint32_t L_23 = V_1; if ((!(((uint32_t)L_22) > ((uint32_t)L_23)))) { goto IL_006e; } } { return (int32_t)(1); } IL_006e: { uint32_t L_24 = V_0; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)1)); goto IL_007b; } IL_0077: { uint32_t L_25 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1)); } IL_007b: { uint32_t L_26 = V_2; if (!L_26) { goto IL_0098; } } { BigInteger_t2902905090 * L_27 = ___bi10; NullCheck(L_27); UInt32U5BU5D_t2770800703* L_28 = L_27->get_data_1(); uint32_t L_29 = V_2; NullCheck(L_28); uintptr_t L_30 = (((uintptr_t)L_29)); uint32_t L_31 = (L_28)->GetAt(static_cast(L_30)); BigInteger_t2902905090 * L_32 = ___bi21; NullCheck(L_32); UInt32U5BU5D_t2770800703* L_33 = L_32->get_data_1(); uint32_t L_34 = V_2; NullCheck(L_33); uintptr_t L_35 = (((uintptr_t)L_34)); uint32_t L_36 = (L_33)->GetAt(static_cast(L_35)); if ((((int32_t)L_31) == ((int32_t)L_36))) { goto IL_0077; } } IL_0098: { BigInteger_t2902905090 * L_37 = ___bi10; NullCheck(L_37); UInt32U5BU5D_t2770800703* L_38 = L_37->get_data_1(); uint32_t L_39 = V_2; NullCheck(L_38); uintptr_t L_40 = (((uintptr_t)L_39)); uint32_t L_41 = (L_38)->GetAt(static_cast(L_40)); BigInteger_t2902905090 * L_42 = ___bi21; NullCheck(L_42); UInt32U5BU5D_t2770800703* L_43 = L_42->get_data_1(); uint32_t L_44 = V_2; NullCheck(L_43); uintptr_t L_45 = (((uintptr_t)L_44)); uint32_t L_46 = (L_43)->GetAt(static_cast(L_45)); if ((!(((uint32_t)L_41) < ((uint32_t)L_46)))) { goto IL_00b1; } } { return (int32_t)((-1)); } IL_00b1: { BigInteger_t2902905090 * L_47 = ___bi10; NullCheck(L_47); UInt32U5BU5D_t2770800703* L_48 = L_47->get_data_1(); uint32_t L_49 = V_2; NullCheck(L_48); uintptr_t L_50 = (((uintptr_t)L_49)); uint32_t L_51 = (L_48)->GetAt(static_cast(L_50)); BigInteger_t2902905090 * L_52 = ___bi21; NullCheck(L_52); UInt32U5BU5D_t2770800703* L_53 = L_52->get_data_1(); uint32_t L_54 = V_2; NullCheck(L_53); uintptr_t L_55 = (((uintptr_t)L_54)); uint32_t L_56 = (L_53)->GetAt(static_cast(L_55)); if ((!(((uint32_t)L_51) > ((uint32_t)L_56)))) { goto IL_00ca; } } { return (int32_t)(1); } IL_00ca: { return (int32_t)(0); } } // System.UInt32 Mono.Math.BigInteger/Kernel::SingleByteDivideInPlace(Mono.Math.BigInteger,System.UInt32) extern "C" IL2CPP_METHOD_ATTR uint32_t Kernel_SingleByteDivideInPlace_m2393683267 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___n0, uint32_t ___d1, const RuntimeMethod* method) { uint64_t V_0 = 0; uint32_t V_1 = 0; { V_0 = (((int64_t)((int64_t)0))); BigInteger_t2902905090 * L_0 = ___n0; NullCheck(L_0); uint32_t L_1 = L_0->get_length_0(); V_1 = L_1; goto IL_0034; } IL_000f: { uint64_t L_2 = V_0; V_0 = ((int64_t)((int64_t)L_2<<(int32_t)((int32_t)32))); uint64_t L_3 = V_0; BigInteger_t2902905090 * L_4 = ___n0; NullCheck(L_4); UInt32U5BU5D_t2770800703* L_5 = L_4->get_data_1(); uint32_t L_6 = V_1; NullCheck(L_5); uintptr_t L_7 = (((uintptr_t)L_6)); uint32_t L_8 = (L_5)->GetAt(static_cast(L_7)); V_0 = ((int64_t)((int64_t)L_3|(int64_t)(((int64_t)((uint64_t)L_8))))); BigInteger_t2902905090 * L_9 = ___n0; NullCheck(L_9); UInt32U5BU5D_t2770800703* L_10 = L_9->get_data_1(); uint32_t L_11 = V_1; uint64_t L_12 = V_0; uint32_t L_13 = ___d1; NullCheck(L_10); (L_10)->SetAt(static_cast((((uintptr_t)L_11))), (uint32_t)(((int32_t)((uint32_t)((int64_t)((uint64_t)(int64_t)L_12/(uint64_t)(int64_t)(((int64_t)((uint64_t)L_13))))))))); uint64_t L_14 = V_0; uint32_t L_15 = ___d1; V_0 = ((int64_t)((uint64_t)(int64_t)L_14%(uint64_t)(int64_t)(((int64_t)((uint64_t)L_15))))); } IL_0034: { uint32_t L_16 = V_1; uint32_t L_17 = L_16; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1)); if ((!(((uint32_t)L_17) <= ((uint32_t)0)))) { goto IL_000f; } } { BigInteger_t2902905090 * L_18 = ___n0; NullCheck(L_18); BigInteger_Normalize_m3021106862(L_18, /*hidden argument*/NULL); uint64_t L_19 = V_0; return (((int32_t)((uint32_t)L_19))); } } // System.UInt32 Mono.Math.BigInteger/Kernel::DwordMod(Mono.Math.BigInteger,System.UInt32) extern "C" IL2CPP_METHOD_ATTR uint32_t Kernel_DwordMod_m3830036736 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___n0, uint32_t ___d1, const RuntimeMethod* method) { uint64_t V_0 = 0; uint32_t V_1 = 0; { V_0 = (((int64_t)((int64_t)0))); BigInteger_t2902905090 * L_0 = ___n0; NullCheck(L_0); uint32_t L_1 = L_0->get_length_0(); V_1 = L_1; goto IL_0026; } IL_000f: { uint64_t L_2 = V_0; V_0 = ((int64_t)((int64_t)L_2<<(int32_t)((int32_t)32))); uint64_t L_3 = V_0; BigInteger_t2902905090 * L_4 = ___n0; NullCheck(L_4); UInt32U5BU5D_t2770800703* L_5 = L_4->get_data_1(); uint32_t L_6 = V_1; NullCheck(L_5); uintptr_t L_7 = (((uintptr_t)L_6)); uint32_t L_8 = (L_5)->GetAt(static_cast(L_7)); V_0 = ((int64_t)((int64_t)L_3|(int64_t)(((int64_t)((uint64_t)L_8))))); uint64_t L_9 = V_0; uint32_t L_10 = ___d1; V_0 = ((int64_t)((uint64_t)(int64_t)L_9%(uint64_t)(int64_t)(((int64_t)((uint64_t)L_10))))); } IL_0026: { uint32_t L_11 = V_1; uint32_t L_12 = L_11; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)); if ((!(((uint32_t)L_12) <= ((uint32_t)0)))) { goto IL_000f; } } { uint64_t L_13 = V_0; return (((int32_t)((uint32_t)L_13))); } } // Mono.Math.BigInteger[] Mono.Math.BigInteger/Kernel::DwordDivMod(Mono.Math.BigInteger,System.UInt32) extern "C" IL2CPP_METHOD_ATTR BigIntegerU5BU5D_t2349952477* Kernel_DwordDivMod_m1540317819 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___n0, uint32_t ___d1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Kernel_DwordDivMod_m1540317819_MetadataUsageId); s_Il2CppMethodInitialized = true; } BigInteger_t2902905090 * V_0 = NULL; uint64_t V_1 = 0; uint32_t V_2 = 0; BigInteger_t2902905090 * V_3 = NULL; { BigInteger_t2902905090 * L_0 = ___n0; NullCheck(L_0); uint32_t L_1 = L_0->get_length_0(); BigInteger_t2902905090 * L_2 = (BigInteger_t2902905090 *)il2cpp_codegen_object_new(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger__ctor_m3473491062(L_2, 1, L_1, /*hidden argument*/NULL); V_0 = L_2; V_1 = (((int64_t)((int64_t)0))); BigInteger_t2902905090 * L_3 = ___n0; NullCheck(L_3); uint32_t L_4 = L_3->get_length_0(); V_2 = L_4; goto IL_0041; } IL_001c: { uint64_t L_5 = V_1; V_1 = ((int64_t)((int64_t)L_5<<(int32_t)((int32_t)32))); uint64_t L_6 = V_1; BigInteger_t2902905090 * L_7 = ___n0; NullCheck(L_7); UInt32U5BU5D_t2770800703* L_8 = L_7->get_data_1(); uint32_t L_9 = V_2; NullCheck(L_8); uintptr_t L_10 = (((uintptr_t)L_9)); uint32_t L_11 = (L_8)->GetAt(static_cast(L_10)); V_1 = ((int64_t)((int64_t)L_6|(int64_t)(((int64_t)((uint64_t)L_11))))); BigInteger_t2902905090 * L_12 = V_0; NullCheck(L_12); UInt32U5BU5D_t2770800703* L_13 = L_12->get_data_1(); uint32_t L_14 = V_2; uint64_t L_15 = V_1; uint32_t L_16 = ___d1; NullCheck(L_13); (L_13)->SetAt(static_cast((((uintptr_t)L_14))), (uint32_t)(((int32_t)((uint32_t)((int64_t)((uint64_t)(int64_t)L_15/(uint64_t)(int64_t)(((int64_t)((uint64_t)L_16))))))))); uint64_t L_17 = V_1; uint32_t L_18 = ___d1; V_1 = ((int64_t)((uint64_t)(int64_t)L_17%(uint64_t)(int64_t)(((int64_t)((uint64_t)L_18))))); } IL_0041: { uint32_t L_19 = V_2; uint32_t L_20 = L_19; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)1)); if ((!(((uint32_t)L_20) <= ((uint32_t)0)))) { goto IL_001c; } } { BigInteger_t2902905090 * L_21 = V_0; NullCheck(L_21); BigInteger_Normalize_m3021106862(L_21, /*hidden argument*/NULL); uint64_t L_22 = V_1; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger_t2902905090 * L_23 = BigInteger_op_Implicit_m3414367033(NULL /*static, unused*/, (((int32_t)((uint32_t)L_22))), /*hidden argument*/NULL); V_3 = L_23; BigIntegerU5BU5D_t2349952477* L_24 = ((BigIntegerU5BU5D_t2349952477*)SZArrayNew(BigIntegerU5BU5D_t2349952477_il2cpp_TypeInfo_var, (uint32_t)2)); BigInteger_t2902905090 * L_25 = V_0; NullCheck(L_24); ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAt(static_cast(0), (BigInteger_t2902905090 *)L_25); BigIntegerU5BU5D_t2349952477* L_26 = L_24; BigInteger_t2902905090 * L_27 = V_3; NullCheck(L_26); ArrayElementTypeCheck (L_26, L_27); (L_26)->SetAt(static_cast(1), (BigInteger_t2902905090 *)L_27); return L_26; } } // Mono.Math.BigInteger[] Mono.Math.BigInteger/Kernel::multiByteDivide(Mono.Math.BigInteger,Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR BigIntegerU5BU5D_t2349952477* Kernel_multiByteDivide_m450694282 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___bi10, BigInteger_t2902905090 * ___bi21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Kernel_multiByteDivide_m450694282_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; int32_t V_1 = 0; uint32_t V_2 = 0; uint32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; BigInteger_t2902905090 * V_6 = NULL; BigInteger_t2902905090 * V_7 = NULL; UInt32U5BU5D_t2770800703* V_8 = NULL; int32_t V_9 = 0; int32_t V_10 = 0; uint32_t V_11 = 0; uint64_t V_12 = 0; uint64_t V_13 = 0; uint64_t V_14 = 0; uint64_t V_15 = 0; uint32_t V_16 = 0; uint32_t V_17 = 0; int32_t V_18 = 0; uint64_t V_19 = 0; uint32_t V_20 = 0; uint64_t V_21 = 0; BigIntegerU5BU5D_t2349952477* V_22 = NULL; { BigInteger_t2902905090 * L_0 = ___bi10; BigInteger_t2902905090 * L_1 = ___bi21; int32_t L_2 = Kernel_Compare_m2669603547(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)(-1))))) { goto IL_0026; } } { BigIntegerU5BU5D_t2349952477* L_3 = ((BigIntegerU5BU5D_t2349952477*)SZArrayNew(BigIntegerU5BU5D_t2349952477_il2cpp_TypeInfo_var, (uint32_t)2)); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger_t2902905090 * L_4 = BigInteger_op_Implicit_m2547142909(NULL /*static, unused*/, 0, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(0), (BigInteger_t2902905090 *)L_4); BigIntegerU5BU5D_t2349952477* L_5 = L_3; BigInteger_t2902905090 * L_6 = ___bi10; BigInteger_t2902905090 * L_7 = (BigInteger_t2902905090 *)il2cpp_codegen_object_new(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger__ctor_m2108826647(L_7, L_6, /*hidden argument*/NULL); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_7); (L_5)->SetAt(static_cast(1), (BigInteger_t2902905090 *)L_7); return L_5; } IL_0026: { BigInteger_t2902905090 * L_8 = ___bi10; NullCheck(L_8); BigInteger_Normalize_m3021106862(L_8, /*hidden argument*/NULL); BigInteger_t2902905090 * L_9 = ___bi21; NullCheck(L_9); BigInteger_Normalize_m3021106862(L_9, /*hidden argument*/NULL); BigInteger_t2902905090 * L_10 = ___bi21; NullCheck(L_10); uint32_t L_11 = L_10->get_length_0(); if ((!(((uint32_t)L_11) == ((uint32_t)1)))) { goto IL_004d; } } { BigInteger_t2902905090 * L_12 = ___bi10; BigInteger_t2902905090 * L_13 = ___bi21; NullCheck(L_13); UInt32U5BU5D_t2770800703* L_14 = L_13->get_data_1(); NullCheck(L_14); int32_t L_15 = 0; uint32_t L_16 = (L_14)->GetAt(static_cast(L_15)); BigIntegerU5BU5D_t2349952477* L_17 = Kernel_DwordDivMod_m1540317819(NULL /*static, unused*/, L_12, L_16, /*hidden argument*/NULL); return L_17; } IL_004d: { BigInteger_t2902905090 * L_18 = ___bi10; NullCheck(L_18); uint32_t L_19 = L_18->get_length_0(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); BigInteger_t2902905090 * L_20 = ___bi21; NullCheck(L_20); uint32_t L_21 = L_20->get_length_0(); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); V_2 = ((int32_t)-2147483648LL); BigInteger_t2902905090 * L_22 = ___bi21; NullCheck(L_22); UInt32U5BU5D_t2770800703* L_23 = L_22->get_data_1(); BigInteger_t2902905090 * L_24 = ___bi21; NullCheck(L_24); uint32_t L_25 = L_24->get_length_0(); NullCheck(L_23); uintptr_t L_26 = (((uintptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1)))); uint32_t L_27 = (L_23)->GetAt(static_cast(L_26)); V_3 = L_27; V_4 = 0; BigInteger_t2902905090 * L_28 = ___bi10; NullCheck(L_28); uint32_t L_29 = L_28->get_length_0(); BigInteger_t2902905090 * L_30 = ___bi21; NullCheck(L_30); uint32_t L_31 = L_30->get_length_0(); V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)L_31)); goto IL_0097; } IL_008d: { int32_t L_32 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); uint32_t L_33 = V_2; V_2 = ((int32_t)((uint32_t)L_33>>1)); } IL_0097: { uint32_t L_34 = V_2; if (!L_34) { goto IL_00a5; } } { uint32_t L_35 = V_3; uint32_t L_36 = V_2; if (!((int32_t)((int32_t)L_35&(int32_t)L_36))) { goto IL_008d; } } IL_00a5: { BigInteger_t2902905090 * L_37 = ___bi10; NullCheck(L_37); uint32_t L_38 = L_37->get_length_0(); BigInteger_t2902905090 * L_39 = ___bi21; NullCheck(L_39); uint32_t L_40 = L_39->get_length_0(); BigInteger_t2902905090 * L_41 = (BigInteger_t2902905090 *)il2cpp_codegen_object_new(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger__ctor_m3473491062(L_41, 1, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)L_40)), (int32_t)1)), /*hidden argument*/NULL); V_6 = L_41; BigInteger_t2902905090 * L_42 = ___bi10; int32_t L_43 = V_4; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger_t2902905090 * L_44 = BigInteger_op_LeftShift_m3681213422(NULL /*static, unused*/, L_42, L_43, /*hidden argument*/NULL); V_7 = L_44; BigInteger_t2902905090 * L_45 = V_7; NullCheck(L_45); UInt32U5BU5D_t2770800703* L_46 = L_45->get_data_1(); V_8 = L_46; BigInteger_t2902905090 * L_47 = ___bi21; int32_t L_48 = V_4; BigInteger_t2902905090 * L_49 = BigInteger_op_LeftShift_m3681213422(NULL /*static, unused*/, L_47, L_48, /*hidden argument*/NULL); ___bi21 = L_49; uint32_t L_50 = V_0; BigInteger_t2902905090 * L_51 = ___bi21; NullCheck(L_51); uint32_t L_52 = L_51->get_length_0(); V_9 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_50, (int32_t)L_52)); uint32_t L_53 = V_0; V_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_53, (int32_t)1)); BigInteger_t2902905090 * L_54 = ___bi21; NullCheck(L_54); UInt32U5BU5D_t2770800703* L_55 = L_54->get_data_1(); BigInteger_t2902905090 * L_56 = ___bi21; NullCheck(L_56); uint32_t L_57 = L_56->get_length_0(); NullCheck(L_55); uintptr_t L_58 = (((uintptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_57, (int32_t)1)))); uint32_t L_59 = (L_55)->GetAt(static_cast(L_58)); V_11 = L_59; BigInteger_t2902905090 * L_60 = ___bi21; NullCheck(L_60); UInt32U5BU5D_t2770800703* L_61 = L_60->get_data_1(); BigInteger_t2902905090 * L_62 = ___bi21; NullCheck(L_62); uint32_t L_63 = L_62->get_length_0(); NullCheck(L_61); uintptr_t L_64 = (((uintptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_63, (int32_t)2)))); uint32_t L_65 = (L_61)->GetAt(static_cast(L_64)); V_12 = (((int64_t)((uint64_t)L_65))); goto IL_0270; } IL_0112: { UInt32U5BU5D_t2770800703* L_66 = V_8; int32_t L_67 = V_10; NullCheck(L_66); int32_t L_68 = L_67; uint32_t L_69 = (L_66)->GetAt(static_cast(L_68)); UInt32U5BU5D_t2770800703* L_70 = V_8; int32_t L_71 = V_10; NullCheck(L_70); int32_t L_72 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_71, (int32_t)1)); uint32_t L_73 = (L_70)->GetAt(static_cast(L_72)); V_13 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)L_69)))<<(int32_t)((int32_t)32))), (int64_t)(((int64_t)((uint64_t)L_73))))); uint64_t L_74 = V_13; uint32_t L_75 = V_11; V_14 = ((int64_t)((uint64_t)(int64_t)L_74/(uint64_t)(int64_t)(((int64_t)((uint64_t)L_75))))); uint64_t L_76 = V_13; uint32_t L_77 = V_11; V_15 = ((int64_t)((uint64_t)(int64_t)L_76%(uint64_t)(int64_t)(((int64_t)((uint64_t)L_77))))); } IL_0136: { uint64_t L_78 = V_14; if ((((int64_t)L_78) == ((int64_t)((int64_t)4294967296LL)))) { goto IL_015e; } } { uint64_t L_79 = V_14; uint64_t L_80 = V_12; uint64_t L_81 = V_15; UInt32U5BU5D_t2770800703* L_82 = V_8; int32_t L_83 = V_10; NullCheck(L_82); int32_t L_84 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_83, (int32_t)2)); uint32_t L_85 = (L_82)->GetAt(static_cast(L_84)); if ((!(((uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_79, (int64_t)L_80))) > ((uint64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((int64_t)L_81<<(int32_t)((int32_t)32))), (int64_t)(((int64_t)((uint64_t)L_85))))))))) { goto IL_0182; } } IL_015e: { uint64_t L_86 = V_14; V_14 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_86, (int64_t)(((int64_t)((int64_t)1))))); uint64_t L_87 = V_15; uint32_t L_88 = V_11; V_15 = ((int64_t)il2cpp_codegen_add((int64_t)L_87, (int64_t)(((int64_t)((uint64_t)L_88))))); uint64_t L_89 = V_15; if ((!(((uint64_t)L_89) < ((uint64_t)((int64_t)4294967296LL))))) { goto IL_0182; } } { goto IL_0187; } IL_0182: { goto IL_018c; } IL_0187: { goto IL_0136; } IL_018c: { V_17 = 0; int32_t L_90 = V_10; int32_t L_91 = V_1; V_18 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_90, (int32_t)L_91)), (int32_t)1)); V_19 = (((int64_t)((int64_t)0))); uint64_t L_92 = V_14; V_20 = (((int32_t)((uint32_t)L_92))); } IL_01a0: { uint64_t L_93 = V_19; BigInteger_t2902905090 * L_94 = ___bi21; NullCheck(L_94); UInt32U5BU5D_t2770800703* L_95 = L_94->get_data_1(); uint32_t L_96 = V_17; NullCheck(L_95); uintptr_t L_97 = (((uintptr_t)L_96)); uint32_t L_98 = (L_95)->GetAt(static_cast(L_97)); uint32_t L_99 = V_20; V_19 = ((int64_t)il2cpp_codegen_add((int64_t)L_93, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((uint64_t)L_98))), (int64_t)(((int64_t)((uint64_t)L_99))))))); UInt32U5BU5D_t2770800703* L_100 = V_8; int32_t L_101 = V_18; NullCheck(L_100); int32_t L_102 = L_101; uint32_t L_103 = (L_100)->GetAt(static_cast(L_102)); V_16 = L_103; UInt32U5BU5D_t2770800703* L_104 = V_8; int32_t L_105 = V_18; NullCheck(L_104); uint32_t* L_106 = ((L_104)->GetAddressAt(static_cast(L_105))); uint64_t L_107 = V_19; *((int32_t*)(L_106)) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(*((uint32_t*)L_106)), (int32_t)(((int32_t)((uint32_t)L_107))))); uint64_t L_108 = V_19; V_19 = ((int64_t)((uint64_t)L_108>>((int32_t)32))); UInt32U5BU5D_t2770800703* L_109 = V_8; int32_t L_110 = V_18; NullCheck(L_109); int32_t L_111 = L_110; uint32_t L_112 = (L_109)->GetAt(static_cast(L_111)); uint32_t L_113 = V_16; if ((!(((uint32_t)L_112) > ((uint32_t)L_113)))) { goto IL_01e5; } } { uint64_t L_114 = V_19; V_19 = ((int64_t)il2cpp_codegen_add((int64_t)L_114, (int64_t)(((int64_t)((int64_t)1))))); } IL_01e5: { uint32_t L_115 = V_17; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_115, (int32_t)1)); int32_t L_116 = V_18; V_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_116, (int32_t)1)); uint32_t L_117 = V_17; int32_t L_118 = V_1; if ((((int64_t)(((int64_t)((uint64_t)L_117)))) < ((int64_t)(((int64_t)((int64_t)L_118)))))) { goto IL_01a0; } } { int32_t L_119 = V_10; int32_t L_120 = V_1; V_18 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_119, (int32_t)L_120)), (int32_t)1)); V_17 = 0; uint64_t L_121 = V_19; if (!L_121) { goto IL_0253; } } { uint32_t L_122 = V_20; V_20 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_122, (int32_t)1)); V_21 = (((int64_t)((int64_t)0))); } IL_0217: { UInt32U5BU5D_t2770800703* L_123 = V_8; int32_t L_124 = V_18; NullCheck(L_123); int32_t L_125 = L_124; uint32_t L_126 = (L_123)->GetAt(static_cast(L_125)); BigInteger_t2902905090 * L_127 = ___bi21; NullCheck(L_127); UInt32U5BU5D_t2770800703* L_128 = L_127->get_data_1(); uint32_t L_129 = V_17; NullCheck(L_128); uintptr_t L_130 = (((uintptr_t)L_129)); uint32_t L_131 = (L_128)->GetAt(static_cast(L_130)); uint64_t L_132 = V_21; V_21 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((uint64_t)L_126))), (int64_t)(((int64_t)((uint64_t)L_131))))), (int64_t)L_132)); UInt32U5BU5D_t2770800703* L_133 = V_8; int32_t L_134 = V_18; uint64_t L_135 = V_21; NullCheck(L_133); (L_133)->SetAt(static_cast(L_134), (uint32_t)(((int32_t)((uint32_t)L_135)))); uint64_t L_136 = V_21; V_21 = ((int64_t)((uint64_t)L_136>>((int32_t)32))); uint32_t L_137 = V_17; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_137, (int32_t)1)); int32_t L_138 = V_18; V_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_138, (int32_t)1)); uint32_t L_139 = V_17; int32_t L_140 = V_1; if ((((int64_t)(((int64_t)((uint64_t)L_139)))) < ((int64_t)(((int64_t)((int64_t)L_140)))))) { goto IL_0217; } } IL_0253: { BigInteger_t2902905090 * L_141 = V_6; NullCheck(L_141); UInt32U5BU5D_t2770800703* L_142 = L_141->get_data_1(); int32_t L_143 = V_5; int32_t L_144 = L_143; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_144, (int32_t)1)); uint32_t L_145 = V_20; NullCheck(L_142); (L_142)->SetAt(static_cast(L_144), (uint32_t)L_145); int32_t L_146 = V_10; V_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_146, (int32_t)1)); int32_t L_147 = V_9; V_9 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_147, (int32_t)1)); } IL_0270: { int32_t L_148 = V_9; if ((((int32_t)L_148) > ((int32_t)0))) { goto IL_0112; } } { BigInteger_t2902905090 * L_149 = V_6; NullCheck(L_149); BigInteger_Normalize_m3021106862(L_149, /*hidden argument*/NULL); BigInteger_t2902905090 * L_150 = V_7; NullCheck(L_150); BigInteger_Normalize_m3021106862(L_150, /*hidden argument*/NULL); BigIntegerU5BU5D_t2349952477* L_151 = ((BigIntegerU5BU5D_t2349952477*)SZArrayNew(BigIntegerU5BU5D_t2349952477_il2cpp_TypeInfo_var, (uint32_t)2)); BigInteger_t2902905090 * L_152 = V_6; NullCheck(L_151); ArrayElementTypeCheck (L_151, L_152); (L_151)->SetAt(static_cast(0), (BigInteger_t2902905090 *)L_152); BigIntegerU5BU5D_t2349952477* L_153 = L_151; BigInteger_t2902905090 * L_154 = V_7; NullCheck(L_153); ArrayElementTypeCheck (L_153, L_154); (L_153)->SetAt(static_cast(1), (BigInteger_t2902905090 *)L_154); V_22 = L_153; int32_t L_155 = V_4; if (!L_155) { goto IL_02b1; } } { BigIntegerU5BU5D_t2349952477* L_156 = V_22; NullCheck(L_156); BigInteger_t2902905090 ** L_157 = ((L_156)->GetAddressAt(static_cast(1))); BigInteger_t2902905090 * L_158 = *((BigInteger_t2902905090 **)L_157); int32_t L_159 = V_4; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger_t2902905090 * L_160 = BigInteger_op_RightShift_m460065452(NULL /*static, unused*/, L_158, L_159, /*hidden argument*/NULL); *((RuntimeObject **)(L_157)) = (RuntimeObject *)L_160; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_157), (RuntimeObject *)L_160); } IL_02b1: { BigIntegerU5BU5D_t2349952477* L_161 = V_22; return L_161; } } // Mono.Math.BigInteger Mono.Math.BigInteger/Kernel::LeftShift(Mono.Math.BigInteger,System.Int32) extern "C" IL2CPP_METHOD_ATTR BigInteger_t2902905090 * Kernel_LeftShift_m4140742987 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___bi0, int32_t ___n1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Kernel_LeftShift_m4140742987_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; BigInteger_t2902905090 * V_1 = NULL; uint32_t V_2 = 0; uint32_t V_3 = 0; uint32_t V_4 = 0; uint32_t V_5 = 0; { int32_t L_0 = ___n1; if (L_0) { goto IL_0015; } } { BigInteger_t2902905090 * L_1 = ___bi0; BigInteger_t2902905090 * L_2 = ___bi0; NullCheck(L_2); uint32_t L_3 = L_2->get_length_0(); BigInteger_t2902905090 * L_4 = (BigInteger_t2902905090 *)il2cpp_codegen_object_new(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger__ctor_m2644482640(L_4, L_1, ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)), /*hidden argument*/NULL); return L_4; } IL_0015: { int32_t L_5 = ___n1; V_0 = ((int32_t)((int32_t)L_5>>(int32_t)5)); int32_t L_6 = ___n1; ___n1 = ((int32_t)((int32_t)L_6&(int32_t)((int32_t)31))); BigInteger_t2902905090 * L_7 = ___bi0; NullCheck(L_7); uint32_t L_8 = L_7->get_length_0(); int32_t L_9 = V_0; BigInteger_t2902905090 * L_10 = (BigInteger_t2902905090 *)il2cpp_codegen_object_new(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger__ctor_m3473491062(L_10, 1, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)), (int32_t)L_9)), /*hidden argument*/NULL); V_1 = L_10; V_2 = 0; BigInteger_t2902905090 * L_11 = ___bi0; NullCheck(L_11); uint32_t L_12 = L_11->get_length_0(); V_3 = L_12; int32_t L_13 = ___n1; if (!L_13) { goto IL_0094; } } { V_5 = 0; goto IL_0079; } IL_0047: { BigInteger_t2902905090 * L_14 = ___bi0; NullCheck(L_14); UInt32U5BU5D_t2770800703* L_15 = L_14->get_data_1(); uint32_t L_16 = V_2; NullCheck(L_15); uintptr_t L_17 = (((uintptr_t)L_16)); uint32_t L_18 = (L_15)->GetAt(static_cast(L_17)); V_4 = L_18; BigInteger_t2902905090 * L_19 = V_1; NullCheck(L_19); UInt32U5BU5D_t2770800703* L_20 = L_19->get_data_1(); uint32_t L_21 = V_2; int32_t L_22 = V_0; if ((int64_t)(((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((uint64_t)L_21))), (int64_t)(((int64_t)((int64_t)L_22)))))) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(),Kernel_LeftShift_m4140742987_RuntimeMethod_var); uint32_t L_23 = V_4; int32_t L_24 = ___n1; uint32_t L_25 = V_5; NullCheck(L_20); (L_20)->SetAt(static_cast((((intptr_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((uint64_t)L_21))), (int64_t)(((int64_t)((int64_t)L_22)))))))), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_23<<(int32_t)((int32_t)((int32_t)L_24&(int32_t)((int32_t)31)))))|(int32_t)L_25))); uint32_t L_26 = V_4; int32_t L_27 = ___n1; V_5 = ((int32_t)((uint32_t)L_26>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)32), (int32_t)L_27))&(int32_t)((int32_t)31))))); uint32_t L_28 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); } IL_0079: { uint32_t L_29 = V_2; uint32_t L_30 = V_3; if ((!(((uint32_t)L_29) >= ((uint32_t)L_30)))) { goto IL_0047; } } { BigInteger_t2902905090 * L_31 = V_1; NullCheck(L_31); UInt32U5BU5D_t2770800703* L_32 = L_31->get_data_1(); uint32_t L_33 = V_2; int32_t L_34 = V_0; if ((int64_t)(((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((uint64_t)L_33))), (int64_t)(((int64_t)((int64_t)L_34)))))) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(),Kernel_LeftShift_m4140742987_RuntimeMethod_var); uint32_t L_35 = V_5; NullCheck(L_32); (L_32)->SetAt(static_cast((((intptr_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((uint64_t)L_33))), (int64_t)(((int64_t)((int64_t)L_34)))))))), (uint32_t)L_35); goto IL_00ba; } IL_0094: { goto IL_00b3; } IL_0099: { BigInteger_t2902905090 * L_36 = V_1; NullCheck(L_36); UInt32U5BU5D_t2770800703* L_37 = L_36->get_data_1(); uint32_t L_38 = V_2; int32_t L_39 = V_0; if ((int64_t)(((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((uint64_t)L_38))), (int64_t)(((int64_t)((int64_t)L_39)))))) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(),Kernel_LeftShift_m4140742987_RuntimeMethod_var); BigInteger_t2902905090 * L_40 = ___bi0; NullCheck(L_40); UInt32U5BU5D_t2770800703* L_41 = L_40->get_data_1(); uint32_t L_42 = V_2; NullCheck(L_41); uintptr_t L_43 = (((uintptr_t)L_42)); uint32_t L_44 = (L_41)->GetAt(static_cast(L_43)); NullCheck(L_37); (L_37)->SetAt(static_cast((((intptr_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((uint64_t)L_38))), (int64_t)(((int64_t)((int64_t)L_39)))))))), (uint32_t)L_44); uint32_t L_45 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)); } IL_00b3: { uint32_t L_46 = V_2; uint32_t L_47 = V_3; if ((!(((uint32_t)L_46) >= ((uint32_t)L_47)))) { goto IL_0099; } } IL_00ba: { BigInteger_t2902905090 * L_48 = V_1; NullCheck(L_48); BigInteger_Normalize_m3021106862(L_48, /*hidden argument*/NULL); BigInteger_t2902905090 * L_49 = V_1; return L_49; } } // Mono.Math.BigInteger Mono.Math.BigInteger/Kernel::RightShift(Mono.Math.BigInteger,System.Int32) extern "C" IL2CPP_METHOD_ATTR BigInteger_t2902905090 * Kernel_RightShift_m3246168448 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___bi0, int32_t ___n1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Kernel_RightShift_m3246168448_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; BigInteger_t2902905090 * V_2 = NULL; uint32_t V_3 = 0; uint32_t V_4 = 0; uint32_t V_5 = 0; { int32_t L_0 = ___n1; if (L_0) { goto IL_000d; } } { BigInteger_t2902905090 * L_1 = ___bi0; BigInteger_t2902905090 * L_2 = (BigInteger_t2902905090 *)il2cpp_codegen_object_new(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger__ctor_m2108826647(L_2, L_1, /*hidden argument*/NULL); return L_2; } IL_000d: { int32_t L_3 = ___n1; V_0 = ((int32_t)((int32_t)L_3>>(int32_t)5)); int32_t L_4 = ___n1; V_1 = ((int32_t)((int32_t)L_4&(int32_t)((int32_t)31))); BigInteger_t2902905090 * L_5 = ___bi0; NullCheck(L_5); uint32_t L_6 = L_5->get_length_0(); int32_t L_7 = V_0; BigInteger_t2902905090 * L_8 = (BigInteger_t2902905090 *)il2cpp_codegen_object_new(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger__ctor_m3473491062(L_8, 1, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)), (int32_t)1)), /*hidden argument*/NULL); V_2 = L_8; BigInteger_t2902905090 * L_9 = V_2; NullCheck(L_9); UInt32U5BU5D_t2770800703* L_10 = L_9->get_data_1(); NullCheck(L_10); V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length)))), (int32_t)1)); int32_t L_11 = V_1; if (!L_11) { goto IL_007e; } } { V_5 = 0; goto IL_006e; } IL_0040: { BigInteger_t2902905090 * L_12 = ___bi0; NullCheck(L_12); UInt32U5BU5D_t2770800703* L_13 = L_12->get_data_1(); uint32_t L_14 = V_3; int32_t L_15 = V_0; if ((int64_t)(((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((uint64_t)L_14))), (int64_t)(((int64_t)((int64_t)L_15)))))) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(),Kernel_RightShift_m3246168448_RuntimeMethod_var); NullCheck(L_13); intptr_t L_16 = (((intptr_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((uint64_t)L_14))), (int64_t)(((int64_t)((int64_t)L_15))))))); uint32_t L_17 = (L_13)->GetAt(static_cast(L_16)); V_4 = L_17; BigInteger_t2902905090 * L_18 = V_2; NullCheck(L_18); UInt32U5BU5D_t2770800703* L_19 = L_18->get_data_1(); uint32_t L_20 = V_3; uint32_t L_21 = V_4; int32_t L_22 = ___n1; uint32_t L_23 = V_5; NullCheck(L_19); (L_19)->SetAt(static_cast((((uintptr_t)L_20))), (uint32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_21>>((int32_t)((int32_t)L_22&(int32_t)((int32_t)31)))))|(int32_t)L_23))); uint32_t L_24 = V_4; int32_t L_25 = ___n1; V_5 = ((int32_t)((int32_t)L_24<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)32), (int32_t)L_25))&(int32_t)((int32_t)31))))); } IL_006e: { uint32_t L_26 = V_3; uint32_t L_27 = L_26; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)1)); if ((!(((uint32_t)L_27) <= ((uint32_t)0)))) { goto IL_0040; } } { goto IL_00a4; } IL_007e: { goto IL_0099; } IL_0083: { BigInteger_t2902905090 * L_28 = V_2; NullCheck(L_28); UInt32U5BU5D_t2770800703* L_29 = L_28->get_data_1(); uint32_t L_30 = V_3; BigInteger_t2902905090 * L_31 = ___bi0; NullCheck(L_31); UInt32U5BU5D_t2770800703* L_32 = L_31->get_data_1(); uint32_t L_33 = V_3; int32_t L_34 = V_0; if ((int64_t)(((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((uint64_t)L_33))), (int64_t)(((int64_t)((int64_t)L_34)))))) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(),Kernel_RightShift_m3246168448_RuntimeMethod_var); NullCheck(L_32); intptr_t L_35 = (((intptr_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((uint64_t)L_33))), (int64_t)(((int64_t)((int64_t)L_34))))))); uint32_t L_36 = (L_32)->GetAt(static_cast(L_35)); NullCheck(L_29); (L_29)->SetAt(static_cast((((uintptr_t)L_30))), (uint32_t)L_36); } IL_0099: { uint32_t L_37 = V_3; uint32_t L_38 = L_37; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)1)); if ((!(((uint32_t)L_38) <= ((uint32_t)0)))) { goto IL_0083; } } IL_00a4: { BigInteger_t2902905090 * L_39 = V_2; NullCheck(L_39); BigInteger_Normalize_m3021106862(L_39, /*hidden argument*/NULL); BigInteger_t2902905090 * L_40 = V_2; return L_40; } } // System.Void Mono.Math.BigInteger/Kernel::Multiply(System.UInt32[],System.UInt32,System.UInt32,System.UInt32[],System.UInt32,System.UInt32,System.UInt32[],System.UInt32) extern "C" IL2CPP_METHOD_ATTR void Kernel_Multiply_m193213393 (RuntimeObject * __this /* static, unused */, UInt32U5BU5D_t2770800703* ___x0, uint32_t ___xOffset1, uint32_t ___xLen2, UInt32U5BU5D_t2770800703* ___y3, uint32_t ___yOffset4, uint32_t ___yLen5, UInt32U5BU5D_t2770800703* ___d6, uint32_t ___dOffset7, const RuntimeMethod* method) { uint32_t* V_0 = NULL; uint32_t* V_1 = NULL; uint32_t* V_2 = NULL; uint32_t* V_3 = NULL; uint32_t* V_4 = NULL; uint32_t* V_5 = NULL; uint32_t* V_6 = NULL; uint32_t* V_7 = NULL; uint64_t V_8 = 0; uint32_t* V_9 = NULL; uint32_t* V_10 = NULL; uintptr_t G_B4_0 = 0; uintptr_t G_B8_0 = 0; uintptr_t G_B12_0 = 0; { UInt32U5BU5D_t2770800703* L_0 = ___x0; if (!L_0) { goto IL_000e; } } { UInt32U5BU5D_t2770800703* L_1 = ___x0; NullCheck(L_1); if ((((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))) { goto IL_0015; } } IL_000e: { G_B4_0 = (((uintptr_t)0)); goto IL_001c; } IL_0015: { UInt32U5BU5D_t2770800703* L_2 = ___x0; NullCheck(L_2); G_B4_0 = ((uintptr_t)(((L_2)->GetAddressAt(static_cast(0))))); } IL_001c: { V_0 = (uint32_t*)G_B4_0; UInt32U5BU5D_t2770800703* L_3 = ___y3; if (!L_3) { goto IL_002b; } } { UInt32U5BU5D_t2770800703* L_4 = ___y3; NullCheck(L_4); if ((((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))) { goto IL_0032; } } IL_002b: { G_B8_0 = (((uintptr_t)0)); goto IL_0039; } IL_0032: { UInt32U5BU5D_t2770800703* L_5 = ___y3; NullCheck(L_5); G_B8_0 = ((uintptr_t)(((L_5)->GetAddressAt(static_cast(0))))); } IL_0039: { V_1 = (uint32_t*)G_B8_0; UInt32U5BU5D_t2770800703* L_6 = ___d6; if (!L_6) { goto IL_004a; } } { UInt32U5BU5D_t2770800703* L_7 = ___d6; NullCheck(L_7); if ((((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length))))) { goto IL_0051; } } IL_004a: { G_B12_0 = (((uintptr_t)0)); goto IL_0059; } IL_0051: { UInt32U5BU5D_t2770800703* L_8 = ___d6; NullCheck(L_8); G_B12_0 = ((uintptr_t)(((L_8)->GetAddressAt(static_cast(0))))); } IL_0059: { V_2 = (uint32_t*)G_B12_0; uint32_t* L_9 = V_0; uint32_t L_10 = ___xOffset1; V_3 = (uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_9, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((uintptr_t)L_10)), (int32_t)4)))); uint32_t* L_11 = V_3; uint32_t L_12 = ___xLen2; V_4 = (uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_11, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((uintptr_t)L_12)), (int32_t)4)))); uint32_t* L_13 = V_1; uint32_t L_14 = ___yOffset4; V_5 = (uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((uintptr_t)L_14)), (int32_t)4)))); uint32_t* L_15 = V_5; uint32_t L_16 = ___yLen5; V_6 = (uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_15, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((uintptr_t)L_16)), (int32_t)4)))); uint32_t* L_17 = V_2; uint32_t L_18 = ___dOffset7; V_7 = (uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_17, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((uintptr_t)L_18)), (int32_t)4)))); goto IL_00f6; } IL_008a: { uint32_t* L_19 = V_3; if ((*((uint32_t*)L_19))) { goto IL_0096; } } { goto IL_00ea; } IL_0096: { V_8 = (((int64_t)((int64_t)0))); uint32_t* L_20 = V_7; V_9 = (uint32_t*)L_20; uint32_t* L_21 = V_5; V_10 = (uint32_t*)L_21; goto IL_00d4; } IL_00a7: { uint64_t L_22 = V_8; uint32_t* L_23 = V_3; uint32_t* L_24 = V_10; uint32_t* L_25 = V_9; V_8 = ((int64_t)il2cpp_codegen_add((int64_t)L_22, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(*((uint32_t*)L_23)))))))), (int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(*((uint32_t*)L_24)))))))))), (int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(*((uint32_t*)L_25)))))))))))); uint32_t* L_26 = V_9; uint64_t L_27 = V_8; *((int32_t*)(L_26)) = (int32_t)(((int32_t)((uint32_t)L_27))); uint64_t L_28 = V_8; V_8 = ((int64_t)((uint64_t)L_28>>((int32_t)32))); uint32_t* L_29 = V_10; V_10 = (uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_29, (intptr_t)(((intptr_t)4)))); uint32_t* L_30 = V_9; V_9 = (uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_30, (intptr_t)(((intptr_t)4)))); } IL_00d4: { uint32_t* L_31 = V_10; uint32_t* L_32 = V_6; if ((!(((uintptr_t)L_31) >= ((uintptr_t)L_32)))) { goto IL_00a7; } } { uint64_t L_33 = V_8; if (!L_33) { goto IL_00ea; } } { uint32_t* L_34 = V_9; uint64_t L_35 = V_8; *((int32_t*)(L_34)) = (int32_t)(((int32_t)((uint32_t)L_35))); } IL_00ea: { uint32_t* L_36 = V_3; V_3 = (uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_36, (intptr_t)(((intptr_t)4)))); uint32_t* L_37 = V_7; V_7 = (uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_37, (intptr_t)(((intptr_t)4)))); } IL_00f6: { uint32_t* L_38 = V_3; uint32_t* L_39 = V_4; if ((!(((uintptr_t)L_38) >= ((uintptr_t)L_39)))) { goto IL_008a; } } { V_0 = (uint32_t*)(((uintptr_t)0)); V_1 = (uint32_t*)(((uintptr_t)0)); V_2 = (uint32_t*)(((uintptr_t)0)); return; } } // System.Void Mono.Math.BigInteger/Kernel::MultiplyMod2p32pmod(System.UInt32[],System.Int32,System.Int32,System.UInt32[],System.Int32,System.Int32,System.UInt32[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Kernel_MultiplyMod2p32pmod_m451690680 (RuntimeObject * __this /* static, unused */, UInt32U5BU5D_t2770800703* ___x0, int32_t ___xOffset1, int32_t ___xLen2, UInt32U5BU5D_t2770800703* ___y3, int32_t ___yOffest4, int32_t ___yLen5, UInt32U5BU5D_t2770800703* ___d6, int32_t ___dOffset7, int32_t ___mod8, const RuntimeMethod* method) { uint32_t* V_0 = NULL; uint32_t* V_1 = NULL; uint32_t* V_2 = NULL; uint32_t* V_3 = NULL; uint32_t* V_4 = NULL; uint32_t* V_5 = NULL; uint32_t* V_6 = NULL; uint32_t* V_7 = NULL; uint32_t* V_8 = NULL; uint64_t V_9 = 0; uint32_t* V_10 = NULL; uint32_t* V_11 = NULL; uintptr_t G_B4_0 = 0; uintptr_t G_B8_0 = 0; uintptr_t G_B12_0 = 0; { UInt32U5BU5D_t2770800703* L_0 = ___x0; if (!L_0) { goto IL_000e; } } { UInt32U5BU5D_t2770800703* L_1 = ___x0; NullCheck(L_1); if ((((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))) { goto IL_0015; } } IL_000e: { G_B4_0 = (((uintptr_t)0)); goto IL_001c; } IL_0015: { UInt32U5BU5D_t2770800703* L_2 = ___x0; NullCheck(L_2); G_B4_0 = ((uintptr_t)(((L_2)->GetAddressAt(static_cast(0))))); } IL_001c: { V_0 = (uint32_t*)G_B4_0; UInt32U5BU5D_t2770800703* L_3 = ___y3; if (!L_3) { goto IL_002b; } } { UInt32U5BU5D_t2770800703* L_4 = ___y3; NullCheck(L_4); if ((((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))) { goto IL_0032; } } IL_002b: { G_B8_0 = (((uintptr_t)0)); goto IL_0039; } IL_0032: { UInt32U5BU5D_t2770800703* L_5 = ___y3; NullCheck(L_5); G_B8_0 = ((uintptr_t)(((L_5)->GetAddressAt(static_cast(0))))); } IL_0039: { V_1 = (uint32_t*)G_B8_0; UInt32U5BU5D_t2770800703* L_6 = ___d6; if (!L_6) { goto IL_004a; } } { UInt32U5BU5D_t2770800703* L_7 = ___d6; NullCheck(L_7); if ((((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length))))) { goto IL_0051; } } IL_004a: { G_B12_0 = (((uintptr_t)0)); goto IL_0059; } IL_0051: { UInt32U5BU5D_t2770800703* L_8 = ___d6; NullCheck(L_8); G_B12_0 = ((uintptr_t)(((L_8)->GetAddressAt(static_cast(0))))); } IL_0059: { V_2 = (uint32_t*)G_B12_0; uint32_t* L_9 = V_0; int32_t L_10 = ___xOffset1; V_3 = (uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_9, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_10, (int32_t)4)))); uint32_t* L_11 = V_3; int32_t L_12 = ___xLen2; V_4 = (uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_11, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_12, (int32_t)4)))); uint32_t* L_13 = V_1; int32_t L_14 = ___yOffest4; V_5 = (uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_13, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_14, (int32_t)4)))); uint32_t* L_15 = V_5; int32_t L_16 = ___yLen5; V_6 = (uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_15, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_16, (int32_t)4)))); uint32_t* L_17 = V_2; int32_t L_18 = ___dOffset7; V_7 = (uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_17, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_18, (int32_t)4)))); uint32_t* L_19 = V_7; int32_t L_20 = ___mod8; V_8 = (uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_19, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_20, (int32_t)4)))); goto IL_010c; } IL_008e: { uint32_t* L_21 = V_3; if ((*((uint32_t*)L_21))) { goto IL_009a; } } { goto IL_0100; } IL_009a: { V_9 = (((int64_t)((int64_t)0))); uint32_t* L_22 = V_7; V_10 = (uint32_t*)L_22; uint32_t* L_23 = V_5; V_11 = (uint32_t*)L_23; goto IL_00d8; } IL_00ab: { uint64_t L_24 = V_9; uint32_t* L_25 = V_3; uint32_t* L_26 = V_11; uint32_t* L_27 = V_10; V_9 = ((int64_t)il2cpp_codegen_add((int64_t)L_24, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(*((uint32_t*)L_25)))))))), (int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(*((uint32_t*)L_26)))))))))), (int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(*((uint32_t*)L_27)))))))))))); uint32_t* L_28 = V_10; uint64_t L_29 = V_9; *((int32_t*)(L_28)) = (int32_t)(((int32_t)((uint32_t)L_29))); uint64_t L_30 = V_9; V_9 = ((int64_t)((uint64_t)L_30>>((int32_t)32))); uint32_t* L_31 = V_11; V_11 = (uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_31, (intptr_t)(((intptr_t)4)))); uint32_t* L_32 = V_10; V_10 = (uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_32, (intptr_t)(((intptr_t)4)))); } IL_00d8: { uint32_t* L_33 = V_11; uint32_t* L_34 = V_6; if ((!(((uintptr_t)L_33) < ((uintptr_t)L_34)))) { goto IL_00ea; } } { uint32_t* L_35 = V_10; uint32_t* L_36 = V_8; if ((!(((uintptr_t)L_35) >= ((uintptr_t)L_36)))) { goto IL_00ab; } } IL_00ea: { uint64_t L_37 = V_9; if (!L_37) { goto IL_0100; } } { uint32_t* L_38 = V_10; uint32_t* L_39 = V_8; if ((!(((uintptr_t)L_38) < ((uintptr_t)L_39)))) { goto IL_0100; } } { uint32_t* L_40 = V_10; uint64_t L_41 = V_9; *((int32_t*)(L_40)) = (int32_t)(((int32_t)((uint32_t)L_41))); } IL_0100: { uint32_t* L_42 = V_3; V_3 = (uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_42, (intptr_t)(((intptr_t)4)))); uint32_t* L_43 = V_7; V_7 = (uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_43, (intptr_t)(((intptr_t)4)))); } IL_010c: { uint32_t* L_44 = V_3; uint32_t* L_45 = V_4; if ((!(((uintptr_t)L_44) >= ((uintptr_t)L_45)))) { goto IL_008e; } } { V_0 = (uint32_t*)(((uintptr_t)0)); V_1 = (uint32_t*)(((uintptr_t)0)); V_2 = (uint32_t*)(((uintptr_t)0)); return; } } // System.UInt32 Mono.Math.BigInteger/Kernel::modInverse(Mono.Math.BigInteger,System.UInt32) extern "C" IL2CPP_METHOD_ATTR uint32_t Kernel_modInverse_m4048046181 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___bi0, uint32_t ___modulus1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Kernel_modInverse_m4048046181_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; uint32_t V_1 = 0; uint32_t V_2 = 0; uint32_t V_3 = 0; { uint32_t L_0 = ___modulus1; V_0 = L_0; BigInteger_t2902905090 * L_1 = ___bi0; uint32_t L_2 = ___modulus1; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); uint32_t L_3 = BigInteger_op_Modulus_m3242311550(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); V_1 = L_3; V_2 = 0; V_3 = 1; goto IL_004a; } IL_0013: { uint32_t L_4 = V_1; if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_001c; } } { uint32_t L_5 = V_3; return L_5; } IL_001c: { uint32_t L_6 = V_2; uint32_t L_7 = V_0; uint32_t L_8 = V_1; uint32_t L_9 = V_3; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((uint32_t)(int32_t)L_7/(uint32_t)(int32_t)L_8)), (int32_t)L_9)))); uint32_t L_10 = V_0; uint32_t L_11 = V_1; V_0 = ((int32_t)((uint32_t)(int32_t)L_10%(uint32_t)(int32_t)L_11)); uint32_t L_12 = V_0; if (L_12) { goto IL_0033; } } { goto IL_0050; } IL_0033: { uint32_t L_13 = V_0; if ((!(((uint32_t)L_13) == ((uint32_t)1)))) { goto IL_003e; } } { uint32_t L_14 = ___modulus1; uint32_t L_15 = V_2; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_15)); } IL_003e: { uint32_t L_16 = V_3; uint32_t L_17 = V_1; uint32_t L_18 = V_0; uint32_t L_19 = V_2; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((uint32_t)(int32_t)L_17/(uint32_t)(int32_t)L_18)), (int32_t)L_19)))); uint32_t L_20 = V_1; uint32_t L_21 = V_0; V_1 = ((int32_t)((uint32_t)(int32_t)L_20%(uint32_t)(int32_t)L_21)); } IL_004a: { uint32_t L_22 = V_1; if (L_22) { goto IL_0013; } } IL_0050: { return 0; } } // Mono.Math.BigInteger Mono.Math.BigInteger/Kernel::modInverse(Mono.Math.BigInteger,Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR BigInteger_t2902905090 * Kernel_modInverse_m652700340 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___bi0, BigInteger_t2902905090 * ___modulus1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Kernel_modInverse_m652700340_MetadataUsageId); s_Il2CppMethodInitialized = true; } BigIntegerU5BU5D_t2349952477* V_0 = NULL; BigIntegerU5BU5D_t2349952477* V_1 = NULL; BigIntegerU5BU5D_t2349952477* V_2 = NULL; int32_t V_3 = 0; BigInteger_t2902905090 * V_4 = NULL; BigInteger_t2902905090 * V_5 = NULL; ModulusRing_t596511505 * V_6 = NULL; BigInteger_t2902905090 * V_7 = NULL; BigIntegerU5BU5D_t2349952477* V_8 = NULL; { BigInteger_t2902905090 * L_0 = ___modulus1; NullCheck(L_0); uint32_t L_1 = L_0->get_length_0(); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_0020; } } { BigInteger_t2902905090 * L_2 = ___bi0; BigInteger_t2902905090 * L_3 = ___modulus1; NullCheck(L_3); UInt32U5BU5D_t2770800703* L_4 = L_3->get_data_1(); NullCheck(L_4); int32_t L_5 = 0; uint32_t L_6 = (L_4)->GetAt(static_cast(L_5)); uint32_t L_7 = Kernel_modInverse_m4048046181(NULL /*static, unused*/, L_2, L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger_t2902905090 * L_8 = BigInteger_op_Implicit_m3414367033(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); return L_8; } IL_0020: { BigIntegerU5BU5D_t2349952477* L_9 = ((BigIntegerU5BU5D_t2349952477*)SZArrayNew(BigIntegerU5BU5D_t2349952477_il2cpp_TypeInfo_var, (uint32_t)2)); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger_t2902905090 * L_10 = BigInteger_op_Implicit_m2547142909(NULL /*static, unused*/, 0, /*hidden argument*/NULL); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast(0), (BigInteger_t2902905090 *)L_10); BigIntegerU5BU5D_t2349952477* L_11 = L_9; BigInteger_t2902905090 * L_12 = BigInteger_op_Implicit_m2547142909(NULL /*static, unused*/, 1, /*hidden argument*/NULL); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(1), (BigInteger_t2902905090 *)L_12); V_0 = L_11; V_1 = ((BigIntegerU5BU5D_t2349952477*)SZArrayNew(BigIntegerU5BU5D_t2349952477_il2cpp_TypeInfo_var, (uint32_t)2)); BigIntegerU5BU5D_t2349952477* L_13 = ((BigIntegerU5BU5D_t2349952477*)SZArrayNew(BigIntegerU5BU5D_t2349952477_il2cpp_TypeInfo_var, (uint32_t)2)); BigInteger_t2902905090 * L_14 = BigInteger_op_Implicit_m2547142909(NULL /*static, unused*/, 0, /*hidden argument*/NULL); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(0), (BigInteger_t2902905090 *)L_14); BigIntegerU5BU5D_t2349952477* L_15 = L_13; BigInteger_t2902905090 * L_16 = BigInteger_op_Implicit_m2547142909(NULL /*static, unused*/, 0, /*hidden argument*/NULL); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_16); (L_15)->SetAt(static_cast(1), (BigInteger_t2902905090 *)L_16); V_2 = L_15; V_3 = 0; BigInteger_t2902905090 * L_17 = ___modulus1; V_4 = L_17; BigInteger_t2902905090 * L_18 = ___bi0; V_5 = L_18; BigInteger_t2902905090 * L_19 = ___modulus1; ModulusRing_t596511505 * L_20 = (ModulusRing_t596511505 *)il2cpp_codegen_object_new(ModulusRing_t596511505_il2cpp_TypeInfo_var); ModulusRing__ctor_m2420310199(L_20, L_19, /*hidden argument*/NULL); V_6 = L_20; goto IL_00ca; } IL_006e: { int32_t L_21 = V_3; if ((((int32_t)L_21) <= ((int32_t)1))) { goto IL_0097; } } { ModulusRing_t596511505 * L_22 = V_6; BigIntegerU5BU5D_t2349952477* L_23 = V_0; NullCheck(L_23); int32_t L_24 = 0; BigInteger_t2902905090 * L_25 = (L_23)->GetAt(static_cast(L_24)); BigIntegerU5BU5D_t2349952477* L_26 = V_0; NullCheck(L_26); int32_t L_27 = 1; BigInteger_t2902905090 * L_28 = (L_26)->GetAt(static_cast(L_27)); BigIntegerU5BU5D_t2349952477* L_29 = V_1; NullCheck(L_29); int32_t L_30 = 0; BigInteger_t2902905090 * L_31 = (L_29)->GetAt(static_cast(L_30)); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger_t2902905090 * L_32 = BigInteger_op_Multiply_m3683746602(NULL /*static, unused*/, L_28, L_31, /*hidden argument*/NULL); NullCheck(L_22); BigInteger_t2902905090 * L_33 = ModulusRing_Difference_m3686091506(L_22, L_25, L_32, /*hidden argument*/NULL); V_7 = L_33; BigIntegerU5BU5D_t2349952477* L_34 = V_0; BigIntegerU5BU5D_t2349952477* L_35 = V_0; NullCheck(L_35); int32_t L_36 = 1; BigInteger_t2902905090 * L_37 = (L_35)->GetAt(static_cast(L_36)); NullCheck(L_34); ArrayElementTypeCheck (L_34, L_37); (L_34)->SetAt(static_cast(0), (BigInteger_t2902905090 *)L_37); BigIntegerU5BU5D_t2349952477* L_38 = V_0; BigInteger_t2902905090 * L_39 = V_7; NullCheck(L_38); ArrayElementTypeCheck (L_38, L_39); (L_38)->SetAt(static_cast(1), (BigInteger_t2902905090 *)L_39); } IL_0097: { BigInteger_t2902905090 * L_40 = V_4; BigInteger_t2902905090 * L_41 = V_5; BigIntegerU5BU5D_t2349952477* L_42 = Kernel_multiByteDivide_m450694282(NULL /*static, unused*/, L_40, L_41, /*hidden argument*/NULL); V_8 = L_42; BigIntegerU5BU5D_t2349952477* L_43 = V_1; BigIntegerU5BU5D_t2349952477* L_44 = V_1; NullCheck(L_44); int32_t L_45 = 1; BigInteger_t2902905090 * L_46 = (L_44)->GetAt(static_cast(L_45)); NullCheck(L_43); ArrayElementTypeCheck (L_43, L_46); (L_43)->SetAt(static_cast(0), (BigInteger_t2902905090 *)L_46); BigIntegerU5BU5D_t2349952477* L_47 = V_1; BigIntegerU5BU5D_t2349952477* L_48 = V_8; NullCheck(L_48); int32_t L_49 = 0; BigInteger_t2902905090 * L_50 = (L_48)->GetAt(static_cast(L_49)); NullCheck(L_47); ArrayElementTypeCheck (L_47, L_50); (L_47)->SetAt(static_cast(1), (BigInteger_t2902905090 *)L_50); BigIntegerU5BU5D_t2349952477* L_51 = V_2; BigIntegerU5BU5D_t2349952477* L_52 = V_2; NullCheck(L_52); int32_t L_53 = 1; BigInteger_t2902905090 * L_54 = (L_52)->GetAt(static_cast(L_53)); NullCheck(L_51); ArrayElementTypeCheck (L_51, L_54); (L_51)->SetAt(static_cast(0), (BigInteger_t2902905090 *)L_54); BigIntegerU5BU5D_t2349952477* L_55 = V_2; BigIntegerU5BU5D_t2349952477* L_56 = V_8; NullCheck(L_56); int32_t L_57 = 1; BigInteger_t2902905090 * L_58 = (L_56)->GetAt(static_cast(L_57)); NullCheck(L_55); ArrayElementTypeCheck (L_55, L_58); (L_55)->SetAt(static_cast(1), (BigInteger_t2902905090 *)L_58); BigInteger_t2902905090 * L_59 = V_5; V_4 = L_59; BigIntegerU5BU5D_t2349952477* L_60 = V_8; NullCheck(L_60); int32_t L_61 = 1; BigInteger_t2902905090 * L_62 = (L_60)->GetAt(static_cast(L_61)); V_5 = L_62; int32_t L_63 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)1)); } IL_00ca: { BigInteger_t2902905090 * L_64 = V_5; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_65 = BigInteger_op_Inequality_m3469726044(NULL /*static, unused*/, L_64, 0, /*hidden argument*/NULL); if (L_65) { goto IL_006e; } } { BigIntegerU5BU5D_t2349952477* L_66 = V_2; NullCheck(L_66); int32_t L_67 = 0; BigInteger_t2902905090 * L_68 = (L_66)->GetAt(static_cast(L_67)); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_69 = BigInteger_op_Inequality_m3469726044(NULL /*static, unused*/, L_68, 1, /*hidden argument*/NULL); if (!L_69) { goto IL_00f0; } } { ArithmeticException_t4283546778 * L_70 = (ArithmeticException_t4283546778 *)il2cpp_codegen_object_new(ArithmeticException_t4283546778_il2cpp_TypeInfo_var); ArithmeticException__ctor_m3551809662(L_70, _stringLiteral3592288577, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_70,Kernel_modInverse_m652700340_RuntimeMethod_var); } IL_00f0: { ModulusRing_t596511505 * L_71 = V_6; BigIntegerU5BU5D_t2349952477* L_72 = V_0; NullCheck(L_72); int32_t L_73 = 0; BigInteger_t2902905090 * L_74 = (L_72)->GetAt(static_cast(L_73)); BigIntegerU5BU5D_t2349952477* L_75 = V_0; NullCheck(L_75); int32_t L_76 = 1; BigInteger_t2902905090 * L_77 = (L_75)->GetAt(static_cast(L_76)); BigIntegerU5BU5D_t2349952477* L_78 = V_1; NullCheck(L_78); int32_t L_79 = 0; BigInteger_t2902905090 * L_80 = (L_78)->GetAt(static_cast(L_79)); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger_t2902905090 * L_81 = BigInteger_op_Multiply_m3683746602(NULL /*static, unused*/, L_77, L_80, /*hidden argument*/NULL); NullCheck(L_71); BigInteger_t2902905090 * L_82 = ModulusRing_Difference_m3686091506(L_71, L_74, L_81, /*hidden argument*/NULL); return L_82; } } #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 Mono.Math.BigInteger/ModulusRing::.ctor(Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR void ModulusRing__ctor_m2420310199 (ModulusRing_t596511505 * __this, BigInteger_t2902905090 * ___modulus0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ModulusRing__ctor_m2420310199_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; { Object__ctor_m297566312(__this, /*hidden argument*/NULL); BigInteger_t2902905090 * L_0 = ___modulus0; __this->set_mod_0(L_0); BigInteger_t2902905090 * L_1 = __this->get_mod_0(); NullCheck(L_1); uint32_t L_2 = L_1->get_length_0(); V_0 = ((int32_t)((int32_t)L_2<<(int32_t)1)); uint32_t L_3 = V_0; BigInteger_t2902905090 * L_4 = (BigInteger_t2902905090 *)il2cpp_codegen_object_new(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger__ctor_m3473491062(L_4, 1, ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)), /*hidden argument*/NULL); __this->set_constant_1(L_4); BigInteger_t2902905090 * L_5 = __this->get_constant_1(); NullCheck(L_5); UInt32U5BU5D_t2770800703* L_6 = L_5->get_data_1(); uint32_t L_7 = V_0; NullCheck(L_6); (L_6)->SetAt(static_cast((((uintptr_t)L_7))), (uint32_t)1); BigInteger_t2902905090 * L_8 = __this->get_constant_1(); BigInteger_t2902905090 * L_9 = __this->get_mod_0(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger_t2902905090 * L_10 = BigInteger_op_Division_m3713793389(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); __this->set_constant_1(L_10); return; } } // System.Void Mono.Math.BigInteger/ModulusRing::BarrettReduction(Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR void ModulusRing_BarrettReduction_m3024442734 (ModulusRing_t596511505 * __this, BigInteger_t2902905090 * ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ModulusRing_BarrettReduction_m3024442734_MetadataUsageId); s_Il2CppMethodInitialized = true; } BigInteger_t2902905090 * V_0 = NULL; uint32_t V_1 = 0; uint32_t V_2 = 0; uint32_t V_3 = 0; BigInteger_t2902905090 * V_4 = NULL; uint32_t V_5 = 0; BigInteger_t2902905090 * V_6 = NULL; BigInteger_t2902905090 * V_7 = NULL; uint32_t G_B7_0 = 0; { BigInteger_t2902905090 * L_0 = __this->get_mod_0(); V_0 = L_0; BigInteger_t2902905090 * L_1 = V_0; NullCheck(L_1); uint32_t L_2 = L_1->get_length_0(); V_1 = L_2; uint32_t L_3 = V_1; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); uint32_t L_4 = V_1; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); BigInteger_t2902905090 * L_5 = ___x0; NullCheck(L_5); uint32_t L_6 = L_5->get_length_0(); uint32_t L_7 = V_1; if ((!(((uint32_t)L_6) < ((uint32_t)L_7)))) { goto IL_0023; } } { return; } IL_0023: { BigInteger_t2902905090 * L_8 = ___x0; NullCheck(L_8); UInt32U5BU5D_t2770800703* L_9 = L_8->get_data_1(); NullCheck(L_9); BigInteger_t2902905090 * L_10 = ___x0; NullCheck(L_10); uint32_t L_11 = L_10->get_length_0(); if ((((int64_t)(((int64_t)((int64_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length)))))))) >= ((int64_t)(((int64_t)((uint64_t)L_11)))))) { goto IL_0043; } } { IndexOutOfRangeException_t1578797820 * L_12 = (IndexOutOfRangeException_t1578797820 *)il2cpp_codegen_object_new(IndexOutOfRangeException_t1578797820_il2cpp_TypeInfo_var); IndexOutOfRangeException__ctor_m3408750441(L_12, _stringLiteral1441813354, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,ModulusRing_BarrettReduction_m3024442734_RuntimeMethod_var); } IL_0043: { BigInteger_t2902905090 * L_13 = ___x0; NullCheck(L_13); uint32_t L_14 = L_13->get_length_0(); uint32_t L_15 = V_3; BigInteger_t2902905090 * L_16 = __this->get_constant_1(); NullCheck(L_16); uint32_t L_17 = L_16->get_length_0(); BigInteger_t2902905090 * L_18 = (BigInteger_t2902905090 *)il2cpp_codegen_object_new(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger__ctor_m3473491062(L_18, 1, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_15)), (int32_t)L_17)), /*hidden argument*/NULL); V_4 = L_18; BigInteger_t2902905090 * L_19 = ___x0; NullCheck(L_19); UInt32U5BU5D_t2770800703* L_20 = L_19->get_data_1(); uint32_t L_21 = V_3; BigInteger_t2902905090 * L_22 = ___x0; NullCheck(L_22); uint32_t L_23 = L_22->get_length_0(); uint32_t L_24 = V_3; BigInteger_t2902905090 * L_25 = __this->get_constant_1(); NullCheck(L_25); UInt32U5BU5D_t2770800703* L_26 = L_25->get_data_1(); BigInteger_t2902905090 * L_27 = __this->get_constant_1(); NullCheck(L_27); uint32_t L_28 = L_27->get_length_0(); BigInteger_t2902905090 * L_29 = V_4; NullCheck(L_29); UInt32U5BU5D_t2770800703* L_30 = L_29->get_data_1(); Kernel_Multiply_m193213393(NULL /*static, unused*/, L_20, L_21, ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)L_24)), L_26, 0, L_28, L_30, 0, /*hidden argument*/NULL); BigInteger_t2902905090 * L_31 = ___x0; NullCheck(L_31); uint32_t L_32 = L_31->get_length_0(); uint32_t L_33 = V_2; if ((!(((uint32_t)L_32) > ((uint32_t)L_33)))) { goto IL_00a4; } } { uint32_t L_34 = V_2; G_B7_0 = L_34; goto IL_00aa; } IL_00a4: { BigInteger_t2902905090 * L_35 = ___x0; NullCheck(L_35); uint32_t L_36 = L_35->get_length_0(); G_B7_0 = L_36; } IL_00aa: { V_5 = G_B7_0; BigInteger_t2902905090 * L_37 = ___x0; uint32_t L_38 = V_5; NullCheck(L_37); L_37->set_length_0(L_38); BigInteger_t2902905090 * L_39 = ___x0; NullCheck(L_39); BigInteger_Normalize_m3021106862(L_39, /*hidden argument*/NULL); uint32_t L_40 = V_2; BigInteger_t2902905090 * L_41 = (BigInteger_t2902905090 *)il2cpp_codegen_object_new(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger__ctor_m3473491062(L_41, 1, L_40, /*hidden argument*/NULL); V_6 = L_41; BigInteger_t2902905090 * L_42 = V_4; NullCheck(L_42); UInt32U5BU5D_t2770800703* L_43 = L_42->get_data_1(); uint32_t L_44 = V_2; BigInteger_t2902905090 * L_45 = V_4; NullCheck(L_45); uint32_t L_46 = L_45->get_length_0(); uint32_t L_47 = V_2; BigInteger_t2902905090 * L_48 = V_0; NullCheck(L_48); UInt32U5BU5D_t2770800703* L_49 = L_48->get_data_1(); BigInteger_t2902905090 * L_50 = V_0; NullCheck(L_50); uint32_t L_51 = L_50->get_length_0(); BigInteger_t2902905090 * L_52 = V_6; NullCheck(L_52); UInt32U5BU5D_t2770800703* L_53 = L_52->get_data_1(); uint32_t L_54 = V_2; Kernel_MultiplyMod2p32pmod_m451690680(NULL /*static, unused*/, L_43, L_44, ((int32_t)il2cpp_codegen_subtract((int32_t)L_46, (int32_t)L_47)), L_49, 0, L_51, L_53, 0, L_54, /*hidden argument*/NULL); BigInteger_t2902905090 * L_55 = V_6; NullCheck(L_55); BigInteger_Normalize_m3021106862(L_55, /*hidden argument*/NULL); BigInteger_t2902905090 * L_56 = V_6; BigInteger_t2902905090 * L_57 = ___x0; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_58 = BigInteger_op_LessThanOrEqual_m3925173639(NULL /*static, unused*/, L_56, L_57, /*hidden argument*/NULL); if (!L_58) { goto IL_0110; } } { BigInteger_t2902905090 * L_59 = ___x0; BigInteger_t2902905090 * L_60 = V_6; Kernel_MinusEq_m2152832554(NULL /*static, unused*/, L_59, L_60, /*hidden argument*/NULL); goto IL_0137; } IL_0110: { uint32_t L_61 = V_2; BigInteger_t2902905090 * L_62 = (BigInteger_t2902905090 *)il2cpp_codegen_object_new(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger__ctor_m3473491062(L_62, 1, ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1)), /*hidden argument*/NULL); V_7 = L_62; BigInteger_t2902905090 * L_63 = V_7; NullCheck(L_63); UInt32U5BU5D_t2770800703* L_64 = L_63->get_data_1(); uint32_t L_65 = V_2; NullCheck(L_64); (L_64)->SetAt(static_cast((((uintptr_t)L_65))), (uint32_t)1); BigInteger_t2902905090 * L_66 = V_7; BigInteger_t2902905090 * L_67 = V_6; Kernel_MinusEq_m2152832554(NULL /*static, unused*/, L_66, L_67, /*hidden argument*/NULL); BigInteger_t2902905090 * L_68 = ___x0; BigInteger_t2902905090 * L_69 = V_7; Kernel_PlusEq_m136676638(NULL /*static, unused*/, L_68, L_69, /*hidden argument*/NULL); } IL_0137: { goto IL_0143; } IL_013c: { BigInteger_t2902905090 * L_70 = ___x0; BigInteger_t2902905090 * L_71 = V_0; Kernel_MinusEq_m2152832554(NULL /*static, unused*/, L_70, L_71, /*hidden argument*/NULL); } IL_0143: { BigInteger_t2902905090 * L_72 = ___x0; BigInteger_t2902905090 * L_73 = V_0; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_74 = BigInteger_op_GreaterThanOrEqual_m3313329514(NULL /*static, unused*/, L_72, L_73, /*hidden argument*/NULL); if (L_74) { goto IL_013c; } } { return; } } // Mono.Math.BigInteger Mono.Math.BigInteger/ModulusRing::Multiply(Mono.Math.BigInteger,Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR BigInteger_t2902905090 * ModulusRing_Multiply_m1975391470 (ModulusRing_t596511505 * __this, BigInteger_t2902905090 * ___a0, BigInteger_t2902905090 * ___b1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ModulusRing_Multiply_m1975391470_MetadataUsageId); s_Il2CppMethodInitialized = true; } BigInteger_t2902905090 * V_0 = NULL; { BigInteger_t2902905090 * L_0 = ___a0; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_1 = BigInteger_op_Equality_m3872814973(NULL /*static, unused*/, L_0, 0, /*hidden argument*/NULL); if (L_1) { goto IL_0018; } } { BigInteger_t2902905090 * L_2 = ___b1; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_3 = BigInteger_op_Equality_m3872814973(NULL /*static, unused*/, L_2, 0, /*hidden argument*/NULL); if (!L_3) { goto IL_001f; } } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger_t2902905090 * L_4 = BigInteger_op_Implicit_m2547142909(NULL /*static, unused*/, 0, /*hidden argument*/NULL); return L_4; } IL_001f: { BigInteger_t2902905090 * L_5 = ___a0; BigInteger_t2902905090 * L_6 = __this->get_mod_0(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_7 = BigInteger_op_GreaterThan_m2974122765(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_003e; } } { BigInteger_t2902905090 * L_8 = ___a0; BigInteger_t2902905090 * L_9 = __this->get_mod_0(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger_t2902905090 * L_10 = BigInteger_op_Modulus_m2565477533(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); ___a0 = L_10; } IL_003e: { BigInteger_t2902905090 * L_11 = ___b1; BigInteger_t2902905090 * L_12 = __this->get_mod_0(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_13 = BigInteger_op_GreaterThan_m2974122765(NULL /*static, unused*/, L_11, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_005d; } } { BigInteger_t2902905090 * L_14 = ___b1; BigInteger_t2902905090 * L_15 = __this->get_mod_0(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger_t2902905090 * L_16 = BigInteger_op_Modulus_m2565477533(NULL /*static, unused*/, L_14, L_15, /*hidden argument*/NULL); ___b1 = L_16; } IL_005d: { BigInteger_t2902905090 * L_17 = ___a0; BigInteger_t2902905090 * L_18 = ___b1; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger_t2902905090 * L_19 = BigInteger_op_Multiply_m3683746602(NULL /*static, unused*/, L_17, L_18, /*hidden argument*/NULL); BigInteger_t2902905090 * L_20 = (BigInteger_t2902905090 *)il2cpp_codegen_object_new(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger__ctor_m2108826647(L_20, L_19, /*hidden argument*/NULL); V_0 = L_20; BigInteger_t2902905090 * L_21 = V_0; ModulusRing_BarrettReduction_m3024442734(__this, L_21, /*hidden argument*/NULL); BigInteger_t2902905090 * L_22 = V_0; return L_22; } } // Mono.Math.BigInteger Mono.Math.BigInteger/ModulusRing::Difference(Mono.Math.BigInteger,Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR BigInteger_t2902905090 * ModulusRing_Difference_m3686091506 (ModulusRing_t596511505 * __this, BigInteger_t2902905090 * ___a0, BigInteger_t2902905090 * ___b1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ModulusRing_Difference_m3686091506_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; BigInteger_t2902905090 * V_1 = NULL; int32_t V_2 = 0; { BigInteger_t2902905090 * L_0 = ___a0; BigInteger_t2902905090 * L_1 = ___b1; int32_t L_2 = Kernel_Compare_m2669603547(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; V_2 = L_3; int32_t L_4 = V_2; switch (((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))) { case 0: { goto IL_0037; } case 1: { goto IL_0023; } case 2: { goto IL_002a; } } } { goto IL_0044; } IL_0023: { IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger_t2902905090 * L_5 = BigInteger_op_Implicit_m2547142909(NULL /*static, unused*/, 0, /*hidden argument*/NULL); return L_5; } IL_002a: { BigInteger_t2902905090 * L_6 = ___a0; BigInteger_t2902905090 * L_7 = ___b1; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger_t2902905090 * L_8 = BigInteger_op_Subtraction_m4245834512(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); V_1 = L_8; goto IL_004a; } IL_0037: { BigInteger_t2902905090 * L_9 = ___b1; BigInteger_t2902905090 * L_10 = ___a0; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger_t2902905090 * L_11 = BigInteger_op_Subtraction_m4245834512(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); V_1 = L_11; goto IL_004a; } IL_0044: { Exception_t * L_12 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m213470898(L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,ModulusRing_Difference_m3686091506_RuntimeMethod_var); } IL_004a: { BigInteger_t2902905090 * L_13 = V_1; BigInteger_t2902905090 * L_14 = __this->get_mod_0(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_15 = BigInteger_op_GreaterThanOrEqual_m3313329514(NULL /*static, unused*/, L_13, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_008c; } } { BigInteger_t2902905090 * L_16 = V_1; NullCheck(L_16); uint32_t L_17 = L_16->get_length_0(); BigInteger_t2902905090 * L_18 = __this->get_mod_0(); NullCheck(L_18); uint32_t L_19 = L_18->get_length_0(); if ((!(((uint32_t)L_17) >= ((uint32_t)((int32_t)((int32_t)L_19<<(int32_t)1)))))) { goto IL_0085; } } { BigInteger_t2902905090 * L_20 = V_1; BigInteger_t2902905090 * L_21 = __this->get_mod_0(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger_t2902905090 * L_22 = BigInteger_op_Modulus_m2565477533(NULL /*static, unused*/, L_20, L_21, /*hidden argument*/NULL); V_1 = L_22; goto IL_008c; } IL_0085: { BigInteger_t2902905090 * L_23 = V_1; ModulusRing_BarrettReduction_m3024442734(__this, L_23, /*hidden argument*/NULL); } IL_008c: { int32_t L_24 = V_0; if ((!(((uint32_t)L_24) == ((uint32_t)(-1))))) { goto IL_00a0; } } { BigInteger_t2902905090 * L_25 = __this->get_mod_0(); BigInteger_t2902905090 * L_26 = V_1; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger_t2902905090 * L_27 = BigInteger_op_Subtraction_m4245834512(NULL /*static, unused*/, L_25, L_26, /*hidden argument*/NULL); V_1 = L_27; } IL_00a0: { BigInteger_t2902905090 * L_28 = V_1; return L_28; } } // Mono.Math.BigInteger Mono.Math.BigInteger/ModulusRing::Pow(Mono.Math.BigInteger,Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR BigInteger_t2902905090 * ModulusRing_Pow_m1124248336 (ModulusRing_t596511505 * __this, BigInteger_t2902905090 * ___a0, BigInteger_t2902905090 * ___k1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ModulusRing_Pow_m1124248336_MetadataUsageId); s_Il2CppMethodInitialized = true; } BigInteger_t2902905090 * V_0 = NULL; BigInteger_t2902905090 * V_1 = NULL; int32_t V_2 = 0; { BigInteger_t2902905090 * L_0 = (BigInteger_t2902905090 *)il2cpp_codegen_object_new(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger__ctor_m2474659844(L_0, 1, /*hidden argument*/NULL); V_0 = L_0; BigInteger_t2902905090 * L_1 = ___k1; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_2 = BigInteger_op_Equality_m3872814973(NULL /*static, unused*/, L_1, 0, /*hidden argument*/NULL); if (!L_2) { goto IL_0015; } } { BigInteger_t2902905090 * L_3 = V_0; return L_3; } IL_0015: { BigInteger_t2902905090 * L_4 = ___a0; V_1 = L_4; BigInteger_t2902905090 * L_5 = ___k1; NullCheck(L_5); bool L_6 = BigInteger_TestBit_m2798226118(L_5, 0, /*hidden argument*/NULL); if (!L_6) { goto IL_0025; } } { BigInteger_t2902905090 * L_7 = ___a0; V_0 = L_7; } IL_0025: { V_2 = 1; goto IL_004e; } IL_002c: { BigInteger_t2902905090 * L_8 = V_1; BigInteger_t2902905090 * L_9 = V_1; BigInteger_t2902905090 * L_10 = ModulusRing_Multiply_m1975391470(__this, L_8, L_9, /*hidden argument*/NULL); V_1 = L_10; BigInteger_t2902905090 * L_11 = ___k1; int32_t L_12 = V_2; NullCheck(L_11); bool L_13 = BigInteger_TestBit_m2798226118(L_11, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_004a; } } { BigInteger_t2902905090 * L_14 = V_1; BigInteger_t2902905090 * L_15 = V_0; BigInteger_t2902905090 * L_16 = ModulusRing_Multiply_m1975391470(__this, L_14, L_15, /*hidden argument*/NULL); V_0 = L_16; } IL_004a: { int32_t L_17 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_004e: { int32_t L_18 = V_2; BigInteger_t2902905090 * L_19 = ___k1; NullCheck(L_19); int32_t L_20 = BigInteger_BitCount_m2055977486(L_19, /*hidden argument*/NULL); if ((((int32_t)L_18) < ((int32_t)L_20))) { goto IL_002c; } } { BigInteger_t2902905090 * L_21 = V_0; return L_21; } } // Mono.Math.BigInteger Mono.Math.BigInteger/ModulusRing::Pow(System.UInt32,Mono.Math.BigInteger) extern "C" IL2CPP_METHOD_ATTR BigInteger_t2902905090 * ModulusRing_Pow_m729002192 (ModulusRing_t596511505 * __this, uint32_t ___b0, BigInteger_t2902905090 * ___exp1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ModulusRing_Pow_m729002192_MetadataUsageId); s_Il2CppMethodInitialized = true; } { uint32_t L_0 = ___b0; BigInteger_t2902905090 * L_1 = (BigInteger_t2902905090 *)il2cpp_codegen_object_new(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger__ctor_m2474659844(L_1, L_0, /*hidden argument*/NULL); BigInteger_t2902905090 * L_2 = ___exp1; BigInteger_t2902905090 * L_3 = ModulusRing_Pow_m1124248336(__this, L_1, L_2, /*hidden argument*/NULL); 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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Math.Prime.Generator.PrimeGeneratorBase::.ctor() extern "C" IL2CPP_METHOD_ATTR void PrimeGeneratorBase__ctor_m2423671149 (PrimeGeneratorBase_t446028867 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // Mono.Math.Prime.ConfidenceFactor Mono.Math.Prime.Generator.PrimeGeneratorBase::get_Confidence() extern "C" IL2CPP_METHOD_ATTR int32_t PrimeGeneratorBase_get_Confidence_m3172213559 (PrimeGeneratorBase_t446028867 * __this, const RuntimeMethod* method) { { return (int32_t)(2); } } // Mono.Math.Prime.PrimalityTest Mono.Math.Prime.Generator.PrimeGeneratorBase::get_PrimalityTest() extern "C" IL2CPP_METHOD_ATTR PrimalityTest_t1539325944 * PrimeGeneratorBase_get_PrimalityTest_m2487240563 (PrimeGeneratorBase_t446028867 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PrimeGeneratorBase_get_PrimalityTest_m2487240563_MetadataUsageId); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = (intptr_t)PrimalityTests_RabinMillerTest_m2544317101_RuntimeMethod_var; PrimalityTest_t1539325944 * L_1 = (PrimalityTest_t1539325944 *)il2cpp_codegen_object_new(PrimalityTest_t1539325944_il2cpp_TypeInfo_var); PrimalityTest__ctor_m763620166(L_1, NULL, L_0, /*hidden argument*/NULL); return L_1; } } // System.Int32 Mono.Math.Prime.Generator.PrimeGeneratorBase::get_TrialDivisionBounds() extern "C" IL2CPP_METHOD_ATTR int32_t PrimeGeneratorBase_get_TrialDivisionBounds_m1980088695 (PrimeGeneratorBase_t446028867 * __this, const RuntimeMethod* method) { { return ((int32_t)4000); } } #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 Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase::.ctor() extern "C" IL2CPP_METHOD_ATTR void SequentialSearchPrimeGeneratorBase__ctor_m577913576 (SequentialSearchPrimeGeneratorBase_t2996090509 * __this, const RuntimeMethod* method) { { PrimeGeneratorBase__ctor_m2423671149(__this, /*hidden argument*/NULL); return; } } // Mono.Math.BigInteger Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase::GenerateSearchBase(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR BigInteger_t2902905090 * SequentialSearchPrimeGeneratorBase_GenerateSearchBase_m1918143664 (SequentialSearchPrimeGeneratorBase_t2996090509 * __this, int32_t ___bits0, RuntimeObject * ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SequentialSearchPrimeGeneratorBase_GenerateSearchBase_m1918143664_MetadataUsageId); s_Il2CppMethodInitialized = true; } BigInteger_t2902905090 * V_0 = NULL; { int32_t L_0 = ___bits0; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger_t2902905090 * L_1 = BigInteger_GenerateRandom_m1790382084(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; BigInteger_t2902905090 * L_2 = V_0; NullCheck(L_2); BigInteger_SetBit_m1387902198(L_2, 0, /*hidden argument*/NULL); BigInteger_t2902905090 * L_3 = V_0; return L_3; } } // Mono.Math.BigInteger Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase::GenerateNewPrime(System.Int32) extern "C" IL2CPP_METHOD_ATTR BigInteger_t2902905090 * SequentialSearchPrimeGeneratorBase_GenerateNewPrime_m907640859 (SequentialSearchPrimeGeneratorBase_t2996090509 * __this, int32_t ___bits0, const RuntimeMethod* method) { { int32_t L_0 = ___bits0; BigInteger_t2902905090 * L_1 = VirtFuncInvoker2< BigInteger_t2902905090 *, int32_t, RuntimeObject * >::Invoke(9 /* Mono.Math.BigInteger Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase::GenerateNewPrime(System.Int32,System.Object) */, __this, L_0, NULL); return L_1; } } // Mono.Math.BigInteger Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase::GenerateNewPrime(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR BigInteger_t2902905090 * SequentialSearchPrimeGeneratorBase_GenerateNewPrime_m2891860459 (SequentialSearchPrimeGeneratorBase_t2996090509 * __this, int32_t ___bits0, RuntimeObject * ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SequentialSearchPrimeGeneratorBase_GenerateNewPrime_m2891860459_MetadataUsageId); s_Il2CppMethodInitialized = true; } BigInteger_t2902905090 * V_0 = NULL; uint32_t V_1 = 0; uint32_t V_2 = 0; int32_t V_3 = 0; UInt32U5BU5D_t2770800703* V_4 = NULL; int32_t V_5 = 0; { int32_t L_0 = ___bits0; RuntimeObject * L_1 = ___context1; BigInteger_t2902905090 * L_2 = VirtFuncInvoker2< BigInteger_t2902905090 *, int32_t, RuntimeObject * >::Invoke(8 /* Mono.Math.BigInteger Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase::GenerateSearchBase(System.Int32,System.Object) */, __this, L_0, L_1); V_0 = L_2; BigInteger_t2902905090 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); uint32_t L_4 = BigInteger_op_Modulus_m3242311550(NULL /*static, unused*/, L_3, ((int32_t)-1060120681), /*hidden argument*/NULL); V_2 = L_4; int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 Mono.Math.Prime.Generator.PrimeGeneratorBase::get_TrialDivisionBounds() */, __this); V_3 = L_5; UInt32U5BU5D_t2770800703* L_6 = ((BigInteger_t2902905090_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t2902905090_il2cpp_TypeInfo_var))->get_smallPrimes_2(); V_4 = L_6; } IL_0023: { uint32_t L_7 = V_2; if (((int32_t)((uint32_t)(int32_t)L_7%(uint32_t)(int32_t)3))) { goto IL_0030; } } { goto IL_0105; } IL_0030: { uint32_t L_8 = V_2; if (((int32_t)((uint32_t)(int32_t)L_8%(uint32_t)(int32_t)5))) { goto IL_003d; } } { goto IL_0105; } IL_003d: { uint32_t L_9 = V_2; if (((int32_t)((uint32_t)(int32_t)L_9%(uint32_t)(int32_t)7))) { goto IL_004a; } } { goto IL_0105; } IL_004a: { uint32_t L_10 = V_2; if (((int32_t)((uint32_t)(int32_t)L_10%(uint32_t)(int32_t)((int32_t)11)))) { goto IL_0058; } } { goto IL_0105; } IL_0058: { uint32_t L_11 = V_2; if (((int32_t)((uint32_t)(int32_t)L_11%(uint32_t)(int32_t)((int32_t)13)))) { goto IL_0066; } } { goto IL_0105; } IL_0066: { uint32_t L_12 = V_2; if (((int32_t)((uint32_t)(int32_t)L_12%(uint32_t)(int32_t)((int32_t)17)))) { goto IL_0074; } } { goto IL_0105; } IL_0074: { uint32_t L_13 = V_2; if (((int32_t)((uint32_t)(int32_t)L_13%(uint32_t)(int32_t)((int32_t)19)))) { goto IL_0082; } } { goto IL_0105; } IL_0082: { uint32_t L_14 = V_2; if (((int32_t)((uint32_t)(int32_t)L_14%(uint32_t)(int32_t)((int32_t)23)))) { goto IL_0090; } } { goto IL_0105; } IL_0090: { uint32_t L_15 = V_2; if (((int32_t)((uint32_t)(int32_t)L_15%(uint32_t)(int32_t)((int32_t)29)))) { goto IL_009e; } } { goto IL_0105; } IL_009e: { V_5 = ((int32_t)10); goto IL_00c2; } IL_00a7: { BigInteger_t2902905090 * L_16 = V_0; UInt32U5BU5D_t2770800703* L_17 = V_4; int32_t L_18 = V_5; NullCheck(L_17); int32_t L_19 = L_18; uint32_t L_20 = (L_17)->GetAt(static_cast(L_19)); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); uint32_t L_21 = BigInteger_op_Modulus_m3242311550(NULL /*static, unused*/, L_16, L_20, /*hidden argument*/NULL); if (L_21) { goto IL_00bc; } } { goto IL_0105; } IL_00bc: { int32_t L_22 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_00c2: { int32_t L_23 = V_5; UInt32U5BU5D_t2770800703* L_24 = V_4; NullCheck(L_24); if ((((int32_t)L_23) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_24)->max_length))))))) { goto IL_00da; } } { UInt32U5BU5D_t2770800703* L_25 = V_4; int32_t L_26 = V_5; NullCheck(L_25); int32_t L_27 = L_26; uint32_t L_28 = (L_25)->GetAt(static_cast(L_27)); int32_t L_29 = V_3; if ((((int64_t)(((int64_t)((uint64_t)L_28)))) <= ((int64_t)(((int64_t)((int64_t)L_29)))))) { goto IL_00a7; } } IL_00da: { BigInteger_t2902905090 * L_30 = V_0; RuntimeObject * L_31 = ___context1; bool L_32 = VirtFuncInvoker2< bool, BigInteger_t2902905090 *, RuntimeObject * >::Invoke(10 /* System.Boolean Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase::IsPrimeAcceptable(Mono.Math.BigInteger,System.Object) */, __this, L_30, L_31); if (L_32) { goto IL_00ec; } } { goto IL_0105; } IL_00ec: { PrimalityTest_t1539325944 * L_33 = VirtFuncInvoker0< PrimalityTest_t1539325944 * >::Invoke(5 /* Mono.Math.Prime.PrimalityTest Mono.Math.Prime.Generator.PrimeGeneratorBase::get_PrimalityTest() */, __this); BigInteger_t2902905090 * L_34 = V_0; int32_t L_35 = VirtFuncInvoker0< int32_t >::Invoke(4 /* Mono.Math.Prime.ConfidenceFactor Mono.Math.Prime.Generator.PrimeGeneratorBase::get_Confidence() */, __this); NullCheck(L_33); bool L_36 = PrimalityTest_Invoke_m2948246884(L_33, L_34, L_35, /*hidden argument*/NULL); if (!L_36) { goto IL_0105; } } { BigInteger_t2902905090 * L_37 = V_0; return L_37; } IL_0105: { uint32_t L_38 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)2)); uint32_t L_39 = V_2; if ((!(((uint32_t)L_39) >= ((uint32_t)((int32_t)-1060120681))))) { goto IL_011c; } } { uint32_t L_40 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)((int32_t)-1060120681))); } IL_011c: { BigInteger_t2902905090 * L_41 = V_0; NullCheck(L_41); BigInteger_Incr2_m1531167978(L_41, /*hidden argument*/NULL); goto IL_0023; } } // System.Boolean Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase::IsPrimeAcceptable(Mono.Math.BigInteger,System.Object) extern "C" IL2CPP_METHOD_ATTR bool SequentialSearchPrimeGeneratorBase_IsPrimeAcceptable_m1127740833 (SequentialSearchPrimeGeneratorBase_t2996090509 * __this, BigInteger_t2902905090 * ___bi0, RuntimeObject * ___context1, const RuntimeMethod* method) { { return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Math.Prime.PrimalityTest::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void PrimalityTest__ctor_m763620166 (PrimalityTest_t1539325944 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Boolean Mono.Math.Prime.PrimalityTest::Invoke(Mono.Math.BigInteger,Mono.Math.Prime.ConfidenceFactor) extern "C" IL2CPP_METHOD_ATTR bool PrimalityTest_Invoke_m2948246884 (PrimalityTest_t1539325944 * __this, BigInteger_t2902905090 * ___bi0, int32_t ___confidence1, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { PrimalityTest_Invoke_m2948246884((PrimalityTest_t1539325944 *)__this->get_prev_9(), ___bi0, ___confidence1, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef bool (*FunctionPointerType) (RuntimeObject *, BigInteger_t2902905090 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___bi0, ___confidence1, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, BigInteger_t2902905090 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___bi0, ___confidence1, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker2< bool, BigInteger_t2902905090 *, int32_t >::Invoke(targetMethod, targetThis, ___bi0, ___confidence1); else result = GenericVirtFuncInvoker2< bool, BigInteger_t2902905090 *, int32_t >::Invoke(targetMethod, targetThis, ___bi0, ___confidence1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< bool, BigInteger_t2902905090 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___bi0, ___confidence1); else result = VirtFuncInvoker2< bool, BigInteger_t2902905090 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___bi0, ___confidence1); } } else { typedef bool (*FunctionPointerType) (void*, BigInteger_t2902905090 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___bi0, ___confidence1, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker1< bool, int32_t >::Invoke(targetMethod, ___bi0, ___confidence1); else result = GenericVirtFuncInvoker1< bool, int32_t >::Invoke(targetMethod, ___bi0, ___confidence1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___bi0, ___confidence1); else result = VirtFuncInvoker1< bool, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___bi0, ___confidence1); } } else { typedef bool (*FunctionPointerType) (BigInteger_t2902905090 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___bi0, ___confidence1, targetMethod); } } } return result; } // System.IAsyncResult Mono.Math.Prime.PrimalityTest::BeginInvoke(Mono.Math.BigInteger,Mono.Math.Prime.ConfidenceFactor,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* PrimalityTest_BeginInvoke_m742423211 (PrimalityTest_t1539325944 * __this, BigInteger_t2902905090 * ___bi0, int32_t ___confidence1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PrimalityTest_BeginInvoke_m742423211_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = ___bi0; __d_args[1] = Box(ConfidenceFactor_t2516000286_il2cpp_TypeInfo_var, &___confidence1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Boolean Mono.Math.Prime.PrimalityTest::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool PrimalityTest_EndInvoke_m1035389364 (PrimalityTest_t1539325944 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((RuntimeObject*)__result); } #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 Mono.Math.Prime.PrimalityTests::GetSPPRounds(Mono.Math.BigInteger,Mono.Math.Prime.ConfidenceFactor) extern "C" IL2CPP_METHOD_ATTR int32_t PrimalityTests_GetSPPRounds_m2558073743 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___bi0, int32_t ___confidence1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PrimalityTests_GetSPPRounds_m2558073743_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t G_B28_0 = 0; int32_t G_B32_0 = 0; { BigInteger_t2902905090 * L_0 = ___bi0; NullCheck(L_0); int32_t L_1 = BigInteger_BitCount_m2055977486(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) > ((int32_t)((int32_t)100)))) { goto IL_0017; } } { V_1 = ((int32_t)27); goto IL_00d1; } IL_0017: { int32_t L_3 = V_0; if ((((int32_t)L_3) > ((int32_t)((int32_t)150)))) { goto IL_002a; } } { V_1 = ((int32_t)18); goto IL_00d1; } IL_002a: { int32_t L_4 = V_0; if ((((int32_t)L_4) > ((int32_t)((int32_t)200)))) { goto IL_003d; } } { V_1 = ((int32_t)15); goto IL_00d1; } IL_003d: { int32_t L_5 = V_0; if ((((int32_t)L_5) > ((int32_t)((int32_t)250)))) { goto IL_0050; } } { V_1 = ((int32_t)12); goto IL_00d1; } IL_0050: { int32_t L_6 = V_0; if ((((int32_t)L_6) > ((int32_t)((int32_t)300)))) { goto IL_0063; } } { V_1 = ((int32_t)9); goto IL_00d1; } IL_0063: { int32_t L_7 = V_0; if ((((int32_t)L_7) > ((int32_t)((int32_t)350)))) { goto IL_0075; } } { V_1 = 8; goto IL_00d1; } IL_0075: { int32_t L_8 = V_0; if ((((int32_t)L_8) > ((int32_t)((int32_t)400)))) { goto IL_0087; } } { V_1 = 7; goto IL_00d1; } IL_0087: { int32_t L_9 = V_0; if ((((int32_t)L_9) > ((int32_t)((int32_t)500)))) { goto IL_0099; } } { V_1 = 6; goto IL_00d1; } IL_0099: { int32_t L_10 = V_0; if ((((int32_t)L_10) > ((int32_t)((int32_t)600)))) { goto IL_00ab; } } { V_1 = 5; goto IL_00d1; } IL_00ab: { int32_t L_11 = V_0; if ((((int32_t)L_11) > ((int32_t)((int32_t)800)))) { goto IL_00bd; } } { V_1 = 4; goto IL_00d1; } IL_00bd: { int32_t L_12 = V_0; if ((((int32_t)L_12) > ((int32_t)((int32_t)1250)))) { goto IL_00cf; } } { V_1 = 3; goto IL_00d1; } IL_00cf: { V_1 = 2; } IL_00d1: { int32_t L_13 = ___confidence1; V_2 = L_13; int32_t L_14 = V_2; switch (L_14) { case 0: { goto IL_00f6; } case 1: { goto IL_0108; } case 2: { goto IL_011a; } case 3: { goto IL_011c; } case 4: { goto IL_0120; } case 5: { goto IL_0124; } } } { goto IL_012f; } IL_00f6: { int32_t L_15 = V_1; V_1 = ((int32_t)((int32_t)L_15>>(int32_t)2)); int32_t L_16 = V_1; if (!L_16) { goto IL_0106; } } { int32_t L_17 = V_1; G_B28_0 = L_17; goto IL_0107; } IL_0106: { G_B28_0 = 1; } IL_0107: { return G_B28_0; } IL_0108: { int32_t L_18 = V_1; V_1 = ((int32_t)((int32_t)L_18>>(int32_t)1)); int32_t L_19 = V_1; if (!L_19) { goto IL_0118; } } { int32_t L_20 = V_1; G_B32_0 = L_20; goto IL_0119; } IL_0118: { G_B32_0 = 1; } IL_0119: { return G_B32_0; } IL_011a: { int32_t L_21 = V_1; return L_21; } IL_011c: { int32_t L_22 = V_1; return ((int32_t)((int32_t)L_22<<(int32_t)1)); } IL_0120: { int32_t L_23 = V_1; return ((int32_t)((int32_t)L_23<<(int32_t)2)); } IL_0124: { Exception_t * L_24 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_24, _stringLiteral2000707595, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24,PrimalityTests_GetSPPRounds_m2558073743_RuntimeMethod_var); } IL_012f: { ArgumentOutOfRangeException_t777629997 * L_25 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_25, _stringLiteral3535070725, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25,PrimalityTests_GetSPPRounds_m2558073743_RuntimeMethod_var); } } // System.Boolean Mono.Math.Prime.PrimalityTests::RabinMillerTest(Mono.Math.BigInteger,Mono.Math.Prime.ConfidenceFactor) extern "C" IL2CPP_METHOD_ATTR bool PrimalityTests_RabinMillerTest_m2544317101 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905090 * ___n0, int32_t ___confidence1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PrimalityTests_RabinMillerTest_m2544317101_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; BigInteger_t2902905090 * V_2 = NULL; int32_t V_3 = 0; BigInteger_t2902905090 * V_4 = NULL; ModulusRing_t596511505 * V_5 = NULL; BigInteger_t2902905090 * V_6 = NULL; int32_t V_7 = 0; BigInteger_t2902905090 * V_8 = NULL; int32_t V_9 = 0; { BigInteger_t2902905090 * L_0 = ___n0; NullCheck(L_0); int32_t L_1 = BigInteger_BitCount_m2055977486(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger_t2902905090 * L_3 = BigInteger_op_Implicit_m2547142909(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); int32_t L_4 = ___confidence1; int32_t L_5 = PrimalityTests_GetSPPRounds_m2558073743(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; BigInteger_t2902905090 * L_6 = ___n0; BigInteger_t2902905090 * L_7 = BigInteger_op_Implicit_m2547142909(NULL /*static, unused*/, 1, /*hidden argument*/NULL); BigInteger_t2902905090 * L_8 = BigInteger_op_Subtraction_m4245834512(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); V_2 = L_8; BigInteger_t2902905090 * L_9 = V_2; NullCheck(L_9); int32_t L_10 = BigInteger_LowestSetBit_m1199244228(L_9, /*hidden argument*/NULL); V_3 = L_10; BigInteger_t2902905090 * L_11 = V_2; int32_t L_12 = V_3; BigInteger_t2902905090 * L_13 = BigInteger_op_RightShift_m460065452(NULL /*static, unused*/, L_11, L_12, /*hidden argument*/NULL); V_4 = L_13; BigInteger_t2902905090 * L_14 = ___n0; ModulusRing_t596511505 * L_15 = (ModulusRing_t596511505 *)il2cpp_codegen_object_new(ModulusRing_t596511505_il2cpp_TypeInfo_var); ModulusRing__ctor_m2420310199(L_15, L_14, /*hidden argument*/NULL); V_5 = L_15; V_6 = (BigInteger_t2902905090 *)NULL; BigInteger_t2902905090 * L_16 = ___n0; NullCheck(L_16); int32_t L_17 = BigInteger_BitCount_m2055977486(L_16, /*hidden argument*/NULL); if ((((int32_t)L_17) <= ((int32_t)((int32_t)100)))) { goto IL_0055; } } { ModulusRing_t596511505 * L_18 = V_5; BigInteger_t2902905090 * L_19 = V_4; NullCheck(L_18); BigInteger_t2902905090 * L_20 = ModulusRing_Pow_m729002192(L_18, 2, L_19, /*hidden argument*/NULL); V_6 = L_20; } IL_0055: { V_7 = 0; goto IL_0113; } IL_005d: { int32_t L_21 = V_7; if ((((int32_t)L_21) > ((int32_t)0))) { goto IL_0072; } } { BigInteger_t2902905090 * L_22 = V_6; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_23 = BigInteger_op_Equality_m1194739960(NULL /*static, unused*/, L_22, (BigInteger_t2902905090 *)NULL, /*hidden argument*/NULL); if (!L_23) { goto IL_00a9; } } IL_0072: { V_8 = (BigInteger_t2902905090 *)NULL; } IL_0075: { int32_t L_24 = V_0; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger_t2902905090 * L_25 = BigInteger_GenerateRandom_m1790382084(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); V_8 = L_25; BigInteger_t2902905090 * L_26 = V_8; BigInteger_t2902905090 * L_27 = BigInteger_op_Implicit_m2547142909(NULL /*static, unused*/, 2, /*hidden argument*/NULL); bool L_28 = BigInteger_op_LessThanOrEqual_m3925173639(NULL /*static, unused*/, L_26, L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_009c; } } { BigInteger_t2902905090 * L_29 = V_8; BigInteger_t2902905090 * L_30 = V_2; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_31 = BigInteger_op_GreaterThanOrEqual_m3313329514(NULL /*static, unused*/, L_29, L_30, /*hidden argument*/NULL); if (L_31) { goto IL_0075; } } IL_009c: { ModulusRing_t596511505 * L_32 = V_5; BigInteger_t2902905090 * L_33 = V_8; BigInteger_t2902905090 * L_34 = V_4; NullCheck(L_32); BigInteger_t2902905090 * L_35 = ModulusRing_Pow_m1124248336(L_32, L_33, L_34, /*hidden argument*/NULL); V_6 = L_35; } IL_00a9: { BigInteger_t2902905090 * L_36 = V_6; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_37 = BigInteger_op_Equality_m3872814973(NULL /*static, unused*/, L_36, 1, /*hidden argument*/NULL); if (!L_37) { goto IL_00bb; } } { goto IL_010d; } IL_00bb: { V_9 = 0; goto IL_00e9; } IL_00c3: { ModulusRing_t596511505 * L_38 = V_5; BigInteger_t2902905090 * L_39 = V_6; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger_t2902905090 * L_40 = BigInteger_op_Implicit_m2547142909(NULL /*static, unused*/, 2, /*hidden argument*/NULL); NullCheck(L_38); BigInteger_t2902905090 * L_41 = ModulusRing_Pow_m1124248336(L_38, L_39, L_40, /*hidden argument*/NULL); V_6 = L_41; BigInteger_t2902905090 * L_42 = V_6; bool L_43 = BigInteger_op_Equality_m3872814973(NULL /*static, unused*/, L_42, 1, /*hidden argument*/NULL); if (!L_43) { goto IL_00e3; } } { return (bool)0; } IL_00e3: { int32_t L_44 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); } IL_00e9: { int32_t L_45 = V_9; int32_t L_46 = V_3; if ((((int32_t)L_45) >= ((int32_t)L_46))) { goto IL_00fe; } } { BigInteger_t2902905090 * L_47 = V_6; BigInteger_t2902905090 * L_48 = V_2; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_49 = BigInteger_op_Inequality_m2697143438(NULL /*static, unused*/, L_47, L_48, /*hidden argument*/NULL); if (L_49) { goto IL_00c3; } } IL_00fe: { BigInteger_t2902905090 * L_50 = V_6; BigInteger_t2902905090 * L_51 = V_2; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_52 = BigInteger_op_Inequality_m2697143438(NULL /*static, unused*/, L_50, L_51, /*hidden argument*/NULL); if (!L_52) { goto IL_010d; } } { return (bool)0; } IL_010d: { int32_t L_53 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1)); } IL_0113: { int32_t L_54 = V_7; int32_t L_55 = V_1; if ((((int32_t)L_54) < ((int32_t)L_55))) { goto IL_005d; } } { return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Security.ASN1::.ctor(System.Byte) extern "C" IL2CPP_METHOD_ATTR void ASN1__ctor_m4216617981 (ASN1_t2114160833 * __this, uint8_t ___tag0, const RuntimeMethod* method) { { uint8_t L_0 = ___tag0; ASN1__ctor_m3517592395(__this, L_0, (ByteU5BU5D_t4116647657*)(ByteU5BU5D_t4116647657*)NULL, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.ASN1::.ctor(System.Byte,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void ASN1__ctor_m3517592395 (ASN1_t2114160833 * __this, uint8_t ___tag0, ByteU5BU5D_t4116647657* ___data1, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); uint8_t L_0 = ___tag0; __this->set_m_nTag_0(L_0); ByteU5BU5D_t4116647657* L_1 = ___data1; __this->set_m_aValue_1(L_1); return; } } // System.Void Mono.Security.ASN1::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void ASN1__ctor_m1219137533 (ASN1_t2114160833 * __this, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ASN1__ctor_m1219137533_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Object__ctor_m297566312(__this, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_0 = ___data0; NullCheck(L_0); int32_t L_1 = 0; uint8_t L_2 = (L_0)->GetAt(static_cast(L_1)); __this->set_m_nTag_0(L_2); V_0 = 0; ByteU5BU5D_t4116647657* L_3 = ___data0; NullCheck(L_3); int32_t L_4 = 1; uint8_t L_5 = (L_3)->GetAt(static_cast(L_4)); V_1 = L_5; int32_t L_6 = V_1; if ((((int32_t)L_6) <= ((int32_t)((int32_t)128)))) { goto IL_0051; } } { int32_t L_7 = V_1; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)((int32_t)128))); V_1 = 0; V_2 = 0; goto IL_0045; } IL_0031: { int32_t L_8 = V_1; V_1 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)((int32_t)256))); int32_t L_9 = V_1; ByteU5BU5D_t4116647657* L_10 = ___data0; int32_t L_11 = V_2; NullCheck(L_10); int32_t L_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)2)); uint8_t L_13 = (L_10)->GetAt(static_cast(L_12)); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_13)); int32_t L_14 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0045: { int32_t L_15 = V_2; int32_t L_16 = V_0; if ((((int32_t)L_15) < ((int32_t)L_16))) { goto IL_0031; } } { goto IL_0067; } IL_0051: { int32_t L_17 = V_1; if ((!(((uint32_t)L_17) == ((uint32_t)((int32_t)128))))) { goto IL_0067; } } { NotSupportedException_t1314879016 * L_18 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_18, _stringLiteral2861664389, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18,ASN1__ctor_m1219137533_RuntimeMethod_var); } IL_0067: { int32_t L_19 = V_1; __this->set_m_aValue_1(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_19))); ByteU5BU5D_t4116647657* L_20 = ___data0; int32_t L_21 = V_0; ByteU5BU5D_t4116647657* L_22 = __this->get_m_aValue_1(); int32_t L_23 = V_1; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_20, ((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_21)), (RuntimeArray *)(RuntimeArray *)L_22, 0, L_23, /*hidden argument*/NULL); uint8_t L_24 = __this->get_m_nTag_0(); if ((!(((uint32_t)((int32_t)((int32_t)L_24&(int32_t)((int32_t)32)))) == ((uint32_t)((int32_t)32))))) { goto IL_00a4; } } { int32_t L_25 = V_0; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_25)); ByteU5BU5D_t4116647657* L_26 = ___data0; ByteU5BU5D_t4116647657* L_27 = ___data0; NullCheck(L_27); ASN1_Decode_m1245286596(__this, L_26, (&V_3), (((int32_t)((int32_t)(((RuntimeArray *)L_27)->max_length)))), /*hidden argument*/NULL); } IL_00a4: { return; } } // System.Int32 Mono.Security.ASN1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t ASN1_get_Count_m3039939183 (ASN1_t2114160833 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_elist_2(); if (L_0) { goto IL_000d; } } { return 0; } IL_000d: { ArrayList_t2718874744 * L_1 = __this->get_elist_2(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_1); return L_2; } } // System.Byte Mono.Security.ASN1::get_Tag() extern "C" IL2CPP_METHOD_ATTR uint8_t ASN1_get_Tag_m1863840805 (ASN1_t2114160833 * __this, const RuntimeMethod* method) { { uint8_t L_0 = __this->get_m_nTag_0(); return L_0; } } // System.Int32 Mono.Security.ASN1::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t ASN1_get_Length_m3581645253 (ASN1_t2114160833 * __this, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = __this->get_m_aValue_1(); if (!L_0) { goto IL_0014; } } { ByteU5BU5D_t4116647657* L_1 = __this->get_m_aValue_1(); NullCheck(L_1); return (((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))); } IL_0014: { return 0; } } // System.Byte[] Mono.Security.ASN1::get_Value() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* ASN1_get_Value_m3619295991 (ASN1_t2114160833 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ASN1_get_Value_m3619295991_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = __this->get_m_aValue_1(); if (L_0) { goto IL_0012; } } { VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(4 /* System.Byte[] Mono.Security.ASN1::GetBytes() */, __this); } IL_0012: { ByteU5BU5D_t4116647657* L_1 = __this->get_m_aValue_1(); NullCheck((RuntimeArray *)(RuntimeArray *)L_1); RuntimeObject * L_2 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_1, /*hidden argument*/NULL); return ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_2, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var)); } } // System.Void Mono.Security.ASN1::set_Value(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void ASN1_set_Value_m647861841 (ASN1_t2114160833 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ASN1_set_Value_m647861841_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ___value0; if (!L_0) { goto IL_0017; } } { ByteU5BU5D_t4116647657* L_1 = ___value0; NullCheck((RuntimeArray *)(RuntimeArray *)L_1); RuntimeObject * L_2 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_1, /*hidden argument*/NULL); __this->set_m_aValue_1(((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_2, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var))); } IL_0017: { return; } } // System.Boolean Mono.Security.ASN1::CompareArray(System.Byte[],System.Byte[]) extern "C" IL2CPP_METHOD_ATTR bool ASN1_CompareArray_m3928975006 (ASN1_t2114160833 * __this, ByteU5BU5D_t4116647657* ___array10, ByteU5BU5D_t4116647657* ___array21, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; { ByteU5BU5D_t4116647657* L_0 = ___array10; NullCheck(L_0); ByteU5BU5D_t4116647657* L_1 = ___array21; NullCheck(L_1); V_0 = (bool)((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))))? 1 : 0); bool L_2 = V_0; if (!L_2) { goto IL_0030; } } { V_1 = 0; goto IL_0027; } IL_0016: { ByteU5BU5D_t4116647657* L_3 = ___array10; int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; uint8_t L_6 = (L_3)->GetAt(static_cast(L_5)); ByteU5BU5D_t4116647657* L_7 = ___array21; 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)); if ((((int32_t)L_6) == ((int32_t)L_10))) { goto IL_0023; } } { return (bool)0; } IL_0023: { int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0027: { int32_t L_12 = V_1; ByteU5BU5D_t4116647657* L_13 = ___array10; NullCheck(L_13); if ((((int32_t)L_12) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length))))))) { goto IL_0016; } } IL_0030: { bool L_14 = V_0; return L_14; } } // System.Boolean Mono.Security.ASN1::CompareValue(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR bool ASN1_CompareValue_m2846313136 (ASN1_t2114160833 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = __this->get_m_aValue_1(); ByteU5BU5D_t4116647657* L_1 = ___value0; bool L_2 = ASN1_CompareArray_m3928975006(__this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // Mono.Security.ASN1 Mono.Security.ASN1::Add(Mono.Security.ASN1) extern "C" IL2CPP_METHOD_ATTR ASN1_t2114160833 * ASN1_Add_m3262603624 (ASN1_t2114160833 * __this, ASN1_t2114160833 * ___asn10, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ASN1_Add_m3262603624_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ASN1_t2114160833 * L_0 = ___asn10; if (!L_0) { goto IL_0029; } } { ArrayList_t2718874744 * L_1 = __this->get_elist_2(); if (L_1) { goto IL_001c; } } { ArrayList_t2718874744 * L_2 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_2, /*hidden argument*/NULL); __this->set_elist_2(L_2); } IL_001c: { ArrayList_t2718874744 * L_3 = __this->get_elist_2(); ASN1_t2114160833 * L_4 = ___asn10; NullCheck(L_3); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_3, L_4); } IL_0029: { ASN1_t2114160833 * L_5 = ___asn10; return L_5; } } // System.Byte[] Mono.Security.ASN1::GetBytes() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* ASN1_GetBytes_m1968380955 (ASN1_t2114160833 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ASN1_GetBytes_m1968380955_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; int32_t V_1 = 0; ArrayList_t2718874744 * V_2 = NULL; ASN1_t2114160833 * V_3 = NULL; RuntimeObject* V_4 = NULL; ByteU5BU5D_t4116647657* V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; ByteU5BU5D_t4116647657* V_8 = NULL; ByteU5BU5D_t4116647657* V_9 = NULL; int32_t V_10 = 0; int32_t V_11 = 0; RuntimeObject* V_12 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = (ByteU5BU5D_t4116647657*)NULL; int32_t L_0 = ASN1_get_Count_m3039939183(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_00ca; } } { V_1 = 0; ArrayList_t2718874744 * L_1 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_1, /*hidden argument*/NULL); V_2 = L_1; ArrayList_t2718874744 * L_2 = __this->get_elist_2(); NullCheck(L_2); RuntimeObject* L_3 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_2); V_4 = L_3; } IL_0023: try { // begin try (depth: 1) { goto IL_004d; } IL_0028: { RuntimeObject* L_4 = V_4; NullCheck(L_4); RuntimeObject * L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_4); V_3 = ((ASN1_t2114160833 *)CastclassClass((RuntimeObject*)L_5, ASN1_t2114160833_il2cpp_TypeInfo_var)); ASN1_t2114160833 * L_6 = V_3; NullCheck(L_6); ByteU5BU5D_t4116647657* L_7 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(4 /* System.Byte[] Mono.Security.ASN1::GetBytes() */, L_6); V_5 = L_7; ArrayList_t2718874744 * L_8 = V_2; ByteU5BU5D_t4116647657* L_9 = V_5; NullCheck(L_8); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_8, (RuntimeObject *)(RuntimeObject *)L_9); int32_t L_10 = V_1; ByteU5BU5D_t4116647657* L_11 = V_5; NullCheck(L_11); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length)))))); } IL_004d: { RuntimeObject* L_12 = V_4; NullCheck(L_12); bool L_13 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_12); if (L_13) { goto IL_0028; } } IL_0059: { IL2CPP_LEAVE(0x74, FINALLY_005e); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_005e; } FINALLY_005e: { // begin finally (depth: 1) { RuntimeObject* L_14 = V_4; V_12 = ((RuntimeObject*)IsInst((RuntimeObject*)L_14, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_15 = V_12; if (L_15) { goto IL_006c; } } IL_006b: { IL2CPP_END_FINALLY(94) } IL_006c: { RuntimeObject* L_16 = V_12; NullCheck(L_16); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_16); IL2CPP_END_FINALLY(94) } } // end finally (depth: 1) IL2CPP_CLEANUP(94) { IL2CPP_JUMP_TBL(0x74, IL_0074) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0074: { int32_t L_17 = V_1; V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_17)); V_6 = 0; V_7 = 0; goto IL_00b3; } IL_0086: { ArrayList_t2718874744 * L_18 = V_2; int32_t L_19 = V_7; NullCheck(L_18); RuntimeObject * L_20 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_18, L_19); V_8 = ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_20, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var)); ByteU5BU5D_t4116647657* L_21 = V_8; ByteU5BU5D_t4116647657* L_22 = V_0; int32_t L_23 = V_6; ByteU5BU5D_t4116647657* L_24 = V_8; NullCheck(L_24); Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_21, 0, (RuntimeArray *)(RuntimeArray *)L_22, L_23, (((int32_t)((int32_t)(((RuntimeArray *)L_24)->max_length)))), /*hidden argument*/NULL); int32_t L_25 = V_6; ByteU5BU5D_t4116647657* L_26 = V_8; NullCheck(L_26); V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_26)->max_length)))))); int32_t L_27 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_00b3: { int32_t L_28 = V_7; ArrayList_t2718874744 * L_29 = __this->get_elist_2(); NullCheck(L_29); int32_t L_30 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_29); if ((((int32_t)L_28) < ((int32_t)L_30))) { goto IL_0086; } } { goto IL_00dc; } IL_00ca: { ByteU5BU5D_t4116647657* L_31 = __this->get_m_aValue_1(); if (!L_31) { goto IL_00dc; } } { ByteU5BU5D_t4116647657* L_32 = __this->get_m_aValue_1(); V_0 = L_32; } IL_00dc: { V_10 = 0; ByteU5BU5D_t4116647657* L_33 = V_0; if (!L_33) { goto IL_022a; } } { ByteU5BU5D_t4116647657* L_34 = V_0; NullCheck(L_34); V_11 = (((int32_t)((int32_t)(((RuntimeArray *)L_34)->max_length)))); int32_t L_35 = V_11; if ((((int32_t)L_35) <= ((int32_t)((int32_t)127)))) { goto IL_01f8; } } { int32_t L_36 = V_11; if ((((int32_t)L_36) > ((int32_t)((int32_t)255)))) { goto IL_0129; } } { int32_t L_37 = V_11; V_9 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_37)))); ByteU5BU5D_t4116647657* L_38 = V_0; ByteU5BU5D_t4116647657* L_39 = V_9; int32_t L_40 = V_11; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_38, 0, (RuntimeArray *)(RuntimeArray *)L_39, 3, L_40, /*hidden argument*/NULL); V_10 = ((int32_t)129); ByteU5BU5D_t4116647657* L_41 = V_9; int32_t L_42 = V_11; NullCheck(L_41); (L_41)->SetAt(static_cast(2), (uint8_t)(((int32_t)((uint8_t)L_42)))); goto IL_01f3; } IL_0129: { int32_t L_43 = V_11; if ((((int32_t)L_43) > ((int32_t)((int32_t)65535)))) { goto IL_0168; } } { int32_t L_44 = V_11; V_9 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)4, (int32_t)L_44)))); ByteU5BU5D_t4116647657* L_45 = V_0; ByteU5BU5D_t4116647657* L_46 = V_9; int32_t L_47 = V_11; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_45, 0, (RuntimeArray *)(RuntimeArray *)L_46, 4, L_47, /*hidden argument*/NULL); V_10 = ((int32_t)130); ByteU5BU5D_t4116647657* L_48 = V_9; int32_t L_49 = V_11; NullCheck(L_48); (L_48)->SetAt(static_cast(2), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_49>>(int32_t)8)))))); ByteU5BU5D_t4116647657* L_50 = V_9; int32_t L_51 = V_11; NullCheck(L_50); (L_50)->SetAt(static_cast(3), (uint8_t)(((int32_t)((uint8_t)L_51)))); goto IL_01f3; } IL_0168: { int32_t L_52 = V_11; if ((((int32_t)L_52) > ((int32_t)((int32_t)16777215)))) { goto IL_01b1; } } { int32_t L_53 = V_11; V_9 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)5, (int32_t)L_53)))); ByteU5BU5D_t4116647657* L_54 = V_0; ByteU5BU5D_t4116647657* L_55 = V_9; int32_t L_56 = V_11; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_54, 0, (RuntimeArray *)(RuntimeArray *)L_55, 5, L_56, /*hidden argument*/NULL); V_10 = ((int32_t)131); ByteU5BU5D_t4116647657* L_57 = V_9; int32_t L_58 = V_11; NullCheck(L_57); (L_57)->SetAt(static_cast(2), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_58>>(int32_t)((int32_t)16))))))); ByteU5BU5D_t4116647657* L_59 = V_9; int32_t L_60 = V_11; NullCheck(L_59); (L_59)->SetAt(static_cast(3), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_60>>(int32_t)8)))))); ByteU5BU5D_t4116647657* L_61 = V_9; int32_t L_62 = V_11; NullCheck(L_61); (L_61)->SetAt(static_cast(4), (uint8_t)(((int32_t)((uint8_t)L_62)))); goto IL_01f3; } IL_01b1: { int32_t L_63 = V_11; V_9 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)6, (int32_t)L_63)))); ByteU5BU5D_t4116647657* L_64 = V_0; ByteU5BU5D_t4116647657* L_65 = V_9; int32_t L_66 = V_11; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_64, 0, (RuntimeArray *)(RuntimeArray *)L_65, 6, L_66, /*hidden argument*/NULL); V_10 = ((int32_t)132); ByteU5BU5D_t4116647657* L_67 = V_9; int32_t L_68 = V_11; NullCheck(L_67); (L_67)->SetAt(static_cast(2), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_68>>(int32_t)((int32_t)24))))))); ByteU5BU5D_t4116647657* L_69 = V_9; int32_t L_70 = V_11; NullCheck(L_69); (L_69)->SetAt(static_cast(3), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_70>>(int32_t)((int32_t)16))))))); ByteU5BU5D_t4116647657* L_71 = V_9; int32_t L_72 = V_11; NullCheck(L_71); (L_71)->SetAt(static_cast(4), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_72>>(int32_t)8)))))); ByteU5BU5D_t4116647657* L_73 = V_9; int32_t L_74 = V_11; NullCheck(L_73); (L_73)->SetAt(static_cast(5), (uint8_t)(((int32_t)((uint8_t)L_74)))); } IL_01f3: { goto IL_0213; } IL_01f8: { int32_t L_75 = V_11; V_9 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_75)))); ByteU5BU5D_t4116647657* L_76 = V_0; ByteU5BU5D_t4116647657* L_77 = V_9; int32_t L_78 = V_11; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_76, 0, (RuntimeArray *)(RuntimeArray *)L_77, 2, L_78, /*hidden argument*/NULL); int32_t L_79 = V_11; V_10 = L_79; } IL_0213: { ByteU5BU5D_t4116647657* L_80 = __this->get_m_aValue_1(); if (L_80) { goto IL_0225; } } { ByteU5BU5D_t4116647657* L_81 = V_0; __this->set_m_aValue_1(L_81); } IL_0225: { goto IL_0232; } IL_022a: { V_9 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)2)); } IL_0232: { ByteU5BU5D_t4116647657* L_82 = V_9; uint8_t L_83 = __this->get_m_nTag_0(); NullCheck(L_82); (L_82)->SetAt(static_cast(0), (uint8_t)L_83); ByteU5BU5D_t4116647657* L_84 = V_9; int32_t L_85 = V_10; NullCheck(L_84); (L_84)->SetAt(static_cast(1), (uint8_t)(((int32_t)((uint8_t)L_85)))); ByteU5BU5D_t4116647657* L_86 = V_9; return L_86; } } // System.Void Mono.Security.ASN1::Decode(System.Byte[],System.Int32&,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ASN1_Decode_m1245286596 (ASN1_t2114160833 * __this, ByteU5BU5D_t4116647657* ___asn10, int32_t* ___anPos1, int32_t ___anLength2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ASN1_Decode_m1245286596_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint8_t V_0 = 0x0; int32_t V_1 = 0; ByteU5BU5D_t4116647657* V_2 = NULL; ASN1_t2114160833 * V_3 = NULL; int32_t V_4 = 0; { goto IL_004e; } IL_0005: { ByteU5BU5D_t4116647657* L_0 = ___asn10; int32_t* L_1 = ___anPos1; ASN1_DecodeTLV_m3927350254(__this, L_0, L_1, (&V_0), (&V_1), (&V_2), /*hidden argument*/NULL); uint8_t L_2 = V_0; if (L_2) { goto IL_001e; } } { goto IL_004e; } IL_001e: { uint8_t L_3 = V_0; ByteU5BU5D_t4116647657* L_4 = V_2; ASN1_t2114160833 * L_5 = (ASN1_t2114160833 *)il2cpp_codegen_object_new(ASN1_t2114160833_il2cpp_TypeInfo_var); ASN1__ctor_m3517592395(L_5, L_3, L_4, /*hidden argument*/NULL); ASN1_t2114160833 * L_6 = ASN1_Add_m3262603624(__this, L_5, /*hidden argument*/NULL); V_3 = L_6; uint8_t L_7 = V_0; if ((!(((uint32_t)((int32_t)((int32_t)L_7&(int32_t)((int32_t)32)))) == ((uint32_t)((int32_t)32))))) { goto IL_0048; } } { int32_t* L_8 = ___anPos1; V_4 = (*((int32_t*)L_8)); ASN1_t2114160833 * L_9 = V_3; ByteU5BU5D_t4116647657* L_10 = ___asn10; int32_t L_11 = V_4; int32_t L_12 = V_1; NullCheck(L_9); ASN1_Decode_m1245286596(L_9, L_10, (&V_4), ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12)), /*hidden argument*/NULL); } IL_0048: { int32_t* L_13 = ___anPos1; int32_t* L_14 = ___anPos1; int32_t L_15 = V_1; *((int32_t*)(L_13)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_14)), (int32_t)L_15)); } IL_004e: { int32_t* L_16 = ___anPos1; int32_t L_17 = ___anLength2; if ((((int32_t)(*((int32_t*)L_16))) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1))))) { goto IL_0005; } } { return; } } // System.Void Mono.Security.ASN1::DecodeTLV(System.Byte[],System.Int32&,System.Byte&,System.Int32&,System.Byte[]&) extern "C" IL2CPP_METHOD_ATTR void ASN1_DecodeTLV_m3927350254 (ASN1_t2114160833 * __this, ByteU5BU5D_t4116647657* ___asn10, int32_t* ___pos1, uint8_t* ___tag2, int32_t* ___length3, ByteU5BU5D_t4116647657** ___content4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ASN1_DecodeTLV_m3927350254_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { uint8_t* L_0 = ___tag2; ByteU5BU5D_t4116647657* L_1 = ___asn10; int32_t* L_2 = ___pos1; int32_t* L_3 = ___pos1; int32_t L_4 = (*((int32_t*)L_3)); V_2 = L_4; *((int32_t*)(L_2)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); int32_t L_5 = V_2; NullCheck(L_1); int32_t L_6 = L_5; uint8_t L_7 = (L_1)->GetAt(static_cast(L_6)); *((int8_t*)(L_0)) = (int8_t)L_7; int32_t* L_8 = ___length3; ByteU5BU5D_t4116647657* L_9 = ___asn10; int32_t* L_10 = ___pos1; int32_t* L_11 = ___pos1; int32_t L_12 = (*((int32_t*)L_11)); V_2 = L_12; *((int32_t*)(L_10)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); int32_t L_13 = V_2; NullCheck(L_9); int32_t L_14 = L_13; uint8_t L_15 = (L_9)->GetAt(static_cast(L_14)); *((int32_t*)(L_8)) = (int32_t)L_15; int32_t* L_16 = ___length3; if ((!(((uint32_t)((int32_t)((int32_t)(*((int32_t*)L_16))&(int32_t)((int32_t)128)))) == ((uint32_t)((int32_t)128))))) { goto IL_0063; } } { int32_t* L_17 = ___length3; V_0 = ((int32_t)((int32_t)(*((int32_t*)L_17))&(int32_t)((int32_t)127))); int32_t* L_18 = ___length3; *((int32_t*)(L_18)) = (int32_t)0; V_1 = 0; goto IL_005c; } IL_0040: { int32_t* L_19 = ___length3; int32_t* L_20 = ___length3; ByteU5BU5D_t4116647657* L_21 = ___asn10; int32_t* L_22 = ___pos1; int32_t* L_23 = ___pos1; int32_t L_24 = (*((int32_t*)L_23)); V_2 = L_24; *((int32_t*)(L_22)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); int32_t L_25 = V_2; NullCheck(L_21); int32_t L_26 = L_25; uint8_t L_27 = (L_21)->GetAt(static_cast(L_26)); *((int32_t*)(L_19)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(*((int32_t*)L_20)), (int32_t)((int32_t)256))), (int32_t)L_27)); int32_t L_28 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); } IL_005c: { int32_t L_29 = V_1; int32_t L_30 = V_0; if ((((int32_t)L_29) < ((int32_t)L_30))) { goto IL_0040; } } IL_0063: { ByteU5BU5D_t4116647657** L_31 = ___content4; int32_t* L_32 = ___length3; *((RuntimeObject **)(L_31)) = (RuntimeObject *)((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)(*((int32_t*)L_32)))); Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_31), (RuntimeObject *)((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)(*((int32_t*)L_32))))); ByteU5BU5D_t4116647657* L_33 = ___asn10; int32_t* L_34 = ___pos1; ByteU5BU5D_t4116647657** L_35 = ___content4; ByteU5BU5D_t4116647657* L_36 = *((ByteU5BU5D_t4116647657**)L_35); int32_t* L_37 = ___length3; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_33, (*((int32_t*)L_34)), (RuntimeArray *)(RuntimeArray *)L_36, 0, (*((int32_t*)L_37)), /*hidden argument*/NULL); return; } } // Mono.Security.ASN1 Mono.Security.ASN1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR ASN1_t2114160833 * ASN1_get_Item_m315148275 (ASN1_t2114160833 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ASN1_get_Item_m315148275_MetadataUsageId); s_Il2CppMethodInitialized = true; } ASN1_t2114160833 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { ArrayList_t2718874744 * L_0 = __this->get_elist_2(); if (!L_0) { goto IL_001c; } } IL_000b: { int32_t L_1 = ___index0; ArrayList_t2718874744 * L_2 = __this->get_elist_2(); NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_2); if ((((int32_t)L_1) < ((int32_t)L_3))) { goto IL_0023; } } IL_001c: { V_0 = (ASN1_t2114160833 *)NULL; goto IL_004c; } IL_0023: { ArrayList_t2718874744 * L_4 = __this->get_elist_2(); int32_t L_5 = ___index0; NullCheck(L_4); RuntimeObject * L_6 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_4, L_5); V_0 = ((ASN1_t2114160833 *)CastclassClass((RuntimeObject*)L_6, ASN1_t2114160833_il2cpp_TypeInfo_var)); goto IL_004c; } IL_003a: { ; // IL_003a: leave IL_004c } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_003f; throw e; } CATCH_003f: { // begin catch(System.ArgumentOutOfRangeException) { V_0 = (ASN1_t2114160833 *)NULL; goto IL_004c; } IL_0047: { ; // IL_0047: leave IL_004c } } // end catch (depth: 1) IL_004c: { ASN1_t2114160833 * L_7 = V_0; return L_7; } } // Mono.Security.ASN1 Mono.Security.ASN1::Element(System.Int32,System.Byte) extern "C" IL2CPP_METHOD_ATTR ASN1_t2114160833 * ASN1_Element_m4088315026 (ASN1_t2114160833 * __this, int32_t ___index0, uint8_t ___anTag1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ASN1_Element_m4088315026_MetadataUsageId); s_Il2CppMethodInitialized = true; } ASN1_t2114160833 * V_0 = NULL; ASN1_t2114160833 * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { ArrayList_t2718874744 * L_0 = __this->get_elist_2(); if (!L_0) { goto IL_001c; } } IL_000b: { int32_t L_1 = ___index0; ArrayList_t2718874744 * L_2 = __this->get_elist_2(); NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_2); if ((((int32_t)L_1) < ((int32_t)L_3))) { goto IL_0023; } } IL_001c: { V_1 = (ASN1_t2114160833 *)NULL; goto IL_0061; } IL_0023: { ArrayList_t2718874744 * L_4 = __this->get_elist_2(); int32_t L_5 = ___index0; NullCheck(L_4); RuntimeObject * L_6 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_4, L_5); V_0 = ((ASN1_t2114160833 *)CastclassClass((RuntimeObject*)L_6, ASN1_t2114160833_il2cpp_TypeInfo_var)); ASN1_t2114160833 * L_7 = V_0; NullCheck(L_7); uint8_t L_8 = ASN1_get_Tag_m1863840805(L_7, /*hidden argument*/NULL); uint8_t L_9 = ___anTag1; if ((!(((uint32_t)L_8) == ((uint32_t)L_9)))) { goto IL_0048; } } IL_0041: { ASN1_t2114160833 * L_10 = V_0; V_1 = L_10; goto IL_0061; } IL_0048: { V_1 = (ASN1_t2114160833 *)NULL; goto IL_0061; } IL_004f: { ; // IL_004f: leave IL_0061 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0054; throw e; } CATCH_0054: { // begin catch(System.ArgumentOutOfRangeException) { V_1 = (ASN1_t2114160833 *)NULL; goto IL_0061; } IL_005c: { ; // IL_005c: leave IL_0061 } } // end catch (depth: 1) IL_0061: { ASN1_t2114160833 * L_11 = V_1; return L_11; } } // System.String Mono.Security.ASN1::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* ASN1_ToString_m45458043 (ASN1_t2114160833 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ASN1_ToString_m45458043_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_0, /*hidden argument*/NULL); V_0 = L_0; StringBuilder_t * L_1 = V_0; uint8_t* L_2 = __this->get_address_of_m_nTag_0(); String_t* L_3 = Byte_ToString_m3735479648(L_2, _stringLiteral3451435000, /*hidden argument*/NULL); String_t* L_4 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); StringBuilder_AppendFormat_m3255666490(L_1, _stringLiteral1285239904, L_3, L_4, /*hidden argument*/NULL); StringBuilder_t * L_5 = V_0; ByteU5BU5D_t4116647657* L_6 = ASN1_get_Value_m3619295991(__this, /*hidden argument*/NULL); NullCheck(L_6); int32_t L_7 = (((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length)))); RuntimeObject * L_8 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_7); String_t* L_9 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); StringBuilder_AppendFormat_m3255666490(L_5, _stringLiteral2514902888, L_8, L_9, /*hidden argument*/NULL); StringBuilder_t * L_10 = V_0; NullCheck(L_10); StringBuilder_Append_m1965104174(L_10, _stringLiteral3013462727, /*hidden argument*/NULL); StringBuilder_t * L_11 = V_0; String_t* L_12 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_11); StringBuilder_Append_m1965104174(L_11, L_12, /*hidden argument*/NULL); V_1 = 0; goto IL_00a7; } IL_0064: { StringBuilder_t * L_13 = V_0; ByteU5BU5D_t4116647657* L_14 = ASN1_get_Value_m3619295991(__this, /*hidden argument*/NULL); int32_t L_15 = V_1; NullCheck(L_14); String_t* L_16 = Byte_ToString_m3735479648(((L_14)->GetAddressAt(static_cast(L_15))), _stringLiteral3451435000, /*hidden argument*/NULL); NullCheck(L_13); StringBuilder_AppendFormat_m3016532472(L_13, _stringLiteral3100627678, L_16, /*hidden argument*/NULL); int32_t L_17 = V_1; if (((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))%(int32_t)((int32_t)16)))) { goto IL_00a3; } } { StringBuilder_t * L_18 = V_0; String_t* L_19 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_18); StringBuilder_AppendFormat_m921870684(L_18, L_19, ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)0)), /*hidden argument*/NULL); } IL_00a3: { int32_t L_20 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_00a7: { int32_t L_21 = V_1; ByteU5BU5D_t4116647657* L_22 = ASN1_get_Value_m3619295991(__this, /*hidden argument*/NULL); NullCheck(L_22); if ((((int32_t)L_21) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_22)->max_length))))))) { goto IL_0064; } } { StringBuilder_t * L_23 = V_0; NullCheck(L_23); String_t* L_24 = StringBuilder_ToString_m3317489284(L_23, /*hidden argument*/NULL); return L_24; } } #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 // Mono.Security.ASN1 Mono.Security.ASN1Convert::FromInt32(System.Int32) extern "C" IL2CPP_METHOD_ATTR ASN1_t2114160833 * ASN1Convert_FromInt32_m2294771542 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ASN1Convert_FromInt32_m2294771542_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; int32_t V_1 = 0; ASN1_t2114160833 * V_2 = NULL; ByteU5BU5D_t4116647657* V_3 = NULL; int32_t V_4 = 0; { int32_t L_0 = ___value0; ByteU5BU5D_t4116647657* L_1 = BitConverterLE_GetBytes_m3268825786(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; ByteU5BU5D_t4116647657* L_2 = V_0; Array_Reverse_m3714848183(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_2, /*hidden argument*/NULL); V_1 = 0; goto IL_0018; } IL_0014: { int32_t L_3 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_0018: { int32_t L_4 = V_1; ByteU5BU5D_t4116647657* L_5 = V_0; NullCheck(L_5); if ((((int32_t)L_4) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length))))))) { goto IL_0029; } } { ByteU5BU5D_t4116647657* L_6 = V_0; int32_t L_7 = V_1; NullCheck(L_6); int32_t L_8 = L_7; uint8_t L_9 = (L_6)->GetAt(static_cast(L_8)); if (!L_9) { goto IL_0014; } } IL_0029: { ASN1_t2114160833 * L_10 = (ASN1_t2114160833 *)il2cpp_codegen_object_new(ASN1_t2114160833_il2cpp_TypeInfo_var); ASN1__ctor_m4216617981(L_10, (uint8_t)2, /*hidden argument*/NULL); V_2 = L_10; int32_t L_11 = V_1; V_4 = L_11; int32_t L_12 = V_4; if (!L_12) { goto IL_0047; } } { int32_t L_13 = V_4; if ((((int32_t)L_13) == ((int32_t)4))) { goto IL_0053; } } { goto IL_0064; } IL_0047: { ASN1_t2114160833 * L_14 = V_2; ByteU5BU5D_t4116647657* L_15 = V_0; NullCheck(L_14); ASN1_set_Value_m647861841(L_14, L_15, /*hidden argument*/NULL); goto IL_0085; } IL_0053: { ASN1_t2114160833 * L_16 = V_2; NullCheck(L_16); ASN1_set_Value_m647861841(L_16, ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)1)), /*hidden argument*/NULL); goto IL_0085; } IL_0064: { int32_t L_17 = V_1; V_3 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)4, (int32_t)L_17)))); ByteU5BU5D_t4116647657* L_18 = V_0; int32_t L_19 = V_1; ByteU5BU5D_t4116647657* L_20 = V_3; ByteU5BU5D_t4116647657* L_21 = V_3; NullCheck(L_21); Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_18, L_19, (RuntimeArray *)(RuntimeArray *)L_20, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_21)->max_length)))), /*hidden argument*/NULL); ASN1_t2114160833 * L_22 = V_2; ByteU5BU5D_t4116647657* L_23 = V_3; NullCheck(L_22); ASN1_set_Value_m647861841(L_22, L_23, /*hidden argument*/NULL); goto IL_0085; } IL_0085: { ASN1_t2114160833 * L_24 = V_2; return L_24; } } // Mono.Security.ASN1 Mono.Security.ASN1Convert::FromOid(System.String) extern "C" IL2CPP_METHOD_ATTR ASN1_t2114160833 * ASN1Convert_FromOid_m3844102704 (RuntimeObject * __this /* static, unused */, String_t* ___oid0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ASN1Convert_FromOid_m3844102704_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___oid0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3266464951, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ASN1Convert_FromOid_m3844102704_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___oid0; IL2CPP_RUNTIME_CLASS_INIT(CryptoConfig_t4201145714_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_3 = CryptoConfig_EncodeOID_m2635914623(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); ASN1_t2114160833 * L_4 = (ASN1_t2114160833 *)il2cpp_codegen_object_new(ASN1_t2114160833_il2cpp_TypeInfo_var); ASN1__ctor_m1219137533(L_4, L_3, /*hidden argument*/NULL); return L_4; } } // System.Int32 Mono.Security.ASN1Convert::ToInt32(Mono.Security.ASN1) extern "C" IL2CPP_METHOD_ATTR int32_t ASN1Convert_ToInt32_m2228176117 (RuntimeObject * __this /* static, unused */, ASN1_t2114160833 * ___asn10, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ASN1Convert_ToInt32_m2228176117_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { ASN1_t2114160833 * L_0 = ___asn10; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2971046163, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ASN1Convert_ToInt32_m2228176117_RuntimeMethod_var); } IL_0011: { ASN1_t2114160833 * L_2 = ___asn10; NullCheck(L_2); uint8_t L_3 = ASN1_get_Tag_m1863840805(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)2))) { goto IL_0028; } } { FormatException_t154580423 * L_4 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_4, _stringLiteral1968993200, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,ASN1Convert_ToInt32_m2228176117_RuntimeMethod_var); } IL_0028: { V_0 = 0; V_1 = 0; goto IL_0042; } IL_0031: { int32_t L_5 = V_0; ASN1_t2114160833 * L_6 = ___asn10; NullCheck(L_6); ByteU5BU5D_t4116647657* L_7 = ASN1_get_Value_m3619295991(L_6, /*hidden argument*/NULL); 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)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_5<<(int32_t)8)), (int32_t)L_10)); int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0042: { int32_t L_12 = V_1; ASN1_t2114160833 * L_13 = ___asn10; NullCheck(L_13); ByteU5BU5D_t4116647657* L_14 = ASN1_get_Value_m3619295991(L_13, /*hidden argument*/NULL); NullCheck(L_14); if ((((int32_t)L_12) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length))))))) { goto IL_0031; } } { int32_t L_15 = V_0; return L_15; } } // System.String Mono.Security.ASN1Convert::ToOid(Mono.Security.ASN1) extern "C" IL2CPP_METHOD_ATTR String_t* ASN1Convert_ToOid_m4290825381 (RuntimeObject * __this /* static, unused */, ASN1_t2114160833 * ___asn10, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ASN1Convert_ToOid_m4290825381_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; StringBuilder_t * V_1 = NULL; uint8_t V_2 = 0x0; uint8_t V_3 = 0x0; uint64_t V_4 = 0; { ASN1_t2114160833 * L_0 = ___asn10; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2971046163, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ASN1Convert_ToOid_m4290825381_RuntimeMethod_var); } IL_0011: { ASN1_t2114160833 * L_2 = ___asn10; NullCheck(L_2); ByteU5BU5D_t4116647657* L_3 = ASN1_get_Value_m3619295991(L_2, /*hidden argument*/NULL); V_0 = L_3; StringBuilder_t * L_4 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_4, /*hidden argument*/NULL); V_1 = L_4; ByteU5BU5D_t4116647657* L_5 = V_0; NullCheck(L_5); int32_t L_6 = 0; uint8_t L_7 = (L_5)->GetAt(static_cast(L_6)); V_2 = (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_7/(int32_t)((int32_t)40)))))); ByteU5BU5D_t4116647657* L_8 = V_0; NullCheck(L_8); int32_t L_9 = 0; uint8_t L_10 = (L_8)->GetAt(static_cast(L_9)); V_3 = (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_10%(int32_t)((int32_t)40)))))); uint8_t L_11 = V_2; if ((((int32_t)L_11) <= ((int32_t)2))) { goto IL_0042; } } { uint8_t L_12 = V_3; uint8_t L_13 = V_2; V_3 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)2)), (int32_t)((int32_t)40))))))))))); V_2 = (uint8_t)2; } IL_0042: { StringBuilder_t * L_14 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_15 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_16 = Byte_ToString_m2335342258((&V_2), L_15, /*hidden argument*/NULL); NullCheck(L_14); StringBuilder_Append_m1965104174(L_14, L_16, /*hidden argument*/NULL); StringBuilder_t * L_17 = V_1; NullCheck(L_17); StringBuilder_Append_m1965104174(L_17, _stringLiteral3452614530, /*hidden argument*/NULL); StringBuilder_t * L_18 = V_1; CultureInfo_t4157843068 * L_19 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_20 = Byte_ToString_m2335342258((&V_3), L_19, /*hidden argument*/NULL); NullCheck(L_18); StringBuilder_Append_m1965104174(L_18, L_20, /*hidden argument*/NULL); V_4 = (((int64_t)((int64_t)0))); V_2 = (uint8_t)1; goto IL_00c9; } IL_007f: { uint64_t L_21 = V_4; ByteU5BU5D_t4116647657* L_22 = V_0; uint8_t L_23 = V_2; NullCheck(L_22); uint8_t L_24 = L_23; uint8_t L_25 = (L_22)->GetAt(static_cast(L_24)); V_4 = ((int64_t)((int64_t)((int64_t)((int64_t)L_21<<(int32_t)7))|(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_25&(int32_t)((int32_t)127)))))))))))))); ByteU5BU5D_t4116647657* L_26 = V_0; uint8_t L_27 = V_2; NullCheck(L_26); uint8_t L_28 = L_27; uint8_t L_29 = (L_26)->GetAt(static_cast(L_28)); if ((((int32_t)((int32_t)((int32_t)L_29&(int32_t)((int32_t)128)))) == ((int32_t)((int32_t)128)))) { goto IL_00c4; } } { StringBuilder_t * L_30 = V_1; NullCheck(L_30); StringBuilder_Append_m1965104174(L_30, _stringLiteral3452614530, /*hidden argument*/NULL); StringBuilder_t * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_32 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_33 = UInt64_ToString_m2623377370((&V_4), L_32, /*hidden argument*/NULL); NullCheck(L_31); StringBuilder_Append_m1965104174(L_31, L_33, /*hidden argument*/NULL); V_4 = (((int64_t)((int64_t)0))); } IL_00c4: { uint8_t L_34 = V_2; V_2 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1))))); } IL_00c9: { uint8_t L_35 = V_2; ByteU5BU5D_t4116647657* L_36 = V_0; NullCheck(L_36); if ((((int32_t)L_35) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_36)->max_length))))))) { goto IL_007f; } } { StringBuilder_t * L_37 = V_1; NullCheck(L_37); String_t* L_38 = StringBuilder_ToString_m3317489284(L_37, /*hidden argument*/NULL); return L_38; } } // System.DateTime Mono.Security.ASN1Convert::ToDateTime(Mono.Security.ASN1) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 ASN1Convert_ToDateTime_m1246060840 (RuntimeObject * __this /* static, unused */, ASN1_t2114160833 * ___time0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ASN1Convert_ToDateTime_m1246060840_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; String_t* V_3 = NULL; Il2CppChar V_4 = 0x0; int32_t V_5 = 0; String_t* G_B13_0 = NULL; int32_t G_B16_0 = 0; { ASN1_t2114160833 * L_0 = ___time0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral63249541, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ASN1Convert_ToDateTime_m1246060840_RuntimeMethod_var); } IL_0011: { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_2 = Encoding_get_ASCII_m3595602635(NULL /*static, unused*/, /*hidden argument*/NULL); ASN1_t2114160833 * L_3 = ___time0; NullCheck(L_3); ByteU5BU5D_t4116647657* L_4 = ASN1_get_Value_m3619295991(L_3, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_5 = VirtFuncInvoker1< String_t*, ByteU5BU5D_t4116647657* >::Invoke(23 /* System.String System.Text.Encoding::GetString(System.Byte[]) */, L_2, L_4); V_0 = L_5; V_1 = (String_t*)NULL; String_t* L_6 = V_0; NullCheck(L_6); int32_t L_7 = String_get_Length_m3847582255(L_6, /*hidden argument*/NULL); V_5 = L_7; int32_t L_8 = V_5; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)((int32_t)11)))) { case 0: { goto IL_0057; } case 1: { goto IL_016b; } case 2: { goto IL_0062; } case 3: { goto IL_016b; } case 4: { goto IL_00a5; } case 5: { goto IL_016b; } case 6: { goto IL_00b0; } } } { goto IL_016b; } IL_0057: { V_1 = _stringLiteral3346400495; goto IL_016b; } IL_0062: { String_t* L_9 = V_0; NullCheck(L_9); String_t* L_10 = String_Substring_m1610150815(L_9, 0, 2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_11 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int16_t L_12 = Convert_ToInt16_m3185404879(NULL /*static, unused*/, L_10, L_11, /*hidden argument*/NULL); V_2 = L_12; int32_t L_13 = V_2; if ((((int32_t)L_13) < ((int32_t)((int32_t)50)))) { goto IL_008e; } } { String_t* L_14 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_15 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3452024719, L_14, /*hidden argument*/NULL); V_0 = L_15; goto IL_009a; } IL_008e: { String_t* L_16 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3451565966, L_16, /*hidden argument*/NULL); V_0 = L_17; } IL_009a: { V_1 = _stringLiteral924502160; goto IL_016b; } IL_00a5: { V_1 = _stringLiteral924502160; goto IL_016b; } IL_00b0: { String_t* L_18 = V_0; NullCheck(L_18); String_t* L_19 = String_Substring_m1610150815(L_18, 0, 2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_20 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int16_t L_21 = Convert_ToInt16_m3185404879(NULL /*static, unused*/, L_19, L_20, /*hidden argument*/NULL); V_2 = L_21; int32_t L_22 = V_2; if ((((int32_t)L_22) < ((int32_t)((int32_t)50)))) { goto IL_00d5; } } { G_B13_0 = _stringLiteral3452024719; goto IL_00da; } IL_00d5: { G_B13_0 = _stringLiteral3451565966; } IL_00da: { V_3 = G_B13_0; String_t* L_23 = V_0; NullCheck(L_23); Il2CppChar L_24 = String_get_Chars_m2986988803(L_23, ((int32_t)12), /*hidden argument*/NULL); if ((!(((uint32_t)L_24) == ((uint32_t)((int32_t)43))))) { goto IL_00f1; } } { G_B16_0 = ((int32_t)45); goto IL_00f3; } IL_00f1: { G_B16_0 = ((int32_t)43); } IL_00f3: { V_4 = G_B16_0; ObjectU5BU5D_t2843939325* L_25 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)7)); String_t* L_26 = V_3; NullCheck(L_25); ArrayElementTypeCheck (L_25, L_26); (L_25)->SetAt(static_cast(0), (RuntimeObject *)L_26); ObjectU5BU5D_t2843939325* L_27 = L_25; String_t* L_28 = V_0; NullCheck(L_28); String_t* L_29 = String_Substring_m1610150815(L_28, 0, ((int32_t)12), /*hidden argument*/NULL); NullCheck(L_27); ArrayElementTypeCheck (L_27, L_29); (L_27)->SetAt(static_cast(1), (RuntimeObject *)L_29); ObjectU5BU5D_t2843939325* L_30 = L_27; Il2CppChar L_31 = V_4; Il2CppChar L_32 = L_31; RuntimeObject * L_33 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_32); NullCheck(L_30); ArrayElementTypeCheck (L_30, L_33); (L_30)->SetAt(static_cast(2), (RuntimeObject *)L_33); ObjectU5BU5D_t2843939325* L_34 = L_30; String_t* L_35 = V_0; NullCheck(L_35); Il2CppChar L_36 = String_get_Chars_m2986988803(L_35, ((int32_t)13), /*hidden argument*/NULL); Il2CppChar L_37 = L_36; RuntimeObject * L_38 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_37); NullCheck(L_34); ArrayElementTypeCheck (L_34, L_38); (L_34)->SetAt(static_cast(3), (RuntimeObject *)L_38); ObjectU5BU5D_t2843939325* L_39 = L_34; String_t* L_40 = V_0; NullCheck(L_40); Il2CppChar L_41 = String_get_Chars_m2986988803(L_40, ((int32_t)14), /*hidden argument*/NULL); Il2CppChar L_42 = L_41; RuntimeObject * L_43 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_42); NullCheck(L_39); ArrayElementTypeCheck (L_39, L_43); (L_39)->SetAt(static_cast(4), (RuntimeObject *)L_43); ObjectU5BU5D_t2843939325* L_44 = L_39; String_t* L_45 = V_0; NullCheck(L_45); Il2CppChar L_46 = String_get_Chars_m2986988803(L_45, ((int32_t)15), /*hidden argument*/NULL); Il2CppChar L_47 = L_46; RuntimeObject * L_48 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_47); NullCheck(L_44); ArrayElementTypeCheck (L_44, L_48); (L_44)->SetAt(static_cast(5), (RuntimeObject *)L_48); ObjectU5BU5D_t2843939325* L_49 = L_44; String_t* L_50 = V_0; NullCheck(L_50); Il2CppChar L_51 = String_get_Chars_m2986988803(L_50, ((int32_t)16), /*hidden argument*/NULL); Il2CppChar L_52 = L_51; RuntimeObject * L_53 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_52); NullCheck(L_49); ArrayElementTypeCheck (L_49, L_53); (L_49)->SetAt(static_cast(6), (RuntimeObject *)L_53); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_54 = String_Format_m630303134(NULL /*static, unused*/, _stringLiteral3005829114, L_49, /*hidden argument*/NULL); V_0 = L_54; V_1 = _stringLiteral587613957; goto IL_016b; } IL_016b: { String_t* L_55 = V_0; String_t* L_56 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_57 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_58 = DateTime_ParseExact_m2711902273(NULL /*static, unused*/, L_55, L_56, L_57, ((int32_t)16), /*hidden argument*/NULL); 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.Byte[] Mono.Security.BitConverterLE::GetUIntBytes(System.Byte*) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* BitConverterLE_GetUIntBytes_m795219058 (RuntimeObject * __this /* static, unused */, uint8_t* ___bytes0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BitConverterLE_GetUIntBytes_m795219058_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); bool L_0 = ((BitConverter_t3118986983_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t3118986983_il2cpp_TypeInfo_var))->get_IsLittleEndian_1(); if (!L_0) { goto IL_002b; } } { ByteU5BU5D_t4116647657* L_1 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)4)); uint8_t* L_2 = ___bytes0; NullCheck(L_1); (L_1)->SetAt(static_cast(0), (uint8_t)(*((uint8_t*)L_2))); ByteU5BU5D_t4116647657* L_3 = L_1; uint8_t* L_4 = ___bytes0; NullCheck(L_3); (L_3)->SetAt(static_cast(1), (uint8_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_4, (int32_t)1))))); ByteU5BU5D_t4116647657* L_5 = L_3; uint8_t* L_6 = ___bytes0; NullCheck(L_5); (L_5)->SetAt(static_cast(2), (uint8_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_6, (int32_t)2))))); ByteU5BU5D_t4116647657* L_7 = L_5; uint8_t* L_8 = ___bytes0; NullCheck(L_7); (L_7)->SetAt(static_cast(3), (uint8_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_8, (int32_t)3))))); return L_7; } IL_002b: { ByteU5BU5D_t4116647657* L_9 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)4)); uint8_t* L_10 = ___bytes0; NullCheck(L_9); (L_9)->SetAt(static_cast(0), (uint8_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_10, (int32_t)3))))); ByteU5BU5D_t4116647657* L_11 = L_9; uint8_t* L_12 = ___bytes0; NullCheck(L_11); (L_11)->SetAt(static_cast(1), (uint8_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_12, (int32_t)2))))); ByteU5BU5D_t4116647657* L_13 = L_11; uint8_t* L_14 = ___bytes0; NullCheck(L_13); (L_13)->SetAt(static_cast(2), (uint8_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_14, (int32_t)1))))); ByteU5BU5D_t4116647657* L_15 = L_13; uint8_t* L_16 = ___bytes0; NullCheck(L_15); (L_15)->SetAt(static_cast(3), (uint8_t)(*((uint8_t*)L_16))); return L_15; } } // System.Byte[] Mono.Security.BitConverterLE::GetBytes(System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* BitConverterLE_GetBytes_m3268825786 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = BitConverterLE_GetUIntBytes_m795219058(NULL /*static, unused*/, (uint8_t*)(uint8_t*)(&___value0), /*hidden argument*/NULL); 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 Mono.Security.Cryptography.ARC4Managed::.ctor() extern "C" IL2CPP_METHOD_ATTR void ARC4Managed__ctor_m2553537404 (ARC4Managed_t2641858452 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ARC4Managed__ctor_m2553537404_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(RC4_t2752556436_il2cpp_TypeInfo_var); RC4__ctor_m3531760091(__this, /*hidden argument*/NULL); __this->set_state_13(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)))); __this->set_m_disposed_16((bool)0); return; } } // System.Void Mono.Security.Cryptography.ARC4Managed::Finalize() extern "C" IL2CPP_METHOD_ATTR void ARC4Managed_Finalize_m315143160 (ARC4Managed_t2641858452 * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) VirtActionInvoker1< bool >::Invoke(5 /* System.Void Mono.Security.Cryptography.ARC4Managed::Dispose(System.Boolean) */, __this, (bool)1); IL2CPP_LEAVE(0x13, FINALLY_000c); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_000c; } FINALLY_000c: { // begin finally (depth: 1) SymmetricAlgorithm_Finalize_m2361523015(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(12) } // end finally (depth: 1) IL2CPP_CLEANUP(12) { IL2CPP_JUMP_TBL(0x13, IL_0013) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0013: { return; } } // System.Void Mono.Security.Cryptography.ARC4Managed::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ARC4Managed_Dispose_m3340445210 (ARC4Managed_t2641858452 * __this, bool ___disposing0, const RuntimeMethod* method) { { bool L_0 = __this->get_m_disposed_16(); if (L_0) { goto IL_0067; } } { __this->set_x_14((uint8_t)0); __this->set_y_15((uint8_t)0); ByteU5BU5D_t4116647657* L_1 = __this->get_key_12(); if (!L_1) { goto IL_003f; } } { ByteU5BU5D_t4116647657* L_2 = __this->get_key_12(); ByteU5BU5D_t4116647657* L_3 = __this->get_key_12(); NullCheck(L_3); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_2, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))), /*hidden argument*/NULL); __this->set_key_12((ByteU5BU5D_t4116647657*)NULL); } IL_003f: { ByteU5BU5D_t4116647657* L_4 = __this->get_state_13(); ByteU5BU5D_t4116647657* L_5 = __this->get_state_13(); NullCheck(L_5); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_4, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length)))), /*hidden argument*/NULL); __this->set_state_13((ByteU5BU5D_t4116647657*)NULL); GC_SuppressFinalize_m1177400158(NULL /*static, unused*/, __this, /*hidden argument*/NULL); __this->set_m_disposed_16((bool)1); } IL_0067: { return; } } // System.Byte[] Mono.Security.Cryptography.ARC4Managed::get_Key() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* ARC4Managed_get_Key_m2476146969 (ARC4Managed_t2641858452 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ARC4Managed_get_Key_m2476146969_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = __this->get_key_12(); NullCheck((RuntimeArray *)(RuntimeArray *)L_0); RuntimeObject * L_1 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_0, /*hidden argument*/NULL); return ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_1, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var)); } } // System.Void Mono.Security.Cryptography.ARC4Managed::set_Key(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void ARC4Managed_set_Key_m859266296 (ARC4Managed_t2641858452 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ARC4Managed_set_Key_m859266296_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ___value0; NullCheck((RuntimeArray *)(RuntimeArray *)L_0); RuntimeObject * L_1 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_0, /*hidden argument*/NULL); __this->set_key_12(((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_1, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var))); ByteU5BU5D_t4116647657* L_2 = __this->get_key_12(); ARC4Managed_KeySetup_m2449315676(__this, L_2, /*hidden argument*/NULL); return; } } // System.Boolean Mono.Security.Cryptography.ARC4Managed::get_CanReuseTransform() extern "C" IL2CPP_METHOD_ATTR bool ARC4Managed_get_CanReuseTransform_m1145713138 (ARC4Managed_t2641858452 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Security.Cryptography.ICryptoTransform Mono.Security.Cryptography.ARC4Managed::CreateEncryptor(System.Byte[],System.Byte[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ARC4Managed_CreateEncryptor_m2249585492 (ARC4Managed_t2641858452 * __this, ByteU5BU5D_t4116647657* ___rgbKey0, ByteU5BU5D_t4116647657* ___rgvIV1, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = ___rgbKey0; VirtActionInvoker1< ByteU5BU5D_t4116647657* >::Invoke(12 /* System.Void Mono.Security.Cryptography.ARC4Managed::set_Key(System.Byte[]) */, __this, L_0); return __this; } } // System.Security.Cryptography.ICryptoTransform Mono.Security.Cryptography.ARC4Managed::CreateDecryptor(System.Byte[],System.Byte[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ARC4Managed_CreateDecryptor_m1966583816 (ARC4Managed_t2641858452 * __this, ByteU5BU5D_t4116647657* ___rgbKey0, ByteU5BU5D_t4116647657* ___rgvIV1, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = ___rgbKey0; VirtActionInvoker1< ByteU5BU5D_t4116647657* >::Invoke(12 /* System.Void Mono.Security.Cryptography.ARC4Managed::set_Key(System.Byte[]) */, __this, L_0); RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(22 /* System.Security.Cryptography.ICryptoTransform System.Security.Cryptography.SymmetricAlgorithm::CreateEncryptor() */, __this); return L_1; } } // System.Void Mono.Security.Cryptography.ARC4Managed::GenerateIV() extern "C" IL2CPP_METHOD_ATTR void ARC4Managed_GenerateIV_m2029637723 (ARC4Managed_t2641858452 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ARC4Managed_GenerateIV_m2029637723_MetadataUsageId); s_Il2CppMethodInitialized = true; } { VirtActionInvoker1< ByteU5BU5D_t4116647657* >::Invoke(10 /* System.Void Mono.Security.Cryptography.RC4::set_IV(System.Byte[]) */, __this, ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)0))); return; } } // System.Void Mono.Security.Cryptography.ARC4Managed::GenerateKey() extern "C" IL2CPP_METHOD_ATTR void ARC4Managed_GenerateKey_m1607343060 (ARC4Managed_t2641858452 * __this, const RuntimeMethod* method) { { int32_t L_0 = ((SymmetricAlgorithm_t4254223087 *)__this)->get_KeySizeValue_2(); ByteU5BU5D_t4116647657* L_1 = KeyBuilder_Key_m1482371611(NULL /*static, unused*/, ((int32_t)((int32_t)L_0>>(int32_t)3)), /*hidden argument*/NULL); VirtActionInvoker1< ByteU5BU5D_t4116647657* >::Invoke(12 /* System.Void Mono.Security.Cryptography.ARC4Managed::set_Key(System.Byte[]) */, __this, L_1); return; } } // System.Boolean Mono.Security.Cryptography.ARC4Managed::get_CanTransformMultipleBlocks() extern "C" IL2CPP_METHOD_ATTR bool ARC4Managed_get_CanTransformMultipleBlocks_m2410765077 (ARC4Managed_t2641858452 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Int32 Mono.Security.Cryptography.ARC4Managed::get_InputBlockSize() extern "C" IL2CPP_METHOD_ATTR int32_t ARC4Managed_get_InputBlockSize_m1793471611 (ARC4Managed_t2641858452 * __this, const RuntimeMethod* method) { { return 1; } } // System.Int32 Mono.Security.Cryptography.ARC4Managed::get_OutputBlockSize() extern "C" IL2CPP_METHOD_ATTR int32_t ARC4Managed_get_OutputBlockSize_m3232838386 (ARC4Managed_t2641858452 * __this, const RuntimeMethod* method) { { return 1; } } // System.Void Mono.Security.Cryptography.ARC4Managed::KeySetup(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void ARC4Managed_KeySetup_m2449315676 (ARC4Managed_t2641858452 * __this, ByteU5BU5D_t4116647657* ___key0, const RuntimeMethod* method) { uint8_t V_0 = 0x0; uint8_t V_1 = 0x0; int32_t V_2 = 0; int32_t V_3 = 0; uint8_t V_4 = 0x0; { V_0 = (uint8_t)0; V_1 = (uint8_t)0; V_2 = 0; goto IL_0019; } IL_000b: { ByteU5BU5D_t4116647657* L_0 = __this->get_state_13(); int32_t L_1 = V_2; int32_t L_2 = V_2; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (uint8_t)(((int32_t)((uint8_t)L_2)))); int32_t L_3 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_0019: { int32_t L_4 = V_2; if ((((int32_t)L_4) < ((int32_t)((int32_t)256)))) { goto IL_000b; } } { __this->set_x_14((uint8_t)0); __this->set_y_15((uint8_t)0); V_3 = 0; goto IL_007a; } IL_0039: { ByteU5BU5D_t4116647657* L_5 = ___key0; uint8_t L_6 = V_0; NullCheck(L_5); uint8_t L_7 = L_6; uint8_t L_8 = (L_5)->GetAt(static_cast(L_7)); ByteU5BU5D_t4116647657* L_9 = __this->get_state_13(); int32_t L_10 = V_3; NullCheck(L_9); int32_t L_11 = L_10; uint8_t L_12 = (L_9)->GetAt(static_cast(L_11)); uint8_t L_13 = V_1; V_1 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_12)), (int32_t)L_13))))); ByteU5BU5D_t4116647657* L_14 = __this->get_state_13(); int32_t L_15 = V_3; NullCheck(L_14); int32_t L_16 = L_15; uint8_t L_17 = (L_14)->GetAt(static_cast(L_16)); V_4 = L_17; ByteU5BU5D_t4116647657* L_18 = __this->get_state_13(); int32_t L_19 = V_3; ByteU5BU5D_t4116647657* L_20 = __this->get_state_13(); uint8_t L_21 = V_1; NullCheck(L_20); uint8_t L_22 = L_21; uint8_t L_23 = (L_20)->GetAt(static_cast(L_22)); NullCheck(L_18); (L_18)->SetAt(static_cast(L_19), (uint8_t)L_23); ByteU5BU5D_t4116647657* L_24 = __this->get_state_13(); uint8_t L_25 = V_1; uint8_t L_26 = V_4; NullCheck(L_24); (L_24)->SetAt(static_cast(L_25), (uint8_t)L_26); uint8_t L_27 = V_0; ByteU5BU5D_t4116647657* L_28 = ___key0; NullCheck(L_28); V_0 = (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1))%(int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_28)->max_length))))))))); int32_t L_29 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_007a: { int32_t L_30 = V_3; if ((((int32_t)L_30) < ((int32_t)((int32_t)256)))) { goto IL_0039; } } { return; } } // System.Void Mono.Security.Cryptography.ARC4Managed::CheckInput(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ARC4Managed_CheckInput_m1562172012 (ARC4Managed_t2641858452 * __this, ByteU5BU5D_t4116647657* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ARC4Managed_CheckInput_m1562172012_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ___inputBuffer0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3152468735, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ARC4Managed_CheckInput_m1562172012_RuntimeMethod_var); } IL_0011: { int32_t L_2 = ___inputOffset1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0028; } } { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_3, _stringLiteral2167393519, _stringLiteral3073595182, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ARC4Managed_CheckInput_m1562172012_RuntimeMethod_var); } IL_0028: { int32_t L_4 = ___inputCount2; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_003f; } } { ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_5, _stringLiteral438779933, _stringLiteral3073595182, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,ARC4Managed_CheckInput_m1562172012_RuntimeMethod_var); } IL_003f: { int32_t L_6 = ___inputOffset1; ByteU5BU5D_t4116647657* L_7 = ___inputBuffer0; NullCheck(L_7); int32_t L_8 = ___inputCount2; if ((((int32_t)L_6) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))), (int32_t)L_8))))) { goto IL_005f; } } { String_t* L_9 = Locale_GetText_m3520169047(NULL /*static, unused*/, _stringLiteral251636811, /*hidden argument*/NULL); ArgumentException_t132251570 * L_10 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_10, _stringLiteral3152468735, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,ARC4Managed_CheckInput_m1562172012_RuntimeMethod_var); } IL_005f: { return; } } // System.Int32 Mono.Security.Cryptography.ARC4Managed::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ARC4Managed_TransformBlock_m1687647868 (ARC4Managed_t2641858452 * __this, ByteU5BU5D_t4116647657* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, ByteU5BU5D_t4116647657* ___outputBuffer3, int32_t ___outputOffset4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ARC4Managed_TransformBlock_m1687647868_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ___inputBuffer0; int32_t L_1 = ___inputOffset1; int32_t L_2 = ___inputCount2; ARC4Managed_CheckInput_m1562172012(__this, L_0, L_1, L_2, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_3 = ___outputBuffer3; if (L_3) { goto IL_001b; } } { ArgumentNullException_t1615371798 * L_4 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_4, _stringLiteral2053830539, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,ARC4Managed_TransformBlock_m1687647868_RuntimeMethod_var); } IL_001b: { int32_t L_5 = ___outputOffset4; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_0033; } } { ArgumentOutOfRangeException_t777629997 * L_6 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_6, _stringLiteral1561769044, _stringLiteral3073595182, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,ARC4Managed_TransformBlock_m1687647868_RuntimeMethod_var); } IL_0033: { int32_t L_7 = ___outputOffset4; ByteU5BU5D_t4116647657* L_8 = ___outputBuffer3; NullCheck(L_8); int32_t L_9 = ___inputCount2; if ((((int32_t)L_7) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))), (int32_t)L_9))))) { goto IL_0055; } } { String_t* L_10 = Locale_GetText_m3520169047(NULL /*static, unused*/, _stringLiteral251636811, /*hidden argument*/NULL); ArgumentException_t132251570 * L_11 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_11, _stringLiteral2053830539, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,ARC4Managed_TransformBlock_m1687647868_RuntimeMethod_var); } IL_0055: { ByteU5BU5D_t4116647657* L_12 = ___inputBuffer0; int32_t L_13 = ___inputOffset1; int32_t L_14 = ___inputCount2; ByteU5BU5D_t4116647657* L_15 = ___outputBuffer3; int32_t L_16 = ___outputOffset4; int32_t L_17 = ARC4Managed_InternalTransformBlock_m1047162329(__this, L_12, L_13, L_14, L_15, L_16, /*hidden argument*/NULL); return L_17; } } // System.Int32 Mono.Security.Cryptography.ARC4Managed::InternalTransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ARC4Managed_InternalTransformBlock_m1047162329 (ARC4Managed_t2641858452 * __this, ByteU5BU5D_t4116647657* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, ByteU5BU5D_t4116647657* ___outputBuffer3, int32_t ___outputOffset4, const RuntimeMethod* method) { uint8_t V_0 = 0x0; int32_t V_1 = 0; uint8_t V_2 = 0x0; { V_1 = 0; goto IL_009e; } IL_0007: { uint8_t L_0 = __this->get_x_14(); __this->set_x_14((uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)))))); ByteU5BU5D_t4116647657* L_1 = __this->get_state_13(); uint8_t L_2 = __this->get_x_14(); NullCheck(L_1); uint8_t L_3 = L_2; uint8_t L_4 = (L_1)->GetAt(static_cast(L_3)); uint8_t L_5 = __this->get_y_15(); __this->set_y_15((uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5)))))); ByteU5BU5D_t4116647657* L_6 = __this->get_state_13(); uint8_t L_7 = __this->get_x_14(); NullCheck(L_6); uint8_t L_8 = L_7; uint8_t L_9 = (L_6)->GetAt(static_cast(L_8)); V_2 = L_9; ByteU5BU5D_t4116647657* L_10 = __this->get_state_13(); uint8_t L_11 = __this->get_x_14(); ByteU5BU5D_t4116647657* L_12 = __this->get_state_13(); uint8_t L_13 = __this->get_y_15(); NullCheck(L_12); uint8_t L_14 = L_13; uint8_t L_15 = (L_12)->GetAt(static_cast(L_14)); NullCheck(L_10); (L_10)->SetAt(static_cast(L_11), (uint8_t)L_15); ByteU5BU5D_t4116647657* L_16 = __this->get_state_13(); uint8_t L_17 = __this->get_y_15(); uint8_t L_18 = V_2; NullCheck(L_16); (L_16)->SetAt(static_cast(L_17), (uint8_t)L_18); ByteU5BU5D_t4116647657* L_19 = __this->get_state_13(); uint8_t L_20 = __this->get_x_14(); NullCheck(L_19); uint8_t L_21 = L_20; uint8_t L_22 = (L_19)->GetAt(static_cast(L_21)); ByteU5BU5D_t4116647657* L_23 = __this->get_state_13(); uint8_t L_24 = __this->get_y_15(); NullCheck(L_23); uint8_t L_25 = L_24; uint8_t L_26 = (L_23)->GetAt(static_cast(L_25)); V_0 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)L_26))))); ByteU5BU5D_t4116647657* L_27 = ___outputBuffer3; int32_t L_28 = ___outputOffset4; int32_t L_29 = V_1; ByteU5BU5D_t4116647657* L_30 = ___inputBuffer0; int32_t L_31 = ___inputOffset1; int32_t L_32 = V_1; NullCheck(L_30); int32_t L_33 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32)); uint8_t L_34 = (L_30)->GetAt(static_cast(L_33)); ByteU5BU5D_t4116647657* L_35 = __this->get_state_13(); uint8_t L_36 = V_0; NullCheck(L_35); uint8_t L_37 = L_36; uint8_t L_38 = (L_35)->GetAt(static_cast(L_37)); NullCheck(L_27); (L_27)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)L_29))), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_34^(int32_t)L_38)))))); int32_t L_39 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); } IL_009e: { int32_t L_40 = V_1; int32_t L_41 = ___inputCount2; if ((((int32_t)L_40) < ((int32_t)L_41))) { goto IL_0007; } } { int32_t L_42 = ___inputCount2; return L_42; } } // System.Byte[] Mono.Security.Cryptography.ARC4Managed::TransformFinalBlock(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* ARC4Managed_TransformFinalBlock_m2223084380 (ARC4Managed_t2641858452 * __this, ByteU5BU5D_t4116647657* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ARC4Managed_TransformFinalBlock_m2223084380_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; { ByteU5BU5D_t4116647657* L_0 = ___inputBuffer0; int32_t L_1 = ___inputOffset1; int32_t L_2 = ___inputCount2; ARC4Managed_CheckInput_m1562172012(__this, L_0, L_1, L_2, /*hidden argument*/NULL); int32_t L_3 = ___inputCount2; V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_3)); ByteU5BU5D_t4116647657* L_4 = ___inputBuffer0; int32_t L_5 = ___inputOffset1; int32_t L_6 = ___inputCount2; ByteU5BU5D_t4116647657* L_7 = V_0; ARC4Managed_InternalTransformBlock_m1047162329(__this, L_4, L_5, L_6, L_7, 0, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_8 = V_0; return L_8; } } #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 Mono.Security.Cryptography.CryptoConvert::ToHex(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR String_t* CryptoConvert_ToHex_m2210632265 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CryptoConvert_ToHex_m2210632265_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; uint8_t V_1 = 0x0; ByteU5BU5D_t4116647657* V_2 = NULL; int32_t V_3 = 0; { ByteU5BU5D_t4116647657* L_0 = ___input0; if (L_0) { goto IL_0008; } } { return (String_t*)NULL; } IL_0008: { ByteU5BU5D_t4116647657* L_1 = ___input0; NullCheck(L_1); StringBuilder_t * L_2 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m2367297767(L_2, ((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))), (int32_t)2)), /*hidden argument*/NULL); V_0 = L_2; ByteU5BU5D_t4116647657* L_3 = ___input0; V_2 = L_3; V_3 = 0; goto IL_003c; } IL_001c: { ByteU5BU5D_t4116647657* L_4 = V_2; int32_t L_5 = V_3; NullCheck(L_4); int32_t L_6 = L_5; uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); V_1 = L_7; StringBuilder_t * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_9 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_10 = Byte_ToString_m4063101981((&V_1), _stringLiteral3451435000, L_9, /*hidden argument*/NULL); NullCheck(L_8); StringBuilder_Append_m1965104174(L_8, L_10, /*hidden argument*/NULL); int32_t L_11 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_003c: { int32_t L_12 = V_3; ByteU5BU5D_t4116647657* L_13 = V_2; NullCheck(L_13); if ((((int32_t)L_12) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length))))))) { goto IL_001c; } } { StringBuilder_t * L_14 = V_0; NullCheck(L_14); String_t* L_15 = StringBuilder_ToString_m3317489284(L_14, /*hidden argument*/NULL); return L_15; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Security.Cryptography.HMAC::.ctor(System.String,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void HMAC__ctor_m775015853 (HMAC_t3689525210 * __this, String_t* ___hashName0, ByteU5BU5D_t4116647657* ___rgbKey1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HMAC__ctor_m775015853_MetadataUsageId); s_Il2CppMethodInitialized = true; } { KeyedHashAlgorithm__ctor_m4053775756(__this, /*hidden argument*/NULL); String_t* L_0 = ___hashName0; if (!L_0) { goto IL_0017; } } { String_t* L_1 = ___hashName0; NullCheck(L_1); int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_001e; } } IL_0017: { ___hashName0 = _stringLiteral3839139460; } IL_001e: { String_t* L_3 = ___hashName0; HashAlgorithm_t1432317219 * L_4 = HashAlgorithm_Create_m644612360(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); __this->set_hash_5(L_4); HashAlgorithm_t1432317219 * L_5 = __this->get_hash_5(); NullCheck(L_5); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(16 /* System.Int32 System.Security.Cryptography.HashAlgorithm::get_HashSize() */, L_5); ((HashAlgorithm_t1432317219 *)__this)->set_HashSizeValue_1(L_6); ByteU5BU5D_t4116647657* L_7 = ___rgbKey1; NullCheck(L_7); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length))))) <= ((int32_t)((int32_t)64)))) { goto IL_005c; } } { HashAlgorithm_t1432317219 * L_8 = __this->get_hash_5(); ByteU5BU5D_t4116647657* L_9 = ___rgbKey1; NullCheck(L_8); ByteU5BU5D_t4116647657* L_10 = HashAlgorithm_ComputeHash_m2825542963(L_8, L_9, /*hidden argument*/NULL); ((KeyedHashAlgorithm_t112861511 *)__this)->set_KeyValue_4(L_10); goto IL_006d; } IL_005c: { ByteU5BU5D_t4116647657* L_11 = ___rgbKey1; NullCheck((RuntimeArray *)(RuntimeArray *)L_11); RuntimeObject * L_12 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_11, /*hidden argument*/NULL); ((KeyedHashAlgorithm_t112861511 *)__this)->set_KeyValue_4(((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_12, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var))); } IL_006d: { VirtActionInvoker0::Invoke(17 /* System.Void Mono.Security.Cryptography.HMAC::Initialize() */, __this); return; } } // System.Byte[] Mono.Security.Cryptography.HMAC::get_Key() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* HMAC_get_Key_m1410673610 (HMAC_t3689525210 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HMAC_get_Key_m1410673610_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ((KeyedHashAlgorithm_t112861511 *)__this)->get_KeyValue_4(); NullCheck((RuntimeArray *)(RuntimeArray *)L_0); RuntimeObject * L_1 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_0, /*hidden argument*/NULL); return ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_1, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var)); } } // System.Void Mono.Security.Cryptography.HMAC::set_Key(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void HMAC_set_Key_m3535779141 (HMAC_t3689525210 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HMAC_set_Key_m3535779141_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_hashing_6(); if (!L_0) { goto IL_0016; } } { Exception_t * L_1 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_1, _stringLiteral3906129098, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,HMAC_set_Key_m3535779141_RuntimeMethod_var); } IL_0016: { ByteU5BU5D_t4116647657* L_2 = ___value0; NullCheck(L_2); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))) <= ((int32_t)((int32_t)64)))) { goto IL_0037; } } { HashAlgorithm_t1432317219 * L_3 = __this->get_hash_5(); ByteU5BU5D_t4116647657* L_4 = ___value0; NullCheck(L_3); ByteU5BU5D_t4116647657* L_5 = HashAlgorithm_ComputeHash_m2825542963(L_3, L_4, /*hidden argument*/NULL); ((KeyedHashAlgorithm_t112861511 *)__this)->set_KeyValue_4(L_5); goto IL_0048; } IL_0037: { ByteU5BU5D_t4116647657* L_6 = ___value0; NullCheck((RuntimeArray *)(RuntimeArray *)L_6); RuntimeObject * L_7 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_6, /*hidden argument*/NULL); ((KeyedHashAlgorithm_t112861511 *)__this)->set_KeyValue_4(((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_7, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var))); } IL_0048: { HMAC_initializePad_m59014980(__this, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.Cryptography.HMAC::Initialize() extern "C" IL2CPP_METHOD_ATTR void HMAC_Initialize_m4068357959 (HMAC_t3689525210 * __this, const RuntimeMethod* method) { { HashAlgorithm_t1432317219 * L_0 = __this->get_hash_5(); NullCheck(L_0); VirtActionInvoker0::Invoke(17 /* System.Void System.Security.Cryptography.HashAlgorithm::Initialize() */, L_0); HMAC_initializePad_m59014980(__this, /*hidden argument*/NULL); __this->set_hashing_6((bool)0); return; } } // System.Byte[] Mono.Security.Cryptography.HMAC::HashFinal() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* HMAC_HashFinal_m1453827676 (HMAC_t3689525210 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HMAC_HashFinal_m1453827676_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; { bool L_0 = __this->get_hashing_6(); if (L_0) { goto IL_0034; } } { HashAlgorithm_t1432317219 * L_1 = __this->get_hash_5(); ByteU5BU5D_t4116647657* L_2 = __this->get_innerPad_7(); ByteU5BU5D_t4116647657* L_3 = __this->get_innerPad_7(); NullCheck(L_3); ByteU5BU5D_t4116647657* L_4 = __this->get_innerPad_7(); NullCheck(L_1); HashAlgorithm_TransformBlock_m4006041779(L_1, L_2, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))), L_4, 0, /*hidden argument*/NULL); __this->set_hashing_6((bool)1); } IL_0034: { HashAlgorithm_t1432317219 * L_5 = __this->get_hash_5(); NullCheck(L_5); HashAlgorithm_TransformFinalBlock_m3005451348(L_5, ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)0)), 0, 0, /*hidden argument*/NULL); HashAlgorithm_t1432317219 * L_6 = __this->get_hash_5(); NullCheck(L_6); ByteU5BU5D_t4116647657* L_7 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(13 /* System.Byte[] System.Security.Cryptography.HashAlgorithm::get_Hash() */, L_6); V_0 = L_7; HashAlgorithm_t1432317219 * L_8 = __this->get_hash_5(); NullCheck(L_8); VirtActionInvoker0::Invoke(17 /* System.Void System.Security.Cryptography.HashAlgorithm::Initialize() */, L_8); HashAlgorithm_t1432317219 * L_9 = __this->get_hash_5(); ByteU5BU5D_t4116647657* L_10 = __this->get_outerPad_8(); ByteU5BU5D_t4116647657* L_11 = __this->get_outerPad_8(); NullCheck(L_11); ByteU5BU5D_t4116647657* L_12 = __this->get_outerPad_8(); NullCheck(L_9); HashAlgorithm_TransformBlock_m4006041779(L_9, L_10, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length)))), L_12, 0, /*hidden argument*/NULL); HashAlgorithm_t1432317219 * L_13 = __this->get_hash_5(); ByteU5BU5D_t4116647657* L_14 = V_0; ByteU5BU5D_t4116647657* L_15 = V_0; NullCheck(L_15); NullCheck(L_13); HashAlgorithm_TransformFinalBlock_m3005451348(L_13, L_14, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length)))), /*hidden argument*/NULL); VirtActionInvoker0::Invoke(17 /* System.Void Mono.Security.Cryptography.HMAC::Initialize() */, __this); HashAlgorithm_t1432317219 * L_16 = __this->get_hash_5(); NullCheck(L_16); ByteU5BU5D_t4116647657* L_17 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(13 /* System.Byte[] System.Security.Cryptography.HashAlgorithm::get_Hash() */, L_16); return L_17; } } // System.Void Mono.Security.Cryptography.HMAC::HashCore(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void HMAC_HashCore_m1045651335 (HMAC_t3689525210 * __this, ByteU5BU5D_t4116647657* ___array0, int32_t ___ibStart1, int32_t ___cbSize2, const RuntimeMethod* method) { { bool L_0 = __this->get_hashing_6(); if (L_0) { goto IL_0034; } } { HashAlgorithm_t1432317219 * L_1 = __this->get_hash_5(); ByteU5BU5D_t4116647657* L_2 = __this->get_innerPad_7(); ByteU5BU5D_t4116647657* L_3 = __this->get_innerPad_7(); NullCheck(L_3); ByteU5BU5D_t4116647657* L_4 = __this->get_innerPad_7(); NullCheck(L_1); HashAlgorithm_TransformBlock_m4006041779(L_1, L_2, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))), L_4, 0, /*hidden argument*/NULL); __this->set_hashing_6((bool)1); } IL_0034: { HashAlgorithm_t1432317219 * L_5 = __this->get_hash_5(); ByteU5BU5D_t4116647657* L_6 = ___array0; int32_t L_7 = ___ibStart1; int32_t L_8 = ___cbSize2; ByteU5BU5D_t4116647657* L_9 = ___array0; int32_t L_10 = ___ibStart1; NullCheck(L_5); HashAlgorithm_TransformBlock_m4006041779(L_5, L_6, L_7, L_8, L_9, L_10, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.Cryptography.HMAC::initializePad() extern "C" IL2CPP_METHOD_ATTR void HMAC_initializePad_m59014980 (HMAC_t3689525210 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HMAC_initializePad_m59014980_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { __this->set_innerPad_7(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)))); __this->set_outerPad_8(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)))); V_0 = 0; goto IL_004d; } IL_0021: { ByteU5BU5D_t4116647657* L_0 = __this->get_innerPad_7(); int32_t L_1 = V_0; ByteU5BU5D_t4116647657* L_2 = ((KeyedHashAlgorithm_t112861511 *)__this)->get_KeyValue_4(); int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; uint8_t L_5 = (L_2)->GetAt(static_cast(L_4)); NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_5^(int32_t)((int32_t)54))))))); ByteU5BU5D_t4116647657* L_6 = __this->get_outerPad_8(); int32_t L_7 = V_0; ByteU5BU5D_t4116647657* L_8 = ((KeyedHashAlgorithm_t112861511 *)__this)->get_KeyValue_4(); int32_t L_9 = V_0; NullCheck(L_8); int32_t L_10 = L_9; uint8_t L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck(L_6); (L_6)->SetAt(static_cast(L_7), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_11^(int32_t)((int32_t)92))))))); int32_t L_12 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_004d: { int32_t L_13 = V_0; ByteU5BU5D_t4116647657* L_14 = ((KeyedHashAlgorithm_t112861511 *)__this)->get_KeyValue_4(); NullCheck(L_14); if ((((int32_t)L_13) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length))))))) { goto IL_0021; } } { ByteU5BU5D_t4116647657* L_15 = ((KeyedHashAlgorithm_t112861511 *)__this)->get_KeyValue_4(); NullCheck(L_15); V_1 = (((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length)))); goto IL_0081; } IL_0069: { ByteU5BU5D_t4116647657* L_16 = __this->get_innerPad_7(); int32_t L_17 = V_1; NullCheck(L_16); (L_16)->SetAt(static_cast(L_17), (uint8_t)((int32_t)54)); ByteU5BU5D_t4116647657* L_18 = __this->get_outerPad_8(); int32_t L_19 = V_1; NullCheck(L_18); (L_18)->SetAt(static_cast(L_19), (uint8_t)((int32_t)92)); int32_t L_20 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0081: { int32_t L_21 = V_1; if ((((int32_t)L_21) < ((int32_t)((int32_t)64)))) { goto IL_0069; } } { 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.Security.Cryptography.RandomNumberGenerator Mono.Security.Cryptography.KeyBuilder::get_Rng() extern "C" IL2CPP_METHOD_ATTR RandomNumberGenerator_t386037858 * KeyBuilder_get_Rng_m983065666 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (KeyBuilder_get_Rng_m983065666_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RandomNumberGenerator_t386037858 * L_0 = ((KeyBuilder_t2049230355_StaticFields*)il2cpp_codegen_static_fields_for(KeyBuilder_t2049230355_il2cpp_TypeInfo_var))->get_rng_0(); if (L_0) { goto IL_0014; } } { RandomNumberGenerator_t386037858 * L_1 = RandomNumberGenerator_Create_m4162970280(NULL /*static, unused*/, /*hidden argument*/NULL); ((KeyBuilder_t2049230355_StaticFields*)il2cpp_codegen_static_fields_for(KeyBuilder_t2049230355_il2cpp_TypeInfo_var))->set_rng_0(L_1); } IL_0014: { RandomNumberGenerator_t386037858 * L_2 = ((KeyBuilder_t2049230355_StaticFields*)il2cpp_codegen_static_fields_for(KeyBuilder_t2049230355_il2cpp_TypeInfo_var))->get_rng_0(); return L_2; } } // System.Byte[] Mono.Security.Cryptography.KeyBuilder::Key(System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* KeyBuilder_Key_m1482371611 (RuntimeObject * __this /* static, unused */, int32_t ___size0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (KeyBuilder_Key_m1482371611_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; { int32_t L_0 = ___size0; V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_0)); RandomNumberGenerator_t386037858 * L_1 = KeyBuilder_get_Rng_m983065666(NULL /*static, unused*/, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_2 = V_0; NullCheck(L_1); VirtActionInvoker1< ByteU5BU5D_t4116647657* >::Invoke(4 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetBytes(System.Byte[]) */, L_1, L_2); ByteU5BU5D_t4116647657* L_3 = V_0; 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 Mono.Security.Cryptography.MD2::.ctor() extern "C" IL2CPP_METHOD_ATTR void MD2__ctor_m2402458789 (MD2_t1561046427 * __this, const RuntimeMethod* method) { { HashAlgorithm__ctor_m190815979(__this, /*hidden argument*/NULL); ((HashAlgorithm_t1432317219 *)__this)->set_HashSizeValue_1(((int32_t)128)); return; } } // Mono.Security.Cryptography.MD2 Mono.Security.Cryptography.MD2::Create() extern "C" IL2CPP_METHOD_ATTR MD2_t1561046427 * MD2_Create_m3511476020 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MD2_Create_m3511476020_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MD2_t1561046427 * L_0 = MD2_Create_m1292792200(NULL /*static, unused*/, _stringLiteral4242423987, /*hidden argument*/NULL); return L_0; } } // Mono.Security.Cryptography.MD2 Mono.Security.Cryptography.MD2::Create(System.String) extern "C" IL2CPP_METHOD_ATTR MD2_t1561046427 * MD2_Create_m1292792200 (RuntimeObject * __this /* static, unused */, String_t* ___hashName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MD2_Create_m1292792200_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { String_t* L_0 = ___hashName0; IL2CPP_RUNTIME_CLASS_INIT(CryptoConfig_t4201145714_il2cpp_TypeInfo_var); RuntimeObject * L_1 = CryptoConfig_CreateFromName_m1538277313(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject * L_2 = V_0; if (L_2) { goto IL_0013; } } { MD2Managed_t1377101535 * L_3 = (MD2Managed_t1377101535 *)il2cpp_codegen_object_new(MD2Managed_t1377101535_il2cpp_TypeInfo_var); MD2Managed__ctor_m3243422744(L_3, /*hidden argument*/NULL); V_0 = L_3; } IL_0013: { RuntimeObject * L_4 = V_0; return ((MD2_t1561046427 *)CastclassClass((RuntimeObject*)L_4, MD2_t1561046427_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 // System.Void Mono.Security.Cryptography.MD2Managed::.ctor() extern "C" IL2CPP_METHOD_ATTR void MD2Managed__ctor_m3243422744 (MD2Managed_t1377101535 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MD2Managed__ctor_m3243422744_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MD2__ctor_m2402458789(__this, /*hidden argument*/NULL); __this->set_state_4(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)))); __this->set_checksum_5(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)))); __this->set_buffer_6(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)))); __this->set_x_8(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)48)))); VirtActionInvoker0::Invoke(17 /* System.Void Mono.Security.Cryptography.MD2Managed::Initialize() */, __this); return; } } // System.Void Mono.Security.Cryptography.MD2Managed::.cctor() extern "C" IL2CPP_METHOD_ATTR void MD2Managed__cctor_m1915574725 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MD2Managed__cctor_m1915574725_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256))); RuntimeFieldHandle_t1871169219 L_1 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255362____U24U24fieldU2D5_1_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, L_1, /*hidden argument*/NULL); ((MD2Managed_t1377101535_StaticFields*)il2cpp_codegen_static_fields_for(MD2Managed_t1377101535_il2cpp_TypeInfo_var))->set_PI_SUBST_9(L_0); return; } } // System.Byte[] Mono.Security.Cryptography.MD2Managed::Padding(System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* MD2Managed_Padding_m1334210368 (MD2Managed_t1377101535 * __this, int32_t ___nLength0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MD2Managed_Padding_m1334210368_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = ___nLength0; if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0029; } } { int32_t L_1 = ___nLength0; V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_1)); V_1 = 0; goto IL_001e; } IL_0015: { ByteU5BU5D_t4116647657* L_2 = V_0; int32_t L_3 = V_1; int32_t L_4 = ___nLength0; NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (uint8_t)(((int32_t)((uint8_t)L_4)))); int32_t L_5 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_001e: { int32_t L_6 = V_1; ByteU5BU5D_t4116647657* L_7 = V_0; NullCheck(L_7); if ((((int32_t)L_6) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length))))))) { goto IL_0015; } } { ByteU5BU5D_t4116647657* L_8 = V_0; return L_8; } IL_0029: { return (ByteU5BU5D_t4116647657*)NULL; } } // System.Void Mono.Security.Cryptography.MD2Managed::Initialize() extern "C" IL2CPP_METHOD_ATTR void MD2Managed_Initialize_m2341076836 (MD2Managed_t1377101535 * __this, const RuntimeMethod* method) { { __this->set_count_7(0); ByteU5BU5D_t4116647657* L_0 = __this->get_state_4(); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, 0, ((int32_t)16), /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_1 = __this->get_checksum_5(); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_1, 0, ((int32_t)16), /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_2 = __this->get_buffer_6(); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_2, 0, ((int32_t)16), /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_3 = __this->get_x_8(); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_3, 0, ((int32_t)48), /*hidden argument*/NULL); return; } } // System.Void Mono.Security.Cryptography.MD2Managed::HashCore(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void MD2Managed_HashCore_m1280598655 (MD2Managed_t1377101535 * __this, ByteU5BU5D_t4116647657* ___array0, int32_t ___ibStart1, int32_t ___cbSize2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = __this->get_count_7(); V_1 = L_0; int32_t L_1 = V_1; int32_t L_2 = ___cbSize2; __this->set_count_7(((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2))&(int32_t)((int32_t)15)))); int32_t L_3 = V_1; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)16), (int32_t)L_3)); int32_t L_4 = ___cbSize2; int32_t L_5 = V_2; if ((((int32_t)L_4) < ((int32_t)L_5))) { goto IL_0078; } } { ByteU5BU5D_t4116647657* L_6 = ___array0; int32_t L_7 = ___ibStart1; ByteU5BU5D_t4116647657* L_8 = __this->get_buffer_6(); int32_t L_9 = V_1; int32_t L_10 = V_2; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_6, L_7, (RuntimeArray *)(RuntimeArray *)L_8, L_9, L_10, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_11 = __this->get_state_4(); ByteU5BU5D_t4116647657* L_12 = __this->get_checksum_5(); ByteU5BU5D_t4116647657* L_13 = __this->get_buffer_6(); MD2Managed_MD2Transform_m3143426291(__this, L_11, L_12, L_13, 0, /*hidden argument*/NULL); int32_t L_14 = V_2; V_0 = L_14; goto IL_0067; } IL_004e: { ByteU5BU5D_t4116647657* L_15 = __this->get_state_4(); ByteU5BU5D_t4116647657* L_16 = __this->get_checksum_5(); ByteU5BU5D_t4116647657* L_17 = ___array0; int32_t L_18 = V_0; MD2Managed_MD2Transform_m3143426291(__this, L_15, L_16, L_17, L_18, /*hidden argument*/NULL); int32_t L_19 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)((int32_t)16))); } IL_0067: { int32_t L_20 = V_0; int32_t L_21 = ___cbSize2; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)((int32_t)15)))) < ((int32_t)L_21))) { goto IL_004e; } } { V_1 = 0; goto IL_007a; } IL_0078: { V_0 = 0; } IL_007a: { ByteU5BU5D_t4116647657* L_22 = ___array0; int32_t L_23 = ___ibStart1; int32_t L_24 = V_0; ByteU5BU5D_t4116647657* L_25 = __this->get_buffer_6(); int32_t L_26 = V_1; int32_t L_27 = ___cbSize2; int32_t L_28 = V_0; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_22, ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)L_24)), (RuntimeArray *)(RuntimeArray *)L_25, L_26, ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)L_28)), /*hidden argument*/NULL); return; } } // System.Byte[] Mono.Security.Cryptography.MD2Managed::HashFinal() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* MD2Managed_HashFinal_m808964912 (MD2Managed_t1377101535 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MD2Managed_HashFinal_m808964912_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; ByteU5BU5D_t4116647657* V_2 = NULL; { int32_t L_0 = __this->get_count_7(); V_0 = L_0; int32_t L_1 = V_0; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)16), (int32_t)L_1)); int32_t L_2 = V_1; if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_0022; } } { int32_t L_3 = V_1; ByteU5BU5D_t4116647657* L_4 = MD2Managed_Padding_m1334210368(__this, L_3, /*hidden argument*/NULL); int32_t L_5 = V_1; VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(14 /* System.Void Mono.Security.Cryptography.MD2Managed::HashCore(System.Byte[],System.Int32,System.Int32) */, __this, L_4, 0, L_5); } IL_0022: { ByteU5BU5D_t4116647657* L_6 = __this->get_checksum_5(); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(14 /* System.Void Mono.Security.Cryptography.MD2Managed::HashCore(System.Byte[],System.Int32,System.Int32) */, __this, L_6, 0, ((int32_t)16)); ByteU5BU5D_t4116647657* L_7 = __this->get_state_4(); NullCheck((RuntimeArray *)(RuntimeArray *)L_7); RuntimeObject * L_8 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_7, /*hidden argument*/NULL); V_2 = ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_8, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var)); VirtActionInvoker0::Invoke(17 /* System.Void Mono.Security.Cryptography.MD2Managed::Initialize() */, __this); ByteU5BU5D_t4116647657* L_9 = V_2; return L_9; } } // System.Void Mono.Security.Cryptography.MD2Managed::MD2Transform(System.Byte[],System.Byte[],System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void MD2Managed_MD2Transform_m3143426291 (MD2Managed_t1377101535 * __this, ByteU5BU5D_t4116647657* ___state0, ByteU5BU5D_t4116647657* ___checksum1, ByteU5BU5D_t4116647657* ___block2, int32_t ___index3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MD2Managed_MD2Transform_m3143426291_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; uint8_t V_5 = 0x0; { ByteU5BU5D_t4116647657* L_0 = ___state0; ByteU5BU5D_t4116647657* L_1 = __this->get_x_8(); Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, 0, (RuntimeArray *)(RuntimeArray *)L_1, 0, ((int32_t)16), /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_2 = ___block2; int32_t L_3 = ___index3; ByteU5BU5D_t4116647657* L_4 = __this->get_x_8(); Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_2, L_3, (RuntimeArray *)(RuntimeArray *)L_4, ((int32_t)16), ((int32_t)16), /*hidden argument*/NULL); V_0 = 0; goto IL_0043; } IL_0029: { ByteU5BU5D_t4116647657* L_5 = __this->get_x_8(); int32_t L_6 = V_0; ByteU5BU5D_t4116647657* L_7 = ___state0; int32_t L_8 = V_0; NullCheck(L_7); int32_t L_9 = L_8; uint8_t L_10 = (L_7)->GetAt(static_cast(L_9)); ByteU5BU5D_t4116647657* L_11 = ___block2; int32_t L_12 = ___index3; int32_t L_13 = V_0; NullCheck(L_11); int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13)); uint8_t L_15 = (L_11)->GetAt(static_cast(L_14)); NullCheck(L_5); (L_5)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)((int32_t)32)))), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_10^(int32_t)L_15)))))); int32_t L_16 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0043: { int32_t L_17 = V_0; if ((((int32_t)L_17) < ((int32_t)((int32_t)16)))) { goto IL_0029; } } { V_1 = 0; V_2 = 0; goto IL_0093; } IL_0054: { V_3 = 0; goto IL_007d; } IL_005b: { ByteU5BU5D_t4116647657* L_18 = __this->get_x_8(); int32_t L_19 = V_3; NullCheck(L_18); uint8_t* L_20 = ((L_18)->GetAddressAt(static_cast(L_19))); IL2CPP_RUNTIME_CLASS_INIT(MD2Managed_t1377101535_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_21 = ((MD2Managed_t1377101535_StaticFields*)il2cpp_codegen_static_fields_for(MD2Managed_t1377101535_il2cpp_TypeInfo_var))->get_PI_SUBST_9(); int32_t L_22 = V_1; NullCheck(L_21); int32_t L_23 = L_22; uint8_t L_24 = (L_21)->GetAt(static_cast(L_23)); int32_t L_25 = (((int32_t)((uint8_t)((int32_t)((int32_t)(*((uint8_t*)L_20))^(int32_t)L_24))))); V_5 = (uint8_t)L_25; *((int8_t*)(L_20)) = (int8_t)L_25; uint8_t L_26 = V_5; V_1 = L_26; int32_t L_27 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_007d: { int32_t L_28 = V_3; if ((((int32_t)L_28) < ((int32_t)((int32_t)48)))) { goto IL_005b; } } { int32_t L_29 = V_1; int32_t L_30 = V_2; V_1 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)L_30))&(int32_t)((int32_t)255))); int32_t L_31 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_0093: { int32_t L_32 = V_2; if ((((int32_t)L_32) < ((int32_t)((int32_t)18)))) { goto IL_0054; } } { ByteU5BU5D_t4116647657* L_33 = __this->get_x_8(); ByteU5BU5D_t4116647657* L_34 = ___state0; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_33, 0, (RuntimeArray *)(RuntimeArray *)L_34, 0, ((int32_t)16), /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_35 = ___checksum1; NullCheck(L_35); int32_t L_36 = ((int32_t)15); uint8_t L_37 = (L_35)->GetAt(static_cast(L_36)); V_1 = L_37; V_4 = 0; goto IL_00e0; } IL_00b8: { ByteU5BU5D_t4116647657* L_38 = ___checksum1; int32_t L_39 = V_4; NullCheck(L_38); uint8_t* L_40 = ((L_38)->GetAddressAt(static_cast(L_39))); IL2CPP_RUNTIME_CLASS_INIT(MD2Managed_t1377101535_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_41 = ((MD2Managed_t1377101535_StaticFields*)il2cpp_codegen_static_fields_for(MD2Managed_t1377101535_il2cpp_TypeInfo_var))->get_PI_SUBST_9(); ByteU5BU5D_t4116647657* L_42 = ___block2; int32_t L_43 = ___index3; int32_t L_44 = V_4; NullCheck(L_42); int32_t L_45 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)L_44)); uint8_t L_46 = (L_42)->GetAt(static_cast(L_45)); int32_t L_47 = V_1; NullCheck(L_41); int32_t L_48 = ((int32_t)((int32_t)L_46^(int32_t)L_47)); uint8_t L_49 = (L_41)->GetAt(static_cast(L_48)); int32_t L_50 = (((int32_t)((uint8_t)((int32_t)((int32_t)(*((uint8_t*)L_40))^(int32_t)L_49))))); V_5 = (uint8_t)L_50; *((int8_t*)(L_40)) = (int8_t)L_50; uint8_t L_51 = V_5; V_1 = L_51; int32_t L_52 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1)); } IL_00e0: { int32_t L_53 = V_4; if ((((int32_t)L_53) < ((int32_t)((int32_t)16)))) { goto IL_00b8; } } { 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 Mono.Security.Cryptography.MD4::.ctor() extern "C" IL2CPP_METHOD_ATTR void MD4__ctor_m919379109 (MD4_t1560915355 * __this, const RuntimeMethod* method) { { HashAlgorithm__ctor_m190815979(__this, /*hidden argument*/NULL); ((HashAlgorithm_t1432317219 *)__this)->set_HashSizeValue_1(((int32_t)128)); return; } } // Mono.Security.Cryptography.MD4 Mono.Security.Cryptography.MD4::Create() extern "C" IL2CPP_METHOD_ATTR MD4_t1560915355 * MD4_Create_m1588482044 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MD4_Create_m1588482044_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MD4_t1560915355 * L_0 = MD4_Create_m4111026039(NULL /*static, unused*/, _stringLiteral1110256105, /*hidden argument*/NULL); return L_0; } } // Mono.Security.Cryptography.MD4 Mono.Security.Cryptography.MD4::Create(System.String) extern "C" IL2CPP_METHOD_ATTR MD4_t1560915355 * MD4_Create_m4111026039 (RuntimeObject * __this /* static, unused */, String_t* ___hashName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MD4_Create_m4111026039_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { String_t* L_0 = ___hashName0; IL2CPP_RUNTIME_CLASS_INIT(CryptoConfig_t4201145714_il2cpp_TypeInfo_var); RuntimeObject * L_1 = CryptoConfig_CreateFromName_m1538277313(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject * L_2 = V_0; if (L_2) { goto IL_0013; } } { MD4Managed_t957540063 * L_3 = (MD4Managed_t957540063 *)il2cpp_codegen_object_new(MD4Managed_t957540063_il2cpp_TypeInfo_var); MD4Managed__ctor_m2284724408(L_3, /*hidden argument*/NULL); V_0 = L_3; } IL_0013: { RuntimeObject * L_4 = V_0; return ((MD4_t1560915355 *)CastclassClass((RuntimeObject*)L_4, MD4_t1560915355_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 // System.Void Mono.Security.Cryptography.MD4Managed::.ctor() extern "C" IL2CPP_METHOD_ATTR void MD4Managed__ctor_m2284724408 (MD4Managed_t957540063 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MD4Managed__ctor_m2284724408_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MD4__ctor_m919379109(__this, /*hidden argument*/NULL); __this->set_state_4(((UInt32U5BU5D_t2770800703*)SZArrayNew(UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var, (uint32_t)4))); __this->set_count_6(((UInt32U5BU5D_t2770800703*)SZArrayNew(UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var, (uint32_t)2))); __this->set_buffer_5(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)))); __this->set_digest_8(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)))); __this->set_x_7(((UInt32U5BU5D_t2770800703*)SZArrayNew(UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)))); VirtActionInvoker0::Invoke(17 /* System.Void Mono.Security.Cryptography.MD4Managed::Initialize() */, __this); return; } } // System.Void Mono.Security.Cryptography.MD4Managed::Initialize() extern "C" IL2CPP_METHOD_ATTR void MD4Managed_Initialize_m469436465 (MD4Managed_t957540063 * __this, const RuntimeMethod* method) { { UInt32U5BU5D_t2770800703* L_0 = __this->get_count_6(); NullCheck(L_0); (L_0)->SetAt(static_cast(0), (uint32_t)0); UInt32U5BU5D_t2770800703* L_1 = __this->get_count_6(); NullCheck(L_1); (L_1)->SetAt(static_cast(1), (uint32_t)0); UInt32U5BU5D_t2770800703* L_2 = __this->get_state_4(); NullCheck(L_2); (L_2)->SetAt(static_cast(0), (uint32_t)((int32_t)1732584193)); UInt32U5BU5D_t2770800703* L_3 = __this->get_state_4(); NullCheck(L_3); (L_3)->SetAt(static_cast(1), (uint32_t)((int32_t)-271733879)); UInt32U5BU5D_t2770800703* L_4 = __this->get_state_4(); NullCheck(L_4); (L_4)->SetAt(static_cast(2), (uint32_t)((int32_t)-1732584194)); UInt32U5BU5D_t2770800703* L_5 = __this->get_state_4(); NullCheck(L_5); (L_5)->SetAt(static_cast(3), (uint32_t)((int32_t)271733878)); ByteU5BU5D_t4116647657* L_6 = __this->get_buffer_5(); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_6, 0, ((int32_t)64), /*hidden argument*/NULL); UInt32U5BU5D_t2770800703* L_7 = __this->get_x_7(); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_7, 0, ((int32_t)16), /*hidden argument*/NULL); return; } } // System.Void Mono.Security.Cryptography.MD4Managed::HashCore(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void MD4Managed_HashCore_m3384203071 (MD4Managed_t957540063 * __this, ByteU5BU5D_t4116647657* ___array0, int32_t ___ibStart1, int32_t ___cbSize2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { UInt32U5BU5D_t2770800703* L_0 = __this->get_count_6(); NullCheck(L_0); int32_t L_1 = 0; uint32_t L_2 = (L_0)->GetAt(static_cast(L_1)); V_0 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_2>>3))&(int32_t)((int32_t)63))); UInt32U5BU5D_t2770800703* L_3 = __this->get_count_6(); NullCheck(L_3); uint32_t* L_4 = ((L_3)->GetAddressAt(static_cast(0))); int32_t L_5 = ___cbSize2; *((int32_t*)(L_4)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_4)), (int32_t)((int32_t)((int32_t)L_5<<(int32_t)3)))); UInt32U5BU5D_t2770800703* L_6 = __this->get_count_6(); NullCheck(L_6); int32_t L_7 = 0; uint32_t L_8 = (L_6)->GetAt(static_cast(L_7)); int32_t L_9 = ___cbSize2; if ((((int64_t)(((int64_t)((uint64_t)L_8)))) >= ((int64_t)(((int64_t)((int64_t)((int32_t)((int32_t)L_9<<(int32_t)3)))))))) { goto IL_0044; } } { UInt32U5BU5D_t2770800703* L_10 = __this->get_count_6(); NullCheck(L_10); uint32_t* L_11 = ((L_10)->GetAddressAt(static_cast(1))); *((int32_t*)(L_11)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_11)), (int32_t)1)); } IL_0044: { UInt32U5BU5D_t2770800703* L_12 = __this->get_count_6(); NullCheck(L_12); uint32_t* L_13 = ((L_12)->GetAddressAt(static_cast(1))); int32_t L_14 = ___cbSize2; *((int32_t*)(L_13)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_13)), (int32_t)((int32_t)((int32_t)L_14>>(int32_t)((int32_t)29))))); int32_t L_15 = V_0; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)64), (int32_t)L_15)); V_2 = 0; int32_t L_16 = ___cbSize2; int32_t L_17 = V_1; if ((((int32_t)L_16) < ((int32_t)L_17))) { goto IL_00ae; } } { ByteU5BU5D_t4116647657* L_18 = ___array0; int32_t L_19 = ___ibStart1; ByteU5BU5D_t4116647657* L_20 = __this->get_buffer_5(); int32_t L_21 = V_0; int32_t L_22 = V_1; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_18, L_19, (RuntimeArray *)(RuntimeArray *)L_20, L_21, L_22, /*hidden argument*/NULL); UInt32U5BU5D_t2770800703* L_23 = __this->get_state_4(); ByteU5BU5D_t4116647657* L_24 = __this->get_buffer_5(); MD4Managed_MD4Transform_m1101832482(__this, L_23, L_24, 0, /*hidden argument*/NULL); int32_t L_25 = V_1; V_2 = L_25; goto IL_00a2; } IL_008f: { UInt32U5BU5D_t2770800703* L_26 = __this->get_state_4(); ByteU5BU5D_t4116647657* L_27 = ___array0; int32_t L_28 = V_2; MD4Managed_MD4Transform_m1101832482(__this, L_26, L_27, L_28, /*hidden argument*/NULL); int32_t L_29 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)((int32_t)64))); } IL_00a2: { int32_t L_30 = V_2; int32_t L_31 = ___cbSize2; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)((int32_t)63)))) < ((int32_t)L_31))) { goto IL_008f; } } { V_0 = 0; } IL_00ae: { ByteU5BU5D_t4116647657* L_32 = ___array0; int32_t L_33 = ___ibStart1; int32_t L_34 = V_2; ByteU5BU5D_t4116647657* L_35 = __this->get_buffer_5(); int32_t L_36 = V_0; int32_t L_37 = ___cbSize2; int32_t L_38 = V_2; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_32, ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)L_34)), (RuntimeArray *)(RuntimeArray *)L_35, L_36, ((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)L_38)), /*hidden argument*/NULL); return; } } // System.Byte[] Mono.Security.Cryptography.MD4Managed::HashFinal() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* MD4Managed_HashFinal_m3850238392 (MD4Managed_t957540063 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MD4Managed_HashFinal_m3850238392_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; uint32_t V_1 = 0; int32_t V_2 = 0; int32_t G_B3_0 = 0; { V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)8)); ByteU5BU5D_t4116647657* L_0 = V_0; UInt32U5BU5D_t2770800703* L_1 = __this->get_count_6(); MD4Managed_Encode_m386285215(__this, L_0, L_1, /*hidden argument*/NULL); UInt32U5BU5D_t2770800703* L_2 = __this->get_count_6(); NullCheck(L_2); int32_t L_3 = 0; uint32_t L_4 = (L_2)->GetAt(static_cast(L_3)); V_1 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_4>>3))&(int32_t)((int32_t)63))); uint32_t L_5 = V_1; if ((!(((uint32_t)L_5) < ((uint32_t)((int32_t)56))))) { goto IL_0033; } } { uint32_t L_6 = V_1; G_B3_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)56), (int32_t)L_6)); goto IL_0037; } IL_0033: { uint32_t L_7 = V_1; G_B3_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)120), (int32_t)L_7)); } IL_0037: { V_2 = G_B3_0; int32_t L_8 = V_2; ByteU5BU5D_t4116647657* L_9 = MD4Managed_Padding_m3091724296(__this, L_8, /*hidden argument*/NULL); int32_t L_10 = V_2; VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(14 /* System.Void Mono.Security.Cryptography.MD4Managed::HashCore(System.Byte[],System.Int32,System.Int32) */, __this, L_9, 0, L_10); ByteU5BU5D_t4116647657* L_11 = V_0; VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(14 /* System.Void Mono.Security.Cryptography.MD4Managed::HashCore(System.Byte[],System.Int32,System.Int32) */, __this, L_11, 0, 8); ByteU5BU5D_t4116647657* L_12 = __this->get_digest_8(); UInt32U5BU5D_t2770800703* L_13 = __this->get_state_4(); MD4Managed_Encode_m386285215(__this, L_12, L_13, /*hidden argument*/NULL); VirtActionInvoker0::Invoke(17 /* System.Void Mono.Security.Cryptography.MD4Managed::Initialize() */, __this); ByteU5BU5D_t4116647657* L_14 = __this->get_digest_8(); return L_14; } } // System.Byte[] Mono.Security.Cryptography.MD4Managed::Padding(System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* MD4Managed_Padding_m3091724296 (MD4Managed_t957540063 * __this, int32_t ___nLength0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MD4Managed_Padding_m3091724296_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; { int32_t L_0 = ___nLength0; if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0018; } } { int32_t L_1 = ___nLength0; V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_1)); ByteU5BU5D_t4116647657* L_2 = V_0; NullCheck(L_2); (L_2)->SetAt(static_cast(0), (uint8_t)((int32_t)128)); ByteU5BU5D_t4116647657* L_3 = V_0; return L_3; } IL_0018: { return (ByteU5BU5D_t4116647657*)NULL; } } // System.UInt32 Mono.Security.Cryptography.MD4Managed::F(System.UInt32,System.UInt32,System.UInt32) extern "C" IL2CPP_METHOD_ATTR uint32_t MD4Managed_F_m2794461001 (MD4Managed_t957540063 * __this, uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method) { { uint32_t L_0 = ___x0; uint32_t L_1 = ___y1; uint32_t L_2 = ___x0; uint32_t L_3 = ___z2; return ((int32_t)((int32_t)((int32_t)((int32_t)L_0&(int32_t)L_1))|(int32_t)((int32_t)((int32_t)((~L_2))&(int32_t)L_3)))); } } // System.UInt32 Mono.Security.Cryptography.MD4Managed::G(System.UInt32,System.UInt32,System.UInt32) extern "C" IL2CPP_METHOD_ATTR uint32_t MD4Managed_G_m2118206422 (MD4Managed_t957540063 * __this, uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method) { { uint32_t L_0 = ___x0; uint32_t L_1 = ___y1; uint32_t L_2 = ___x0; uint32_t L_3 = ___z2; uint32_t L_4 = ___y1; uint32_t L_5 = ___z2; return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_0&(int32_t)L_1))|(int32_t)((int32_t)((int32_t)L_2&(int32_t)L_3))))|(int32_t)((int32_t)((int32_t)L_4&(int32_t)L_5)))); } } // System.UInt32 Mono.Security.Cryptography.MD4Managed::H(System.UInt32,System.UInt32,System.UInt32) extern "C" IL2CPP_METHOD_ATTR uint32_t MD4Managed_H_m213605525 (MD4Managed_t957540063 * __this, uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method) { { uint32_t L_0 = ___x0; uint32_t L_1 = ___y1; uint32_t L_2 = ___z2; return ((int32_t)((int32_t)((int32_t)((int32_t)L_0^(int32_t)L_1))^(int32_t)L_2)); } } // System.UInt32 Mono.Security.Cryptography.MD4Managed::ROL(System.UInt32,System.Byte) extern "C" IL2CPP_METHOD_ATTR uint32_t MD4Managed_ROL_m691796253 (MD4Managed_t957540063 * __this, uint32_t ___x0, uint8_t ___n1, const RuntimeMethod* method) { { uint32_t L_0 = ___x0; uint8_t L_1 = ___n1; uint32_t L_2 = ___x0; uint8_t L_3 = ___n1; return ((int32_t)((int32_t)((int32_t)((int32_t)L_0<<(int32_t)((int32_t)((int32_t)L_1&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((uint32_t)L_2>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)32), (int32_t)L_3))&(int32_t)((int32_t)31))))))); } } // System.Void Mono.Security.Cryptography.MD4Managed::FF(System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.Byte) extern "C" IL2CPP_METHOD_ATTR void MD4Managed_FF_m3294771481 (MD4Managed_t957540063 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t ___c2, uint32_t ___d3, uint32_t ___x4, uint8_t ___s5, const RuntimeMethod* method) { { uint32_t* L_0 = ___a0; uint32_t* L_1 = ___a0; uint32_t L_2 = ___b1; uint32_t L_3 = ___c2; uint32_t L_4 = ___d3; uint32_t L_5 = MD4Managed_F_m2794461001(__this, L_2, L_3, L_4, /*hidden argument*/NULL); uint32_t L_6 = ___x4; *((int32_t*)(L_0)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_1)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)))); uint32_t* L_7 = ___a0; uint32_t* L_8 = ___a0; uint8_t L_9 = ___s5; uint32_t L_10 = MD4Managed_ROL_m691796253(__this, (*((uint32_t*)L_8)), L_9, /*hidden argument*/NULL); *((int32_t*)(L_7)) = (int32_t)L_10; return; } } // System.Void Mono.Security.Cryptography.MD4Managed::GG(System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.Byte) extern "C" IL2CPP_METHOD_ATTR void MD4Managed_GG_m1845276249 (MD4Managed_t957540063 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t ___c2, uint32_t ___d3, uint32_t ___x4, uint8_t ___s5, const RuntimeMethod* method) { { uint32_t* L_0 = ___a0; uint32_t* L_1 = ___a0; uint32_t L_2 = ___b1; uint32_t L_3 = ___c2; uint32_t L_4 = ___d3; uint32_t L_5 = MD4Managed_G_m2118206422(__this, L_2, L_3, L_4, /*hidden argument*/NULL); uint32_t L_6 = ___x4; *((int32_t*)(L_0)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_1)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)((int32_t)1518500249))))); uint32_t* L_7 = ___a0; uint32_t* L_8 = ___a0; uint8_t L_9 = ___s5; uint32_t L_10 = MD4Managed_ROL_m691796253(__this, (*((uint32_t*)L_8)), L_9, /*hidden argument*/NULL); *((int32_t*)(L_7)) = (int32_t)L_10; return; } } // System.Void Mono.Security.Cryptography.MD4Managed::HH(System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.Byte) extern "C" IL2CPP_METHOD_ATTR void MD4Managed_HH_m2535673516 (MD4Managed_t957540063 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t ___c2, uint32_t ___d3, uint32_t ___x4, uint8_t ___s5, const RuntimeMethod* method) { { uint32_t* L_0 = ___a0; uint32_t* L_1 = ___a0; uint32_t L_2 = ___b1; uint32_t L_3 = ___c2; uint32_t L_4 = ___d3; uint32_t L_5 = MD4Managed_H_m213605525(__this, L_2, L_3, L_4, /*hidden argument*/NULL); uint32_t L_6 = ___x4; *((int32_t*)(L_0)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_1)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)((int32_t)1859775393))))); uint32_t* L_7 = ___a0; uint32_t* L_8 = ___a0; uint8_t L_9 = ___s5; uint32_t L_10 = MD4Managed_ROL_m691796253(__this, (*((uint32_t*)L_8)), L_9, /*hidden argument*/NULL); *((int32_t*)(L_7)) = (int32_t)L_10; return; } } // System.Void Mono.Security.Cryptography.MD4Managed::Encode(System.Byte[],System.UInt32[]) extern "C" IL2CPP_METHOD_ATTR void MD4Managed_Encode_m386285215 (MD4Managed_t957540063 * __this, ByteU5BU5D_t4116647657* ___output0, UInt32U5BU5D_t2770800703* ___input1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = 0; V_1 = 0; goto IL_003b; } IL_0009: { ByteU5BU5D_t4116647657* L_0 = ___output0; int32_t L_1 = V_1; UInt32U5BU5D_t2770800703* L_2 = ___input1; int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; uint32_t L_5 = (L_2)->GetAt(static_cast(L_4)); NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (uint8_t)(((int32_t)((uint8_t)L_5)))); ByteU5BU5D_t4116647657* L_6 = ___output0; int32_t L_7 = V_1; UInt32U5BU5D_t2770800703* L_8 = ___input1; int32_t L_9 = V_0; NullCheck(L_8); int32_t L_10 = L_9; uint32_t L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck(L_6); (L_6)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_11>>8)))))); ByteU5BU5D_t4116647657* L_12 = ___output0; int32_t L_13 = V_1; UInt32U5BU5D_t2770800703* L_14 = ___input1; int32_t L_15 = V_0; NullCheck(L_14); int32_t L_16 = L_15; uint32_t L_17 = (L_14)->GetAt(static_cast(L_16)); NullCheck(L_12); (L_12)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)2))), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_17>>((int32_t)16))))))); ByteU5BU5D_t4116647657* L_18 = ___output0; int32_t L_19 = V_1; UInt32U5BU5D_t2770800703* L_20 = ___input1; int32_t L_21 = V_0; NullCheck(L_20); int32_t L_22 = L_21; uint32_t L_23 = (L_20)->GetAt(static_cast(L_22)); NullCheck(L_18); (L_18)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)3))), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_23>>((int32_t)24))))))); int32_t L_24 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); int32_t L_25 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)4)); } IL_003b: { int32_t L_26 = V_1; ByteU5BU5D_t4116647657* L_27 = ___output0; NullCheck(L_27); if ((((int32_t)L_26) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_27)->max_length))))))) { goto IL_0009; } } { return; } } // System.Void Mono.Security.Cryptography.MD4Managed::Decode(System.UInt32[],System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void MD4Managed_Decode_m4273685594 (MD4Managed_t957540063 * __this, UInt32U5BU5D_t2770800703* ___output0, ByteU5BU5D_t4116647657* ___input1, int32_t ___index2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = 0; int32_t L_0 = ___index2; V_1 = L_0; goto IL_0031; } IL_0009: { UInt32U5BU5D_t2770800703* L_1 = ___output0; int32_t L_2 = V_0; ByteU5BU5D_t4116647657* L_3 = ___input1; int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; uint8_t L_6 = (L_3)->GetAt(static_cast(L_5)); ByteU5BU5D_t4116647657* L_7 = ___input1; int32_t L_8 = V_1; NullCheck(L_7); int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); uint8_t L_10 = (L_7)->GetAt(static_cast(L_9)); ByteU5BU5D_t4116647657* L_11 = ___input1; int32_t L_12 = V_1; NullCheck(L_11); int32_t L_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)2)); uint8_t L_14 = (L_11)->GetAt(static_cast(L_13)); ByteU5BU5D_t4116647657* L_15 = ___input1; int32_t L_16 = V_1; NullCheck(L_15); int32_t L_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)3)); uint8_t L_18 = (L_15)->GetAt(static_cast(L_17)); NullCheck(L_1); (L_1)->SetAt(static_cast(L_2), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_6|(int32_t)((int32_t)((int32_t)L_10<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)L_14<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_18<<(int32_t)((int32_t)24)))))); int32_t L_19 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); int32_t L_20 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)4)); } IL_0031: { int32_t L_21 = V_0; UInt32U5BU5D_t2770800703* L_22 = ___output0; NullCheck(L_22); if ((((int32_t)L_21) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_22)->max_length))))))) { goto IL_0009; } } { return; } } // System.Void Mono.Security.Cryptography.MD4Managed::MD4Transform(System.UInt32[],System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void MD4Managed_MD4Transform_m1101832482 (MD4Managed_t957540063 * __this, UInt32U5BU5D_t2770800703* ___state0, ByteU5BU5D_t4116647657* ___block1, int32_t ___index2, const RuntimeMethod* method) { uint32_t V_0 = 0; uint32_t V_1 = 0; uint32_t V_2 = 0; uint32_t V_3 = 0; { UInt32U5BU5D_t2770800703* L_0 = ___state0; NullCheck(L_0); int32_t L_1 = 0; uint32_t L_2 = (L_0)->GetAt(static_cast(L_1)); V_0 = L_2; UInt32U5BU5D_t2770800703* L_3 = ___state0; NullCheck(L_3); int32_t L_4 = 1; uint32_t L_5 = (L_3)->GetAt(static_cast(L_4)); V_1 = L_5; UInt32U5BU5D_t2770800703* L_6 = ___state0; NullCheck(L_6); int32_t L_7 = 2; uint32_t L_8 = (L_6)->GetAt(static_cast(L_7)); V_2 = L_8; UInt32U5BU5D_t2770800703* L_9 = ___state0; NullCheck(L_9); int32_t L_10 = 3; uint32_t L_11 = (L_9)->GetAt(static_cast(L_10)); V_3 = L_11; UInt32U5BU5D_t2770800703* L_12 = __this->get_x_7(); ByteU5BU5D_t4116647657* L_13 = ___block1; int32_t L_14 = ___index2; MD4Managed_Decode_m4273685594(__this, L_12, L_13, L_14, /*hidden argument*/NULL); uint32_t L_15 = V_1; uint32_t L_16 = V_2; uint32_t L_17 = V_3; UInt32U5BU5D_t2770800703* L_18 = __this->get_x_7(); NullCheck(L_18); int32_t L_19 = 0; uint32_t L_20 = (L_18)->GetAt(static_cast(L_19)); MD4Managed_FF_m3294771481(__this, (&V_0), L_15, L_16, L_17, L_20, (uint8_t)3, /*hidden argument*/NULL); uint32_t L_21 = V_0; uint32_t L_22 = V_1; uint32_t L_23 = V_2; UInt32U5BU5D_t2770800703* L_24 = __this->get_x_7(); NullCheck(L_24); int32_t L_25 = 1; uint32_t L_26 = (L_24)->GetAt(static_cast(L_25)); MD4Managed_FF_m3294771481(__this, (&V_3), L_21, L_22, L_23, L_26, (uint8_t)7, /*hidden argument*/NULL); uint32_t L_27 = V_3; uint32_t L_28 = V_0; uint32_t L_29 = V_1; UInt32U5BU5D_t2770800703* L_30 = __this->get_x_7(); NullCheck(L_30); int32_t L_31 = 2; uint32_t L_32 = (L_30)->GetAt(static_cast(L_31)); MD4Managed_FF_m3294771481(__this, (&V_2), L_27, L_28, L_29, L_32, (uint8_t)((int32_t)11), /*hidden argument*/NULL); uint32_t L_33 = V_2; uint32_t L_34 = V_3; uint32_t L_35 = V_0; UInt32U5BU5D_t2770800703* L_36 = __this->get_x_7(); NullCheck(L_36); int32_t L_37 = 3; uint32_t L_38 = (L_36)->GetAt(static_cast(L_37)); MD4Managed_FF_m3294771481(__this, (&V_1), L_33, L_34, L_35, L_38, (uint8_t)((int32_t)19), /*hidden argument*/NULL); uint32_t L_39 = V_1; uint32_t L_40 = V_2; uint32_t L_41 = V_3; UInt32U5BU5D_t2770800703* L_42 = __this->get_x_7(); NullCheck(L_42); int32_t L_43 = 4; uint32_t L_44 = (L_42)->GetAt(static_cast(L_43)); MD4Managed_FF_m3294771481(__this, (&V_0), L_39, L_40, L_41, L_44, (uint8_t)3, /*hidden argument*/NULL); uint32_t L_45 = V_0; uint32_t L_46 = V_1; uint32_t L_47 = V_2; UInt32U5BU5D_t2770800703* L_48 = __this->get_x_7(); NullCheck(L_48); int32_t L_49 = 5; uint32_t L_50 = (L_48)->GetAt(static_cast(L_49)); MD4Managed_FF_m3294771481(__this, (&V_3), L_45, L_46, L_47, L_50, (uint8_t)7, /*hidden argument*/NULL); uint32_t L_51 = V_3; uint32_t L_52 = V_0; uint32_t L_53 = V_1; UInt32U5BU5D_t2770800703* L_54 = __this->get_x_7(); NullCheck(L_54); int32_t L_55 = 6; uint32_t L_56 = (L_54)->GetAt(static_cast(L_55)); MD4Managed_FF_m3294771481(__this, (&V_2), L_51, L_52, L_53, L_56, (uint8_t)((int32_t)11), /*hidden argument*/NULL); uint32_t L_57 = V_2; uint32_t L_58 = V_3; uint32_t L_59 = V_0; UInt32U5BU5D_t2770800703* L_60 = __this->get_x_7(); NullCheck(L_60); int32_t L_61 = 7; uint32_t L_62 = (L_60)->GetAt(static_cast(L_61)); MD4Managed_FF_m3294771481(__this, (&V_1), L_57, L_58, L_59, L_62, (uint8_t)((int32_t)19), /*hidden argument*/NULL); uint32_t L_63 = V_1; uint32_t L_64 = V_2; uint32_t L_65 = V_3; UInt32U5BU5D_t2770800703* L_66 = __this->get_x_7(); NullCheck(L_66); int32_t L_67 = 8; uint32_t L_68 = (L_66)->GetAt(static_cast(L_67)); MD4Managed_FF_m3294771481(__this, (&V_0), L_63, L_64, L_65, L_68, (uint8_t)3, /*hidden argument*/NULL); uint32_t L_69 = V_0; uint32_t L_70 = V_1; uint32_t L_71 = V_2; UInt32U5BU5D_t2770800703* L_72 = __this->get_x_7(); NullCheck(L_72); int32_t L_73 = ((int32_t)9); uint32_t L_74 = (L_72)->GetAt(static_cast(L_73)); MD4Managed_FF_m3294771481(__this, (&V_3), L_69, L_70, L_71, L_74, (uint8_t)7, /*hidden argument*/NULL); uint32_t L_75 = V_3; uint32_t L_76 = V_0; uint32_t L_77 = V_1; UInt32U5BU5D_t2770800703* L_78 = __this->get_x_7(); NullCheck(L_78); int32_t L_79 = ((int32_t)10); uint32_t L_80 = (L_78)->GetAt(static_cast(L_79)); MD4Managed_FF_m3294771481(__this, (&V_2), L_75, L_76, L_77, L_80, (uint8_t)((int32_t)11), /*hidden argument*/NULL); uint32_t L_81 = V_2; uint32_t L_82 = V_3; uint32_t L_83 = V_0; UInt32U5BU5D_t2770800703* L_84 = __this->get_x_7(); NullCheck(L_84); int32_t L_85 = ((int32_t)11); uint32_t L_86 = (L_84)->GetAt(static_cast(L_85)); MD4Managed_FF_m3294771481(__this, (&V_1), L_81, L_82, L_83, L_86, (uint8_t)((int32_t)19), /*hidden argument*/NULL); uint32_t L_87 = V_1; uint32_t L_88 = V_2; uint32_t L_89 = V_3; UInt32U5BU5D_t2770800703* L_90 = __this->get_x_7(); NullCheck(L_90); int32_t L_91 = ((int32_t)12); uint32_t L_92 = (L_90)->GetAt(static_cast(L_91)); MD4Managed_FF_m3294771481(__this, (&V_0), L_87, L_88, L_89, L_92, (uint8_t)3, /*hidden argument*/NULL); uint32_t L_93 = V_0; uint32_t L_94 = V_1; uint32_t L_95 = V_2; UInt32U5BU5D_t2770800703* L_96 = __this->get_x_7(); NullCheck(L_96); int32_t L_97 = ((int32_t)13); uint32_t L_98 = (L_96)->GetAt(static_cast(L_97)); MD4Managed_FF_m3294771481(__this, (&V_3), L_93, L_94, L_95, L_98, (uint8_t)7, /*hidden argument*/NULL); uint32_t L_99 = V_3; uint32_t L_100 = V_0; uint32_t L_101 = V_1; UInt32U5BU5D_t2770800703* L_102 = __this->get_x_7(); NullCheck(L_102); int32_t L_103 = ((int32_t)14); uint32_t L_104 = (L_102)->GetAt(static_cast(L_103)); MD4Managed_FF_m3294771481(__this, (&V_2), L_99, L_100, L_101, L_104, (uint8_t)((int32_t)11), /*hidden argument*/NULL); uint32_t L_105 = V_2; uint32_t L_106 = V_3; uint32_t L_107 = V_0; UInt32U5BU5D_t2770800703* L_108 = __this->get_x_7(); NullCheck(L_108); int32_t L_109 = ((int32_t)15); uint32_t L_110 = (L_108)->GetAt(static_cast(L_109)); MD4Managed_FF_m3294771481(__this, (&V_1), L_105, L_106, L_107, L_110, (uint8_t)((int32_t)19), /*hidden argument*/NULL); uint32_t L_111 = V_1; uint32_t L_112 = V_2; uint32_t L_113 = V_3; UInt32U5BU5D_t2770800703* L_114 = __this->get_x_7(); NullCheck(L_114); int32_t L_115 = 0; uint32_t L_116 = (L_114)->GetAt(static_cast(L_115)); MD4Managed_GG_m1845276249(__this, (&V_0), L_111, L_112, L_113, L_116, (uint8_t)3, /*hidden argument*/NULL); uint32_t L_117 = V_0; uint32_t L_118 = V_1; uint32_t L_119 = V_2; UInt32U5BU5D_t2770800703* L_120 = __this->get_x_7(); NullCheck(L_120); int32_t L_121 = 4; uint32_t L_122 = (L_120)->GetAt(static_cast(L_121)); MD4Managed_GG_m1845276249(__this, (&V_3), L_117, L_118, L_119, L_122, (uint8_t)5, /*hidden argument*/NULL); uint32_t L_123 = V_3; uint32_t L_124 = V_0; uint32_t L_125 = V_1; UInt32U5BU5D_t2770800703* L_126 = __this->get_x_7(); NullCheck(L_126); int32_t L_127 = 8; uint32_t L_128 = (L_126)->GetAt(static_cast(L_127)); MD4Managed_GG_m1845276249(__this, (&V_2), L_123, L_124, L_125, L_128, (uint8_t)((int32_t)9), /*hidden argument*/NULL); uint32_t L_129 = V_2; uint32_t L_130 = V_3; uint32_t L_131 = V_0; UInt32U5BU5D_t2770800703* L_132 = __this->get_x_7(); NullCheck(L_132); int32_t L_133 = ((int32_t)12); uint32_t L_134 = (L_132)->GetAt(static_cast(L_133)); MD4Managed_GG_m1845276249(__this, (&V_1), L_129, L_130, L_131, L_134, (uint8_t)((int32_t)13), /*hidden argument*/NULL); uint32_t L_135 = V_1; uint32_t L_136 = V_2; uint32_t L_137 = V_3; UInt32U5BU5D_t2770800703* L_138 = __this->get_x_7(); NullCheck(L_138); int32_t L_139 = 1; uint32_t L_140 = (L_138)->GetAt(static_cast(L_139)); MD4Managed_GG_m1845276249(__this, (&V_0), L_135, L_136, L_137, L_140, (uint8_t)3, /*hidden argument*/NULL); uint32_t L_141 = V_0; uint32_t L_142 = V_1; uint32_t L_143 = V_2; UInt32U5BU5D_t2770800703* L_144 = __this->get_x_7(); NullCheck(L_144); int32_t L_145 = 5; uint32_t L_146 = (L_144)->GetAt(static_cast(L_145)); MD4Managed_GG_m1845276249(__this, (&V_3), L_141, L_142, L_143, L_146, (uint8_t)5, /*hidden argument*/NULL); uint32_t L_147 = V_3; uint32_t L_148 = V_0; uint32_t L_149 = V_1; UInt32U5BU5D_t2770800703* L_150 = __this->get_x_7(); NullCheck(L_150); int32_t L_151 = ((int32_t)9); uint32_t L_152 = (L_150)->GetAt(static_cast(L_151)); MD4Managed_GG_m1845276249(__this, (&V_2), L_147, L_148, L_149, L_152, (uint8_t)((int32_t)9), /*hidden argument*/NULL); uint32_t L_153 = V_2; uint32_t L_154 = V_3; uint32_t L_155 = V_0; UInt32U5BU5D_t2770800703* L_156 = __this->get_x_7(); NullCheck(L_156); int32_t L_157 = ((int32_t)13); uint32_t L_158 = (L_156)->GetAt(static_cast(L_157)); MD4Managed_GG_m1845276249(__this, (&V_1), L_153, L_154, L_155, L_158, (uint8_t)((int32_t)13), /*hidden argument*/NULL); uint32_t L_159 = V_1; uint32_t L_160 = V_2; uint32_t L_161 = V_3; UInt32U5BU5D_t2770800703* L_162 = __this->get_x_7(); NullCheck(L_162); int32_t L_163 = 2; uint32_t L_164 = (L_162)->GetAt(static_cast(L_163)); MD4Managed_GG_m1845276249(__this, (&V_0), L_159, L_160, L_161, L_164, (uint8_t)3, /*hidden argument*/NULL); uint32_t L_165 = V_0; uint32_t L_166 = V_1; uint32_t L_167 = V_2; UInt32U5BU5D_t2770800703* L_168 = __this->get_x_7(); NullCheck(L_168); int32_t L_169 = 6; uint32_t L_170 = (L_168)->GetAt(static_cast(L_169)); MD4Managed_GG_m1845276249(__this, (&V_3), L_165, L_166, L_167, L_170, (uint8_t)5, /*hidden argument*/NULL); uint32_t L_171 = V_3; uint32_t L_172 = V_0; uint32_t L_173 = V_1; UInt32U5BU5D_t2770800703* L_174 = __this->get_x_7(); NullCheck(L_174); int32_t L_175 = ((int32_t)10); uint32_t L_176 = (L_174)->GetAt(static_cast(L_175)); MD4Managed_GG_m1845276249(__this, (&V_2), L_171, L_172, L_173, L_176, (uint8_t)((int32_t)9), /*hidden argument*/NULL); uint32_t L_177 = V_2; uint32_t L_178 = V_3; uint32_t L_179 = V_0; UInt32U5BU5D_t2770800703* L_180 = __this->get_x_7(); NullCheck(L_180); int32_t L_181 = ((int32_t)14); uint32_t L_182 = (L_180)->GetAt(static_cast(L_181)); MD4Managed_GG_m1845276249(__this, (&V_1), L_177, L_178, L_179, L_182, (uint8_t)((int32_t)13), /*hidden argument*/NULL); uint32_t L_183 = V_1; uint32_t L_184 = V_2; uint32_t L_185 = V_3; UInt32U5BU5D_t2770800703* L_186 = __this->get_x_7(); NullCheck(L_186); int32_t L_187 = 3; uint32_t L_188 = (L_186)->GetAt(static_cast(L_187)); MD4Managed_GG_m1845276249(__this, (&V_0), L_183, L_184, L_185, L_188, (uint8_t)3, /*hidden argument*/NULL); uint32_t L_189 = V_0; uint32_t L_190 = V_1; uint32_t L_191 = V_2; UInt32U5BU5D_t2770800703* L_192 = __this->get_x_7(); NullCheck(L_192); int32_t L_193 = 7; uint32_t L_194 = (L_192)->GetAt(static_cast(L_193)); MD4Managed_GG_m1845276249(__this, (&V_3), L_189, L_190, L_191, L_194, (uint8_t)5, /*hidden argument*/NULL); uint32_t L_195 = V_3; uint32_t L_196 = V_0; uint32_t L_197 = V_1; UInt32U5BU5D_t2770800703* L_198 = __this->get_x_7(); NullCheck(L_198); int32_t L_199 = ((int32_t)11); uint32_t L_200 = (L_198)->GetAt(static_cast(L_199)); MD4Managed_GG_m1845276249(__this, (&V_2), L_195, L_196, L_197, L_200, (uint8_t)((int32_t)9), /*hidden argument*/NULL); uint32_t L_201 = V_2; uint32_t L_202 = V_3; uint32_t L_203 = V_0; UInt32U5BU5D_t2770800703* L_204 = __this->get_x_7(); NullCheck(L_204); int32_t L_205 = ((int32_t)15); uint32_t L_206 = (L_204)->GetAt(static_cast(L_205)); MD4Managed_GG_m1845276249(__this, (&V_1), L_201, L_202, L_203, L_206, (uint8_t)((int32_t)13), /*hidden argument*/NULL); uint32_t L_207 = V_1; uint32_t L_208 = V_2; uint32_t L_209 = V_3; UInt32U5BU5D_t2770800703* L_210 = __this->get_x_7(); NullCheck(L_210); int32_t L_211 = 0; uint32_t L_212 = (L_210)->GetAt(static_cast(L_211)); MD4Managed_HH_m2535673516(__this, (&V_0), L_207, L_208, L_209, L_212, (uint8_t)3, /*hidden argument*/NULL); uint32_t L_213 = V_0; uint32_t L_214 = V_1; uint32_t L_215 = V_2; UInt32U5BU5D_t2770800703* L_216 = __this->get_x_7(); NullCheck(L_216); int32_t L_217 = 8; uint32_t L_218 = (L_216)->GetAt(static_cast(L_217)); MD4Managed_HH_m2535673516(__this, (&V_3), L_213, L_214, L_215, L_218, (uint8_t)((int32_t)9), /*hidden argument*/NULL); uint32_t L_219 = V_3; uint32_t L_220 = V_0; uint32_t L_221 = V_1; UInt32U5BU5D_t2770800703* L_222 = __this->get_x_7(); NullCheck(L_222); int32_t L_223 = 4; uint32_t L_224 = (L_222)->GetAt(static_cast(L_223)); MD4Managed_HH_m2535673516(__this, (&V_2), L_219, L_220, L_221, L_224, (uint8_t)((int32_t)11), /*hidden argument*/NULL); uint32_t L_225 = V_2; uint32_t L_226 = V_3; uint32_t L_227 = V_0; UInt32U5BU5D_t2770800703* L_228 = __this->get_x_7(); NullCheck(L_228); int32_t L_229 = ((int32_t)12); uint32_t L_230 = (L_228)->GetAt(static_cast(L_229)); MD4Managed_HH_m2535673516(__this, (&V_1), L_225, L_226, L_227, L_230, (uint8_t)((int32_t)15), /*hidden argument*/NULL); uint32_t L_231 = V_1; uint32_t L_232 = V_2; uint32_t L_233 = V_3; UInt32U5BU5D_t2770800703* L_234 = __this->get_x_7(); NullCheck(L_234); int32_t L_235 = 2; uint32_t L_236 = (L_234)->GetAt(static_cast(L_235)); MD4Managed_HH_m2535673516(__this, (&V_0), L_231, L_232, L_233, L_236, (uint8_t)3, /*hidden argument*/NULL); uint32_t L_237 = V_0; uint32_t L_238 = V_1; uint32_t L_239 = V_2; UInt32U5BU5D_t2770800703* L_240 = __this->get_x_7(); NullCheck(L_240); int32_t L_241 = ((int32_t)10); uint32_t L_242 = (L_240)->GetAt(static_cast(L_241)); MD4Managed_HH_m2535673516(__this, (&V_3), L_237, L_238, L_239, L_242, (uint8_t)((int32_t)9), /*hidden argument*/NULL); uint32_t L_243 = V_3; uint32_t L_244 = V_0; uint32_t L_245 = V_1; UInt32U5BU5D_t2770800703* L_246 = __this->get_x_7(); NullCheck(L_246); int32_t L_247 = 6; uint32_t L_248 = (L_246)->GetAt(static_cast(L_247)); MD4Managed_HH_m2535673516(__this, (&V_2), L_243, L_244, L_245, L_248, (uint8_t)((int32_t)11), /*hidden argument*/NULL); uint32_t L_249 = V_2; uint32_t L_250 = V_3; uint32_t L_251 = V_0; UInt32U5BU5D_t2770800703* L_252 = __this->get_x_7(); NullCheck(L_252); int32_t L_253 = ((int32_t)14); uint32_t L_254 = (L_252)->GetAt(static_cast(L_253)); MD4Managed_HH_m2535673516(__this, (&V_1), L_249, L_250, L_251, L_254, (uint8_t)((int32_t)15), /*hidden argument*/NULL); uint32_t L_255 = V_1; uint32_t L_256 = V_2; uint32_t L_257 = V_3; UInt32U5BU5D_t2770800703* L_258 = __this->get_x_7(); NullCheck(L_258); int32_t L_259 = 1; uint32_t L_260 = (L_258)->GetAt(static_cast(L_259)); MD4Managed_HH_m2535673516(__this, (&V_0), L_255, L_256, L_257, L_260, (uint8_t)3, /*hidden argument*/NULL); uint32_t L_261 = V_0; uint32_t L_262 = V_1; uint32_t L_263 = V_2; UInt32U5BU5D_t2770800703* L_264 = __this->get_x_7(); NullCheck(L_264); int32_t L_265 = ((int32_t)9); uint32_t L_266 = (L_264)->GetAt(static_cast(L_265)); MD4Managed_HH_m2535673516(__this, (&V_3), L_261, L_262, L_263, L_266, (uint8_t)((int32_t)9), /*hidden argument*/NULL); uint32_t L_267 = V_3; uint32_t L_268 = V_0; uint32_t L_269 = V_1; UInt32U5BU5D_t2770800703* L_270 = __this->get_x_7(); NullCheck(L_270); int32_t L_271 = 5; uint32_t L_272 = (L_270)->GetAt(static_cast(L_271)); MD4Managed_HH_m2535673516(__this, (&V_2), L_267, L_268, L_269, L_272, (uint8_t)((int32_t)11), /*hidden argument*/NULL); uint32_t L_273 = V_2; uint32_t L_274 = V_3; uint32_t L_275 = V_0; UInt32U5BU5D_t2770800703* L_276 = __this->get_x_7(); NullCheck(L_276); int32_t L_277 = ((int32_t)13); uint32_t L_278 = (L_276)->GetAt(static_cast(L_277)); MD4Managed_HH_m2535673516(__this, (&V_1), L_273, L_274, L_275, L_278, (uint8_t)((int32_t)15), /*hidden argument*/NULL); uint32_t L_279 = V_1; uint32_t L_280 = V_2; uint32_t L_281 = V_3; UInt32U5BU5D_t2770800703* L_282 = __this->get_x_7(); NullCheck(L_282); int32_t L_283 = 3; uint32_t L_284 = (L_282)->GetAt(static_cast(L_283)); MD4Managed_HH_m2535673516(__this, (&V_0), L_279, L_280, L_281, L_284, (uint8_t)3, /*hidden argument*/NULL); uint32_t L_285 = V_0; uint32_t L_286 = V_1; uint32_t L_287 = V_2; UInt32U5BU5D_t2770800703* L_288 = __this->get_x_7(); NullCheck(L_288); int32_t L_289 = ((int32_t)11); uint32_t L_290 = (L_288)->GetAt(static_cast(L_289)); MD4Managed_HH_m2535673516(__this, (&V_3), L_285, L_286, L_287, L_290, (uint8_t)((int32_t)9), /*hidden argument*/NULL); uint32_t L_291 = V_3; uint32_t L_292 = V_0; uint32_t L_293 = V_1; UInt32U5BU5D_t2770800703* L_294 = __this->get_x_7(); NullCheck(L_294); int32_t L_295 = 7; uint32_t L_296 = (L_294)->GetAt(static_cast(L_295)); MD4Managed_HH_m2535673516(__this, (&V_2), L_291, L_292, L_293, L_296, (uint8_t)((int32_t)11), /*hidden argument*/NULL); uint32_t L_297 = V_2; uint32_t L_298 = V_3; uint32_t L_299 = V_0; UInt32U5BU5D_t2770800703* L_300 = __this->get_x_7(); NullCheck(L_300); int32_t L_301 = ((int32_t)15); uint32_t L_302 = (L_300)->GetAt(static_cast(L_301)); MD4Managed_HH_m2535673516(__this, (&V_1), L_297, L_298, L_299, L_302, (uint8_t)((int32_t)15), /*hidden argument*/NULL); UInt32U5BU5D_t2770800703* L_303 = ___state0; NullCheck(L_303); uint32_t* L_304 = ((L_303)->GetAddressAt(static_cast(0))); uint32_t L_305 = V_0; *((int32_t*)(L_304)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_304)), (int32_t)L_305)); UInt32U5BU5D_t2770800703* L_306 = ___state0; NullCheck(L_306); uint32_t* L_307 = ((L_306)->GetAddressAt(static_cast(1))); uint32_t L_308 = V_1; *((int32_t*)(L_307)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_307)), (int32_t)L_308)); UInt32U5BU5D_t2770800703* L_309 = ___state0; NullCheck(L_309); uint32_t* L_310 = ((L_309)->GetAddressAt(static_cast(2))); uint32_t L_311 = V_2; *((int32_t*)(L_310)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_310)), (int32_t)L_311)); UInt32U5BU5D_t2770800703* L_312 = ___state0; NullCheck(L_312); uint32_t* L_313 = ((L_312)->GetAddressAt(static_cast(3))); uint32_t L_314 = V_3; *((int32_t*)(L_313)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_313)), (int32_t)L_314)); 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 Mono.Security.Cryptography.MD5SHA1::.ctor() extern "C" IL2CPP_METHOD_ATTR void MD5SHA1__ctor_m4081016482 (MD5SHA1_t723838944 * __this, const RuntimeMethod* method) { { HashAlgorithm__ctor_m190815979(__this, /*hidden argument*/NULL); MD5_t3177620429 * L_0 = MD5_Create_m3522414168(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_md5_4(L_0); SHA1_t1803193667 * L_1 = SHA1_Create_m1390871308(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_sha_5(L_1); HashAlgorithm_t1432317219 * L_2 = __this->get_md5_4(); NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(16 /* System.Int32 System.Security.Cryptography.HashAlgorithm::get_HashSize() */, L_2); HashAlgorithm_t1432317219 * L_4 = __this->get_sha_5(); NullCheck(L_4); int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(16 /* System.Int32 System.Security.Cryptography.HashAlgorithm::get_HashSize() */, L_4); ((HashAlgorithm_t1432317219 *)__this)->set_HashSizeValue_1(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_5))); return; } } // System.Void Mono.Security.Cryptography.MD5SHA1::Initialize() extern "C" IL2CPP_METHOD_ATTR void MD5SHA1_Initialize_m675470944 (MD5SHA1_t723838944 * __this, const RuntimeMethod* method) { { HashAlgorithm_t1432317219 * L_0 = __this->get_md5_4(); NullCheck(L_0); VirtActionInvoker0::Invoke(17 /* System.Void System.Security.Cryptography.HashAlgorithm::Initialize() */, L_0); HashAlgorithm_t1432317219 * L_1 = __this->get_sha_5(); NullCheck(L_1); VirtActionInvoker0::Invoke(17 /* System.Void System.Security.Cryptography.HashAlgorithm::Initialize() */, L_1); __this->set_hashing_6((bool)0); return; } } // System.Byte[] Mono.Security.Cryptography.MD5SHA1::HashFinal() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* MD5SHA1_HashFinal_m4115488658 (MD5SHA1_t723838944 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MD5SHA1_HashFinal_m4115488658_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; { bool L_0 = __this->get_hashing_6(); if (L_0) { goto IL_0012; } } { __this->set_hashing_6((bool)1); } IL_0012: { HashAlgorithm_t1432317219 * L_1 = __this->get_md5_4(); NullCheck(L_1); HashAlgorithm_TransformFinalBlock_m3005451348(L_1, ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)0)), 0, 0, /*hidden argument*/NULL); HashAlgorithm_t1432317219 * L_2 = __this->get_sha_5(); NullCheck(L_2); HashAlgorithm_TransformFinalBlock_m3005451348(L_2, ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)0)), 0, 0, /*hidden argument*/NULL); V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)36))); HashAlgorithm_t1432317219 * L_3 = __this->get_md5_4(); NullCheck(L_3); ByteU5BU5D_t4116647657* L_4 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(13 /* System.Byte[] System.Security.Cryptography.HashAlgorithm::get_Hash() */, L_3); ByteU5BU5D_t4116647657* L_5 = V_0; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_4, 0, (RuntimeArray *)(RuntimeArray *)L_5, 0, ((int32_t)16), /*hidden argument*/NULL); HashAlgorithm_t1432317219 * L_6 = __this->get_sha_5(); NullCheck(L_6); ByteU5BU5D_t4116647657* L_7 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(13 /* System.Byte[] System.Security.Cryptography.HashAlgorithm::get_Hash() */, L_6); ByteU5BU5D_t4116647657* L_8 = V_0; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_7, 0, (RuntimeArray *)(RuntimeArray *)L_8, ((int32_t)16), ((int32_t)20), /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_9 = V_0; return L_9; } } // System.Void Mono.Security.Cryptography.MD5SHA1::HashCore(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void MD5SHA1_HashCore_m4171647335 (MD5SHA1_t723838944 * __this, ByteU5BU5D_t4116647657* ___array0, int32_t ___ibStart1, int32_t ___cbSize2, const RuntimeMethod* method) { { bool L_0 = __this->get_hashing_6(); if (L_0) { goto IL_0012; } } { __this->set_hashing_6((bool)1); } IL_0012: { HashAlgorithm_t1432317219 * L_1 = __this->get_md5_4(); ByteU5BU5D_t4116647657* L_2 = ___array0; int32_t L_3 = ___ibStart1; int32_t L_4 = ___cbSize2; ByteU5BU5D_t4116647657* L_5 = ___array0; int32_t L_6 = ___ibStart1; NullCheck(L_1); HashAlgorithm_TransformBlock_m4006041779(L_1, L_2, L_3, L_4, L_5, L_6, /*hidden argument*/NULL); HashAlgorithm_t1432317219 * L_7 = __this->get_sha_5(); ByteU5BU5D_t4116647657* L_8 = ___array0; int32_t L_9 = ___ibStart1; int32_t L_10 = ___cbSize2; ByteU5BU5D_t4116647657* L_11 = ___array0; int32_t L_12 = ___ibStart1; NullCheck(L_7); HashAlgorithm_TransformBlock_m4006041779(L_7, L_8, L_9, L_10, L_11, L_12, /*hidden argument*/NULL); return; } } // System.Byte[] Mono.Security.Cryptography.MD5SHA1::CreateSignature(System.Security.Cryptography.RSA) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* MD5SHA1_CreateSignature_m3583449066 (MD5SHA1_t723838944 * __this, RSA_t2385438082 * ___rsa0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MD5SHA1_CreateSignature_m3583449066_MetadataUsageId); s_Il2CppMethodInitialized = true; } RSASslSignatureFormatter_t2709678514 * V_0 = NULL; { RSA_t2385438082 * L_0 = ___rsa0; if (L_0) { goto IL_0011; } } { CryptographicUnexpectedOperationException_t2790575154 * L_1 = (CryptographicUnexpectedOperationException_t2790575154 *)il2cpp_codegen_object_new(CryptographicUnexpectedOperationException_t2790575154_il2cpp_TypeInfo_var); CryptographicUnexpectedOperationException__ctor_m2381988196(L_1, _stringLiteral1813429223, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,MD5SHA1_CreateSignature_m3583449066_RuntimeMethod_var); } IL_0011: { RSA_t2385438082 * L_2 = ___rsa0; RSASslSignatureFormatter_t2709678514 * L_3 = (RSASslSignatureFormatter_t2709678514 *)il2cpp_codegen_object_new(RSASslSignatureFormatter_t2709678514_il2cpp_TypeInfo_var); RSASslSignatureFormatter__ctor_m1299283008(L_3, L_2, /*hidden argument*/NULL); V_0 = L_3; RSASslSignatureFormatter_t2709678514 * L_4 = V_0; NullCheck(L_4); VirtActionInvoker1< String_t* >::Invoke(4 /* System.Void Mono.Security.Protocol.Tls.RSASslSignatureFormatter::SetHashAlgorithm(System.String) */, L_4, _stringLiteral1361554341); RSASslSignatureFormatter_t2709678514 * L_5 = V_0; ByteU5BU5D_t4116647657* L_6 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(13 /* System.Byte[] System.Security.Cryptography.HashAlgorithm::get_Hash() */, __this); NullCheck(L_5); ByteU5BU5D_t4116647657* L_7 = VirtFuncInvoker1< ByteU5BU5D_t4116647657*, ByteU5BU5D_t4116647657* >::Invoke(6 /* System.Byte[] Mono.Security.Protocol.Tls.RSASslSignatureFormatter::CreateSignature(System.Byte[]) */, L_5, L_6); return L_7; } } // System.Boolean Mono.Security.Cryptography.MD5SHA1::VerifySignature(System.Security.Cryptography.RSA,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR bool MD5SHA1_VerifySignature_m915115209 (MD5SHA1_t723838944 * __this, RSA_t2385438082 * ___rsa0, ByteU5BU5D_t4116647657* ___rgbSignature1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MD5SHA1_VerifySignature_m915115209_MetadataUsageId); s_Il2CppMethodInitialized = true; } RSASslSignatureDeformatter_t3558097625 * V_0 = NULL; { RSA_t2385438082 * L_0 = ___rsa0; if (L_0) { goto IL_0011; } } { CryptographicUnexpectedOperationException_t2790575154 * L_1 = (CryptographicUnexpectedOperationException_t2790575154 *)il2cpp_codegen_object_new(CryptographicUnexpectedOperationException_t2790575154_il2cpp_TypeInfo_var); CryptographicUnexpectedOperationException__ctor_m2381988196(L_1, _stringLiteral1813429223, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,MD5SHA1_VerifySignature_m915115209_RuntimeMethod_var); } IL_0011: { ByteU5BU5D_t4116647657* L_2 = ___rgbSignature1; if (L_2) { goto IL_0022; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral3170101360, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,MD5SHA1_VerifySignature_m915115209_RuntimeMethod_var); } IL_0022: { RSA_t2385438082 * L_4 = ___rsa0; RSASslSignatureDeformatter_t3558097625 * L_5 = (RSASslSignatureDeformatter_t3558097625 *)il2cpp_codegen_object_new(RSASslSignatureDeformatter_t3558097625_il2cpp_TypeInfo_var); RSASslSignatureDeformatter__ctor_m4026549112(L_5, L_4, /*hidden argument*/NULL); V_0 = L_5; RSASslSignatureDeformatter_t3558097625 * L_6 = V_0; NullCheck(L_6); VirtActionInvoker1< String_t* >::Invoke(4 /* System.Void Mono.Security.Protocol.Tls.RSASslSignatureDeformatter::SetHashAlgorithm(System.String) */, L_6, _stringLiteral1361554341); RSASslSignatureDeformatter_t3558097625 * L_7 = V_0; ByteU5BU5D_t4116647657* L_8 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(13 /* System.Byte[] System.Security.Cryptography.HashAlgorithm::get_Hash() */, __this); ByteU5BU5D_t4116647657* L_9 = ___rgbSignature1; NullCheck(L_7); bool L_10 = VirtFuncInvoker2< bool, ByteU5BU5D_t4116647657*, ByteU5BU5D_t4116647657* >::Invoke(6 /* System.Boolean Mono.Security.Protocol.Tls.RSASslSignatureDeformatter::VerifySignature(System.Byte[],System.Byte[]) */, L_7, L_8, L_9); return L_10; } } #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 Mono.Security.Cryptography.PKCS1::.cctor() extern "C" IL2CPP_METHOD_ATTR void PKCS1__cctor_m2848504824 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PKCS1__cctor_m2848504824_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20))); RuntimeFieldHandle_t1871169219 L_1 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255362____U24U24fieldU2D6_2_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, L_1, /*hidden argument*/NULL); ((PKCS1_t1505584677_StaticFields*)il2cpp_codegen_static_fields_for(PKCS1_t1505584677_il2cpp_TypeInfo_var))->set_emptySHA1_0(L_0); ByteU5BU5D_t4116647657* L_2 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32))); RuntimeFieldHandle_t1871169219 L_3 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255362____U24U24fieldU2D7_3_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_2, L_3, /*hidden argument*/NULL); ((PKCS1_t1505584677_StaticFields*)il2cpp_codegen_static_fields_for(PKCS1_t1505584677_il2cpp_TypeInfo_var))->set_emptySHA256_1(L_2); ByteU5BU5D_t4116647657* L_4 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)48))); RuntimeFieldHandle_t1871169219 L_5 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255362____U24U24fieldU2D8_4_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_4, L_5, /*hidden argument*/NULL); ((PKCS1_t1505584677_StaticFields*)il2cpp_codegen_static_fields_for(PKCS1_t1505584677_il2cpp_TypeInfo_var))->set_emptySHA384_2(L_4); ByteU5BU5D_t4116647657* L_6 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64))); RuntimeFieldHandle_t1871169219 L_7 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255362____U24U24fieldU2D9_5_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_6, L_7, /*hidden argument*/NULL); ((PKCS1_t1505584677_StaticFields*)il2cpp_codegen_static_fields_for(PKCS1_t1505584677_il2cpp_TypeInfo_var))->set_emptySHA512_3(L_6); return; } } // System.Boolean Mono.Security.Cryptography.PKCS1::Compare(System.Byte[],System.Byte[]) extern "C" IL2CPP_METHOD_ATTR bool PKCS1_Compare_m8562819 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___array10, ByteU5BU5D_t4116647657* ___array21, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; { ByteU5BU5D_t4116647657* L_0 = ___array10; NullCheck(L_0); ByteU5BU5D_t4116647657* L_1 = ___array21; NullCheck(L_1); V_0 = (bool)((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))))? 1 : 0); bool L_2 = V_0; if (!L_2) { goto IL_0030; } } { V_1 = 0; goto IL_0027; } IL_0016: { ByteU5BU5D_t4116647657* L_3 = ___array10; int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; uint8_t L_6 = (L_3)->GetAt(static_cast(L_5)); ByteU5BU5D_t4116647657* L_7 = ___array21; 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)); if ((((int32_t)L_6) == ((int32_t)L_10))) { goto IL_0023; } } { return (bool)0; } IL_0023: { int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0027: { int32_t L_12 = V_1; ByteU5BU5D_t4116647657* L_13 = ___array10; NullCheck(L_13); if ((((int32_t)L_12) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length))))))) { goto IL_0016; } } IL_0030: { bool L_14 = V_0; return L_14; } } // System.Byte[] Mono.Security.Cryptography.PKCS1::I2OSP(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* PKCS1_I2OSP_m2559784711 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___x0, int32_t ___size1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PKCS1_I2OSP_m2559784711_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; { int32_t L_0 = ___size1; V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_0)); ByteU5BU5D_t4116647657* L_1 = ___x0; ByteU5BU5D_t4116647657* L_2 = V_0; ByteU5BU5D_t4116647657* L_3 = V_0; NullCheck(L_3); ByteU5BU5D_t4116647657* L_4 = ___x0; NullCheck(L_4); ByteU5BU5D_t4116647657* L_5 = ___x0; NullCheck(L_5); Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_1, 0, (RuntimeArray *)(RuntimeArray *)L_2, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))), (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length)))))), (((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length)))), /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_6 = V_0; return L_6; } } // System.Byte[] Mono.Security.Cryptography.PKCS1::OS2IP(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* PKCS1_OS2IP_m1443067185 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PKCS1_OS2IP_m1443067185_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_t4116647657* V_1 = NULL; { V_0 = 0; goto IL_0007; } IL_0007: { ByteU5BU5D_t4116647657* L_0 = ___x0; int32_t L_1 = V_0; int32_t L_2 = L_1; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); NullCheck(L_0); int32_t L_3 = L_2; uint8_t L_4 = (L_0)->GetAt(static_cast(L_3)); if (L_4) { goto IL_001c; } } { int32_t L_5 = V_0; ByteU5BU5D_t4116647657* L_6 = ___x0; NullCheck(L_6); if ((((int32_t)L_5) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length))))))) { goto IL_0007; } } IL_001c: { int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)); int32_t L_8 = V_0; if ((((int32_t)L_8) <= ((int32_t)0))) { goto IL_0040; } } { ByteU5BU5D_t4116647657* L_9 = ___x0; NullCheck(L_9); int32_t L_10 = V_0; V_1 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length)))), (int32_t)L_10)))); ByteU5BU5D_t4116647657* L_11 = ___x0; int32_t L_12 = V_0; ByteU5BU5D_t4116647657* L_13 = V_1; ByteU5BU5D_t4116647657* L_14 = V_1; NullCheck(L_14); Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_11, L_12, (RuntimeArray *)(RuntimeArray *)L_13, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length)))), /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_15 = V_1; return L_15; } IL_0040: { ByteU5BU5D_t4116647657* L_16 = ___x0; return L_16; } } // System.Byte[] Mono.Security.Cryptography.PKCS1::RSASP1(System.Security.Cryptography.RSA,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* PKCS1_RSASP1_m4286349561 (RuntimeObject * __this /* static, unused */, RSA_t2385438082 * ___rsa0, ByteU5BU5D_t4116647657* ___m1, const RuntimeMethod* method) { { RSA_t2385438082 * L_0 = ___rsa0; ByteU5BU5D_t4116647657* L_1 = ___m1; NullCheck(L_0); ByteU5BU5D_t4116647657* L_2 = VirtFuncInvoker1< ByteU5BU5D_t4116647657*, ByteU5BU5D_t4116647657* >::Invoke(11 /* System.Byte[] System.Security.Cryptography.RSA::DecryptValue(System.Byte[]) */, L_0, L_1); return L_2; } } // System.Byte[] Mono.Security.Cryptography.PKCS1::RSAVP1(System.Security.Cryptography.RSA,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* PKCS1_RSAVP1_m43771175 (RuntimeObject * __this /* static, unused */, RSA_t2385438082 * ___rsa0, ByteU5BU5D_t4116647657* ___s1, const RuntimeMethod* method) { { RSA_t2385438082 * L_0 = ___rsa0; ByteU5BU5D_t4116647657* L_1 = ___s1; NullCheck(L_0); ByteU5BU5D_t4116647657* L_2 = VirtFuncInvoker1< ByteU5BU5D_t4116647657*, ByteU5BU5D_t4116647657* >::Invoke(10 /* System.Byte[] System.Security.Cryptography.RSA::EncryptValue(System.Byte[]) */, L_0, L_1); return L_2; } } // System.Byte[] Mono.Security.Cryptography.PKCS1::Sign_v15(System.Security.Cryptography.RSA,System.Security.Cryptography.HashAlgorithm,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* PKCS1_Sign_v15_m3459793192 (RuntimeObject * __this /* static, unused */, RSA_t2385438082 * ___rsa0, HashAlgorithm_t1432317219 * ___hash1, ByteU5BU5D_t4116647657* ___hashValue2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PKCS1_Sign_v15_m3459793192_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_t4116647657* V_1 = NULL; ByteU5BU5D_t4116647657* V_2 = NULL; ByteU5BU5D_t4116647657* V_3 = NULL; ByteU5BU5D_t4116647657* V_4 = NULL; { RSA_t2385438082 * L_0 = ___rsa0; NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::get_KeySize() */, L_0); V_0 = ((int32_t)((int32_t)L_1>>(int32_t)3)); HashAlgorithm_t1432317219 * L_2 = ___hash1; ByteU5BU5D_t4116647657* L_3 = ___hashValue2; int32_t L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(PKCS1_t1505584677_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_5 = PKCS1_Encode_v15_m2077073129(NULL /*static, unused*/, L_2, L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; ByteU5BU5D_t4116647657* L_6 = V_1; ByteU5BU5D_t4116647657* L_7 = PKCS1_OS2IP_m1443067185(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); V_2 = L_7; RSA_t2385438082 * L_8 = ___rsa0; ByteU5BU5D_t4116647657* L_9 = V_2; ByteU5BU5D_t4116647657* L_10 = PKCS1_RSASP1_m4286349561(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); V_3 = L_10; ByteU5BU5D_t4116647657* L_11 = V_3; int32_t L_12 = V_0; ByteU5BU5D_t4116647657* L_13 = PKCS1_I2OSP_m2559784711(NULL /*static, unused*/, L_11, L_12, /*hidden argument*/NULL); V_4 = L_13; ByteU5BU5D_t4116647657* L_14 = V_4; return L_14; } } // System.Boolean Mono.Security.Cryptography.PKCS1::Verify_v15(System.Security.Cryptography.RSA,System.Security.Cryptography.HashAlgorithm,System.Byte[],System.Byte[]) extern "C" IL2CPP_METHOD_ATTR bool PKCS1_Verify_v15_m4192025173 (RuntimeObject * __this /* static, unused */, RSA_t2385438082 * ___rsa0, HashAlgorithm_t1432317219 * ___hash1, ByteU5BU5D_t4116647657* ___hashValue2, ByteU5BU5D_t4116647657* ___signature3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PKCS1_Verify_v15_m4192025173_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RSA_t2385438082 * L_0 = ___rsa0; HashAlgorithm_t1432317219 * L_1 = ___hash1; ByteU5BU5D_t4116647657* L_2 = ___hashValue2; ByteU5BU5D_t4116647657* L_3 = ___signature3; IL2CPP_RUNTIME_CLASS_INIT(PKCS1_t1505584677_il2cpp_TypeInfo_var); bool L_4 = PKCS1_Verify_v15_m400093581(NULL /*static, unused*/, L_0, L_1, L_2, L_3, (bool)0, /*hidden argument*/NULL); return L_4; } } // System.Boolean Mono.Security.Cryptography.PKCS1::Verify_v15(System.Security.Cryptography.RSA,System.Security.Cryptography.HashAlgorithm,System.Byte[],System.Byte[],System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool PKCS1_Verify_v15_m400093581 (RuntimeObject * __this /* static, unused */, RSA_t2385438082 * ___rsa0, HashAlgorithm_t1432317219 * ___hash1, ByteU5BU5D_t4116647657* ___hashValue2, ByteU5BU5D_t4116647657* ___signature3, bool ___tryNonStandardEncoding4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PKCS1_Verify_v15_m400093581_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_t4116647657* V_1 = NULL; ByteU5BU5D_t4116647657* V_2 = NULL; ByteU5BU5D_t4116647657* V_3 = NULL; ByteU5BU5D_t4116647657* V_4 = NULL; bool V_5 = false; int32_t V_6 = 0; ByteU5BU5D_t4116647657* V_7 = NULL; { RSA_t2385438082 * L_0 = ___rsa0; NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::get_KeySize() */, L_0); V_0 = ((int32_t)((int32_t)L_1>>(int32_t)3)); ByteU5BU5D_t4116647657* L_2 = ___signature3; IL2CPP_RUNTIME_CLASS_INIT(PKCS1_t1505584677_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_3 = PKCS1_OS2IP_m1443067185(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_1 = L_3; RSA_t2385438082 * L_4 = ___rsa0; ByteU5BU5D_t4116647657* L_5 = V_1; ByteU5BU5D_t4116647657* L_6 = PKCS1_RSAVP1_m43771175(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); V_2 = L_6; ByteU5BU5D_t4116647657* L_7 = V_2; int32_t L_8 = V_0; ByteU5BU5D_t4116647657* L_9 = PKCS1_I2OSP_m2559784711(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL); V_3 = L_9; HashAlgorithm_t1432317219 * L_10 = ___hash1; ByteU5BU5D_t4116647657* L_11 = ___hashValue2; int32_t L_12 = V_0; ByteU5BU5D_t4116647657* L_13 = PKCS1_Encode_v15_m2077073129(NULL /*static, unused*/, L_10, L_11, L_12, /*hidden argument*/NULL); V_4 = L_13; ByteU5BU5D_t4116647657* L_14 = V_4; ByteU5BU5D_t4116647657* L_15 = V_3; bool L_16 = PKCS1_Compare_m8562819(NULL /*static, unused*/, L_14, L_15, /*hidden argument*/NULL); V_5 = L_16; bool L_17 = V_5; if (L_17) { goto IL_0042; } } { bool L_18 = ___tryNonStandardEncoding4; if (L_18) { goto IL_0045; } } IL_0042: { bool L_19 = V_5; return L_19; } IL_0045: { ByteU5BU5D_t4116647657* L_20 = V_3; NullCheck(L_20); int32_t L_21 = 0; uint8_t L_22 = (L_20)->GetAt(static_cast(L_21)); if (L_22) { goto IL_0056; } } { ByteU5BU5D_t4116647657* L_23 = V_3; NullCheck(L_23); int32_t L_24 = 1; uint8_t L_25 = (L_23)->GetAt(static_cast(L_24)); if ((((int32_t)L_25) == ((int32_t)1))) { goto IL_0058; } } IL_0056: { return (bool)0; } IL_0058: { V_6 = 2; goto IL_0076; } IL_0060: { ByteU5BU5D_t4116647657* L_26 = V_3; int32_t L_27 = V_6; NullCheck(L_26); int32_t L_28 = L_27; uint8_t L_29 = (L_26)->GetAt(static_cast(L_28)); if ((((int32_t)L_29) == ((int32_t)((int32_t)255)))) { goto IL_0070; } } { return (bool)0; } IL_0070: { int32_t L_30 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_0076: { int32_t L_31 = V_6; ByteU5BU5D_t4116647657* L_32 = V_3; NullCheck(L_32); ByteU5BU5D_t4116647657* L_33 = ___hashValue2; NullCheck(L_33); if ((((int32_t)L_31) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_32)->max_length)))), (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_33)->max_length)))))), (int32_t)1))))) { goto IL_0060; } } { ByteU5BU5D_t4116647657* L_34 = V_3; int32_t L_35 = V_6; int32_t L_36 = L_35; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); NullCheck(L_34); int32_t L_37 = L_36; uint8_t L_38 = (L_34)->GetAt(static_cast(L_37)); if (!L_38) { goto IL_0096; } } { return (bool)0; } IL_0096: { ByteU5BU5D_t4116647657* L_39 = ___hashValue2; NullCheck(L_39); V_7 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_39)->max_length)))))); ByteU5BU5D_t4116647657* L_40 = V_3; int32_t L_41 = V_6; ByteU5BU5D_t4116647657* L_42 = V_7; ByteU5BU5D_t4116647657* L_43 = V_7; NullCheck(L_43); Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_40, L_41, (RuntimeArray *)(RuntimeArray *)L_42, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_43)->max_length)))), /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_44 = V_7; ByteU5BU5D_t4116647657* L_45 = ___hashValue2; IL2CPP_RUNTIME_CLASS_INIT(PKCS1_t1505584677_il2cpp_TypeInfo_var); bool L_46 = PKCS1_Compare_m8562819(NULL /*static, unused*/, L_44, L_45, /*hidden argument*/NULL); return L_46; } } // System.Byte[] Mono.Security.Cryptography.PKCS1::Encode_v15(System.Security.Cryptography.HashAlgorithm,System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* PKCS1_Encode_v15_m2077073129 (RuntimeObject * __this /* static, unused */, HashAlgorithm_t1432317219 * ___hash0, ByteU5BU5D_t4116647657* ___hashValue1, int32_t ___emLength2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PKCS1_Encode_v15_m2077073129_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; String_t* V_1 = NULL; ASN1_t2114160833 * V_2 = NULL; ASN1_t2114160833 * V_3 = NULL; ASN1_t2114160833 * V_4 = NULL; int32_t V_5 = 0; ByteU5BU5D_t4116647657* V_6 = NULL; int32_t V_7 = 0; { ByteU5BU5D_t4116647657* L_0 = ___hashValue1; NullCheck(L_0); HashAlgorithm_t1432317219 * L_1 = ___hash0; NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(16 /* System.Int32 System.Security.Cryptography.HashAlgorithm::get_HashSize() */, L_1); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))) == ((int32_t)((int32_t)((int32_t)L_2>>(int32_t)3))))) { goto IL_0026; } } { HashAlgorithm_t1432317219 * L_3 = ___hash0; NullCheck(L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_3); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral491063406, L_4, /*hidden argument*/NULL); CryptographicException_t248831461 * L_6 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,PKCS1_Encode_v15_m2077073129_RuntimeMethod_var); } IL_0026: { V_0 = (ByteU5BU5D_t4116647657*)NULL; HashAlgorithm_t1432317219 * L_7 = ___hash0; NullCheck(L_7); String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_7); IL2CPP_RUNTIME_CLASS_INIT(CryptoConfig_t4201145714_il2cpp_TypeInfo_var); String_t* L_9 = CryptoConfig_MapNameToOID_m2044758263(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); V_1 = L_9; String_t* L_10 = V_1; if (!L_10) { goto IL_0091; } } { ASN1_t2114160833 * L_11 = (ASN1_t2114160833 *)il2cpp_codegen_object_new(ASN1_t2114160833_il2cpp_TypeInfo_var); ASN1__ctor_m4216617981(L_11, (uint8_t)((int32_t)48), /*hidden argument*/NULL); V_2 = L_11; ASN1_t2114160833 * L_12 = V_2; String_t* L_13 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CryptoConfig_t4201145714_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_14 = CryptoConfig_EncodeOID_m2635914623(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); ASN1_t2114160833 * L_15 = (ASN1_t2114160833 *)il2cpp_codegen_object_new(ASN1_t2114160833_il2cpp_TypeInfo_var); ASN1__ctor_m1219137533(L_15, L_14, /*hidden argument*/NULL); NullCheck(L_12); ASN1_Add_m3262603624(L_12, L_15, /*hidden argument*/NULL); ASN1_t2114160833 * L_16 = V_2; ASN1_t2114160833 * L_17 = (ASN1_t2114160833 *)il2cpp_codegen_object_new(ASN1_t2114160833_il2cpp_TypeInfo_var); ASN1__ctor_m4216617981(L_17, (uint8_t)5, /*hidden argument*/NULL); NullCheck(L_16); ASN1_Add_m3262603624(L_16, L_17, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_18 = ___hashValue1; ASN1_t2114160833 * L_19 = (ASN1_t2114160833 *)il2cpp_codegen_object_new(ASN1_t2114160833_il2cpp_TypeInfo_var); ASN1__ctor_m3517592395(L_19, (uint8_t)4, L_18, /*hidden argument*/NULL); V_3 = L_19; ASN1_t2114160833 * L_20 = (ASN1_t2114160833 *)il2cpp_codegen_object_new(ASN1_t2114160833_il2cpp_TypeInfo_var); ASN1__ctor_m4216617981(L_20, (uint8_t)((int32_t)48), /*hidden argument*/NULL); V_4 = L_20; ASN1_t2114160833 * L_21 = V_4; ASN1_t2114160833 * L_22 = V_2; NullCheck(L_21); ASN1_Add_m3262603624(L_21, L_22, /*hidden argument*/NULL); ASN1_t2114160833 * L_23 = V_4; ASN1_t2114160833 * L_24 = V_3; NullCheck(L_23); ASN1_Add_m3262603624(L_23, L_24, /*hidden argument*/NULL); ASN1_t2114160833 * L_25 = V_4; NullCheck(L_25); ByteU5BU5D_t4116647657* L_26 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(4 /* System.Byte[] Mono.Security.ASN1::GetBytes() */, L_25); V_0 = L_26; goto IL_0093; } IL_0091: { ByteU5BU5D_t4116647657* L_27 = ___hashValue1; V_0 = L_27; } IL_0093: { ByteU5BU5D_t4116647657* L_28 = ___hashValue1; ByteU5BU5D_t4116647657* L_29 = V_0; ByteU5BU5D_t4116647657* L_30 = V_0; NullCheck(L_30); ByteU5BU5D_t4116647657* L_31 = ___hashValue1; NullCheck(L_31); ByteU5BU5D_t4116647657* L_32 = ___hashValue1; NullCheck(L_32); Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_28, 0, (RuntimeArray *)(RuntimeArray *)L_29, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_30)->max_length)))), (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_31)->max_length)))))), (((int32_t)((int32_t)(((RuntimeArray *)L_32)->max_length)))), /*hidden argument*/NULL); int32_t L_33 = ___emLength2; ByteU5BU5D_t4116647657* L_34 = V_0; NullCheck(L_34); int32_t L_35 = Math_Max_m1873195862(NULL /*static, unused*/, 8, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_34)->max_length)))))), (int32_t)3)), /*hidden argument*/NULL); V_5 = L_35; int32_t L_36 = V_5; ByteU5BU5D_t4116647657* L_37 = V_0; NullCheck(L_37); V_6 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_37)->max_length)))))), (int32_t)3)))); ByteU5BU5D_t4116647657* L_38 = V_6; NullCheck(L_38); (L_38)->SetAt(static_cast(1), (uint8_t)1); V_7 = 2; goto IL_00e0; } IL_00d0: { ByteU5BU5D_t4116647657* L_39 = V_6; int32_t L_40 = V_7; NullCheck(L_39); (L_39)->SetAt(static_cast(L_40), (uint8_t)((int32_t)255)); int32_t L_41 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_00e0: { int32_t L_42 = V_7; int32_t L_43 = V_5; if ((((int32_t)L_42) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)2))))) { goto IL_00d0; } } { ByteU5BU5D_t4116647657* L_44 = V_0; ByteU5BU5D_t4116647657* L_45 = V_6; int32_t L_46 = V_5; ByteU5BU5D_t4116647657* L_47 = V_0; NullCheck(L_47); Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_44, 0, (RuntimeArray *)(RuntimeArray *)L_45, ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)3)), (((int32_t)((int32_t)(((RuntimeArray *)L_47)->max_length)))), /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_48 = V_6; return L_48; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void EncryptedPrivateKeyInfo__ctor_m3415744930 (EncryptedPrivateKeyInfo_t862116836 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void EncryptedPrivateKeyInfo__ctor_m25839594 (EncryptedPrivateKeyInfo_t862116836 * __this, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method) { { EncryptedPrivateKeyInfo__ctor_m3415744930(__this, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_0 = ___data0; EncryptedPrivateKeyInfo_Decode_m3008916518(__this, L_0, /*hidden argument*/NULL); return; } } // System.String Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::get_Algorithm() extern "C" IL2CPP_METHOD_ATTR String_t* EncryptedPrivateKeyInfo_get_Algorithm_m3027828440 (EncryptedPrivateKeyInfo_t862116836 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__algorithm_0(); return L_0; } } // System.Byte[] Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::get_EncryptedData() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* EncryptedPrivateKeyInfo_get_EncryptedData_m491452551 (EncryptedPrivateKeyInfo_t862116836 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EncryptedPrivateKeyInfo_get_EncryptedData_m491452551_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* G_B3_0 = NULL; { ByteU5BU5D_t4116647657* L_0 = __this->get__data_3(); if (L_0) { goto IL_0011; } } { G_B3_0 = ((ByteU5BU5D_t4116647657*)(NULL)); goto IL_0021; } IL_0011: { ByteU5BU5D_t4116647657* L_1 = __this->get__data_3(); NullCheck((RuntimeArray *)(RuntimeArray *)L_1); RuntimeObject * L_2 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_1, /*hidden argument*/NULL); G_B3_0 = ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_2, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var)); } IL_0021: { return G_B3_0; } } // System.Byte[] Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::get_Salt() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* EncryptedPrivateKeyInfo_get_Salt_m1261804721 (EncryptedPrivateKeyInfo_t862116836 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EncryptedPrivateKeyInfo_get_Salt_m1261804721_MetadataUsageId); s_Il2CppMethodInitialized = true; } RandomNumberGenerator_t386037858 * V_0 = NULL; { ByteU5BU5D_t4116647657* L_0 = __this->get__salt_1(); if (L_0) { goto IL_0029; } } { RandomNumberGenerator_t386037858 * L_1 = RandomNumberGenerator_Create_m4162970280(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_1; __this->set__salt_1(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)8))); RandomNumberGenerator_t386037858 * L_2 = V_0; ByteU5BU5D_t4116647657* L_3 = __this->get__salt_1(); NullCheck(L_2); VirtActionInvoker1< ByteU5BU5D_t4116647657* >::Invoke(4 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetBytes(System.Byte[]) */, L_2, L_3); } IL_0029: { ByteU5BU5D_t4116647657* L_4 = __this->get__salt_1(); NullCheck((RuntimeArray *)(RuntimeArray *)L_4); RuntimeObject * L_5 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_4, /*hidden argument*/NULL); return ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_5, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var)); } } // System.Int32 Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::get_IterationCount() extern "C" IL2CPP_METHOD_ATTR int32_t EncryptedPrivateKeyInfo_get_IterationCount_m2912222740 (EncryptedPrivateKeyInfo_t862116836 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__iterations_2(); return L_0; } } // System.Void Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::Decode(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void EncryptedPrivateKeyInfo_Decode_m3008916518 (EncryptedPrivateKeyInfo_t862116836 * __this, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EncryptedPrivateKeyInfo_Decode_m3008916518_MetadataUsageId); s_Il2CppMethodInitialized = true; } ASN1_t2114160833 * V_0 = NULL; ASN1_t2114160833 * V_1 = NULL; ASN1_t2114160833 * V_2 = NULL; ASN1_t2114160833 * V_3 = NULL; ASN1_t2114160833 * V_4 = NULL; ASN1_t2114160833 * V_5 = NULL; ASN1_t2114160833 * V_6 = NULL; { ByteU5BU5D_t4116647657* L_0 = ___data0; ASN1_t2114160833 * L_1 = (ASN1_t2114160833 *)il2cpp_codegen_object_new(ASN1_t2114160833_il2cpp_TypeInfo_var); ASN1__ctor_m1219137533(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; ASN1_t2114160833 * L_2 = V_0; NullCheck(L_2); uint8_t L_3 = ASN1_get_Tag_m1863840805(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)((int32_t)48)))) { goto IL_001f; } } { CryptographicException_t248831461 * L_4 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_4, _stringLiteral2449489188, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,EncryptedPrivateKeyInfo_Decode_m3008916518_RuntimeMethod_var); } IL_001f: { ASN1_t2114160833 * L_5 = V_0; NullCheck(L_5); ASN1_t2114160833 * L_6 = ASN1_get_Item_m315148275(L_5, 0, /*hidden argument*/NULL); V_1 = L_6; ASN1_t2114160833 * L_7 = V_1; NullCheck(L_7); uint8_t L_8 = ASN1_get_Tag_m1863840805(L_7, /*hidden argument*/NULL); if ((((int32_t)L_8) == ((int32_t)((int32_t)48)))) { goto IL_003f; } } { CryptographicException_t248831461 * L_9 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_9, _stringLiteral2471616411, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,EncryptedPrivateKeyInfo_Decode_m3008916518_RuntimeMethod_var); } IL_003f: { ASN1_t2114160833 * L_10 = V_1; NullCheck(L_10); ASN1_t2114160833 * L_11 = ASN1_get_Item_m315148275(L_10, 0, /*hidden argument*/NULL); V_2 = L_11; ASN1_t2114160833 * L_12 = V_2; NullCheck(L_12); uint8_t L_13 = ASN1_get_Tag_m1863840805(L_12, /*hidden argument*/NULL); if ((((int32_t)L_13) == ((int32_t)6))) { goto IL_005e; } } { CryptographicException_t248831461 * L_14 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_14, _stringLiteral1133397176, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,EncryptedPrivateKeyInfo_Decode_m3008916518_RuntimeMethod_var); } IL_005e: { ASN1_t2114160833 * L_15 = V_2; String_t* L_16 = ASN1Convert_ToOid_m4290825381(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); __this->set__algorithm_0(L_16); ASN1_t2114160833 * L_17 = V_1; NullCheck(L_17); int32_t L_18 = ASN1_get_Count_m3039939183(L_17, /*hidden argument*/NULL); if ((((int32_t)L_18) <= ((int32_t)1))) { goto IL_00f2; } } { ASN1_t2114160833 * L_19 = V_1; NullCheck(L_19); ASN1_t2114160833 * L_20 = ASN1_get_Item_m315148275(L_19, 1, /*hidden argument*/NULL); V_3 = L_20; ASN1_t2114160833 * L_21 = V_3; NullCheck(L_21); uint8_t L_22 = ASN1_get_Tag_m1863840805(L_21, /*hidden argument*/NULL); if ((((int32_t)L_22) == ((int32_t)((int32_t)48)))) { goto IL_0096; } } { CryptographicException_t248831461 * L_23 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_23, _stringLiteral2479900804, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23,EncryptedPrivateKeyInfo_Decode_m3008916518_RuntimeMethod_var); } IL_0096: { ASN1_t2114160833 * L_24 = V_3; NullCheck(L_24); ASN1_t2114160833 * L_25 = ASN1_get_Item_m315148275(L_24, 0, /*hidden argument*/NULL); V_4 = L_25; ASN1_t2114160833 * L_26 = V_4; NullCheck(L_26); uint8_t L_27 = ASN1_get_Tag_m1863840805(L_26, /*hidden argument*/NULL); if ((((int32_t)L_27) == ((int32_t)4))) { goto IL_00b7; } } { CryptographicException_t248831461 * L_28 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_28, _stringLiteral2581649682, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28,EncryptedPrivateKeyInfo_Decode_m3008916518_RuntimeMethod_var); } IL_00b7: { ASN1_t2114160833 * L_29 = V_4; NullCheck(L_29); ByteU5BU5D_t4116647657* L_30 = ASN1_get_Value_m3619295991(L_29, /*hidden argument*/NULL); __this->set__salt_1(L_30); ASN1_t2114160833 * L_31 = V_3; NullCheck(L_31); ASN1_t2114160833 * L_32 = ASN1_get_Item_m315148275(L_31, 1, /*hidden argument*/NULL); V_5 = L_32; ASN1_t2114160833 * L_33 = V_5; NullCheck(L_33); uint8_t L_34 = ASN1_get_Tag_m1863840805(L_33, /*hidden argument*/NULL); if ((((int32_t)L_34) == ((int32_t)2))) { goto IL_00e5; } } { CryptographicException_t248831461 * L_35 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_35, _stringLiteral1189022210, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_35,EncryptedPrivateKeyInfo_Decode_m3008916518_RuntimeMethod_var); } IL_00e5: { ASN1_t2114160833 * L_36 = V_5; int32_t L_37 = ASN1Convert_ToInt32_m2228176117(NULL /*static, unused*/, L_36, /*hidden argument*/NULL); __this->set__iterations_2(L_37); } IL_00f2: { ASN1_t2114160833 * L_38 = V_0; NullCheck(L_38); ASN1_t2114160833 * L_39 = ASN1_get_Item_m315148275(L_38, 1, /*hidden argument*/NULL); V_6 = L_39; ASN1_t2114160833 * L_40 = V_6; NullCheck(L_40); uint8_t L_41 = ASN1_get_Tag_m1863840805(L_40, /*hidden argument*/NULL); if ((((int32_t)L_41) == ((int32_t)4))) { goto IL_0113; } } { CryptographicException_t248831461 * L_42 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_42, _stringLiteral3895113801, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_42,EncryptedPrivateKeyInfo_Decode_m3008916518_RuntimeMethod_var); } IL_0113: { ASN1_t2114160833 * L_43 = V_6; NullCheck(L_43); ByteU5BU5D_t4116647657* L_44 = ASN1_get_Value_m3619295991(L_43, /*hidden argument*/NULL); __this->set__data_3(L_44); 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 Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void PrivateKeyInfo__ctor_m3331475997 (PrivateKeyInfo_t668027993 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PrivateKeyInfo__ctor_m3331475997_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set__version_0(0); ArrayList_t2718874744 * L_0 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_0, /*hidden argument*/NULL); __this->set__list_3(L_0); return; } } // System.Void Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void PrivateKeyInfo__ctor_m2715455038 (PrivateKeyInfo_t668027993 * __this, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method) { { PrivateKeyInfo__ctor_m3331475997(__this, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_0 = ___data0; PrivateKeyInfo_Decode_m986145117(__this, L_0, /*hidden argument*/NULL); return; } } // System.Byte[] Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::get_PrivateKey() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* PrivateKeyInfo_get_PrivateKey_m3647771102 (PrivateKeyInfo_t668027993 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PrivateKeyInfo_get_PrivateKey_m3647771102_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = __this->get__key_2(); if (L_0) { goto IL_000d; } } { return (ByteU5BU5D_t4116647657*)NULL; } IL_000d: { ByteU5BU5D_t4116647657* L_1 = __this->get__key_2(); NullCheck((RuntimeArray *)(RuntimeArray *)L_1); RuntimeObject * L_2 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_1, /*hidden argument*/NULL); return ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_2, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var)); } } // System.Void Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::Decode(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void PrivateKeyInfo_Decode_m986145117 (PrivateKeyInfo_t668027993 * __this, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PrivateKeyInfo_Decode_m986145117_MetadataUsageId); s_Il2CppMethodInitialized = true; } ASN1_t2114160833 * V_0 = NULL; ASN1_t2114160833 * V_1 = NULL; ASN1_t2114160833 * V_2 = NULL; ASN1_t2114160833 * V_3 = NULL; ASN1_t2114160833 * V_4 = NULL; ASN1_t2114160833 * V_5 = NULL; int32_t V_6 = 0; { ByteU5BU5D_t4116647657* L_0 = ___data0; ASN1_t2114160833 * L_1 = (ASN1_t2114160833 *)il2cpp_codegen_object_new(ASN1_t2114160833_il2cpp_TypeInfo_var); ASN1__ctor_m1219137533(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; ASN1_t2114160833 * L_2 = V_0; NullCheck(L_2); uint8_t L_3 = ASN1_get_Tag_m1863840805(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)((int32_t)48)))) { goto IL_001f; } } { CryptographicException_t248831461 * L_4 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_4, _stringLiteral3860840281, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,PrivateKeyInfo_Decode_m986145117_RuntimeMethod_var); } IL_001f: { ASN1_t2114160833 * L_5 = V_0; NullCheck(L_5); ASN1_t2114160833 * L_6 = ASN1_get_Item_m315148275(L_5, 0, /*hidden argument*/NULL); V_1 = L_6; ASN1_t2114160833 * L_7 = V_1; NullCheck(L_7); uint8_t L_8 = ASN1_get_Tag_m1863840805(L_7, /*hidden argument*/NULL); if ((((int32_t)L_8) == ((int32_t)2))) { goto IL_003e; } } { CryptographicException_t248831461 * L_9 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_9, _stringLiteral1111651387, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,PrivateKeyInfo_Decode_m986145117_RuntimeMethod_var); } IL_003e: { ASN1_t2114160833 * L_10 = V_1; NullCheck(L_10); ByteU5BU5D_t4116647657* L_11 = ASN1_get_Value_m3619295991(L_10, /*hidden argument*/NULL); NullCheck(L_11); int32_t L_12 = 0; uint8_t L_13 = (L_11)->GetAt(static_cast(L_12)); __this->set__version_0(L_13); ASN1_t2114160833 * L_14 = V_0; NullCheck(L_14); ASN1_t2114160833 * L_15 = ASN1_get_Item_m315148275(L_14, 1, /*hidden argument*/NULL); V_2 = L_15; ASN1_t2114160833 * L_16 = V_2; NullCheck(L_16); uint8_t L_17 = ASN1_get_Tag_m1863840805(L_16, /*hidden argument*/NULL); if ((((int32_t)L_17) == ((int32_t)((int32_t)48)))) { goto IL_006c; } } { CryptographicException_t248831461 * L_18 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_18, _stringLiteral1133397176, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18,PrivateKeyInfo_Decode_m986145117_RuntimeMethod_var); } IL_006c: { ASN1_t2114160833 * L_19 = V_2; NullCheck(L_19); ASN1_t2114160833 * L_20 = ASN1_get_Item_m315148275(L_19, 0, /*hidden argument*/NULL); V_3 = L_20; ASN1_t2114160833 * L_21 = V_3; NullCheck(L_21); uint8_t L_22 = ASN1_get_Tag_m1863840805(L_21, /*hidden argument*/NULL); if ((((int32_t)L_22) == ((int32_t)6))) { goto IL_008b; } } { CryptographicException_t248831461 * L_23 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_23, _stringLiteral3055172879, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23,PrivateKeyInfo_Decode_m986145117_RuntimeMethod_var); } IL_008b: { ASN1_t2114160833 * L_24 = V_3; String_t* L_25 = ASN1Convert_ToOid_m4290825381(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); __this->set__algorithm_1(L_25); ASN1_t2114160833 * L_26 = V_0; NullCheck(L_26); ASN1_t2114160833 * L_27 = ASN1_get_Item_m315148275(L_26, 2, /*hidden argument*/NULL); V_4 = L_27; ASN1_t2114160833 * L_28 = V_4; NullCheck(L_28); ByteU5BU5D_t4116647657* L_29 = ASN1_get_Value_m3619295991(L_28, /*hidden argument*/NULL); __this->set__key_2(L_29); ASN1_t2114160833 * L_30 = V_0; NullCheck(L_30); int32_t L_31 = ASN1_get_Count_m3039939183(L_30, /*hidden argument*/NULL); if ((((int32_t)L_31) <= ((int32_t)3))) { goto IL_00f3; } } { ASN1_t2114160833 * L_32 = V_0; NullCheck(L_32); ASN1_t2114160833 * L_33 = ASN1_get_Item_m315148275(L_32, 3, /*hidden argument*/NULL); V_5 = L_33; V_6 = 0; goto IL_00e5; } IL_00ca: { ArrayList_t2718874744 * L_34 = __this->get__list_3(); ASN1_t2114160833 * L_35 = V_5; int32_t L_36 = V_6; NullCheck(L_35); ASN1_t2114160833 * L_37 = ASN1_get_Item_m315148275(L_35, L_36, /*hidden argument*/NULL); NullCheck(L_34); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_34, L_37); int32_t L_38 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); } IL_00e5: { int32_t L_39 = V_6; ASN1_t2114160833 * L_40 = V_5; NullCheck(L_40); int32_t L_41 = ASN1_get_Count_m3039939183(L_40, /*hidden argument*/NULL); if ((((int32_t)L_39) < ((int32_t)L_41))) { goto IL_00ca; } } IL_00f3: { return; } } // System.Byte[] Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::RemoveLeadingZero(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* PrivateKeyInfo_RemoveLeadingZero_m3592760008 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___bigInt0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PrivateKeyInfo_RemoveLeadingZero_m3592760008_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; ByteU5BU5D_t4116647657* V_2 = NULL; { V_0 = 0; ByteU5BU5D_t4116647657* L_0 = ___bigInt0; NullCheck(L_0); V_1 = (((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))); ByteU5BU5D_t4116647657* L_1 = ___bigInt0; NullCheck(L_1); int32_t L_2 = 0; uint8_t L_3 = (L_1)->GetAt(static_cast(L_2)); if (L_3) { goto IL_0014; } } { V_0 = 1; int32_t L_4 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); } IL_0014: { int32_t L_5 = V_1; V_2 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_5)); ByteU5BU5D_t4116647657* L_6 = ___bigInt0; int32_t L_7 = V_0; ByteU5BU5D_t4116647657* L_8 = V_2; int32_t L_9 = V_1; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_6, L_7, (RuntimeArray *)(RuntimeArray *)L_8, 0, L_9, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_10 = V_2; return L_10; } } // System.Byte[] Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::Normalize(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* PrivateKeyInfo_Normalize_m2274647848 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___bigInt0, int32_t ___length1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PrivateKeyInfo_Normalize_m2274647848_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; { ByteU5BU5D_t4116647657* L_0 = ___bigInt0; NullCheck(L_0); int32_t L_1 = ___length1; if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))) == ((uint32_t)L_1)))) { goto IL_000b; } } { ByteU5BU5D_t4116647657* L_2 = ___bigInt0; return L_2; } IL_000b: { ByteU5BU5D_t4116647657* L_3 = ___bigInt0; NullCheck(L_3); int32_t L_4 = ___length1; if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))) <= ((int32_t)L_4))) { goto IL_001b; } } { ByteU5BU5D_t4116647657* L_5 = ___bigInt0; ByteU5BU5D_t4116647657* L_6 = PrivateKeyInfo_RemoveLeadingZero_m3592760008(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); return L_6; } IL_001b: { int32_t L_7 = ___length1; V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_7)); ByteU5BU5D_t4116647657* L_8 = ___bigInt0; ByteU5BU5D_t4116647657* L_9 = V_0; int32_t L_10 = ___length1; ByteU5BU5D_t4116647657* L_11 = ___bigInt0; NullCheck(L_11); ByteU5BU5D_t4116647657* L_12 = ___bigInt0; NullCheck(L_12); Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_8, 0, (RuntimeArray *)(RuntimeArray *)L_9, ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length)))))), (((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length)))), /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_13 = V_0; return L_13; } } // System.Security.Cryptography.RSA Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::DecodeRSA(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR RSA_t2385438082 * PrivateKeyInfo_DecodeRSA_m4129124827 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___keypair0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PrivateKeyInfo_DecodeRSA_m4129124827_MetadataUsageId); s_Il2CppMethodInitialized = true; } ASN1_t2114160833 * V_0 = NULL; ASN1_t2114160833 * V_1 = NULL; RSAParameters_t1728406613 V_2; memset(&V_2, 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; RSA_t2385438082 * V_5 = NULL; CspParameters_t239852639 * V_6 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { ByteU5BU5D_t4116647657* L_0 = ___keypair0; ASN1_t2114160833 * L_1 = (ASN1_t2114160833 *)il2cpp_codegen_object_new(ASN1_t2114160833_il2cpp_TypeInfo_var); ASN1__ctor_m1219137533(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; ASN1_t2114160833 * L_2 = V_0; NullCheck(L_2); uint8_t L_3 = ASN1_get_Tag_m1863840805(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)((int32_t)48)))) { goto IL_001f; } } { CryptographicException_t248831461 * L_4 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_4, _stringLiteral2973183703, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,PrivateKeyInfo_DecodeRSA_m4129124827_RuntimeMethod_var); } IL_001f: { ASN1_t2114160833 * L_5 = V_0; NullCheck(L_5); ASN1_t2114160833 * L_6 = ASN1_get_Item_m315148275(L_5, 0, /*hidden argument*/NULL); V_1 = L_6; ASN1_t2114160833 * L_7 = V_1; NullCheck(L_7); uint8_t L_8 = ASN1_get_Tag_m1863840805(L_7, /*hidden argument*/NULL); if ((((int32_t)L_8) == ((int32_t)2))) { goto IL_003e; } } { CryptographicException_t248831461 * L_9 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_9, _stringLiteral3023545426, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,PrivateKeyInfo_DecodeRSA_m4129124827_RuntimeMethod_var); } IL_003e: { ASN1_t2114160833 * L_10 = V_0; NullCheck(L_10); int32_t L_11 = ASN1_get_Count_m3039939183(L_10, /*hidden argument*/NULL); if ((((int32_t)L_11) >= ((int32_t)((int32_t)9)))) { goto IL_0056; } } { CryptographicException_t248831461 * L_12 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_12, _stringLiteral470035263, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,PrivateKeyInfo_DecodeRSA_m4129124827_RuntimeMethod_var); } IL_0056: { il2cpp_codegen_initobj((&V_2), sizeof(RSAParameters_t1728406613 )); ASN1_t2114160833 * L_13 = V_0; NullCheck(L_13); ASN1_t2114160833 * L_14 = ASN1_get_Item_m315148275(L_13, 1, /*hidden argument*/NULL); NullCheck(L_14); ByteU5BU5D_t4116647657* L_15 = ASN1_get_Value_m3619295991(L_14, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_16 = PrivateKeyInfo_RemoveLeadingZero_m3592760008(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); (&V_2)->set_Modulus_6(L_16); ByteU5BU5D_t4116647657* L_17 = (&V_2)->get_Modulus_6(); NullCheck(L_17); V_3 = (((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length)))); int32_t L_18 = V_3; V_4 = ((int32_t)((int32_t)L_18>>(int32_t)1)); ASN1_t2114160833 * L_19 = V_0; NullCheck(L_19); ASN1_t2114160833 * L_20 = ASN1_get_Item_m315148275(L_19, 3, /*hidden argument*/NULL); NullCheck(L_20); ByteU5BU5D_t4116647657* L_21 = ASN1_get_Value_m3619295991(L_20, /*hidden argument*/NULL); int32_t L_22 = V_3; ByteU5BU5D_t4116647657* L_23 = PrivateKeyInfo_Normalize_m2274647848(NULL /*static, unused*/, L_21, L_22, /*hidden argument*/NULL); (&V_2)->set_D_2(L_23); ASN1_t2114160833 * L_24 = V_0; NullCheck(L_24); ASN1_t2114160833 * L_25 = ASN1_get_Item_m315148275(L_24, 6, /*hidden argument*/NULL); NullCheck(L_25); ByteU5BU5D_t4116647657* L_26 = ASN1_get_Value_m3619295991(L_25, /*hidden argument*/NULL); int32_t L_27 = V_4; ByteU5BU5D_t4116647657* L_28 = PrivateKeyInfo_Normalize_m2274647848(NULL /*static, unused*/, L_26, L_27, /*hidden argument*/NULL); (&V_2)->set_DP_3(L_28); ASN1_t2114160833 * L_29 = V_0; NullCheck(L_29); ASN1_t2114160833 * L_30 = ASN1_get_Item_m315148275(L_29, 7, /*hidden argument*/NULL); NullCheck(L_30); ByteU5BU5D_t4116647657* L_31 = ASN1_get_Value_m3619295991(L_30, /*hidden argument*/NULL); int32_t L_32 = V_4; ByteU5BU5D_t4116647657* L_33 = PrivateKeyInfo_Normalize_m2274647848(NULL /*static, unused*/, L_31, L_32, /*hidden argument*/NULL); (&V_2)->set_DQ_4(L_33); ASN1_t2114160833 * L_34 = V_0; NullCheck(L_34); ASN1_t2114160833 * L_35 = ASN1_get_Item_m315148275(L_34, 2, /*hidden argument*/NULL); NullCheck(L_35); ByteU5BU5D_t4116647657* L_36 = ASN1_get_Value_m3619295991(L_35, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_37 = PrivateKeyInfo_RemoveLeadingZero_m3592760008(NULL /*static, unused*/, L_36, /*hidden argument*/NULL); (&V_2)->set_Exponent_7(L_37); ASN1_t2114160833 * L_38 = V_0; NullCheck(L_38); ASN1_t2114160833 * L_39 = ASN1_get_Item_m315148275(L_38, 8, /*hidden argument*/NULL); NullCheck(L_39); ByteU5BU5D_t4116647657* L_40 = ASN1_get_Value_m3619295991(L_39, /*hidden argument*/NULL); int32_t L_41 = V_4; ByteU5BU5D_t4116647657* L_42 = PrivateKeyInfo_Normalize_m2274647848(NULL /*static, unused*/, L_40, L_41, /*hidden argument*/NULL); (&V_2)->set_InverseQ_5(L_42); ASN1_t2114160833 * L_43 = V_0; NullCheck(L_43); ASN1_t2114160833 * L_44 = ASN1_get_Item_m315148275(L_43, 4, /*hidden argument*/NULL); NullCheck(L_44); ByteU5BU5D_t4116647657* L_45 = ASN1_get_Value_m3619295991(L_44, /*hidden argument*/NULL); int32_t L_46 = V_4; ByteU5BU5D_t4116647657* L_47 = PrivateKeyInfo_Normalize_m2274647848(NULL /*static, unused*/, L_45, L_46, /*hidden argument*/NULL); (&V_2)->set_P_0(L_47); ASN1_t2114160833 * L_48 = V_0; NullCheck(L_48); ASN1_t2114160833 * L_49 = ASN1_get_Item_m315148275(L_48, 5, /*hidden argument*/NULL); NullCheck(L_49); ByteU5BU5D_t4116647657* L_50 = ASN1_get_Value_m3619295991(L_49, /*hidden argument*/NULL); int32_t L_51 = V_4; ByteU5BU5D_t4116647657* L_52 = PrivateKeyInfo_Normalize_m2274647848(NULL /*static, unused*/, L_50, L_51, /*hidden argument*/NULL); (&V_2)->set_Q_1(L_52); V_5 = (RSA_t2385438082 *)NULL; } IL_013b: try { // begin try (depth: 1) RSA_t2385438082 * L_53 = RSA_Create_m4065275734(NULL /*static, unused*/, /*hidden argument*/NULL); V_5 = L_53; RSA_t2385438082 * L_54 = V_5; RSAParameters_t1728406613 L_55 = V_2; NullCheck(L_54); VirtActionInvoker1< RSAParameters_t1728406613 >::Invoke(13 /* System.Void System.Security.Cryptography.RSA::ImportParameters(System.Security.Cryptography.RSAParameters) */, L_54, L_55); goto IL_0175; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (CryptographicException_t248831461_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_014f; throw e; } CATCH_014f: { // begin catch(System.Security.Cryptography.CryptographicException) CspParameters_t239852639 * L_56 = (CspParameters_t239852639 *)il2cpp_codegen_object_new(CspParameters_t239852639_il2cpp_TypeInfo_var); CspParameters__ctor_m277845443(L_56, /*hidden argument*/NULL); V_6 = L_56; CspParameters_t239852639 * L_57 = V_6; NullCheck(L_57); CspParameters_set_Flags_m397261363(L_57, 1, /*hidden argument*/NULL); CspParameters_t239852639 * L_58 = V_6; RSACryptoServiceProvider_t2683512874 * L_59 = (RSACryptoServiceProvider_t2683512874 *)il2cpp_codegen_object_new(RSACryptoServiceProvider_t2683512874_il2cpp_TypeInfo_var); RSACryptoServiceProvider__ctor_m357386130(L_59, L_58, /*hidden argument*/NULL); V_5 = L_59; RSA_t2385438082 * L_60 = V_5; RSAParameters_t1728406613 L_61 = V_2; NullCheck(L_60); VirtActionInvoker1< RSAParameters_t1728406613 >::Invoke(13 /* System.Void System.Security.Cryptography.RSA::ImportParameters(System.Security.Cryptography.RSAParameters) */, L_60, L_61); goto IL_0175; } // end catch (depth: 1) IL_0175: { RSA_t2385438082 * L_62 = V_5; return L_62; } } // System.Security.Cryptography.DSA Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::DecodeDSA(System.Byte[],System.Security.Cryptography.DSAParameters) extern "C" IL2CPP_METHOD_ATTR DSA_t2386879874 * PrivateKeyInfo_DecodeDSA_m2335813142 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___privateKey0, DSAParameters_t1885824122 ___dsaParameters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PrivateKeyInfo_DecodeDSA_m2335813142_MetadataUsageId); s_Il2CppMethodInitialized = true; } ASN1_t2114160833 * V_0 = NULL; DSA_t2386879874 * V_1 = NULL; { ByteU5BU5D_t4116647657* L_0 = ___privateKey0; ASN1_t2114160833 * L_1 = (ASN1_t2114160833 *)il2cpp_codegen_object_new(ASN1_t2114160833_il2cpp_TypeInfo_var); ASN1__ctor_m1219137533(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; ASN1_t2114160833 * L_2 = V_0; NullCheck(L_2); uint8_t L_3 = ASN1_get_Tag_m1863840805(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)2))) { goto IL_001e; } } { CryptographicException_t248831461 * L_4 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_4, _stringLiteral2973183703, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,PrivateKeyInfo_DecodeDSA_m2335813142_RuntimeMethod_var); } IL_001e: { ASN1_t2114160833 * L_5 = V_0; NullCheck(L_5); ByteU5BU5D_t4116647657* L_6 = ASN1_get_Value_m3619295991(L_5, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_7 = PrivateKeyInfo_Normalize_m2274647848(NULL /*static, unused*/, L_6, ((int32_t)20), /*hidden argument*/NULL); (&___dsaParameters1)->set_X_6(L_7); DSA_t2386879874 * L_8 = DSA_Create_m1220983153(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = L_8; DSA_t2386879874 * L_9 = V_1; DSAParameters_t1885824122 L_10 = ___dsaParameters1; NullCheck(L_9); VirtActionInvoker1< DSAParameters_t1885824122 >::Invoke(12 /* System.Void System.Security.Cryptography.DSA::ImportParameters(System.Security.Cryptography.DSAParameters) */, L_9, L_10); DSA_t2386879874 * L_11 = V_1; return L_11; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Security.Cryptography.RC4::.ctor() extern "C" IL2CPP_METHOD_ATTR void RC4__ctor_m3531760091 (RC4_t2752556436 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RC4__ctor_m3531760091_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SymmetricAlgorithm__ctor_m467277132(__this, /*hidden argument*/NULL); ((SymmetricAlgorithm_t4254223087 *)__this)->set_KeySizeValue_2(((int32_t)128)); ((SymmetricAlgorithm_t4254223087 *)__this)->set_BlockSizeValue_0(((int32_t)64)); int32_t L_0 = ((SymmetricAlgorithm_t4254223087 *)__this)->get_BlockSizeValue_0(); ((SymmetricAlgorithm_t4254223087 *)__this)->set_FeedbackSizeValue_6(L_0); IL2CPP_RUNTIME_CLASS_INIT(RC4_t2752556436_il2cpp_TypeInfo_var); KeySizesU5BU5D_t722666473* L_1 = ((RC4_t2752556436_StaticFields*)il2cpp_codegen_static_fields_for(RC4_t2752556436_il2cpp_TypeInfo_var))->get_s_legalBlockSizes_10(); ((SymmetricAlgorithm_t4254223087 *)__this)->set_LegalBlockSizesValue_4(L_1); KeySizesU5BU5D_t722666473* L_2 = ((RC4_t2752556436_StaticFields*)il2cpp_codegen_static_fields_for(RC4_t2752556436_il2cpp_TypeInfo_var))->get_s_legalKeySizes_11(); ((SymmetricAlgorithm_t4254223087 *)__this)->set_LegalKeySizesValue_5(L_2); return; } } // System.Void Mono.Security.Cryptography.RC4::.cctor() extern "C" IL2CPP_METHOD_ATTR void RC4__cctor_m362546962 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RC4__cctor_m362546962_MetadataUsageId); s_Il2CppMethodInitialized = true; } { KeySizesU5BU5D_t722666473* L_0 = ((KeySizesU5BU5D_t722666473*)SZArrayNew(KeySizesU5BU5D_t722666473_il2cpp_TypeInfo_var, (uint32_t)1)); KeySizes_t85027896 * L_1 = (KeySizes_t85027896 *)il2cpp_codegen_object_new(KeySizes_t85027896_il2cpp_TypeInfo_var); KeySizes__ctor_m3113946058(L_1, ((int32_t)64), ((int32_t)64), 0, /*hidden argument*/NULL); NullCheck(L_0); ArrayElementTypeCheck (L_0, L_1); (L_0)->SetAt(static_cast(0), (KeySizes_t85027896 *)L_1); ((RC4_t2752556436_StaticFields*)il2cpp_codegen_static_fields_for(RC4_t2752556436_il2cpp_TypeInfo_var))->set_s_legalBlockSizes_10(L_0); KeySizesU5BU5D_t722666473* L_2 = ((KeySizesU5BU5D_t722666473*)SZArrayNew(KeySizesU5BU5D_t722666473_il2cpp_TypeInfo_var, (uint32_t)1)); KeySizes_t85027896 * L_3 = (KeySizes_t85027896 *)il2cpp_codegen_object_new(KeySizes_t85027896_il2cpp_TypeInfo_var); KeySizes__ctor_m3113946058(L_3, ((int32_t)40), ((int32_t)2048), 8, /*hidden argument*/NULL); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (KeySizes_t85027896 *)L_3); ((RC4_t2752556436_StaticFields*)il2cpp_codegen_static_fields_for(RC4_t2752556436_il2cpp_TypeInfo_var))->set_s_legalKeySizes_11(L_2); return; } } // System.Byte[] Mono.Security.Cryptography.RC4::get_IV() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* RC4_get_IV_m2290186270 (RC4_t2752556436 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RC4_get_IV_m2290186270_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)0)); } } // System.Void Mono.Security.Cryptography.RC4::set_IV(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void RC4_set_IV_m844219403 (RC4_t2752556436 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Security.Cryptography.RSAManaged::.ctor() extern "C" IL2CPP_METHOD_ATTR void RSAManaged__ctor_m3504773110 (RSAManaged_t1757093820 * __this, const RuntimeMethod* method) { { RSAManaged__ctor_m350841446(__this, ((int32_t)1024), /*hidden argument*/NULL); return; } } // System.Void Mono.Security.Cryptography.RSAManaged::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void RSAManaged__ctor_m350841446 (RSAManaged_t1757093820 * __this, int32_t ___keySize0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RSAManaged__ctor_m350841446_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_keyBlinding_3((bool)1); RSA__ctor_m2923348713(__this, /*hidden argument*/NULL); ((AsymmetricAlgorithm_t932037087 *)__this)->set_LegalKeySizesValue_1(((KeySizesU5BU5D_t722666473*)SZArrayNew(KeySizesU5BU5D_t722666473_il2cpp_TypeInfo_var, (uint32_t)1))); KeySizesU5BU5D_t722666473* L_0 = ((AsymmetricAlgorithm_t932037087 *)__this)->get_LegalKeySizesValue_1(); KeySizes_t85027896 * L_1 = (KeySizes_t85027896 *)il2cpp_codegen_object_new(KeySizes_t85027896_il2cpp_TypeInfo_var); KeySizes__ctor_m3113946058(L_1, ((int32_t)384), ((int32_t)16384), 8, /*hidden argument*/NULL); NullCheck(L_0); ArrayElementTypeCheck (L_0, L_1); (L_0)->SetAt(static_cast(0), (KeySizes_t85027896 *)L_1); int32_t L_2 = ___keySize0; AsymmetricAlgorithm_set_KeySize_m2163393617(__this, L_2, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.Cryptography.RSAManaged::Finalize() extern "C" IL2CPP_METHOD_ATTR void RSAManaged_Finalize_m297255587 (RSAManaged_t1757093820 * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) VirtActionInvoker1< bool >::Invoke(7 /* System.Void Mono.Security.Cryptography.RSAManaged::Dispose(System.Boolean) */, __this, (bool)0); IL2CPP_LEAVE(0x13, FINALLY_000c); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_000c; } FINALLY_000c: { // begin finally (depth: 1) Object_Finalize_m3076187857(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(12) } // end finally (depth: 1) IL2CPP_CLEANUP(12) { IL2CPP_JUMP_TBL(0x13, IL_0013) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0013: { return; } } // System.Void Mono.Security.Cryptography.RSAManaged::GenerateKeyPair() extern "C" IL2CPP_METHOD_ATTR void RSAManaged_GenerateKeyPair_m2364618953 (RSAManaged_t1757093820 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RSAManaged_GenerateKeyPair_m2364618953_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; uint32_t V_2 = 0; BigInteger_t2902905090 * V_3 = NULL; BigInteger_t2902905090 * V_4 = NULL; BigInteger_t2902905090 * V_5 = NULL; { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 Mono.Security.Cryptography.RSAManaged::get_KeySize() */, __this); V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))>>(int32_t)1)); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 Mono.Security.Cryptography.RSAManaged::get_KeySize() */, __this); int32_t L_2 = V_0; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2)); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger_t2902905090 * L_3 = BigInteger_op_Implicit_m3414367033(NULL /*static, unused*/, ((int32_t)17), /*hidden argument*/NULL); __this->set_e_13(L_3); goto IL_004a; } IL_0026: { int32_t L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger_t2902905090 * L_5 = BigInteger_GeneratePseudoPrime_m2547138838(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); __this->set_p_7(L_5); BigInteger_t2902905090 * L_6 = __this->get_p_7(); uint32_t L_7 = BigInteger_op_Modulus_m3242311550(NULL /*static, unused*/, L_6, ((int32_t)17), /*hidden argument*/NULL); if ((((int32_t)L_7) == ((int32_t)1))) { goto IL_004a; } } { goto IL_004f; } IL_004a: { goto IL_0026; } IL_004f: { goto IL_00ec; } IL_0054: { goto IL_0093; } IL_0059: { int32_t L_8 = V_1; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger_t2902905090 * L_9 = BigInteger_GeneratePseudoPrime_m2547138838(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); __this->set_q_8(L_9); BigInteger_t2902905090 * L_10 = __this->get_q_8(); uint32_t L_11 = BigInteger_op_Modulus_m3242311550(NULL /*static, unused*/, L_10, ((int32_t)17), /*hidden argument*/NULL); if ((((int32_t)L_11) == ((int32_t)1))) { goto IL_0093; } } { BigInteger_t2902905090 * L_12 = __this->get_p_7(); BigInteger_t2902905090 * L_13 = __this->get_q_8(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_14 = BigInteger_op_Inequality_m2697143438(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0093; } } { goto IL_0098; } IL_0093: { goto IL_0059; } IL_0098: { BigInteger_t2902905090 * L_15 = __this->get_p_7(); BigInteger_t2902905090 * L_16 = __this->get_q_8(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger_t2902905090 * L_17 = BigInteger_op_Multiply_m3683746602(NULL /*static, unused*/, L_15, L_16, /*hidden argument*/NULL); __this->set_n_12(L_17); BigInteger_t2902905090 * L_18 = __this->get_n_12(); NullCheck(L_18); int32_t L_19 = BigInteger_BitCount_m2055977486(L_18, /*hidden argument*/NULL); int32_t L_20 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 Mono.Security.Cryptography.RSAManaged::get_KeySize() */, __this); if ((!(((uint32_t)L_19) == ((uint32_t)L_20)))) { goto IL_00ca; } } { goto IL_00f1; } IL_00ca: { BigInteger_t2902905090 * L_21 = __this->get_p_7(); BigInteger_t2902905090 * L_22 = __this->get_q_8(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_23 = BigInteger_op_LessThan_m463398176(NULL /*static, unused*/, L_21, L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_00ec; } } { BigInteger_t2902905090 * L_24 = __this->get_q_8(); __this->set_p_7(L_24); } IL_00ec: { goto IL_0054; } IL_00f1: { BigInteger_t2902905090 * L_25 = __this->get_p_7(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger_t2902905090 * L_26 = BigInteger_op_Implicit_m2547142909(NULL /*static, unused*/, 1, /*hidden argument*/NULL); BigInteger_t2902905090 * L_27 = BigInteger_op_Subtraction_m4245834512(NULL /*static, unused*/, L_25, L_26, /*hidden argument*/NULL); V_3 = L_27; BigInteger_t2902905090 * L_28 = __this->get_q_8(); BigInteger_t2902905090 * L_29 = BigInteger_op_Implicit_m2547142909(NULL /*static, unused*/, 1, /*hidden argument*/NULL); BigInteger_t2902905090 * L_30 = BigInteger_op_Subtraction_m4245834512(NULL /*static, unused*/, L_28, L_29, /*hidden argument*/NULL); V_4 = L_30; BigInteger_t2902905090 * L_31 = V_3; BigInteger_t2902905090 * L_32 = V_4; BigInteger_t2902905090 * L_33 = BigInteger_op_Multiply_m3683746602(NULL /*static, unused*/, L_31, L_32, /*hidden argument*/NULL); V_5 = L_33; BigInteger_t2902905090 * L_34 = __this->get_e_13(); BigInteger_t2902905090 * L_35 = V_5; NullCheck(L_34); BigInteger_t2902905090 * L_36 = BigInteger_ModInverse_m2426215562(L_34, L_35, /*hidden argument*/NULL); __this->set_d_6(L_36); BigInteger_t2902905090 * L_37 = __this->get_d_6(); BigInteger_t2902905090 * L_38 = V_3; BigInteger_t2902905090 * L_39 = BigInteger_op_Modulus_m2565477533(NULL /*static, unused*/, L_37, L_38, /*hidden argument*/NULL); __this->set_dp_9(L_39); BigInteger_t2902905090 * L_40 = __this->get_d_6(); BigInteger_t2902905090 * L_41 = V_4; BigInteger_t2902905090 * L_42 = BigInteger_op_Modulus_m2565477533(NULL /*static, unused*/, L_40, L_41, /*hidden argument*/NULL); __this->set_dq_10(L_42); BigInteger_t2902905090 * L_43 = __this->get_q_8(); BigInteger_t2902905090 * L_44 = __this->get_p_7(); NullCheck(L_43); BigInteger_t2902905090 * L_45 = BigInteger_ModInverse_m2426215562(L_43, L_44, /*hidden argument*/NULL); __this->set_qInv_11(L_45); __this->set_keypairGenerated_4((bool)1); __this->set_isCRTpossible_2((bool)1); KeyGeneratedEventHandler_t3064139578 * L_46 = __this->get_KeyGenerated_14(); if (!L_46) { goto IL_0195; } } { KeyGeneratedEventHandler_t3064139578 * L_47 = __this->get_KeyGenerated_14(); NullCheck(L_47); KeyGeneratedEventHandler_Invoke_m99769071(L_47, __this, (EventArgs_t3591816995 *)NULL, /*hidden argument*/NULL); } IL_0195: { return; } } // System.Int32 Mono.Security.Cryptography.RSAManaged::get_KeySize() extern "C" IL2CPP_METHOD_ATTR int32_t RSAManaged_get_KeySize_m1441482916 (RSAManaged_t1757093820 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = __this->get_keypairGenerated_4(); if (!L_0) { goto IL_0029; } } { BigInteger_t2902905090 * L_1 = __this->get_n_12(); NullCheck(L_1); int32_t L_2 = BigInteger_BitCount_m2055977486(L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; if (!((int32_t)((int32_t)L_3&(int32_t)7))) { goto IL_0027; } } { int32_t L_4 = V_0; int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)8, (int32_t)((int32_t)((int32_t)L_5&(int32_t)7)))))); } IL_0027: { int32_t L_6 = V_0; return L_6; } IL_0029: { int32_t L_7 = AsymmetricAlgorithm_get_KeySize_m2113907895(__this, /*hidden argument*/NULL); return L_7; } } // System.Boolean Mono.Security.Cryptography.RSAManaged::get_PublicOnly() extern "C" IL2CPP_METHOD_ATTR bool RSAManaged_get_PublicOnly_m1402405000 (RSAManaged_t1757093820 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RSAManaged_get_PublicOnly_m1402405000_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B4_0 = 0; int32_t G_B6_0 = 0; { bool L_0 = __this->get_keypairGenerated_4(); if (!L_0) { goto IL_002d; } } { BigInteger_t2902905090 * L_1 = __this->get_d_6(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_2 = BigInteger_op_Equality_m1194739960(NULL /*static, unused*/, L_1, (BigInteger_t2902905090 *)NULL, /*hidden argument*/NULL); if (L_2) { goto IL_002a; } } { BigInteger_t2902905090 * L_3 = __this->get_n_12(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_4 = BigInteger_op_Equality_m1194739960(NULL /*static, unused*/, L_3, (BigInteger_t2902905090 *)NULL, /*hidden argument*/NULL); G_B4_0 = ((int32_t)(L_4)); goto IL_002b; } IL_002a: { G_B4_0 = 1; } IL_002b: { G_B6_0 = G_B4_0; goto IL_002e; } IL_002d: { G_B6_0 = 0; } IL_002e: { return (bool)G_B6_0; } } // System.Byte[] Mono.Security.Cryptography.RSAManaged::DecryptValue(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* RSAManaged_DecryptValue_m1804388365 (RSAManaged_t1757093820 * __this, ByteU5BU5D_t4116647657* ___rgb0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RSAManaged_DecryptValue_m1804388365_MetadataUsageId); s_Il2CppMethodInitialized = true; } BigInteger_t2902905090 * V_0 = NULL; BigInteger_t2902905090 * V_1 = NULL; BigInteger_t2902905090 * V_2 = NULL; BigInteger_t2902905090 * V_3 = NULL; BigInteger_t2902905090 * V_4 = NULL; BigInteger_t2902905090 * V_5 = NULL; ByteU5BU5D_t4116647657* V_6 = NULL; { bool L_0 = __this->get_m_disposed_5(); if (!L_0) { goto IL_0016; } } { ObjectDisposedException_t21392786 * L_1 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_1, _stringLiteral2186307263, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,RSAManaged_DecryptValue_m1804388365_RuntimeMethod_var); } IL_0016: { bool L_2 = __this->get_keypairGenerated_4(); if (L_2) { goto IL_0027; } } { RSAManaged_GenerateKeyPair_m2364618953(__this, /*hidden argument*/NULL); } IL_0027: { ByteU5BU5D_t4116647657* L_3 = ___rgb0; BigInteger_t2902905090 * L_4 = (BigInteger_t2902905090 *)il2cpp_codegen_object_new(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger__ctor_m2601366464(L_4, L_3, /*hidden argument*/NULL); V_0 = L_4; V_1 = (BigInteger_t2902905090 *)NULL; bool L_5 = __this->get_keyBlinding_3(); if (!L_5) { goto IL_0070; } } { BigInteger_t2902905090 * L_6 = __this->get_n_12(); NullCheck(L_6); int32_t L_7 = BigInteger_BitCount_m2055977486(L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger_t2902905090 * L_8 = BigInteger_GenerateRandom_m1790382084(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); V_1 = L_8; BigInteger_t2902905090 * L_9 = V_1; BigInteger_t2902905090 * L_10 = __this->get_e_13(); BigInteger_t2902905090 * L_11 = __this->get_n_12(); NullCheck(L_9); BigInteger_t2902905090 * L_12 = BigInteger_ModPow_m3776562770(L_9, L_10, L_11, /*hidden argument*/NULL); BigInteger_t2902905090 * L_13 = V_0; BigInteger_t2902905090 * L_14 = BigInteger_op_Multiply_m3683746602(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); BigInteger_t2902905090 * L_15 = __this->get_n_12(); BigInteger_t2902905090 * L_16 = BigInteger_op_Modulus_m2565477533(NULL /*static, unused*/, L_14, L_15, /*hidden argument*/NULL); V_0 = L_16; } IL_0070: { bool L_17 = __this->get_isCRTpossible_2(); if (!L_17) { goto IL_012e; } } { BigInteger_t2902905090 * L_18 = V_0; BigInteger_t2902905090 * L_19 = __this->get_dp_9(); BigInteger_t2902905090 * L_20 = __this->get_p_7(); NullCheck(L_18); BigInteger_t2902905090 * L_21 = BigInteger_ModPow_m3776562770(L_18, L_19, L_20, /*hidden argument*/NULL); V_3 = L_21; BigInteger_t2902905090 * L_22 = V_0; BigInteger_t2902905090 * L_23 = __this->get_dq_10(); BigInteger_t2902905090 * L_24 = __this->get_q_8(); NullCheck(L_22); BigInteger_t2902905090 * L_25 = BigInteger_ModPow_m3776562770(L_22, L_23, L_24, /*hidden argument*/NULL); V_4 = L_25; BigInteger_t2902905090 * L_26 = V_4; BigInteger_t2902905090 * L_27 = V_3; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_28 = BigInteger_op_GreaterThan_m2974122765(NULL /*static, unused*/, L_26, L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_00f4; } } { BigInteger_t2902905090 * L_29 = __this->get_p_7(); BigInteger_t2902905090 * L_30 = V_4; BigInteger_t2902905090 * L_31 = V_3; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger_t2902905090 * L_32 = BigInteger_op_Subtraction_m4245834512(NULL /*static, unused*/, L_30, L_31, /*hidden argument*/NULL); BigInteger_t2902905090 * L_33 = __this->get_qInv_11(); BigInteger_t2902905090 * L_34 = BigInteger_op_Multiply_m3683746602(NULL /*static, unused*/, L_32, L_33, /*hidden argument*/NULL); BigInteger_t2902905090 * L_35 = __this->get_p_7(); BigInteger_t2902905090 * L_36 = BigInteger_op_Modulus_m2565477533(NULL /*static, unused*/, L_34, L_35, /*hidden argument*/NULL); BigInteger_t2902905090 * L_37 = BigInteger_op_Subtraction_m4245834512(NULL /*static, unused*/, L_29, L_36, /*hidden argument*/NULL); V_5 = L_37; BigInteger_t2902905090 * L_38 = V_4; BigInteger_t2902905090 * L_39 = __this->get_q_8(); BigInteger_t2902905090 * L_40 = V_5; BigInteger_t2902905090 * L_41 = BigInteger_op_Multiply_m3683746602(NULL /*static, unused*/, L_39, L_40, /*hidden argument*/NULL); BigInteger_t2902905090 * L_42 = BigInteger_op_Addition_m1114527046(NULL /*static, unused*/, L_38, L_41, /*hidden argument*/NULL); V_2 = L_42; goto IL_0129; } IL_00f4: { BigInteger_t2902905090 * L_43 = V_3; BigInteger_t2902905090 * L_44 = V_4; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger_t2902905090 * L_45 = BigInteger_op_Subtraction_m4245834512(NULL /*static, unused*/, L_43, L_44, /*hidden argument*/NULL); BigInteger_t2902905090 * L_46 = __this->get_qInv_11(); BigInteger_t2902905090 * L_47 = BigInteger_op_Multiply_m3683746602(NULL /*static, unused*/, L_45, L_46, /*hidden argument*/NULL); BigInteger_t2902905090 * L_48 = __this->get_p_7(); BigInteger_t2902905090 * L_49 = BigInteger_op_Modulus_m2565477533(NULL /*static, unused*/, L_47, L_48, /*hidden argument*/NULL); V_5 = L_49; BigInteger_t2902905090 * L_50 = V_4; BigInteger_t2902905090 * L_51 = __this->get_q_8(); BigInteger_t2902905090 * L_52 = V_5; BigInteger_t2902905090 * L_53 = BigInteger_op_Multiply_m3683746602(NULL /*static, unused*/, L_51, L_52, /*hidden argument*/NULL); BigInteger_t2902905090 * L_54 = BigInteger_op_Addition_m1114527046(NULL /*static, unused*/, L_50, L_53, /*hidden argument*/NULL); V_2 = L_54; } IL_0129: { goto IL_0161; } IL_012e: { bool L_55 = RSAManaged_get_PublicOnly_m1402405000(__this, /*hidden argument*/NULL); if (L_55) { goto IL_0151; } } { BigInteger_t2902905090 * L_56 = V_0; BigInteger_t2902905090 * L_57 = __this->get_d_6(); BigInteger_t2902905090 * L_58 = __this->get_n_12(); NullCheck(L_56); BigInteger_t2902905090 * L_59 = BigInteger_ModPow_m3776562770(L_56, L_57, L_58, /*hidden argument*/NULL); V_2 = L_59; goto IL_0161; } IL_0151: { String_t* L_60 = Locale_GetText_m3520169047(NULL /*static, unused*/, _stringLiteral2368775859, /*hidden argument*/NULL); CryptographicException_t248831461 * L_61 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_61, L_60, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_61,RSAManaged_DecryptValue_m1804388365_RuntimeMethod_var); } IL_0161: { bool L_62 = __this->get_keyBlinding_3(); if (!L_62) { goto IL_0190; } } { BigInteger_t2902905090 * L_63 = V_2; BigInteger_t2902905090 * L_64 = V_1; BigInteger_t2902905090 * L_65 = __this->get_n_12(); NullCheck(L_64); BigInteger_t2902905090 * L_66 = BigInteger_ModInverse_m2426215562(L_64, L_65, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger_t2902905090 * L_67 = BigInteger_op_Multiply_m3683746602(NULL /*static, unused*/, L_63, L_66, /*hidden argument*/NULL); BigInteger_t2902905090 * L_68 = __this->get_n_12(); BigInteger_t2902905090 * L_69 = BigInteger_op_Modulus_m2565477533(NULL /*static, unused*/, L_67, L_68, /*hidden argument*/NULL); V_2 = L_69; BigInteger_t2902905090 * L_70 = V_1; NullCheck(L_70); BigInteger_Clear_m2995574218(L_70, /*hidden argument*/NULL); } IL_0190: { BigInteger_t2902905090 * L_71 = V_2; int32_t L_72 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 Mono.Security.Cryptography.RSAManaged::get_KeySize() */, __this); ByteU5BU5D_t4116647657* L_73 = RSAManaged_GetPaddedValue_m2182626630(__this, L_71, ((int32_t)((int32_t)L_72>>(int32_t)3)), /*hidden argument*/NULL); V_6 = L_73; BigInteger_t2902905090 * L_74 = V_0; NullCheck(L_74); BigInteger_Clear_m2995574218(L_74, /*hidden argument*/NULL); BigInteger_t2902905090 * L_75 = V_2; NullCheck(L_75); BigInteger_Clear_m2995574218(L_75, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_76 = V_6; return L_76; } } // System.Byte[] Mono.Security.Cryptography.RSAManaged::EncryptValue(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* RSAManaged_EncryptValue_m4149543654 (RSAManaged_t1757093820 * __this, ByteU5BU5D_t4116647657* ___rgb0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RSAManaged_EncryptValue_m4149543654_MetadataUsageId); s_Il2CppMethodInitialized = true; } BigInteger_t2902905090 * V_0 = NULL; BigInteger_t2902905090 * V_1 = NULL; ByteU5BU5D_t4116647657* V_2 = NULL; { bool L_0 = __this->get_m_disposed_5(); if (!L_0) { goto IL_0016; } } { ObjectDisposedException_t21392786 * L_1 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_1, _stringLiteral2105469118, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,RSAManaged_EncryptValue_m4149543654_RuntimeMethod_var); } IL_0016: { bool L_2 = __this->get_keypairGenerated_4(); if (L_2) { goto IL_0027; } } { RSAManaged_GenerateKeyPair_m2364618953(__this, /*hidden argument*/NULL); } IL_0027: { ByteU5BU5D_t4116647657* L_3 = ___rgb0; BigInteger_t2902905090 * L_4 = (BigInteger_t2902905090 *)il2cpp_codegen_object_new(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger__ctor_m2601366464(L_4, L_3, /*hidden argument*/NULL); V_0 = L_4; BigInteger_t2902905090 * L_5 = V_0; BigInteger_t2902905090 * L_6 = __this->get_e_13(); BigInteger_t2902905090 * L_7 = __this->get_n_12(); NullCheck(L_5); BigInteger_t2902905090 * L_8 = BigInteger_ModPow_m3776562770(L_5, L_6, L_7, /*hidden argument*/NULL); V_1 = L_8; BigInteger_t2902905090 * L_9 = V_1; int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 Mono.Security.Cryptography.RSAManaged::get_KeySize() */, __this); ByteU5BU5D_t4116647657* L_11 = RSAManaged_GetPaddedValue_m2182626630(__this, L_9, ((int32_t)((int32_t)L_10>>(int32_t)3)), /*hidden argument*/NULL); V_2 = L_11; BigInteger_t2902905090 * L_12 = V_0; NullCheck(L_12); BigInteger_Clear_m2995574218(L_12, /*hidden argument*/NULL); BigInteger_t2902905090 * L_13 = V_1; NullCheck(L_13); BigInteger_Clear_m2995574218(L_13, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_14 = V_2; return L_14; } } // System.Security.Cryptography.RSAParameters Mono.Security.Cryptography.RSAManaged::ExportParameters(System.Boolean) extern "C" IL2CPP_METHOD_ATTR RSAParameters_t1728406613 RSAManaged_ExportParameters_m1754454264 (RSAManaged_t1757093820 * __this, bool ___includePrivateParameters0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RSAManaged_ExportParameters_m1754454264_MetadataUsageId); s_Il2CppMethodInitialized = true; } RSAParameters_t1728406613 V_0; memset(&V_0, 0, sizeof(V_0)); ByteU5BU5D_t4116647657* V_1 = NULL; int32_t V_2 = 0; { bool L_0 = __this->get_m_disposed_5(); if (!L_0) { goto IL_001b; } } { String_t* L_1 = Locale_GetText_m3520169047(NULL /*static, unused*/, _stringLiteral2597607271, /*hidden argument*/NULL); ObjectDisposedException_t21392786 * L_2 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,RSAManaged_ExportParameters_m1754454264_RuntimeMethod_var); } IL_001b: { bool L_3 = __this->get_keypairGenerated_4(); if (L_3) { goto IL_002c; } } { RSAManaged_GenerateKeyPair_m2364618953(__this, /*hidden argument*/NULL); } IL_002c: { il2cpp_codegen_initobj((&V_0), sizeof(RSAParameters_t1728406613 )); BigInteger_t2902905090 * L_4 = __this->get_e_13(); NullCheck(L_4); ByteU5BU5D_t4116647657* L_5 = BigInteger_GetBytes_m1259701831(L_4, /*hidden argument*/NULL); (&V_0)->set_Exponent_7(L_5); BigInteger_t2902905090 * L_6 = __this->get_n_12(); NullCheck(L_6); ByteU5BU5D_t4116647657* L_7 = BigInteger_GetBytes_m1259701831(L_6, /*hidden argument*/NULL); (&V_0)->set_Modulus_6(L_7); bool L_8 = ___includePrivateParameters0; if (!L_8) { goto IL_01a0; } } { BigInteger_t2902905090 * L_9 = __this->get_d_6(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_10 = BigInteger_op_Equality_m1194739960(NULL /*static, unused*/, L_9, (BigInteger_t2902905090 *)NULL, /*hidden argument*/NULL); if (!L_10) { goto IL_007a; } } { CryptographicException_t248831461 * L_11 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_11, _stringLiteral1209813982, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,RSAManaged_ExportParameters_m1754454264_RuntimeMethod_var); } IL_007a: { BigInteger_t2902905090 * L_12 = __this->get_d_6(); NullCheck(L_12); ByteU5BU5D_t4116647657* L_13 = BigInteger_GetBytes_m1259701831(L_12, /*hidden argument*/NULL); (&V_0)->set_D_2(L_13); ByteU5BU5D_t4116647657* L_14 = (&V_0)->get_D_2(); NullCheck(L_14); ByteU5BU5D_t4116647657* L_15 = (&V_0)->get_Modulus_6(); NullCheck(L_15); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length))))))) { goto IL_00de; } } { ByteU5BU5D_t4116647657* L_16 = (&V_0)->get_Modulus_6(); NullCheck(L_16); V_1 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_16)->max_length)))))); ByteU5BU5D_t4116647657* L_17 = (&V_0)->get_D_2(); ByteU5BU5D_t4116647657* L_18 = V_1; ByteU5BU5D_t4116647657* L_19 = V_1; NullCheck(L_19); ByteU5BU5D_t4116647657* L_20 = (&V_0)->get_D_2(); NullCheck(L_20); ByteU5BU5D_t4116647657* L_21 = (&V_0)->get_D_2(); NullCheck(L_21); Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_17, 0, (RuntimeArray *)(RuntimeArray *)L_18, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_19)->max_length)))), (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_20)->max_length)))))), (((int32_t)((int32_t)(((RuntimeArray *)L_21)->max_length)))), /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_22 = V_1; (&V_0)->set_D_2(L_22); } IL_00de: { BigInteger_t2902905090 * L_23 = __this->get_p_7(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_24 = BigInteger_op_Inequality_m2697143438(NULL /*static, unused*/, L_23, (BigInteger_t2902905090 *)NULL, /*hidden argument*/NULL); if (!L_24) { goto IL_01a0; } } { BigInteger_t2902905090 * L_25 = __this->get_q_8(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_26 = BigInteger_op_Inequality_m2697143438(NULL /*static, unused*/, L_25, (BigInteger_t2902905090 *)NULL, /*hidden argument*/NULL); if (!L_26) { goto IL_01a0; } } { BigInteger_t2902905090 * L_27 = __this->get_dp_9(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_28 = BigInteger_op_Inequality_m2697143438(NULL /*static, unused*/, L_27, (BigInteger_t2902905090 *)NULL, /*hidden argument*/NULL); if (!L_28) { goto IL_01a0; } } { BigInteger_t2902905090 * L_29 = __this->get_dq_10(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_30 = BigInteger_op_Inequality_m2697143438(NULL /*static, unused*/, L_29, (BigInteger_t2902905090 *)NULL, /*hidden argument*/NULL); if (!L_30) { goto IL_01a0; } } { BigInteger_t2902905090 * L_31 = __this->get_qInv_11(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_32 = BigInteger_op_Inequality_m2697143438(NULL /*static, unused*/, L_31, (BigInteger_t2902905090 *)NULL, /*hidden argument*/NULL); if (!L_32) { goto IL_01a0; } } { int32_t L_33 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 Mono.Security.Cryptography.RSAManaged::get_KeySize() */, __this); V_2 = ((int32_t)((int32_t)L_33>>(int32_t)4)); BigInteger_t2902905090 * L_34 = __this->get_p_7(); int32_t L_35 = V_2; ByteU5BU5D_t4116647657* L_36 = RSAManaged_GetPaddedValue_m2182626630(__this, L_34, L_35, /*hidden argument*/NULL); (&V_0)->set_P_0(L_36); BigInteger_t2902905090 * L_37 = __this->get_q_8(); int32_t L_38 = V_2; ByteU5BU5D_t4116647657* L_39 = RSAManaged_GetPaddedValue_m2182626630(__this, L_37, L_38, /*hidden argument*/NULL); (&V_0)->set_Q_1(L_39); BigInteger_t2902905090 * L_40 = __this->get_dp_9(); int32_t L_41 = V_2; ByteU5BU5D_t4116647657* L_42 = RSAManaged_GetPaddedValue_m2182626630(__this, L_40, L_41, /*hidden argument*/NULL); (&V_0)->set_DP_3(L_42); BigInteger_t2902905090 * L_43 = __this->get_dq_10(); int32_t L_44 = V_2; ByteU5BU5D_t4116647657* L_45 = RSAManaged_GetPaddedValue_m2182626630(__this, L_43, L_44, /*hidden argument*/NULL); (&V_0)->set_DQ_4(L_45); BigInteger_t2902905090 * L_46 = __this->get_qInv_11(); int32_t L_47 = V_2; ByteU5BU5D_t4116647657* L_48 = RSAManaged_GetPaddedValue_m2182626630(__this, L_46, L_47, /*hidden argument*/NULL); (&V_0)->set_InverseQ_5(L_48); } IL_01a0: { RSAParameters_t1728406613 L_49 = V_0; return L_49; } } // System.Void Mono.Security.Cryptography.RSAManaged::ImportParameters(System.Security.Cryptography.RSAParameters) extern "C" IL2CPP_METHOD_ATTR void RSAManaged_ImportParameters_m1117427048 (RSAManaged_t1757093820 * __this, RSAParameters_t1728406613 ___parameters0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RSAManaged_ImportParameters_m1117427048_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; BigInteger_t2902905090 * V_2 = NULL; BigInteger_t2902905090 * V_3 = NULL; BigInteger_t2902905090 * V_4 = NULL; BigInteger_t2902905090 * V_5 = NULL; int32_t G_B22_0 = 0; RSAManaged_t1757093820 * G_B25_0 = NULL; RSAManaged_t1757093820 * G_B23_0 = NULL; RSAManaged_t1757093820 * G_B24_0 = NULL; int32_t G_B26_0 = 0; RSAManaged_t1757093820 * G_B26_1 = NULL; int32_t G_B35_0 = 0; { bool L_0 = __this->get_m_disposed_5(); if (!L_0) { goto IL_001b; } } { String_t* L_1 = Locale_GetText_m3520169047(NULL /*static, unused*/, _stringLiteral2597607271, /*hidden argument*/NULL); ObjectDisposedException_t21392786 * L_2 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,RSAManaged_ImportParameters_m1117427048_RuntimeMethod_var); } IL_001b: { ByteU5BU5D_t4116647657* L_3 = (&___parameters0)->get_Exponent_7(); if (L_3) { goto IL_0037; } } { String_t* L_4 = Locale_GetText_m3520169047(NULL /*static, unused*/, _stringLiteral2383840146, /*hidden argument*/NULL); CryptographicException_t248831461 * L_5 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,RSAManaged_ImportParameters_m1117427048_RuntimeMethod_var); } IL_0037: { ByteU5BU5D_t4116647657* L_6 = (&___parameters0)->get_Modulus_6(); if (L_6) { goto IL_0053; } } { String_t* L_7 = Locale_GetText_m3520169047(NULL /*static, unused*/, _stringLiteral3860822773, /*hidden argument*/NULL); CryptographicException_t248831461 * L_8 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,RSAManaged_ImportParameters_m1117427048_RuntimeMethod_var); } IL_0053: { ByteU5BU5D_t4116647657* L_9 = (&___parameters0)->get_Exponent_7(); BigInteger_t2902905090 * L_10 = (BigInteger_t2902905090 *)il2cpp_codegen_object_new(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger__ctor_m2601366464(L_10, L_9, /*hidden argument*/NULL); __this->set_e_13(L_10); ByteU5BU5D_t4116647657* L_11 = (&___parameters0)->get_Modulus_6(); BigInteger_t2902905090 * L_12 = (BigInteger_t2902905090 *)il2cpp_codegen_object_new(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger__ctor_m2601366464(L_12, L_11, /*hidden argument*/NULL); __this->set_n_12(L_12); ByteU5BU5D_t4116647657* L_13 = (&___parameters0)->get_D_2(); if (!L_13) { goto IL_0095; } } { ByteU5BU5D_t4116647657* L_14 = (&___parameters0)->get_D_2(); BigInteger_t2902905090 * L_15 = (BigInteger_t2902905090 *)il2cpp_codegen_object_new(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger__ctor_m2601366464(L_15, L_14, /*hidden argument*/NULL); __this->set_d_6(L_15); } IL_0095: { ByteU5BU5D_t4116647657* L_16 = (&___parameters0)->get_DP_3(); if (!L_16) { goto IL_00b3; } } { ByteU5BU5D_t4116647657* L_17 = (&___parameters0)->get_DP_3(); BigInteger_t2902905090 * L_18 = (BigInteger_t2902905090 *)il2cpp_codegen_object_new(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger__ctor_m2601366464(L_18, L_17, /*hidden argument*/NULL); __this->set_dp_9(L_18); } IL_00b3: { ByteU5BU5D_t4116647657* L_19 = (&___parameters0)->get_DQ_4(); if (!L_19) { goto IL_00d1; } } { ByteU5BU5D_t4116647657* L_20 = (&___parameters0)->get_DQ_4(); BigInteger_t2902905090 * L_21 = (BigInteger_t2902905090 *)il2cpp_codegen_object_new(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger__ctor_m2601366464(L_21, L_20, /*hidden argument*/NULL); __this->set_dq_10(L_21); } IL_00d1: { ByteU5BU5D_t4116647657* L_22 = (&___parameters0)->get_InverseQ_5(); if (!L_22) { goto IL_00ef; } } { ByteU5BU5D_t4116647657* L_23 = (&___parameters0)->get_InverseQ_5(); BigInteger_t2902905090 * L_24 = (BigInteger_t2902905090 *)il2cpp_codegen_object_new(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger__ctor_m2601366464(L_24, L_23, /*hidden argument*/NULL); __this->set_qInv_11(L_24); } IL_00ef: { ByteU5BU5D_t4116647657* L_25 = (&___parameters0)->get_P_0(); if (!L_25) { goto IL_010d; } } { ByteU5BU5D_t4116647657* L_26 = (&___parameters0)->get_P_0(); BigInteger_t2902905090 * L_27 = (BigInteger_t2902905090 *)il2cpp_codegen_object_new(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger__ctor_m2601366464(L_27, L_26, /*hidden argument*/NULL); __this->set_p_7(L_27); } IL_010d: { ByteU5BU5D_t4116647657* L_28 = (&___parameters0)->get_Q_1(); if (!L_28) { goto IL_012b; } } { ByteU5BU5D_t4116647657* L_29 = (&___parameters0)->get_Q_1(); BigInteger_t2902905090 * L_30 = (BigInteger_t2902905090 *)il2cpp_codegen_object_new(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger__ctor_m2601366464(L_30, L_29, /*hidden argument*/NULL); __this->set_q_8(L_30); } IL_012b: { __this->set_keypairGenerated_4((bool)1); BigInteger_t2902905090 * L_31 = __this->get_p_7(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_32 = BigInteger_op_Inequality_m2697143438(NULL /*static, unused*/, L_31, (BigInteger_t2902905090 *)NULL, /*hidden argument*/NULL); if (!L_32) { goto IL_0162; } } { BigInteger_t2902905090 * L_33 = __this->get_q_8(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_34 = BigInteger_op_Inequality_m2697143438(NULL /*static, unused*/, L_33, (BigInteger_t2902905090 *)NULL, /*hidden argument*/NULL); if (!L_34) { goto IL_0162; } } { BigInteger_t2902905090 * L_35 = __this->get_dp_9(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_36 = BigInteger_op_Inequality_m2697143438(NULL /*static, unused*/, L_35, (BigInteger_t2902905090 *)NULL, /*hidden argument*/NULL); G_B22_0 = ((int32_t)(L_36)); goto IL_0163; } IL_0162: { G_B22_0 = 0; } IL_0163: { V_0 = (bool)G_B22_0; bool L_37 = V_0; G_B23_0 = __this; if (!L_37) { G_B25_0 = __this; goto IL_018a; } } { BigInteger_t2902905090 * L_38 = __this->get_dq_10(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_39 = BigInteger_op_Inequality_m2697143438(NULL /*static, unused*/, L_38, (BigInteger_t2902905090 *)NULL, /*hidden argument*/NULL); G_B24_0 = G_B23_0; if (!L_39) { G_B25_0 = G_B23_0; goto IL_018a; } } { BigInteger_t2902905090 * L_40 = __this->get_qInv_11(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_41 = BigInteger_op_Inequality_m2697143438(NULL /*static, unused*/, L_40, (BigInteger_t2902905090 *)NULL, /*hidden argument*/NULL); G_B26_0 = ((int32_t)(L_41)); G_B26_1 = G_B24_0; goto IL_018b; } IL_018a: { G_B26_0 = 0; G_B26_1 = G_B25_0; } IL_018b: { NullCheck(G_B26_1); G_B26_1->set_isCRTpossible_2((bool)G_B26_0); bool L_42 = V_0; if (L_42) { goto IL_0197; } } { return; } IL_0197: { BigInteger_t2902905090 * L_43 = __this->get_n_12(); BigInteger_t2902905090 * L_44 = __this->get_p_7(); BigInteger_t2902905090 * L_45 = __this->get_q_8(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger_t2902905090 * L_46 = BigInteger_op_Multiply_m3683746602(NULL /*static, unused*/, L_44, L_45, /*hidden argument*/NULL); bool L_47 = BigInteger_op_Equality_m1194739960(NULL /*static, unused*/, L_43, L_46, /*hidden argument*/NULL); V_1 = L_47; bool L_48 = V_1; if (!L_48) { goto IL_0265; } } { BigInteger_t2902905090 * L_49 = __this->get_p_7(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger_t2902905090 * L_50 = BigInteger_op_Implicit_m2547142909(NULL /*static, unused*/, 1, /*hidden argument*/NULL); BigInteger_t2902905090 * L_51 = BigInteger_op_Subtraction_m4245834512(NULL /*static, unused*/, L_49, L_50, /*hidden argument*/NULL); V_2 = L_51; BigInteger_t2902905090 * L_52 = __this->get_q_8(); BigInteger_t2902905090 * L_53 = BigInteger_op_Implicit_m2547142909(NULL /*static, unused*/, 1, /*hidden argument*/NULL); BigInteger_t2902905090 * L_54 = BigInteger_op_Subtraction_m4245834512(NULL /*static, unused*/, L_52, L_53, /*hidden argument*/NULL); V_3 = L_54; BigInteger_t2902905090 * L_55 = V_2; BigInteger_t2902905090 * L_56 = V_3; BigInteger_t2902905090 * L_57 = BigInteger_op_Multiply_m3683746602(NULL /*static, unused*/, L_55, L_56, /*hidden argument*/NULL); V_4 = L_57; BigInteger_t2902905090 * L_58 = __this->get_e_13(); BigInteger_t2902905090 * L_59 = V_4; NullCheck(L_58); BigInteger_t2902905090 * L_60 = BigInteger_ModInverse_m2426215562(L_58, L_59, /*hidden argument*/NULL); V_5 = L_60; BigInteger_t2902905090 * L_61 = __this->get_d_6(); BigInteger_t2902905090 * L_62 = V_5; bool L_63 = BigInteger_op_Equality_m1194739960(NULL /*static, unused*/, L_61, L_62, /*hidden argument*/NULL); V_1 = L_63; bool L_64 = V_1; if (L_64) { goto IL_0265; } } { bool L_65 = __this->get_isCRTpossible_2(); if (!L_65) { goto IL_0265; } } { BigInteger_t2902905090 * L_66 = __this->get_dp_9(); BigInteger_t2902905090 * L_67 = V_5; BigInteger_t2902905090 * L_68 = V_2; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger_t2902905090 * L_69 = BigInteger_op_Modulus_m2565477533(NULL /*static, unused*/, L_67, L_68, /*hidden argument*/NULL); bool L_70 = BigInteger_op_Equality_m1194739960(NULL /*static, unused*/, L_66, L_69, /*hidden argument*/NULL); if (!L_70) { goto IL_0263; } } { BigInteger_t2902905090 * L_71 = __this->get_dq_10(); BigInteger_t2902905090 * L_72 = V_5; BigInteger_t2902905090 * L_73 = V_3; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); BigInteger_t2902905090 * L_74 = BigInteger_op_Modulus_m2565477533(NULL /*static, unused*/, L_72, L_73, /*hidden argument*/NULL); bool L_75 = BigInteger_op_Equality_m1194739960(NULL /*static, unused*/, L_71, L_74, /*hidden argument*/NULL); if (!L_75) { goto IL_0263; } } { BigInteger_t2902905090 * L_76 = __this->get_qInv_11(); BigInteger_t2902905090 * L_77 = __this->get_q_8(); BigInteger_t2902905090 * L_78 = __this->get_p_7(); NullCheck(L_77); BigInteger_t2902905090 * L_79 = BigInteger_ModInverse_m2426215562(L_77, L_78, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_80 = BigInteger_op_Equality_m1194739960(NULL /*static, unused*/, L_76, L_79, /*hidden argument*/NULL); G_B35_0 = ((int32_t)(L_80)); goto IL_0264; } IL_0263: { G_B35_0 = 0; } IL_0264: { V_1 = (bool)G_B35_0; } IL_0265: { bool L_81 = V_1; if (L_81) { goto IL_027b; } } { String_t* L_82 = Locale_GetText_m3520169047(NULL /*static, unused*/, _stringLiteral4201447376, /*hidden argument*/NULL); CryptographicException_t248831461 * L_83 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_83, L_82, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_83,RSAManaged_ImportParameters_m1117427048_RuntimeMethod_var); } IL_027b: { return; } } // System.Void Mono.Security.Cryptography.RSAManaged::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void RSAManaged_Dispose_m2347279430 (RSAManaged_t1757093820 * __this, bool ___disposing0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RSAManaged_Dispose_m2347279430_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_m_disposed_5(); if (L_0) { goto IL_0129; } } { BigInteger_t2902905090 * L_1 = __this->get_d_6(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_2 = BigInteger_op_Inequality_m2697143438(NULL /*static, unused*/, L_1, (BigInteger_t2902905090 *)NULL, /*hidden argument*/NULL); if (!L_2) { goto IL_002e; } } { BigInteger_t2902905090 * L_3 = __this->get_d_6(); NullCheck(L_3); BigInteger_Clear_m2995574218(L_3, /*hidden argument*/NULL); __this->set_d_6((BigInteger_t2902905090 *)NULL); } IL_002e: { BigInteger_t2902905090 * L_4 = __this->get_p_7(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_5 = BigInteger_op_Inequality_m2697143438(NULL /*static, unused*/, L_4, (BigInteger_t2902905090 *)NULL, /*hidden argument*/NULL); if (!L_5) { goto IL_0051; } } { BigInteger_t2902905090 * L_6 = __this->get_p_7(); NullCheck(L_6); BigInteger_Clear_m2995574218(L_6, /*hidden argument*/NULL); __this->set_p_7((BigInteger_t2902905090 *)NULL); } IL_0051: { BigInteger_t2902905090 * L_7 = __this->get_q_8(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_8 = BigInteger_op_Inequality_m2697143438(NULL /*static, unused*/, L_7, (BigInteger_t2902905090 *)NULL, /*hidden argument*/NULL); if (!L_8) { goto IL_0074; } } { BigInteger_t2902905090 * L_9 = __this->get_q_8(); NullCheck(L_9); BigInteger_Clear_m2995574218(L_9, /*hidden argument*/NULL); __this->set_q_8((BigInteger_t2902905090 *)NULL); } IL_0074: { BigInteger_t2902905090 * L_10 = __this->get_dp_9(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_11 = BigInteger_op_Inequality_m2697143438(NULL /*static, unused*/, L_10, (BigInteger_t2902905090 *)NULL, /*hidden argument*/NULL); if (!L_11) { goto IL_0097; } } { BigInteger_t2902905090 * L_12 = __this->get_dp_9(); NullCheck(L_12); BigInteger_Clear_m2995574218(L_12, /*hidden argument*/NULL); __this->set_dp_9((BigInteger_t2902905090 *)NULL); } IL_0097: { BigInteger_t2902905090 * L_13 = __this->get_dq_10(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_14 = BigInteger_op_Inequality_m2697143438(NULL /*static, unused*/, L_13, (BigInteger_t2902905090 *)NULL, /*hidden argument*/NULL); if (!L_14) { goto IL_00ba; } } { BigInteger_t2902905090 * L_15 = __this->get_dq_10(); NullCheck(L_15); BigInteger_Clear_m2995574218(L_15, /*hidden argument*/NULL); __this->set_dq_10((BigInteger_t2902905090 *)NULL); } IL_00ba: { BigInteger_t2902905090 * L_16 = __this->get_qInv_11(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_17 = BigInteger_op_Inequality_m2697143438(NULL /*static, unused*/, L_16, (BigInteger_t2902905090 *)NULL, /*hidden argument*/NULL); if (!L_17) { goto IL_00dd; } } { BigInteger_t2902905090 * L_18 = __this->get_qInv_11(); NullCheck(L_18); BigInteger_Clear_m2995574218(L_18, /*hidden argument*/NULL); __this->set_qInv_11((BigInteger_t2902905090 *)NULL); } IL_00dd: { bool L_19 = ___disposing0; if (!L_19) { goto IL_0129; } } { BigInteger_t2902905090 * L_20 = __this->get_e_13(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_21 = BigInteger_op_Inequality_m2697143438(NULL /*static, unused*/, L_20, (BigInteger_t2902905090 *)NULL, /*hidden argument*/NULL); if (!L_21) { goto IL_0106; } } { BigInteger_t2902905090 * L_22 = __this->get_e_13(); NullCheck(L_22); BigInteger_Clear_m2995574218(L_22, /*hidden argument*/NULL); __this->set_e_13((BigInteger_t2902905090 *)NULL); } IL_0106: { BigInteger_t2902905090 * L_23 = __this->get_n_12(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905090_il2cpp_TypeInfo_var); bool L_24 = BigInteger_op_Inequality_m2697143438(NULL /*static, unused*/, L_23, (BigInteger_t2902905090 *)NULL, /*hidden argument*/NULL); if (!L_24) { goto IL_0129; } } { BigInteger_t2902905090 * L_25 = __this->get_n_12(); NullCheck(L_25); BigInteger_Clear_m2995574218(L_25, /*hidden argument*/NULL); __this->set_n_12((BigInteger_t2902905090 *)NULL); } IL_0129: { __this->set_m_disposed_5((bool)1); return; } } // System.String Mono.Security.Cryptography.RSAManaged::ToXmlString(System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* RSAManaged_ToXmlString_m2369501989 (RSAManaged_t1757093820 * __this, bool ___includePrivateParameters0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RSAManaged_ToXmlString_m2369501989_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; RSAParameters_t1728406613 V_1; memset(&V_1, 0, sizeof(V_1)); Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_0, /*hidden argument*/NULL); V_0 = L_0; bool L_1 = ___includePrivateParameters0; RSAParameters_t1728406613 L_2 = VirtFuncInvoker1< RSAParameters_t1728406613 , bool >::Invoke(12 /* System.Security.Cryptography.RSAParameters Mono.Security.Cryptography.RSAManaged::ExportParameters(System.Boolean) */, __this, L_1); V_1 = L_2; } IL_000e: try { // begin try (depth: 1) { StringBuilder_t * L_3 = V_0; NullCheck(L_3); StringBuilder_Append_m1965104174(L_3, _stringLiteral2330884088, /*hidden argument*/NULL); StringBuilder_t * L_4 = V_0; NullCheck(L_4); StringBuilder_Append_m1965104174(L_4, _stringLiteral264464451, /*hidden argument*/NULL); StringBuilder_t * L_5 = V_0; ByteU5BU5D_t4116647657* L_6 = (&V_1)->get_Modulus_6(); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); String_t* L_7 = Convert_ToBase64String_m3839334935(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); NullCheck(L_5); StringBuilder_Append_m1965104174(L_5, L_7, /*hidden argument*/NULL); StringBuilder_t * L_8 = V_0; NullCheck(L_8); StringBuilder_Append_m1965104174(L_8, _stringLiteral3087219758, /*hidden argument*/NULL); StringBuilder_t * L_9 = V_0; NullCheck(L_9); StringBuilder_Append_m1965104174(L_9, _stringLiteral4195570472, /*hidden argument*/NULL); StringBuilder_t * L_10 = V_0; ByteU5BU5D_t4116647657* L_11 = (&V_1)->get_Exponent_7(); String_t* L_12 = Convert_ToBase64String_m3839334935(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); NullCheck(L_10); StringBuilder_Append_m1965104174(L_10, L_12, /*hidden argument*/NULL); StringBuilder_t * L_13 = V_0; NullCheck(L_13); StringBuilder_Append_m1965104174(L_13, _stringLiteral3252161509, /*hidden argument*/NULL); bool L_14 = ___includePrivateParameters0; if (!L_14) { goto IL_01b4; } } IL_0076: { ByteU5BU5D_t4116647657* L_15 = (&V_1)->get_P_0(); if (!L_15) { goto IL_00ad; } } IL_0082: { StringBuilder_t * L_16 = V_0; NullCheck(L_16); StringBuilder_Append_m1965104174(L_16, _stringLiteral1918135800, /*hidden argument*/NULL); StringBuilder_t * L_17 = V_0; ByteU5BU5D_t4116647657* L_18 = (&V_1)->get_P_0(); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); String_t* L_19 = Convert_ToBase64String_m3839334935(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); NullCheck(L_17); StringBuilder_Append_m1965104174(L_17, L_19, /*hidden argument*/NULL); StringBuilder_t * L_20 = V_0; NullCheck(L_20); StringBuilder_Append_m1965104174(L_20, _stringLiteral417504526, /*hidden argument*/NULL); } IL_00ad: { ByteU5BU5D_t4116647657* L_21 = (&V_1)->get_Q_1(); if (!L_21) { goto IL_00e4; } } IL_00b9: { StringBuilder_t * L_22 = V_0; NullCheck(L_22); StringBuilder_Append_m1965104174(L_22, _stringLiteral1918070264, /*hidden argument*/NULL); StringBuilder_t * L_23 = V_0; ByteU5BU5D_t4116647657* L_24 = (&V_1)->get_Q_1(); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); String_t* L_25 = Convert_ToBase64String_m3839334935(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); NullCheck(L_23); StringBuilder_Append_m1965104174(L_23, L_25, /*hidden argument*/NULL); StringBuilder_t * L_26 = V_0; NullCheck(L_26); StringBuilder_Append_m1965104174(L_26, _stringLiteral3146387881, /*hidden argument*/NULL); } IL_00e4: { ByteU5BU5D_t4116647657* L_27 = (&V_1)->get_DP_3(); if (!L_27) { goto IL_011b; } } IL_00f0: { StringBuilder_t * L_28 = V_0; NullCheck(L_28); StringBuilder_Append_m1965104174(L_28, _stringLiteral423468302, /*hidden argument*/NULL); StringBuilder_t * L_29 = V_0; ByteU5BU5D_t4116647657* L_30 = (&V_1)->get_DP_3(); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); String_t* L_31 = Convert_ToBase64String_m3839334935(NULL /*static, unused*/, L_30, /*hidden argument*/NULL); NullCheck(L_29); StringBuilder_Append_m1965104174(L_29, L_31, /*hidden argument*/NULL); StringBuilder_t * L_32 = V_0; NullCheck(L_32); StringBuilder_Append_m1965104174(L_32, _stringLiteral2921622622, /*hidden argument*/NULL); } IL_011b: { ByteU5BU5D_t4116647657* L_33 = (&V_1)->get_DQ_4(); if (!L_33) { goto IL_0152; } } IL_0127: { StringBuilder_t * L_34 = V_0; NullCheck(L_34); StringBuilder_Append_m1965104174(L_34, _stringLiteral3152351657, /*hidden argument*/NULL); StringBuilder_t * L_35 = V_0; ByteU5BU5D_t4116647657* L_36 = (&V_1)->get_DQ_4(); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); String_t* L_37 = Convert_ToBase64String_m3839334935(NULL /*static, unused*/, L_36, /*hidden argument*/NULL); NullCheck(L_35); StringBuilder_Append_m1965104174(L_35, L_37, /*hidden argument*/NULL); StringBuilder_t * L_38 = V_0; NullCheck(L_38); StringBuilder_Append_m1965104174(L_38, _stringLiteral582970462, /*hidden argument*/NULL); } IL_0152: { ByteU5BU5D_t4116647657* L_39 = (&V_1)->get_InverseQ_5(); if (!L_39) { goto IL_0189; } } IL_015e: { StringBuilder_t * L_40 = V_0; NullCheck(L_40); StringBuilder_Append_m1965104174(L_40, _stringLiteral939428175, /*hidden argument*/NULL); StringBuilder_t * L_41 = V_0; ByteU5BU5D_t4116647657* L_42 = (&V_1)->get_InverseQ_5(); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); String_t* L_43 = Convert_ToBase64String_m3839334935(NULL /*static, unused*/, L_42, /*hidden argument*/NULL); NullCheck(L_41); StringBuilder_Append_m1965104174(L_41, L_43, /*hidden argument*/NULL); StringBuilder_t * L_44 = V_0; NullCheck(L_44); StringBuilder_Append_m1965104174(L_44, _stringLiteral197188615, /*hidden argument*/NULL); } IL_0189: { StringBuilder_t * L_45 = V_0; NullCheck(L_45); StringBuilder_Append_m1965104174(L_45, _stringLiteral1916825080, /*hidden argument*/NULL); StringBuilder_t * L_46 = V_0; ByteU5BU5D_t4116647657* L_47 = (&V_1)->get_D_2(); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); String_t* L_48 = Convert_ToBase64String_m3839334935(NULL /*static, unused*/, L_47, /*hidden argument*/NULL); NullCheck(L_46); StringBuilder_Append_m1965104174(L_46, L_48, /*hidden argument*/NULL); StringBuilder_t * L_49 = V_0; NullCheck(L_49); StringBuilder_Append_m1965104174(L_49, _stringLiteral3455564074, /*hidden argument*/NULL); } IL_01b4: { StringBuilder_t * L_50 = V_0; NullCheck(L_50); StringBuilder_Append_m1965104174(L_50, _stringLiteral1114683495, /*hidden argument*/NULL); goto IL_0299; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_01c5; throw e; } CATCH_01c5: { // begin catch(System.Object) { ByteU5BU5D_t4116647657* L_51 = (&V_1)->get_P_0(); if (!L_51) { goto IL_01e8; } } IL_01d2: { ByteU5BU5D_t4116647657* L_52 = (&V_1)->get_P_0(); ByteU5BU5D_t4116647657* L_53 = (&V_1)->get_P_0(); NullCheck(L_53); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_52, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_53)->max_length)))), /*hidden argument*/NULL); } IL_01e8: { ByteU5BU5D_t4116647657* L_54 = (&V_1)->get_Q_1(); if (!L_54) { goto IL_020a; } } IL_01f4: { ByteU5BU5D_t4116647657* L_55 = (&V_1)->get_Q_1(); ByteU5BU5D_t4116647657* L_56 = (&V_1)->get_Q_1(); NullCheck(L_56); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_55, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_56)->max_length)))), /*hidden argument*/NULL); } IL_020a: { ByteU5BU5D_t4116647657* L_57 = (&V_1)->get_DP_3(); if (!L_57) { goto IL_022c; } } IL_0216: { ByteU5BU5D_t4116647657* L_58 = (&V_1)->get_DP_3(); ByteU5BU5D_t4116647657* L_59 = (&V_1)->get_DP_3(); NullCheck(L_59); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_58, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_59)->max_length)))), /*hidden argument*/NULL); } IL_022c: { ByteU5BU5D_t4116647657* L_60 = (&V_1)->get_DQ_4(); if (!L_60) { goto IL_024e; } } IL_0238: { ByteU5BU5D_t4116647657* L_61 = (&V_1)->get_DQ_4(); ByteU5BU5D_t4116647657* L_62 = (&V_1)->get_DQ_4(); NullCheck(L_62); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_61, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_62)->max_length)))), /*hidden argument*/NULL); } IL_024e: { ByteU5BU5D_t4116647657* L_63 = (&V_1)->get_InverseQ_5(); if (!L_63) { goto IL_0270; } } IL_025a: { ByteU5BU5D_t4116647657* L_64 = (&V_1)->get_InverseQ_5(); ByteU5BU5D_t4116647657* L_65 = (&V_1)->get_InverseQ_5(); NullCheck(L_65); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_64, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_65)->max_length)))), /*hidden argument*/NULL); } IL_0270: { ByteU5BU5D_t4116647657* L_66 = (&V_1)->get_D_2(); if (!L_66) { goto IL_0292; } } IL_027c: { ByteU5BU5D_t4116647657* L_67 = (&V_1)->get_D_2(); ByteU5BU5D_t4116647657* L_68 = (&V_1)->get_D_2(); NullCheck(L_68); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_67, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_68)->max_length)))), /*hidden argument*/NULL); } IL_0292: { IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local,NULL); } IL_0294: { goto IL_0299; } } // end catch (depth: 1) IL_0299: { StringBuilder_t * L_69 = V_0; NullCheck(L_69); String_t* L_70 = StringBuilder_ToString_m3317489284(L_69, /*hidden argument*/NULL); return L_70; } } // System.Byte[] Mono.Security.Cryptography.RSAManaged::GetPaddedValue(Mono.Math.BigInteger,System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* RSAManaged_GetPaddedValue_m2182626630 (RSAManaged_t1757093820 * __this, BigInteger_t2902905090 * ___value0, int32_t ___length1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RSAManaged_GetPaddedValue_m2182626630_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; ByteU5BU5D_t4116647657* V_1 = NULL; { BigInteger_t2902905090 * L_0 = ___value0; NullCheck(L_0); ByteU5BU5D_t4116647657* L_1 = BigInteger_GetBytes_m1259701831(L_0, /*hidden argument*/NULL); V_0 = L_1; ByteU5BU5D_t4116647657* L_2 = V_0; NullCheck(L_2); int32_t L_3 = ___length1; if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))) < ((int32_t)L_3))) { goto IL_0012; } } { ByteU5BU5D_t4116647657* L_4 = V_0; return L_4; } IL_0012: { int32_t L_5 = ___length1; V_1 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_5)); ByteU5BU5D_t4116647657* L_6 = V_0; ByteU5BU5D_t4116647657* L_7 = V_1; int32_t L_8 = ___length1; ByteU5BU5D_t4116647657* L_9 = V_0; NullCheck(L_9); ByteU5BU5D_t4116647657* L_10 = V_0; NullCheck(L_10); Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_6, 0, (RuntimeArray *)(RuntimeArray *)L_7, ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length)))))), (((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length)))), /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_11 = V_0; ByteU5BU5D_t4116647657* L_12 = V_0; NullCheck(L_12); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_11, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length)))), /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_13 = V_1; 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.Void Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void KeyGeneratedEventHandler__ctor_m4032730305 (KeyGeneratedEventHandler_t3064139578 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler::Invoke(System.Object,System.EventArgs) extern "C" IL2CPP_METHOD_ATTR void KeyGeneratedEventHandler_Invoke_m99769071 (KeyGeneratedEventHandler_t3064139578 * __this, RuntimeObject * ___sender0, EventArgs_t3591816995 * ___e1, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { KeyGeneratedEventHandler_Invoke_m99769071((KeyGeneratedEventHandler_t3064139578 *)__this->get_prev_9(), ___sender0, ___e1, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, EventArgs_t3591816995 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___sender0, ___e1, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject *, EventArgs_t3591816995 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___sender0, ___e1, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< RuntimeObject *, EventArgs_t3591816995 * >::Invoke(targetMethod, targetThis, ___sender0, ___e1); else GenericVirtActionInvoker2< RuntimeObject *, EventArgs_t3591816995 * >::Invoke(targetMethod, targetThis, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< RuntimeObject *, EventArgs_t3591816995 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___sender0, ___e1); else VirtActionInvoker2< RuntimeObject *, EventArgs_t3591816995 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___sender0, ___e1); } } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, EventArgs_t3591816995 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< EventArgs_t3591816995 * >::Invoke(targetMethod, ___sender0, ___e1); else GenericVirtActionInvoker1< EventArgs_t3591816995 * >::Invoke(targetMethod, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< EventArgs_t3591816995 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___e1); else VirtActionInvoker1< EventArgs_t3591816995 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___e1); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, EventArgs_t3591816995 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } } } } // System.IAsyncResult Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler::BeginInvoke(System.Object,System.EventArgs,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* KeyGeneratedEventHandler_BeginInvoke_m3227934731 (KeyGeneratedEventHandler_t3064139578 * __this, RuntimeObject * ___sender0, EventArgs_t3591816995 * ___e1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___sender0; __d_args[1] = ___e1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void KeyGeneratedEventHandler_EndInvoke_m2862962495 (KeyGeneratedEventHandler_t3064139578 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 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 #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 Mono.Security.PKCS7/ContentInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void ContentInfo__ctor_m1955840786 (ContentInfo_t3218159896 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ContentInfo__ctor_m1955840786_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); ASN1_t2114160833 * L_0 = (ASN1_t2114160833 *)il2cpp_codegen_object_new(ASN1_t2114160833_il2cpp_TypeInfo_var); ASN1__ctor_m4216617981(L_0, (uint8_t)((int32_t)160), /*hidden argument*/NULL); __this->set_content_1(L_0); return; } } // System.Void Mono.Security.PKCS7/ContentInfo::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ContentInfo__ctor_m2855743200 (ContentInfo_t3218159896 * __this, String_t* ___oid0, const RuntimeMethod* method) { { ContentInfo__ctor_m1955840786(__this, /*hidden argument*/NULL); String_t* L_0 = ___oid0; __this->set_contentType_0(L_0); return; } } // System.Void Mono.Security.PKCS7/ContentInfo::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void ContentInfo__ctor_m2928874476 (ContentInfo_t3218159896 * __this, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ContentInfo__ctor_m2928874476_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ___data0; ASN1_t2114160833 * L_1 = (ASN1_t2114160833 *)il2cpp_codegen_object_new(ASN1_t2114160833_il2cpp_TypeInfo_var); ASN1__ctor_m1219137533(L_1, L_0, /*hidden argument*/NULL); ContentInfo__ctor_m3397951412(__this, L_1, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.PKCS7/ContentInfo::.ctor(Mono.Security.ASN1) extern "C" IL2CPP_METHOD_ATTR void ContentInfo__ctor_m3397951412 (ContentInfo_t3218159896 * __this, ASN1_t2114160833 * ___asn10, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ContentInfo__ctor_m3397951412_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); ASN1_t2114160833 * L_0 = ___asn10; NullCheck(L_0); uint8_t L_1 = ASN1_get_Tag_m1863840805(L_0, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)48))))) { goto IL_002b; } } { ASN1_t2114160833 * L_2 = ___asn10; NullCheck(L_2); int32_t L_3 = ASN1_get_Count_m3039939183(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) >= ((int32_t)1))) { goto IL_0036; } } { ASN1_t2114160833 * L_4 = ___asn10; NullCheck(L_4); int32_t L_5 = ASN1_get_Count_m3039939183(L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) <= ((int32_t)2))) { goto IL_0036; } } IL_002b: { ArgumentException_t132251570 * L_6 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_6, _stringLiteral532208778, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,ContentInfo__ctor_m3397951412_RuntimeMethod_var); } IL_0036: { ASN1_t2114160833 * L_7 = ___asn10; NullCheck(L_7); ASN1_t2114160833 * L_8 = ASN1_get_Item_m315148275(L_7, 0, /*hidden argument*/NULL); NullCheck(L_8); uint8_t L_9 = ASN1_get_Tag_m1863840805(L_8, /*hidden argument*/NULL); if ((((int32_t)L_9) == ((int32_t)6))) { goto IL_0053; } } { ArgumentException_t132251570 * L_10 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_10, _stringLiteral2231488616, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,ContentInfo__ctor_m3397951412_RuntimeMethod_var); } IL_0053: { ASN1_t2114160833 * L_11 = ___asn10; NullCheck(L_11); ASN1_t2114160833 * L_12 = ASN1_get_Item_m315148275(L_11, 0, /*hidden argument*/NULL); String_t* L_13 = ASN1Convert_ToOid_m4290825381(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); __this->set_contentType_0(L_13); ASN1_t2114160833 * L_14 = ___asn10; NullCheck(L_14); int32_t L_15 = ASN1_get_Count_m3039939183(L_14, /*hidden argument*/NULL); if ((((int32_t)L_15) <= ((int32_t)1))) { goto IL_009f; } } { ASN1_t2114160833 * L_16 = ___asn10; NullCheck(L_16); ASN1_t2114160833 * L_17 = ASN1_get_Item_m315148275(L_16, 1, /*hidden argument*/NULL); NullCheck(L_17); uint8_t L_18 = ASN1_get_Tag_m1863840805(L_17, /*hidden argument*/NULL); if ((((int32_t)L_18) == ((int32_t)((int32_t)160)))) { goto IL_0092; } } { ArgumentException_t132251570 * L_19 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_19, _stringLiteral825954302, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19,ContentInfo__ctor_m3397951412_RuntimeMethod_var); } IL_0092: { ASN1_t2114160833 * L_20 = ___asn10; NullCheck(L_20); ASN1_t2114160833 * L_21 = ASN1_get_Item_m315148275(L_20, 1, /*hidden argument*/NULL); __this->set_content_1(L_21); } IL_009f: { return; } } // Mono.Security.ASN1 Mono.Security.PKCS7/ContentInfo::get_ASN1() extern "C" IL2CPP_METHOD_ATTR ASN1_t2114160833 * ContentInfo_get_ASN1_m2959326143 (ContentInfo_t3218159896 * __this, const RuntimeMethod* method) { { ASN1_t2114160833 * L_0 = ContentInfo_GetASN1_m2535172199(__this, /*hidden argument*/NULL); return L_0; } } // Mono.Security.ASN1 Mono.Security.PKCS7/ContentInfo::get_Content() extern "C" IL2CPP_METHOD_ATTR ASN1_t2114160833 * ContentInfo_get_Content_m4053224038 (ContentInfo_t3218159896 * __this, const RuntimeMethod* method) { { ASN1_t2114160833 * L_0 = __this->get_content_1(); return L_0; } } // System.Void Mono.Security.PKCS7/ContentInfo::set_Content(Mono.Security.ASN1) extern "C" IL2CPP_METHOD_ATTR void ContentInfo_set_Content_m2581255245 (ContentInfo_t3218159896 * __this, ASN1_t2114160833 * ___value0, const RuntimeMethod* method) { { ASN1_t2114160833 * L_0 = ___value0; __this->set_content_1(L_0); return; } } // System.String Mono.Security.PKCS7/ContentInfo::get_ContentType() extern "C" IL2CPP_METHOD_ATTR String_t* ContentInfo_get_ContentType_m4018261807 (ContentInfo_t3218159896 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_contentType_0(); return L_0; } } // System.Void Mono.Security.PKCS7/ContentInfo::set_ContentType(System.String) extern "C" IL2CPP_METHOD_ATTR void ContentInfo_set_ContentType_m3848100294 (ContentInfo_t3218159896 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_contentType_0(L_0); return; } } // Mono.Security.ASN1 Mono.Security.PKCS7/ContentInfo::GetASN1() extern "C" IL2CPP_METHOD_ATTR ASN1_t2114160833 * ContentInfo_GetASN1_m2535172199 (ContentInfo_t3218159896 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ContentInfo_GetASN1_m2535172199_MetadataUsageId); s_Il2CppMethodInitialized = true; } ASN1_t2114160833 * V_0 = NULL; { ASN1_t2114160833 * L_0 = (ASN1_t2114160833 *)il2cpp_codegen_object_new(ASN1_t2114160833_il2cpp_TypeInfo_var); ASN1__ctor_m4216617981(L_0, (uint8_t)((int32_t)48), /*hidden argument*/NULL); V_0 = L_0; ASN1_t2114160833 * L_1 = V_0; String_t* L_2 = __this->get_contentType_0(); ASN1_t2114160833 * L_3 = ASN1Convert_FromOid_m3844102704(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); ASN1_Add_m3262603624(L_1, L_3, /*hidden argument*/NULL); ASN1_t2114160833 * L_4 = __this->get_content_1(); if (!L_4) { goto IL_0043; } } { ASN1_t2114160833 * L_5 = __this->get_content_1(); NullCheck(L_5); int32_t L_6 = ASN1_get_Count_m3039939183(L_5, /*hidden argument*/NULL); if ((((int32_t)L_6) <= ((int32_t)0))) { goto IL_0043; } } { ASN1_t2114160833 * L_7 = V_0; ASN1_t2114160833 * L_8 = __this->get_content_1(); NullCheck(L_7); ASN1_Add_m3262603624(L_7, L_8, /*hidden argument*/NULL); } IL_0043: { ASN1_t2114160833 * L_9 = V_0; return L_9; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Security.PKCS7/EncryptedData::.ctor() extern "C" IL2CPP_METHOD_ATTR void EncryptedData__ctor_m257803736 (EncryptedData_t3577548733 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set__version_0((uint8_t)0); return; } } // System.Void Mono.Security.PKCS7/EncryptedData::.ctor(Mono.Security.ASN1) extern "C" IL2CPP_METHOD_ATTR void EncryptedData__ctor_m4001546383 (EncryptedData_t3577548733 * __this, ASN1_t2114160833 * ___asn10, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EncryptedData__ctor_m4001546383_MetadataUsageId); s_Il2CppMethodInitialized = true; } ASN1_t2114160833 * V_0 = NULL; ASN1_t2114160833 * V_1 = NULL; ASN1_t2114160833 * V_2 = NULL; ASN1_t2114160833 * V_3 = NULL; { EncryptedData__ctor_m257803736(__this, /*hidden argument*/NULL); ASN1_t2114160833 * L_0 = ___asn10; NullCheck(L_0); uint8_t L_1 = ASN1_get_Tag_m1863840805(L_0, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)48))))) { goto IL_001f; } } { ASN1_t2114160833 * L_2 = ___asn10; NullCheck(L_2); int32_t L_3 = ASN1_get_Count_m3039939183(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) >= ((int32_t)2))) { goto IL_002a; } } IL_001f: { ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_4, _stringLiteral2787816553, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,EncryptedData__ctor_m4001546383_RuntimeMethod_var); } IL_002a: { ASN1_t2114160833 * L_5 = ___asn10; NullCheck(L_5); ASN1_t2114160833 * L_6 = ASN1_get_Item_m315148275(L_5, 0, /*hidden argument*/NULL); NullCheck(L_6); uint8_t L_7 = ASN1_get_Tag_m1863840805(L_6, /*hidden argument*/NULL); if ((((int32_t)L_7) == ((int32_t)2))) { goto IL_0047; } } { ArgumentException_t132251570 * L_8 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_8, _stringLiteral1110505755, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,EncryptedData__ctor_m4001546383_RuntimeMethod_var); } IL_0047: { ASN1_t2114160833 * L_9 = ___asn10; NullCheck(L_9); ASN1_t2114160833 * L_10 = ASN1_get_Item_m315148275(L_9, 0, /*hidden argument*/NULL); NullCheck(L_10); ByteU5BU5D_t4116647657* L_11 = ASN1_get_Value_m3619295991(L_10, /*hidden argument*/NULL); NullCheck(L_11); int32_t L_12 = 0; uint8_t L_13 = (L_11)->GetAt(static_cast(L_12)); __this->set__version_0(L_13); ASN1_t2114160833 * L_14 = ___asn10; NullCheck(L_14); ASN1_t2114160833 * L_15 = ASN1_get_Item_m315148275(L_14, 1, /*hidden argument*/NULL); V_0 = L_15; ASN1_t2114160833 * L_16 = V_0; NullCheck(L_16); uint8_t L_17 = ASN1_get_Tag_m1863840805(L_16, /*hidden argument*/NULL); if ((((int32_t)L_17) == ((int32_t)((int32_t)48)))) { goto IL_007b; } } { ArgumentException_t132251570 * L_18 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_18, _stringLiteral3295482658, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18,EncryptedData__ctor_m4001546383_RuntimeMethod_var); } IL_007b: { ASN1_t2114160833 * L_19 = V_0; NullCheck(L_19); ASN1_t2114160833 * L_20 = ASN1_get_Item_m315148275(L_19, 0, /*hidden argument*/NULL); V_1 = L_20; ASN1_t2114160833 * L_21 = V_1; NullCheck(L_21); uint8_t L_22 = ASN1_get_Tag_m1863840805(L_21, /*hidden argument*/NULL); if ((((int32_t)L_22) == ((int32_t)6))) { goto IL_009a; } } { ArgumentException_t132251570 * L_23 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_23, _stringLiteral2103170127, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23,EncryptedData__ctor_m4001546383_RuntimeMethod_var); } IL_009a: { ASN1_t2114160833 * L_24 = V_1; String_t* L_25 = ASN1Convert_ToOid_m4290825381(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); ContentInfo_t3218159896 * L_26 = (ContentInfo_t3218159896 *)il2cpp_codegen_object_new(ContentInfo_t3218159896_il2cpp_TypeInfo_var); ContentInfo__ctor_m2855743200(L_26, L_25, /*hidden argument*/NULL); __this->set__content_1(L_26); ASN1_t2114160833 * L_27 = V_0; NullCheck(L_27); ASN1_t2114160833 * L_28 = ASN1_get_Item_m315148275(L_27, 1, /*hidden argument*/NULL); V_2 = L_28; ASN1_t2114160833 * L_29 = V_2; NullCheck(L_29); uint8_t L_30 = ASN1_get_Tag_m1863840805(L_29, /*hidden argument*/NULL); if ((((int32_t)L_30) == ((int32_t)((int32_t)48)))) { goto IL_00cb; } } { ArgumentException_t132251570 * L_31 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_31, _stringLiteral3133584213, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_31,EncryptedData__ctor_m4001546383_RuntimeMethod_var); } IL_00cb: { ASN1_t2114160833 * L_32 = V_2; NullCheck(L_32); ASN1_t2114160833 * L_33 = ASN1_get_Item_m315148275(L_32, 0, /*hidden argument*/NULL); String_t* L_34 = ASN1Convert_ToOid_m4290825381(NULL /*static, unused*/, L_33, /*hidden argument*/NULL); ContentInfo_t3218159896 * L_35 = (ContentInfo_t3218159896 *)il2cpp_codegen_object_new(ContentInfo_t3218159896_il2cpp_TypeInfo_var); ContentInfo__ctor_m2855743200(L_35, L_34, /*hidden argument*/NULL); __this->set__encryptionAlgorithm_2(L_35); ContentInfo_t3218159896 * L_36 = __this->get__encryptionAlgorithm_2(); ASN1_t2114160833 * L_37 = V_2; NullCheck(L_37); ASN1_t2114160833 * L_38 = ASN1_get_Item_m315148275(L_37, 1, /*hidden argument*/NULL); NullCheck(L_36); ContentInfo_set_Content_m2581255245(L_36, L_38, /*hidden argument*/NULL); ASN1_t2114160833 * L_39 = V_0; NullCheck(L_39); ASN1_t2114160833 * L_40 = ASN1_get_Item_m315148275(L_39, 2, /*hidden argument*/NULL); V_3 = L_40; ASN1_t2114160833 * L_41 = V_3; NullCheck(L_41); uint8_t L_42 = ASN1_get_Tag_m1863840805(L_41, /*hidden argument*/NULL); if ((((int32_t)L_42) == ((int32_t)((int32_t)128)))) { goto IL_0117; } } { ArgumentException_t132251570 * L_43 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_43, _stringLiteral3316324514, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_43,EncryptedData__ctor_m4001546383_RuntimeMethod_var); } IL_0117: { ASN1_t2114160833 * L_44 = V_3; NullCheck(L_44); ByteU5BU5D_t4116647657* L_45 = ASN1_get_Value_m3619295991(L_44, /*hidden argument*/NULL); __this->set__encrypted_3(L_45); return; } } // Mono.Security.PKCS7/ContentInfo Mono.Security.PKCS7/EncryptedData::get_EncryptionAlgorithm() extern "C" IL2CPP_METHOD_ATTR ContentInfo_t3218159896 * EncryptedData_get_EncryptionAlgorithm_m905084934 (EncryptedData_t3577548733 * __this, const RuntimeMethod* method) { { ContentInfo_t3218159896 * L_0 = __this->get__encryptionAlgorithm_2(); return L_0; } } // System.Byte[] Mono.Security.PKCS7/EncryptedData::get_EncryptedContent() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* EncryptedData_get_EncryptedContent_m3205649670 (EncryptedData_t3577548733 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EncryptedData_get_EncryptedContent_m3205649670_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = __this->get__encrypted_3(); if (L_0) { goto IL_000d; } } { return (ByteU5BU5D_t4116647657*)NULL; } IL_000d: { ByteU5BU5D_t4116647657* L_1 = __this->get__encrypted_3(); NullCheck((RuntimeArray *)(RuntimeArray *)L_1); RuntimeObject * L_2 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_1, /*hidden argument*/NULL); return ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_2, ByteU5BU5D_t4116647657_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 // System.Void Mono.Security.Protocol.Tls.Alert::.ctor(Mono.Security.Protocol.Tls.AlertDescription) extern "C" IL2CPP_METHOD_ATTR void Alert__ctor_m3135936936 (Alert_t4059934885 * __this, uint8_t ___description0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Alert_inferAlertLevel_m151204576(__this, /*hidden argument*/NULL); uint8_t L_0 = ___description0; __this->set_description_1(L_0); return; } } // System.Void Mono.Security.Protocol.Tls.Alert::.ctor(Mono.Security.Protocol.Tls.AlertLevel,Mono.Security.Protocol.Tls.AlertDescription) extern "C" IL2CPP_METHOD_ATTR void Alert__ctor_m2879739792 (Alert_t4059934885 * __this, uint8_t ___level0, uint8_t ___description1, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); uint8_t L_0 = ___level0; __this->set_level_0(L_0); uint8_t L_1 = ___description1; __this->set_description_1(L_1); return; } } // Mono.Security.Protocol.Tls.AlertLevel Mono.Security.Protocol.Tls.Alert::get_Level() extern "C" IL2CPP_METHOD_ATTR uint8_t Alert_get_Level_m4249630350 (Alert_t4059934885 * __this, const RuntimeMethod* method) { { uint8_t L_0 = __this->get_level_0(); return L_0; } } // Mono.Security.Protocol.Tls.AlertDescription Mono.Security.Protocol.Tls.Alert::get_Description() extern "C" IL2CPP_METHOD_ATTR uint8_t Alert_get_Description_m3833114036 (Alert_t4059934885 * __this, const RuntimeMethod* method) { { uint8_t L_0 = __this->get_description_1(); return L_0; } } // System.Boolean Mono.Security.Protocol.Tls.Alert::get_IsWarning() extern "C" IL2CPP_METHOD_ATTR bool Alert_get_IsWarning_m1365397992 (Alert_t4059934885 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { uint8_t L_0 = __this->get_level_0(); if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_0012; } } { G_B3_0 = 1; goto IL_0013; } IL_0012: { G_B3_0 = 0; } IL_0013: { return (bool)G_B3_0; } } // System.Boolean Mono.Security.Protocol.Tls.Alert::get_IsCloseNotify() extern "C" IL2CPP_METHOD_ATTR bool Alert_get_IsCloseNotify_m3157384796 (Alert_t4059934885 * __this, const RuntimeMethod* method) { { bool L_0 = Alert_get_IsWarning_m1365397992(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0018; } } { uint8_t L_1 = __this->get_description_1(); if (L_1) { goto IL_0018; } } { return (bool)1; } IL_0018: { return (bool)0; } } // System.Void Mono.Security.Protocol.Tls.Alert::inferAlertLevel() extern "C" IL2CPP_METHOD_ATTR void Alert_inferAlertLevel_m151204576 (Alert_t4059934885 * __this, const RuntimeMethod* method) { uint8_t V_0 = 0; { uint8_t L_0 = __this->get_description_1(); V_0 = L_0; uint8_t L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)40)))) { case 0: { goto IL_00c9; } case 1: { goto IL_0064; } case 2: { goto IL_00c9; } case 3: { goto IL_00c9; } case 4: { goto IL_00c9; } case 5: { goto IL_00c9; } case 6: { goto IL_00c9; } case 7: { goto IL_00c9; } case 8: { goto IL_00c9; } case 9: { goto IL_00c9; } case 10: { goto IL_00c9; } case 11: { goto IL_00c9; } case 12: { goto IL_0064; } case 13: { goto IL_0064; } case 14: { goto IL_0064; } case 15: { goto IL_0064; } case 16: { goto IL_0064; } case 17: { goto IL_0064; } case 18: { goto IL_0064; } case 19: { goto IL_0064; } case 20: { goto IL_00c9; } } } IL_0064: { uint8_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)20)))) { case 0: { goto IL_00c9; } case 1: { goto IL_00c9; } case 2: { goto IL_00c9; } } } { uint8_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)((int32_t)70)))) { goto IL_00c9; } } { uint8_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)((int32_t)71)))) { goto IL_00c9; } } { uint8_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)0))) { goto IL_00bd; } } { uint8_t L_6 = V_0; if ((((int32_t)L_6) == ((int32_t)((int32_t)10)))) { goto IL_00c9; } } { uint8_t L_7 = V_0; if ((((int32_t)L_7) == ((int32_t)((int32_t)30)))) { goto IL_00c9; } } { uint8_t L_8 = V_0; if ((((int32_t)L_8) == ((int32_t)((int32_t)80)))) { goto IL_00c9; } } { uint8_t L_9 = V_0; if ((((int32_t)L_9) == ((int32_t)((int32_t)90)))) { goto IL_00bd; } } { uint8_t L_10 = V_0; if ((((int32_t)L_10) == ((int32_t)((int32_t)100)))) { goto IL_00bd; } } { goto IL_00c9; } IL_00bd: { __this->set_level_0(1); goto IL_00d5; } IL_00c9: { __this->set_level_0(2); goto IL_00d5; } IL_00d5: { return; } } // System.String Mono.Security.Protocol.Tls.Alert::GetAlertMessage(Mono.Security.Protocol.Tls.AlertDescription) extern "C" IL2CPP_METHOD_ATTR String_t* Alert_GetAlertMessage_m1942367141 (RuntimeObject * __this /* static, unused */, uint8_t ___description0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Alert_GetAlertMessage_m1942367141_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteral1867853257; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #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 Mono.Security.Protocol.Tls.CertificateSelectionCallback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void CertificateSelectionCallback__ctor_m3437537928 (CertificateSelectionCallback_t3743405224 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Security.Cryptography.X509Certificates.X509Certificate Mono.Security.Protocol.Tls.CertificateSelectionCallback::Invoke(System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Cryptography.X509Certificates.X509Certificate,System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection) extern "C" IL2CPP_METHOD_ATTR X509Certificate_t713131622 * CertificateSelectionCallback_Invoke_m3129973019 (CertificateSelectionCallback_t3743405224 * __this, X509CertificateCollection_t3399372417 * ___clientCertificates0, X509Certificate_t713131622 * ___serverCertificate1, String_t* ___targetHost2, X509CertificateCollection_t3399372417 * ___serverRequestedCertificates3, const RuntimeMethod* method) { X509Certificate_t713131622 * result = NULL; if(__this->get_prev_9() != NULL) { CertificateSelectionCallback_Invoke_m3129973019((CertificateSelectionCallback_t3743405224 *)__this->get_prev_9(), ___clientCertificates0, ___serverCertificate1, ___targetHost2, ___serverRequestedCertificates3, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 4) { // open { typedef X509Certificate_t713131622 * (*FunctionPointerType) (RuntimeObject *, X509CertificateCollection_t3399372417 *, X509Certificate_t713131622 *, String_t*, X509CertificateCollection_t3399372417 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___clientCertificates0, ___serverCertificate1, ___targetHost2, ___serverRequestedCertificates3, targetMethod); } } else { // closed { typedef X509Certificate_t713131622 * (*FunctionPointerType) (RuntimeObject *, void*, X509CertificateCollection_t3399372417 *, X509Certificate_t713131622 *, String_t*, X509CertificateCollection_t3399372417 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___clientCertificates0, ___serverCertificate1, ___targetHost2, ___serverRequestedCertificates3, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 4) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker4< X509Certificate_t713131622 *, X509CertificateCollection_t3399372417 *, X509Certificate_t713131622 *, String_t*, X509CertificateCollection_t3399372417 * >::Invoke(targetMethod, targetThis, ___clientCertificates0, ___serverCertificate1, ___targetHost2, ___serverRequestedCertificates3); else result = GenericVirtFuncInvoker4< X509Certificate_t713131622 *, X509CertificateCollection_t3399372417 *, X509Certificate_t713131622 *, String_t*, X509CertificateCollection_t3399372417 * >::Invoke(targetMethod, targetThis, ___clientCertificates0, ___serverCertificate1, ___targetHost2, ___serverRequestedCertificates3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< X509Certificate_t713131622 *, X509CertificateCollection_t3399372417 *, X509Certificate_t713131622 *, String_t*, X509CertificateCollection_t3399372417 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___clientCertificates0, ___serverCertificate1, ___targetHost2, ___serverRequestedCertificates3); else result = VirtFuncInvoker4< X509Certificate_t713131622 *, X509CertificateCollection_t3399372417 *, X509Certificate_t713131622 *, String_t*, X509CertificateCollection_t3399372417 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___clientCertificates0, ___serverCertificate1, ___targetHost2, ___serverRequestedCertificates3); } } else { typedef X509Certificate_t713131622 * (*FunctionPointerType) (void*, X509CertificateCollection_t3399372417 *, X509Certificate_t713131622 *, String_t*, X509CertificateCollection_t3399372417 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___clientCertificates0, ___serverCertificate1, ___targetHost2, ___serverRequestedCertificates3, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker3< X509Certificate_t713131622 *, X509Certificate_t713131622 *, String_t*, X509CertificateCollection_t3399372417 * >::Invoke(targetMethod, ___clientCertificates0, ___serverCertificate1, ___targetHost2, ___serverRequestedCertificates3); else result = GenericVirtFuncInvoker3< X509Certificate_t713131622 *, X509Certificate_t713131622 *, String_t*, X509CertificateCollection_t3399372417 * >::Invoke(targetMethod, ___clientCertificates0, ___serverCertificate1, ___targetHost2, ___serverRequestedCertificates3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< X509Certificate_t713131622 *, X509Certificate_t713131622 *, String_t*, X509CertificateCollection_t3399372417 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___clientCertificates0, ___serverCertificate1, ___targetHost2, ___serverRequestedCertificates3); else result = VirtFuncInvoker3< X509Certificate_t713131622 *, X509Certificate_t713131622 *, String_t*, X509CertificateCollection_t3399372417 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___clientCertificates0, ___serverCertificate1, ___targetHost2, ___serverRequestedCertificates3); } } else { typedef X509Certificate_t713131622 * (*FunctionPointerType) (X509CertificateCollection_t3399372417 *, X509Certificate_t713131622 *, String_t*, X509CertificateCollection_t3399372417 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___clientCertificates0, ___serverCertificate1, ___targetHost2, ___serverRequestedCertificates3, targetMethod); } } } return result; } // System.IAsyncResult Mono.Security.Protocol.Tls.CertificateSelectionCallback::BeginInvoke(System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Cryptography.X509Certificates.X509Certificate,System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CertificateSelectionCallback_BeginInvoke_m598704794 (CertificateSelectionCallback_t3743405224 * __this, X509CertificateCollection_t3399372417 * ___clientCertificates0, X509Certificate_t713131622 * ___serverCertificate1, String_t* ___targetHost2, X509CertificateCollection_t3399372417 * ___serverRequestedCertificates3, AsyncCallback_t3962456242 * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method) { void *__d_args[5] = {0}; __d_args[0] = ___clientCertificates0; __d_args[1] = ___serverCertificate1; __d_args[2] = ___targetHost2; __d_args[3] = ___serverRequestedCertificates3; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5); } // System.Security.Cryptography.X509Certificates.X509Certificate Mono.Security.Protocol.Tls.CertificateSelectionCallback::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR X509Certificate_t713131622 * CertificateSelectionCallback_EndInvoke_m916047629 (CertificateSelectionCallback_t3743405224 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (X509Certificate_t713131622 *)__result; } #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 Mono.Security.Protocol.Tls.CertificateValidationCallback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void CertificateValidationCallback__ctor_m1962610296 (CertificateValidationCallback_t4091668218 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Boolean Mono.Security.Protocol.Tls.CertificateValidationCallback::Invoke(System.Security.Cryptography.X509Certificates.X509Certificate,System.Int32[]) extern "C" IL2CPP_METHOD_ATTR bool CertificateValidationCallback_Invoke_m1014111289 (CertificateValidationCallback_t4091668218 * __this, X509Certificate_t713131622 * ___certificate0, Int32U5BU5D_t385246372* ___certificateErrors1, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { CertificateValidationCallback_Invoke_m1014111289((CertificateValidationCallback_t4091668218 *)__this->get_prev_9(), ___certificate0, ___certificateErrors1, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef bool (*FunctionPointerType) (RuntimeObject *, X509Certificate_t713131622 *, Int32U5BU5D_t385246372*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___certificate0, ___certificateErrors1, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, X509Certificate_t713131622 *, Int32U5BU5D_t385246372*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___certificate0, ___certificateErrors1, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker2< bool, X509Certificate_t713131622 *, Int32U5BU5D_t385246372* >::Invoke(targetMethod, targetThis, ___certificate0, ___certificateErrors1); else result = GenericVirtFuncInvoker2< bool, X509Certificate_t713131622 *, Int32U5BU5D_t385246372* >::Invoke(targetMethod, targetThis, ___certificate0, ___certificateErrors1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< bool, X509Certificate_t713131622 *, Int32U5BU5D_t385246372* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___certificate0, ___certificateErrors1); else result = VirtFuncInvoker2< bool, X509Certificate_t713131622 *, Int32U5BU5D_t385246372* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___certificate0, ___certificateErrors1); } } else { typedef bool (*FunctionPointerType) (void*, X509Certificate_t713131622 *, Int32U5BU5D_t385246372*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___certificate0, ___certificateErrors1, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker1< bool, Int32U5BU5D_t385246372* >::Invoke(targetMethod, ___certificate0, ___certificateErrors1); else result = GenericVirtFuncInvoker1< bool, Int32U5BU5D_t385246372* >::Invoke(targetMethod, ___certificate0, ___certificateErrors1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, Int32U5BU5D_t385246372* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___certificate0, ___certificateErrors1); else result = VirtFuncInvoker1< bool, Int32U5BU5D_t385246372* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___certificate0, ___certificateErrors1); } } else { typedef bool (*FunctionPointerType) (X509Certificate_t713131622 *, Int32U5BU5D_t385246372*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___certificate0, ___certificateErrors1, targetMethod); } } } return result; } // System.IAsyncResult Mono.Security.Protocol.Tls.CertificateValidationCallback::BeginInvoke(System.Security.Cryptography.X509Certificates.X509Certificate,System.Int32[],System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CertificateValidationCallback_BeginInvoke_m3301716879 (CertificateValidationCallback_t4091668218 * __this, X509Certificate_t713131622 * ___certificate0, Int32U5BU5D_t385246372* ___certificateErrors1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___certificate0; __d_args[1] = ___certificateErrors1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Boolean Mono.Security.Protocol.Tls.CertificateValidationCallback::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool CertificateValidationCallback_EndInvoke_m4224203910 (CertificateValidationCallback_t4091668218 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((RuntimeObject*)__result); } #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 Mono.Security.Protocol.Tls.CertificateValidationCallback2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void CertificateValidationCallback2__ctor_m1685875113 (CertificateValidationCallback2_t1842476440 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // Mono.Security.Protocol.Tls.ValidationResult Mono.Security.Protocol.Tls.CertificateValidationCallback2::Invoke(Mono.Security.X509.X509CertificateCollection) extern "C" IL2CPP_METHOD_ATTR ValidationResult_t3834298736 * CertificateValidationCallback2_Invoke_m3381554834 (CertificateValidationCallback2_t1842476440 * __this, X509CertificateCollection_t1542168550 * ___collection0, const RuntimeMethod* method) { ValidationResult_t3834298736 * result = NULL; if(__this->get_prev_9() != NULL) { CertificateValidationCallback2_Invoke_m3381554834((CertificateValidationCallback2_t1842476440 *)__this->get_prev_9(), ___collection0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef ValidationResult_t3834298736 * (*FunctionPointerType) (RuntimeObject *, X509CertificateCollection_t1542168550 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___collection0, targetMethod); } } else { // closed { typedef ValidationResult_t3834298736 * (*FunctionPointerType) (RuntimeObject *, void*, X509CertificateCollection_t1542168550 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___collection0, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker1< ValidationResult_t3834298736 *, X509CertificateCollection_t1542168550 * >::Invoke(targetMethod, targetThis, ___collection0); else result = GenericVirtFuncInvoker1< ValidationResult_t3834298736 *, X509CertificateCollection_t1542168550 * >::Invoke(targetMethod, targetThis, ___collection0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< ValidationResult_t3834298736 *, X509CertificateCollection_t1542168550 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___collection0); else result = VirtFuncInvoker1< ValidationResult_t3834298736 *, X509CertificateCollection_t1542168550 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___collection0); } } else { typedef ValidationResult_t3834298736 * (*FunctionPointerType) (void*, X509CertificateCollection_t1542168550 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___collection0, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker0< ValidationResult_t3834298736 * >::Invoke(targetMethod, ___collection0); else result = GenericVirtFuncInvoker0< ValidationResult_t3834298736 * >::Invoke(targetMethod, ___collection0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker0< ValidationResult_t3834298736 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___collection0); else result = VirtFuncInvoker0< ValidationResult_t3834298736 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___collection0); } } else { typedef ValidationResult_t3834298736 * (*FunctionPointerType) (X509CertificateCollection_t1542168550 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___collection0, targetMethod); } } } return result; } // System.IAsyncResult Mono.Security.Protocol.Tls.CertificateValidationCallback2::BeginInvoke(Mono.Security.X509.X509CertificateCollection,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CertificateValidationCallback2_BeginInvoke_m3360174801 (CertificateValidationCallback2_t1842476440 * __this, X509CertificateCollection_t1542168550 * ___collection0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___collection0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // Mono.Security.Protocol.Tls.ValidationResult Mono.Security.Protocol.Tls.CertificateValidationCallback2::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR ValidationResult_t3834298736 * CertificateValidationCallback2_EndInvoke_m2456956161 (CertificateValidationCallback2_t1842476440 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (ValidationResult_t3834298736 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Security.Protocol.Tls.CipherSuite::.ctor(System.Int16,System.String,Mono.Security.Protocol.Tls.CipherAlgorithmType,Mono.Security.Protocol.Tls.HashAlgorithmType,Mono.Security.Protocol.Tls.ExchangeAlgorithmType,System.Boolean,System.Boolean,System.Byte,System.Byte,System.Int16,System.Byte,System.Byte) extern "C" IL2CPP_METHOD_ATTR void CipherSuite__ctor_m2440635082 (CipherSuite_t3414744575 * __this, int16_t ___code0, String_t* ___name1, int32_t ___cipherAlgorithmType2, int32_t ___hashAlgorithmType3, int32_t ___exchangeAlgorithmType4, bool ___exportable5, bool ___blockMode6, uint8_t ___keyMaterialSize7, uint8_t ___expandedKeyMaterialSize8, int16_t ___effectiveKeyBits9, uint8_t ___ivSize10, uint8_t ___blockSize11, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int16_t L_0 = ___code0; __this->set_code_1(L_0); String_t* L_1 = ___name1; __this->set_name_2(L_1); int32_t L_2 = ___cipherAlgorithmType2; __this->set_cipherAlgorithmType_3(L_2); int32_t L_3 = ___hashAlgorithmType3; __this->set_hashAlgorithmType_4(L_3); int32_t L_4 = ___exchangeAlgorithmType4; __this->set_exchangeAlgorithmType_5(L_4); bool L_5 = ___exportable5; __this->set_isExportable_6(L_5); bool L_6 = ___blockMode6; if (!L_6) { goto IL_0041; } } { __this->set_cipherMode_7(1); } IL_0041: { uint8_t L_7 = ___keyMaterialSize7; __this->set_keyMaterialSize_8(L_7); uint8_t L_8 = ___expandedKeyMaterialSize8; __this->set_expandedKeyMaterialSize_10(L_8); int16_t L_9 = ___effectiveKeyBits9; __this->set_effectiveKeyBits_11(L_9); uint8_t L_10 = ___ivSize10; __this->set_ivSize_12(L_10); uint8_t L_11 = ___blockSize11; __this->set_blockSize_13(L_11); uint8_t L_12 = __this->get_keyMaterialSize_8(); int32_t L_13 = CipherSuite_get_HashSize_m4060916532(__this, /*hidden argument*/NULL); uint8_t L_14 = __this->get_ivSize_12(); __this->set_keyBlockSize_9(((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13)), (int32_t)L_14))<<(int32_t)1))); return; } } // System.Void Mono.Security.Protocol.Tls.CipherSuite::.cctor() extern "C" IL2CPP_METHOD_ATTR void CipherSuite__cctor_m3668442490 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CipherSuite__cctor_m3668442490_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((CipherSuite_t3414744575_StaticFields*)il2cpp_codegen_static_fields_for(CipherSuite_t3414744575_il2cpp_TypeInfo_var))->set_EmptyArray_0(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)0))); return; } } // System.Security.Cryptography.ICryptoTransform Mono.Security.Protocol.Tls.CipherSuite::get_EncryptionCipher() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CipherSuite_get_EncryptionCipher_m3029637613 (CipherSuite_t3414744575 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_encryptionCipher_16(); return L_0; } } // System.Security.Cryptography.ICryptoTransform Mono.Security.Protocol.Tls.CipherSuite::get_DecryptionCipher() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CipherSuite_get_DecryptionCipher_m2839827488 (CipherSuite_t3414744575 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_decryptionCipher_18(); return L_0; } } // System.Security.Cryptography.KeyedHashAlgorithm Mono.Security.Protocol.Tls.CipherSuite::get_ClientHMAC() extern "C" IL2CPP_METHOD_ATTR KeyedHashAlgorithm_t112861511 * CipherSuite_get_ClientHMAC_m377589750 (CipherSuite_t3414744575 * __this, const RuntimeMethod* method) { { KeyedHashAlgorithm_t112861511 * L_0 = __this->get_clientHMAC_19(); return L_0; } } // System.Security.Cryptography.KeyedHashAlgorithm Mono.Security.Protocol.Tls.CipherSuite::get_ServerHMAC() extern "C" IL2CPP_METHOD_ATTR KeyedHashAlgorithm_t112861511 * CipherSuite_get_ServerHMAC_m714506854 (CipherSuite_t3414744575 * __this, const RuntimeMethod* method) { { KeyedHashAlgorithm_t112861511 * L_0 = __this->get_serverHMAC_20(); return L_0; } } // Mono.Security.Protocol.Tls.CipherAlgorithmType Mono.Security.Protocol.Tls.CipherSuite::get_CipherAlgorithmType() extern "C" IL2CPP_METHOD_ATTR int32_t CipherSuite_get_CipherAlgorithmType_m137858741 (CipherSuite_t3414744575 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_cipherAlgorithmType_3(); return L_0; } } // System.String Mono.Security.Protocol.Tls.CipherSuite::get_HashAlgorithmName() extern "C" IL2CPP_METHOD_ATTR String_t* CipherSuite_get_HashAlgorithmName_m3758129154 (CipherSuite_t3414744575 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CipherSuite_get_HashAlgorithmName_m3758129154_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get_hashAlgorithmType_4(); V_0 = L_0; int32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_001e; } case 1: { goto IL_002a; } case 2: { goto IL_0024; } } } { goto IL_002a; } IL_001e: { return _stringLiteral3839139460; } IL_0024: { return _stringLiteral1144609714; } IL_002a: { return _stringLiteral2791739702; } } // Mono.Security.Protocol.Tls.HashAlgorithmType Mono.Security.Protocol.Tls.CipherSuite::get_HashAlgorithmType() extern "C" IL2CPP_METHOD_ATTR int32_t CipherSuite_get_HashAlgorithmType_m1029363505 (CipherSuite_t3414744575 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_hashAlgorithmType_4(); return L_0; } } // System.Int32 Mono.Security.Protocol.Tls.CipherSuite::get_HashSize() extern "C" IL2CPP_METHOD_ATTR int32_t CipherSuite_get_HashSize_m4060916532 (CipherSuite_t3414744575 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_hashAlgorithmType_4(); V_0 = L_0; int32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_001e; } case 1: { goto IL_0024; } case 2: { goto IL_0021; } } } { goto IL_0024; } IL_001e: { return ((int32_t)16); } IL_0021: { return ((int32_t)20); } IL_0024: { return 0; } } // Mono.Security.Protocol.Tls.ExchangeAlgorithmType Mono.Security.Protocol.Tls.CipherSuite::get_ExchangeAlgorithmType() extern "C" IL2CPP_METHOD_ATTR int32_t CipherSuite_get_ExchangeAlgorithmType_m1633709183 (CipherSuite_t3414744575 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_exchangeAlgorithmType_5(); return L_0; } } // System.Security.Cryptography.CipherMode Mono.Security.Protocol.Tls.CipherSuite::get_CipherMode() extern "C" IL2CPP_METHOD_ATTR int32_t CipherSuite_get_CipherMode_m425550365 (CipherSuite_t3414744575 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_cipherMode_7(); return L_0; } } // System.Int16 Mono.Security.Protocol.Tls.CipherSuite::get_Code() extern "C" IL2CPP_METHOD_ATTR int16_t CipherSuite_get_Code_m3847824475 (CipherSuite_t3414744575 * __this, const RuntimeMethod* method) { { int16_t L_0 = __this->get_code_1(); return L_0; } } // System.String Mono.Security.Protocol.Tls.CipherSuite::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* CipherSuite_get_Name_m1137568068 (CipherSuite_t3414744575 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_2(); return L_0; } } // System.Boolean Mono.Security.Protocol.Tls.CipherSuite::get_IsExportable() extern "C" IL2CPP_METHOD_ATTR bool CipherSuite_get_IsExportable_m677202963 (CipherSuite_t3414744575 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isExportable_6(); return L_0; } } // System.Byte Mono.Security.Protocol.Tls.CipherSuite::get_KeyMaterialSize() extern "C" IL2CPP_METHOD_ATTR uint8_t CipherSuite_get_KeyMaterialSize_m3569550689 (CipherSuite_t3414744575 * __this, const RuntimeMethod* method) { { uint8_t L_0 = __this->get_keyMaterialSize_8(); return L_0; } } // System.Int32 Mono.Security.Protocol.Tls.CipherSuite::get_KeyBlockSize() extern "C" IL2CPP_METHOD_ATTR int32_t CipherSuite_get_KeyBlockSize_m519075451 (CipherSuite_t3414744575 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_keyBlockSize_9(); return L_0; } } // System.Byte Mono.Security.Protocol.Tls.CipherSuite::get_ExpandedKeyMaterialSize() extern "C" IL2CPP_METHOD_ATTR uint8_t CipherSuite_get_ExpandedKeyMaterialSize_m197590106 (CipherSuite_t3414744575 * __this, const RuntimeMethod* method) { { uint8_t L_0 = __this->get_expandedKeyMaterialSize_10(); return L_0; } } // System.Int16 Mono.Security.Protocol.Tls.CipherSuite::get_EffectiveKeyBits() extern "C" IL2CPP_METHOD_ATTR int16_t CipherSuite_get_EffectiveKeyBits_m2380229009 (CipherSuite_t3414744575 * __this, const RuntimeMethod* method) { { int16_t L_0 = __this->get_effectiveKeyBits_11(); return L_0; } } // System.Byte Mono.Security.Protocol.Tls.CipherSuite::get_IvSize() extern "C" IL2CPP_METHOD_ATTR uint8_t CipherSuite_get_IvSize_m630778063 (CipherSuite_t3414744575 * __this, const RuntimeMethod* method) { { uint8_t L_0 = __this->get_ivSize_12(); return L_0; } } // Mono.Security.Protocol.Tls.Context Mono.Security.Protocol.Tls.CipherSuite::get_Context() extern "C" IL2CPP_METHOD_ATTR Context_t3971234707 * CipherSuite_get_Context_m1621551997 (CipherSuite_t3414744575 * __this, const RuntimeMethod* method) { { Context_t3971234707 * L_0 = __this->get_context_14(); return L_0; } } // System.Void Mono.Security.Protocol.Tls.CipherSuite::set_Context(Mono.Security.Protocol.Tls.Context) extern "C" IL2CPP_METHOD_ATTR void CipherSuite_set_Context_m1978767807 (CipherSuite_t3414744575 * __this, Context_t3971234707 * ___value0, const RuntimeMethod* method) { { Context_t3971234707 * L_0 = ___value0; __this->set_context_14(L_0); return; } } // System.Void Mono.Security.Protocol.Tls.CipherSuite::Write(System.Byte[],System.Int32,System.Int16) extern "C" IL2CPP_METHOD_ATTR void CipherSuite_Write_m1172814058 (CipherSuite_t3414744575 * __this, ByteU5BU5D_t4116647657* ___array0, int32_t ___offset1, int16_t ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CipherSuite_Write_m1172814058_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___offset1; ByteU5BU5D_t4116647657* L_1 = ___array0; NullCheck(L_1); if ((((int32_t)L_0) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))), (int32_t)2))))) { goto IL_0016; } } { ArgumentException_t132251570 * L_2 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_2, _stringLiteral1082126080, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,CipherSuite_Write_m1172814058_RuntimeMethod_var); } IL_0016: { ByteU5BU5D_t4116647657* L_3 = ___array0; int32_t L_4 = ___offset1; int16_t L_5 = ___value2; NullCheck(L_3); (L_3)->SetAt(static_cast(L_4), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_5>>(int32_t)8)))))); ByteU5BU5D_t4116647657* L_6 = ___array0; int32_t L_7 = ___offset1; int16_t L_8 = ___value2; NullCheck(L_6); (L_6)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))), (uint8_t)(((int32_t)((uint8_t)L_8)))); return; } } // System.Void Mono.Security.Protocol.Tls.CipherSuite::Write(System.Byte[],System.Int32,System.UInt64) extern "C" IL2CPP_METHOD_ATTR void CipherSuite_Write_m1841735015 (CipherSuite_t3414744575 * __this, ByteU5BU5D_t4116647657* ___array0, int32_t ___offset1, uint64_t ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CipherSuite_Write_m1841735015_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___offset1; ByteU5BU5D_t4116647657* L_1 = ___array0; NullCheck(L_1); if ((((int32_t)L_0) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))), (int32_t)8))))) { goto IL_0016; } } { ArgumentException_t132251570 * L_2 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_2, _stringLiteral1082126080, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,CipherSuite_Write_m1841735015_RuntimeMethod_var); } IL_0016: { ByteU5BU5D_t4116647657* L_3 = ___array0; int32_t L_4 = ___offset1; uint64_t L_5 = ___value2; NullCheck(L_3); (L_3)->SetAt(static_cast(L_4), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_5>>((int32_t)56))))))); ByteU5BU5D_t4116647657* L_6 = ___array0; int32_t L_7 = ___offset1; uint64_t L_8 = ___value2; NullCheck(L_6); (L_6)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_8>>((int32_t)48))))))); ByteU5BU5D_t4116647657* L_9 = ___array0; int32_t L_10 = ___offset1; uint64_t L_11 = ___value2; NullCheck(L_9); (L_9)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)2))), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_11>>((int32_t)40))))))); ByteU5BU5D_t4116647657* L_12 = ___array0; int32_t L_13 = ___offset1; uint64_t L_14 = ___value2; NullCheck(L_12); (L_12)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)3))), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_14>>((int32_t)32))))))); ByteU5BU5D_t4116647657* L_15 = ___array0; int32_t L_16 = ___offset1; uint64_t L_17 = ___value2; NullCheck(L_15); (L_15)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)4))), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_17>>((int32_t)24))))))); ByteU5BU5D_t4116647657* L_18 = ___array0; int32_t L_19 = ___offset1; uint64_t L_20 = ___value2; NullCheck(L_18); (L_18)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)5))), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_20>>((int32_t)16))))))); ByteU5BU5D_t4116647657* L_21 = ___array0; int32_t L_22 = ___offset1; uint64_t L_23 = ___value2; NullCheck(L_21); (L_21)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)6))), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_23>>8)))))); ByteU5BU5D_t4116647657* L_24 = ___array0; int32_t L_25 = ___offset1; uint64_t L_26 = ___value2; NullCheck(L_24); (L_24)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)7))), (uint8_t)(((int32_t)((uint8_t)L_26)))); return; } } // System.Void Mono.Security.Protocol.Tls.CipherSuite::InitializeCipher() extern "C" IL2CPP_METHOD_ATTR void CipherSuite_InitializeCipher_m2397698608 (CipherSuite_t3414744575 * __this, const RuntimeMethod* method) { { CipherSuite_createEncryptionCipher_m2533565116(__this, /*hidden argument*/NULL); CipherSuite_createDecryptionCipher_m1176259509(__this, /*hidden argument*/NULL); return; } } // System.Byte[] Mono.Security.Protocol.Tls.CipherSuite::EncryptRecord(System.Byte[],System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* CipherSuite_EncryptRecord_m4196378593 (CipherSuite_t3414744575 * __this, ByteU5BU5D_t4116647657* ___fragment0, ByteU5BU5D_t4116647657* ___mac1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CipherSuite_EncryptRecord_m4196378593_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; ByteU5BU5D_t4116647657* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; { ByteU5BU5D_t4116647657* L_0 = ___fragment0; NullCheck(L_0); ByteU5BU5D_t4116647657* L_1 = ___mac1; NullCheck(L_1); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))), (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))))); V_1 = 0; int32_t L_2 = CipherSuite_get_CipherMode_m425550365(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_003c; } } { int32_t L_3 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); uint8_t L_4 = __this->get_blockSize_13(); int32_t L_5 = V_0; uint8_t L_6 = __this->get_blockSize_13(); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)((int32_t)((int32_t)L_5%(int32_t)L_6)))); int32_t L_7 = V_1; uint8_t L_8 = __this->get_blockSize_13(); if ((!(((uint32_t)L_7) == ((uint32_t)L_8)))) { goto IL_0038; } } { V_1 = 0; } IL_0038: { int32_t L_9 = V_0; int32_t L_10 = V_1; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_10)); } IL_003c: { int32_t L_11 = V_0; V_2 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_11)); ByteU5BU5D_t4116647657* L_12 = ___fragment0; ByteU5BU5D_t4116647657* L_13 = V_2; ByteU5BU5D_t4116647657* L_14 = ___fragment0; NullCheck(L_14); Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_12, 0, (RuntimeArray *)(RuntimeArray *)L_13, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length)))), /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_15 = ___mac1; ByteU5BU5D_t4116647657* L_16 = V_2; ByteU5BU5D_t4116647657* L_17 = ___fragment0; NullCheck(L_17); ByteU5BU5D_t4116647657* L_18 = ___mac1; NullCheck(L_18); Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_15, 0, (RuntimeArray *)(RuntimeArray *)L_16, (((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length)))), (((int32_t)((int32_t)(((RuntimeArray *)L_18)->max_length)))), /*hidden argument*/NULL); int32_t L_19 = V_1; if ((((int32_t)L_19) <= ((int32_t)0))) { goto IL_008c; } } { ByteU5BU5D_t4116647657* L_20 = ___fragment0; NullCheck(L_20); ByteU5BU5D_t4116647657* L_21 = ___mac1; NullCheck(L_21); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_20)->max_length)))), (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_21)->max_length)))))); int32_t L_22 = V_3; V_4 = L_22; goto IL_0080; } IL_0074: { ByteU5BU5D_t4116647657* L_23 = V_2; int32_t L_24 = V_4; int32_t L_25 = V_1; NullCheck(L_23); (L_23)->SetAt(static_cast(L_24), (uint8_t)(((int32_t)((uint8_t)L_25)))); int32_t L_26 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_0080: { int32_t L_27 = V_4; int32_t L_28 = V_3; int32_t L_29 = V_1; if ((((int32_t)L_27) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)L_29)), (int32_t)1))))) { goto IL_0074; } } IL_008c: { RuntimeObject* L_30 = CipherSuite_get_EncryptionCipher_m3029637613(__this, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_31 = V_2; ByteU5BU5D_t4116647657* L_32 = V_2; NullCheck(L_32); ByteU5BU5D_t4116647657* L_33 = V_2; NullCheck(L_30); InterfaceFuncInvoker5< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t, ByteU5BU5D_t4116647657*, int32_t >::Invoke(4 /* System.Int32 System.Security.Cryptography.ICryptoTransform::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) */, ICryptoTransform_t2733259762_il2cpp_TypeInfo_var, L_30, L_31, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_32)->max_length)))), L_33, 0); ByteU5BU5D_t4116647657* L_34 = V_2; return L_34; } } // System.Void Mono.Security.Protocol.Tls.CipherSuite::DecryptRecord(System.Byte[],System.Byte[]&,System.Byte[]&) extern "C" IL2CPP_METHOD_ATTR void CipherSuite_DecryptRecord_m1495386860 (CipherSuite_t3414744575 * __this, ByteU5BU5D_t4116647657* ___fragment0, ByteU5BU5D_t4116647657** ___dcrFragment1, ByteU5BU5D_t4116647657** ___dcrMAC2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CipherSuite_DecryptRecord_m1495386860_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = 0; V_1 = 0; RuntimeObject* L_0 = CipherSuite_get_DecryptionCipher_m2839827488(__this, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_1 = ___fragment0; ByteU5BU5D_t4116647657* L_2 = ___fragment0; NullCheck(L_2); ByteU5BU5D_t4116647657* L_3 = ___fragment0; NullCheck(L_0); InterfaceFuncInvoker5< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t, ByteU5BU5D_t4116647657*, int32_t >::Invoke(4 /* System.Int32 System.Security.Cryptography.ICryptoTransform::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) */, ICryptoTransform_t2733259762_il2cpp_TypeInfo_var, L_0, L_1, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))), L_3, 0); int32_t L_4 = CipherSuite_get_CipherMode_m425550365(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_003f; } } { ByteU5BU5D_t4116647657* L_5 = ___fragment0; ByteU5BU5D_t4116647657* L_6 = ___fragment0; NullCheck(L_6); NullCheck(L_5); int32_t L_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length)))), (int32_t)1)); uint8_t L_8 = (L_5)->GetAt(static_cast(L_7)); V_1 = L_8; ByteU5BU5D_t4116647657* L_9 = ___fragment0; NullCheck(L_9); int32_t L_10 = V_1; int32_t L_11 = CipherSuite_get_HashSize_m4060916532(__this, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length)))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)))), (int32_t)L_11)); goto IL_004a; } IL_003f: { ByteU5BU5D_t4116647657* L_12 = ___fragment0; NullCheck(L_12); int32_t L_13 = CipherSuite_get_HashSize_m4060916532(__this, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length)))), (int32_t)L_13)); } IL_004a: { ByteU5BU5D_t4116647657** L_14 = ___dcrFragment1; int32_t L_15 = V_0; *((RuntimeObject **)(L_14)) = (RuntimeObject *)((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_15)); Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_14), (RuntimeObject *)((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_15))); ByteU5BU5D_t4116647657** L_16 = ___dcrMAC2; int32_t L_17 = CipherSuite_get_HashSize_m4060916532(__this, /*hidden argument*/NULL); *((RuntimeObject **)(L_16)) = (RuntimeObject *)((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_17)); Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_16), (RuntimeObject *)((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_17))); ByteU5BU5D_t4116647657* L_18 = ___fragment0; ByteU5BU5D_t4116647657** L_19 = ___dcrFragment1; ByteU5BU5D_t4116647657* L_20 = *((ByteU5BU5D_t4116647657**)L_19); ByteU5BU5D_t4116647657** L_21 = ___dcrFragment1; ByteU5BU5D_t4116647657* L_22 = *((ByteU5BU5D_t4116647657**)L_21); NullCheck(L_22); Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_18, 0, (RuntimeArray *)(RuntimeArray *)L_20, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_22)->max_length)))), /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_23 = ___fragment0; ByteU5BU5D_t4116647657** L_24 = ___dcrFragment1; ByteU5BU5D_t4116647657* L_25 = *((ByteU5BU5D_t4116647657**)L_24); NullCheck(L_25); ByteU5BU5D_t4116647657** L_26 = ___dcrMAC2; ByteU5BU5D_t4116647657* L_27 = *((ByteU5BU5D_t4116647657**)L_26); ByteU5BU5D_t4116647657** L_28 = ___dcrMAC2; ByteU5BU5D_t4116647657* L_29 = *((ByteU5BU5D_t4116647657**)L_28); NullCheck(L_29); Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_23, (((int32_t)((int32_t)(((RuntimeArray *)L_25)->max_length)))), (RuntimeArray *)(RuntimeArray *)L_27, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_29)->max_length)))), /*hidden argument*/NULL); return; } } // System.Byte[] Mono.Security.Protocol.Tls.CipherSuite::CreatePremasterSecret() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* CipherSuite_CreatePremasterSecret_m4264566459 (CipherSuite_t3414744575 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CipherSuite_CreatePremasterSecret_m4264566459_MetadataUsageId); s_Il2CppMethodInitialized = true; } ClientContext_t2797401965 * V_0 = NULL; ByteU5BU5D_t4116647657* V_1 = NULL; { Context_t3971234707 * L_0 = __this->get_context_14(); V_0 = ((ClientContext_t2797401965 *)CastclassClass((RuntimeObject*)L_0, ClientContext_t2797401965_il2cpp_TypeInfo_var)); Context_t3971234707 * L_1 = __this->get_context_14(); NullCheck(L_1); ByteU5BU5D_t4116647657* L_2 = Context_GetSecureRandomBytes_m3676009387(L_1, ((int32_t)48), /*hidden argument*/NULL); V_1 = L_2; ByteU5BU5D_t4116647657* L_3 = V_1; ClientContext_t2797401965 * L_4 = V_0; NullCheck(L_4); int16_t L_5 = ClientContext_get_ClientHelloProtocol_m1654639078(L_4, /*hidden argument*/NULL); NullCheck(L_3); (L_3)->SetAt(static_cast(0), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_5>>(int32_t)8)))))); ByteU5BU5D_t4116647657* L_6 = V_1; ClientContext_t2797401965 * L_7 = V_0; NullCheck(L_7); int16_t L_8 = ClientContext_get_ClientHelloProtocol_m1654639078(L_7, /*hidden argument*/NULL); NullCheck(L_6); (L_6)->SetAt(static_cast(1), (uint8_t)(((int32_t)((uint8_t)L_8)))); ByteU5BU5D_t4116647657* L_9 = V_1; return L_9; } } // System.Byte[] Mono.Security.Protocol.Tls.CipherSuite::PRF(System.Byte[],System.String,System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* CipherSuite_PRF_m2801806009 (CipherSuite_t3414744575 * __this, ByteU5BU5D_t4116647657* ___secret0, String_t* ___label1, ByteU5BU5D_t4116647657* ___data2, int32_t ___length3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CipherSuite_PRF_m2801806009_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; TlsStream_t2365453965 * V_1 = NULL; ByteU5BU5D_t4116647657* V_2 = NULL; ByteU5BU5D_t4116647657* V_3 = NULL; ByteU5BU5D_t4116647657* V_4 = NULL; ByteU5BU5D_t4116647657* V_5 = NULL; ByteU5BU5D_t4116647657* V_6 = NULL; ByteU5BU5D_t4116647657* V_7 = NULL; int32_t V_8 = 0; { ByteU5BU5D_t4116647657* L_0 = ___secret0; NullCheck(L_0); V_0 = ((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))>>(int32_t)1)); ByteU5BU5D_t4116647657* L_1 = ___secret0; NullCheck(L_1); if ((!(((uint32_t)((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))&(int32_t)1))) == ((uint32_t)1)))) { goto IL_0015; } } { int32_t L_2 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); } IL_0015: { TlsStream_t2365453965 * L_3 = (TlsStream_t2365453965 *)il2cpp_codegen_object_new(TlsStream_t2365453965_il2cpp_TypeInfo_var); TlsStream__ctor_m787793111(L_3, /*hidden argument*/NULL); V_1 = L_3; TlsStream_t2365453965 * L_4 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_5 = Encoding_get_ASCII_m3595602635(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_6 = ___label1; NullCheck(L_5); ByteU5BU5D_t4116647657* L_7 = VirtFuncInvoker1< ByteU5BU5D_t4116647657*, String_t* >::Invoke(10 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_5, L_6); NullCheck(L_4); TlsStream_Write_m4133894341(L_4, L_7, /*hidden argument*/NULL); TlsStream_t2365453965 * L_8 = V_1; ByteU5BU5D_t4116647657* L_9 = ___data2; NullCheck(L_8); TlsStream_Write_m4133894341(L_8, L_9, /*hidden argument*/NULL); TlsStream_t2365453965 * L_10 = V_1; NullCheck(L_10); ByteU5BU5D_t4116647657* L_11 = TlsStream_ToArray_m4177184296(L_10, /*hidden argument*/NULL); V_2 = L_11; TlsStream_t2365453965 * L_12 = V_1; NullCheck(L_12); TlsStream_Reset_m369197964(L_12, /*hidden argument*/NULL); int32_t L_13 = V_0; V_3 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_13)); ByteU5BU5D_t4116647657* L_14 = ___secret0; ByteU5BU5D_t4116647657* L_15 = V_3; int32_t L_16 = V_0; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_14, 0, (RuntimeArray *)(RuntimeArray *)L_15, 0, L_16, /*hidden argument*/NULL); int32_t L_17 = V_0; V_4 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_17)); ByteU5BU5D_t4116647657* L_18 = ___secret0; ByteU5BU5D_t4116647657* L_19 = ___secret0; NullCheck(L_19); int32_t L_20 = V_0; ByteU5BU5D_t4116647657* L_21 = V_4; int32_t L_22 = V_0; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_18, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_19)->max_length)))), (int32_t)L_20)), (RuntimeArray *)(RuntimeArray *)L_21, 0, L_22, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_23 = V_3; ByteU5BU5D_t4116647657* L_24 = V_2; int32_t L_25 = ___length3; ByteU5BU5D_t4116647657* L_26 = CipherSuite_Expand_m2729769226(__this, _stringLiteral3839139460, L_23, L_24, L_25, /*hidden argument*/NULL); V_5 = L_26; ByteU5BU5D_t4116647657* L_27 = V_4; ByteU5BU5D_t4116647657* L_28 = V_2; int32_t L_29 = ___length3; ByteU5BU5D_t4116647657* L_30 = CipherSuite_Expand_m2729769226(__this, _stringLiteral1144609714, L_27, L_28, L_29, /*hidden argument*/NULL); V_6 = L_30; int32_t L_31 = ___length3; V_7 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_31)); V_8 = 0; goto IL_00b3; } IL_009c: { ByteU5BU5D_t4116647657* L_32 = V_7; int32_t L_33 = V_8; ByteU5BU5D_t4116647657* L_34 = V_5; int32_t L_35 = V_8; NullCheck(L_34); int32_t L_36 = L_35; uint8_t L_37 = (L_34)->GetAt(static_cast(L_36)); ByteU5BU5D_t4116647657* L_38 = V_6; int32_t L_39 = V_8; NullCheck(L_38); int32_t L_40 = L_39; uint8_t L_41 = (L_38)->GetAt(static_cast(L_40)); NullCheck(L_32); (L_32)->SetAt(static_cast(L_33), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_37^(int32_t)L_41)))))); int32_t L_42 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); } IL_00b3: { int32_t L_43 = V_8; ByteU5BU5D_t4116647657* L_44 = V_7; NullCheck(L_44); if ((((int32_t)L_43) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_44)->max_length))))))) { goto IL_009c; } } { ByteU5BU5D_t4116647657* L_45 = V_7; return L_45; } } // System.Byte[] Mono.Security.Protocol.Tls.CipherSuite::Expand(System.String,System.Byte[],System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* CipherSuite_Expand_m2729769226 (CipherSuite_t3414744575 * __this, String_t* ___hashName0, ByteU5BU5D_t4116647657* ___secret1, ByteU5BU5D_t4116647657* ___seed2, int32_t ___length3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CipherSuite_Expand_m2729769226_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; HMAC_t3689525210 * V_2 = NULL; TlsStream_t2365453965 * V_3 = NULL; ByteU5BU5DU5BU5D_t457913172* V_4 = NULL; int32_t V_5 = 0; TlsStream_t2365453965 * V_6 = NULL; ByteU5BU5D_t4116647657* V_7 = NULL; int32_t G_B3_0 = 0; { String_t* L_0 = ___hashName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_op_Equality_m920492651(NULL /*static, unused*/, L_0, _stringLiteral3839139460, /*hidden argument*/NULL); if (!L_1) { goto IL_0017; } } { G_B3_0 = ((int32_t)16); goto IL_0019; } IL_0017: { G_B3_0 = ((int32_t)20); } IL_0019: { V_0 = G_B3_0; int32_t L_2 = ___length3; int32_t L_3 = V_0; V_1 = ((int32_t)((int32_t)L_2/(int32_t)L_3)); int32_t L_4 = ___length3; int32_t L_5 = V_0; if ((((int32_t)((int32_t)((int32_t)L_4%(int32_t)L_5))) <= ((int32_t)0))) { goto IL_002d; } } { int32_t L_6 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_002d: { String_t* L_7 = ___hashName0; ByteU5BU5D_t4116647657* L_8 = ___secret1; HMAC_t3689525210 * L_9 = (HMAC_t3689525210 *)il2cpp_codegen_object_new(HMAC_t3689525210_il2cpp_TypeInfo_var); HMAC__ctor_m775015853(L_9, L_7, L_8, /*hidden argument*/NULL); V_2 = L_9; TlsStream_t2365453965 * L_10 = (TlsStream_t2365453965 *)il2cpp_codegen_object_new(TlsStream_t2365453965_il2cpp_TypeInfo_var); TlsStream__ctor_m787793111(L_10, /*hidden argument*/NULL); V_3 = L_10; int32_t L_11 = V_1; V_4 = ((ByteU5BU5DU5BU5D_t457913172*)SZArrayNew(ByteU5BU5DU5BU5D_t457913172_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)))); ByteU5BU5DU5BU5D_t457913172* L_12 = V_4; ByteU5BU5D_t4116647657* L_13 = ___seed2; NullCheck(L_12); ArrayElementTypeCheck (L_12, L_13); (L_12)->SetAt(static_cast(0), (ByteU5BU5D_t4116647657*)L_13); V_5 = 1; goto IL_00c0; } IL_0052: { TlsStream_t2365453965 * L_14 = (TlsStream_t2365453965 *)il2cpp_codegen_object_new(TlsStream_t2365453965_il2cpp_TypeInfo_var); TlsStream__ctor_m787793111(L_14, /*hidden argument*/NULL); V_6 = L_14; HMAC_t3689525210 * L_15 = V_2; ByteU5BU5DU5BU5D_t457913172* L_16 = V_4; int32_t L_17 = V_5; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1)); ByteU5BU5D_t4116647657* L_19 = (L_16)->GetAt(static_cast(L_18)); ByteU5BU5DU5BU5D_t457913172* L_20 = V_4; int32_t L_21 = V_5; NullCheck(L_20); int32_t L_22 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)1)); ByteU5BU5D_t4116647657* L_23 = (L_20)->GetAt(static_cast(L_22)); NullCheck(L_23); NullCheck(L_15); HashAlgorithm_TransformFinalBlock_m3005451348(L_15, L_19, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_23)->max_length)))), /*hidden argument*/NULL); ByteU5BU5DU5BU5D_t457913172* L_24 = V_4; int32_t L_25 = V_5; HMAC_t3689525210 * L_26 = V_2; NullCheck(L_26); ByteU5BU5D_t4116647657* L_27 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(13 /* System.Byte[] System.Security.Cryptography.HashAlgorithm::get_Hash() */, L_26); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_27); (L_24)->SetAt(static_cast(L_25), (ByteU5BU5D_t4116647657*)L_27); TlsStream_t2365453965 * L_28 = V_6; ByteU5BU5DU5BU5D_t457913172* L_29 = V_4; int32_t L_30 = V_5; NullCheck(L_29); int32_t L_31 = L_30; ByteU5BU5D_t4116647657* L_32 = (L_29)->GetAt(static_cast(L_31)); NullCheck(L_28); TlsStream_Write_m4133894341(L_28, L_32, /*hidden argument*/NULL); TlsStream_t2365453965 * L_33 = V_6; ByteU5BU5D_t4116647657* L_34 = ___seed2; NullCheck(L_33); TlsStream_Write_m4133894341(L_33, L_34, /*hidden argument*/NULL); HMAC_t3689525210 * L_35 = V_2; TlsStream_t2365453965 * L_36 = V_6; NullCheck(L_36); ByteU5BU5D_t4116647657* L_37 = TlsStream_ToArray_m4177184296(L_36, /*hidden argument*/NULL); TlsStream_t2365453965 * L_38 = V_6; NullCheck(L_38); int64_t L_39 = VirtFuncInvoker0< int64_t >::Invoke(8 /* System.Int64 Mono.Security.Protocol.Tls.TlsStream::get_Length() */, L_38); NullCheck(L_35); HashAlgorithm_TransformFinalBlock_m3005451348(L_35, L_37, 0, (((int32_t)((int32_t)L_39))), /*hidden argument*/NULL); TlsStream_t2365453965 * L_40 = V_3; HMAC_t3689525210 * L_41 = V_2; NullCheck(L_41); ByteU5BU5D_t4116647657* L_42 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(13 /* System.Byte[] System.Security.Cryptography.HashAlgorithm::get_Hash() */, L_41); NullCheck(L_40); TlsStream_Write_m4133894341(L_40, L_42, /*hidden argument*/NULL); TlsStream_t2365453965 * L_43 = V_6; NullCheck(L_43); TlsStream_Reset_m369197964(L_43, /*hidden argument*/NULL); int32_t L_44 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); } IL_00c0: { int32_t L_45 = V_5; int32_t L_46 = V_1; if ((((int32_t)L_45) <= ((int32_t)L_46))) { goto IL_0052; } } { int32_t L_47 = ___length3; V_7 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_47)); TlsStream_t2365453965 * L_48 = V_3; NullCheck(L_48); ByteU5BU5D_t4116647657* L_49 = TlsStream_ToArray_m4177184296(L_48, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_50 = V_7; ByteU5BU5D_t4116647657* L_51 = V_7; NullCheck(L_51); Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_49, 0, (RuntimeArray *)(RuntimeArray *)L_50, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_51)->max_length)))), /*hidden argument*/NULL); TlsStream_t2365453965 * L_52 = V_3; NullCheck(L_52); TlsStream_Reset_m369197964(L_52, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_53 = V_7; return L_53; } } // System.Void Mono.Security.Protocol.Tls.CipherSuite::createEncryptionCipher() extern "C" IL2CPP_METHOD_ATTR void CipherSuite_createEncryptionCipher_m2533565116 (CipherSuite_t3414744575 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CipherSuite_createEncryptionCipher_m2533565116_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get_cipherAlgorithmType_3(); V_0 = L_0; int32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_002e; } case 1: { goto IL_007e; } case 2: { goto IL_003e; } case 3: { goto IL_004e; } case 4: { goto IL_006e; } case 5: { goto IL_007e; } case 6: { goto IL_005e; } } } { goto IL_007e; } IL_002e: { IL2CPP_RUNTIME_CLASS_INIT(DES_t821106792_il2cpp_TypeInfo_var); DES_t821106792 * L_2 = DES_Create_m1258183099(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_encryptionAlgorithm_15(L_2); goto IL_007e; } IL_003e: { RC2_t3167825714 * L_3 = RC2_Create_m2516417038(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_encryptionAlgorithm_15(L_3); goto IL_007e; } IL_004e: { ARC4Managed_t2641858452 * L_4 = (ARC4Managed_t2641858452 *)il2cpp_codegen_object_new(ARC4Managed_t2641858452_il2cpp_TypeInfo_var); ARC4Managed__ctor_m2553537404(L_4, /*hidden argument*/NULL); __this->set_encryptionAlgorithm_15(L_4); goto IL_007e; } IL_005e: { TripleDES_t92303514 * L_5 = TripleDES_Create_m3761371613(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_encryptionAlgorithm_15(L_5); goto IL_007e; } IL_006e: { Rijndael_t2986313634 * L_6 = Rijndael_Create_m3053077028(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_encryptionAlgorithm_15(L_6); goto IL_007e; } IL_007e: { int32_t L_7 = __this->get_cipherMode_7(); if ((!(((uint32_t)L_7) == ((uint32_t)1)))) { goto IL_00cd; } } { SymmetricAlgorithm_t4254223087 * L_8 = __this->get_encryptionAlgorithm_15(); int32_t L_9 = __this->get_cipherMode_7(); NullCheck(L_8); VirtActionInvoker1< int32_t >::Invoke(17 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::set_Mode(System.Security.Cryptography.CipherMode) */, L_8, L_9); SymmetricAlgorithm_t4254223087 * L_10 = __this->get_encryptionAlgorithm_15(); NullCheck(L_10); VirtActionInvoker1< int32_t >::Invoke(19 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::set_Padding(System.Security.Cryptography.PaddingMode) */, L_10, 1); SymmetricAlgorithm_t4254223087 * L_11 = __this->get_encryptionAlgorithm_15(); uint8_t L_12 = __this->get_expandedKeyMaterialSize_10(); NullCheck(L_11); VirtActionInvoker1< int32_t >::Invoke(14 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::set_KeySize(System.Int32) */, L_11, ((int32_t)il2cpp_codegen_multiply((int32_t)L_12, (int32_t)8))); SymmetricAlgorithm_t4254223087 * L_13 = __this->get_encryptionAlgorithm_15(); uint8_t L_14 = __this->get_blockSize_13(); NullCheck(L_13); VirtActionInvoker1< int32_t >::Invoke(7 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::set_BlockSize(System.Int32) */, L_13, ((int32_t)il2cpp_codegen_multiply((int32_t)L_14, (int32_t)8))); } IL_00cd: { Context_t3971234707 * L_15 = __this->get_context_14(); if (!((ClientContext_t2797401965 *)IsInstClass((RuntimeObject*)L_15, ClientContext_t2797401965_il2cpp_TypeInfo_var))) { goto IL_010e; } } { SymmetricAlgorithm_t4254223087 * L_16 = __this->get_encryptionAlgorithm_15(); Context_t3971234707 * L_17 = __this->get_context_14(); NullCheck(L_17); ByteU5BU5D_t4116647657* L_18 = Context_get_ClientWriteKey_m3174706656(L_17, /*hidden argument*/NULL); NullCheck(L_16); VirtActionInvoker1< ByteU5BU5D_t4116647657* >::Invoke(12 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::set_Key(System.Byte[]) */, L_16, L_18); SymmetricAlgorithm_t4254223087 * L_19 = __this->get_encryptionAlgorithm_15(); Context_t3971234707 * L_20 = __this->get_context_14(); NullCheck(L_20); ByteU5BU5D_t4116647657* L_21 = Context_get_ClientWriteIV_m1729804632(L_20, /*hidden argument*/NULL); NullCheck(L_19); VirtActionInvoker1< ByteU5BU5D_t4116647657* >::Invoke(10 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::set_IV(System.Byte[]) */, L_19, L_21); goto IL_013a; } IL_010e: { SymmetricAlgorithm_t4254223087 * L_22 = __this->get_encryptionAlgorithm_15(); Context_t3971234707 * L_23 = __this->get_context_14(); NullCheck(L_23); ByteU5BU5D_t4116647657* L_24 = Context_get_ServerWriteKey_m2199131569(L_23, /*hidden argument*/NULL); NullCheck(L_22); VirtActionInvoker1< ByteU5BU5D_t4116647657* >::Invoke(12 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::set_Key(System.Byte[]) */, L_22, L_24); SymmetricAlgorithm_t4254223087 * L_25 = __this->get_encryptionAlgorithm_15(); Context_t3971234707 * L_26 = __this->get_context_14(); NullCheck(L_26); ByteU5BU5D_t4116647657* L_27 = Context_get_ServerWriteIV_m1839374659(L_26, /*hidden argument*/NULL); NullCheck(L_25); VirtActionInvoker1< ByteU5BU5D_t4116647657* >::Invoke(10 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::set_IV(System.Byte[]) */, L_25, L_27); } IL_013a: { SymmetricAlgorithm_t4254223087 * L_28 = __this->get_encryptionAlgorithm_15(); NullCheck(L_28); RuntimeObject* L_29 = VirtFuncInvoker0< RuntimeObject* >::Invoke(22 /* System.Security.Cryptography.ICryptoTransform System.Security.Cryptography.SymmetricAlgorithm::CreateEncryptor() */, L_28); __this->set_encryptionCipher_16(L_29); Context_t3971234707 * L_30 = __this->get_context_14(); if (!((ClientContext_t2797401965 *)IsInstClass((RuntimeObject*)L_30, ClientContext_t2797401965_il2cpp_TypeInfo_var))) { goto IL_0181; } } { String_t* L_31 = CipherSuite_get_HashAlgorithmName_m3758129154(__this, /*hidden argument*/NULL); Context_t3971234707 * L_32 = __this->get_context_14(); NullCheck(L_32); SecurityParameters_t2199972650 * L_33 = Context_get_Negotiating_m2044579817(L_32, /*hidden argument*/NULL); NullCheck(L_33); ByteU5BU5D_t4116647657* L_34 = SecurityParameters_get_ClientWriteMAC_m225554750(L_33, /*hidden argument*/NULL); HMAC_t3689525210 * L_35 = (HMAC_t3689525210 *)il2cpp_codegen_object_new(HMAC_t3689525210_il2cpp_TypeInfo_var); HMAC__ctor_m775015853(L_35, L_31, L_34, /*hidden argument*/NULL); __this->set_clientHMAC_19(L_35); goto IL_01a2; } IL_0181: { String_t* L_36 = CipherSuite_get_HashAlgorithmName_m3758129154(__this, /*hidden argument*/NULL); Context_t3971234707 * L_37 = __this->get_context_14(); NullCheck(L_37); SecurityParameters_t2199972650 * L_38 = Context_get_Negotiating_m2044579817(L_37, /*hidden argument*/NULL); NullCheck(L_38); ByteU5BU5D_t4116647657* L_39 = SecurityParameters_get_ServerWriteMAC_m3430427271(L_38, /*hidden argument*/NULL); HMAC_t3689525210 * L_40 = (HMAC_t3689525210 *)il2cpp_codegen_object_new(HMAC_t3689525210_il2cpp_TypeInfo_var); HMAC__ctor_m775015853(L_40, L_36, L_39, /*hidden argument*/NULL); __this->set_serverHMAC_20(L_40); } IL_01a2: { return; } } // System.Void Mono.Security.Protocol.Tls.CipherSuite::createDecryptionCipher() extern "C" IL2CPP_METHOD_ATTR void CipherSuite_createDecryptionCipher_m1176259509 (CipherSuite_t3414744575 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CipherSuite_createDecryptionCipher_m1176259509_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get_cipherAlgorithmType_3(); V_0 = L_0; int32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_002e; } case 1: { goto IL_007e; } case 2: { goto IL_003e; } case 3: { goto IL_004e; } case 4: { goto IL_006e; } case 5: { goto IL_007e; } case 6: { goto IL_005e; } } } { goto IL_007e; } IL_002e: { IL2CPP_RUNTIME_CLASS_INIT(DES_t821106792_il2cpp_TypeInfo_var); DES_t821106792 * L_2 = DES_Create_m1258183099(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_decryptionAlgorithm_17(L_2); goto IL_007e; } IL_003e: { RC2_t3167825714 * L_3 = RC2_Create_m2516417038(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_decryptionAlgorithm_17(L_3); goto IL_007e; } IL_004e: { ARC4Managed_t2641858452 * L_4 = (ARC4Managed_t2641858452 *)il2cpp_codegen_object_new(ARC4Managed_t2641858452_il2cpp_TypeInfo_var); ARC4Managed__ctor_m2553537404(L_4, /*hidden argument*/NULL); __this->set_decryptionAlgorithm_17(L_4); goto IL_007e; } IL_005e: { TripleDES_t92303514 * L_5 = TripleDES_Create_m3761371613(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_decryptionAlgorithm_17(L_5); goto IL_007e; } IL_006e: { Rijndael_t2986313634 * L_6 = Rijndael_Create_m3053077028(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_decryptionAlgorithm_17(L_6); goto IL_007e; } IL_007e: { int32_t L_7 = __this->get_cipherMode_7(); if ((!(((uint32_t)L_7) == ((uint32_t)1)))) { goto IL_00cd; } } { SymmetricAlgorithm_t4254223087 * L_8 = __this->get_decryptionAlgorithm_17(); int32_t L_9 = __this->get_cipherMode_7(); NullCheck(L_8); VirtActionInvoker1< int32_t >::Invoke(17 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::set_Mode(System.Security.Cryptography.CipherMode) */, L_8, L_9); SymmetricAlgorithm_t4254223087 * L_10 = __this->get_decryptionAlgorithm_17(); NullCheck(L_10); VirtActionInvoker1< int32_t >::Invoke(19 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::set_Padding(System.Security.Cryptography.PaddingMode) */, L_10, 1); SymmetricAlgorithm_t4254223087 * L_11 = __this->get_decryptionAlgorithm_17(); uint8_t L_12 = __this->get_expandedKeyMaterialSize_10(); NullCheck(L_11); VirtActionInvoker1< int32_t >::Invoke(14 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::set_KeySize(System.Int32) */, L_11, ((int32_t)il2cpp_codegen_multiply((int32_t)L_12, (int32_t)8))); SymmetricAlgorithm_t4254223087 * L_13 = __this->get_decryptionAlgorithm_17(); uint8_t L_14 = __this->get_blockSize_13(); NullCheck(L_13); VirtActionInvoker1< int32_t >::Invoke(7 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::set_BlockSize(System.Int32) */, L_13, ((int32_t)il2cpp_codegen_multiply((int32_t)L_14, (int32_t)8))); } IL_00cd: { Context_t3971234707 * L_15 = __this->get_context_14(); if (!((ClientContext_t2797401965 *)IsInstClass((RuntimeObject*)L_15, ClientContext_t2797401965_il2cpp_TypeInfo_var))) { goto IL_010e; } } { SymmetricAlgorithm_t4254223087 * L_16 = __this->get_decryptionAlgorithm_17(); Context_t3971234707 * L_17 = __this->get_context_14(); NullCheck(L_17); ByteU5BU5D_t4116647657* L_18 = Context_get_ServerWriteKey_m2199131569(L_17, /*hidden argument*/NULL); NullCheck(L_16); VirtActionInvoker1< ByteU5BU5D_t4116647657* >::Invoke(12 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::set_Key(System.Byte[]) */, L_16, L_18); SymmetricAlgorithm_t4254223087 * L_19 = __this->get_decryptionAlgorithm_17(); Context_t3971234707 * L_20 = __this->get_context_14(); NullCheck(L_20); ByteU5BU5D_t4116647657* L_21 = Context_get_ServerWriteIV_m1839374659(L_20, /*hidden argument*/NULL); NullCheck(L_19); VirtActionInvoker1< ByteU5BU5D_t4116647657* >::Invoke(10 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::set_IV(System.Byte[]) */, L_19, L_21); goto IL_013a; } IL_010e: { SymmetricAlgorithm_t4254223087 * L_22 = __this->get_decryptionAlgorithm_17(); Context_t3971234707 * L_23 = __this->get_context_14(); NullCheck(L_23); ByteU5BU5D_t4116647657* L_24 = Context_get_ClientWriteKey_m3174706656(L_23, /*hidden argument*/NULL); NullCheck(L_22); VirtActionInvoker1< ByteU5BU5D_t4116647657* >::Invoke(12 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::set_Key(System.Byte[]) */, L_22, L_24); SymmetricAlgorithm_t4254223087 * L_25 = __this->get_decryptionAlgorithm_17(); Context_t3971234707 * L_26 = __this->get_context_14(); NullCheck(L_26); ByteU5BU5D_t4116647657* L_27 = Context_get_ClientWriteIV_m1729804632(L_26, /*hidden argument*/NULL); NullCheck(L_25); VirtActionInvoker1< ByteU5BU5D_t4116647657* >::Invoke(10 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::set_IV(System.Byte[]) */, L_25, L_27); } IL_013a: { SymmetricAlgorithm_t4254223087 * L_28 = __this->get_decryptionAlgorithm_17(); NullCheck(L_28); RuntimeObject* L_29 = VirtFuncInvoker0< RuntimeObject* >::Invoke(20 /* System.Security.Cryptography.ICryptoTransform System.Security.Cryptography.SymmetricAlgorithm::CreateDecryptor() */, L_28); __this->set_decryptionCipher_18(L_29); Context_t3971234707 * L_30 = __this->get_context_14(); if (!((ClientContext_t2797401965 *)IsInstClass((RuntimeObject*)L_30, ClientContext_t2797401965_il2cpp_TypeInfo_var))) { goto IL_0181; } } { String_t* L_31 = CipherSuite_get_HashAlgorithmName_m3758129154(__this, /*hidden argument*/NULL); Context_t3971234707 * L_32 = __this->get_context_14(); NullCheck(L_32); SecurityParameters_t2199972650 * L_33 = Context_get_Negotiating_m2044579817(L_32, /*hidden argument*/NULL); NullCheck(L_33); ByteU5BU5D_t4116647657* L_34 = SecurityParameters_get_ServerWriteMAC_m3430427271(L_33, /*hidden argument*/NULL); HMAC_t3689525210 * L_35 = (HMAC_t3689525210 *)il2cpp_codegen_object_new(HMAC_t3689525210_il2cpp_TypeInfo_var); HMAC__ctor_m775015853(L_35, L_31, L_34, /*hidden argument*/NULL); __this->set_serverHMAC_20(L_35); goto IL_01a2; } IL_0181: { String_t* L_36 = CipherSuite_get_HashAlgorithmName_m3758129154(__this, /*hidden argument*/NULL); Context_t3971234707 * L_37 = __this->get_context_14(); NullCheck(L_37); SecurityParameters_t2199972650 * L_38 = Context_get_Negotiating_m2044579817(L_37, /*hidden argument*/NULL); NullCheck(L_38); ByteU5BU5D_t4116647657* L_39 = SecurityParameters_get_ClientWriteMAC_m225554750(L_38, /*hidden argument*/NULL); HMAC_t3689525210 * L_40 = (HMAC_t3689525210 *)il2cpp_codegen_object_new(HMAC_t3689525210_il2cpp_TypeInfo_var); HMAC__ctor_m775015853(L_40, L_36, L_39, /*hidden argument*/NULL); __this->set_clientHMAC_19(L_40); } IL_01a2: { 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 Mono.Security.Protocol.Tls.CipherSuiteCollection::.ctor(Mono.Security.Protocol.Tls.SecurityProtocolType) extern "C" IL2CPP_METHOD_ATTR void CipherSuiteCollection__ctor_m384434353 (CipherSuiteCollection_t1129639304 * __this, int32_t ___protocol0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CipherSuiteCollection__ctor_m384434353_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___protocol0; __this->set_protocol_1(L_0); ArrayList_t2718874744 * L_1 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_1, /*hidden argument*/NULL); __this->set_cipherSuites_0(L_1); return; } } // System.Object Mono.Security.Protocol.Tls.CipherSuiteCollection::System.Collections.IList.get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CipherSuiteCollection_System_Collections_IList_get_Item_m2175128671 (CipherSuiteCollection_t1129639304 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; CipherSuite_t3414744575 * L_1 = CipherSuiteCollection_get_Item_m4188309062(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Void Mono.Security.Protocol.Tls.CipherSuiteCollection::System.Collections.IList.set_Item(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void CipherSuiteCollection_System_Collections_IList_set_Item_m904255570 (CipherSuiteCollection_t1129639304 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CipherSuiteCollection_System_Collections_IList_set_Item_m904255570_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; RuntimeObject * L_1 = ___value1; CipherSuiteCollection_set_Item_m2392524001(__this, L_0, ((CipherSuite_t3414744575 *)CastclassClass((RuntimeObject*)L_1, CipherSuite_t3414744575_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return; } } // System.Boolean Mono.Security.Protocol.Tls.CipherSuiteCollection::System.Collections.ICollection.get_IsSynchronized() extern "C" IL2CPP_METHOD_ATTR bool CipherSuiteCollection_System_Collections_ICollection_get_IsSynchronized_m3953211662 (CipherSuiteCollection_t1129639304 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_cipherSuites_0(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(28 /* System.Boolean System.Collections.ArrayList::get_IsSynchronized() */, L_0); return L_1; } } // System.Object Mono.Security.Protocol.Tls.CipherSuiteCollection::System.Collections.ICollection.get_SyncRoot() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CipherSuiteCollection_System_Collections_ICollection_get_SyncRoot_m630394386 (CipherSuiteCollection_t1129639304 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_cipherSuites_0(); NullCheck(L_0); RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(29 /* System.Object System.Collections.ArrayList::get_SyncRoot() */, L_0); return L_1; } } // System.Collections.IEnumerator Mono.Security.Protocol.Tls.CipherSuiteCollection::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CipherSuiteCollection_System_Collections_IEnumerable_GetEnumerator_m3240848888 (CipherSuiteCollection_t1129639304 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_cipherSuites_0(); NullCheck(L_0); RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_0); return L_1; } } // System.Boolean Mono.Security.Protocol.Tls.CipherSuiteCollection::System.Collections.IList.Contains(System.Object) extern "C" IL2CPP_METHOD_ATTR bool CipherSuiteCollection_System_Collections_IList_Contains_m1220133031 (CipherSuiteCollection_t1129639304 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CipherSuiteCollection_System_Collections_IList_Contains_m1220133031_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = __this->get_cipherSuites_0(); RuntimeObject * L_1 = ___value0; NullCheck(L_0); bool L_2 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(32 /* System.Boolean System.Collections.ArrayList::Contains(System.Object) */, L_0, ((CipherSuite_t3414744575 *)IsInstClass((RuntimeObject*)L_1, CipherSuite_t3414744575_il2cpp_TypeInfo_var))); return L_2; } } // System.Int32 Mono.Security.Protocol.Tls.CipherSuiteCollection::System.Collections.IList.IndexOf(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t CipherSuiteCollection_System_Collections_IList_IndexOf_m1361500977 (CipherSuiteCollection_t1129639304 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CipherSuiteCollection_System_Collections_IList_IndexOf_m1361500977_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = __this->get_cipherSuites_0(); RuntimeObject * L_1 = ___value0; NullCheck(L_0); int32_t L_2 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(33 /* System.Int32 System.Collections.ArrayList::IndexOf(System.Object) */, L_0, ((CipherSuite_t3414744575 *)IsInstClass((RuntimeObject*)L_1, CipherSuite_t3414744575_il2cpp_TypeInfo_var))); return L_2; } } // System.Void Mono.Security.Protocol.Tls.CipherSuiteCollection::System.Collections.IList.Insert(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void CipherSuiteCollection_System_Collections_IList_Insert_m1567261820 (CipherSuiteCollection_t1129639304 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CipherSuiteCollection_System_Collections_IList_Insert_m1567261820_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = __this->get_cipherSuites_0(); int32_t L_1 = ___index0; RuntimeObject * L_2 = ___value1; NullCheck(L_0); VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(36 /* System.Void System.Collections.ArrayList::Insert(System.Int32,System.Object) */, L_0, L_1, ((CipherSuite_t3414744575 *)IsInstClass((RuntimeObject*)L_2, CipherSuite_t3414744575_il2cpp_TypeInfo_var))); return; } } // System.Void Mono.Security.Protocol.Tls.CipherSuiteCollection::System.Collections.IList.Remove(System.Object) extern "C" IL2CPP_METHOD_ATTR void CipherSuiteCollection_System_Collections_IList_Remove_m2463347416 (CipherSuiteCollection_t1129639304 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CipherSuiteCollection_System_Collections_IList_Remove_m2463347416_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = __this->get_cipherSuites_0(); RuntimeObject * L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< RuntimeObject * >::Invoke(38 /* System.Void System.Collections.ArrayList::Remove(System.Object) */, L_0, ((CipherSuite_t3414744575 *)IsInstClass((RuntimeObject*)L_1, CipherSuite_t3414744575_il2cpp_TypeInfo_var))); return; } } // System.Void Mono.Security.Protocol.Tls.CipherSuiteCollection::System.Collections.IList.RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CipherSuiteCollection_System_Collections_IList_RemoveAt_m2600067414 (CipherSuiteCollection_t1129639304 * __this, int32_t ___index0, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_cipherSuites_0(); int32_t L_1 = ___index0; NullCheck(L_0); VirtActionInvoker1< int32_t >::Invoke(39 /* System.Void System.Collections.ArrayList::RemoveAt(System.Int32) */, L_0, L_1); return; } } // System.Int32 Mono.Security.Protocol.Tls.CipherSuiteCollection::System.Collections.IList.Add(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t CipherSuiteCollection_System_Collections_IList_Add_m1178326810 (CipherSuiteCollection_t1129639304 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CipherSuiteCollection_System_Collections_IList_Add_m1178326810_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = __this->get_cipherSuites_0(); RuntimeObject * L_1 = ___value0; NullCheck(L_0); int32_t L_2 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_0, ((CipherSuite_t3414744575 *)IsInstClass((RuntimeObject*)L_1, CipherSuite_t3414744575_il2cpp_TypeInfo_var))); return L_2; } } // Mono.Security.Protocol.Tls.CipherSuite Mono.Security.Protocol.Tls.CipherSuiteCollection::get_Item(System.String) extern "C" IL2CPP_METHOD_ATTR CipherSuite_t3414744575 * CipherSuiteCollection_get_Item_m2791953484 (CipherSuiteCollection_t1129639304 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CipherSuiteCollection_get_Item_m2791953484_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = __this->get_cipherSuites_0(); String_t* L_1 = ___name0; int32_t L_2 = CipherSuiteCollection_IndexOf_m2232557119(__this, L_1, /*hidden argument*/NULL); NullCheck(L_0); RuntimeObject * L_3 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_2); return ((CipherSuite_t3414744575 *)CastclassClass((RuntimeObject*)L_3, CipherSuite_t3414744575_il2cpp_TypeInfo_var)); } } // Mono.Security.Protocol.Tls.CipherSuite Mono.Security.Protocol.Tls.CipherSuiteCollection::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR CipherSuite_t3414744575 * CipherSuiteCollection_get_Item_m4188309062 (CipherSuiteCollection_t1129639304 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CipherSuiteCollection_get_Item_m4188309062_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = __this->get_cipherSuites_0(); int32_t L_1 = ___index0; NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1); return ((CipherSuite_t3414744575 *)CastclassClass((RuntimeObject*)L_2, CipherSuite_t3414744575_il2cpp_TypeInfo_var)); } } // System.Void Mono.Security.Protocol.Tls.CipherSuiteCollection::set_Item(System.Int32,Mono.Security.Protocol.Tls.CipherSuite) extern "C" IL2CPP_METHOD_ATTR void CipherSuiteCollection_set_Item_m2392524001 (CipherSuiteCollection_t1129639304 * __this, int32_t ___index0, CipherSuite_t3414744575 * ___value1, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_cipherSuites_0(); int32_t L_1 = ___index0; CipherSuite_t3414744575 * L_2 = ___value1; NullCheck(L_0); VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.ArrayList::set_Item(System.Int32,System.Object) */, L_0, L_1, L_2); return; } } // Mono.Security.Protocol.Tls.CipherSuite Mono.Security.Protocol.Tls.CipherSuiteCollection::get_Item(System.Int16) extern "C" IL2CPP_METHOD_ATTR CipherSuite_t3414744575 * CipherSuiteCollection_get_Item_m3790183696 (CipherSuiteCollection_t1129639304 * __this, int16_t ___code0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CipherSuiteCollection_get_Item_m3790183696_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = __this->get_cipherSuites_0(); int16_t L_1 = ___code0; int32_t L_2 = CipherSuiteCollection_IndexOf_m2770510321(__this, L_1, /*hidden argument*/NULL); NullCheck(L_0); RuntimeObject * L_3 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_2); return ((CipherSuite_t3414744575 *)CastclassClass((RuntimeObject*)L_3, CipherSuite_t3414744575_il2cpp_TypeInfo_var)); } } // System.Int32 Mono.Security.Protocol.Tls.CipherSuiteCollection::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t CipherSuiteCollection_get_Count_m4271692531 (CipherSuiteCollection_t1129639304 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_cipherSuites_0(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0); return L_1; } } // System.Boolean Mono.Security.Protocol.Tls.CipherSuiteCollection::get_IsFixedSize() extern "C" IL2CPP_METHOD_ATTR bool CipherSuiteCollection_get_IsFixedSize_m3127823890 (CipherSuiteCollection_t1129639304 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_cipherSuites_0(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(26 /* System.Boolean System.Collections.ArrayList::get_IsFixedSize() */, L_0); return L_1; } } // System.Boolean Mono.Security.Protocol.Tls.CipherSuiteCollection::get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool CipherSuiteCollection_get_IsReadOnly_m2263525365 (CipherSuiteCollection_t1129639304 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_cipherSuites_0(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(27 /* System.Boolean System.Collections.ArrayList::get_IsReadOnly() */, L_0); return L_1; } } // System.Void Mono.Security.Protocol.Tls.CipherSuiteCollection::CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CipherSuiteCollection_CopyTo_m3857518994 (CipherSuiteCollection_t1129639304 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_cipherSuites_0(); RuntimeArray * L_1 = ___array0; int32_t L_2 = ___index1; NullCheck(L_0); VirtActionInvoker2< RuntimeArray *, int32_t >::Invoke(41 /* System.Void System.Collections.ArrayList::CopyTo(System.Array,System.Int32) */, L_0, L_1, L_2); return; } } // System.Void Mono.Security.Protocol.Tls.CipherSuiteCollection::Clear() extern "C" IL2CPP_METHOD_ATTR void CipherSuiteCollection_Clear_m2642701260 (CipherSuiteCollection_t1129639304 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_cipherSuites_0(); NullCheck(L_0); VirtActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, L_0); return; } } // System.Int32 Mono.Security.Protocol.Tls.CipherSuiteCollection::IndexOf(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t CipherSuiteCollection_IndexOf_m2232557119 (CipherSuiteCollection_t1129639304 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CipherSuiteCollection_IndexOf_m2232557119_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CipherSuite_t3414744575 * V_1 = NULL; RuntimeObject* V_2 = NULL; int32_t V_3 = 0; RuntimeObject* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = 0; ArrayList_t2718874744 * L_0 = __this->get_cipherSuites_0(); NullCheck(L_0); RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_0); V_2 = L_1; } IL_000e: try { // begin try (depth: 1) { goto IL_003c; } IL_0013: { RuntimeObject* L_2 = V_2; NullCheck(L_2); RuntimeObject * L_3 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_2); V_1 = ((CipherSuite_t3414744575 *)CastclassClass((RuntimeObject*)L_3, CipherSuite_t3414744575_il2cpp_TypeInfo_var)); CipherSuite_t3414744575 * L_4 = V_1; NullCheck(L_4); String_t* L_5 = CipherSuite_get_Name_m1137568068(L_4, /*hidden argument*/NULL); String_t* L_6 = ___name0; bool L_7 = CipherSuiteCollection_cultureAwareCompare_m2072548979(__this, L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0038; } } IL_0031: { int32_t L_8 = V_0; V_3 = L_8; IL2CPP_LEAVE(0x63, FINALLY_004c); } IL_0038: { int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_003c: { RuntimeObject* L_10 = V_2; NullCheck(L_10); bool L_11 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_10); if (L_11) { goto IL_0013; } } IL_0047: { IL2CPP_LEAVE(0x61, FINALLY_004c); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_004c; } FINALLY_004c: { // begin finally (depth: 1) { RuntimeObject* L_12 = V_2; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_12, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_13 = V_4; if (L_13) { goto IL_0059; } } IL_0058: { IL2CPP_END_FINALLY(76) } IL_0059: { RuntimeObject* L_14 = V_4; NullCheck(L_14); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_14); IL2CPP_END_FINALLY(76) } } // end finally (depth: 1) IL2CPP_CLEANUP(76) { IL2CPP_JUMP_TBL(0x63, IL_0063) IL2CPP_JUMP_TBL(0x61, IL_0061) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0061: { return (-1); } IL_0063: { int32_t L_15 = V_3; return L_15; } } // System.Int32 Mono.Security.Protocol.Tls.CipherSuiteCollection::IndexOf(System.Int16) extern "C" IL2CPP_METHOD_ATTR int32_t CipherSuiteCollection_IndexOf_m2770510321 (CipherSuiteCollection_t1129639304 * __this, int16_t ___code0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CipherSuiteCollection_IndexOf_m2770510321_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CipherSuite_t3414744575 * V_1 = NULL; RuntimeObject* V_2 = NULL; int32_t V_3 = 0; RuntimeObject* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = 0; ArrayList_t2718874744 * L_0 = __this->get_cipherSuites_0(); NullCheck(L_0); RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_0); V_2 = L_1; } IL_000e: try { // begin try (depth: 1) { goto IL_0036; } IL_0013: { RuntimeObject* L_2 = V_2; NullCheck(L_2); RuntimeObject * L_3 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_2); V_1 = ((CipherSuite_t3414744575 *)CastclassClass((RuntimeObject*)L_3, CipherSuite_t3414744575_il2cpp_TypeInfo_var)); CipherSuite_t3414744575 * L_4 = V_1; NullCheck(L_4); int16_t L_5 = CipherSuite_get_Code_m3847824475(L_4, /*hidden argument*/NULL); int16_t L_6 = ___code0; if ((!(((uint32_t)L_5) == ((uint32_t)L_6)))) { goto IL_0032; } } IL_002b: { int32_t L_7 = V_0; V_3 = L_7; IL2CPP_LEAVE(0x5D, FINALLY_0046); } IL_0032: { int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0036: { RuntimeObject* L_9 = V_2; NullCheck(L_9); bool L_10 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_9); if (L_10) { goto IL_0013; } } IL_0041: { IL2CPP_LEAVE(0x5B, FINALLY_0046); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0046; } FINALLY_0046: { // begin finally (depth: 1) { RuntimeObject* L_11 = V_2; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_11, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_12 = V_4; if (L_12) { goto IL_0053; } } IL_0052: { IL2CPP_END_FINALLY(70) } IL_0053: { RuntimeObject* L_13 = V_4; NullCheck(L_13); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_13); IL2CPP_END_FINALLY(70) } } // end finally (depth: 1) IL2CPP_CLEANUP(70) { IL2CPP_JUMP_TBL(0x5D, IL_005d) IL2CPP_JUMP_TBL(0x5B, IL_005b) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_005b: { return (-1); } IL_005d: { int32_t L_14 = V_3; return L_14; } } // Mono.Security.Protocol.Tls.CipherSuite Mono.Security.Protocol.Tls.CipherSuiteCollection::Add(System.Int16,System.String,Mono.Security.Protocol.Tls.CipherAlgorithmType,Mono.Security.Protocol.Tls.HashAlgorithmType,Mono.Security.Protocol.Tls.ExchangeAlgorithmType,System.Boolean,System.Boolean,System.Byte,System.Byte,System.Int16,System.Byte,System.Byte) extern "C" IL2CPP_METHOD_ATTR CipherSuite_t3414744575 * CipherSuiteCollection_Add_m2046232751 (CipherSuiteCollection_t1129639304 * __this, int16_t ___code0, String_t* ___name1, int32_t ___cipherType2, int32_t ___hashType3, int32_t ___exchangeType4, bool ___exportable5, bool ___blockMode6, uint8_t ___keyMaterialSize7, uint8_t ___expandedKeyMaterialSize8, int16_t ___effectiveKeyBytes9, uint8_t ___ivSize10, uint8_t ___blockSize11, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CipherSuiteCollection_Add_m2046232751_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get_protocol_1(); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)((int32_t)-1073741824)))) { goto IL_0032; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)((int32_t)12)))) { goto IL_0074; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)((int32_t)48)))) { goto IL_0053; } } { int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)((int32_t)192)))) { goto IL_0032; } } { goto IL_0074; } IL_0032: { int16_t L_5 = ___code0; String_t* L_6 = ___name1; int32_t L_7 = ___cipherType2; int32_t L_8 = ___hashType3; int32_t L_9 = ___exchangeType4; bool L_10 = ___exportable5; bool L_11 = ___blockMode6; uint8_t L_12 = ___keyMaterialSize7; uint8_t L_13 = ___expandedKeyMaterialSize8; int16_t L_14 = ___effectiveKeyBytes9; uint8_t L_15 = ___ivSize10; uint8_t L_16 = ___blockSize11; TlsCipherSuite_t1545013223 * L_17 = (TlsCipherSuite_t1545013223 *)il2cpp_codegen_object_new(TlsCipherSuite_t1545013223_il2cpp_TypeInfo_var); TlsCipherSuite__ctor_m3580955828(L_17, L_5, L_6, L_7, L_8, L_9, L_10, L_11, L_12, L_13, L_14, L_15, L_16, /*hidden argument*/NULL); TlsCipherSuite_t1545013223 * L_18 = CipherSuiteCollection_add_m3005595589(__this, L_17, /*hidden argument*/NULL); return L_18; } IL_0053: { int16_t L_19 = ___code0; String_t* L_20 = ___name1; int32_t L_21 = ___cipherType2; int32_t L_22 = ___hashType3; int32_t L_23 = ___exchangeType4; bool L_24 = ___exportable5; bool L_25 = ___blockMode6; uint8_t L_26 = ___keyMaterialSize7; uint8_t L_27 = ___expandedKeyMaterialSize8; int16_t L_28 = ___effectiveKeyBytes9; uint8_t L_29 = ___ivSize10; uint8_t L_30 = ___blockSize11; SslCipherSuite_t1981645747 * L_31 = (SslCipherSuite_t1981645747 *)il2cpp_codegen_object_new(SslCipherSuite_t1981645747_il2cpp_TypeInfo_var); SslCipherSuite__ctor_m1470082018(L_31, L_19, L_20, L_21, L_22, L_23, L_24, L_25, L_26, L_27, L_28, L_29, L_30, /*hidden argument*/NULL); SslCipherSuite_t1981645747 * L_32 = CipherSuiteCollection_add_m1422128145(__this, L_31, /*hidden argument*/NULL); return L_32; } IL_0074: { NotSupportedException_t1314879016 * L_33 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_33, _stringLiteral2024143041, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_33,CipherSuiteCollection_Add_m2046232751_RuntimeMethod_var); } } // Mono.Security.Protocol.Tls.TlsCipherSuite Mono.Security.Protocol.Tls.CipherSuiteCollection::add(Mono.Security.Protocol.Tls.TlsCipherSuite) extern "C" IL2CPP_METHOD_ATTR TlsCipherSuite_t1545013223 * CipherSuiteCollection_add_m3005595589 (CipherSuiteCollection_t1129639304 * __this, TlsCipherSuite_t1545013223 * ___cipherSuite0, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_cipherSuites_0(); TlsCipherSuite_t1545013223 * L_1 = ___cipherSuite0; NullCheck(L_0); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_0, L_1); TlsCipherSuite_t1545013223 * L_2 = ___cipherSuite0; return L_2; } } // Mono.Security.Protocol.Tls.SslCipherSuite Mono.Security.Protocol.Tls.CipherSuiteCollection::add(Mono.Security.Protocol.Tls.SslCipherSuite) extern "C" IL2CPP_METHOD_ATTR SslCipherSuite_t1981645747 * CipherSuiteCollection_add_m1422128145 (CipherSuiteCollection_t1129639304 * __this, SslCipherSuite_t1981645747 * ___cipherSuite0, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_cipherSuites_0(); SslCipherSuite_t1981645747 * L_1 = ___cipherSuite0; NullCheck(L_0); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_0, L_1); SslCipherSuite_t1981645747 * L_2 = ___cipherSuite0; return L_2; } } // System.Boolean Mono.Security.Protocol.Tls.CipherSuiteCollection::cultureAwareCompare(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool CipherSuiteCollection_cultureAwareCompare_m2072548979 (CipherSuiteCollection_t1129639304 * __this, String_t* ___strA0, String_t* ___strB1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CipherSuiteCollection_cultureAwareCompare_m2072548979_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_0 = CultureInfo_get_CurrentCulture_m1632690660(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CompareInfo_t1092934962 * L_1 = VirtFuncInvoker0< CompareInfo_t1092934962 * >::Invoke(11 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_0); String_t* L_2 = ___strA0; String_t* L_3 = ___strB1; NullCheck(L_1); int32_t L_4 = VirtFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(6 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_1, L_2, L_3, ((int32_t)25)); if (L_4) { goto IL_001e; } } { G_B3_0 = 1; goto IL_001f; } IL_001e: { G_B3_0 = 0; } IL_001f: { return (bool)G_B3_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 // Mono.Security.Protocol.Tls.CipherSuiteCollection Mono.Security.Protocol.Tls.CipherSuiteFactory::GetSupportedCiphers(Mono.Security.Protocol.Tls.SecurityProtocolType) extern "C" IL2CPP_METHOD_ATTR CipherSuiteCollection_t1129639304 * CipherSuiteFactory_GetSupportedCiphers_m3260014148 (RuntimeObject * __this /* static, unused */, int32_t ___protocol0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CipherSuiteFactory_GetSupportedCiphers_m3260014148_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___protocol0; V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)((int32_t)-1073741824)))) { goto IL_002d; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)((int32_t)12)))) { goto IL_0039; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)((int32_t)48)))) { goto IL_0033; } } { int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)((int32_t)192)))) { goto IL_002d; } } { goto IL_0039; } IL_002d: { CipherSuiteCollection_t1129639304 * L_5 = CipherSuiteFactory_GetTls1SupportedCiphers_m3691819504(NULL /*static, unused*/, /*hidden argument*/NULL); return L_5; } IL_0033: { CipherSuiteCollection_t1129639304 * L_6 = CipherSuiteFactory_GetSsl3SupportedCiphers_m3757358569(NULL /*static, unused*/, /*hidden argument*/NULL); return L_6; } IL_0039: { NotSupportedException_t1314879016 * L_7 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_7, _stringLiteral3034282783, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,CipherSuiteFactory_GetSupportedCiphers_m3260014148_RuntimeMethod_var); } } // Mono.Security.Protocol.Tls.CipherSuiteCollection Mono.Security.Protocol.Tls.CipherSuiteFactory::GetTls1SupportedCiphers() extern "C" IL2CPP_METHOD_ATTR CipherSuiteCollection_t1129639304 * CipherSuiteFactory_GetTls1SupportedCiphers_m3691819504 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CipherSuiteFactory_GetTls1SupportedCiphers_m3691819504_MetadataUsageId); s_Il2CppMethodInitialized = true; } CipherSuiteCollection_t1129639304 * V_0 = NULL; { CipherSuiteCollection_t1129639304 * L_0 = (CipherSuiteCollection_t1129639304 *)il2cpp_codegen_object_new(CipherSuiteCollection_t1129639304_il2cpp_TypeInfo_var); CipherSuiteCollection__ctor_m384434353(L_0, ((int32_t)192), /*hidden argument*/NULL); V_0 = L_0; CipherSuiteCollection_t1129639304 * L_1 = V_0; NullCheck(L_1); CipherSuiteCollection_Add_m2046232751(L_1, (int16_t)((int32_t)53), _stringLiteral2728941485, 4, 2, 3, (bool)0, (bool)1, (uint8_t)((int32_t)32), (uint8_t)((int32_t)32), (int16_t)((int32_t)256), (uint8_t)((int32_t)16), (uint8_t)((int32_t)16), /*hidden argument*/NULL); CipherSuiteCollection_t1129639304 * L_2 = V_0; NullCheck(L_2); CipherSuiteCollection_Add_m2046232751(L_2, (int16_t)((int32_t)47), _stringLiteral1174641524, 4, 2, 3, (bool)0, (bool)1, (uint8_t)((int32_t)16), (uint8_t)((int32_t)16), (int16_t)((int32_t)128), (uint8_t)((int32_t)16), (uint8_t)((int32_t)16), /*hidden argument*/NULL); CipherSuiteCollection_t1129639304 * L_3 = V_0; NullCheck(L_3); CipherSuiteCollection_Add_m2046232751(L_3, (int16_t)((int32_t)10), _stringLiteral1749648451, 6, 2, 3, (bool)0, (bool)1, (uint8_t)((int32_t)24), (uint8_t)((int32_t)24), (int16_t)((int32_t)168), (uint8_t)8, (uint8_t)8, /*hidden argument*/NULL); CipherSuiteCollection_t1129639304 * L_4 = V_0; NullCheck(L_4); CipherSuiteCollection_Add_m2046232751(L_4, (int16_t)5, _stringLiteral2927991799, 3, 2, 3, (bool)0, (bool)0, (uint8_t)((int32_t)16), (uint8_t)((int32_t)16), (int16_t)((int32_t)128), (uint8_t)0, (uint8_t)0, /*hidden argument*/NULL); CipherSuiteCollection_t1129639304 * L_5 = V_0; NullCheck(L_5); CipherSuiteCollection_Add_m2046232751(L_5, (int16_t)4, _stringLiteral945956019, 3, 0, 3, (bool)0, (bool)0, (uint8_t)((int32_t)16), (uint8_t)((int32_t)16), (int16_t)((int32_t)128), (uint8_t)0, (uint8_t)0, /*hidden argument*/NULL); CipherSuiteCollection_t1129639304 * L_6 = V_0; NullCheck(L_6); CipherSuiteCollection_Add_m2046232751(L_6, (int16_t)((int32_t)9), _stringLiteral4284309600, 0, 2, 3, (bool)0, (bool)1, (uint8_t)8, (uint8_t)8, (int16_t)((int32_t)56), (uint8_t)8, (uint8_t)8, /*hidden argument*/NULL); CipherSuiteCollection_t1129639304 * L_7 = V_0; NullCheck(L_7); CipherSuiteCollection_Add_m2046232751(L_7, (int16_t)3, _stringLiteral3499506080, 3, 0, 3, (bool)1, (bool)0, (uint8_t)5, (uint8_t)((int32_t)16), (int16_t)((int32_t)40), (uint8_t)0, (uint8_t)0, /*hidden argument*/NULL); CipherSuiteCollection_t1129639304 * L_8 = V_0; NullCheck(L_8); CipherSuiteCollection_Add_m2046232751(L_8, (int16_t)6, _stringLiteral1938928454, 2, 0, 3, (bool)1, (bool)1, (uint8_t)5, (uint8_t)((int32_t)16), (int16_t)((int32_t)40), (uint8_t)8, (uint8_t)8, /*hidden argument*/NULL); CipherSuiteCollection_t1129639304 * L_9 = V_0; NullCheck(L_9); CipherSuiteCollection_Add_m2046232751(L_9, (int16_t)8, _stringLiteral1063943309, 0, 2, 3, (bool)1, (bool)1, (uint8_t)5, (uint8_t)8, (int16_t)((int32_t)40), (uint8_t)8, (uint8_t)8, /*hidden argument*/NULL); CipherSuiteCollection_t1129639304 * L_10 = V_0; NullCheck(L_10); CipherSuiteCollection_Add_m2046232751(L_10, (int16_t)((int32_t)96), _stringLiteral3486530047, 3, 0, 3, (bool)1, (bool)0, (uint8_t)7, (uint8_t)((int32_t)16), (int16_t)((int32_t)56), (uint8_t)0, (uint8_t)0, /*hidden argument*/NULL); CipherSuiteCollection_t1129639304 * L_11 = V_0; NullCheck(L_11); CipherSuiteCollection_Add_m2046232751(L_11, (int16_t)((int32_t)97), _stringLiteral1927525029, 2, 0, 3, (bool)1, (bool)1, (uint8_t)7, (uint8_t)((int32_t)16), (int16_t)((int32_t)56), (uint8_t)8, (uint8_t)8, /*hidden argument*/NULL); CipherSuiteCollection_t1129639304 * L_12 = V_0; NullCheck(L_12); CipherSuiteCollection_Add_m2046232751(L_12, (int16_t)((int32_t)98), _stringLiteral2791101299, 0, 2, 3, (bool)1, (bool)1, (uint8_t)8, (uint8_t)8, (int16_t)((int32_t)64), (uint8_t)8, (uint8_t)8, /*hidden argument*/NULL); CipherSuiteCollection_t1129639304 * L_13 = V_0; NullCheck(L_13); CipherSuiteCollection_Add_m2046232751(L_13, (int16_t)((int32_t)100), _stringLiteral2047228403, 3, 2, 3, (bool)1, (bool)0, (uint8_t)7, (uint8_t)((int32_t)16), (int16_t)((int32_t)56), (uint8_t)0, (uint8_t)0, /*hidden argument*/NULL); CipherSuiteCollection_t1129639304 * L_14 = V_0; return L_14; } } // Mono.Security.Protocol.Tls.CipherSuiteCollection Mono.Security.Protocol.Tls.CipherSuiteFactory::GetSsl3SupportedCiphers() extern "C" IL2CPP_METHOD_ATTR CipherSuiteCollection_t1129639304 * CipherSuiteFactory_GetSsl3SupportedCiphers_m3757358569 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CipherSuiteFactory_GetSsl3SupportedCiphers_m3757358569_MetadataUsageId); s_Il2CppMethodInitialized = true; } CipherSuiteCollection_t1129639304 * V_0 = NULL; { CipherSuiteCollection_t1129639304 * L_0 = (CipherSuiteCollection_t1129639304 *)il2cpp_codegen_object_new(CipherSuiteCollection_t1129639304_il2cpp_TypeInfo_var); CipherSuiteCollection__ctor_m384434353(L_0, ((int32_t)48), /*hidden argument*/NULL); V_0 = L_0; CipherSuiteCollection_t1129639304 * L_1 = V_0; NullCheck(L_1); CipherSuiteCollection_Add_m2046232751(L_1, (int16_t)((int32_t)53), _stringLiteral3622179847, 4, 2, 3, (bool)0, (bool)1, (uint8_t)((int32_t)32), (uint8_t)((int32_t)32), (int16_t)((int32_t)256), (uint8_t)((int32_t)16), (uint8_t)((int32_t)16), /*hidden argument*/NULL); CipherSuiteCollection_t1129639304 * L_2 = V_0; NullCheck(L_2); CipherSuiteCollection_Add_m2046232751(L_2, (int16_t)((int32_t)10), _stringLiteral3519915121, 6, 2, 3, (bool)0, (bool)1, (uint8_t)((int32_t)24), (uint8_t)((int32_t)24), (int16_t)((int32_t)168), (uint8_t)8, (uint8_t)8, /*hidden argument*/NULL); CipherSuiteCollection_t1129639304 * L_3 = V_0; NullCheck(L_3); CipherSuiteCollection_Add_m2046232751(L_3, (int16_t)5, _stringLiteral3746471772, 3, 2, 3, (bool)0, (bool)0, (uint8_t)((int32_t)16), (uint8_t)((int32_t)16), (int16_t)((int32_t)128), (uint8_t)0, (uint8_t)0, /*hidden argument*/NULL); CipherSuiteCollection_t1129639304 * L_4 = V_0; NullCheck(L_4); CipherSuiteCollection_Add_m2046232751(L_4, (int16_t)4, _stringLiteral1306161608, 3, 0, 3, (bool)0, (bool)0, (uint8_t)((int32_t)16), (uint8_t)((int32_t)16), (int16_t)((int32_t)128), (uint8_t)0, (uint8_t)0, /*hidden argument*/NULL); CipherSuiteCollection_t1129639304 * L_5 = V_0; NullCheck(L_5); CipherSuiteCollection_Add_m2046232751(L_5, (int16_t)((int32_t)9), _stringLiteral3387223069, 0, 2, 3, (bool)0, (bool)1, (uint8_t)8, (uint8_t)8, (int16_t)((int32_t)56), (uint8_t)8, (uint8_t)8, /*hidden argument*/NULL); CipherSuiteCollection_t1129639304 * L_6 = V_0; NullCheck(L_6); CipherSuiteCollection_Add_m2046232751(L_6, (int16_t)3, _stringLiteral123659953, 3, 0, 3, (bool)1, (bool)0, (uint8_t)5, (uint8_t)((int32_t)16), (int16_t)((int32_t)40), (uint8_t)0, (uint8_t)0, /*hidden argument*/NULL); CipherSuiteCollection_t1129639304 * L_7 = V_0; NullCheck(L_7); CipherSuiteCollection_Add_m2046232751(L_7, (int16_t)6, _stringLiteral2217280364, 2, 0, 3, (bool)1, (bool)1, (uint8_t)5, (uint8_t)((int32_t)16), (int16_t)((int32_t)40), (uint8_t)8, (uint8_t)8, /*hidden argument*/NULL); CipherSuiteCollection_t1129639304 * L_8 = V_0; NullCheck(L_8); CipherSuiteCollection_Add_m2046232751(L_8, (int16_t)8, _stringLiteral969659244, 0, 2, 3, (bool)1, (bool)1, (uint8_t)5, (uint8_t)8, (int16_t)((int32_t)40), (uint8_t)8, (uint8_t)8, /*hidden argument*/NULL); CipherSuiteCollection_t1129639304 * L_9 = V_0; NullCheck(L_9); CipherSuiteCollection_Add_m2046232751(L_9, (int16_t)((int32_t)96), _stringLiteral127985362, 3, 0, 3, (bool)1, (bool)0, (uint8_t)7, (uint8_t)((int32_t)16), (int16_t)((int32_t)56), (uint8_t)0, (uint8_t)0, /*hidden argument*/NULL); CipherSuiteCollection_t1129639304 * L_10 = V_0; NullCheck(L_10); CipherSuiteCollection_Add_m2046232751(L_10, (int16_t)((int32_t)97), _stringLiteral2198012883, 2, 0, 3, (bool)1, (bool)1, (uint8_t)7, (uint8_t)((int32_t)16), (int16_t)((int32_t)56), (uint8_t)8, (uint8_t)8, /*hidden argument*/NULL); CipherSuiteCollection_t1129639304 * L_11 = V_0; NullCheck(L_11); CipherSuiteCollection_Add_m2046232751(L_11, (int16_t)((int32_t)98), _stringLiteral1238132549, 0, 2, 3, (bool)1, (bool)1, (uint8_t)8, (uint8_t)8, (int16_t)((int32_t)64), (uint8_t)8, (uint8_t)8, /*hidden argument*/NULL); CipherSuiteCollection_t1129639304 * L_12 = V_0; NullCheck(L_12); CipherSuiteCollection_Add_m2046232751(L_12, (int16_t)((int32_t)100), _stringLiteral1282074326, 3, 2, 3, (bool)1, (bool)0, (uint8_t)7, (uint8_t)((int32_t)16), (int16_t)((int32_t)56), (uint8_t)0, (uint8_t)0, /*hidden argument*/NULL); CipherSuiteCollection_t1129639304 * L_13 = V_0; return L_13; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Security.Protocol.Tls.ClientContext::.ctor(Mono.Security.Protocol.Tls.SslClientStream,Mono.Security.Protocol.Tls.SecurityProtocolType,System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection) extern "C" IL2CPP_METHOD_ATTR void ClientContext__ctor_m3993227749 (ClientContext_t2797401965 * __this, SslClientStream_t3914624661 * ___stream0, int32_t ___securityProtocolType1, String_t* ___targetHost2, X509CertificateCollection_t3399372417 * ___clientCertificates3, const RuntimeMethod* method) { { int32_t L_0 = ___securityProtocolType1; Context__ctor_m1288667393(__this, L_0, /*hidden argument*/NULL); SslClientStream_t3914624661 * L_1 = ___stream0; __this->set_sslStream_30(L_1); TlsClientSettings_t2486039503 * L_2 = Context_get_ClientSettings_m2874391194(__this, /*hidden argument*/NULL); X509CertificateCollection_t3399372417 * L_3 = ___clientCertificates3; NullCheck(L_2); TlsClientSettings_set_Certificates_m3887201895(L_2, L_3, /*hidden argument*/NULL); TlsClientSettings_t2486039503 * L_4 = Context_get_ClientSettings_m2874391194(__this, /*hidden argument*/NULL); String_t* L_5 = ___targetHost2; NullCheck(L_4); TlsClientSettings_set_TargetHost_m3350021121(L_4, L_5, /*hidden argument*/NULL); return; } } // Mono.Security.Protocol.Tls.SslClientStream Mono.Security.Protocol.Tls.ClientContext::get_SslStream() extern "C" IL2CPP_METHOD_ATTR SslClientStream_t3914624661 * ClientContext_get_SslStream_m1583577309 (ClientContext_t2797401965 * __this, const RuntimeMethod* method) { { SslClientStream_t3914624661 * L_0 = __this->get_sslStream_30(); return L_0; } } // System.Int16 Mono.Security.Protocol.Tls.ClientContext::get_ClientHelloProtocol() extern "C" IL2CPP_METHOD_ATTR int16_t ClientContext_get_ClientHelloProtocol_m1654639078 (ClientContext_t2797401965 * __this, const RuntimeMethod* method) { { int16_t L_0 = __this->get_clientHelloProtocol_31(); return L_0; } } // System.Void Mono.Security.Protocol.Tls.ClientContext::set_ClientHelloProtocol(System.Int16) extern "C" IL2CPP_METHOD_ATTR void ClientContext_set_ClientHelloProtocol_m4189379912 (ClientContext_t2797401965 * __this, int16_t ___value0, const RuntimeMethod* method) { { int16_t L_0 = ___value0; __this->set_clientHelloProtocol_31(L_0); return; } } // System.Void Mono.Security.Protocol.Tls.ClientContext::Clear() extern "C" IL2CPP_METHOD_ATTR void ClientContext_Clear_m1774063253 (ClientContext_t2797401965 * __this, const RuntimeMethod* method) { { __this->set_clientHelloProtocol_31((int16_t)0); Context_Clear_m2678836033(__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 Mono.Security.Protocol.Tls.ClientRecordProtocol::.ctor(System.IO.Stream,Mono.Security.Protocol.Tls.ClientContext) extern "C" IL2CPP_METHOD_ATTR void ClientRecordProtocol__ctor_m2839844778 (ClientRecordProtocol_t2031137796 * __this, Stream_t1273022909 * ___innerStream0, ClientContext_t2797401965 * ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ClientRecordProtocol__ctor_m2839844778_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Stream_t1273022909 * L_0 = ___innerStream0; ClientContext_t2797401965 * L_1 = ___context1; IL2CPP_RUNTIME_CLASS_INIT(RecordProtocol_t3759049701_il2cpp_TypeInfo_var); RecordProtocol__ctor_m1695232390(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // Mono.Security.Protocol.Tls.Handshake.HandshakeMessage Mono.Security.Protocol.Tls.ClientRecordProtocol::GetMessage(Mono.Security.Protocol.Tls.Handshake.HandshakeType) extern "C" IL2CPP_METHOD_ATTR HandshakeMessage_t3696583168 * ClientRecordProtocol_GetMessage_m797000123 (ClientRecordProtocol_t2031137796 * __this, uint8_t ___type0, const RuntimeMethod* method) { HandshakeMessage_t3696583168 * V_0 = NULL; { uint8_t L_0 = ___type0; HandshakeMessage_t3696583168 * L_1 = ClientRecordProtocol_createClientHandshakeMessage_m3325677558(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; HandshakeMessage_t3696583168 * L_2 = V_0; return L_2; } } // System.Void Mono.Security.Protocol.Tls.ClientRecordProtocol::ProcessHandshakeMessage(Mono.Security.Protocol.Tls.TlsStream) extern "C" IL2CPP_METHOD_ATTR void ClientRecordProtocol_ProcessHandshakeMessage_m1002991731 (ClientRecordProtocol_t2031137796 * __this, TlsStream_t2365453965 * ___handMsg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ClientRecordProtocol_ProcessHandshakeMessage_m1002991731_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint8_t V_0 = 0; HandshakeMessage_t3696583168 * V_1 = NULL; int32_t V_2 = 0; ByteU5BU5D_t4116647657* V_3 = NULL; { TlsStream_t2365453965 * L_0 = ___handMsg0; NullCheck(L_0); uint8_t L_1 = TlsStream_ReadByte_m3396126844(L_0, /*hidden argument*/NULL); V_0 = L_1; V_1 = (HandshakeMessage_t3696583168 *)NULL; TlsStream_t2365453965 * L_2 = ___handMsg0; NullCheck(L_2); int32_t L_3 = TlsStream_ReadInt24_m3096782201(L_2, /*hidden argument*/NULL); V_2 = L_3; V_3 = (ByteU5BU5D_t4116647657*)NULL; int32_t L_4 = V_2; if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_002a; } } { int32_t L_5 = V_2; V_3 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_5)); TlsStream_t2365453965 * L_6 = ___handMsg0; ByteU5BU5D_t4116647657* L_7 = V_3; int32_t L_8 = V_2; NullCheck(L_6); VirtFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(16 /* System.Int32 Mono.Security.Protocol.Tls.TlsStream::Read(System.Byte[],System.Int32,System.Int32) */, L_6, L_7, 0, L_8); } IL_002a: { uint8_t L_9 = V_0; ByteU5BU5D_t4116647657* L_10 = V_3; HandshakeMessage_t3696583168 * L_11 = ClientRecordProtocol_createServerHandshakeMessage_m2804371400(__this, L_9, L_10, /*hidden argument*/NULL); V_1 = L_11; HandshakeMessage_t3696583168 * L_12 = V_1; if (!L_12) { goto IL_003f; } } { HandshakeMessage_t3696583168 * L_13 = V_1; NullCheck(L_13); HandshakeMessage_Process_m810828609(L_13, /*hidden argument*/NULL); } IL_003f: { Context_t3971234707 * L_14 = RecordProtocol_get_Context_m3273611300(__this, /*hidden argument*/NULL); uint8_t L_15 = V_0; NullCheck(L_14); Context_set_LastHandshakeMsg_m1770618067(L_14, L_15, /*hidden argument*/NULL); HandshakeMessage_t3696583168 * L_16 = V_1; if (!L_16) { goto IL_0095; } } { HandshakeMessage_t3696583168 * L_17 = V_1; NullCheck(L_17); VirtActionInvoker0::Invoke(28 /* System.Void Mono.Security.Protocol.Tls.Handshake.HandshakeMessage::Update() */, L_17); Context_t3971234707 * L_18 = RecordProtocol_get_Context_m3273611300(__this, /*hidden argument*/NULL); NullCheck(L_18); TlsStream_t2365453965 * L_19 = Context_get_HandshakeMessages_m3655705111(L_18, /*hidden argument*/NULL); uint8_t L_20 = V_0; NullCheck(L_19); VirtActionInvoker1< uint8_t >::Invoke(21 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_19, L_20); Context_t3971234707 * L_21 = RecordProtocol_get_Context_m3273611300(__this, /*hidden argument*/NULL); NullCheck(L_21); TlsStream_t2365453965 * L_22 = Context_get_HandshakeMessages_m3655705111(L_21, /*hidden argument*/NULL); int32_t L_23 = V_2; NullCheck(L_22); TlsStream_WriteInt24_m58952549(L_22, L_23, /*hidden argument*/NULL); int32_t L_24 = V_2; if ((((int32_t)L_24) <= ((int32_t)0))) { goto IL_0095; } } { Context_t3971234707 * L_25 = RecordProtocol_get_Context_m3273611300(__this, /*hidden argument*/NULL); NullCheck(L_25); TlsStream_t2365453965 * L_26 = Context_get_HandshakeMessages_m3655705111(L_25, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_27 = V_3; ByteU5BU5D_t4116647657* L_28 = V_3; NullCheck(L_28); NullCheck(L_26); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(20 /* System.Void Mono.Security.Protocol.Tls.TlsStream::Write(System.Byte[],System.Int32,System.Int32) */, L_26, L_27, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_28)->max_length))))); } IL_0095: { return; } } // Mono.Security.Protocol.Tls.Handshake.HandshakeMessage Mono.Security.Protocol.Tls.ClientRecordProtocol::createClientHandshakeMessage(Mono.Security.Protocol.Tls.Handshake.HandshakeType) extern "C" IL2CPP_METHOD_ATTR HandshakeMessage_t3696583168 * ClientRecordProtocol_createClientHandshakeMessage_m3325677558 (ClientRecordProtocol_t2031137796 * __this, uint8_t ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ClientRecordProtocol_createClientHandshakeMessage_m3325677558_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint8_t V_0 = 0; { uint8_t L_0 = ___type0; V_0 = L_0; uint8_t L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)15)))) { case 0: { goto IL_005b; } case 1: { goto IL_004f; } case 2: { goto IL_0023; } case 3: { goto IL_0023; } case 4: { goto IL_0023; } case 5: { goto IL_0067; } } } IL_0023: { uint8_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_0037; } } { uint8_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)((int32_t)11)))) { goto IL_0043; } } { goto IL_0073; } IL_0037: { Context_t3971234707 * L_4 = ((RecordProtocol_t3759049701 *)__this)->get_context_2(); TlsClientHello_t97965998 * L_5 = (TlsClientHello_t97965998 *)il2cpp_codegen_object_new(TlsClientHello_t97965998_il2cpp_TypeInfo_var); TlsClientHello__ctor_m1986768336(L_5, L_4, /*hidden argument*/NULL); return L_5; } IL_0043: { Context_t3971234707 * L_6 = ((RecordProtocol_t3759049701 *)__this)->get_context_2(); TlsClientCertificate_t3519510577 * L_7 = (TlsClientCertificate_t3519510577 *)il2cpp_codegen_object_new(TlsClientCertificate_t3519510577_il2cpp_TypeInfo_var); TlsClientCertificate__ctor_m101524132(L_7, L_6, /*hidden argument*/NULL); return L_7; } IL_004f: { Context_t3971234707 * L_8 = ((RecordProtocol_t3759049701 *)__this)->get_context_2(); TlsClientKeyExchange_t643923608 * L_9 = (TlsClientKeyExchange_t643923608 *)il2cpp_codegen_object_new(TlsClientKeyExchange_t643923608_il2cpp_TypeInfo_var); TlsClientKeyExchange__ctor_m31786095(L_9, L_8, /*hidden argument*/NULL); return L_9; } IL_005b: { Context_t3971234707 * L_10 = ((RecordProtocol_t3759049701 *)__this)->get_context_2(); TlsClientCertificateVerify_t1824902654 * L_11 = (TlsClientCertificateVerify_t1824902654 *)il2cpp_codegen_object_new(TlsClientCertificateVerify_t1824902654_il2cpp_TypeInfo_var); TlsClientCertificateVerify__ctor_m1589614281(L_11, L_10, /*hidden argument*/NULL); return L_11; } IL_0067: { Context_t3971234707 * L_12 = ((RecordProtocol_t3759049701 *)__this)->get_context_2(); TlsClientFinished_t2486981163 * L_13 = (TlsClientFinished_t2486981163 *)il2cpp_codegen_object_new(TlsClientFinished_t2486981163_il2cpp_TypeInfo_var); TlsClientFinished__ctor_m399357014(L_13, L_12, /*hidden argument*/NULL); return L_13; } IL_0073: { uint8_t L_14 = ___type0; uint8_t L_15 = L_14; RuntimeObject * L_16 = Box(HandshakeType_t3062346172_il2cpp_TypeInfo_var, &L_15); NullCheck((Enum_t4135868527 *)L_16); String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Enum::ToString() */, (Enum_t4135868527 *)L_16); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_18 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1510332022, L_17, /*hidden argument*/NULL); InvalidOperationException_t56020091 * L_19 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_19, L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19,ClientRecordProtocol_createClientHandshakeMessage_m3325677558_RuntimeMethod_var); } } // Mono.Security.Protocol.Tls.Handshake.HandshakeMessage Mono.Security.Protocol.Tls.ClientRecordProtocol::createServerHandshakeMessage(Mono.Security.Protocol.Tls.Handshake.HandshakeType,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR HandshakeMessage_t3696583168 * ClientRecordProtocol_createServerHandshakeMessage_m2804371400 (ClientRecordProtocol_t2031137796 * __this, uint8_t ___type0, ByteU5BU5D_t4116647657* ___buffer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ClientRecordProtocol_createServerHandshakeMessage_m2804371400_MetadataUsageId); s_Il2CppMethodInitialized = true; } ClientContext_t2797401965 * V_0 = NULL; uint8_t V_1 = 0; { Context_t3971234707 * L_0 = ((RecordProtocol_t3759049701 *)__this)->get_context_2(); V_0 = ((ClientContext_t2797401965 *)CastclassClass((RuntimeObject*)L_0, ClientContext_t2797401965_il2cpp_TypeInfo_var)); uint8_t L_1 = ___type0; V_1 = L_1; uint8_t L_2 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)11)))) { case 0: { goto IL_0086; } case 1: { goto IL_0093; } case 2: { goto IL_00a0; } case 3: { goto IL_00ad; } case 4: { goto IL_003f; } case 5: { goto IL_003f; } case 6: { goto IL_003f; } case 7: { goto IL_003f; } case 8: { goto IL_003f; } case 9: { goto IL_00ba; } } } IL_003f: { uint8_t L_3 = V_1; switch (L_3) { case 0: { goto IL_0056; } case 1: { goto IL_00c7; } case 2: { goto IL_0079; } } } { goto IL_00c7; } IL_0056: { ClientContext_t2797401965 * L_4 = V_0; NullCheck(L_4); int32_t L_5 = Context_get_HandshakeState_m2425796590(L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) == ((int32_t)1))) { goto IL_006e; } } { ClientContext_t2797401965 * L_6 = V_0; NullCheck(L_6); Context_set_HandshakeState_m1329976135(L_6, 0, /*hidden argument*/NULL); goto IL_0077; } IL_006e: { RecordProtocol_SendAlert_m2670098001(__this, 1, ((int32_t)100), /*hidden argument*/NULL); } IL_0077: { return (HandshakeMessage_t3696583168 *)NULL; } IL_0079: { Context_t3971234707 * L_7 = ((RecordProtocol_t3759049701 *)__this)->get_context_2(); ByteU5BU5D_t4116647657* L_8 = ___buffer1; TlsServerHello_t3343859594 * L_9 = (TlsServerHello_t3343859594 *)il2cpp_codegen_object_new(TlsServerHello_t3343859594_il2cpp_TypeInfo_var); TlsServerHello__ctor_m3887266572(L_9, L_7, L_8, /*hidden argument*/NULL); return L_9; } IL_0086: { Context_t3971234707 * L_10 = ((RecordProtocol_t3759049701 *)__this)->get_context_2(); ByteU5BU5D_t4116647657* L_11 = ___buffer1; TlsServerCertificate_t2716496392 * L_12 = (TlsServerCertificate_t2716496392 *)il2cpp_codegen_object_new(TlsServerCertificate_t2716496392_il2cpp_TypeInfo_var); TlsServerCertificate__ctor_m389328097(L_12, L_10, L_11, /*hidden argument*/NULL); return L_12; } IL_0093: { Context_t3971234707 * L_13 = ((RecordProtocol_t3759049701 *)__this)->get_context_2(); ByteU5BU5D_t4116647657* L_14 = ___buffer1; TlsServerKeyExchange_t699469151 * L_15 = (TlsServerKeyExchange_t699469151 *)il2cpp_codegen_object_new(TlsServerKeyExchange_t699469151_il2cpp_TypeInfo_var); TlsServerKeyExchange__ctor_m3572942737(L_15, L_13, L_14, /*hidden argument*/NULL); return L_15; } IL_00a0: { Context_t3971234707 * L_16 = ((RecordProtocol_t3759049701 *)__this)->get_context_2(); ByteU5BU5D_t4116647657* L_17 = ___buffer1; TlsServerCertificateRequest_t3690397592 * L_18 = (TlsServerCertificateRequest_t3690397592 *)il2cpp_codegen_object_new(TlsServerCertificateRequest_t3690397592_il2cpp_TypeInfo_var); TlsServerCertificateRequest__ctor_m1334974076(L_18, L_16, L_17, /*hidden argument*/NULL); return L_18; } IL_00ad: { Context_t3971234707 * L_19 = ((RecordProtocol_t3759049701 *)__this)->get_context_2(); ByteU5BU5D_t4116647657* L_20 = ___buffer1; TlsServerHelloDone_t1850379324 * L_21 = (TlsServerHelloDone_t1850379324 *)il2cpp_codegen_object_new(TlsServerHelloDone_t1850379324_il2cpp_TypeInfo_var); TlsServerHelloDone__ctor_m173627900(L_21, L_19, L_20, /*hidden argument*/NULL); return L_21; } IL_00ba: { Context_t3971234707 * L_22 = ((RecordProtocol_t3759049701 *)__this)->get_context_2(); ByteU5BU5D_t4116647657* L_23 = ___buffer1; TlsServerFinished_t3860330041 * L_24 = (TlsServerFinished_t3860330041 *)il2cpp_codegen_object_new(TlsServerFinished_t3860330041_il2cpp_TypeInfo_var); TlsServerFinished__ctor_m1445633918(L_24, L_22, L_23, /*hidden argument*/NULL); return L_24; } IL_00c7: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_25 = CultureInfo_get_CurrentUICulture_m959203371(NULL /*static, unused*/, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_26 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); uint8_t L_27 = ___type0; uint8_t L_28 = L_27; RuntimeObject * L_29 = Box(HandshakeType_t3062346172_il2cpp_TypeInfo_var, &L_28); NullCheck((Enum_t4135868527 *)L_29); String_t* L_30 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Enum::ToString() */, (Enum_t4135868527 *)L_29); NullCheck(L_26); ArrayElementTypeCheck (L_26, L_30); (L_26)->SetAt(static_cast(0), (RuntimeObject *)L_30); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_31 = String_Format_m1881875187(NULL /*static, unused*/, L_25, _stringLiteral54796683, L_26, /*hidden argument*/NULL); TlsException_t3534743363 * L_32 = (TlsException_t3534743363 *)il2cpp_codegen_object_new(TlsException_t3534743363_il2cpp_TypeInfo_var); TlsException__ctor_m3242533711(L_32, ((int32_t)10), L_31, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_32,ClientRecordProtocol_createServerHandshakeMessage_m2804371400_RuntimeMethod_var); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Security.Protocol.Tls.ClientSessionCache::.cctor() extern "C" IL2CPP_METHOD_ATTR void ClientSessionCache__cctor_m1380704214 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ClientSessionCache__cctor_m1380704214_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Hashtable_t1853889766 * L_0 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_0, /*hidden argument*/NULL); ((ClientSessionCache_t2353595803_StaticFields*)il2cpp_codegen_static_fields_for(ClientSessionCache_t2353595803_il2cpp_TypeInfo_var))->set_cache_0(L_0); RuntimeObject * L_1 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m297566312(L_1, /*hidden argument*/NULL); ((ClientSessionCache_t2353595803_StaticFields*)il2cpp_codegen_static_fields_for(ClientSessionCache_t2353595803_il2cpp_TypeInfo_var))->set_locker_1(L_1); return; } } // System.Void Mono.Security.Protocol.Tls.ClientSessionCache::Add(System.String,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void ClientSessionCache_Add_m964342678 (RuntimeObject * __this /* static, unused */, String_t* ___host0, ByteU5BU5D_t4116647657* ___id1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ClientSessionCache_Add_m964342678_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; String_t* V_1 = NULL; ClientSessionInfo_t1775821398 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(ClientSessionCache_t2353595803_il2cpp_TypeInfo_var); RuntimeObject * L_0 = ((ClientSessionCache_t2353595803_StaticFields*)il2cpp_codegen_static_fields_for(ClientSessionCache_t2353595803_il2cpp_TypeInfo_var))->get_locker_1(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000c: try { // begin try (depth: 1) { ByteU5BU5D_t4116647657* L_2 = ___id1; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); String_t* L_3 = BitConverter_ToString_m3464863163(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_1 = L_3; IL2CPP_RUNTIME_CLASS_INIT(ClientSessionCache_t2353595803_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_4 = ((ClientSessionCache_t2353595803_StaticFields*)il2cpp_codegen_static_fields_for(ClientSessionCache_t2353595803_il2cpp_TypeInfo_var))->get_cache_0(); String_t* L_5 = V_1; NullCheck(L_4); RuntimeObject * L_6 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_4, L_5); V_2 = ((ClientSessionInfo_t1775821398 *)CastclassClass((RuntimeObject*)L_6, ClientSessionInfo_t1775821398_il2cpp_TypeInfo_var)); ClientSessionInfo_t1775821398 * L_7 = V_2; if (L_7) { goto IL_0041; } } IL_002a: { IL2CPP_RUNTIME_CLASS_INIT(ClientSessionCache_t2353595803_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_8 = ((ClientSessionCache_t2353595803_StaticFields*)il2cpp_codegen_static_fields_for(ClientSessionCache_t2353595803_il2cpp_TypeInfo_var))->get_cache_0(); String_t* L_9 = V_1; String_t* L_10 = ___host0; ByteU5BU5D_t4116647657* L_11 = ___id1; ClientSessionInfo_t1775821398 * L_12 = (ClientSessionInfo_t1775821398 *)il2cpp_codegen_object_new(ClientSessionInfo_t1775821398_il2cpp_TypeInfo_var); ClientSessionInfo__ctor_m2436192270(L_12, L_10, L_11, /*hidden argument*/NULL); NullCheck(L_8); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_8, L_9, L_12); goto IL_0080; } IL_0041: { ClientSessionInfo_t1775821398 * L_13 = V_2; NullCheck(L_13); String_t* L_14 = ClientSessionInfo_get_HostName_m2118440995(L_13, /*hidden argument*/NULL); String_t* L_15 = ___host0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_16 = String_op_Equality_m920492651(NULL /*static, unused*/, L_14, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_005d; } } IL_0052: { ClientSessionInfo_t1775821398 * L_17 = V_2; NullCheck(L_17); ClientSessionInfo_KeepAlive_m1020179566(L_17, /*hidden argument*/NULL); goto IL_0080; } IL_005d: { ClientSessionInfo_t1775821398 * L_18 = V_2; NullCheck(L_18); ClientSessionInfo_Dispose_m1535509451(L_18, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ClientSessionCache_t2353595803_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_19 = ((ClientSessionCache_t2353595803_StaticFields*)il2cpp_codegen_static_fields_for(ClientSessionCache_t2353595803_il2cpp_TypeInfo_var))->get_cache_0(); String_t* L_20 = V_1; NullCheck(L_19); VirtActionInvoker1< RuntimeObject * >::Invoke(37 /* System.Void System.Collections.Hashtable::Remove(System.Object) */, L_19, L_20); Hashtable_t1853889766 * L_21 = ((ClientSessionCache_t2353595803_StaticFields*)il2cpp_codegen_static_fields_for(ClientSessionCache_t2353595803_il2cpp_TypeInfo_var))->get_cache_0(); String_t* L_22 = V_1; String_t* L_23 = ___host0; ByteU5BU5D_t4116647657* L_24 = ___id1; ClientSessionInfo_t1775821398 * L_25 = (ClientSessionInfo_t1775821398 *)il2cpp_codegen_object_new(ClientSessionInfo_t1775821398_il2cpp_TypeInfo_var); ClientSessionInfo__ctor_m2436192270(L_25, L_23, L_24, /*hidden argument*/NULL); NullCheck(L_21); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_21, L_22, L_25); } IL_0080: { IL2CPP_LEAVE(0x8C, FINALLY_0085); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0085; } FINALLY_0085: { // begin finally (depth: 1) RuntimeObject * L_26 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_26, /*hidden argument*/NULL); IL2CPP_END_FINALLY(133) } // end finally (depth: 1) IL2CPP_CLEANUP(133) { IL2CPP_JUMP_TBL(0x8C, IL_008c) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_008c: { return; } } // System.Byte[] Mono.Security.Protocol.Tls.ClientSessionCache::FromHost(System.String) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* ClientSessionCache_FromHost_m273325760 (RuntimeObject * __this /* static, unused */, String_t* ___host0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ClientSessionCache_FromHost_m273325760_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; ClientSessionInfo_t1775821398 * V_1 = NULL; RuntimeObject* V_2 = NULL; ByteU5BU5D_t4116647657* V_3 = NULL; RuntimeObject* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(ClientSessionCache_t2353595803_il2cpp_TypeInfo_var); RuntimeObject * L_0 = ((ClientSessionCache_t2353595803_StaticFields*)il2cpp_codegen_static_fields_for(ClientSessionCache_t2353595803_il2cpp_TypeInfo_var))->get_locker_1(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000c: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(ClientSessionCache_t2353595803_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_2 = ((ClientSessionCache_t2353595803_StaticFields*)il2cpp_codegen_static_fields_for(ClientSessionCache_t2353595803_il2cpp_TypeInfo_var))->get_cache_0(); NullCheck(L_2); RuntimeObject* L_3 = VirtFuncInvoker0< RuntimeObject* >::Invoke(29 /* System.Collections.ICollection System.Collections.Hashtable::get_Values() */, L_2); NullCheck(L_3); RuntimeObject* L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_3); V_2 = L_4; } IL_001c: try { // begin try (depth: 2) { goto IL_005b; } IL_0021: { RuntimeObject* L_5 = V_2; NullCheck(L_5); RuntimeObject * L_6 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_5); V_1 = ((ClientSessionInfo_t1775821398 *)CastclassClass((RuntimeObject*)L_6, ClientSessionInfo_t1775821398_il2cpp_TypeInfo_var)); ClientSessionInfo_t1775821398 * L_7 = V_1; NullCheck(L_7); String_t* L_8 = ClientSessionInfo_get_HostName_m2118440995(L_7, /*hidden argument*/NULL); String_t* L_9 = ___host0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_10 = String_op_Equality_m920492651(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_005b; } } IL_003e: { ClientSessionInfo_t1775821398 * L_11 = V_1; NullCheck(L_11); bool L_12 = ClientSessionInfo_get_Valid_m1260893789(L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_005b; } } IL_0049: { ClientSessionInfo_t1775821398 * L_13 = V_1; NullCheck(L_13); ClientSessionInfo_KeepAlive_m1020179566(L_13, /*hidden argument*/NULL); ClientSessionInfo_t1775821398 * L_14 = V_1; NullCheck(L_14); ByteU5BU5D_t4116647657* L_15 = ClientSessionInfo_get_Id_m2119140021(L_14, /*hidden argument*/NULL); V_3 = L_15; IL2CPP_LEAVE(0x93, FINALLY_006b); } IL_005b: { RuntimeObject* L_16 = V_2; NullCheck(L_16); bool L_17 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_16); if (L_17) { goto IL_0021; } } IL_0066: { IL2CPP_LEAVE(0x80, FINALLY_006b); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_006b; } FINALLY_006b: { // begin finally (depth: 2) { RuntimeObject* L_18 = V_2; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_18, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_19 = V_4; if (L_19) { goto IL_0078; } } IL_0077: { IL2CPP_END_FINALLY(107) } IL_0078: { RuntimeObject* L_20 = V_4; NullCheck(L_20); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_20); IL2CPP_END_FINALLY(107) } } // end finally (depth: 2) IL2CPP_CLEANUP(107) { IL2CPP_END_CLEANUP(0x93, FINALLY_008c); IL2CPP_JUMP_TBL(0x80, IL_0080) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0080: { V_3 = (ByteU5BU5D_t4116647657*)NULL; IL2CPP_LEAVE(0x93, FINALLY_008c); } IL_0087: { ; // IL_0087: leave IL_0093 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_008c; } FINALLY_008c: { // begin finally (depth: 1) RuntimeObject * L_21 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); IL2CPP_END_FINALLY(140) } // end finally (depth: 1) IL2CPP_CLEANUP(140) { IL2CPP_JUMP_TBL(0x93, IL_0093) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0093: { ByteU5BU5D_t4116647657* L_22 = V_3; return L_22; } } // Mono.Security.Protocol.Tls.ClientSessionInfo Mono.Security.Protocol.Tls.ClientSessionCache::FromContext(Mono.Security.Protocol.Tls.Context,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ClientSessionInfo_t1775821398 * ClientSessionCache_FromContext_m343076119 (RuntimeObject * __this /* static, unused */, Context_t3971234707 * ___context0, bool ___checkValidity1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ClientSessionCache_FromContext_m343076119_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; String_t* V_1 = NULL; ClientSessionInfo_t1775821398 * V_2 = NULL; { Context_t3971234707 * L_0 = ___context0; if (L_0) { goto IL_0008; } } { return (ClientSessionInfo_t1775821398 *)NULL; } IL_0008: { Context_t3971234707 * L_1 = ___context0; NullCheck(L_1); ByteU5BU5D_t4116647657* L_2 = Context_get_SessionId_m1086671147(L_1, /*hidden argument*/NULL); V_0 = L_2; ByteU5BU5D_t4116647657* L_3 = V_0; if (!L_3) { goto IL_001d; } } { ByteU5BU5D_t4116647657* L_4 = V_0; NullCheck(L_4); if ((((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))) { goto IL_001f; } } IL_001d: { return (ClientSessionInfo_t1775821398 *)NULL; } IL_001f: { ByteU5BU5D_t4116647657* L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); String_t* L_6 = BitConverter_ToString_m3464863163(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); V_1 = L_6; IL2CPP_RUNTIME_CLASS_INIT(ClientSessionCache_t2353595803_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_7 = ((ClientSessionCache_t2353595803_StaticFields*)il2cpp_codegen_static_fields_for(ClientSessionCache_t2353595803_il2cpp_TypeInfo_var))->get_cache_0(); String_t* L_8 = V_1; NullCheck(L_7); RuntimeObject * L_9 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_7, L_8); V_2 = ((ClientSessionInfo_t1775821398 *)CastclassClass((RuntimeObject*)L_9, ClientSessionInfo_t1775821398_il2cpp_TypeInfo_var)); ClientSessionInfo_t1775821398 * L_10 = V_2; if (L_10) { goto IL_003f; } } { return (ClientSessionInfo_t1775821398 *)NULL; } IL_003f: { Context_t3971234707 * L_11 = ___context0; NullCheck(L_11); TlsClientSettings_t2486039503 * L_12 = Context_get_ClientSettings_m2874391194(L_11, /*hidden argument*/NULL); NullCheck(L_12); String_t* L_13 = TlsClientSettings_get_TargetHost_m2463481414(L_12, /*hidden argument*/NULL); ClientSessionInfo_t1775821398 * L_14 = V_2; NullCheck(L_14); String_t* L_15 = ClientSessionInfo_get_HostName_m2118440995(L_14, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_16 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_13, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_005c; } } { return (ClientSessionInfo_t1775821398 *)NULL; } IL_005c: { bool L_17 = ___checkValidity1; if (!L_17) { goto IL_0080; } } { ClientSessionInfo_t1775821398 * L_18 = V_2; NullCheck(L_18); bool L_19 = ClientSessionInfo_get_Valid_m1260893789(L_18, /*hidden argument*/NULL); if (L_19) { goto IL_0080; } } { ClientSessionInfo_t1775821398 * L_20 = V_2; NullCheck(L_20); ClientSessionInfo_Dispose_m1535509451(L_20, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ClientSessionCache_t2353595803_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_21 = ((ClientSessionCache_t2353595803_StaticFields*)il2cpp_codegen_static_fields_for(ClientSessionCache_t2353595803_il2cpp_TypeInfo_var))->get_cache_0(); String_t* L_22 = V_1; NullCheck(L_21); VirtActionInvoker1< RuntimeObject * >::Invoke(37 /* System.Void System.Collections.Hashtable::Remove(System.Object) */, L_21, L_22); return (ClientSessionInfo_t1775821398 *)NULL; } IL_0080: { ClientSessionInfo_t1775821398 * L_23 = V_2; return L_23; } } // System.Boolean Mono.Security.Protocol.Tls.ClientSessionCache::SetContextInCache(Mono.Security.Protocol.Tls.Context) extern "C" IL2CPP_METHOD_ATTR bool ClientSessionCache_SetContextInCache_m2875733100 (RuntimeObject * __this /* static, unused */, Context_t3971234707 * ___context0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ClientSessionCache_SetContextInCache_m2875733100_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; ClientSessionInfo_t1775821398 * V_1 = NULL; bool V_2 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(ClientSessionCache_t2353595803_il2cpp_TypeInfo_var); RuntimeObject * L_0 = ((ClientSessionCache_t2353595803_StaticFields*)il2cpp_codegen_static_fields_for(ClientSessionCache_t2353595803_il2cpp_TypeInfo_var))->get_locker_1(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000c: try { // begin try (depth: 1) { Context_t3971234707 * L_2 = ___context0; IL2CPP_RUNTIME_CLASS_INIT(ClientSessionCache_t2353595803_il2cpp_TypeInfo_var); ClientSessionInfo_t1775821398 * L_3 = ClientSessionCache_FromContext_m343076119(NULL /*static, unused*/, L_2, (bool)0, /*hidden argument*/NULL); V_1 = L_3; ClientSessionInfo_t1775821398 * L_4 = V_1; if (L_4) { goto IL_0021; } } IL_001a: { V_2 = (bool)0; IL2CPP_LEAVE(0x41, FINALLY_003a); } IL_0021: { ClientSessionInfo_t1775821398 * L_5 = V_1; Context_t3971234707 * L_6 = ___context0; NullCheck(L_5); ClientSessionInfo_GetContext_m1679628259(L_5, L_6, /*hidden argument*/NULL); ClientSessionInfo_t1775821398 * L_7 = V_1; NullCheck(L_7); ClientSessionInfo_KeepAlive_m1020179566(L_7, /*hidden argument*/NULL); V_2 = (bool)1; IL2CPP_LEAVE(0x41, FINALLY_003a); } IL_0035: { ; // IL_0035: leave IL_0041 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003a; } FINALLY_003a: { // begin finally (depth: 1) RuntimeObject * L_8 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); IL2CPP_END_FINALLY(58) } // end finally (depth: 1) IL2CPP_CLEANUP(58) { IL2CPP_JUMP_TBL(0x41, IL_0041) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0041: { bool L_9 = V_2; return L_9; } } // System.Boolean Mono.Security.Protocol.Tls.ClientSessionCache::SetContextFromCache(Mono.Security.Protocol.Tls.Context) extern "C" IL2CPP_METHOD_ATTR bool ClientSessionCache_SetContextFromCache_m3781380849 (RuntimeObject * __this /* static, unused */, Context_t3971234707 * ___context0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ClientSessionCache_SetContextFromCache_m3781380849_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; ClientSessionInfo_t1775821398 * V_1 = NULL; bool V_2 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(ClientSessionCache_t2353595803_il2cpp_TypeInfo_var); RuntimeObject * L_0 = ((ClientSessionCache_t2353595803_StaticFields*)il2cpp_codegen_static_fields_for(ClientSessionCache_t2353595803_il2cpp_TypeInfo_var))->get_locker_1(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000c: try { // begin try (depth: 1) { Context_t3971234707 * L_2 = ___context0; IL2CPP_RUNTIME_CLASS_INIT(ClientSessionCache_t2353595803_il2cpp_TypeInfo_var); ClientSessionInfo_t1775821398 * L_3 = ClientSessionCache_FromContext_m343076119(NULL /*static, unused*/, L_2, (bool)1, /*hidden argument*/NULL); V_1 = L_3; ClientSessionInfo_t1775821398 * L_4 = V_1; if (L_4) { goto IL_0021; } } IL_001a: { V_2 = (bool)0; IL2CPP_LEAVE(0x41, FINALLY_003a); } IL_0021: { ClientSessionInfo_t1775821398 * L_5 = V_1; Context_t3971234707 * L_6 = ___context0; NullCheck(L_5); ClientSessionInfo_SetContext_m2115875186(L_5, L_6, /*hidden argument*/NULL); ClientSessionInfo_t1775821398 * L_7 = V_1; NullCheck(L_7); ClientSessionInfo_KeepAlive_m1020179566(L_7, /*hidden argument*/NULL); V_2 = (bool)1; IL2CPP_LEAVE(0x41, FINALLY_003a); } IL_0035: { ; // IL_0035: leave IL_0041 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003a; } FINALLY_003a: { // begin finally (depth: 1) RuntimeObject * L_8 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); IL2CPP_END_FINALLY(58) } // end finally (depth: 1) IL2CPP_CLEANUP(58) { IL2CPP_JUMP_TBL(0x41, IL_0041) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0041: { bool L_9 = V_2; return L_9; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Security.Protocol.Tls.ClientSessionInfo::.ctor(System.String,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void ClientSessionInfo__ctor_m2436192270 (ClientSessionInfo_t1775821398 * __this, String_t* ___hostname0, ByteU5BU5D_t4116647657* ___id1, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); String_t* L_0 = ___hostname0; __this->set_host_3(L_0); ByteU5BU5D_t4116647657* L_1 = ___id1; __this->set_sid_4(L_1); ClientSessionInfo_KeepAlive_m1020179566(__this, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.Protocol.Tls.ClientSessionInfo::.cctor() extern "C" IL2CPP_METHOD_ATTR void ClientSessionInfo__cctor_m1143076802 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ClientSessionInfo__cctor_m1143076802_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { String_t* L_0 = Environment_GetEnvironmentVariable_m394552009(NULL /*static, unused*/, _stringLiteral1601143795, /*hidden argument*/NULL); V_0 = L_0; String_t* L_1 = V_0; if (L_1) { goto IL_0020; } } { ((ClientSessionInfo_t1775821398_StaticFields*)il2cpp_codegen_static_fields_for(ClientSessionInfo_t1775821398_il2cpp_TypeInfo_var))->set_ValidityInterval_0(((int32_t)180)); goto IL_0040; } IL_0020: try { // begin try (depth: 1) String_t* L_2 = V_0; int32_t L_3 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); ((ClientSessionInfo_t1775821398_StaticFields*)il2cpp_codegen_static_fields_for(ClientSessionInfo_t1775821398_il2cpp_TypeInfo_var))->set_ValidityInterval_0(L_3); goto IL_0040; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0030; throw e; } CATCH_0030: { // begin catch(System.Object) ((ClientSessionInfo_t1775821398_StaticFields*)il2cpp_codegen_static_fields_for(ClientSessionInfo_t1775821398_il2cpp_TypeInfo_var))->set_ValidityInterval_0(((int32_t)180)); goto IL_0040; } // end catch (depth: 1) IL_0040: { return; } } // System.Void Mono.Security.Protocol.Tls.ClientSessionInfo::Finalize() extern "C" IL2CPP_METHOD_ATTR void ClientSessionInfo_Finalize_m2165787049 (ClientSessionInfo_t1775821398 * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) ClientSessionInfo_Dispose_m3253728296(__this, (bool)0, /*hidden argument*/NULL); IL2CPP_LEAVE(0x13, FINALLY_000c); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_000c; } FINALLY_000c: { // begin finally (depth: 1) Object_Finalize_m3076187857(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(12) } // end finally (depth: 1) IL2CPP_CLEANUP(12) { IL2CPP_JUMP_TBL(0x13, IL_0013) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0013: { return; } } // System.String Mono.Security.Protocol.Tls.ClientSessionInfo::get_HostName() extern "C" IL2CPP_METHOD_ATTR String_t* ClientSessionInfo_get_HostName_m2118440995 (ClientSessionInfo_t1775821398 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_host_3(); return L_0; } } // System.Byte[] Mono.Security.Protocol.Tls.ClientSessionInfo::get_Id() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* ClientSessionInfo_get_Id_m2119140021 (ClientSessionInfo_t1775821398 * __this, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = __this->get_sid_4(); return L_0; } } // System.Boolean Mono.Security.Protocol.Tls.ClientSessionInfo::get_Valid() extern "C" IL2CPP_METHOD_ATTR bool ClientSessionInfo_get_Valid_m1260893789 (ClientSessionInfo_t1775821398 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ClientSessionInfo_get_Valid_m1260893789_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { ByteU5BU5D_t4116647657* L_0 = __this->get_masterSecret_5(); if (!L_0) { goto IL_001d; } } { DateTime_t3738529785 L_1 = __this->get_validuntil_2(); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_2 = DateTime_get_UtcNow_m1393945741(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_3 = DateTime_op_GreaterThan_m3768590082(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); G_B3_0 = ((int32_t)(L_3)); goto IL_001e; } IL_001d: { G_B3_0 = 0; } IL_001e: { return (bool)G_B3_0; } } // System.Void Mono.Security.Protocol.Tls.ClientSessionInfo::GetContext(Mono.Security.Protocol.Tls.Context) extern "C" IL2CPP_METHOD_ATTR void ClientSessionInfo_GetContext_m1679628259 (ClientSessionInfo_t1775821398 * __this, Context_t3971234707 * ___context0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ClientSessionInfo_GetContext_m1679628259_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ClientSessionInfo_CheckDisposed_m1172439856(__this, /*hidden argument*/NULL); Context_t3971234707 * L_0 = ___context0; NullCheck(L_0); ByteU5BU5D_t4116647657* L_1 = Context_get_MasterSecret_m676083615(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0027; } } { Context_t3971234707 * L_2 = ___context0; NullCheck(L_2); ByteU5BU5D_t4116647657* L_3 = Context_get_MasterSecret_m676083615(L_2, /*hidden argument*/NULL); NullCheck((RuntimeArray *)(RuntimeArray *)L_3); RuntimeObject * L_4 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_3, /*hidden argument*/NULL); __this->set_masterSecret_5(((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_4, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var))); } IL_0027: { return; } } // System.Void Mono.Security.Protocol.Tls.ClientSessionInfo::SetContext(Mono.Security.Protocol.Tls.Context) extern "C" IL2CPP_METHOD_ATTR void ClientSessionInfo_SetContext_m2115875186 (ClientSessionInfo_t1775821398 * __this, Context_t3971234707 * ___context0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ClientSessionInfo_SetContext_m2115875186_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ClientSessionInfo_CheckDisposed_m1172439856(__this, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_0 = __this->get_masterSecret_5(); if (!L_0) { goto IL_0027; } } { Context_t3971234707 * L_1 = ___context0; ByteU5BU5D_t4116647657* L_2 = __this->get_masterSecret_5(); NullCheck((RuntimeArray *)(RuntimeArray *)L_2); RuntimeObject * L_3 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_2, /*hidden argument*/NULL); NullCheck(L_1); Context_set_MasterSecret_m3419105191(L_1, ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_3, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); } IL_0027: { return; } } // System.Void Mono.Security.Protocol.Tls.ClientSessionInfo::KeepAlive() extern "C" IL2CPP_METHOD_ATTR void ClientSessionInfo_KeepAlive_m1020179566 (ClientSessionInfo_t1775821398 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ClientSessionInfo_KeepAlive_m1020179566_MetadataUsageId); s_Il2CppMethodInitialized = true; } DateTime_t3738529785 V_0; memset(&V_0, 0, sizeof(V_0)); { ClientSessionInfo_CheckDisposed_m1172439856(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_0 = DateTime_get_UtcNow_m1393945741(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; IL2CPP_RUNTIME_CLASS_INIT(ClientSessionInfo_t1775821398_il2cpp_TypeInfo_var); int32_t L_1 = ((ClientSessionInfo_t1775821398_StaticFields*)il2cpp_codegen_static_fields_for(ClientSessionInfo_t1775821398_il2cpp_TypeInfo_var))->get_ValidityInterval_0(); DateTime_t3738529785 L_2 = DateTime_AddSeconds_m332574389((&V_0), (((double)((double)L_1))), /*hidden argument*/NULL); __this->set_validuntil_2(L_2); return; } } // System.Void Mono.Security.Protocol.Tls.ClientSessionInfo::Dispose() extern "C" IL2CPP_METHOD_ATTR void ClientSessionInfo_Dispose_m1535509451 (ClientSessionInfo_t1775821398 * __this, const RuntimeMethod* method) { { ClientSessionInfo_Dispose_m3253728296(__this, (bool)1, /*hidden argument*/NULL); GC_SuppressFinalize_m1177400158(NULL /*static, unused*/, __this, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.Protocol.Tls.ClientSessionInfo::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ClientSessionInfo_Dispose_m3253728296 (ClientSessionInfo_t1775821398 * __this, bool ___disposing0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ClientSessionInfo_Dispose_m3253728296_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_disposed_1(); if (L_0) { goto IL_004a; } } { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_1 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_MinValue_13(); __this->set_validuntil_2(L_1); __this->set_host_3((String_t*)NULL); __this->set_sid_4((ByteU5BU5D_t4116647657*)NULL); ByteU5BU5D_t4116647657* L_2 = __this->get_masterSecret_5(); if (!L_2) { goto IL_004a; } } { ByteU5BU5D_t4116647657* L_3 = __this->get_masterSecret_5(); ByteU5BU5D_t4116647657* L_4 = __this->get_masterSecret_5(); NullCheck(L_4); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_3, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length)))), /*hidden argument*/NULL); __this->set_masterSecret_5((ByteU5BU5D_t4116647657*)NULL); } IL_004a: { __this->set_disposed_1((bool)1); return; } } // System.Void Mono.Security.Protocol.Tls.ClientSessionInfo::CheckDisposed() extern "C" IL2CPP_METHOD_ATTR void ClientSessionInfo_CheckDisposed_m1172439856 (ClientSessionInfo_t1775821398 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ClientSessionInfo_CheckDisposed_m1172439856_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { bool L_0 = __this->get_disposed_1(); if (!L_0) { goto IL_001d; } } { String_t* L_1 = Locale_GetText_m3520169047(NULL /*static, unused*/, _stringLiteral3430462705, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = V_0; ObjectDisposedException_t21392786 * L_3 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ClientSessionInfo_CheckDisposed_m1172439856_RuntimeMethod_var); } IL_001d: { 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 #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 Mono.Security.Protocol.Tls.Context::.ctor(Mono.Security.Protocol.Tls.SecurityProtocolType) extern "C" IL2CPP_METHOD_ATTR void Context__ctor_m1288667393 (Context_t3971234707 * __this, int32_t ___securityProtocolType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Context__ctor_m1288667393_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___securityProtocolType0; Context_set_SecurityProtocol_m2833661610(__this, L_0, /*hidden argument*/NULL); __this->set_compressionMethod_2(0); TlsServerSettings_t4144396432 * L_1 = (TlsServerSettings_t4144396432 *)il2cpp_codegen_object_new(TlsServerSettings_t4144396432_il2cpp_TypeInfo_var); TlsServerSettings__ctor_m373357120(L_1, /*hidden argument*/NULL); __this->set_serverSettings_3(L_1); TlsClientSettings_t2486039503 * L_2 = (TlsClientSettings_t2486039503 *)il2cpp_codegen_object_new(TlsClientSettings_t2486039503_il2cpp_TypeInfo_var); TlsClientSettings__ctor_m3220697265(L_2, /*hidden argument*/NULL); __this->set_clientSettings_4(L_2); TlsStream_t2365453965 * L_3 = (TlsStream_t2365453965 *)il2cpp_codegen_object_new(TlsStream_t2365453965_il2cpp_TypeInfo_var); TlsStream__ctor_m787793111(L_3, /*hidden argument*/NULL); __this->set_handshakeMessages_27(L_3); __this->set_sessionId_1((ByteU5BU5D_t4116647657*)NULL); __this->set_handshakeState_11(0); RandomNumberGenerator_t386037858 * L_4 = RandomNumberGenerator_Create_m4162970280(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_random_28(L_4); return; } } // System.Boolean Mono.Security.Protocol.Tls.Context::get_AbbreviatedHandshake() extern "C" IL2CPP_METHOD_ATTR bool Context_get_AbbreviatedHandshake_m3907920227 (Context_t3971234707 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_abbreviatedHandshake_12(); return L_0; } } // System.Void Mono.Security.Protocol.Tls.Context::set_AbbreviatedHandshake(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Context_set_AbbreviatedHandshake_m827173393 (Context_t3971234707 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_abbreviatedHandshake_12(L_0); return; } } // System.Boolean Mono.Security.Protocol.Tls.Context::get_ProtocolNegotiated() extern "C" IL2CPP_METHOD_ATTR bool Context_get_ProtocolNegotiated_m4220412840 (Context_t3971234707 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_protocolNegotiated_15(); return L_0; } } // System.Void Mono.Security.Protocol.Tls.Context::set_ProtocolNegotiated(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Context_set_ProtocolNegotiated_m2904861662 (Context_t3971234707 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_protocolNegotiated_15(L_0); return; } } // Mono.Security.Protocol.Tls.SecurityProtocolType Mono.Security.Protocol.Tls.Context::get_SecurityProtocol() extern "C" IL2CPP_METHOD_ATTR int32_t Context_get_SecurityProtocol_m3228286292 (Context_t3971234707 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Context_get_SecurityProtocol_m3228286292_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_securityProtocol_0(); if ((((int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)192)))) == ((int32_t)((int32_t)192)))) { goto IL_002c; } } { int32_t L_1 = __this->get_securityProtocol_0(); if ((!(((uint32_t)((int32_t)((int32_t)L_1&(int32_t)((int32_t)-1073741824)))) == ((uint32_t)((int32_t)-1073741824))))) { goto IL_0032; } } IL_002c: { return (int32_t)(((int32_t)192)); } IL_0032: { int32_t L_2 = __this->get_securityProtocol_0(); if ((!(((uint32_t)((int32_t)((int32_t)L_2&(int32_t)((int32_t)48)))) == ((uint32_t)((int32_t)48))))) { goto IL_0045; } } { return (int32_t)(((int32_t)48)); } IL_0045: { NotSupportedException_t1314879016 * L_3 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_3, _stringLiteral3034282783, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Context_get_SecurityProtocol_m3228286292_RuntimeMethod_var); } } // System.Void Mono.Security.Protocol.Tls.Context::set_SecurityProtocol(Mono.Security.Protocol.Tls.SecurityProtocolType) extern "C" IL2CPP_METHOD_ATTR void Context_set_SecurityProtocol_m2833661610 (Context_t3971234707 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_securityProtocol_0(L_0); return; } } // Mono.Security.Protocol.Tls.SecurityProtocolType Mono.Security.Protocol.Tls.Context::get_SecurityProtocolFlags() extern "C" IL2CPP_METHOD_ATTR int32_t Context_get_SecurityProtocolFlags_m2022471746 (Context_t3971234707 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_securityProtocol_0(); return L_0; } } // System.Int16 Mono.Security.Protocol.Tls.Context::get_Protocol() extern "C" IL2CPP_METHOD_ATTR int16_t Context_get_Protocol_m1078422015 (Context_t3971234707 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Context_get_Protocol_m1078422015_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = Context_get_SecurityProtocol_m3228286292(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)((int32_t)-1073741824)))) { goto IL_0032; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)((int32_t)12)))) { goto IL_003e; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)((int32_t)48)))) { goto IL_0038; } } { int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)((int32_t)192)))) { goto IL_0032; } } { goto IL_003e; } IL_0032: { return (int16_t)((int32_t)769); } IL_0038: { return (int16_t)((int32_t)768); } IL_003e: { NotSupportedException_t1314879016 * L_5 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_5, _stringLiteral3034282783, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,Context_get_Protocol_m1078422015_RuntimeMethod_var); } } // System.Byte[] Mono.Security.Protocol.Tls.Context::get_SessionId() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* Context_get_SessionId_m1086671147 (Context_t3971234707 * __this, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = __this->get_sessionId_1(); return L_0; } } // System.Void Mono.Security.Protocol.Tls.Context::set_SessionId(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void Context_set_SessionId_m942328427 (Context_t3971234707 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = ___value0; __this->set_sessionId_1(L_0); return; } } // Mono.Security.Protocol.Tls.SecurityCompressionType Mono.Security.Protocol.Tls.Context::get_CompressionMethod() extern "C" IL2CPP_METHOD_ATTR int32_t Context_get_CompressionMethod_m2647114016 (Context_t3971234707 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_compressionMethod_2(); return L_0; } } // System.Void Mono.Security.Protocol.Tls.Context::set_CompressionMethod(Mono.Security.Protocol.Tls.SecurityCompressionType) extern "C" IL2CPP_METHOD_ATTR void Context_set_CompressionMethod_m2054483993 (Context_t3971234707 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_compressionMethod_2(L_0); return; } } // Mono.Security.Protocol.Tls.TlsServerSettings Mono.Security.Protocol.Tls.Context::get_ServerSettings() extern "C" IL2CPP_METHOD_ATTR TlsServerSettings_t4144396432 * Context_get_ServerSettings_m1982578801 (Context_t3971234707 * __this, const RuntimeMethod* method) { { TlsServerSettings_t4144396432 * L_0 = __this->get_serverSettings_3(); return L_0; } } // Mono.Security.Protocol.Tls.TlsClientSettings Mono.Security.Protocol.Tls.Context::get_ClientSettings() extern "C" IL2CPP_METHOD_ATTR TlsClientSettings_t2486039503 * Context_get_ClientSettings_m2874391194 (Context_t3971234707 * __this, const RuntimeMethod* method) { { TlsClientSettings_t2486039503 * L_0 = __this->get_clientSettings_4(); return L_0; } } // Mono.Security.Protocol.Tls.Handshake.HandshakeType Mono.Security.Protocol.Tls.Context::get_LastHandshakeMsg() extern "C" IL2CPP_METHOD_ATTR uint8_t Context_get_LastHandshakeMsg_m2730646725 (Context_t3971234707 * __this, const RuntimeMethod* method) { { uint8_t L_0 = __this->get_lastHandshakeMsg_10(); return L_0; } } // System.Void Mono.Security.Protocol.Tls.Context::set_LastHandshakeMsg(Mono.Security.Protocol.Tls.Handshake.HandshakeType) extern "C" IL2CPP_METHOD_ATTR void Context_set_LastHandshakeMsg_m1770618067 (Context_t3971234707 * __this, uint8_t ___value0, const RuntimeMethod* method) { { uint8_t L_0 = ___value0; __this->set_lastHandshakeMsg_10(L_0); return; } } // Mono.Security.Protocol.Tls.HandshakeState Mono.Security.Protocol.Tls.Context::get_HandshakeState() extern "C" IL2CPP_METHOD_ATTR int32_t Context_get_HandshakeState_m2425796590 (Context_t3971234707 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_handshakeState_11(); return L_0; } } // System.Void Mono.Security.Protocol.Tls.Context::set_HandshakeState(Mono.Security.Protocol.Tls.HandshakeState) extern "C" IL2CPP_METHOD_ATTR void Context_set_HandshakeState_m1329976135 (Context_t3971234707 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_handshakeState_11(L_0); return; } } // System.Boolean Mono.Security.Protocol.Tls.Context::get_ReceivedConnectionEnd() extern "C" IL2CPP_METHOD_ATTR bool Context_get_ReceivedConnectionEnd_m4011125537 (Context_t3971234707 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_receivedConnectionEnd_13(); return L_0; } } // System.Void Mono.Security.Protocol.Tls.Context::set_ReceivedConnectionEnd(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Context_set_ReceivedConnectionEnd_m911334662 (Context_t3971234707 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_receivedConnectionEnd_13(L_0); return; } } // System.Boolean Mono.Security.Protocol.Tls.Context::get_SentConnectionEnd() extern "C" IL2CPP_METHOD_ATTR bool Context_get_SentConnectionEnd_m963812869 (Context_t3971234707 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_sentConnectionEnd_14(); return L_0; } } // System.Void Mono.Security.Protocol.Tls.Context::set_SentConnectionEnd(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Context_set_SentConnectionEnd_m1367645582 (Context_t3971234707 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_sentConnectionEnd_14(L_0); return; } } // Mono.Security.Protocol.Tls.CipherSuiteCollection Mono.Security.Protocol.Tls.Context::get_SupportedCiphers() extern "C" IL2CPP_METHOD_ATTR CipherSuiteCollection_t1129639304 * Context_get_SupportedCiphers_m1883682196 (Context_t3971234707 * __this, const RuntimeMethod* method) { { CipherSuiteCollection_t1129639304 * L_0 = __this->get_supportedCiphers_9(); return L_0; } } // System.Void Mono.Security.Protocol.Tls.Context::set_SupportedCiphers(Mono.Security.Protocol.Tls.CipherSuiteCollection) extern "C" IL2CPP_METHOD_ATTR void Context_set_SupportedCiphers_m4238648387 (Context_t3971234707 * __this, CipherSuiteCollection_t1129639304 * ___value0, const RuntimeMethod* method) { { CipherSuiteCollection_t1129639304 * L_0 = ___value0; __this->set_supportedCiphers_9(L_0); return; } } // Mono.Security.Protocol.Tls.TlsStream Mono.Security.Protocol.Tls.Context::get_HandshakeMessages() extern "C" IL2CPP_METHOD_ATTR TlsStream_t2365453965 * Context_get_HandshakeMessages_m3655705111 (Context_t3971234707 * __this, const RuntimeMethod* method) { { TlsStream_t2365453965 * L_0 = __this->get_handshakeMessages_27(); return L_0; } } // System.UInt64 Mono.Security.Protocol.Tls.Context::get_WriteSequenceNumber() extern "C" IL2CPP_METHOD_ATTR uint64_t Context_get_WriteSequenceNumber_m1115956887 (Context_t3971234707 * __this, const RuntimeMethod* method) { { uint64_t L_0 = __this->get_writeSequenceNumber_16(); return L_0; } } // System.Void Mono.Security.Protocol.Tls.Context::set_WriteSequenceNumber(System.UInt64) extern "C" IL2CPP_METHOD_ATTR void Context_set_WriteSequenceNumber_m942577065 (Context_t3971234707 * __this, uint64_t ___value0, const RuntimeMethod* method) { { uint64_t L_0 = ___value0; __this->set_writeSequenceNumber_16(L_0); return; } } // System.UInt64 Mono.Security.Protocol.Tls.Context::get_ReadSequenceNumber() extern "C" IL2CPP_METHOD_ATTR uint64_t Context_get_ReadSequenceNumber_m3883329199 (Context_t3971234707 * __this, const RuntimeMethod* method) { { uint64_t L_0 = __this->get_readSequenceNumber_17(); return L_0; } } // System.Void Mono.Security.Protocol.Tls.Context::set_ReadSequenceNumber(System.UInt64) extern "C" IL2CPP_METHOD_ATTR void Context_set_ReadSequenceNumber_m2154909392 (Context_t3971234707 * __this, uint64_t ___value0, const RuntimeMethod* method) { { uint64_t L_0 = ___value0; __this->set_readSequenceNumber_17(L_0); return; } } // System.Byte[] Mono.Security.Protocol.Tls.Context::get_ClientRandom() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* Context_get_ClientRandom_m1437588520 (Context_t3971234707 * __this, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = __this->get_clientRandom_18(); return L_0; } } // System.Void Mono.Security.Protocol.Tls.Context::set_ClientRandom(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void Context_set_ClientRandom_m2974454575 (Context_t3971234707 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = ___value0; __this->set_clientRandom_18(L_0); return; } } // System.Byte[] Mono.Security.Protocol.Tls.Context::get_ServerRandom() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* Context_get_ServerRandom_m2710024742 (Context_t3971234707 * __this, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = __this->get_serverRandom_19(); return L_0; } } // System.Void Mono.Security.Protocol.Tls.Context::set_ServerRandom(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void Context_set_ServerRandom_m2929894009 (Context_t3971234707 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = ___value0; __this->set_serverRandom_19(L_0); return; } } // System.Byte[] Mono.Security.Protocol.Tls.Context::get_RandomCS() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* Context_get_RandomCS_m1367948315 (Context_t3971234707 * __this, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = __this->get_randomCS_20(); return L_0; } } // System.Void Mono.Security.Protocol.Tls.Context::set_RandomCS(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void Context_set_RandomCS_m2687068745 (Context_t3971234707 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = ___value0; __this->set_randomCS_20(L_0); return; } } // System.Byte[] Mono.Security.Protocol.Tls.Context::get_RandomSC() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* Context_get_RandomSC_m1891758699 (Context_t3971234707 * __this, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = __this->get_randomSC_21(); return L_0; } } // System.Void Mono.Security.Protocol.Tls.Context::set_RandomSC(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void Context_set_RandomSC_m2364786761 (Context_t3971234707 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = ___value0; __this->set_randomSC_21(L_0); return; } } // System.Byte[] Mono.Security.Protocol.Tls.Context::get_MasterSecret() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* Context_get_MasterSecret_m676083615 (Context_t3971234707 * __this, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = __this->get_masterSecret_22(); return L_0; } } // System.Void Mono.Security.Protocol.Tls.Context::set_MasterSecret(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void Context_set_MasterSecret_m3419105191 (Context_t3971234707 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = ___value0; __this->set_masterSecret_22(L_0); return; } } // System.Byte[] Mono.Security.Protocol.Tls.Context::get_ClientWriteKey() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* Context_get_ClientWriteKey_m3174706656 (Context_t3971234707 * __this, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = __this->get_clientWriteKey_23(); return L_0; } } // System.Void Mono.Security.Protocol.Tls.Context::set_ClientWriteKey(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void Context_set_ClientWriteKey_m1601425248 (Context_t3971234707 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = ___value0; __this->set_clientWriteKey_23(L_0); return; } } // System.Byte[] Mono.Security.Protocol.Tls.Context::get_ServerWriteKey() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* Context_get_ServerWriteKey_m2199131569 (Context_t3971234707 * __this, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = __this->get_serverWriteKey_24(); return L_0; } } // System.Void Mono.Security.Protocol.Tls.Context::set_ServerWriteKey(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void Context_set_ServerWriteKey_m3347272648 (Context_t3971234707 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = ___value0; __this->set_serverWriteKey_24(L_0); return; } } // System.Byte[] Mono.Security.Protocol.Tls.Context::get_ClientWriteIV() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* Context_get_ClientWriteIV_m1729804632 (Context_t3971234707 * __this, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = __this->get_clientWriteIV_25(); return L_0; } } // System.Void Mono.Security.Protocol.Tls.Context::set_ClientWriteIV(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void Context_set_ClientWriteIV_m3405909624 (Context_t3971234707 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = ___value0; __this->set_clientWriteIV_25(L_0); return; } } // System.Byte[] Mono.Security.Protocol.Tls.Context::get_ServerWriteIV() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* Context_get_ServerWriteIV_m1839374659 (Context_t3971234707 * __this, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = __this->get_serverWriteIV_26(); return L_0; } } // System.Void Mono.Security.Protocol.Tls.Context::set_ServerWriteIV(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void Context_set_ServerWriteIV_m1007123427 (Context_t3971234707 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = ___value0; __this->set_serverWriteIV_26(L_0); return; } } // Mono.Security.Protocol.Tls.RecordProtocol Mono.Security.Protocol.Tls.Context::get_RecordProtocol() extern "C" IL2CPP_METHOD_ATTR RecordProtocol_t3759049701 * Context_get_RecordProtocol_m2261754827 (Context_t3971234707 * __this, const RuntimeMethod* method) { { RecordProtocol_t3759049701 * L_0 = __this->get_recordProtocol_29(); return L_0; } } // System.Void Mono.Security.Protocol.Tls.Context::set_RecordProtocol(Mono.Security.Protocol.Tls.RecordProtocol) extern "C" IL2CPP_METHOD_ATTR void Context_set_RecordProtocol_m3067654641 (Context_t3971234707 * __this, RecordProtocol_t3759049701 * ___value0, const RuntimeMethod* method) { { RecordProtocol_t3759049701 * L_0 = ___value0; __this->set_recordProtocol_29(L_0); return; } } // System.Int32 Mono.Security.Protocol.Tls.Context::GetUnixTime() extern "C" IL2CPP_METHOD_ATTR int32_t Context_GetUnixTime_m3811151335 (Context_t3971234707 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Context_GetUnixTime_m3811151335_MetadataUsageId); s_Il2CppMethodInitialized = true; } DateTime_t3738529785 V_0; memset(&V_0, 0, sizeof(V_0)); { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_0 = DateTime_get_UtcNow_m1393945741(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; int64_t L_1 = DateTime_get_Ticks_m1550640881((&V_0), /*hidden argument*/NULL); return (((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_1, (int64_t)((int64_t)621355968000000000LL)))/(int64_t)(((int64_t)((int64_t)((int32_t)10000000))))))))); } } // System.Byte[] Mono.Security.Protocol.Tls.Context::GetSecureRandomBytes(System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* Context_GetSecureRandomBytes_m3676009387 (Context_t3971234707 * __this, int32_t ___count0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Context_GetSecureRandomBytes_m3676009387_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; { int32_t L_0 = ___count0; V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_0)); RandomNumberGenerator_t386037858 * L_1 = __this->get_random_28(); ByteU5BU5D_t4116647657* L_2 = V_0; NullCheck(L_1); VirtActionInvoker1< ByteU5BU5D_t4116647657* >::Invoke(5 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetNonZeroBytes(System.Byte[]) */, L_1, L_2); ByteU5BU5D_t4116647657* L_3 = V_0; return L_3; } } // System.Void Mono.Security.Protocol.Tls.Context::Clear() extern "C" IL2CPP_METHOD_ATTR void Context_Clear_m2678836033 (Context_t3971234707 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Context_Clear_m2678836033_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_compressionMethod_2(0); TlsServerSettings_t4144396432 * L_0 = (TlsServerSettings_t4144396432 *)il2cpp_codegen_object_new(TlsServerSettings_t4144396432_il2cpp_TypeInfo_var); TlsServerSettings__ctor_m373357120(L_0, /*hidden argument*/NULL); __this->set_serverSettings_3(L_0); TlsClientSettings_t2486039503 * L_1 = (TlsClientSettings_t2486039503 *)il2cpp_codegen_object_new(TlsClientSettings_t2486039503_il2cpp_TypeInfo_var); TlsClientSettings__ctor_m3220697265(L_1, /*hidden argument*/NULL); __this->set_clientSettings_4(L_1); TlsStream_t2365453965 * L_2 = (TlsStream_t2365453965 *)il2cpp_codegen_object_new(TlsStream_t2365453965_il2cpp_TypeInfo_var); TlsStream__ctor_m787793111(L_2, /*hidden argument*/NULL); __this->set_handshakeMessages_27(L_2); __this->set_sessionId_1((ByteU5BU5D_t4116647657*)NULL); __this->set_handshakeState_11(0); VirtActionInvoker0::Invoke(5 /* System.Void Mono.Security.Protocol.Tls.Context::ClearKeyInfo() */, __this); return; } } // System.Void Mono.Security.Protocol.Tls.Context::ClearKeyInfo() extern "C" IL2CPP_METHOD_ATTR void Context_ClearKeyInfo_m1155154290 (Context_t3971234707 * __this, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = __this->get_masterSecret_22(); if (!L_0) { goto IL_0026; } } { ByteU5BU5D_t4116647657* L_1 = __this->get_masterSecret_22(); ByteU5BU5D_t4116647657* L_2 = __this->get_masterSecret_22(); NullCheck(L_2); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_1, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))), /*hidden argument*/NULL); __this->set_masterSecret_22((ByteU5BU5D_t4116647657*)NULL); } IL_0026: { ByteU5BU5D_t4116647657* L_3 = __this->get_clientRandom_18(); if (!L_3) { goto IL_004c; } } { ByteU5BU5D_t4116647657* L_4 = __this->get_clientRandom_18(); ByteU5BU5D_t4116647657* L_5 = __this->get_clientRandom_18(); NullCheck(L_5); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_4, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length)))), /*hidden argument*/NULL); __this->set_clientRandom_18((ByteU5BU5D_t4116647657*)NULL); } IL_004c: { ByteU5BU5D_t4116647657* L_6 = __this->get_serverRandom_19(); if (!L_6) { goto IL_0072; } } { ByteU5BU5D_t4116647657* L_7 = __this->get_serverRandom_19(); ByteU5BU5D_t4116647657* L_8 = __this->get_serverRandom_19(); NullCheck(L_8); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_7, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))), /*hidden argument*/NULL); __this->set_serverRandom_19((ByteU5BU5D_t4116647657*)NULL); } IL_0072: { ByteU5BU5D_t4116647657* L_9 = __this->get_randomCS_20(); if (!L_9) { goto IL_0098; } } { ByteU5BU5D_t4116647657* L_10 = __this->get_randomCS_20(); ByteU5BU5D_t4116647657* L_11 = __this->get_randomCS_20(); NullCheck(L_11); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_10, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length)))), /*hidden argument*/NULL); __this->set_randomCS_20((ByteU5BU5D_t4116647657*)NULL); } IL_0098: { ByteU5BU5D_t4116647657* L_12 = __this->get_randomSC_21(); if (!L_12) { goto IL_00be; } } { ByteU5BU5D_t4116647657* L_13 = __this->get_randomSC_21(); ByteU5BU5D_t4116647657* L_14 = __this->get_randomSC_21(); NullCheck(L_14); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_13, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length)))), /*hidden argument*/NULL); __this->set_randomSC_21((ByteU5BU5D_t4116647657*)NULL); } IL_00be: { ByteU5BU5D_t4116647657* L_15 = __this->get_clientWriteKey_23(); if (!L_15) { goto IL_00e4; } } { ByteU5BU5D_t4116647657* L_16 = __this->get_clientWriteKey_23(); ByteU5BU5D_t4116647657* L_17 = __this->get_clientWriteKey_23(); NullCheck(L_17); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_16, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length)))), /*hidden argument*/NULL); __this->set_clientWriteKey_23((ByteU5BU5D_t4116647657*)NULL); } IL_00e4: { ByteU5BU5D_t4116647657* L_18 = __this->get_clientWriteIV_25(); if (!L_18) { goto IL_010a; } } { ByteU5BU5D_t4116647657* L_19 = __this->get_clientWriteIV_25(); ByteU5BU5D_t4116647657* L_20 = __this->get_clientWriteIV_25(); NullCheck(L_20); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_19, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_20)->max_length)))), /*hidden argument*/NULL); __this->set_clientWriteIV_25((ByteU5BU5D_t4116647657*)NULL); } IL_010a: { ByteU5BU5D_t4116647657* L_21 = __this->get_serverWriteKey_24(); if (!L_21) { goto IL_0130; } } { ByteU5BU5D_t4116647657* L_22 = __this->get_serverWriteKey_24(); ByteU5BU5D_t4116647657* L_23 = __this->get_serverWriteKey_24(); NullCheck(L_23); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_22, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_23)->max_length)))), /*hidden argument*/NULL); __this->set_serverWriteKey_24((ByteU5BU5D_t4116647657*)NULL); } IL_0130: { ByteU5BU5D_t4116647657* L_24 = __this->get_serverWriteIV_26(); if (!L_24) { goto IL_0156; } } { ByteU5BU5D_t4116647657* L_25 = __this->get_serverWriteIV_26(); ByteU5BU5D_t4116647657* L_26 = __this->get_serverWriteIV_26(); NullCheck(L_26); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_25, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_26)->max_length)))), /*hidden argument*/NULL); __this->set_serverWriteIV_26((ByteU5BU5D_t4116647657*)NULL); } IL_0156: { TlsStream_t2365453965 * L_27 = __this->get_handshakeMessages_27(); NullCheck(L_27); TlsStream_Reset_m369197964(L_27, /*hidden argument*/NULL); int32_t L_28 = __this->get_securityProtocol_0(); if ((((int32_t)L_28) == ((int32_t)((int32_t)48)))) { goto IL_016e; } } IL_016e: { return; } } // Mono.Security.Protocol.Tls.SecurityProtocolType Mono.Security.Protocol.Tls.Context::DecodeProtocolCode(System.Int16) extern "C" IL2CPP_METHOD_ATTR int32_t Context_DecodeProtocolCode_m2249547310 (Context_t3971234707 * __this, int16_t ___code0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Context_DecodeProtocolCode_m2249547310_MetadataUsageId); s_Il2CppMethodInitialized = true; } int16_t V_0 = 0; { int16_t L_0 = ___code0; V_0 = L_0; int16_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)((int32_t)768)))) { goto IL_0023; } } { int16_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)((int32_t)769)))) { goto IL_001d; } } { goto IL_0026; } IL_001d: { return (int32_t)(((int32_t)192)); } IL_0023: { return (int32_t)(((int32_t)48)); } IL_0026: { NotSupportedException_t1314879016 * L_3 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_3, _stringLiteral3034282783, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Context_DecodeProtocolCode_m2249547310_RuntimeMethod_var); } } // System.Void Mono.Security.Protocol.Tls.Context::ChangeProtocol(System.Int16) extern "C" IL2CPP_METHOD_ATTR void Context_ChangeProtocol_m2412635871 (Context_t3971234707 * __this, int16_t ___protocol0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Context_ChangeProtocol_m2412635871_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int16_t L_0 = ___protocol0; int32_t L_1 = Context_DecodeProtocolCode_m2249547310(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; int32_t L_3 = Context_get_SecurityProtocolFlags_m2022471746(__this, /*hidden argument*/NULL); int32_t L_4 = V_0; if ((((int32_t)((int32_t)((int32_t)L_2&(int32_t)L_3))) == ((int32_t)L_4))) { goto IL_002c; } } { int32_t L_5 = Context_get_SecurityProtocolFlags_m2022471746(__this, /*hidden argument*/NULL); if ((!(((uint32_t)((int32_t)((int32_t)L_5&(int32_t)((int32_t)-1073741824)))) == ((uint32_t)((int32_t)-1073741824))))) { goto IL_0056; } } IL_002c: { int32_t L_6 = V_0; Context_set_SecurityProtocol_m2833661610(__this, L_6, /*hidden argument*/NULL); CipherSuiteCollection_t1129639304 * L_7 = Context_get_SupportedCiphers_m1883682196(__this, /*hidden argument*/NULL); NullCheck(L_7); CipherSuiteCollection_Clear_m2642701260(L_7, /*hidden argument*/NULL); Context_set_SupportedCiphers_m4238648387(__this, (CipherSuiteCollection_t1129639304 *)NULL, /*hidden argument*/NULL); int32_t L_8 = V_0; CipherSuiteCollection_t1129639304 * L_9 = CipherSuiteFactory_GetSupportedCiphers_m3260014148(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); Context_set_SupportedCiphers_m4238648387(__this, L_9, /*hidden argument*/NULL); goto IL_0063; } IL_0056: { TlsException_t3534743363 * L_10 = (TlsException_t3534743363 *)il2cpp_codegen_object_new(TlsException_t3534743363_il2cpp_TypeInfo_var); TlsException__ctor_m3242533711(L_10, ((int32_t)70), _stringLiteral193405814, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,Context_ChangeProtocol_m2412635871_RuntimeMethod_var); } IL_0063: { return; } } // Mono.Security.Protocol.Tls.SecurityParameters Mono.Security.Protocol.Tls.Context::get_Current() extern "C" IL2CPP_METHOD_ATTR SecurityParameters_t2199972650 * Context_get_Current_m2853615040 (Context_t3971234707 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Context_get_Current_m2853615040_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SecurityParameters_t2199972650 * L_0 = __this->get_current_5(); if (L_0) { goto IL_0016; } } { SecurityParameters_t2199972650 * L_1 = (SecurityParameters_t2199972650 *)il2cpp_codegen_object_new(SecurityParameters_t2199972650_il2cpp_TypeInfo_var); SecurityParameters__ctor_m3952189175(L_1, /*hidden argument*/NULL); __this->set_current_5(L_1); } IL_0016: { SecurityParameters_t2199972650 * L_2 = __this->get_current_5(); NullCheck(L_2); CipherSuite_t3414744575 * L_3 = SecurityParameters_get_Cipher_m108846204(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0037; } } { SecurityParameters_t2199972650 * L_4 = __this->get_current_5(); NullCheck(L_4); CipherSuite_t3414744575 * L_5 = SecurityParameters_get_Cipher_m108846204(L_4, /*hidden argument*/NULL); NullCheck(L_5); CipherSuite_set_Context_m1978767807(L_5, __this, /*hidden argument*/NULL); } IL_0037: { SecurityParameters_t2199972650 * L_6 = __this->get_current_5(); return L_6; } } // Mono.Security.Protocol.Tls.SecurityParameters Mono.Security.Protocol.Tls.Context::get_Negotiating() extern "C" IL2CPP_METHOD_ATTR SecurityParameters_t2199972650 * Context_get_Negotiating_m2044579817 (Context_t3971234707 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Context_get_Negotiating_m2044579817_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SecurityParameters_t2199972650 * L_0 = __this->get_negotiating_6(); if (L_0) { goto IL_0016; } } { SecurityParameters_t2199972650 * L_1 = (SecurityParameters_t2199972650 *)il2cpp_codegen_object_new(SecurityParameters_t2199972650_il2cpp_TypeInfo_var); SecurityParameters__ctor_m3952189175(L_1, /*hidden argument*/NULL); __this->set_negotiating_6(L_1); } IL_0016: { SecurityParameters_t2199972650 * L_2 = __this->get_negotiating_6(); NullCheck(L_2); CipherSuite_t3414744575 * L_3 = SecurityParameters_get_Cipher_m108846204(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0037; } } { SecurityParameters_t2199972650 * L_4 = __this->get_negotiating_6(); NullCheck(L_4); CipherSuite_t3414744575 * L_5 = SecurityParameters_get_Cipher_m108846204(L_4, /*hidden argument*/NULL); NullCheck(L_5); CipherSuite_set_Context_m1978767807(L_5, __this, /*hidden argument*/NULL); } IL_0037: { SecurityParameters_t2199972650 * L_6 = __this->get_negotiating_6(); return L_6; } } // Mono.Security.Protocol.Tls.SecurityParameters Mono.Security.Protocol.Tls.Context::get_Read() extern "C" IL2CPP_METHOD_ATTR SecurityParameters_t2199972650 * Context_get_Read_m4172356735 (Context_t3971234707 * __this, const RuntimeMethod* method) { { SecurityParameters_t2199972650 * L_0 = __this->get_read_7(); return L_0; } } // Mono.Security.Protocol.Tls.SecurityParameters Mono.Security.Protocol.Tls.Context::get_Write() extern "C" IL2CPP_METHOD_ATTR SecurityParameters_t2199972650 * Context_get_Write_m1564343513 (Context_t3971234707 * __this, const RuntimeMethod* method) { { SecurityParameters_t2199972650 * L_0 = __this->get_write_8(); return L_0; } } // System.Void Mono.Security.Protocol.Tls.Context::StartSwitchingSecurityParameters(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Context_StartSwitchingSecurityParameters_m28285865 (Context_t3971234707 * __this, bool ___client0, const RuntimeMethod* method) { { bool L_0 = ___client0; if (!L_0) { goto IL_0023; } } { SecurityParameters_t2199972650 * L_1 = __this->get_negotiating_6(); __this->set_write_8(L_1); SecurityParameters_t2199972650 * L_2 = __this->get_current_5(); __this->set_read_7(L_2); goto IL_003b; } IL_0023: { SecurityParameters_t2199972650 * L_3 = __this->get_negotiating_6(); __this->set_read_7(L_3); SecurityParameters_t2199972650 * L_4 = __this->get_current_5(); __this->set_write_8(L_4); } IL_003b: { SecurityParameters_t2199972650 * L_5 = __this->get_negotiating_6(); __this->set_current_5(L_5); return; } } // System.Void Mono.Security.Protocol.Tls.Context::EndSwitchingSecurityParameters(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Context_EndSwitchingSecurityParameters_m4148956166 (Context_t3971234707 * __this, bool ___client0, const RuntimeMethod* method) { SecurityParameters_t2199972650 * V_0 = NULL; { bool L_0 = ___client0; if (!L_0) { goto IL_001e; } } { SecurityParameters_t2199972650 * L_1 = __this->get_read_7(); V_0 = L_1; SecurityParameters_t2199972650 * L_2 = __this->get_current_5(); __this->set_read_7(L_2); goto IL_0031; } IL_001e: { SecurityParameters_t2199972650 * L_3 = __this->get_write_8(); V_0 = L_3; SecurityParameters_t2199972650 * L_4 = __this->get_current_5(); __this->set_write_8(L_4); } IL_0031: { SecurityParameters_t2199972650 * L_5 = V_0; if (!L_5) { goto IL_003d; } } { SecurityParameters_t2199972650 * L_6 = V_0; NullCheck(L_6); SecurityParameters_Clear_m680574382(L_6, /*hidden argument*/NULL); } IL_003d: { SecurityParameters_t2199972650 * L_7 = V_0; __this->set_negotiating_6(L_7); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #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 Mono.Security.Protocol.Tls.Handshake.Client.TlsClientCertificate::.ctor(Mono.Security.Protocol.Tls.Context) extern "C" IL2CPP_METHOD_ATTR void TlsClientCertificate__ctor_m101524132 (TlsClientCertificate_t3519510577 * __this, Context_t3971234707 * ___context0, const RuntimeMethod* method) { { Context_t3971234707 * L_0 = ___context0; HandshakeMessage__ctor_m2692487706(__this, L_0, ((int32_t)11), /*hidden argument*/NULL); return; } } // System.Security.Cryptography.X509Certificates.X509Certificate Mono.Security.Protocol.Tls.Handshake.Client.TlsClientCertificate::get_ClientCertificate() extern "C" IL2CPP_METHOD_ATTR X509Certificate_t713131622 * TlsClientCertificate_get_ClientCertificate_m1637836254 (TlsClientCertificate_t3519510577 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_clientCertSelected_9(); if (L_0) { goto IL_0018; } } { TlsClientCertificate_GetClientCertificate_m566867090(__this, /*hidden argument*/NULL); __this->set_clientCertSelected_9((bool)1); } IL_0018: { X509Certificate_t713131622 * L_1 = __this->get_clientCert_10(); return L_1; } } // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsClientCertificate::Update() extern "C" IL2CPP_METHOD_ATTR void TlsClientCertificate_Update_m1882970209 (TlsClientCertificate_t3519510577 * __this, const RuntimeMethod* method) { { HandshakeMessage_Update_m2417837686(__this, /*hidden argument*/NULL); TlsStream_Reset_m369197964(__this, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsClientCertificate::GetClientCertificate() extern "C" IL2CPP_METHOD_ATTR void TlsClientCertificate_GetClientCertificate_m566867090 (TlsClientCertificate_t3519510577 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TlsClientCertificate_GetClientCertificate_m566867090_MetadataUsageId); s_Il2CppMethodInitialized = true; } ClientContext_t2797401965 * V_0 = NULL; { Context_t3971234707 * L_0 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); V_0 = ((ClientContext_t2797401965 *)CastclassClass((RuntimeObject*)L_0, ClientContext_t2797401965_il2cpp_TypeInfo_var)); ClientContext_t2797401965 * L_1 = V_0; NullCheck(L_1); TlsClientSettings_t2486039503 * L_2 = Context_get_ClientSettings_m2874391194(L_1, /*hidden argument*/NULL); NullCheck(L_2); X509CertificateCollection_t3399372417 * L_3 = TlsClientSettings_get_Certificates_m2671943654(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0084; } } { ClientContext_t2797401965 * L_4 = V_0; NullCheck(L_4); TlsClientSettings_t2486039503 * L_5 = Context_get_ClientSettings_m2874391194(L_4, /*hidden argument*/NULL); NullCheck(L_5); X509CertificateCollection_t3399372417 * L_6 = TlsClientSettings_get_Certificates_m2671943654(L_5, /*hidden argument*/NULL); NullCheck(L_6); int32_t L_7 = CollectionBase_get_Count_m1708965601(L_6, /*hidden argument*/NULL); if ((((int32_t)L_7) <= ((int32_t)0))) { goto IL_0084; } } { ClientContext_t2797401965 * L_8 = V_0; NullCheck(L_8); SslClientStream_t3914624661 * L_9 = ClientContext_get_SslStream_m1583577309(L_8, /*hidden argument*/NULL); Context_t3971234707 * L_10 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_10); TlsClientSettings_t2486039503 * L_11 = Context_get_ClientSettings_m2874391194(L_10, /*hidden argument*/NULL); NullCheck(L_11); X509CertificateCollection_t3399372417 * L_12 = TlsClientSettings_get_Certificates_m2671943654(L_11, /*hidden argument*/NULL); Context_t3971234707 * L_13 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_13); TlsServerSettings_t4144396432 * L_14 = Context_get_ServerSettings_m1982578801(L_13, /*hidden argument*/NULL); NullCheck(L_14); X509CertificateCollection_t1542168550 * L_15 = TlsServerSettings_get_Certificates_m3981837031(L_14, /*hidden argument*/NULL); NullCheck(L_15); X509Certificate_t489243025 * L_16 = X509CertificateCollection_get_Item_m1033426577(L_15, 0, /*hidden argument*/NULL); NullCheck(L_16); ByteU5BU5D_t4116647657* L_17 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(12 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_16); X509Certificate_t713131622 * L_18 = (X509Certificate_t713131622 *)il2cpp_codegen_object_new(X509Certificate_t713131622_il2cpp_TypeInfo_var); X509Certificate__ctor_m1413707489(L_18, L_17, /*hidden argument*/NULL); Context_t3971234707 * L_19 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_19); TlsClientSettings_t2486039503 * L_20 = Context_get_ClientSettings_m2874391194(L_19, /*hidden argument*/NULL); NullCheck(L_20); String_t* L_21 = TlsClientSettings_get_TargetHost_m2463481414(L_20, /*hidden argument*/NULL); NullCheck(L_9); X509Certificate_t713131622 * L_22 = SslClientStream_RaiseClientCertificateSelection_m3936211295(L_9, L_12, L_18, L_21, (X509CertificateCollection_t3399372417 *)NULL, /*hidden argument*/NULL); __this->set_clientCert_10(L_22); } IL_0084: { ClientContext_t2797401965 * L_23 = V_0; NullCheck(L_23); TlsClientSettings_t2486039503 * L_24 = Context_get_ClientSettings_m2874391194(L_23, /*hidden argument*/NULL); X509Certificate_t713131622 * L_25 = __this->get_clientCert_10(); NullCheck(L_24); TlsClientSettings_set_ClientCertificate_m3374228612(L_24, L_25, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsClientCertificate::SendCertificates() extern "C" IL2CPP_METHOD_ATTR void TlsClientCertificate_SendCertificates_m1965594186 (TlsClientCertificate_t3519510577 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TlsClientCertificate_SendCertificates_m1965594186_MetadataUsageId); s_Il2CppMethodInitialized = true; } TlsStream_t2365453965 * V_0 = NULL; X509Certificate_t713131622 * V_1 = NULL; ByteU5BU5D_t4116647657* V_2 = NULL; { TlsStream_t2365453965 * L_0 = (TlsStream_t2365453965 *)il2cpp_codegen_object_new(TlsStream_t2365453965_il2cpp_TypeInfo_var); TlsStream__ctor_m787793111(L_0, /*hidden argument*/NULL); V_0 = L_0; X509Certificate_t713131622 * L_1 = TlsClientCertificate_get_ClientCertificate_m1637836254(__this, /*hidden argument*/NULL); V_1 = L_1; goto IL_0031; } IL_0012: { X509Certificate_t713131622 * L_2 = V_1; NullCheck(L_2); ByteU5BU5D_t4116647657* L_3 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(14 /* System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate::GetRawCertData() */, L_2); V_2 = L_3; TlsStream_t2365453965 * L_4 = V_0; ByteU5BU5D_t4116647657* L_5 = V_2; NullCheck(L_5); NullCheck(L_4); TlsStream_WriteInt24_m58952549(L_4, (((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length)))), /*hidden argument*/NULL); TlsStream_t2365453965 * L_6 = V_0; ByteU5BU5D_t4116647657* L_7 = V_2; NullCheck(L_6); TlsStream_Write_m4133894341(L_6, L_7, /*hidden argument*/NULL); X509Certificate_t713131622 * L_8 = V_1; X509Certificate_t713131622 * L_9 = TlsClientCertificate_FindParentCertificate_m3844441401(__this, L_8, /*hidden argument*/NULL); V_1 = L_9; } IL_0031: { X509Certificate_t713131622 * L_10 = V_1; if (L_10) { goto IL_0012; } } { TlsStream_t2365453965 * L_11 = V_0; NullCheck(L_11); int64_t L_12 = VirtFuncInvoker0< int64_t >::Invoke(8 /* System.Int64 Mono.Security.Protocol.Tls.TlsStream::get_Length() */, L_11); TlsStream_WriteInt24_m58952549(__this, (((int32_t)((int32_t)L_12))), /*hidden argument*/NULL); TlsStream_t2365453965 * L_13 = V_0; NullCheck(L_13); ByteU5BU5D_t4116647657* L_14 = TlsStream_ToArray_m4177184296(L_13, /*hidden argument*/NULL); TlsStream_Write_m4133894341(__this, L_14, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsClientCertificate::ProcessAsSsl3() extern "C" IL2CPP_METHOD_ATTR void TlsClientCertificate_ProcessAsSsl3_m3265529850 (TlsClientCertificate_t3519510577 * __this, const RuntimeMethod* method) { { X509Certificate_t713131622 * L_0 = TlsClientCertificate_get_ClientCertificate_m1637836254(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0016; } } { TlsClientCertificate_SendCertificates_m1965594186(__this, /*hidden argument*/NULL); goto IL_0016; } IL_0016: { return; } } // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsClientCertificate::ProcessAsTls1() extern "C" IL2CPP_METHOD_ATTR void TlsClientCertificate_ProcessAsTls1_m3232146441 (TlsClientCertificate_t3519510577 * __this, const RuntimeMethod* method) { { X509Certificate_t713131622 * L_0 = TlsClientCertificate_get_ClientCertificate_m1637836254(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0016; } } { TlsClientCertificate_SendCertificates_m1965594186(__this, /*hidden argument*/NULL); goto IL_001d; } IL_0016: { TlsStream_WriteInt24_m58952549(__this, 0, /*hidden argument*/NULL); } IL_001d: { return; } } // System.Security.Cryptography.X509Certificates.X509Certificate Mono.Security.Protocol.Tls.Handshake.Client.TlsClientCertificate::FindParentCertificate(System.Security.Cryptography.X509Certificates.X509Certificate) extern "C" IL2CPP_METHOD_ATTR X509Certificate_t713131622 * TlsClientCertificate_FindParentCertificate_m3844441401 (TlsClientCertificate_t3519510577 * __this, X509Certificate_t713131622 * ___cert0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TlsClientCertificate_FindParentCertificate_m3844441401_MetadataUsageId); s_Il2CppMethodInitialized = true; } X509Certificate_t713131622 * V_0 = NULL; X509CertificateEnumerator_t855273292 * V_1 = NULL; X509Certificate_t713131622 * V_2 = NULL; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { X509Certificate_t713131622 * L_0 = ___cert0; NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(12 /* System.String System.Security.Cryptography.X509Certificates.X509Certificate::GetName() */, L_0); X509Certificate_t713131622 * L_2 = ___cert0; NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Security.Cryptography.X509Certificates.X509Certificate::GetIssuerName() */, L_2); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Equality_m920492651(NULL /*static, unused*/, L_1, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0018; } } { return (X509Certificate_t713131622 *)NULL; } IL_0018: { Context_t3971234707 * L_5 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_5); TlsClientSettings_t2486039503 * L_6 = Context_get_ClientSettings_m2874391194(L_5, /*hidden argument*/NULL); NullCheck(L_6); X509CertificateCollection_t3399372417 * L_7 = TlsClientSettings_get_Certificates_m2671943654(L_6, /*hidden argument*/NULL); NullCheck(L_7); X509CertificateEnumerator_t855273292 * L_8 = X509CertificateCollection_GetEnumerator_m385726313(L_7, /*hidden argument*/NULL); V_1 = L_8; } IL_002e: try { // begin try (depth: 1) { goto IL_0057; } IL_0033: { X509CertificateEnumerator_t855273292 * L_9 = V_1; NullCheck(L_9); X509Certificate_t713131622 * L_10 = X509CertificateEnumerator_get_Current_m1016419(L_9, /*hidden argument*/NULL); V_0 = L_10; X509Certificate_t713131622 * L_11 = ___cert0; NullCheck(L_11); String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(12 /* System.String System.Security.Cryptography.X509Certificates.X509Certificate::GetName() */, L_11); X509Certificate_t713131622 * L_13 = ___cert0; NullCheck(L_13); String_t* L_14 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Security.Cryptography.X509Certificates.X509Certificate::GetIssuerName() */, L_13); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_15 = String_op_Equality_m920492651(NULL /*static, unused*/, L_12, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0057; } } IL_0050: { X509Certificate_t713131622 * L_16 = V_0; V_2 = L_16; IL2CPP_LEAVE(0x7B, FINALLY_0067); } IL_0057: { X509CertificateEnumerator_t855273292 * L_17 = V_1; NullCheck(L_17); bool L_18 = X509CertificateEnumerator_MoveNext_m3211955044(L_17, /*hidden argument*/NULL); if (L_18) { goto IL_0033; } } IL_0062: { IL2CPP_LEAVE(0x79, FINALLY_0067); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0067; } FINALLY_0067: { // begin finally (depth: 1) { X509CertificateEnumerator_t855273292 * L_19 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_19, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_20 = V_3; if (L_20) { goto IL_0072; } } IL_0071: { IL2CPP_END_FINALLY(103) } IL_0072: { RuntimeObject* L_21 = V_3; NullCheck(L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_21); IL2CPP_END_FINALLY(103) } } // end finally (depth: 1) IL2CPP_CLEANUP(103) { IL2CPP_JUMP_TBL(0x7B, IL_007b) IL2CPP_JUMP_TBL(0x79, IL_0079) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0079: { return (X509Certificate_t713131622 *)NULL; } IL_007b: { X509Certificate_t713131622 * L_22 = V_2; return L_22; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsClientCertificateVerify::.ctor(Mono.Security.Protocol.Tls.Context) extern "C" IL2CPP_METHOD_ATTR void TlsClientCertificateVerify__ctor_m1589614281 (TlsClientCertificateVerify_t1824902654 * __this, Context_t3971234707 * ___context0, const RuntimeMethod* method) { { Context_t3971234707 * L_0 = ___context0; HandshakeMessage__ctor_m2692487706(__this, L_0, ((int32_t)15), /*hidden argument*/NULL); return; } } // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsClientCertificateVerify::Update() extern "C" IL2CPP_METHOD_ATTR void TlsClientCertificateVerify_Update_m3046208881 (TlsClientCertificateVerify_t1824902654 * __this, const RuntimeMethod* method) { { HandshakeMessage_Update_m2417837686(__this, /*hidden argument*/NULL); TlsStream_Reset_m369197964(__this, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsClientCertificateVerify::ProcessAsSsl3() extern "C" IL2CPP_METHOD_ATTR void TlsClientCertificateVerify_ProcessAsSsl3_m1125097704 (TlsClientCertificateVerify_t1824902654 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TlsClientCertificateVerify_ProcessAsSsl3_m1125097704_MetadataUsageId); s_Il2CppMethodInitialized = true; } AsymmetricAlgorithm_t932037087 * V_0 = NULL; ClientContext_t2797401965 * V_1 = NULL; SslHandshakeHash_t2107581772 * V_2 = NULL; ByteU5BU5D_t4116647657* V_3 = NULL; RSA_t2385438082 * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = (AsymmetricAlgorithm_t932037087 *)NULL; Context_t3971234707 * L_0 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); V_1 = ((ClientContext_t2797401965 *)CastclassClass((RuntimeObject*)L_0, ClientContext_t2797401965_il2cpp_TypeInfo_var)); ClientContext_t2797401965 * L_1 = V_1; NullCheck(L_1); SslClientStream_t3914624661 * L_2 = ClientContext_get_SslStream_m1583577309(L_1, /*hidden argument*/NULL); ClientContext_t2797401965 * L_3 = V_1; NullCheck(L_3); TlsClientSettings_t2486039503 * L_4 = Context_get_ClientSettings_m2874391194(L_3, /*hidden argument*/NULL); NullCheck(L_4); X509Certificate_t713131622 * L_5 = TlsClientSettings_get_ClientCertificate_m3139459118(L_4, /*hidden argument*/NULL); ClientContext_t2797401965 * L_6 = V_1; NullCheck(L_6); TlsClientSettings_t2486039503 * L_7 = Context_get_ClientSettings_m2874391194(L_6, /*hidden argument*/NULL); NullCheck(L_7); String_t* L_8 = TlsClientSettings_get_TargetHost_m2463481414(L_7, /*hidden argument*/NULL); NullCheck(L_2); AsymmetricAlgorithm_t932037087 * L_9 = SslClientStream_RaisePrivateKeySelection_m3394190501(L_2, L_5, L_8, /*hidden argument*/NULL); V_0 = L_9; AsymmetricAlgorithm_t932037087 * L_10 = V_0; if (L_10) { goto IL_0043; } } { TlsException_t3534743363 * L_11 = (TlsException_t3534743363 *)il2cpp_codegen_object_new(TlsException_t3534743363_il2cpp_TypeInfo_var); TlsException__ctor_m3242533711(L_11, ((int32_t)90), _stringLiteral1280642964, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,TlsClientCertificateVerify_ProcessAsSsl3_m1125097704_RuntimeMethod_var); } IL_0043: { ClientContext_t2797401965 * L_12 = V_1; NullCheck(L_12); ByteU5BU5D_t4116647657* L_13 = Context_get_MasterSecret_m676083615(L_12, /*hidden argument*/NULL); SslHandshakeHash_t2107581772 * L_14 = (SslHandshakeHash_t2107581772 *)il2cpp_codegen_object_new(SslHandshakeHash_t2107581772_il2cpp_TypeInfo_var); SslHandshakeHash__ctor_m4169387017(L_14, L_13, /*hidden argument*/NULL); V_2 = L_14; SslHandshakeHash_t2107581772 * L_15 = V_2; ClientContext_t2797401965 * L_16 = V_1; NullCheck(L_16); TlsStream_t2365453965 * L_17 = Context_get_HandshakeMessages_m3655705111(L_16, /*hidden argument*/NULL); NullCheck(L_17); ByteU5BU5D_t4116647657* L_18 = TlsStream_ToArray_m4177184296(L_17, /*hidden argument*/NULL); ClientContext_t2797401965 * L_19 = V_1; NullCheck(L_19); TlsStream_t2365453965 * L_20 = Context_get_HandshakeMessages_m3655705111(L_19, /*hidden argument*/NULL); NullCheck(L_20); int64_t L_21 = VirtFuncInvoker0< int64_t >::Invoke(8 /* System.Int64 Mono.Security.Protocol.Tls.TlsStream::get_Length() */, L_20); NullCheck(L_15); HashAlgorithm_TransformFinalBlock_m3005451348(L_15, L_18, 0, (((int32_t)((int32_t)L_21))), /*hidden argument*/NULL); V_3 = (ByteU5BU5D_t4116647657*)NULL; AsymmetricAlgorithm_t932037087 * L_22 = V_0; if (((RSACryptoServiceProvider_t2683512874 *)IsInstSealed((RuntimeObject*)L_22, RSACryptoServiceProvider_t2683512874_il2cpp_TypeInfo_var))) { goto IL_0093; } } IL_007b: try { // begin try (depth: 1) SslHandshakeHash_t2107581772 * L_23 = V_2; AsymmetricAlgorithm_t932037087 * L_24 = V_0; NullCheck(L_23); ByteU5BU5D_t4116647657* L_25 = SslHandshakeHash_CreateSignature_m1634235041(L_23, ((RSA_t2385438082 *)CastclassClass((RuntimeObject*)L_24, RSA_t2385438082_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_3 = L_25; goto IL_0093; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (NotImplementedException_t3489357830_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_008d; throw e; } CATCH_008d: { // begin catch(System.NotImplementedException) goto IL_0093; } // end catch (depth: 1) IL_0093: { ByteU5BU5D_t4116647657* L_26 = V_3; if (L_26) { goto IL_00b0; } } { AsymmetricAlgorithm_t932037087 * L_27 = V_0; RSA_t2385438082 * L_28 = TlsClientCertificateVerify_getClientCertRSA_m1205662940(__this, ((RSA_t2385438082 *)CastclassClass((RuntimeObject*)L_27, RSA_t2385438082_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_4 = L_28; SslHandshakeHash_t2107581772 * L_29 = V_2; RSA_t2385438082 * L_30 = V_4; NullCheck(L_29); ByteU5BU5D_t4116647657* L_31 = SslHandshakeHash_CreateSignature_m1634235041(L_29, L_30, /*hidden argument*/NULL); V_3 = L_31; } IL_00b0: { ByteU5BU5D_t4116647657* L_32 = V_3; NullCheck(L_32); TlsStream_Write_m1412844442(__this, (((int16_t)((int16_t)(((int32_t)((int32_t)(((RuntimeArray *)L_32)->max_length))))))), /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_33 = V_3; ByteU5BU5D_t4116647657* L_34 = V_3; NullCheck(L_34); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(20 /* System.Void Mono.Security.Protocol.Tls.TlsStream::Write(System.Byte[],System.Int32,System.Int32) */, __this, L_33, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_34)->max_length))))); return; } } // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsClientCertificateVerify::ProcessAsTls1() extern "C" IL2CPP_METHOD_ATTR void TlsClientCertificateVerify_ProcessAsTls1_m1051495755 (TlsClientCertificateVerify_t1824902654 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TlsClientCertificateVerify_ProcessAsTls1_m1051495755_MetadataUsageId); s_Il2CppMethodInitialized = true; } AsymmetricAlgorithm_t932037087 * V_0 = NULL; ClientContext_t2797401965 * V_1 = NULL; MD5SHA1_t723838944 * V_2 = NULL; ByteU5BU5D_t4116647657* V_3 = NULL; RSA_t2385438082 * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = (AsymmetricAlgorithm_t932037087 *)NULL; Context_t3971234707 * L_0 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); V_1 = ((ClientContext_t2797401965 *)CastclassClass((RuntimeObject*)L_0, ClientContext_t2797401965_il2cpp_TypeInfo_var)); ClientContext_t2797401965 * L_1 = V_1; NullCheck(L_1); SslClientStream_t3914624661 * L_2 = ClientContext_get_SslStream_m1583577309(L_1, /*hidden argument*/NULL); ClientContext_t2797401965 * L_3 = V_1; NullCheck(L_3); TlsClientSettings_t2486039503 * L_4 = Context_get_ClientSettings_m2874391194(L_3, /*hidden argument*/NULL); NullCheck(L_4); X509Certificate_t713131622 * L_5 = TlsClientSettings_get_ClientCertificate_m3139459118(L_4, /*hidden argument*/NULL); ClientContext_t2797401965 * L_6 = V_1; NullCheck(L_6); TlsClientSettings_t2486039503 * L_7 = Context_get_ClientSettings_m2874391194(L_6, /*hidden argument*/NULL); NullCheck(L_7); String_t* L_8 = TlsClientSettings_get_TargetHost_m2463481414(L_7, /*hidden argument*/NULL); NullCheck(L_2); AsymmetricAlgorithm_t932037087 * L_9 = SslClientStream_RaisePrivateKeySelection_m3394190501(L_2, L_5, L_8, /*hidden argument*/NULL); V_0 = L_9; AsymmetricAlgorithm_t932037087 * L_10 = V_0; if (L_10) { goto IL_0043; } } { TlsException_t3534743363 * L_11 = (TlsException_t3534743363 *)il2cpp_codegen_object_new(TlsException_t3534743363_il2cpp_TypeInfo_var); TlsException__ctor_m3242533711(L_11, ((int32_t)90), _stringLiteral1280642964, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,TlsClientCertificateVerify_ProcessAsTls1_m1051495755_RuntimeMethod_var); } IL_0043: { MD5SHA1_t723838944 * L_12 = (MD5SHA1_t723838944 *)il2cpp_codegen_object_new(MD5SHA1_t723838944_il2cpp_TypeInfo_var); MD5SHA1__ctor_m4081016482(L_12, /*hidden argument*/NULL); V_2 = L_12; MD5SHA1_t723838944 * L_13 = V_2; ClientContext_t2797401965 * L_14 = V_1; NullCheck(L_14); TlsStream_t2365453965 * L_15 = Context_get_HandshakeMessages_m3655705111(L_14, /*hidden argument*/NULL); NullCheck(L_15); ByteU5BU5D_t4116647657* L_16 = TlsStream_ToArray_m4177184296(L_15, /*hidden argument*/NULL); ClientContext_t2797401965 * L_17 = V_1; NullCheck(L_17); TlsStream_t2365453965 * L_18 = Context_get_HandshakeMessages_m3655705111(L_17, /*hidden argument*/NULL); NullCheck(L_18); int64_t L_19 = VirtFuncInvoker0< int64_t >::Invoke(8 /* System.Int64 Mono.Security.Protocol.Tls.TlsStream::get_Length() */, L_18); NullCheck(L_13); HashAlgorithm_ComputeHash_m2044824070(L_13, L_16, 0, (((int32_t)((int32_t)L_19))), /*hidden argument*/NULL); V_3 = (ByteU5BU5D_t4116647657*)NULL; AsymmetricAlgorithm_t932037087 * L_20 = V_0; if (((RSACryptoServiceProvider_t2683512874 *)IsInstSealed((RuntimeObject*)L_20, RSACryptoServiceProvider_t2683512874_il2cpp_TypeInfo_var))) { goto IL_008d; } } IL_0075: try { // begin try (depth: 1) MD5SHA1_t723838944 * L_21 = V_2; AsymmetricAlgorithm_t932037087 * L_22 = V_0; NullCheck(L_21); ByteU5BU5D_t4116647657* L_23 = MD5SHA1_CreateSignature_m3583449066(L_21, ((RSA_t2385438082 *)CastclassClass((RuntimeObject*)L_22, RSA_t2385438082_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_3 = L_23; goto IL_008d; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (NotImplementedException_t3489357830_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0087; throw e; } CATCH_0087: { // begin catch(System.NotImplementedException) goto IL_008d; } // end catch (depth: 1) IL_008d: { ByteU5BU5D_t4116647657* L_24 = V_3; if (L_24) { goto IL_00aa; } } { AsymmetricAlgorithm_t932037087 * L_25 = V_0; RSA_t2385438082 * L_26 = TlsClientCertificateVerify_getClientCertRSA_m1205662940(__this, ((RSA_t2385438082 *)CastclassClass((RuntimeObject*)L_25, RSA_t2385438082_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_4 = L_26; MD5SHA1_t723838944 * L_27 = V_2; RSA_t2385438082 * L_28 = V_4; NullCheck(L_27); ByteU5BU5D_t4116647657* L_29 = MD5SHA1_CreateSignature_m3583449066(L_27, L_28, /*hidden argument*/NULL); V_3 = L_29; } IL_00aa: { ByteU5BU5D_t4116647657* L_30 = V_3; NullCheck(L_30); TlsStream_Write_m1412844442(__this, (((int16_t)((int16_t)(((int32_t)((int32_t)(((RuntimeArray *)L_30)->max_length))))))), /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_31 = V_3; ByteU5BU5D_t4116647657* L_32 = V_3; NullCheck(L_32); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(20 /* System.Void Mono.Security.Protocol.Tls.TlsStream::Write(System.Byte[],System.Int32,System.Int32) */, __this, L_31, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_32)->max_length))))); return; } } // System.Security.Cryptography.RSA Mono.Security.Protocol.Tls.Handshake.Client.TlsClientCertificateVerify::getClientCertRSA(System.Security.Cryptography.RSA) extern "C" IL2CPP_METHOD_ATTR RSA_t2385438082 * TlsClientCertificateVerify_getClientCertRSA_m1205662940 (TlsClientCertificateVerify_t1824902654 * __this, RSA_t2385438082 * ___privKey0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TlsClientCertificateVerify_getClientCertRSA_m1205662940_MetadataUsageId); s_Il2CppMethodInitialized = true; } RSAParameters_t1728406613 V_0; memset(&V_0, 0, sizeof(V_0)); RSAParameters_t1728406613 V_1; memset(&V_1, 0, sizeof(V_1)); ASN1_t2114160833 * V_2 = NULL; ASN1_t2114160833 * V_3 = NULL; ASN1_t2114160833 * V_4 = NULL; int32_t V_5 = 0; RSAManaged_t1757093820 * V_6 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RSAParameters_t1728406613 )); RSA_t2385438082 * L_0 = ___privKey0; NullCheck(L_0); RSAParameters_t1728406613 L_1 = VirtFuncInvoker1< RSAParameters_t1728406613 , bool >::Invoke(12 /* System.Security.Cryptography.RSAParameters System.Security.Cryptography.RSA::ExportParameters(System.Boolean) */, L_0, (bool)1); V_1 = L_1; Context_t3971234707 * L_2 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_2); TlsClientSettings_t2486039503 * L_3 = Context_get_ClientSettings_m2874391194(L_2, /*hidden argument*/NULL); NullCheck(L_3); X509CertificateCollection_t3399372417 * L_4 = TlsClientSettings_get_Certificates_m2671943654(L_3, /*hidden argument*/NULL); NullCheck(L_4); X509Certificate_t713131622 * L_5 = X509CertificateCollection_get_Item_m1464788693(L_4, 0, /*hidden argument*/NULL); NullCheck(L_5); ByteU5BU5D_t4116647657* L_6 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(13 /* System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate::GetPublicKey() */, L_5); ASN1_t2114160833 * L_7 = (ASN1_t2114160833 *)il2cpp_codegen_object_new(ASN1_t2114160833_il2cpp_TypeInfo_var); ASN1__ctor_m1219137533(L_7, L_6, /*hidden argument*/NULL); V_2 = L_7; ASN1_t2114160833 * L_8 = V_2; NullCheck(L_8); ASN1_t2114160833 * L_9 = ASN1_get_Item_m315148275(L_8, 0, /*hidden argument*/NULL); V_3 = L_9; ASN1_t2114160833 * L_10 = V_3; if (!L_10) { goto IL_004b; } } { ASN1_t2114160833 * L_11 = V_3; NullCheck(L_11); uint8_t L_12 = ASN1_get_Tag_m1863840805(L_11, /*hidden argument*/NULL); if ((((int32_t)L_12) == ((int32_t)2))) { goto IL_004d; } } IL_004b: { return (RSA_t2385438082 *)NULL; } IL_004d: { ASN1_t2114160833 * L_13 = V_2; NullCheck(L_13); ASN1_t2114160833 * L_14 = ASN1_get_Item_m315148275(L_13, 1, /*hidden argument*/NULL); V_4 = L_14; ASN1_t2114160833 * L_15 = V_4; NullCheck(L_15); uint8_t L_16 = ASN1_get_Tag_m1863840805(L_15, /*hidden argument*/NULL); if ((((int32_t)L_16) == ((int32_t)2))) { goto IL_0065; } } { return (RSA_t2385438082 *)NULL; } IL_0065: { ASN1_t2114160833 * L_17 = V_3; NullCheck(L_17); ByteU5BU5D_t4116647657* L_18 = ASN1_get_Value_m3619295991(L_17, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_19 = TlsClientCertificateVerify_getUnsignedBigInteger_m3003216819(__this, L_18, /*hidden argument*/NULL); (&V_0)->set_Modulus_6(L_19); ASN1_t2114160833 * L_20 = V_4; NullCheck(L_20); ByteU5BU5D_t4116647657* L_21 = ASN1_get_Value_m3619295991(L_20, /*hidden argument*/NULL); (&V_0)->set_Exponent_7(L_21); ByteU5BU5D_t4116647657* L_22 = (&V_1)->get_D_2(); (&V_0)->set_D_2(L_22); ByteU5BU5D_t4116647657* L_23 = (&V_1)->get_DP_3(); (&V_0)->set_DP_3(L_23); ByteU5BU5D_t4116647657* L_24 = (&V_1)->get_DQ_4(); (&V_0)->set_DQ_4(L_24); ByteU5BU5D_t4116647657* L_25 = (&V_1)->get_InverseQ_5(); (&V_0)->set_InverseQ_5(L_25); ByteU5BU5D_t4116647657* L_26 = (&V_1)->get_P_0(); (&V_0)->set_P_0(L_26); ByteU5BU5D_t4116647657* L_27 = (&V_1)->get_Q_1(); (&V_0)->set_Q_1(L_27); ByteU5BU5D_t4116647657* L_28 = (&V_0)->get_Modulus_6(); NullCheck(L_28); V_5 = ((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_28)->max_length))))<<(int32_t)3)); int32_t L_29 = V_5; RSAManaged_t1757093820 * L_30 = (RSAManaged_t1757093820 *)il2cpp_codegen_object_new(RSAManaged_t1757093820_il2cpp_TypeInfo_var); RSAManaged__ctor_m350841446(L_30, L_29, /*hidden argument*/NULL); V_6 = L_30; RSAManaged_t1757093820 * L_31 = V_6; RSAParameters_t1728406613 L_32 = V_0; NullCheck(L_31); VirtActionInvoker1< RSAParameters_t1728406613 >::Invoke(13 /* System.Void Mono.Security.Cryptography.RSAManaged::ImportParameters(System.Security.Cryptography.RSAParameters) */, L_31, L_32); RSAManaged_t1757093820 * L_33 = V_6; return L_33; } } // System.Byte[] Mono.Security.Protocol.Tls.Handshake.Client.TlsClientCertificateVerify::getUnsignedBigInteger(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* TlsClientCertificateVerify_getUnsignedBigInteger_m3003216819 (TlsClientCertificateVerify_t1824902654 * __this, ByteU5BU5D_t4116647657* ___integer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TlsClientCertificateVerify_getUnsignedBigInteger_m3003216819_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_t4116647657* V_1 = NULL; { ByteU5BU5D_t4116647657* L_0 = ___integer0; NullCheck(L_0); int32_t L_1 = 0; uint8_t L_2 = (L_0)->GetAt(static_cast(L_1)); if (L_2) { goto IL_0021; } } { ByteU5BU5D_t4116647657* L_3 = ___integer0; NullCheck(L_3); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))), (int32_t)1)); int32_t L_4 = V_0; V_1 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_4)); ByteU5BU5D_t4116647657* L_5 = ___integer0; ByteU5BU5D_t4116647657* L_6 = V_1; int32_t L_7 = V_0; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_5, 1, (RuntimeArray *)(RuntimeArray *)L_6, 0, L_7, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_8 = V_1; return L_8; } IL_0021: { ByteU5BU5D_t4116647657* L_9 = ___integer0; return L_9; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsClientFinished::.ctor(Mono.Security.Protocol.Tls.Context) extern "C" IL2CPP_METHOD_ATTR void TlsClientFinished__ctor_m399357014 (TlsClientFinished_t2486981163 * __this, Context_t3971234707 * ___context0, const RuntimeMethod* method) { { Context_t3971234707 * L_0 = ___context0; HandshakeMessage__ctor_m2692487706(__this, L_0, ((int32_t)20), /*hidden argument*/NULL); return; } } // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsClientFinished::.cctor() extern "C" IL2CPP_METHOD_ATTR void TlsClientFinished__cctor_m1023921005 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TlsClientFinished__cctor_m1023921005_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)4)); RuntimeFieldHandle_t1871169219 L_1 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255362____U24U24fieldU2D21_13_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, L_1, /*hidden argument*/NULL); ((TlsClientFinished_t2486981163_StaticFields*)il2cpp_codegen_static_fields_for(TlsClientFinished_t2486981163_il2cpp_TypeInfo_var))->set_Ssl3Marker_9(L_0); return; } } // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsClientFinished::Update() extern "C" IL2CPP_METHOD_ATTR void TlsClientFinished_Update_m2408925771 (TlsClientFinished_t2486981163 * __this, const RuntimeMethod* method) { { HandshakeMessage_Update_m2417837686(__this, /*hidden argument*/NULL); TlsStream_Reset_m369197964(__this, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsClientFinished::ProcessAsSsl3() extern "C" IL2CPP_METHOD_ATTR void TlsClientFinished_ProcessAsSsl3_m3094597606 (TlsClientFinished_t2486981163 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TlsClientFinished_ProcessAsSsl3_m3094597606_MetadataUsageId); s_Il2CppMethodInitialized = true; } HashAlgorithm_t1432317219 * V_0 = NULL; ByteU5BU5D_t4116647657* V_1 = NULL; { Context_t3971234707 * L_0 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_0); ByteU5BU5D_t4116647657* L_1 = Context_get_MasterSecret_m676083615(L_0, /*hidden argument*/NULL); SslHandshakeHash_t2107581772 * L_2 = (SslHandshakeHash_t2107581772 *)il2cpp_codegen_object_new(SslHandshakeHash_t2107581772_il2cpp_TypeInfo_var); SslHandshakeHash__ctor_m4169387017(L_2, L_1, /*hidden argument*/NULL); V_0 = L_2; Context_t3971234707 * L_3 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_3); TlsStream_t2365453965 * L_4 = Context_get_HandshakeMessages_m3655705111(L_3, /*hidden argument*/NULL); NullCheck(L_4); ByteU5BU5D_t4116647657* L_5 = TlsStream_ToArray_m4177184296(L_4, /*hidden argument*/NULL); V_1 = L_5; HashAlgorithm_t1432317219 * L_6 = V_0; ByteU5BU5D_t4116647657* L_7 = V_1; ByteU5BU5D_t4116647657* L_8 = V_1; NullCheck(L_8); ByteU5BU5D_t4116647657* L_9 = V_1; NullCheck(L_6); HashAlgorithm_TransformBlock_m4006041779(L_6, L_7, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))), L_9, 0, /*hidden argument*/NULL); HashAlgorithm_t1432317219 * L_10 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TlsClientFinished_t2486981163_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_11 = ((TlsClientFinished_t2486981163_StaticFields*)il2cpp_codegen_static_fields_for(TlsClientFinished_t2486981163_il2cpp_TypeInfo_var))->get_Ssl3Marker_9(); ByteU5BU5D_t4116647657* L_12 = ((TlsClientFinished_t2486981163_StaticFields*)il2cpp_codegen_static_fields_for(TlsClientFinished_t2486981163_il2cpp_TypeInfo_var))->get_Ssl3Marker_9(); NullCheck(L_12); ByteU5BU5D_t4116647657* L_13 = ((TlsClientFinished_t2486981163_StaticFields*)il2cpp_codegen_static_fields_for(TlsClientFinished_t2486981163_il2cpp_TypeInfo_var))->get_Ssl3Marker_9(); NullCheck(L_10); HashAlgorithm_TransformBlock_m4006041779(L_10, L_11, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length)))), L_13, 0, /*hidden argument*/NULL); HashAlgorithm_t1432317219 * L_14 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CipherSuite_t3414744575_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_15 = ((CipherSuite_t3414744575_StaticFields*)il2cpp_codegen_static_fields_for(CipherSuite_t3414744575_il2cpp_TypeInfo_var))->get_EmptyArray_0(); NullCheck(L_14); HashAlgorithm_TransformFinalBlock_m3005451348(L_14, L_15, 0, 0, /*hidden argument*/NULL); HashAlgorithm_t1432317219 * L_16 = V_0; NullCheck(L_16); ByteU5BU5D_t4116647657* L_17 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(13 /* System.Byte[] System.Security.Cryptography.HashAlgorithm::get_Hash() */, L_16); TlsStream_Write_m4133894341(__this, L_17, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsClientFinished::ProcessAsTls1() extern "C" IL2CPP_METHOD_ATTR void TlsClientFinished_ProcessAsTls1_m2429863130 (TlsClientFinished_t2486981163 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TlsClientFinished_ProcessAsTls1_m2429863130_MetadataUsageId); s_Il2CppMethodInitialized = true; } HashAlgorithm_t1432317219 * V_0 = NULL; ByteU5BU5D_t4116647657* V_1 = NULL; ByteU5BU5D_t4116647657* V_2 = NULL; { MD5SHA1_t723838944 * L_0 = (MD5SHA1_t723838944 *)il2cpp_codegen_object_new(MD5SHA1_t723838944_il2cpp_TypeInfo_var); MD5SHA1__ctor_m4081016482(L_0, /*hidden argument*/NULL); V_0 = L_0; Context_t3971234707 * L_1 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_1); TlsStream_t2365453965 * L_2 = Context_get_HandshakeMessages_m3655705111(L_1, /*hidden argument*/NULL); NullCheck(L_2); ByteU5BU5D_t4116647657* L_3 = TlsStream_ToArray_m4177184296(L_2, /*hidden argument*/NULL); V_1 = L_3; HashAlgorithm_t1432317219 * L_4 = V_0; ByteU5BU5D_t4116647657* L_5 = V_1; ByteU5BU5D_t4116647657* L_6 = V_1; NullCheck(L_6); NullCheck(L_4); ByteU5BU5D_t4116647657* L_7 = HashAlgorithm_ComputeHash_m2044824070(L_4, L_5, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length)))), /*hidden argument*/NULL); V_2 = L_7; Context_t3971234707 * L_8 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_8); SecurityParameters_t2199972650 * L_9 = Context_get_Write_m1564343513(L_8, /*hidden argument*/NULL); NullCheck(L_9); CipherSuite_t3414744575 * L_10 = SecurityParameters_get_Cipher_m108846204(L_9, /*hidden argument*/NULL); Context_t3971234707 * L_11 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_11); ByteU5BU5D_t4116647657* L_12 = Context_get_MasterSecret_m676083615(L_11, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_13 = V_2; NullCheck(L_10); ByteU5BU5D_t4116647657* L_14 = CipherSuite_PRF_m2801806009(L_10, L_12, _stringLiteral548517185, L_13, ((int32_t)12), /*hidden argument*/NULL); TlsStream_Write_m4133894341(__this, L_14, /*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 Mono.Security.Protocol.Tls.Handshake.Client.TlsClientHello::.ctor(Mono.Security.Protocol.Tls.Context) extern "C" IL2CPP_METHOD_ATTR void TlsClientHello__ctor_m1986768336 (TlsClientHello_t97965998 * __this, Context_t3971234707 * ___context0, const RuntimeMethod* method) { { Context_t3971234707 * L_0 = ___context0; HandshakeMessage__ctor_m2692487706(__this, L_0, 1, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsClientHello::Update() extern "C" IL2CPP_METHOD_ATTR void TlsClientHello_Update_m3773127362 (TlsClientHello_t97965998 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TlsClientHello_Update_m3773127362_MetadataUsageId); s_Il2CppMethodInitialized = true; } ClientContext_t2797401965 * V_0 = NULL; { Context_t3971234707 * L_0 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); V_0 = ((ClientContext_t2797401965 *)CastclassClass((RuntimeObject*)L_0, ClientContext_t2797401965_il2cpp_TypeInfo_var)); HandshakeMessage_Update_m2417837686(__this, /*hidden argument*/NULL); ClientContext_t2797401965 * L_1 = V_0; ByteU5BU5D_t4116647657* L_2 = __this->get_random_9(); NullCheck(L_1); Context_set_ClientRandom_m2974454575(L_1, L_2, /*hidden argument*/NULL); ClientContext_t2797401965 * L_3 = V_0; Context_t3971234707 * L_4 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_4); int16_t L_5 = Context_get_Protocol_m1078422015(L_4, /*hidden argument*/NULL); NullCheck(L_3); ClientContext_set_ClientHelloProtocol_m4189379912(L_3, L_5, /*hidden argument*/NULL); __this->set_random_9((ByteU5BU5D_t4116647657*)NULL); return; } } // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsClientHello::ProcessAsSsl3() extern "C" IL2CPP_METHOD_ATTR void TlsClientHello_ProcessAsSsl3_m3427133094 (TlsClientHello_t97965998 * __this, const RuntimeMethod* method) { { VirtActionInvoker0::Invoke(26 /* System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsClientHello::ProcessAsTls1() */, __this); return; } } // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsClientHello::ProcessAsTls1() extern "C" IL2CPP_METHOD_ATTR void TlsClientHello_ProcessAsTls1_m2549285167 (TlsClientHello_t97965998 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TlsClientHello_ProcessAsTls1_m2549285167_MetadataUsageId); s_Il2CppMethodInitialized = true; } TlsStream_t2365453965 * V_0 = NULL; int32_t V_1 = 0; { Context_t3971234707 * L_0 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_0); int16_t L_1 = Context_get_Protocol_m1078422015(L_0, /*hidden argument*/NULL); TlsStream_Write_m1412844442(__this, L_1, /*hidden argument*/NULL); TlsStream_t2365453965 * L_2 = (TlsStream_t2365453965 *)il2cpp_codegen_object_new(TlsStream_t2365453965_il2cpp_TypeInfo_var); TlsStream__ctor_m787793111(L_2, /*hidden argument*/NULL); V_0 = L_2; TlsStream_t2365453965 * L_3 = V_0; Context_t3971234707 * L_4 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_5 = Context_GetUnixTime_m3811151335(L_4, /*hidden argument*/NULL); NullCheck(L_3); TlsStream_Write_m1413106584(L_3, L_5, /*hidden argument*/NULL); TlsStream_t2365453965 * L_6 = V_0; Context_t3971234707 * L_7 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_7); ByteU5BU5D_t4116647657* L_8 = Context_GetSecureRandomBytes_m3676009387(L_7, ((int32_t)28), /*hidden argument*/NULL); NullCheck(L_6); TlsStream_Write_m4133894341(L_6, L_8, /*hidden argument*/NULL); TlsStream_t2365453965 * L_9 = V_0; NullCheck(L_9); ByteU5BU5D_t4116647657* L_10 = TlsStream_ToArray_m4177184296(L_9, /*hidden argument*/NULL); __this->set_random_9(L_10); TlsStream_t2365453965 * L_11 = V_0; NullCheck(L_11); TlsStream_Reset_m369197964(L_11, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_12 = __this->get_random_9(); TlsStream_Write_m4133894341(__this, L_12, /*hidden argument*/NULL); Context_t3971234707 * L_13 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); Context_t3971234707 * L_14 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_14); TlsClientSettings_t2486039503 * L_15 = Context_get_ClientSettings_m2874391194(L_14, /*hidden argument*/NULL); NullCheck(L_15); String_t* L_16 = TlsClientSettings_get_TargetHost_m2463481414(L_15, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ClientSessionCache_t2353595803_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_17 = ClientSessionCache_FromHost_m273325760(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); NullCheck(L_13); Context_set_SessionId_m942328427(L_13, L_17, /*hidden argument*/NULL); Context_t3971234707 * L_18 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_18); ByteU5BU5D_t4116647657* L_19 = Context_get_SessionId_m1086671147(L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_00c6; } } { Context_t3971234707 * L_20 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_20); ByteU5BU5D_t4116647657* L_21 = Context_get_SessionId_m1086671147(L_20, /*hidden argument*/NULL); NullCheck(L_21); TlsStream_Write_m4246040664(__this, (uint8_t)(((int32_t)((uint8_t)(((int32_t)((int32_t)(((RuntimeArray *)L_21)->max_length))))))), /*hidden argument*/NULL); Context_t3971234707 * L_22 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_22); ByteU5BU5D_t4116647657* L_23 = Context_get_SessionId_m1086671147(L_22, /*hidden argument*/NULL); NullCheck(L_23); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_23)->max_length))))) <= ((int32_t)0))) { goto IL_00c1; } } { Context_t3971234707 * L_24 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_24); ByteU5BU5D_t4116647657* L_25 = Context_get_SessionId_m1086671147(L_24, /*hidden argument*/NULL); TlsStream_Write_m4133894341(__this, L_25, /*hidden argument*/NULL); } IL_00c1: { goto IL_00cd; } IL_00c6: { TlsStream_Write_m4246040664(__this, (uint8_t)0, /*hidden argument*/NULL); } IL_00cd: { Context_t3971234707 * L_26 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_26); CipherSuiteCollection_t1129639304 * L_27 = Context_get_SupportedCiphers_m1883682196(L_26, /*hidden argument*/NULL); NullCheck(L_27); int32_t L_28 = CipherSuiteCollection_get_Count_m4271692531(L_27, /*hidden argument*/NULL); TlsStream_Write_m1412844442(__this, (((int16_t)((int16_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_28, (int32_t)2))))), /*hidden argument*/NULL); V_1 = 0; goto IL_010d; } IL_00ed: { Context_t3971234707 * L_29 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_29); CipherSuiteCollection_t1129639304 * L_30 = Context_get_SupportedCiphers_m1883682196(L_29, /*hidden argument*/NULL); int32_t L_31 = V_1; NullCheck(L_30); CipherSuite_t3414744575 * L_32 = CipherSuiteCollection_get_Item_m4188309062(L_30, L_31, /*hidden argument*/NULL); NullCheck(L_32); int16_t L_33 = CipherSuite_get_Code_m3847824475(L_32, /*hidden argument*/NULL); TlsStream_Write_m1412844442(__this, L_33, /*hidden argument*/NULL); int32_t L_34 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_010d: { int32_t L_35 = V_1; Context_t3971234707 * L_36 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_36); CipherSuiteCollection_t1129639304 * L_37 = Context_get_SupportedCiphers_m1883682196(L_36, /*hidden argument*/NULL); NullCheck(L_37); int32_t L_38 = CipherSuiteCollection_get_Count_m4271692531(L_37, /*hidden argument*/NULL); if ((((int32_t)L_35) < ((int32_t)L_38))) { goto IL_00ed; } } { TlsStream_Write_m4246040664(__this, (uint8_t)1, /*hidden argument*/NULL); Context_t3971234707 * L_39 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_39); int32_t L_40 = Context_get_CompressionMethod_m2647114016(L_39, /*hidden argument*/NULL); TlsStream_Write_m4246040664(__this, (uint8_t)(((int32_t)((uint8_t)L_40))), /*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 Mono.Security.Protocol.Tls.Handshake.Client.TlsClientKeyExchange::.ctor(Mono.Security.Protocol.Tls.Context) extern "C" IL2CPP_METHOD_ATTR void TlsClientKeyExchange__ctor_m31786095 (TlsClientKeyExchange_t643923608 * __this, Context_t3971234707 * ___context0, const RuntimeMethod* method) { { Context_t3971234707 * L_0 = ___context0; HandshakeMessage__ctor_m2692487706(__this, L_0, ((int32_t)16), /*hidden argument*/NULL); return; } } // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsClientKeyExchange::ProcessAsSsl3() extern "C" IL2CPP_METHOD_ATTR void TlsClientKeyExchange_ProcessAsSsl3_m2576462374 (TlsClientKeyExchange_t643923608 * __this, const RuntimeMethod* method) { { TlsClientKeyExchange_ProcessCommon_m2327374157(__this, (bool)0, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsClientKeyExchange::ProcessAsTls1() extern "C" IL2CPP_METHOD_ATTR void TlsClientKeyExchange_ProcessAsTls1_m338960549 (TlsClientKeyExchange_t643923608 * __this, const RuntimeMethod* method) { { TlsClientKeyExchange_ProcessCommon_m2327374157(__this, (bool)1, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsClientKeyExchange::ProcessCommon(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void TlsClientKeyExchange_ProcessCommon_m2327374157 (TlsClientKeyExchange_t643923608 * __this, bool ___sendLength0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TlsClientKeyExchange_ProcessCommon_m2327374157_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; RSA_t2385438082 * V_1 = NULL; RSAPKCS1KeyExchangeFormatter_t2761096101 * V_2 = NULL; ByteU5BU5D_t4116647657* V_3 = NULL; { Context_t3971234707 * L_0 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_0); SecurityParameters_t2199972650 * L_1 = Context_get_Negotiating_m2044579817(L_0, /*hidden argument*/NULL); NullCheck(L_1); CipherSuite_t3414744575 * L_2 = SecurityParameters_get_Cipher_m108846204(L_1, /*hidden argument*/NULL); NullCheck(L_2); ByteU5BU5D_t4116647657* L_3 = CipherSuite_CreatePremasterSecret_m4264566459(L_2, /*hidden argument*/NULL); V_0 = L_3; V_1 = (RSA_t2385438082 *)NULL; Context_t3971234707 * L_4 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_4); TlsServerSettings_t4144396432 * L_5 = Context_get_ServerSettings_m1982578801(L_4, /*hidden argument*/NULL); NullCheck(L_5); bool L_6 = TlsServerSettings_get_ServerKeyExchange_m691183033(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_004e; } } { RSAManaged_t1757093820 * L_7 = (RSAManaged_t1757093820 *)il2cpp_codegen_object_new(RSAManaged_t1757093820_il2cpp_TypeInfo_var); RSAManaged__ctor_m3504773110(L_7, /*hidden argument*/NULL); V_1 = L_7; RSA_t2385438082 * L_8 = V_1; Context_t3971234707 * L_9 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_9); TlsServerSettings_t4144396432 * L_10 = Context_get_ServerSettings_m1982578801(L_9, /*hidden argument*/NULL); NullCheck(L_10); RSAParameters_t1728406613 L_11 = TlsServerSettings_get_RsaParameters_m2264301690(L_10, /*hidden argument*/NULL); NullCheck(L_8); VirtActionInvoker1< RSAParameters_t1728406613 >::Invoke(13 /* System.Void System.Security.Cryptography.RSA::ImportParameters(System.Security.Cryptography.RSAParameters) */, L_8, L_11); goto IL_005f; } IL_004e: { Context_t3971234707 * L_12 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_12); TlsServerSettings_t4144396432 * L_13 = Context_get_ServerSettings_m1982578801(L_12, /*hidden argument*/NULL); NullCheck(L_13); RSA_t2385438082 * L_14 = TlsServerSettings_get_CertificateRSA_m597274968(L_13, /*hidden argument*/NULL); V_1 = L_14; } IL_005f: { RSA_t2385438082 * L_15 = V_1; RSAPKCS1KeyExchangeFormatter_t2761096101 * L_16 = (RSAPKCS1KeyExchangeFormatter_t2761096101 *)il2cpp_codegen_object_new(RSAPKCS1KeyExchangeFormatter_t2761096101_il2cpp_TypeInfo_var); RSAPKCS1KeyExchangeFormatter__ctor_m1170240343(L_16, L_15, /*hidden argument*/NULL); V_2 = L_16; RSAPKCS1KeyExchangeFormatter_t2761096101 * L_17 = V_2; ByteU5BU5D_t4116647657* L_18 = V_0; NullCheck(L_17); ByteU5BU5D_t4116647657* L_19 = VirtFuncInvoker1< ByteU5BU5D_t4116647657*, ByteU5BU5D_t4116647657* >::Invoke(4 /* System.Byte[] System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter::CreateKeyExchange(System.Byte[]) */, L_17, L_18); V_3 = L_19; bool L_20 = ___sendLength0; if (!L_20) { goto IL_007e; } } { ByteU5BU5D_t4116647657* L_21 = V_3; NullCheck(L_21); TlsStream_Write_m1412844442(__this, (((int16_t)((int16_t)(((int32_t)((int32_t)(((RuntimeArray *)L_21)->max_length))))))), /*hidden argument*/NULL); } IL_007e: { ByteU5BU5D_t4116647657* L_22 = V_3; TlsStream_Write_m4133894341(__this, L_22, /*hidden argument*/NULL); Context_t3971234707 * L_23 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_23); SecurityParameters_t2199972650 * L_24 = Context_get_Negotiating_m2044579817(L_23, /*hidden argument*/NULL); NullCheck(L_24); CipherSuite_t3414744575 * L_25 = SecurityParameters_get_Cipher_m108846204(L_24, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_26 = V_0; NullCheck(L_25); VirtActionInvoker1< ByteU5BU5D_t4116647657* >::Invoke(6 /* System.Void Mono.Security.Protocol.Tls.CipherSuite::ComputeMasterSecret(System.Byte[]) */, L_25, L_26); Context_t3971234707 * L_27 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_27); SecurityParameters_t2199972650 * L_28 = Context_get_Negotiating_m2044579817(L_27, /*hidden argument*/NULL); NullCheck(L_28); CipherSuite_t3414744575 * L_29 = SecurityParameters_get_Cipher_m108846204(L_28, /*hidden argument*/NULL); NullCheck(L_29); VirtActionInvoker0::Invoke(7 /* System.Void Mono.Security.Protocol.Tls.CipherSuite::ComputeKeys() */, L_29); RSA_t2385438082 * L_30 = V_1; NullCheck(L_30); AsymmetricAlgorithm_Clear_m1528825448(L_30, /*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 Mono.Security.Protocol.Tls.Handshake.Client.TlsServerCertificate::.ctor(Mono.Security.Protocol.Tls.Context,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void TlsServerCertificate__ctor_m389328097 (TlsServerCertificate_t2716496392 * __this, Context_t3971234707 * ___context0, ByteU5BU5D_t4116647657* ___buffer1, const RuntimeMethod* method) { { Context_t3971234707 * L_0 = ___context0; ByteU5BU5D_t4116647657* L_1 = ___buffer1; HandshakeMessage__ctor_m1555296807(__this, L_0, ((int32_t)11), L_1, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsServerCertificate::Update() extern "C" IL2CPP_METHOD_ATTR void TlsServerCertificate_Update_m3204893479 (TlsServerCertificate_t2716496392 * __this, const RuntimeMethod* method) { { HandshakeMessage_Update_m2417837686(__this, /*hidden argument*/NULL); Context_t3971234707 * L_0 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_0); TlsServerSettings_t4144396432 * L_1 = Context_get_ServerSettings_m1982578801(L_0, /*hidden argument*/NULL); X509CertificateCollection_t1542168550 * L_2 = __this->get_certificates_9(); NullCheck(L_1); TlsServerSettings_set_Certificates_m3313375596(L_1, L_2, /*hidden argument*/NULL); Context_t3971234707 * L_3 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_3); TlsServerSettings_t4144396432 * L_4 = Context_get_ServerSettings_m1982578801(L_3, /*hidden argument*/NULL); NullCheck(L_4); TlsServerSettings_UpdateCertificateRSA_m3985265846(L_4, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsServerCertificate::ProcessAsSsl3() extern "C" IL2CPP_METHOD_ATTR void TlsServerCertificate_ProcessAsSsl3_m1306583193 (TlsServerCertificate_t2716496392 * __this, const RuntimeMethod* method) { { VirtActionInvoker0::Invoke(26 /* System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsServerCertificate::ProcessAsTls1() */, __this); return; } } // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsServerCertificate::ProcessAsTls1() extern "C" IL2CPP_METHOD_ATTR void TlsServerCertificate_ProcessAsTls1_m819212276 (TlsServerCertificate_t2716496392 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TlsServerCertificate_ProcessAsTls1_m819212276_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; ByteU5BU5D_t4116647657* V_3 = NULL; X509Certificate_t489243025 * V_4 = NULL; { X509CertificateCollection_t1542168550 * L_0 = (X509CertificateCollection_t1542168550 *)il2cpp_codegen_object_new(X509CertificateCollection_t1542168550_il2cpp_TypeInfo_var); X509CertificateCollection__ctor_m2066277891(L_0, /*hidden argument*/NULL); __this->set_certificates_9(L_0); V_0 = 0; int32_t L_1 = TlsStream_ReadInt24_m3096782201(__this, /*hidden argument*/NULL); V_1 = L_1; goto IL_004d; } IL_0019: { int32_t L_2 = TlsStream_ReadInt24_m3096782201(__this, /*hidden argument*/NULL); V_2 = L_2; int32_t L_3 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)3)); int32_t L_4 = V_2; if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_004d; } } { int32_t L_5 = V_2; ByteU5BU5D_t4116647657* L_6 = TlsStream_ReadBytes_m2334803179(__this, L_5, /*hidden argument*/NULL); V_3 = L_6; ByteU5BU5D_t4116647657* L_7 = V_3; X509Certificate_t489243025 * L_8 = (X509Certificate_t489243025 *)il2cpp_codegen_object_new(X509Certificate_t489243025_il2cpp_TypeInfo_var); X509Certificate__ctor_m2595927506(L_8, L_7, /*hidden argument*/NULL); V_4 = L_8; X509CertificateCollection_t1542168550 * L_9 = __this->get_certificates_9(); X509Certificate_t489243025 * L_10 = V_4; NullCheck(L_9); X509CertificateCollection_Add_m2277657976(L_9, L_10, /*hidden argument*/NULL); int32_t L_11 = V_0; int32_t L_12 = V_2; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12)); } IL_004d: { int32_t L_13 = V_0; int32_t L_14 = V_1; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0019; } } { X509CertificateCollection_t1542168550 * L_15 = __this->get_certificates_9(); TlsServerCertificate_validateCertificates_m4242999387(__this, L_15, /*hidden argument*/NULL); return; } } // System.Boolean Mono.Security.Protocol.Tls.Handshake.Client.TlsServerCertificate::checkCertificateUsage(Mono.Security.X509.X509Certificate) extern "C" IL2CPP_METHOD_ATTR bool TlsServerCertificate_checkCertificateUsage_m2152016773 (TlsServerCertificate_t2716496392 * __this, X509Certificate_t489243025 * ___cert0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TlsServerCertificate_checkCertificateUsage_m2152016773_MetadataUsageId); s_Il2CppMethodInitialized = true; } ClientContext_t2797401965 * V_0 = NULL; int32_t V_1 = 0; KeyUsageExtension_t1795615912 * V_2 = NULL; ExtendedKeyUsageExtension_t3929363080 * V_3 = NULL; X509Extension_t3173393653 * V_4 = NULL; NetscapeCertTypeExtension_t1524296876 * V_5 = NULL; int32_t V_6 = 0; int32_t G_B19_0 = 0; int32_t G_B26_0 = 0; { Context_t3971234707 * L_0 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); V_0 = ((ClientContext_t2797401965 *)CastclassClass((RuntimeObject*)L_0, ClientContext_t2797401965_il2cpp_TypeInfo_var)); X509Certificate_t489243025 * L_1 = ___cert0; NullCheck(L_1); int32_t L_2 = X509Certificate_get_Version_m2908311682(L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) >= ((int32_t)3))) { goto IL_001a; } } { return (bool)1; } IL_001a: { V_1 = 0; ClientContext_t2797401965 * L_3 = V_0; NullCheck(L_3); SecurityParameters_t2199972650 * L_4 = Context_get_Negotiating_m2044579817(L_3, /*hidden argument*/NULL); NullCheck(L_4); CipherSuite_t3414744575 * L_5 = SecurityParameters_get_Cipher_m108846204(L_4, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_6 = CipherSuite_get_ExchangeAlgorithmType_m1633709183(L_5, /*hidden argument*/NULL); V_6 = L_6; int32_t L_7 = V_6; switch (L_7) { case 0: { goto IL_0061; } case 1: { goto IL_0068; } case 2: { goto IL_006a; } case 3: { goto IL_0059; } case 4: { goto IL_004e; } } } { goto IL_006a; } IL_004e: { V_1 = ((int32_t)128); goto IL_006a; } IL_0059: { V_1 = ((int32_t)32); goto IL_006a; } IL_0061: { V_1 = 8; goto IL_006a; } IL_0068: { return (bool)0; } IL_006a: { V_2 = (KeyUsageExtension_t1795615912 *)NULL; V_3 = (ExtendedKeyUsageExtension_t3929363080 *)NULL; X509Certificate_t489243025 * L_8 = ___cert0; NullCheck(L_8); X509ExtensionCollection_t609554709 * L_9 = X509Certificate_get_Extensions_m1217872579(L_8, /*hidden argument*/NULL); NullCheck(L_9); X509Extension_t3173393653 * L_10 = X509ExtensionCollection_get_Item_m2761897938(L_9, _stringLiteral1004423982, /*hidden argument*/NULL); V_4 = L_10; X509Extension_t3173393653 * L_11 = V_4; if (!L_11) { goto IL_008f; } } { X509Extension_t3173393653 * L_12 = V_4; KeyUsageExtension_t1795615912 * L_13 = (KeyUsageExtension_t1795615912 *)il2cpp_codegen_object_new(KeyUsageExtension_t1795615912_il2cpp_TypeInfo_var); KeyUsageExtension__ctor_m3414452076(L_13, L_12, /*hidden argument*/NULL); V_2 = L_13; } IL_008f: { X509Certificate_t489243025 * L_14 = ___cert0; NullCheck(L_14); X509ExtensionCollection_t609554709 * L_15 = X509Certificate_get_Extensions_m1217872579(L_14, /*hidden argument*/NULL); NullCheck(L_15); X509Extension_t3173393653 * L_16 = X509ExtensionCollection_get_Item_m2761897938(L_15, _stringLiteral1386761008, /*hidden argument*/NULL); V_4 = L_16; X509Extension_t3173393653 * L_17 = V_4; if (!L_17) { goto IL_00b0; } } { X509Extension_t3173393653 * L_18 = V_4; ExtendedKeyUsageExtension_t3929363080 * L_19 = (ExtendedKeyUsageExtension_t3929363080 *)il2cpp_codegen_object_new(ExtendedKeyUsageExtension_t3929363080_il2cpp_TypeInfo_var); ExtendedKeyUsageExtension__ctor_m3228998638(L_19, L_18, /*hidden argument*/NULL); V_3 = L_19; } IL_00b0: { KeyUsageExtension_t1795615912 * L_20 = V_2; if (!L_20) { goto IL_00f3; } } { ExtendedKeyUsageExtension_t3929363080 * L_21 = V_3; if (!L_21) { goto IL_00f3; } } { KeyUsageExtension_t1795615912 * L_22 = V_2; int32_t L_23 = V_1; NullCheck(L_22); bool L_24 = KeyUsageExtension_Support_m3508856672(L_22, L_23, /*hidden argument*/NULL); if (L_24) { goto IL_00ca; } } { return (bool)0; } IL_00ca: { ExtendedKeyUsageExtension_t3929363080 * L_25 = V_3; NullCheck(L_25); ArrayList_t2718874744 * L_26 = ExtendedKeyUsageExtension_get_KeyPurpose_m187586919(L_25, /*hidden argument*/NULL); NullCheck(L_26); bool L_27 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(32 /* System.Boolean System.Collections.ArrayList::Contains(System.Object) */, L_26, _stringLiteral1948411844); if (L_27) { goto IL_00f1; } } { ExtendedKeyUsageExtension_t3929363080 * L_28 = V_3; NullCheck(L_28); ArrayList_t2718874744 * L_29 = ExtendedKeyUsageExtension_get_KeyPurpose_m187586919(L_28, /*hidden argument*/NULL); NullCheck(L_29); bool L_30 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(32 /* System.Boolean System.Collections.ArrayList::Contains(System.Object) */, L_29, _stringLiteral116715971); G_B19_0 = ((int32_t)(L_30)); goto IL_00f2; } IL_00f1: { G_B19_0 = 1; } IL_00f2: { return (bool)G_B19_0; } IL_00f3: { KeyUsageExtension_t1795615912 * L_31 = V_2; if (!L_31) { goto IL_0101; } } { KeyUsageExtension_t1795615912 * L_32 = V_2; int32_t L_33 = V_1; NullCheck(L_32); bool L_34 = KeyUsageExtension_Support_m3508856672(L_32, L_33, /*hidden argument*/NULL); return L_34; } IL_0101: { ExtendedKeyUsageExtension_t3929363080 * L_35 = V_3; if (!L_35) { goto IL_0130; } } { ExtendedKeyUsageExtension_t3929363080 * L_36 = V_3; NullCheck(L_36); ArrayList_t2718874744 * L_37 = ExtendedKeyUsageExtension_get_KeyPurpose_m187586919(L_36, /*hidden argument*/NULL); NullCheck(L_37); bool L_38 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(32 /* System.Boolean System.Collections.ArrayList::Contains(System.Object) */, L_37, _stringLiteral1948411844); if (L_38) { goto IL_012e; } } { ExtendedKeyUsageExtension_t3929363080 * L_39 = V_3; NullCheck(L_39); ArrayList_t2718874744 * L_40 = ExtendedKeyUsageExtension_get_KeyPurpose_m187586919(L_39, /*hidden argument*/NULL); NullCheck(L_40); bool L_41 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(32 /* System.Boolean System.Collections.ArrayList::Contains(System.Object) */, L_40, _stringLiteral116715971); G_B26_0 = ((int32_t)(L_41)); goto IL_012f; } IL_012e: { G_B26_0 = 1; } IL_012f: { return (bool)G_B26_0; } IL_0130: { X509Certificate_t489243025 * L_42 = ___cert0; NullCheck(L_42); X509ExtensionCollection_t609554709 * L_43 = X509Certificate_get_Extensions_m1217872579(L_42, /*hidden argument*/NULL); NullCheck(L_43); X509Extension_t3173393653 * L_44 = X509ExtensionCollection_get_Item_m2761897938(L_43, _stringLiteral4008398740, /*hidden argument*/NULL); V_4 = L_44; X509Extension_t3173393653 * L_45 = V_4; if (!L_45) { goto IL_015c; } } { X509Extension_t3173393653 * L_46 = V_4; NetscapeCertTypeExtension_t1524296876 * L_47 = (NetscapeCertTypeExtension_t1524296876 *)il2cpp_codegen_object_new(NetscapeCertTypeExtension_t1524296876_il2cpp_TypeInfo_var); NetscapeCertTypeExtension__ctor_m323882095(L_47, L_46, /*hidden argument*/NULL); V_5 = L_47; NetscapeCertTypeExtension_t1524296876 * L_48 = V_5; NullCheck(L_48); bool L_49 = NetscapeCertTypeExtension_Support_m3981181230(L_48, ((int32_t)64), /*hidden argument*/NULL); return L_49; } IL_015c: { return (bool)1; } } // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsServerCertificate::validateCertificates(Mono.Security.X509.X509CertificateCollection) extern "C" IL2CPP_METHOD_ATTR void TlsServerCertificate_validateCertificates_m4242999387 (TlsServerCertificate_t2716496392 * __this, X509CertificateCollection_t1542168550 * ___certificates0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TlsServerCertificate_validateCertificates_m4242999387_MetadataUsageId); s_Il2CppMethodInitialized = true; } ClientContext_t2797401965 * V_0 = NULL; uint8_t V_1 = 0; ValidationResult_t3834298736 * V_2 = NULL; int64_t V_3 = 0; String_t* V_4 = NULL; X509Certificate_t489243025 * V_5 = NULL; X509Certificate_t713131622 * V_6 = NULL; ArrayList_t2718874744 * V_7 = NULL; X509CertificateCollection_t1542168550 * V_8 = NULL; X509Chain_t863783600 * V_9 = NULL; bool V_10 = false; Int32U5BU5D_t385246372* V_11 = NULL; int64_t V_12 = 0; int32_t V_13 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { Context_t3971234707 * L_0 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); V_0 = ((ClientContext_t2797401965 *)CastclassClass((RuntimeObject*)L_0, ClientContext_t2797401965_il2cpp_TypeInfo_var)); V_1 = ((int32_t)42); ClientContext_t2797401965 * L_1 = V_0; NullCheck(L_1); SslClientStream_t3914624661 * L_2 = ClientContext_get_SslStream_m1583577309(L_1, /*hidden argument*/NULL); NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(31 /* System.Boolean Mono.Security.Protocol.Tls.SslClientStream::get_HaveRemoteValidation2Callback() */, L_2); if (!L_3) { goto IL_00b4; } } { ClientContext_t2797401965 * L_4 = V_0; NullCheck(L_4); SslClientStream_t3914624661 * L_5 = ClientContext_get_SslStream_m1583577309(L_4, /*hidden argument*/NULL); X509CertificateCollection_t1542168550 * L_6 = ___certificates0; NullCheck(L_5); ValidationResult_t3834298736 * L_7 = VirtFuncInvoker1< ValidationResult_t3834298736 *, X509CertificateCollection_t1542168550 * >::Invoke(34 /* Mono.Security.Protocol.Tls.ValidationResult Mono.Security.Protocol.Tls.SslClientStream::RaiseServerCertificateValidation2(Mono.Security.X509.X509CertificateCollection) */, L_5, L_6); V_2 = L_7; ValidationResult_t3834298736 * L_8 = V_2; NullCheck(L_8); bool L_9 = ValidationResult_get_Trusted_m2108852505(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0038; } } { return; } IL_0038: { ValidationResult_t3834298736 * L_10 = V_2; NullCheck(L_10); int32_t L_11 = ValidationResult_get_ErrorCode_m1533688152(L_10, /*hidden argument*/NULL); V_3 = (((int64_t)((int64_t)L_11))); int64_t L_12 = V_3; V_12 = L_12; int64_t L_13 = V_12; if ((((int64_t)L_13) == ((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2146762487)))))))))) { goto IL_007f; } } { int64_t L_14 = V_12; if ((((int64_t)L_14) == ((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2146762486)))))))))) { goto IL_0077; } } { int64_t L_15 = V_12; if ((((int64_t)L_15) == ((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2146762495)))))))))) { goto IL_006f; } } { goto IL_0087; } IL_006f: { V_1 = ((int32_t)45); goto IL_008f; } IL_0077: { V_1 = ((int32_t)48); goto IL_008f; } IL_007f: { V_1 = ((int32_t)48); goto IL_008f; } IL_0087: { V_1 = ((int32_t)46); goto IL_008f; } IL_008f: { int64_t L_16 = V_3; int64_t L_17 = L_16; RuntimeObject * L_18 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_17); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_19 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral75338978, L_18, /*hidden argument*/NULL); V_4 = L_19; uint8_t L_20 = V_1; String_t* L_21 = V_4; String_t* L_22 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3757118627, L_21, /*hidden argument*/NULL); TlsException_t3534743363 * L_23 = (TlsException_t3534743363 *)il2cpp_codegen_object_new(TlsException_t3534743363_il2cpp_TypeInfo_var); TlsException__ctor_m3242533711(L_23, L_20, L_22, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23,TlsServerCertificate_validateCertificates_m4242999387_RuntimeMethod_var); } IL_00b4: { X509CertificateCollection_t1542168550 * L_24 = ___certificates0; NullCheck(L_24); X509Certificate_t489243025 * L_25 = X509CertificateCollection_get_Item_m1033426577(L_24, 0, /*hidden argument*/NULL); V_5 = L_25; X509Certificate_t489243025 * L_26 = V_5; NullCheck(L_26); ByteU5BU5D_t4116647657* L_27 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(12 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_26); X509Certificate_t713131622 * L_28 = (X509Certificate_t713131622 *)il2cpp_codegen_object_new(X509Certificate_t713131622_il2cpp_TypeInfo_var); X509Certificate__ctor_m1413707489(L_28, L_27, /*hidden argument*/NULL); V_6 = L_28; ArrayList_t2718874744 * L_29 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_29, /*hidden argument*/NULL); V_7 = L_29; X509Certificate_t489243025 * L_30 = V_5; bool L_31 = TlsServerCertificate_checkCertificateUsage_m2152016773(__this, L_30, /*hidden argument*/NULL); if (L_31) { goto IL_00f1; } } { ArrayList_t2718874744 * L_32 = V_7; int32_t L_33 = ((int32_t)-2146762490); RuntimeObject * L_34 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_33); NullCheck(L_32); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_32, L_34); } IL_00f1: { X509Certificate_t489243025 * L_35 = V_5; bool L_36 = TlsServerCertificate_checkServerIdentity_m2801575130(__this, L_35, /*hidden argument*/NULL); if (L_36) { goto IL_0110; } } { ArrayList_t2718874744 * L_37 = V_7; int32_t L_38 = ((int32_t)-2146762481); RuntimeObject * L_39 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_38); NullCheck(L_37); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_37, L_39); } IL_0110: { X509CertificateCollection_t1542168550 * L_40 = ___certificates0; X509CertificateCollection_t1542168550 * L_41 = (X509CertificateCollection_t1542168550 *)il2cpp_codegen_object_new(X509CertificateCollection_t1542168550_il2cpp_TypeInfo_var); X509CertificateCollection__ctor_m3467061452(L_41, L_40, /*hidden argument*/NULL); V_8 = L_41; X509CertificateCollection_t1542168550 * L_42 = V_8; X509Certificate_t489243025 * L_43 = V_5; NullCheck(L_42); X509CertificateCollection_Remove_m2199606504(L_42, L_43, /*hidden argument*/NULL); X509CertificateCollection_t1542168550 * L_44 = V_8; X509Chain_t863783600 * L_45 = (X509Chain_t863783600 *)il2cpp_codegen_object_new(X509Chain_t863783600_il2cpp_TypeInfo_var); X509Chain__ctor_m1084071882(L_45, L_44, /*hidden argument*/NULL); V_9 = L_45; V_10 = (bool)0; } IL_012d: try { // begin try (depth: 1) X509Chain_t863783600 * L_46 = V_9; X509Certificate_t489243025 * L_47 = V_5; NullCheck(L_46); bool L_48 = X509Chain_Build_m2469702749(L_46, L_47, /*hidden argument*/NULL); V_10 = L_48; goto IL_0146; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_013d; throw e; } CATCH_013d: { // begin catch(System.Exception) V_10 = (bool)0; goto IL_0146; } // end catch (depth: 1) IL_0146: { bool L_49 = V_10; if (L_49) { goto IL_0243; } } { X509Chain_t863783600 * L_50 = V_9; NullCheck(L_50); int32_t L_51 = X509Chain_get_Status_m348797749(L_50, /*hidden argument*/NULL); V_13 = L_51; int32_t L_52 = V_13; if ((((int32_t)L_52) == ((int32_t)1))) { goto IL_01d9; } } { int32_t L_53 = V_13; if ((((int32_t)L_53) == ((int32_t)2))) { goto IL_01c2; } } { int32_t L_54 = V_13; if ((((int32_t)L_54) == ((int32_t)8))) { goto IL_01ab; } } { int32_t L_55 = V_13; if ((((int32_t)L_55) == ((int32_t)((int32_t)32)))) { goto IL_020d; } } { int32_t L_56 = V_13; if ((((int32_t)L_56) == ((int32_t)((int32_t)1024)))) { goto IL_0194; } } { int32_t L_57 = V_13; if ((((int32_t)L_57) == ((int32_t)((int32_t)65536)))) { goto IL_01f3; } } { goto IL_0227; } IL_0194: { ArrayList_t2718874744 * L_58 = V_7; int32_t L_59 = ((int32_t)-2146869223); RuntimeObject * L_60 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_59); NullCheck(L_58); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_58, L_60); goto IL_0243; } IL_01ab: { ArrayList_t2718874744 * L_61 = V_7; int32_t L_62 = ((int32_t)-2146869232); RuntimeObject * L_63 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_62); NullCheck(L_61); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_61, L_63); goto IL_0243; } IL_01c2: { ArrayList_t2718874744 * L_64 = V_7; int32_t L_65 = ((int32_t)-2146762494); RuntimeObject * L_66 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_65); NullCheck(L_64); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_64, L_66); goto IL_0243; } IL_01d9: { V_1 = ((int32_t)45); ArrayList_t2718874744 * L_67 = V_7; int32_t L_68 = ((int32_t)-2146762495); RuntimeObject * L_69 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_68); NullCheck(L_67); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_67, L_69); goto IL_0243; } IL_01f3: { V_1 = ((int32_t)48); ArrayList_t2718874744 * L_70 = V_7; int32_t L_71 = ((int32_t)-2146762486); RuntimeObject * L_72 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_71); NullCheck(L_70); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_70, L_72); goto IL_0243; } IL_020d: { V_1 = ((int32_t)48); ArrayList_t2718874744 * L_73 = V_7; int32_t L_74 = ((int32_t)-2146762487); RuntimeObject * L_75 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_74); NullCheck(L_73); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_73, L_75); goto IL_0243; } IL_0227: { V_1 = ((int32_t)46); ArrayList_t2718874744 * L_76 = V_7; X509Chain_t863783600 * L_77 = V_9; NullCheck(L_77); int32_t L_78 = X509Chain_get_Status_m348797749(L_77, /*hidden argument*/NULL); int32_t L_79 = ((int32_t)L_78); RuntimeObject * L_80 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_79); NullCheck(L_76); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_76, L_80); goto IL_0243; } IL_0243: { ArrayList_t2718874744 * L_81 = V_7; RuntimeTypeHandle_t3027515415 L_82 = { reinterpret_cast (Int32_t2950945753_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_83 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_82, /*hidden argument*/NULL); NullCheck(L_81); RuntimeArray * L_84 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(48 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_81, L_83); V_11 = ((Int32U5BU5D_t385246372*)Castclass((RuntimeObject*)L_84, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var)); ClientContext_t2797401965 * L_85 = V_0; NullCheck(L_85); SslClientStream_t3914624661 * L_86 = ClientContext_get_SslStream_m1583577309(L_85, /*hidden argument*/NULL); X509Certificate_t713131622 * L_87 = V_6; Int32U5BU5D_t385246372* L_88 = V_11; NullCheck(L_86); bool L_89 = VirtFuncInvoker2< bool, X509Certificate_t713131622 *, Int32U5BU5D_t385246372* >::Invoke(33 /* System.Boolean Mono.Security.Protocol.Tls.SslClientStream::RaiseServerCertificateValidation(System.Security.Cryptography.X509Certificates.X509Certificate,System.Int32[]) */, L_86, L_87, L_88); if (L_89) { goto IL_027b; } } { uint8_t L_90 = V_1; TlsException_t3534743363 * L_91 = (TlsException_t3534743363 *)il2cpp_codegen_object_new(TlsException_t3534743363_il2cpp_TypeInfo_var); TlsException__ctor_m3242533711(L_91, L_90, _stringLiteral2975569484, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_91,TlsServerCertificate_validateCertificates_m4242999387_RuntimeMethod_var); } IL_027b: { return; } } // System.Boolean Mono.Security.Protocol.Tls.Handshake.Client.TlsServerCertificate::checkServerIdentity(Mono.Security.X509.X509Certificate) extern "C" IL2CPP_METHOD_ATTR bool TlsServerCertificate_checkServerIdentity_m2801575130 (TlsServerCertificate_t2716496392 * __this, X509Certificate_t489243025 * ___cert0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TlsServerCertificate_checkServerIdentity_m2801575130_MetadataUsageId); s_Il2CppMethodInitialized = true; } ClientContext_t2797401965 * V_0 = NULL; String_t* V_1 = NULL; X509Extension_t3173393653 * V_2 = NULL; SubjectAltNameExtension_t1536937677 * V_3 = NULL; String_t* V_4 = NULL; StringU5BU5D_t1281789340* V_5 = NULL; int32_t V_6 = 0; String_t* V_7 = NULL; StringU5BU5D_t1281789340* V_8 = NULL; int32_t V_9 = 0; { Context_t3971234707 * L_0 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); V_0 = ((ClientContext_t2797401965 *)CastclassClass((RuntimeObject*)L_0, ClientContext_t2797401965_il2cpp_TypeInfo_var)); ClientContext_t2797401965 * L_1 = V_0; NullCheck(L_1); TlsClientSettings_t2486039503 * L_2 = Context_get_ClientSettings_m2874391194(L_1, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = TlsClientSettings_get_TargetHost_m2463481414(L_2, /*hidden argument*/NULL); V_1 = L_3; X509Certificate_t489243025 * L_4 = ___cert0; NullCheck(L_4); X509ExtensionCollection_t609554709 * L_5 = X509Certificate_get_Extensions_m1217872579(L_4, /*hidden argument*/NULL); NullCheck(L_5); X509Extension_t3173393653 * L_6 = X509ExtensionCollection_get_Item_m2761897938(L_5, _stringLiteral1004423984, /*hidden argument*/NULL); V_2 = L_6; X509Extension_t3173393653 * L_7 = V_2; if (!L_7) { goto IL_00a4; } } { X509Extension_t3173393653 * L_8 = V_2; SubjectAltNameExtension_t1536937677 * L_9 = (SubjectAltNameExtension_t1536937677 *)il2cpp_codegen_object_new(SubjectAltNameExtension_t1536937677_il2cpp_TypeInfo_var); SubjectAltNameExtension__ctor_m1991362362(L_9, L_8, /*hidden argument*/NULL); V_3 = L_9; SubjectAltNameExtension_t1536937677 * L_10 = V_3; NullCheck(L_10); StringU5BU5D_t1281789340* L_11 = SubjectAltNameExtension_get_DNSNames_m2346000460(L_10, /*hidden argument*/NULL); V_5 = L_11; V_6 = 0; goto IL_0062; } IL_0046: { StringU5BU5D_t1281789340* L_12 = V_5; int32_t L_13 = V_6; NullCheck(L_12); int32_t L_14 = L_13; String_t* L_15 = (L_12)->GetAt(static_cast(L_14)); V_4 = L_15; String_t* L_16 = V_1; String_t* L_17 = V_4; bool L_18 = TlsServerCertificate_Match_m2996121276(NULL /*static, unused*/, L_16, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_005c; } } { return (bool)1; } IL_005c: { int32_t L_19 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0062: { int32_t L_20 = V_6; StringU5BU5D_t1281789340* L_21 = V_5; NullCheck(L_21); if ((((int32_t)L_20) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_21)->max_length))))))) { goto IL_0046; } } { SubjectAltNameExtension_t1536937677 * L_22 = V_3; NullCheck(L_22); StringU5BU5D_t1281789340* L_23 = SubjectAltNameExtension_get_IPAddresses_m1641002124(L_22, /*hidden argument*/NULL); V_8 = L_23; V_9 = 0; goto IL_0099; } IL_007d: { StringU5BU5D_t1281789340* L_24 = V_8; int32_t L_25 = V_9; NullCheck(L_24); int32_t L_26 = L_25; String_t* L_27 = (L_24)->GetAt(static_cast(L_26)); V_7 = L_27; String_t* L_28 = V_7; String_t* L_29 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_30 = String_op_Equality_m920492651(NULL /*static, unused*/, L_28, L_29, /*hidden argument*/NULL); if (!L_30) { goto IL_0093; } } { return (bool)1; } IL_0093: { int32_t L_31 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_0099: { int32_t L_32 = V_9; StringU5BU5D_t1281789340* L_33 = V_8; NullCheck(L_33); if ((((int32_t)L_32) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_33)->max_length))))))) { goto IL_007d; } } IL_00a4: { X509Certificate_t489243025 * L_34 = ___cert0; NullCheck(L_34); String_t* L_35 = VirtFuncInvoker0< String_t* >::Invoke(16 /* System.String Mono.Security.X509.X509Certificate::get_SubjectName() */, L_34); bool L_36 = TlsServerCertificate_checkDomainName_m2543190336(__this, L_35, /*hidden argument*/NULL); return L_36; } } // System.Boolean Mono.Security.Protocol.Tls.Handshake.Client.TlsServerCertificate::checkDomainName(System.String) extern "C" IL2CPP_METHOD_ATTR bool TlsServerCertificate_checkDomainName_m2543190336 (TlsServerCertificate_t2716496392 * __this, String_t* ___subjectName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TlsServerCertificate_checkDomainName_m2543190336_MetadataUsageId); s_Il2CppMethodInitialized = true; } ClientContext_t2797401965 * V_0 = NULL; String_t* V_1 = NULL; Regex_t3657309853 * V_2 = NULL; MatchCollection_t1395363720 * V_3 = NULL; { Context_t3971234707 * L_0 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); V_0 = ((ClientContext_t2797401965 *)CastclassClass((RuntimeObject*)L_0, ClientContext_t2797401965_il2cpp_TypeInfo_var)); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_1 = L_1; Regex_t3657309853 * L_2 = (Regex_t3657309853 *)il2cpp_codegen_object_new(Regex_t3657309853_il2cpp_TypeInfo_var); Regex__ctor_m897876424(L_2, _stringLiteral4107337270, /*hidden argument*/NULL); V_2 = L_2; Regex_t3657309853 * L_3 = V_2; String_t* L_4 = ___subjectName0; NullCheck(L_3); MatchCollection_t1395363720 * L_5 = Regex_Matches_m175567660(L_3, L_4, /*hidden argument*/NULL); V_3 = L_5; MatchCollection_t1395363720 * L_6 = V_3; NullCheck(L_6); int32_t L_7 = MatchCollection_get_Count_m1667454419(L_6, /*hidden argument*/NULL); if ((!(((uint32_t)L_7) == ((uint32_t)1)))) { goto IL_005f; } } { MatchCollection_t1395363720 * L_8 = V_3; NullCheck(L_8); Match_t3408321083 * L_9 = VirtFuncInvoker1< Match_t3408321083 *, int32_t >::Invoke(9 /* System.Text.RegularExpressions.Match System.Text.RegularExpressions.MatchCollection::get_Item(System.Int32) */, L_8, 0); NullCheck(L_9); bool L_10 = Group_get_Success_m1492300455(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_005f; } } { MatchCollection_t1395363720 * L_11 = V_3; NullCheck(L_11); Match_t3408321083 * L_12 = VirtFuncInvoker1< Match_t3408321083 *, int32_t >::Invoke(9 /* System.Text.RegularExpressions.Match System.Text.RegularExpressions.MatchCollection::get_Item(System.Int32) */, L_11, 0); NullCheck(L_12); GroupCollection_t69770484 * L_13 = VirtFuncInvoker0< GroupCollection_t69770484 * >::Invoke(4 /* System.Text.RegularExpressions.GroupCollection System.Text.RegularExpressions.Match::get_Groups() */, L_12); NullCheck(L_13); Group_t2468205786 * L_14 = GroupCollection_get_Item_m2465789076(L_13, 1, /*hidden argument*/NULL); NullCheck(L_14); String_t* L_15 = Capture_get_Value_m538076933(L_14, /*hidden argument*/NULL); NullCheck(L_15); String_t* L_16 = String_ToString_m838249115(L_15, /*hidden argument*/NULL); V_1 = L_16; } IL_005f: { ClientContext_t2797401965 * L_17 = V_0; NullCheck(L_17); TlsClientSettings_t2486039503 * L_18 = Context_get_ClientSettings_m2874391194(L_17, /*hidden argument*/NULL); NullCheck(L_18); String_t* L_19 = TlsClientSettings_get_TargetHost_m2463481414(L_18, /*hidden argument*/NULL); String_t* L_20 = V_1; bool L_21 = TlsServerCertificate_Match_m2996121276(NULL /*static, unused*/, L_19, L_20, /*hidden argument*/NULL); return L_21; } } // System.Boolean Mono.Security.Protocol.Tls.Handshake.Client.TlsServerCertificate::Match(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool TlsServerCertificate_Match_m2996121276 (RuntimeObject * __this /* static, unused */, String_t* ___hostname0, String_t* ___pattern1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TlsServerCertificate_Match_m2996121276_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; String_t* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; String_t* V_5 = NULL; int32_t G_B15_0 = 0; { String_t* L_0 = ___pattern1; NullCheck(L_0); int32_t L_1 = String_IndexOf_m363431711(L_0, ((int32_t)42), /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)(-1))))) { goto IL_0021; } } { String_t* L_3 = ___hostname0; String_t* L_4 = ___pattern1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_5 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_6 = String_Compare_m1293271421(NULL /*static, unused*/, L_3, L_4, (bool)1, L_5, /*hidden argument*/NULL); return (bool)((((int32_t)L_6) == ((int32_t)0))? 1 : 0); } IL_0021: { int32_t L_7 = V_0; String_t* L_8 = ___pattern1; NullCheck(L_8); int32_t L_9 = String_get_Length_m3847582255(L_8, /*hidden argument*/NULL); if ((((int32_t)L_7) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1))))) { goto IL_0041; } } { String_t* L_10 = ___pattern1; int32_t L_11 = V_0; NullCheck(L_10); Il2CppChar L_12 = String_get_Chars_m2986988803(L_10, ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)), /*hidden argument*/NULL); if ((((int32_t)L_12) == ((int32_t)((int32_t)46)))) { goto IL_0041; } } { return (bool)0; } IL_0041: { String_t* L_13 = ___pattern1; int32_t L_14 = V_0; NullCheck(L_13); int32_t L_15 = String_IndexOf_m2466398549(L_13, ((int32_t)42), ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)), /*hidden argument*/NULL); V_1 = L_15; int32_t L_16 = V_1; if ((((int32_t)L_16) == ((int32_t)(-1)))) { goto IL_0056; } } { return (bool)0; } IL_0056: { String_t* L_17 = ___pattern1; int32_t L_18 = V_0; NullCheck(L_17); String_t* L_19 = String_Substring_m2848979100(L_17, ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)), /*hidden argument*/NULL); V_2 = L_19; String_t* L_20 = ___hostname0; NullCheck(L_20); int32_t L_21 = String_get_Length_m3847582255(L_20, /*hidden argument*/NULL); String_t* L_22 = V_2; NullCheck(L_22); int32_t L_23 = String_get_Length_m3847582255(L_22, /*hidden argument*/NULL); V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)L_23)); int32_t L_24 = V_3; if ((((int32_t)L_24) > ((int32_t)0))) { goto IL_0077; } } { return (bool)0; } IL_0077: { String_t* L_25 = ___hostname0; int32_t L_26 = V_3; String_t* L_27 = V_2; String_t* L_28 = V_2; NullCheck(L_28); int32_t L_29 = String_get_Length_m3847582255(L_28, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_30 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_31 = String_Compare_m945110377(NULL /*static, unused*/, L_25, L_26, L_27, 0, L_29, (bool)1, L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_0093; } } { return (bool)0; } IL_0093: { int32_t L_32 = V_0; if (L_32) { goto IL_00c3; } } { String_t* L_33 = ___hostname0; NullCheck(L_33); int32_t L_34 = String_IndexOf_m363431711(L_33, ((int32_t)46), /*hidden argument*/NULL); V_4 = L_34; int32_t L_35 = V_4; if ((((int32_t)L_35) == ((int32_t)(-1)))) { goto IL_00c1; } } { int32_t L_36 = V_4; String_t* L_37 = ___hostname0; NullCheck(L_37); int32_t L_38 = String_get_Length_m3847582255(L_37, /*hidden argument*/NULL); String_t* L_39 = V_2; NullCheck(L_39); int32_t L_40 = String_get_Length_m3847582255(L_39, /*hidden argument*/NULL); G_B15_0 = ((((int32_t)((((int32_t)L_36) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)L_40))))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_00c2; } IL_00c1: { G_B15_0 = 1; } IL_00c2: { return (bool)G_B15_0; } IL_00c3: { String_t* L_41 = ___pattern1; int32_t L_42 = V_0; NullCheck(L_41); String_t* L_43 = String_Substring_m1610150815(L_41, 0, L_42, /*hidden argument*/NULL); V_5 = L_43; String_t* L_44 = ___hostname0; String_t* L_45 = V_5; String_t* L_46 = V_5; NullCheck(L_46); int32_t L_47 = String_get_Length_m3847582255(L_46, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_48 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_49 = String_Compare_m945110377(NULL /*static, unused*/, L_44, 0, L_45, 0, L_47, (bool)1, L_48, /*hidden argument*/NULL); return (bool)((((int32_t)L_49) == ((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.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsServerCertificateRequest::.ctor(Mono.Security.Protocol.Tls.Context,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void TlsServerCertificateRequest__ctor_m1334974076 (TlsServerCertificateRequest_t3690397592 * __this, Context_t3971234707 * ___context0, ByteU5BU5D_t4116647657* ___buffer1, const RuntimeMethod* method) { { Context_t3971234707 * L_0 = ___context0; ByteU5BU5D_t4116647657* L_1 = ___buffer1; HandshakeMessage__ctor_m1555296807(__this, L_0, ((int32_t)13), L_1, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsServerCertificateRequest::Update() extern "C" IL2CPP_METHOD_ATTR void TlsServerCertificateRequest_Update_m2763887540 (TlsServerCertificateRequest_t3690397592 * __this, const RuntimeMethod* method) { { HandshakeMessage_Update_m2417837686(__this, /*hidden argument*/NULL); Context_t3971234707 * L_0 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_0); TlsServerSettings_t4144396432 * L_1 = Context_get_ServerSettings_m1982578801(L_0, /*hidden argument*/NULL); ClientCertificateTypeU5BU5D_t4253920197* L_2 = __this->get_certificateTypes_9(); NullCheck(L_1); TlsServerSettings_set_CertificateTypes_m2047242411(L_1, L_2, /*hidden argument*/NULL); Context_t3971234707 * L_3 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_3); TlsServerSettings_t4144396432 * L_4 = Context_get_ServerSettings_m1982578801(L_3, /*hidden argument*/NULL); StringU5BU5D_t1281789340* L_5 = __this->get_distinguisedNames_10(); NullCheck(L_4); TlsServerSettings_set_DistinguisedNames_m787752700(L_4, L_5, /*hidden argument*/NULL); Context_t3971234707 * L_6 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_6); TlsServerSettings_t4144396432 * L_7 = Context_get_ServerSettings_m1982578801(L_6, /*hidden argument*/NULL); NullCheck(L_7); TlsServerSettings_set_CertificateRequest_m1039729760(L_7, (bool)1, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsServerCertificateRequest::ProcessAsSsl3() extern "C" IL2CPP_METHOD_ATTR void TlsServerCertificateRequest_ProcessAsSsl3_m1084200341 (TlsServerCertificateRequest_t3690397592 * __this, const RuntimeMethod* method) { { VirtActionInvoker0::Invoke(26 /* System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsServerCertificateRequest::ProcessAsTls1() */, __this); return; } } // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsServerCertificateRequest::ProcessAsTls1() extern "C" IL2CPP_METHOD_ATTR void TlsServerCertificateRequest_ProcessAsTls1_m3214041063 (TlsServerCertificateRequest_t3690397592 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TlsServerCertificateRequest_ProcessAsTls1_m3214041063_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; ASN1_t2114160833 * V_2 = NULL; int32_t V_3 = 0; ASN1_t2114160833 * V_4 = NULL; { uint8_t L_0 = TlsStream_ReadByte_m3396126844(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; __this->set_certificateTypes_9(((ClientCertificateTypeU5BU5D_t4253920197*)SZArrayNew(ClientCertificateTypeU5BU5D_t4253920197_il2cpp_TypeInfo_var, (uint32_t)L_1))); V_1 = 0; goto IL_002c; } IL_001a: { ClientCertificateTypeU5BU5D_t4253920197* L_2 = __this->get_certificateTypes_9(); int32_t L_3 = V_1; uint8_t L_4 = TlsStream_ReadByte_m3396126844(__this, /*hidden argument*/NULL); NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (int32_t)L_4); int32_t L_5 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_002c: { int32_t L_6 = V_1; int32_t L_7 = V_0; if ((((int32_t)L_6) < ((int32_t)L_7))) { goto IL_001a; } } { int16_t L_8 = TlsStream_ReadInt16_m1728211431(__this, /*hidden argument*/NULL); if (!L_8) { goto IL_00aa; } } { int16_t L_9 = TlsStream_ReadInt16_m1728211431(__this, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_10 = TlsStream_ReadBytes_m2334803179(__this, L_9, /*hidden argument*/NULL); ASN1_t2114160833 * L_11 = (ASN1_t2114160833 *)il2cpp_codegen_object_new(ASN1_t2114160833_il2cpp_TypeInfo_var); ASN1__ctor_m1219137533(L_11, L_10, /*hidden argument*/NULL); V_2 = L_11; ASN1_t2114160833 * L_12 = V_2; NullCheck(L_12); int32_t L_13 = ASN1_get_Count_m3039939183(L_12, /*hidden argument*/NULL); __this->set_distinguisedNames_10(((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)L_13))); V_3 = 0; goto IL_009e; } IL_0068: { ASN1_t2114160833 * L_14 = V_2; int32_t L_15 = V_3; NullCheck(L_14); ASN1_t2114160833 * L_16 = ASN1_get_Item_m315148275(L_14, L_15, /*hidden argument*/NULL); NullCheck(L_16); ByteU5BU5D_t4116647657* L_17 = ASN1_get_Value_m3619295991(L_16, /*hidden argument*/NULL); ASN1_t2114160833 * L_18 = (ASN1_t2114160833 *)il2cpp_codegen_object_new(ASN1_t2114160833_il2cpp_TypeInfo_var); ASN1__ctor_m1219137533(L_18, L_17, /*hidden argument*/NULL); V_4 = L_18; StringU5BU5D_t1281789340* L_19 = __this->get_distinguisedNames_10(); int32_t L_20 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_21 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); ASN1_t2114160833 * L_22 = V_4; NullCheck(L_22); ASN1_t2114160833 * L_23 = ASN1_get_Item_m315148275(L_22, 1, /*hidden argument*/NULL); NullCheck(L_23); ByteU5BU5D_t4116647657* L_24 = ASN1_get_Value_m3619295991(L_23, /*hidden argument*/NULL); NullCheck(L_21); String_t* L_25 = VirtFuncInvoker1< String_t*, ByteU5BU5D_t4116647657* >::Invoke(23 /* System.String System.Text.Encoding::GetString(System.Byte[]) */, L_21, L_24); NullCheck(L_19); ArrayElementTypeCheck (L_19, L_25); (L_19)->SetAt(static_cast(L_20), (String_t*)L_25); int32_t L_26 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_009e: { int32_t L_27 = V_3; ASN1_t2114160833 * L_28 = V_2; NullCheck(L_28); int32_t L_29 = ASN1_get_Count_m3039939183(L_28, /*hidden argument*/NULL); if ((((int32_t)L_27) < ((int32_t)L_29))) { goto IL_0068; } } IL_00aa: { 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 Mono.Security.Protocol.Tls.Handshake.Client.TlsServerFinished::.ctor(Mono.Security.Protocol.Tls.Context,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void TlsServerFinished__ctor_m1445633918 (TlsServerFinished_t3860330041 * __this, Context_t3971234707 * ___context0, ByteU5BU5D_t4116647657* ___buffer1, const RuntimeMethod* method) { { Context_t3971234707 * L_0 = ___context0; ByteU5BU5D_t4116647657* L_1 = ___buffer1; HandshakeMessage__ctor_m1555296807(__this, L_0, ((int32_t)20), L_1, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsServerFinished::.cctor() extern "C" IL2CPP_METHOD_ATTR void TlsServerFinished__cctor_m3102699406 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TlsServerFinished__cctor_m3102699406_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)4)); RuntimeFieldHandle_t1871169219 L_1 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255362____U24U24fieldU2D22_14_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, L_1, /*hidden argument*/NULL); ((TlsServerFinished_t3860330041_StaticFields*)il2cpp_codegen_static_fields_for(TlsServerFinished_t3860330041_il2cpp_TypeInfo_var))->set_Ssl3Marker_9(L_0); return; } } // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsServerFinished::Update() extern "C" IL2CPP_METHOD_ATTR void TlsServerFinished_Update_m4073404386 (TlsServerFinished_t3860330041 * __this, const RuntimeMethod* method) { { HandshakeMessage_Update_m2417837686(__this, /*hidden argument*/NULL); Context_t3971234707 * L_0 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_0); Context_set_HandshakeState_m1329976135(L_0, 2, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsServerFinished::ProcessAsSsl3() extern "C" IL2CPP_METHOD_ATTR void TlsServerFinished_ProcessAsSsl3_m2791932180 (TlsServerFinished_t3860330041 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TlsServerFinished_ProcessAsSsl3_m2791932180_MetadataUsageId); s_Il2CppMethodInitialized = true; } HashAlgorithm_t1432317219 * V_0 = NULL; ByteU5BU5D_t4116647657* V_1 = NULL; ByteU5BU5D_t4116647657* V_2 = NULL; ByteU5BU5D_t4116647657* V_3 = NULL; { Context_t3971234707 * L_0 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_0); ByteU5BU5D_t4116647657* L_1 = Context_get_MasterSecret_m676083615(L_0, /*hidden argument*/NULL); SslHandshakeHash_t2107581772 * L_2 = (SslHandshakeHash_t2107581772 *)il2cpp_codegen_object_new(SslHandshakeHash_t2107581772_il2cpp_TypeInfo_var); SslHandshakeHash__ctor_m4169387017(L_2, L_1, /*hidden argument*/NULL); V_0 = L_2; Context_t3971234707 * L_3 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_3); TlsStream_t2365453965 * L_4 = Context_get_HandshakeMessages_m3655705111(L_3, /*hidden argument*/NULL); NullCheck(L_4); ByteU5BU5D_t4116647657* L_5 = TlsStream_ToArray_m4177184296(L_4, /*hidden argument*/NULL); V_1 = L_5; HashAlgorithm_t1432317219 * L_6 = V_0; ByteU5BU5D_t4116647657* L_7 = V_1; ByteU5BU5D_t4116647657* L_8 = V_1; NullCheck(L_8); ByteU5BU5D_t4116647657* L_9 = V_1; NullCheck(L_6); HashAlgorithm_TransformBlock_m4006041779(L_6, L_7, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))), L_9, 0, /*hidden argument*/NULL); HashAlgorithm_t1432317219 * L_10 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TlsServerFinished_t3860330041_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_11 = ((TlsServerFinished_t3860330041_StaticFields*)il2cpp_codegen_static_fields_for(TlsServerFinished_t3860330041_il2cpp_TypeInfo_var))->get_Ssl3Marker_9(); ByteU5BU5D_t4116647657* L_12 = ((TlsServerFinished_t3860330041_StaticFields*)il2cpp_codegen_static_fields_for(TlsServerFinished_t3860330041_il2cpp_TypeInfo_var))->get_Ssl3Marker_9(); NullCheck(L_12); ByteU5BU5D_t4116647657* L_13 = ((TlsServerFinished_t3860330041_StaticFields*)il2cpp_codegen_static_fields_for(TlsServerFinished_t3860330041_il2cpp_TypeInfo_var))->get_Ssl3Marker_9(); NullCheck(L_10); HashAlgorithm_TransformBlock_m4006041779(L_10, L_11, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length)))), L_13, 0, /*hidden argument*/NULL); HashAlgorithm_t1432317219 * L_14 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CipherSuite_t3414744575_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_15 = ((CipherSuite_t3414744575_StaticFields*)il2cpp_codegen_static_fields_for(CipherSuite_t3414744575_il2cpp_TypeInfo_var))->get_EmptyArray_0(); NullCheck(L_14); HashAlgorithm_TransformFinalBlock_m3005451348(L_14, L_15, 0, 0, /*hidden argument*/NULL); int64_t L_16 = VirtFuncInvoker0< int64_t >::Invoke(8 /* System.Int64 Mono.Security.Protocol.Tls.TlsStream::get_Length() */, __this); ByteU5BU5D_t4116647657* L_17 = TlsStream_ReadBytes_m2334803179(__this, (((int32_t)((int32_t)L_16))), /*hidden argument*/NULL); V_2 = L_17; HashAlgorithm_t1432317219 * L_18 = V_0; NullCheck(L_18); ByteU5BU5D_t4116647657* L_19 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(13 /* System.Byte[] System.Security.Cryptography.HashAlgorithm::get_Hash() */, L_18); V_3 = L_19; ByteU5BU5D_t4116647657* L_20 = V_3; ByteU5BU5D_t4116647657* L_21 = V_2; bool L_22 = HandshakeMessage_Compare_m2214647946(NULL /*static, unused*/, L_20, L_21, /*hidden argument*/NULL); if (L_22) { goto IL_0086; } } { TlsException_t3534743363 * L_23 = (TlsException_t3534743363 *)il2cpp_codegen_object_new(TlsException_t3534743363_il2cpp_TypeInfo_var); TlsException__ctor_m3242533711(L_23, ((int32_t)71), _stringLiteral1609408204, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23,TlsServerFinished_ProcessAsSsl3_m2791932180_RuntimeMethod_var); } IL_0086: { return; } } // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsServerFinished::ProcessAsTls1() extern "C" IL2CPP_METHOD_ATTR void TlsServerFinished_ProcessAsTls1_m173877572 (TlsServerFinished_t3860330041 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TlsServerFinished_ProcessAsTls1_m173877572_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; HashAlgorithm_t1432317219 * V_1 = NULL; ByteU5BU5D_t4116647657* V_2 = NULL; ByteU5BU5D_t4116647657* V_3 = NULL; ByteU5BU5D_t4116647657* V_4 = NULL; { int64_t L_0 = VirtFuncInvoker0< int64_t >::Invoke(8 /* System.Int64 Mono.Security.Protocol.Tls.TlsStream::get_Length() */, __this); ByteU5BU5D_t4116647657* L_1 = TlsStream_ReadBytes_m2334803179(__this, (((int32_t)((int32_t)L_0))), /*hidden argument*/NULL); V_0 = L_1; MD5SHA1_t723838944 * L_2 = (MD5SHA1_t723838944 *)il2cpp_codegen_object_new(MD5SHA1_t723838944_il2cpp_TypeInfo_var); MD5SHA1__ctor_m4081016482(L_2, /*hidden argument*/NULL); V_1 = L_2; Context_t3971234707 * L_3 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_3); TlsStream_t2365453965 * L_4 = Context_get_HandshakeMessages_m3655705111(L_3, /*hidden argument*/NULL); NullCheck(L_4); ByteU5BU5D_t4116647657* L_5 = TlsStream_ToArray_m4177184296(L_4, /*hidden argument*/NULL); V_2 = L_5; HashAlgorithm_t1432317219 * L_6 = V_1; ByteU5BU5D_t4116647657* L_7 = V_2; ByteU5BU5D_t4116647657* L_8 = V_2; NullCheck(L_8); NullCheck(L_6); ByteU5BU5D_t4116647657* L_9 = HashAlgorithm_ComputeHash_m2044824070(L_6, L_7, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))), /*hidden argument*/NULL); V_3 = L_9; Context_t3971234707 * L_10 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_10); SecurityParameters_t2199972650 * L_11 = Context_get_Current_m2853615040(L_10, /*hidden argument*/NULL); NullCheck(L_11); CipherSuite_t3414744575 * L_12 = SecurityParameters_get_Cipher_m108846204(L_11, /*hidden argument*/NULL); Context_t3971234707 * L_13 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_13); ByteU5BU5D_t4116647657* L_14 = Context_get_MasterSecret_m676083615(L_13, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_15 = V_3; NullCheck(L_12); ByteU5BU5D_t4116647657* L_16 = CipherSuite_PRF_m2801806009(L_12, L_14, _stringLiteral4133402427, L_15, ((int32_t)12), /*hidden argument*/NULL); V_4 = L_16; ByteU5BU5D_t4116647657* L_17 = V_4; ByteU5BU5D_t4116647657* L_18 = V_0; bool L_19 = HandshakeMessage_Compare_m2214647946(NULL /*static, unused*/, L_17, L_18, /*hidden argument*/NULL); if (L_19) { goto IL_0073; } } { TlsException_t3534743363 * L_20 = (TlsException_t3534743363 *)il2cpp_codegen_object_new(TlsException_t3534743363_il2cpp_TypeInfo_var); TlsException__ctor_m3652817735(L_20, _stringLiteral1609408204, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20,TlsServerFinished_ProcessAsTls1_m173877572_RuntimeMethod_var); } IL_0073: { 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 Mono.Security.Protocol.Tls.Handshake.Client.TlsServerHello::.ctor(Mono.Security.Protocol.Tls.Context,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void TlsServerHello__ctor_m3887266572 (TlsServerHello_t3343859594 * __this, Context_t3971234707 * ___context0, ByteU5BU5D_t4116647657* ___buffer1, const RuntimeMethod* method) { { Context_t3971234707 * L_0 = ___context0; ByteU5BU5D_t4116647657* L_1 = ___buffer1; HandshakeMessage__ctor_m1555296807(__this, L_0, 2, L_1, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsServerHello::Update() extern "C" IL2CPP_METHOD_ATTR void TlsServerHello_Update_m3935081401 (TlsServerHello_t3343859594 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TlsServerHello_Update_m3935081401_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; ByteU5BU5D_t4116647657* V_3 = NULL; ByteU5BU5D_t4116647657* V_4 = NULL; { HandshakeMessage_Update_m2417837686(__this, /*hidden argument*/NULL); Context_t3971234707 * L_0 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_1 = __this->get_sessionId_11(); NullCheck(L_0); Context_set_SessionId_m942328427(L_0, L_1, /*hidden argument*/NULL); Context_t3971234707 * L_2 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_3 = __this->get_random_10(); NullCheck(L_2); Context_set_ServerRandom_m2929894009(L_2, L_3, /*hidden argument*/NULL); Context_t3971234707 * L_4 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_4); SecurityParameters_t2199972650 * L_5 = Context_get_Negotiating_m2044579817(L_4, /*hidden argument*/NULL); CipherSuite_t3414744575 * L_6 = __this->get_cipherSuite_12(); NullCheck(L_5); SecurityParameters_set_Cipher_m588445085(L_5, L_6, /*hidden argument*/NULL); Context_t3971234707 * L_7 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); int32_t L_8 = __this->get_compressionMethod_9(); NullCheck(L_7); Context_set_CompressionMethod_m2054483993(L_7, L_8, /*hidden argument*/NULL); Context_t3971234707 * L_9 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_9); Context_set_ProtocolNegotiated_m2904861662(L_9, (bool)1, /*hidden argument*/NULL); Context_t3971234707 * L_10 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_10); ByteU5BU5D_t4116647657* L_11 = Context_get_ClientRandom_m1437588520(L_10, /*hidden argument*/NULL); NullCheck(L_11); V_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length)))); Context_t3971234707 * L_12 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_12); ByteU5BU5D_t4116647657* L_13 = Context_get_ServerRandom_m2710024742(L_12, /*hidden argument*/NULL); NullCheck(L_13); V_1 = (((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length)))); int32_t L_14 = V_0; int32_t L_15 = V_1; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15)); int32_t L_16 = V_2; V_3 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_16)); Context_t3971234707 * L_17 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_17); ByteU5BU5D_t4116647657* L_18 = Context_get_ClientRandom_m1437588520(L_17, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_19 = V_3; int32_t L_20 = V_0; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_18, 0, (RuntimeArray *)(RuntimeArray *)L_19, 0, L_20, /*hidden argument*/NULL); Context_t3971234707 * L_21 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_21); ByteU5BU5D_t4116647657* L_22 = Context_get_ServerRandom_m2710024742(L_21, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_23 = V_3; int32_t L_24 = V_0; int32_t L_25 = V_1; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_22, 0, (RuntimeArray *)(RuntimeArray *)L_23, L_24, L_25, /*hidden argument*/NULL); Context_t3971234707 * L_26 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_27 = V_3; NullCheck(L_26); Context_set_RandomCS_m2687068745(L_26, L_27, /*hidden argument*/NULL); int32_t L_28 = V_2; V_4 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_28)); Context_t3971234707 * L_29 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_29); ByteU5BU5D_t4116647657* L_30 = Context_get_ServerRandom_m2710024742(L_29, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_31 = V_4; int32_t L_32 = V_1; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_30, 0, (RuntimeArray *)(RuntimeArray *)L_31, 0, L_32, /*hidden argument*/NULL); Context_t3971234707 * L_33 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_33); ByteU5BU5D_t4116647657* L_34 = Context_get_ClientRandom_m1437588520(L_33, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_35 = V_4; int32_t L_36 = V_1; int32_t L_37 = V_0; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_34, 0, (RuntimeArray *)(RuntimeArray *)L_35, L_36, L_37, /*hidden argument*/NULL); Context_t3971234707 * L_38 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_39 = V_4; NullCheck(L_38); Context_set_RandomSC_m2364786761(L_38, L_39, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsServerHello::ProcessAsSsl3() extern "C" IL2CPP_METHOD_ATTR void TlsServerHello_ProcessAsSsl3_m3146647238 (TlsServerHello_t3343859594 * __this, const RuntimeMethod* method) { { VirtActionInvoker0::Invoke(26 /* System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsServerHello::ProcessAsTls1() */, __this); return; } } // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsServerHello::ProcessAsTls1() extern "C" IL2CPP_METHOD_ATTR void TlsServerHello_ProcessAsTls1_m3844152353 (TlsServerHello_t3343859594 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TlsServerHello_ProcessAsTls1_m3844152353_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int16_t V_1 = 0; { int16_t L_0 = TlsStream_ReadInt16_m1728211431(__this, /*hidden argument*/NULL); TlsServerHello_processProtocol_m3969427189(__this, L_0, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_1 = TlsStream_ReadBytes_m2334803179(__this, ((int32_t)32), /*hidden argument*/NULL); __this->set_random_10(L_1); uint8_t L_2 = TlsStream_ReadByte_m3396126844(__this, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; if ((((int32_t)L_3) <= ((int32_t)0))) { goto IL_0076; } } { int32_t L_4 = V_0; ByteU5BU5D_t4116647657* L_5 = TlsStream_ReadBytes_m2334803179(__this, L_4, /*hidden argument*/NULL); __this->set_sessionId_11(L_5); Context_t3971234707 * L_6 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_6); TlsClientSettings_t2486039503 * L_7 = Context_get_ClientSettings_m2874391194(L_6, /*hidden argument*/NULL); NullCheck(L_7); String_t* L_8 = TlsClientSettings_get_TargetHost_m2463481414(L_7, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_9 = __this->get_sessionId_11(); IL2CPP_RUNTIME_CLASS_INIT(ClientSessionCache_t2353595803_il2cpp_TypeInfo_var); ClientSessionCache_Add_m964342678(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); Context_t3971234707 * L_10 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_11 = __this->get_sessionId_11(); Context_t3971234707 * L_12 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_12); ByteU5BU5D_t4116647657* L_13 = Context_get_SessionId_m1086671147(L_12, /*hidden argument*/NULL); bool L_14 = HandshakeMessage_Compare_m2214647946(NULL /*static, unused*/, L_11, L_13, /*hidden argument*/NULL); NullCheck(L_10); Context_set_AbbreviatedHandshake_m827173393(L_10, L_14, /*hidden argument*/NULL); goto IL_0082; } IL_0076: { Context_t3971234707 * L_15 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_15); Context_set_AbbreviatedHandshake_m827173393(L_15, (bool)0, /*hidden argument*/NULL); } IL_0082: { int16_t L_16 = TlsStream_ReadInt16_m1728211431(__this, /*hidden argument*/NULL); V_1 = L_16; Context_t3971234707 * L_17 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_17); CipherSuiteCollection_t1129639304 * L_18 = Context_get_SupportedCiphers_m1883682196(L_17, /*hidden argument*/NULL); int16_t L_19 = V_1; NullCheck(L_18); int32_t L_20 = CipherSuiteCollection_IndexOf_m2770510321(L_18, L_19, /*hidden argument*/NULL); if ((!(((uint32_t)L_20) == ((uint32_t)(-1))))) { goto IL_00ad; } } { TlsException_t3534743363 * L_21 = (TlsException_t3534743363 *)il2cpp_codegen_object_new(TlsException_t3534743363_il2cpp_TypeInfo_var); TlsException__ctor_m3242533711(L_21, ((int32_t)71), _stringLiteral340085282, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21,TlsServerHello_ProcessAsTls1_m3844152353_RuntimeMethod_var); } IL_00ad: { Context_t3971234707 * L_22 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_22); CipherSuiteCollection_t1129639304 * L_23 = Context_get_SupportedCiphers_m1883682196(L_22, /*hidden argument*/NULL); int16_t L_24 = V_1; NullCheck(L_23); CipherSuite_t3414744575 * L_25 = CipherSuiteCollection_get_Item_m3790183696(L_23, L_24, /*hidden argument*/NULL); __this->set_cipherSuite_12(L_25); uint8_t L_26 = TlsStream_ReadByte_m3396126844(__this, /*hidden argument*/NULL); __this->set_compressionMethod_9(L_26); return; } } // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsServerHello::processProtocol(System.Int16) extern "C" IL2CPP_METHOD_ATTR void TlsServerHello_processProtocol_m3969427189 (TlsServerHello_t3343859594 * __this, int16_t ___protocol0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TlsServerHello_processProtocol_m3969427189_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Context_t3971234707 * L_0 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); int16_t L_1 = ___protocol0; NullCheck(L_0); int32_t L_2 = Context_DecodeProtocolCode_m2249547310(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; Context_t3971234707 * L_4 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_5 = Context_get_SecurityProtocolFlags_m2022471746(L_4, /*hidden argument*/NULL); int32_t L_6 = V_0; if ((((int32_t)((int32_t)((int32_t)L_3&(int32_t)L_5))) == ((int32_t)L_6))) { goto IL_003b; } } { Context_t3971234707 * L_7 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_8 = Context_get_SecurityProtocolFlags_m2022471746(L_7, /*hidden argument*/NULL); if ((!(((uint32_t)((int32_t)((int32_t)L_8&(int32_t)((int32_t)-1073741824)))) == ((uint32_t)((int32_t)-1073741824))))) { goto IL_0079; } } IL_003b: { Context_t3971234707 * L_9 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); int32_t L_10 = V_0; NullCheck(L_9); Context_set_SecurityProtocol_m2833661610(L_9, L_10, /*hidden argument*/NULL); Context_t3971234707 * L_11 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_11); CipherSuiteCollection_t1129639304 * L_12 = Context_get_SupportedCiphers_m1883682196(L_11, /*hidden argument*/NULL); NullCheck(L_12); CipherSuiteCollection_Clear_m2642701260(L_12, /*hidden argument*/NULL); Context_t3971234707 * L_13 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_13); Context_set_SupportedCiphers_m4238648387(L_13, (CipherSuiteCollection_t1129639304 *)NULL, /*hidden argument*/NULL); Context_t3971234707 * L_14 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); int32_t L_15 = V_0; CipherSuiteCollection_t1129639304 * L_16 = CipherSuiteFactory_GetSupportedCiphers_m3260014148(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); NullCheck(L_14); Context_set_SupportedCiphers_m4238648387(L_14, L_16, /*hidden argument*/NULL); goto IL_0086; } IL_0079: { TlsException_t3534743363 * L_17 = (TlsException_t3534743363 *)il2cpp_codegen_object_new(TlsException_t3534743363_il2cpp_TypeInfo_var); TlsException__ctor_m3242533711(L_17, ((int32_t)70), _stringLiteral193405814, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17,TlsServerHello_processProtocol_m3969427189_RuntimeMethod_var); } IL_0086: { 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 Mono.Security.Protocol.Tls.Handshake.Client.TlsServerHelloDone::.ctor(Mono.Security.Protocol.Tls.Context,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void TlsServerHelloDone__ctor_m173627900 (TlsServerHelloDone_t1850379324 * __this, Context_t3971234707 * ___context0, ByteU5BU5D_t4116647657* ___buffer1, const RuntimeMethod* method) { { Context_t3971234707 * L_0 = ___context0; ByteU5BU5D_t4116647657* L_1 = ___buffer1; HandshakeMessage__ctor_m1555296807(__this, L_0, ((int32_t)14), L_1, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsServerHelloDone::ProcessAsSsl3() extern "C" IL2CPP_METHOD_ATTR void TlsServerHelloDone_ProcessAsSsl3_m3042614798 (TlsServerHelloDone_t1850379324 * __this, const RuntimeMethod* method) { { return; } } // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsServerHelloDone::ProcessAsTls1() extern "C" IL2CPP_METHOD_ATTR void TlsServerHelloDone_ProcessAsTls1_m952337401 (TlsServerHelloDone_t1850379324 * __this, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsServerKeyExchange::.ctor(Mono.Security.Protocol.Tls.Context,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void TlsServerKeyExchange__ctor_m3572942737 (TlsServerKeyExchange_t699469151 * __this, Context_t3971234707 * ___context0, ByteU5BU5D_t4116647657* ___buffer1, const RuntimeMethod* method) { { Context_t3971234707 * L_0 = ___context0; ByteU5BU5D_t4116647657* L_1 = ___buffer1; HandshakeMessage__ctor_m1555296807(__this, L_0, ((int32_t)12), L_1, /*hidden argument*/NULL); TlsServerKeyExchange_verifySignature_m3412856769(__this, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsServerKeyExchange::Update() extern "C" IL2CPP_METHOD_ATTR void TlsServerKeyExchange_Update_m453798279 (TlsServerKeyExchange_t699469151 * __this, const RuntimeMethod* method) { { HandshakeMessage_Update_m2417837686(__this, /*hidden argument*/NULL); Context_t3971234707 * L_0 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_0); TlsServerSettings_t4144396432 * L_1 = Context_get_ServerSettings_m1982578801(L_0, /*hidden argument*/NULL); NullCheck(L_1); TlsServerSettings_set_ServerKeyExchange_m3302765325(L_1, (bool)1, /*hidden argument*/NULL); Context_t3971234707 * L_2 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_2); TlsServerSettings_t4144396432 * L_3 = Context_get_ServerSettings_m1982578801(L_2, /*hidden argument*/NULL); RSAParameters_t1728406613 L_4 = __this->get_rsaParams_9(); NullCheck(L_3); TlsServerSettings_set_RsaParameters_m853026166(L_3, L_4, /*hidden argument*/NULL); Context_t3971234707 * L_5 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_5); TlsServerSettings_t4144396432 * L_6 = Context_get_ServerSettings_m1982578801(L_5, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_7 = __this->get_signedParams_10(); NullCheck(L_6); TlsServerSettings_set_SignedParams_m3618693098(L_6, L_7, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsServerKeyExchange::ProcessAsSsl3() extern "C" IL2CPP_METHOD_ATTR void TlsServerKeyExchange_ProcessAsSsl3_m2880115419 (TlsServerKeyExchange_t699469151 * __this, const RuntimeMethod* method) { { VirtActionInvoker0::Invoke(26 /* System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsServerKeyExchange::ProcessAsTls1() */, __this); return; } } // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsServerKeyExchange::ProcessAsTls1() extern "C" IL2CPP_METHOD_ATTR void TlsServerKeyExchange_ProcessAsTls1_m49623614 (TlsServerKeyExchange_t699469151 * __this, const RuntimeMethod* method) { RSAParameters_t1728406613 V_0; memset(&V_0, 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(RSAParameters_t1728406613 )); RSAParameters_t1728406613 L_0 = V_0; __this->set_rsaParams_9(L_0); RSAParameters_t1728406613 * L_1 = __this->get_address_of_rsaParams_9(); int16_t L_2 = TlsStream_ReadInt16_m1728211431(__this, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_3 = TlsStream_ReadBytes_m2334803179(__this, L_2, /*hidden argument*/NULL); L_1->set_Modulus_6(L_3); RSAParameters_t1728406613 * L_4 = __this->get_address_of_rsaParams_9(); int16_t L_5 = TlsStream_ReadInt16_m1728211431(__this, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_6 = TlsStream_ReadBytes_m2334803179(__this, L_5, /*hidden argument*/NULL); L_4->set_Exponent_7(L_6); int16_t L_7 = TlsStream_ReadInt16_m1728211431(__this, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_8 = TlsStream_ReadBytes_m2334803179(__this, L_7, /*hidden argument*/NULL); __this->set_signedParams_10(L_8); return; } } // System.Void Mono.Security.Protocol.Tls.Handshake.Client.TlsServerKeyExchange::verifySignature() extern "C" IL2CPP_METHOD_ATTR void TlsServerKeyExchange_verifySignature_m3412856769 (TlsServerKeyExchange_t699469151 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TlsServerKeyExchange_verifySignature_m3412856769_MetadataUsageId); s_Il2CppMethodInitialized = true; } MD5SHA1_t723838944 * V_0 = NULL; int32_t V_1 = 0; TlsStream_t2365453965 * V_2 = NULL; bool V_3 = false; { MD5SHA1_t723838944 * L_0 = (MD5SHA1_t723838944 *)il2cpp_codegen_object_new(MD5SHA1_t723838944_il2cpp_TypeInfo_var); MD5SHA1__ctor_m4081016482(L_0, /*hidden argument*/NULL); V_0 = L_0; RSAParameters_t1728406613 * L_1 = __this->get_address_of_rsaParams_9(); ByteU5BU5D_t4116647657* L_2 = L_1->get_Modulus_6(); NullCheck(L_2); RSAParameters_t1728406613 * L_3 = __this->get_address_of_rsaParams_9(); ByteU5BU5D_t4116647657* L_4 = L_3->get_Exponent_7(); NullCheck(L_4); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))), (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length)))))), (int32_t)4)); TlsStream_t2365453965 * L_5 = (TlsStream_t2365453965 *)il2cpp_codegen_object_new(TlsStream_t2365453965_il2cpp_TypeInfo_var); TlsStream__ctor_m787793111(L_5, /*hidden argument*/NULL); V_2 = L_5; TlsStream_t2365453965 * L_6 = V_2; Context_t3971234707 * L_7 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_7); ByteU5BU5D_t4116647657* L_8 = Context_get_RandomCS_m1367948315(L_7, /*hidden argument*/NULL); NullCheck(L_6); TlsStream_Write_m4133894341(L_6, L_8, /*hidden argument*/NULL); TlsStream_t2365453965 * L_9 = V_2; ByteU5BU5D_t4116647657* L_10 = TlsStream_ToArray_m4177184296(__this, /*hidden argument*/NULL); int32_t L_11 = V_1; NullCheck(L_9); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(20 /* System.Void Mono.Security.Protocol.Tls.TlsStream::Write(System.Byte[],System.Int32,System.Int32) */, L_9, L_10, 0, L_11); MD5SHA1_t723838944 * L_12 = V_0; TlsStream_t2365453965 * L_13 = V_2; NullCheck(L_13); ByteU5BU5D_t4116647657* L_14 = TlsStream_ToArray_m4177184296(L_13, /*hidden argument*/NULL); NullCheck(L_12); HashAlgorithm_ComputeHash_m2825542963(L_12, L_14, /*hidden argument*/NULL); TlsStream_t2365453965 * L_15 = V_2; NullCheck(L_15); TlsStream_Reset_m369197964(L_15, /*hidden argument*/NULL); MD5SHA1_t723838944 * L_16 = V_0; Context_t3971234707 * L_17 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_17); TlsServerSettings_t4144396432 * L_18 = Context_get_ServerSettings_m1982578801(L_17, /*hidden argument*/NULL); NullCheck(L_18); RSA_t2385438082 * L_19 = TlsServerSettings_get_CertificateRSA_m597274968(L_18, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_20 = __this->get_signedParams_10(); NullCheck(L_16); bool L_21 = MD5SHA1_VerifySignature_m915115209(L_16, L_19, L_20, /*hidden argument*/NULL); V_3 = L_21; bool L_22 = V_3; if (L_22) { goto IL_008c; } } { TlsException_t3534743363 * L_23 = (TlsException_t3534743363 *)il2cpp_codegen_object_new(TlsException_t3534743363_il2cpp_TypeInfo_var); TlsException__ctor_m3242533711(L_23, ((int32_t)50), _stringLiteral1827280598, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23,TlsServerKeyExchange_verifySignature_m3412856769_RuntimeMethod_var); } IL_008c: { 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 #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 Mono.Security.Protocol.Tls.Handshake.HandshakeMessage::.ctor(Mono.Security.Protocol.Tls.Context,Mono.Security.Protocol.Tls.Handshake.HandshakeType) extern "C" IL2CPP_METHOD_ATTR void HandshakeMessage__ctor_m2692487706 (HandshakeMessage_t3696583168 * __this, Context_t3971234707 * ___context0, uint8_t ___handshakeType1, const RuntimeMethod* method) { { Context_t3971234707 * L_0 = ___context0; uint8_t L_1 = ___handshakeType1; HandshakeMessage__ctor_m1353615444(__this, L_0, L_1, ((int32_t)22), /*hidden argument*/NULL); return; } } // System.Void Mono.Security.Protocol.Tls.Handshake.HandshakeMessage::.ctor(Mono.Security.Protocol.Tls.Context,Mono.Security.Protocol.Tls.Handshake.HandshakeType,Mono.Security.Protocol.Tls.ContentType) extern "C" IL2CPP_METHOD_ATTR void HandshakeMessage__ctor_m1353615444 (HandshakeMessage_t3696583168 * __this, Context_t3971234707 * ___context0, uint8_t ___handshakeType1, uint8_t ___contentType2, const RuntimeMethod* method) { { TlsStream__ctor_m787793111(__this, /*hidden argument*/NULL); Context_t3971234707 * L_0 = ___context0; __this->set_context_5(L_0); uint8_t L_1 = ___handshakeType1; __this->set_handshakeType_6(L_1); uint8_t L_2 = ___contentType2; __this->set_contentType_7(L_2); return; } } // System.Void Mono.Security.Protocol.Tls.Handshake.HandshakeMessage::.ctor(Mono.Security.Protocol.Tls.Context,Mono.Security.Protocol.Tls.Handshake.HandshakeType,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void HandshakeMessage__ctor_m1555296807 (HandshakeMessage_t3696583168 * __this, Context_t3971234707 * ___context0, uint8_t ___handshakeType1, ByteU5BU5D_t4116647657* ___data2, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = ___data2; TlsStream__ctor_m277557575(__this, L_0, /*hidden argument*/NULL); Context_t3971234707 * L_1 = ___context0; __this->set_context_5(L_1); uint8_t L_2 = ___handshakeType1; __this->set_handshakeType_6(L_2); return; } } // Mono.Security.Protocol.Tls.Context Mono.Security.Protocol.Tls.Handshake.HandshakeMessage::get_Context() extern "C" IL2CPP_METHOD_ATTR Context_t3971234707 * HandshakeMessage_get_Context_m3036797856 (HandshakeMessage_t3696583168 * __this, const RuntimeMethod* method) { { Context_t3971234707 * L_0 = __this->get_context_5(); return L_0; } } // Mono.Security.Protocol.Tls.Handshake.HandshakeType Mono.Security.Protocol.Tls.Handshake.HandshakeMessage::get_HandshakeType() extern "C" IL2CPP_METHOD_ATTR uint8_t HandshakeMessage_get_HandshakeType_m478242308 (HandshakeMessage_t3696583168 * __this, const RuntimeMethod* method) { { uint8_t L_0 = __this->get_handshakeType_6(); return L_0; } } // Mono.Security.Protocol.Tls.ContentType Mono.Security.Protocol.Tls.Handshake.HandshakeMessage::get_ContentType() extern "C" IL2CPP_METHOD_ATTR uint8_t HandshakeMessage_get_ContentType_m1693718190 (HandshakeMessage_t3696583168 * __this, const RuntimeMethod* method) { { uint8_t L_0 = __this->get_contentType_7(); return L_0; } } // System.Void Mono.Security.Protocol.Tls.Handshake.HandshakeMessage::Process() extern "C" IL2CPP_METHOD_ATTR void HandshakeMessage_Process_m810828609 (HandshakeMessage_t3696583168 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HandshakeMessage_Process_m810828609_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Context_t3971234707 * L_0 = HandshakeMessage_get_Context_m3036797856(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = Context_get_SecurityProtocol_m3228286292(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)((int32_t)-1073741824)))) { goto IL_0037; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)((int32_t)12)))) { goto IL_004d; } } { int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)((int32_t)48)))) { goto IL_0042; } } { int32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)((int32_t)192)))) { goto IL_0037; } } { goto IL_004d; } IL_0037: { VirtActionInvoker0::Invoke(26 /* System.Void Mono.Security.Protocol.Tls.Handshake.HandshakeMessage::ProcessAsTls1() */, __this); goto IL_0058; } IL_0042: { VirtActionInvoker0::Invoke(27 /* System.Void Mono.Security.Protocol.Tls.Handshake.HandshakeMessage::ProcessAsSsl3() */, __this); goto IL_0058; } IL_004d: { NotSupportedException_t1314879016 * L_6 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_6, _stringLiteral3034282783, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,HandshakeMessage_Process_m810828609_RuntimeMethod_var); } IL_0058: { return; } } // System.Void Mono.Security.Protocol.Tls.Handshake.HandshakeMessage::Update() extern "C" IL2CPP_METHOD_ATTR void HandshakeMessage_Update_m2417837686 (HandshakeMessage_t3696583168 * __this, const RuntimeMethod* method) { { bool L_0 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean Mono.Security.Protocol.Tls.TlsStream::get_CanWrite() */, __this); if (!L_0) { goto IL_0045; } } { ByteU5BU5D_t4116647657* L_1 = __this->get_cache_8(); if (L_1) { goto IL_0022; } } { ByteU5BU5D_t4116647657* L_2 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(29 /* System.Byte[] Mono.Security.Protocol.Tls.Handshake.HandshakeMessage::EncodeMessage() */, __this); __this->set_cache_8(L_2); } IL_0022: { Context_t3971234707 * L_3 = __this->get_context_5(); NullCheck(L_3); TlsStream_t2365453965 * L_4 = Context_get_HandshakeMessages_m3655705111(L_3, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_5 = __this->get_cache_8(); NullCheck(L_4); TlsStream_Write_m4133894341(L_4, L_5, /*hidden argument*/NULL); TlsStream_Reset_m369197964(__this, /*hidden argument*/NULL); __this->set_cache_8((ByteU5BU5D_t4116647657*)NULL); } IL_0045: { return; } } // System.Byte[] Mono.Security.Protocol.Tls.Handshake.HandshakeMessage::EncodeMessage() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* HandshakeMessage_EncodeMessage_m3919107786 (HandshakeMessage_t3696583168 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HandshakeMessage_EncodeMessage_m3919107786_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; int32_t V_1 = 0; { __this->set_cache_8((ByteU5BU5D_t4116647657*)NULL); bool L_0 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean Mono.Security.Protocol.Tls.TlsStream::get_CanWrite() */, __this); if (!L_0) { goto IL_006b; } } { ByteU5BU5D_t4116647657* L_1 = TlsStream_ToArray_m4177184296(__this, /*hidden argument*/NULL); V_0 = L_1; ByteU5BU5D_t4116647657* L_2 = V_0; NullCheck(L_2); V_1 = (((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))); int32_t L_3 = V_1; __this->set_cache_8(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)4, (int32_t)L_3))))); ByteU5BU5D_t4116647657* L_4 = __this->get_cache_8(); uint8_t L_5 = HandshakeMessage_get_HandshakeType_m478242308(__this, /*hidden argument*/NULL); NullCheck(L_4); (L_4)->SetAt(static_cast(0), (uint8_t)L_5); ByteU5BU5D_t4116647657* L_6 = __this->get_cache_8(); int32_t L_7 = V_1; NullCheck(L_6); (L_6)->SetAt(static_cast(1), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_7>>(int32_t)((int32_t)16))))))); ByteU5BU5D_t4116647657* L_8 = __this->get_cache_8(); int32_t L_9 = V_1; NullCheck(L_8); (L_8)->SetAt(static_cast(2), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_9>>(int32_t)8)))))); ByteU5BU5D_t4116647657* L_10 = __this->get_cache_8(); int32_t L_11 = V_1; NullCheck(L_10); (L_10)->SetAt(static_cast(3), (uint8_t)(((int32_t)((uint8_t)L_11)))); ByteU5BU5D_t4116647657* L_12 = V_0; ByteU5BU5D_t4116647657* L_13 = __this->get_cache_8(); int32_t L_14 = V_1; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_12, 0, (RuntimeArray *)(RuntimeArray *)L_13, 4, L_14, /*hidden argument*/NULL); } IL_006b: { ByteU5BU5D_t4116647657* L_15 = __this->get_cache_8(); return L_15; } } // System.Boolean Mono.Security.Protocol.Tls.Handshake.HandshakeMessage::Compare(System.Byte[],System.Byte[]) extern "C" IL2CPP_METHOD_ATTR bool HandshakeMessage_Compare_m2214647946 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___buffer10, ByteU5BU5D_t4116647657* ___buffer21, const RuntimeMethod* method) { int32_t V_0 = 0; { ByteU5BU5D_t4116647657* L_0 = ___buffer10; if (!L_0) { goto IL_000c; } } { ByteU5BU5D_t4116647657* L_1 = ___buffer21; if (L_1) { goto IL_000e; } } IL_000c: { return (bool)0; } IL_000e: { ByteU5BU5D_t4116647657* L_2 = ___buffer10; NullCheck(L_2); ByteU5BU5D_t4116647657* L_3 = ___buffer21; NullCheck(L_3); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))))) { goto IL_001b; } } { return (bool)0; } IL_001b: { V_0 = 0; goto IL_0033; } IL_0022: { ByteU5BU5D_t4116647657* L_4 = ___buffer10; int32_t L_5 = V_0; NullCheck(L_4); int32_t L_6 = L_5; uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); ByteU5BU5D_t4116647657* L_8 = ___buffer21; int32_t L_9 = V_0; NullCheck(L_8); int32_t L_10 = L_9; uint8_t L_11 = (L_8)->GetAt(static_cast(L_10)); if ((((int32_t)L_7) == ((int32_t)L_11))) { goto IL_002f; } } { return (bool)0; } IL_002f: { int32_t L_12 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0033: { int32_t L_13 = V_0; ByteU5BU5D_t4116647657* L_14 = ___buffer10; NullCheck(L_14); if ((((int32_t)L_13) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length))))))) { goto IL_0022; } } { return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #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 Mono.Security.Protocol.Tls.HttpsClientStream::.ctor(System.IO.Stream,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Net.HttpWebRequest,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void HttpsClientStream__ctor_m3125726871 (HttpsClientStream_t1160552561 * __this, Stream_t1273022909 * ___stream0, X509CertificateCollection_t3399372417 * ___clientCertificates1, HttpWebRequest_t1669436515 * ___request2, ByteU5BU5D_t4116647657* ___buffer3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpsClientStream__ctor_m3125726871_MetadataUsageId); s_Il2CppMethodInitialized = true; } HttpsClientStream_t1160552561 * G_B4_0 = NULL; HttpsClientStream_t1160552561 * G_B3_0 = NULL; HttpsClientStream_t1160552561 * G_B6_0 = NULL; HttpsClientStream_t1160552561 * G_B5_0 = NULL; { Stream_t1273022909 * L_0 = ___stream0; HttpWebRequest_t1669436515 * L_1 = ___request2; NullCheck(L_1); Uri_t100236324 * L_2 = HttpWebRequest_get_Address_m2672661563(L_1, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = Uri_get_Host_m255565830(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_t170559685_il2cpp_TypeInfo_var); int32_t L_4 = ServicePointManager_get_SecurityProtocol_m966397919(NULL /*static, unused*/, /*hidden argument*/NULL); X509CertificateCollection_t3399372417 * L_5 = ___clientCertificates1; SslClientStream__ctor_m3351906728(__this, L_0, L_3, (bool)0, L_4, L_5, /*hidden argument*/NULL); HttpWebRequest_t1669436515 * L_6 = ___request2; __this->set__request_20(L_6); __this->set__status_21(0); ByteU5BU5D_t4116647657* L_7 = ___buffer3; if (!L_7) { goto IL_0040; } } { Stream_t1273022909 * L_8 = SslClientStream_get_InputBuffer_m4092356391(__this, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_9 = ___buffer3; ByteU5BU5D_t4116647657* L_10 = ___buffer3; NullCheck(L_10); NullCheck(L_8); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(20 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_8, L_9, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length))))); } IL_0040: { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_t170559685_il2cpp_TypeInfo_var); bool L_11 = ServicePointManager_get_CheckCertificateRevocationList_m1645465614(NULL /*static, unused*/, /*hidden argument*/NULL); SslStreamBase_set_CheckCertRevocationStatus_m912861213(__this, L_11, /*hidden argument*/NULL); CertificateSelectionCallback_t3743405224 * L_12 = ((HttpsClientStream_t1160552561_StaticFields*)il2cpp_codegen_static_fields_for(HttpsClientStream_t1160552561_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache2_22(); G_B3_0 = __this; if (L_12) { G_B4_0 = __this; goto IL_0064; } } { intptr_t L_13 = (intptr_t)HttpsClientStream_U3CHttpsClientStreamU3Em__0_m2058474197_RuntimeMethod_var; CertificateSelectionCallback_t3743405224 * L_14 = (CertificateSelectionCallback_t3743405224 *)il2cpp_codegen_object_new(CertificateSelectionCallback_t3743405224_il2cpp_TypeInfo_var); CertificateSelectionCallback__ctor_m3437537928(L_14, NULL, L_13, /*hidden argument*/NULL); ((HttpsClientStream_t1160552561_StaticFields*)il2cpp_codegen_static_fields_for(HttpsClientStream_t1160552561_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache2_22(L_14); G_B4_0 = G_B3_0; } IL_0064: { CertificateSelectionCallback_t3743405224 * L_15 = ((HttpsClientStream_t1160552561_StaticFields*)il2cpp_codegen_static_fields_for(HttpsClientStream_t1160552561_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache2_22(); NullCheck(G_B4_0); SslClientStream_add_ClientCertSelection_m1387948363(G_B4_0, L_15, /*hidden argument*/NULL); PrivateKeySelectionCallback_t3240194217 * L_16 = ((HttpsClientStream_t1160552561_StaticFields*)il2cpp_codegen_static_fields_for(HttpsClientStream_t1160552561_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache3_23(); G_B5_0 = __this; if (L_16) { G_B6_0 = __this; goto IL_0087; } } { intptr_t L_17 = (intptr_t)HttpsClientStream_U3CHttpsClientStreamU3Em__1_m1202173386_RuntimeMethod_var; PrivateKeySelectionCallback_t3240194217 * L_18 = (PrivateKeySelectionCallback_t3240194217 *)il2cpp_codegen_object_new(PrivateKeySelectionCallback_t3240194217_il2cpp_TypeInfo_var); PrivateKeySelectionCallback__ctor_m265141085(L_18, NULL, L_17, /*hidden argument*/NULL); ((HttpsClientStream_t1160552561_StaticFields*)il2cpp_codegen_static_fields_for(HttpsClientStream_t1160552561_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache3_23(L_18); G_B6_0 = G_B5_0; } IL_0087: { PrivateKeySelectionCallback_t3240194217 * L_19 = ((HttpsClientStream_t1160552561_StaticFields*)il2cpp_codegen_static_fields_for(HttpsClientStream_t1160552561_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache3_23(); NullCheck(G_B6_0); SslClientStream_add_PrivateKeySelection_m1663125063(G_B6_0, L_19, /*hidden argument*/NULL); return; } } // System.Boolean Mono.Security.Protocol.Tls.HttpsClientStream::get_TrustFailure() extern "C" IL2CPP_METHOD_ATTR bool HttpsClientStream_get_TrustFailure_m1151901888 (HttpsClientStream_t1160552561 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get__status_21(); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)((int32_t)-2146762487)))) { goto IL_0022; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)((int32_t)-2146762486)))) { goto IL_0022; } } { goto IL_0024; } IL_0022: { return (bool)1; } IL_0024: { return (bool)0; } } // System.Boolean Mono.Security.Protocol.Tls.HttpsClientStream::RaiseServerCertificateValidation(System.Security.Cryptography.X509Certificates.X509Certificate,System.Int32[]) extern "C" IL2CPP_METHOD_ATTR bool HttpsClientStream_RaiseServerCertificateValidation_m3782467213 (HttpsClientStream_t1160552561 * __this, X509Certificate_t713131622 * ___certificate0, Int32U5BU5D_t385246372* ___certificateErrors1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpsClientStream_RaiseServerCertificateValidation_m3782467213_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; ServicePoint_t2786966844 * V_1 = NULL; bool V_2 = false; RemoteCertificateValidationCallback_t3014364904 * V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; Int32U5BU5D_t385246372* V_6 = NULL; int32_t V_7 = 0; X509Certificate2_t714049126 * V_8 = NULL; X509Chain_t194917408 * V_9 = NULL; HttpsClientStream_t1160552561 * G_B2_0 = NULL; HttpsClientStream_t1160552561 * G_B1_0 = NULL; int32_t G_B3_0 = 0; HttpsClientStream_t1160552561 * G_B3_1 = NULL; { Int32U5BU5D_t385246372* L_0 = ___certificateErrors1; NullCheck(L_0); V_0 = (bool)((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))) > ((int32_t)0))? 1 : 0); bool L_1 = V_0; G_B1_0 = __this; if (!L_1) { G_B2_0 = __this; goto IL_0016; } } { Int32U5BU5D_t385246372* L_2 = ___certificateErrors1; NullCheck(L_2); int32_t L_3 = 0; int32_t L_4 = (L_2)->GetAt(static_cast(L_3)); G_B3_0 = L_4; G_B3_1 = G_B1_0; goto IL_0017; } IL_0016: { G_B3_0 = 0; G_B3_1 = G_B2_0; } IL_0017: { NullCheck(G_B3_1); G_B3_1->set__status_21(G_B3_0); IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_t170559685_il2cpp_TypeInfo_var); RuntimeObject* L_5 = ServicePointManager_get_CertificatePolicy_m475600998(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_5) { goto IL_0055; } } { HttpWebRequest_t1669436515 * L_6 = __this->get__request_20(); NullCheck(L_6); ServicePoint_t2786966844 * L_7 = HttpWebRequest_get_ServicePoint_m3916606901(L_6, /*hidden argument*/NULL); V_1 = L_7; IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_t170559685_il2cpp_TypeInfo_var); RuntimeObject* L_8 = ServicePointManager_get_CertificatePolicy_m475600998(NULL /*static, unused*/, /*hidden argument*/NULL); ServicePoint_t2786966844 * L_9 = V_1; X509Certificate_t713131622 * L_10 = ___certificate0; HttpWebRequest_t1669436515 * L_11 = __this->get__request_20(); int32_t L_12 = __this->get__status_21(); NullCheck(L_8); bool L_13 = InterfaceFuncInvoker4< bool, ServicePoint_t2786966844 *, X509Certificate_t713131622 *, WebRequest_t1939381076 *, int32_t >::Invoke(0 /* System.Boolean System.Net.ICertificatePolicy::CheckValidationResult(System.Net.ServicePoint,System.Security.Cryptography.X509Certificates.X509Certificate,System.Net.WebRequest,System.Int32) */, ICertificatePolicy_t2970473191_il2cpp_TypeInfo_var, L_8, L_9, L_10, L_11, L_12); V_2 = L_13; bool L_14 = V_2; if (L_14) { goto IL_0053; } } { return (bool)0; } IL_0053: { V_0 = (bool)1; } IL_0055: { bool L_15 = VirtFuncInvoker0< bool >::Invoke(31 /* System.Boolean Mono.Security.Protocol.Tls.SslClientStream::get_HaveRemoteValidation2Callback() */, __this); if (!L_15) { goto IL_0062; } } { bool L_16 = V_0; return L_16; } IL_0062: { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_t170559685_il2cpp_TypeInfo_var); RemoteCertificateValidationCallback_t3014364904 * L_17 = ServicePointManager_get_ServerCertificateValidationCallback_m2067275303(NULL /*static, unused*/, /*hidden argument*/NULL); V_3 = L_17; RemoteCertificateValidationCallback_t3014364904 * L_18 = V_3; if (!L_18) { goto IL_0103; } } { V_4 = 0; Int32U5BU5D_t385246372* L_19 = ___certificateErrors1; V_6 = L_19; V_7 = 0; goto IL_00bd; } IL_007c: { Int32U5BU5D_t385246372* L_20 = V_6; int32_t L_21 = V_7; NullCheck(L_20); int32_t L_22 = L_21; int32_t L_23 = (L_20)->GetAt(static_cast(L_22)); V_5 = L_23; int32_t L_24 = V_5; if ((!(((uint32_t)L_24) == ((uint32_t)((int32_t)-2146762490))))) { goto IL_009a; } } { int32_t L_25 = V_4; V_4 = ((int32_t)((int32_t)L_25|(int32_t)1)); goto IL_00b7; } IL_009a: { int32_t L_26 = V_5; if ((!(((uint32_t)L_26) == ((uint32_t)((int32_t)-2146762481))))) { goto IL_00b1; } } { int32_t L_27 = V_4; V_4 = ((int32_t)((int32_t)L_27|(int32_t)2)); goto IL_00b7; } IL_00b1: { int32_t L_28 = V_4; V_4 = ((int32_t)((int32_t)L_28|(int32_t)4)); } IL_00b7: { int32_t L_29 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_00bd: { int32_t L_30 = V_7; Int32U5BU5D_t385246372* L_31 = V_6; NullCheck(L_31); if ((((int32_t)L_30) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_31)->max_length))))))) { goto IL_007c; } } { X509Certificate_t713131622 * L_32 = ___certificate0; NullCheck(L_32); ByteU5BU5D_t4116647657* L_33 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(14 /* System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate::GetRawCertData() */, L_32); X509Certificate2_t714049126 * L_34 = (X509Certificate2_t714049126 *)il2cpp_codegen_object_new(X509Certificate2_t714049126_il2cpp_TypeInfo_var); X509Certificate2__ctor_m3336405942(L_34, L_33, /*hidden argument*/NULL); V_8 = L_34; X509Chain_t194917408 * L_35 = (X509Chain_t194917408 *)il2cpp_codegen_object_new(X509Chain_t194917408_il2cpp_TypeInfo_var); X509Chain__ctor_m2240869275(L_35, /*hidden argument*/NULL); V_9 = L_35; X509Chain_t194917408 * L_36 = V_9; X509Certificate2_t714049126 * L_37 = V_8; NullCheck(L_36); bool L_38 = X509Chain_Build_m611063989(L_36, L_37, /*hidden argument*/NULL); if (L_38) { goto IL_00f0; } } { int32_t L_39 = V_4; V_4 = ((int32_t)((int32_t)L_39|(int32_t)4)); } IL_00f0: { RemoteCertificateValidationCallback_t3014364904 * L_40 = V_3; HttpWebRequest_t1669436515 * L_41 = __this->get__request_20(); X509Certificate2_t714049126 * L_42 = V_8; X509Chain_t194917408 * L_43 = V_9; int32_t L_44 = V_4; NullCheck(L_40); bool L_45 = RemoteCertificateValidationCallback_Invoke_m3086073466(L_40, L_41, L_42, L_43, L_44, /*hidden argument*/NULL); return L_45; } IL_0103: { bool L_46 = V_0; return L_46; } } // System.Security.Cryptography.X509Certificates.X509Certificate Mono.Security.Protocol.Tls.HttpsClientStream::m__0(System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Cryptography.X509Certificates.X509Certificate,System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection) extern "C" IL2CPP_METHOD_ATTR X509Certificate_t713131622 * HttpsClientStream_U3CHttpsClientStreamU3Em__0_m2058474197 (RuntimeObject * __this /* static, unused */, X509CertificateCollection_t3399372417 * ___clientCerts0, X509Certificate_t713131622 * ___serverCertificate1, String_t* ___targetHost2, X509CertificateCollection_t3399372417 * ___serverRequestedCertificates3, const RuntimeMethod* method) { X509Certificate_t713131622 * G_B4_0 = NULL; { X509CertificateCollection_t3399372417 * L_0 = ___clientCerts0; if (!L_0) { goto IL_0011; } } { X509CertificateCollection_t3399372417 * L_1 = ___clientCerts0; NullCheck(L_1); int32_t L_2 = CollectionBase_get_Count_m1708965601(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0017; } } IL_0011: { G_B4_0 = ((X509Certificate_t713131622 *)(NULL)); goto IL_001e; } IL_0017: { X509CertificateCollection_t3399372417 * L_3 = ___clientCerts0; NullCheck(L_3); X509Certificate_t713131622 * L_4 = X509CertificateCollection_get_Item_m1464788693(L_3, 0, /*hidden argument*/NULL); G_B4_0 = L_4; } IL_001e: { return G_B4_0; } } // System.Security.Cryptography.AsymmetricAlgorithm Mono.Security.Protocol.Tls.HttpsClientStream::m__1(System.Security.Cryptography.X509Certificates.X509Certificate,System.String) extern "C" IL2CPP_METHOD_ATTR AsymmetricAlgorithm_t932037087 * HttpsClientStream_U3CHttpsClientStreamU3Em__1_m1202173386 (RuntimeObject * __this /* static, unused */, X509Certificate_t713131622 * ___certificate0, String_t* ___targetHost1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpsClientStream_U3CHttpsClientStreamU3Em__1_m1202173386_MetadataUsageId); s_Il2CppMethodInitialized = true; } X509Certificate2_t714049126 * V_0 = NULL; AsymmetricAlgorithm_t932037087 * G_B3_0 = NULL; { X509Certificate_t713131622 * L_0 = ___certificate0; V_0 = ((X509Certificate2_t714049126 *)IsInstClass((RuntimeObject*)L_0, X509Certificate2_t714049126_il2cpp_TypeInfo_var)); X509Certificate2_t714049126 * L_1 = V_0; if (L_1) { goto IL_0013; } } { G_B3_0 = ((AsymmetricAlgorithm_t932037087 *)(NULL)); goto IL_0019; } IL_0013: { X509Certificate2_t714049126 * L_2 = V_0; NullCheck(L_2); AsymmetricAlgorithm_t932037087 * L_3 = X509Certificate2_get_PrivateKey_m3900779210(L_2, /*hidden argument*/NULL); G_B3_0 = L_3; } IL_0019: { return G_B3_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 Mono.Security.Protocol.Tls.PrivateKeySelectionCallback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void PrivateKeySelectionCallback__ctor_m265141085 (PrivateKeySelectionCallback_t3240194217 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Security.Cryptography.AsymmetricAlgorithm Mono.Security.Protocol.Tls.PrivateKeySelectionCallback::Invoke(System.Security.Cryptography.X509Certificates.X509Certificate,System.String) extern "C" IL2CPP_METHOD_ATTR AsymmetricAlgorithm_t932037087 * PrivateKeySelectionCallback_Invoke_m921844982 (PrivateKeySelectionCallback_t3240194217 * __this, X509Certificate_t713131622 * ___certificate0, String_t* ___targetHost1, const RuntimeMethod* method) { AsymmetricAlgorithm_t932037087 * result = NULL; if(__this->get_prev_9() != NULL) { PrivateKeySelectionCallback_Invoke_m921844982((PrivateKeySelectionCallback_t3240194217 *)__this->get_prev_9(), ___certificate0, ___targetHost1, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef AsymmetricAlgorithm_t932037087 * (*FunctionPointerType) (RuntimeObject *, X509Certificate_t713131622 *, String_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___certificate0, ___targetHost1, targetMethod); } } else { // closed { typedef AsymmetricAlgorithm_t932037087 * (*FunctionPointerType) (RuntimeObject *, void*, X509Certificate_t713131622 *, String_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___certificate0, ___targetHost1, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker2< AsymmetricAlgorithm_t932037087 *, X509Certificate_t713131622 *, String_t* >::Invoke(targetMethod, targetThis, ___certificate0, ___targetHost1); else result = GenericVirtFuncInvoker2< AsymmetricAlgorithm_t932037087 *, X509Certificate_t713131622 *, String_t* >::Invoke(targetMethod, targetThis, ___certificate0, ___targetHost1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< AsymmetricAlgorithm_t932037087 *, X509Certificate_t713131622 *, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___certificate0, ___targetHost1); else result = VirtFuncInvoker2< AsymmetricAlgorithm_t932037087 *, X509Certificate_t713131622 *, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___certificate0, ___targetHost1); } } else { typedef AsymmetricAlgorithm_t932037087 * (*FunctionPointerType) (void*, X509Certificate_t713131622 *, String_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___certificate0, ___targetHost1, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker1< AsymmetricAlgorithm_t932037087 *, String_t* >::Invoke(targetMethod, ___certificate0, ___targetHost1); else result = GenericVirtFuncInvoker1< AsymmetricAlgorithm_t932037087 *, String_t* >::Invoke(targetMethod, ___certificate0, ___targetHost1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< AsymmetricAlgorithm_t932037087 *, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___certificate0, ___targetHost1); else result = VirtFuncInvoker1< AsymmetricAlgorithm_t932037087 *, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___certificate0, ___targetHost1); } } else { typedef AsymmetricAlgorithm_t932037087 * (*FunctionPointerType) (X509Certificate_t713131622 *, String_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___certificate0, ___targetHost1, targetMethod); } } } return result; } // System.IAsyncResult Mono.Security.Protocol.Tls.PrivateKeySelectionCallback::BeginInvoke(System.Security.Cryptography.X509Certificates.X509Certificate,System.String,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* PrivateKeySelectionCallback_BeginInvoke_m2814232473 (PrivateKeySelectionCallback_t3240194217 * __this, X509Certificate_t713131622 * ___certificate0, String_t* ___targetHost1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___certificate0; __d_args[1] = ___targetHost1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Security.Cryptography.AsymmetricAlgorithm Mono.Security.Protocol.Tls.PrivateKeySelectionCallback::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR AsymmetricAlgorithm_t932037087 * PrivateKeySelectionCallback_EndInvoke_m2229365437 (PrivateKeySelectionCallback_t3240194217 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (AsymmetricAlgorithm_t932037087 *)__result; } #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 Mono.Security.Protocol.Tls.RecordProtocol::.ctor(System.IO.Stream,Mono.Security.Protocol.Tls.Context) extern "C" IL2CPP_METHOD_ATTR void RecordProtocol__ctor_m1695232390 (RecordProtocol_t3759049701 * __this, Stream_t1273022909 * ___innerStream0, Context_t3971234707 * ___context1, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Stream_t1273022909 * L_0 = ___innerStream0; __this->set_innerStream_1(L_0); Context_t3971234707 * L_1 = ___context1; __this->set_context_2(L_1); Context_t3971234707 * L_2 = __this->get_context_2(); NullCheck(L_2); Context_set_RecordProtocol_m3067654641(L_2, __this, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.Protocol.Tls.RecordProtocol::.cctor() extern "C" IL2CPP_METHOD_ATTR void RecordProtocol__cctor_m1280873827 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RecordProtocol__cctor_m1280873827_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ManualResetEvent_t451242010 * L_0 = (ManualResetEvent_t451242010 *)il2cpp_codegen_object_new(ManualResetEvent_t451242010_il2cpp_TypeInfo_var); ManualResetEvent__ctor_m4010886457(L_0, (bool)1, /*hidden argument*/NULL); ((RecordProtocol_t3759049701_StaticFields*)il2cpp_codegen_static_fields_for(RecordProtocol_t3759049701_il2cpp_TypeInfo_var))->set_record_processing_0(L_0); return; } } // Mono.Security.Protocol.Tls.Context Mono.Security.Protocol.Tls.RecordProtocol::get_Context() extern "C" IL2CPP_METHOD_ATTR Context_t3971234707 * RecordProtocol_get_Context_m3273611300 (RecordProtocol_t3759049701 * __this, const RuntimeMethod* method) { { Context_t3971234707 * L_0 = __this->get_context_2(); return L_0; } } // System.Void Mono.Security.Protocol.Tls.RecordProtocol::SendRecord(Mono.Security.Protocol.Tls.Handshake.HandshakeType) extern "C" IL2CPP_METHOD_ATTR void RecordProtocol_SendRecord_m515492272 (RecordProtocol_t3759049701 * __this, uint8_t ___type0, const RuntimeMethod* method) { RuntimeObject* V_0 = NULL; { uint8_t L_0 = ___type0; RuntimeObject* L_1 = RecordProtocol_BeginSendRecord_m615249746(__this, L_0, (AsyncCallback_t3962456242 *)NULL, NULL, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject* L_2 = V_0; RecordProtocol_EndSendRecord_m4264777321(__this, L_2, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.Protocol.Tls.RecordProtocol::ProcessChangeCipherSpec() extern "C" IL2CPP_METHOD_ATTR void RecordProtocol_ProcessChangeCipherSpec_m15839975 (RecordProtocol_t3759049701 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RecordProtocol_ProcessChangeCipherSpec_m15839975_MetadataUsageId); s_Il2CppMethodInitialized = true; } Context_t3971234707 * V_0 = NULL; { Context_t3971234707 * L_0 = RecordProtocol_get_Context_m3273611300(__this, /*hidden argument*/NULL); V_0 = L_0; Context_t3971234707 * L_1 = V_0; NullCheck(L_1); Context_set_ReadSequenceNumber_m2154909392(L_1, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); Context_t3971234707 * L_2 = V_0; if (!((ClientContext_t2797401965 *)IsInstClass((RuntimeObject*)L_2, ClientContext_t2797401965_il2cpp_TypeInfo_var))) { goto IL_0026; } } { Context_t3971234707 * L_3 = V_0; NullCheck(L_3); Context_EndSwitchingSecurityParameters_m4148956166(L_3, (bool)1, /*hidden argument*/NULL); goto IL_002d; } IL_0026: { Context_t3971234707 * L_4 = V_0; NullCheck(L_4); Context_StartSwitchingSecurityParameters_m28285865(L_4, (bool)0, /*hidden argument*/NULL); } IL_002d: { return; } } // Mono.Security.Protocol.Tls.Handshake.HandshakeMessage Mono.Security.Protocol.Tls.RecordProtocol::GetMessage(Mono.Security.Protocol.Tls.Handshake.HandshakeType) extern "C" IL2CPP_METHOD_ATTR HandshakeMessage_t3696583168 * RecordProtocol_GetMessage_m2086135164 (RecordProtocol_t3759049701 * __this, uint8_t ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RecordProtocol_GetMessage_m2086135164_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,RecordProtocol_GetMessage_m2086135164_RuntimeMethod_var); } } // System.IAsyncResult Mono.Security.Protocol.Tls.RecordProtocol::BeginReceiveRecord(System.IO.Stream,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* RecordProtocol_BeginReceiveRecord_m295321170 (RecordProtocol_t3759049701 * __this, Stream_t1273022909 * ___record0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___state2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RecordProtocol_BeginReceiveRecord_m295321170_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; ReceiveRecordAsyncResult_t3680907657 * V_1 = NULL; { Context_t3971234707 * L_0 = __this->get_context_2(); NullCheck(L_0); bool L_1 = Context_get_ReceivedConnectionEnd_m4011125537(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001d; } } { TlsException_t3534743363 * L_2 = (TlsException_t3534743363 *)il2cpp_codegen_object_new(TlsException_t3534743363_il2cpp_TypeInfo_var); TlsException__ctor_m3242533711(L_2, ((int32_t)80), _stringLiteral1410188538, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,RecordProtocol_BeginReceiveRecord_m295321170_RuntimeMethod_var); } IL_001d: { IL2CPP_RUNTIME_CLASS_INIT(RecordProtocol_t3759049701_il2cpp_TypeInfo_var); ManualResetEvent_t451242010 * L_3 = ((RecordProtocol_t3759049701_StaticFields*)il2cpp_codegen_static_fields_for(RecordProtocol_t3759049701_il2cpp_TypeInfo_var))->get_record_processing_0(); NullCheck(L_3); EventWaitHandle_Reset_m3348053200(L_3, /*hidden argument*/NULL); V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)1)); AsyncCallback_t3962456242 * L_4 = ___callback1; RuntimeObject * L_5 = ___state2; ByteU5BU5D_t4116647657* L_6 = V_0; Stream_t1273022909 * L_7 = ___record0; ReceiveRecordAsyncResult_t3680907657 * L_8 = (ReceiveRecordAsyncResult_t3680907657 *)il2cpp_codegen_object_new(ReceiveRecordAsyncResult_t3680907657_il2cpp_TypeInfo_var); ReceiveRecordAsyncResult__ctor_m277637112(L_8, L_4, L_5, L_6, L_7, /*hidden argument*/NULL); V_1 = L_8; Stream_t1273022909 * L_9 = ___record0; ReceiveRecordAsyncResult_t3680907657 * L_10 = V_1; NullCheck(L_10); ByteU5BU5D_t4116647657* L_11 = ReceiveRecordAsyncResult_get_InitialBuffer_m2924495696(L_10, /*hidden argument*/NULL); ReceiveRecordAsyncResult_t3680907657 * L_12 = V_1; NullCheck(L_12); ByteU5BU5D_t4116647657* L_13 = ReceiveRecordAsyncResult_get_InitialBuffer_m2924495696(L_12, /*hidden argument*/NULL); NullCheck(L_13); intptr_t L_14 = (intptr_t)RecordProtocol_InternalReceiveRecordCallback_m1713318629_RuntimeMethod_var; AsyncCallback_t3962456242 * L_15 = (AsyncCallback_t3962456242 *)il2cpp_codegen_object_new(AsyncCallback_t3962456242_il2cpp_TypeInfo_var); AsyncCallback__ctor_m530647953(L_15, __this, L_14, /*hidden argument*/NULL); ReceiveRecordAsyncResult_t3680907657 * L_16 = V_1; NullCheck(L_9); VirtFuncInvoker5< RuntimeObject*, ByteU5BU5D_t4116647657*, int32_t, int32_t, AsyncCallback_t3962456242 *, RuntimeObject * >::Invoke(22 /* System.IAsyncResult System.IO.Stream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) */, L_9, L_11, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length)))), L_15, L_16); ReceiveRecordAsyncResult_t3680907657 * L_17 = V_1; return L_17; } } // System.Void Mono.Security.Protocol.Tls.RecordProtocol::InternalReceiveRecordCallback(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void RecordProtocol_InternalReceiveRecordCallback_m1713318629 (RecordProtocol_t3759049701 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RecordProtocol_InternalReceiveRecordCallback_m1713318629_MetadataUsageId); s_Il2CppMethodInitialized = true; } ReceiveRecordAsyncResult_t3680907657 * V_0 = NULL; Stream_t1273022909 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; uint8_t V_4 = 0; ByteU5BU5D_t4116647657* V_5 = NULL; TlsStream_t2365453965 * V_6 = NULL; Exception_t * V_7 = NULL; uint8_t V_8 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject* L_0 = ___asyncResult0; NullCheck(L_0); RuntimeObject * L_1 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.IAsyncResult::get_AsyncState() */, IAsyncResult_t767004451_il2cpp_TypeInfo_var, L_0); V_0 = ((ReceiveRecordAsyncResult_t3680907657 *)IsInstClass((RuntimeObject*)L_1, ReceiveRecordAsyncResult_t3680907657_il2cpp_TypeInfo_var)); ReceiveRecordAsyncResult_t3680907657 * L_2 = V_0; NullCheck(L_2); Stream_t1273022909 * L_3 = ReceiveRecordAsyncResult_get_Record_m223479150(L_2, /*hidden argument*/NULL); V_1 = L_3; } IL_0013: try { // begin try (depth: 1) { ReceiveRecordAsyncResult_t3680907657 * L_4 = V_0; NullCheck(L_4); Stream_t1273022909 * L_5 = ReceiveRecordAsyncResult_get_Record_m223479150(L_4, /*hidden argument*/NULL); RuntimeObject* L_6 = ___asyncResult0; NullCheck(L_5); int32_t L_7 = VirtFuncInvoker1< int32_t, RuntimeObject* >::Invoke(24 /* System.Int32 System.IO.Stream::EndRead(System.IAsyncResult) */, L_5, L_6); V_2 = L_7; int32_t L_8 = V_2; if (L_8) { goto IL_0032; } } IL_0026: { ReceiveRecordAsyncResult_t3680907657 * L_9 = V_0; NullCheck(L_9); ReceiveRecordAsyncResult_SetComplete_m464469214(L_9, (ByteU5BU5D_t4116647657*)(ByteU5BU5D_t4116647657*)NULL, /*hidden argument*/NULL); goto IL_0180; } IL_0032: { ReceiveRecordAsyncResult_t3680907657 * L_10 = V_0; NullCheck(L_10); ByteU5BU5D_t4116647657* L_11 = ReceiveRecordAsyncResult_get_InitialBuffer_m2924495696(L_10, /*hidden argument*/NULL); NullCheck(L_11); int32_t L_12 = 0; uint8_t L_13 = (L_11)->GetAt(static_cast(L_12)); V_3 = L_13; Context_t3971234707 * L_14 = __this->get_context_2(); NullCheck(L_14); Context_set_LastHandshakeMsg_m1770618067(L_14, 1, /*hidden argument*/NULL); int32_t L_15 = V_3; V_4 = (((int32_t)((uint8_t)L_15))); int32_t L_16 = V_3; Stream_t1273022909 * L_17 = V_1; ByteU5BU5D_t4116647657* L_18 = RecordProtocol_ReadRecordBuffer_m180543381(__this, L_16, L_17, /*hidden argument*/NULL); V_5 = L_18; ByteU5BU5D_t4116647657* L_19 = V_5; if (L_19) { goto IL_0068; } } IL_005c: { ReceiveRecordAsyncResult_t3680907657 * L_20 = V_0; NullCheck(L_20); ReceiveRecordAsyncResult_SetComplete_m464469214(L_20, (ByteU5BU5D_t4116647657*)(ByteU5BU5D_t4116647657*)NULL, /*hidden argument*/NULL); goto IL_0180; } IL_0068: { uint8_t L_21 = V_4; if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)21))))) { goto IL_0080; } } IL_0071: { ByteU5BU5D_t4116647657* L_22 = V_5; NullCheck(L_22); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_22)->max_length))))) == ((uint32_t)2)))) { goto IL_0080; } } IL_007b: { goto IL_00b1; } IL_0080: { Context_t3971234707 * L_23 = RecordProtocol_get_Context_m3273611300(__this, /*hidden argument*/NULL); NullCheck(L_23); SecurityParameters_t2199972650 * L_24 = Context_get_Read_m4172356735(L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_00b1; } } IL_0090: { Context_t3971234707 * L_25 = RecordProtocol_get_Context_m3273611300(__this, /*hidden argument*/NULL); NullCheck(L_25); SecurityParameters_t2199972650 * L_26 = Context_get_Read_m4172356735(L_25, /*hidden argument*/NULL); NullCheck(L_26); CipherSuite_t3414744575 * L_27 = SecurityParameters_get_Cipher_m108846204(L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_00b1; } } IL_00a5: { uint8_t L_28 = V_4; ByteU5BU5D_t4116647657* L_29 = V_5; ByteU5BU5D_t4116647657* L_30 = RecordProtocol_decryptRecordFragment_m66623237(__this, L_28, L_29, /*hidden argument*/NULL); V_5 = L_30; } IL_00b1: { uint8_t L_31 = V_4; V_8 = L_31; uint8_t L_32 = V_8; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)((int32_t)20)))) { case 0: { goto IL_0109; } case 1: { goto IL_00e0; } case 2: { goto IL_0119; } case 3: { goto IL_0114; } } } IL_00cf: { uint8_t L_33 = V_8; if ((((int32_t)L_33) == ((int32_t)((int32_t)128)))) { goto IL_0140; } } IL_00db: { goto IL_0157; } IL_00e0: { ByteU5BU5D_t4116647657* L_34 = V_5; NullCheck(L_34); int32_t L_35 = 0; uint8_t L_36 = (L_34)->GetAt(static_cast(L_35)); ByteU5BU5D_t4116647657* L_37 = V_5; NullCheck(L_37); int32_t L_38 = 1; uint8_t L_39 = (L_37)->GetAt(static_cast(L_38)); RecordProtocol_ProcessAlert_m1036912531(__this, L_36, L_39, /*hidden argument*/NULL); Stream_t1273022909 * L_40 = V_1; NullCheck(L_40); bool L_41 = VirtFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.IO.Stream::get_CanSeek() */, L_40); if (!L_41) { goto IL_0101; } } IL_00f9: { Stream_t1273022909 * L_42 = V_1; NullCheck(L_42); VirtActionInvoker1< int64_t >::Invoke(19 /* System.Void System.IO.Stream::SetLength(System.Int64) */, L_42, (((int64_t)((int64_t)0)))); } IL_0101: { V_5 = (ByteU5BU5D_t4116647657*)NULL; goto IL_0164; } IL_0109: { VirtActionInvoker0::Invoke(6 /* System.Void Mono.Security.Protocol.Tls.RecordProtocol::ProcessChangeCipherSpec() */, __this); goto IL_0164; } IL_0114: { goto IL_0164; } IL_0119: { ByteU5BU5D_t4116647657* L_43 = V_5; TlsStream_t2365453965 * L_44 = (TlsStream_t2365453965 *)il2cpp_codegen_object_new(TlsStream_t2365453965_il2cpp_TypeInfo_var); TlsStream__ctor_m277557575(L_44, L_43, /*hidden argument*/NULL); V_6 = L_44; goto IL_012f; } IL_0127: { TlsStream_t2365453965 * L_45 = V_6; VirtActionInvoker1< TlsStream_t2365453965 * >::Invoke(5 /* System.Void Mono.Security.Protocol.Tls.RecordProtocol::ProcessHandshakeMessage(Mono.Security.Protocol.Tls.TlsStream) */, __this, L_45); } IL_012f: { TlsStream_t2365453965 * L_46 = V_6; NullCheck(L_46); bool L_47 = TlsStream_get_EOF_m953226442(L_46, /*hidden argument*/NULL); if (!L_47) { goto IL_0127; } } IL_013b: { goto IL_0164; } IL_0140: { Context_t3971234707 * L_48 = __this->get_context_2(); NullCheck(L_48); TlsStream_t2365453965 * L_49 = Context_get_HandshakeMessages_m3655705111(L_48, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_50 = V_5; NullCheck(L_49); TlsStream_Write_m4133894341(L_49, L_50, /*hidden argument*/NULL); goto IL_0164; } IL_0157: { TlsException_t3534743363 * L_51 = (TlsException_t3534743363 *)il2cpp_codegen_object_new(TlsException_t3534743363_il2cpp_TypeInfo_var); TlsException__ctor_m3242533711(L_51, ((int32_t)10), _stringLiteral2295937935, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_51,RecordProtocol_InternalReceiveRecordCallback_m1713318629_RuntimeMethod_var); } IL_0164: { ReceiveRecordAsyncResult_t3680907657 * L_52 = V_0; ByteU5BU5D_t4116647657* L_53 = V_5; NullCheck(L_52); ReceiveRecordAsyncResult_SetComplete_m464469214(L_52, L_53, /*hidden argument*/NULL); goto IL_0180; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0171; throw e; } CATCH_0171: { // begin catch(System.Exception) V_7 = ((Exception_t *)__exception_local); ReceiveRecordAsyncResult_t3680907657 * L_54 = V_0; Exception_t * L_55 = V_7; NullCheck(L_54); ReceiveRecordAsyncResult_SetComplete_m1568733499(L_54, L_55, /*hidden argument*/NULL); goto IL_0180; } // end catch (depth: 1) IL_0180: { return; } } // System.Byte[] Mono.Security.Protocol.Tls.RecordProtocol::EndReceiveRecord(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* RecordProtocol_EndReceiveRecord_m1872541318 (RecordProtocol_t3759049701 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RecordProtocol_EndReceiveRecord_m1872541318_MetadataUsageId); s_Il2CppMethodInitialized = true; } ReceiveRecordAsyncResult_t3680907657 * V_0 = NULL; ByteU5BU5D_t4116647657* V_1 = NULL; { RuntimeObject* L_0 = ___asyncResult0; V_0 = ((ReceiveRecordAsyncResult_t3680907657 *)IsInstClass((RuntimeObject*)L_0, ReceiveRecordAsyncResult_t3680907657_il2cpp_TypeInfo_var)); ReceiveRecordAsyncResult_t3680907657 * L_1 = V_0; if (L_1) { goto IL_0018; } } { ArgumentException_t132251570 * L_2 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_2, _stringLiteral1889458120, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,RecordProtocol_EndReceiveRecord_m1872541318_RuntimeMethod_var); } IL_0018: { ReceiveRecordAsyncResult_t3680907657 * L_3 = V_0; NullCheck(L_3); bool L_4 = ReceiveRecordAsyncResult_get_IsCompleted_m1918259948(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_002f; } } { ReceiveRecordAsyncResult_t3680907657 * L_5 = V_0; NullCheck(L_5); WaitHandle_t1743403487 * L_6 = ReceiveRecordAsyncResult_get_AsyncWaitHandle_m1781023438(L_5, /*hidden argument*/NULL); NullCheck(L_6); VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.Threading.WaitHandle::WaitOne() */, L_6); } IL_002f: { ReceiveRecordAsyncResult_t3680907657 * L_7 = V_0; NullCheck(L_7); bool L_8 = ReceiveRecordAsyncResult_get_CompletedWithError_m2856009536(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0041; } } { ReceiveRecordAsyncResult_t3680907657 * L_9 = V_0; NullCheck(L_9); Exception_t * L_10 = ReceiveRecordAsyncResult_get_AsyncException_m631453737(L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,RecordProtocol_EndReceiveRecord_m1872541318_RuntimeMethod_var); } IL_0041: { ReceiveRecordAsyncResult_t3680907657 * L_11 = V_0; NullCheck(L_11); ByteU5BU5D_t4116647657* L_12 = ReceiveRecordAsyncResult_get_ResultingBuffer_m1839161335(L_11, /*hidden argument*/NULL); V_1 = L_12; IL2CPP_RUNTIME_CLASS_INIT(RecordProtocol_t3759049701_il2cpp_TypeInfo_var); ManualResetEvent_t451242010 * L_13 = ((RecordProtocol_t3759049701_StaticFields*)il2cpp_codegen_static_fields_for(RecordProtocol_t3759049701_il2cpp_TypeInfo_var))->get_record_processing_0(); NullCheck(L_13); EventWaitHandle_Set_m2445193251(L_13, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_14 = V_1; return L_14; } } // System.Byte[] Mono.Security.Protocol.Tls.RecordProtocol::ReceiveRecord(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* RecordProtocol_ReceiveRecord_m3797641756 (RecordProtocol_t3759049701 * __this, Stream_t1273022909 * ___record0, const RuntimeMethod* method) { RuntimeObject* V_0 = NULL; { Stream_t1273022909 * L_0 = ___record0; RuntimeObject* L_1 = RecordProtocol_BeginReceiveRecord_m295321170(__this, L_0, (AsyncCallback_t3962456242 *)NULL, NULL, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject* L_2 = V_0; ByteU5BU5D_t4116647657* L_3 = RecordProtocol_EndReceiveRecord_m1872541318(__this, L_2, /*hidden argument*/NULL); return L_3; } } // System.Byte[] Mono.Security.Protocol.Tls.RecordProtocol::ReadRecordBuffer(System.Int32,System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* RecordProtocol_ReadRecordBuffer_m180543381 (RecordProtocol_t3759049701 * __this, int32_t ___contentType0, Stream_t1273022909 * ___record1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RecordProtocol_ReadRecordBuffer_m180543381_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___contentType0; V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)((int32_t)128)))) { goto IL_0012; } } { goto IL_001a; } IL_0012: { Stream_t1273022909 * L_2 = ___record1; ByteU5BU5D_t4116647657* L_3 = RecordProtocol_ReadClientHelloV2_m4052496367(__this, L_2, /*hidden argument*/NULL); return L_3; } IL_001a: { RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (ContentType_t2602934270_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); int32_t L_6 = ___contentType0; uint8_t L_7 = ((uint8_t)(((int32_t)((uint8_t)L_6)))); RuntimeObject * L_8 = Box(ContentType_t2602934270_il2cpp_TypeInfo_var, &L_7); IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); bool L_9 = Enum_IsDefined_m1442314461(NULL /*static, unused*/, L_5, L_8, /*hidden argument*/NULL); if (L_9) { goto IL_003d; } } { TlsException_t3534743363 * L_10 = (TlsException_t3534743363 *)il2cpp_codegen_object_new(TlsException_t3534743363_il2cpp_TypeInfo_var); TlsException__ctor_m818940807(L_10, ((int32_t)50), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,RecordProtocol_ReadRecordBuffer_m180543381_RuntimeMethod_var); } IL_003d: { Stream_t1273022909 * L_11 = ___record1; ByteU5BU5D_t4116647657* L_12 = RecordProtocol_ReadStandardRecordBuffer_m3738063864(__this, L_11, /*hidden argument*/NULL); return L_12; } } // System.Byte[] Mono.Security.Protocol.Tls.RecordProtocol::ReadClientHelloV2(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* RecordProtocol_ReadClientHelloV2_m4052496367 (RecordProtocol_t3759049701 * __this, Stream_t1273022909 * ___record0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RecordProtocol_ReadClientHelloV2_m4052496367_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_t4116647657* 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; int32_t V_7 = 0; ByteU5BU5D_t4116647657* V_8 = NULL; ByteU5BU5D_t4116647657* V_9 = NULL; ByteU5BU5D_t4116647657* V_10 = NULL; int32_t G_B8_0 = 0; { Stream_t1273022909 * L_0 = ___record0; NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(17 /* System.Int32 System.IO.Stream::ReadByte() */, L_0); V_0 = L_1; Stream_t1273022909 * L_2 = ___record0; NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.IO.Stream::get_CanSeek() */, L_2); if (!L_3) { goto IL_0023; } } { int32_t L_4 = V_0; Stream_t1273022909 * L_5 = ___record0; NullCheck(L_5); int64_t L_6 = VirtFuncInvoker0< int64_t >::Invoke(8 /* System.Int64 System.IO.Stream::get_Length() */, L_5); if ((((int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)))))) <= ((int64_t)L_6))) { goto IL_0023; } } { return (ByteU5BU5D_t4116647657*)NULL; } IL_0023: { int32_t L_7 = V_0; V_1 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_7)); Stream_t1273022909 * L_8 = ___record0; ByteU5BU5D_t4116647657* L_9 = V_1; int32_t L_10 = V_0; NullCheck(L_8); VirtFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(16 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_8, L_9, 0, L_10); ByteU5BU5D_t4116647657* L_11 = V_1; NullCheck(L_11); int32_t L_12 = 0; uint8_t L_13 = (L_11)->GetAt(static_cast(L_12)); V_2 = L_13; int32_t L_14 = V_2; if ((((int32_t)L_14) == ((int32_t)1))) { goto IL_0047; } } { TlsException_t3534743363 * L_15 = (TlsException_t3534743363 *)il2cpp_codegen_object_new(TlsException_t3534743363_il2cpp_TypeInfo_var); TlsException__ctor_m818940807(L_15, ((int32_t)50), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,RecordProtocol_ReadClientHelloV2_m4052496367_RuntimeMethod_var); } IL_0047: { ByteU5BU5D_t4116647657* L_16 = V_1; NullCheck(L_16); int32_t L_17 = 1; uint8_t L_18 = (L_16)->GetAt(static_cast(L_17)); ByteU5BU5D_t4116647657* L_19 = V_1; NullCheck(L_19); int32_t L_20 = 2; uint8_t L_21 = (L_19)->GetAt(static_cast(L_20)); V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_18<<(int32_t)8))|(int32_t)L_21)); ByteU5BU5D_t4116647657* L_22 = V_1; NullCheck(L_22); int32_t L_23 = 3; uint8_t L_24 = (L_22)->GetAt(static_cast(L_23)); ByteU5BU5D_t4116647657* L_25 = V_1; NullCheck(L_25); int32_t L_26 = 4; uint8_t L_27 = (L_25)->GetAt(static_cast(L_26)); V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)L_24<<(int32_t)8))|(int32_t)L_27)); ByteU5BU5D_t4116647657* L_28 = V_1; NullCheck(L_28); int32_t L_29 = 5; uint8_t L_30 = (L_28)->GetAt(static_cast(L_29)); ByteU5BU5D_t4116647657* L_31 = V_1; NullCheck(L_31); int32_t L_32 = 6; uint8_t L_33 = (L_31)->GetAt(static_cast(L_32)); V_5 = ((int32_t)((int32_t)((int32_t)((int32_t)L_30<<(int32_t)8))|(int32_t)L_33)); ByteU5BU5D_t4116647657* L_34 = V_1; NullCheck(L_34); int32_t L_35 = 7; uint8_t L_36 = (L_34)->GetAt(static_cast(L_35)); ByteU5BU5D_t4116647657* L_37 = V_1; NullCheck(L_37); int32_t L_38 = 8; uint8_t L_39 = (L_37)->GetAt(static_cast(L_38)); V_6 = ((int32_t)((int32_t)((int32_t)((int32_t)L_36<<(int32_t)8))|(int32_t)L_39)); int32_t L_40 = V_6; if ((((int32_t)L_40) <= ((int32_t)((int32_t)32)))) { goto IL_0082; } } { G_B8_0 = ((int32_t)32); goto IL_0084; } IL_0082: { int32_t L_41 = V_6; G_B8_0 = L_41; } IL_0084: { V_7 = G_B8_0; int32_t L_42 = V_4; V_8 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_42)); ByteU5BU5D_t4116647657* L_43 = V_1; ByteU5BU5D_t4116647657* L_44 = V_8; int32_t L_45 = V_4; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_43, ((int32_t)9), (RuntimeArray *)(RuntimeArray *)L_44, 0, L_45, /*hidden argument*/NULL); int32_t L_46 = V_5; V_9 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_46)); ByteU5BU5D_t4116647657* L_47 = V_1; int32_t L_48 = V_4; ByteU5BU5D_t4116647657* L_49 = V_9; int32_t L_50 = V_5; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_47, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)9), (int32_t)L_48)), (RuntimeArray *)(RuntimeArray *)L_49, 0, L_50, /*hidden argument*/NULL); int32_t L_51 = V_6; V_10 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_51)); ByteU5BU5D_t4116647657* L_52 = V_1; int32_t L_53 = V_4; int32_t L_54 = V_5; ByteU5BU5D_t4116647657* L_55 = V_10; int32_t L_56 = V_6; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_52, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)9), (int32_t)L_53)), (int32_t)L_54)), (RuntimeArray *)(RuntimeArray *)L_55, 0, L_56, /*hidden argument*/NULL); int32_t L_57 = V_6; if ((((int32_t)L_57) < ((int32_t)((int32_t)16)))) { goto IL_00ea; } } { int32_t L_58 = V_4; if (!L_58) { goto IL_00ea; } } { int32_t L_59 = V_4; if (!((int32_t)((int32_t)L_59%(int32_t)3))) { goto IL_00f2; } } IL_00ea: { TlsException_t3534743363 * L_60 = (TlsException_t3534743363 *)il2cpp_codegen_object_new(TlsException_t3534743363_il2cpp_TypeInfo_var); TlsException__ctor_m818940807(L_60, ((int32_t)50), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_60,RecordProtocol_ReadClientHelloV2_m4052496367_RuntimeMethod_var); } IL_00f2: { ByteU5BU5D_t4116647657* L_61 = V_9; NullCheck(L_61); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_61)->max_length))))) <= ((int32_t)0))) { goto IL_0109; } } { Context_t3971234707 * L_62 = __this->get_context_2(); ByteU5BU5D_t4116647657* L_63 = V_9; NullCheck(L_62); Context_set_SessionId_m942328427(L_62, L_63, /*hidden argument*/NULL); } IL_0109: { Context_t3971234707 * L_64 = RecordProtocol_get_Context_m3273611300(__this, /*hidden argument*/NULL); int32_t L_65 = V_3; NullCheck(L_64); Context_ChangeProtocol_m2412635871(L_64, (((int16_t)((int16_t)L_65))), /*hidden argument*/NULL); Context_t3971234707 * L_66 = RecordProtocol_get_Context_m3273611300(__this, /*hidden argument*/NULL); NullCheck(L_66); int32_t L_67 = Context_get_SecurityProtocol_m3228286292(L_66, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_68 = V_8; RecordProtocol_ProcessCipherSpecV2Buffer_m487045483(__this, L_67, L_68, /*hidden argument*/NULL); Context_t3971234707 * L_69 = __this->get_context_2(); NullCheck(L_69); Context_set_ClientRandom_m2974454575(L_69, ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32))), /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_70 = V_10; ByteU5BU5D_t4116647657* L_71 = V_10; NullCheck(L_71); int32_t L_72 = V_7; Context_t3971234707 * L_73 = __this->get_context_2(); NullCheck(L_73); ByteU5BU5D_t4116647657* L_74 = Context_get_ClientRandom_m1437588520(L_73, /*hidden argument*/NULL); int32_t L_75 = V_7; int32_t L_76 = V_7; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_70, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_71)->max_length)))), (int32_t)L_72)), (RuntimeArray *)(RuntimeArray *)L_74, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)32), (int32_t)L_75)), L_76, /*hidden argument*/NULL); Context_t3971234707 * L_77 = __this->get_context_2(); NullCheck(L_77); Context_set_LastHandshakeMsg_m1770618067(L_77, 1, /*hidden argument*/NULL); Context_t3971234707 * L_78 = __this->get_context_2(); NullCheck(L_78); Context_set_ProtocolNegotiated_m2904861662(L_78, (bool)1, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_79 = V_1; return L_79; } } // System.Byte[] Mono.Security.Protocol.Tls.RecordProtocol::ReadStandardRecordBuffer(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* RecordProtocol_ReadStandardRecordBuffer_m3738063864 (RecordProtocol_t3759049701 * __this, Stream_t1273022909 * ___record0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RecordProtocol_ReadStandardRecordBuffer_m3738063864_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; int16_t V_1 = 0; int16_t V_2 = 0; int32_t V_3 = 0; ByteU5BU5D_t4116647657* V_4 = NULL; int32_t V_5 = 0; { V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)4)); Stream_t1273022909 * L_0 = ___record0; ByteU5BU5D_t4116647657* L_1 = V_0; NullCheck(L_0); int32_t L_2 = VirtFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(16 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, 0, 4); if ((((int32_t)L_2) == ((int32_t)4))) { goto IL_0021; } } { TlsException_t3534743363 * L_3 = (TlsException_t3534743363 *)il2cpp_codegen_object_new(TlsException_t3534743363_il2cpp_TypeInfo_var); TlsException__ctor_m3652817735(L_3, _stringLiteral2898472053, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,RecordProtocol_ReadStandardRecordBuffer_m3738063864_RuntimeMethod_var); } IL_0021: { ByteU5BU5D_t4116647657* L_4 = V_0; NullCheck(L_4); int32_t L_5 = 0; uint8_t L_6 = (L_4)->GetAt(static_cast(L_5)); ByteU5BU5D_t4116647657* L_7 = V_0; NullCheck(L_7); int32_t L_8 = 1; uint8_t L_9 = (L_7)->GetAt(static_cast(L_8)); V_1 = (((int16_t)((int16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_6<<(int32_t)8))|(int32_t)L_9))))); ByteU5BU5D_t4116647657* L_10 = V_0; NullCheck(L_10); int32_t L_11 = 2; uint8_t L_12 = (L_10)->GetAt(static_cast(L_11)); ByteU5BU5D_t4116647657* L_13 = V_0; NullCheck(L_13); int32_t L_14 = 3; uint8_t L_15 = (L_13)->GetAt(static_cast(L_14)); V_2 = (((int16_t)((int16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_12<<(int32_t)8))|(int32_t)L_15))))); Stream_t1273022909 * L_16 = ___record0; NullCheck(L_16); bool L_17 = VirtFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.IO.Stream::get_CanSeek() */, L_16); if (!L_17) { goto IL_0053; } } { int16_t L_18 = V_2; Stream_t1273022909 * L_19 = ___record0; NullCheck(L_19); int64_t L_20 = VirtFuncInvoker0< int64_t >::Invoke(8 /* System.Int64 System.IO.Stream::get_Length() */, L_19); if ((((int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)5)))))) <= ((int64_t)L_20))) { goto IL_0053; } } { return (ByteU5BU5D_t4116647657*)NULL; } IL_0053: { V_3 = 0; int16_t L_21 = V_2; V_4 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_21)); goto IL_008b; } IL_0062: { Stream_t1273022909 * L_22 = ___record0; ByteU5BU5D_t4116647657* L_23 = V_4; int32_t L_24 = V_3; ByteU5BU5D_t4116647657* L_25 = V_4; NullCheck(L_25); int32_t L_26 = V_3; NullCheck(L_22); int32_t L_27 = VirtFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(16 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_22, L_23, L_24, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_25)->max_length)))), (int32_t)L_26))); V_5 = L_27; int32_t L_28 = V_5; if (L_28) { goto IL_0086; } } { TlsException_t3534743363 * L_29 = (TlsException_t3534743363 *)il2cpp_codegen_object_new(TlsException_t3534743363_il2cpp_TypeInfo_var); TlsException__ctor_m3242533711(L_29, 0, _stringLiteral951479879, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_29,RecordProtocol_ReadStandardRecordBuffer_m3738063864_RuntimeMethod_var); } IL_0086: { int32_t L_30 = V_3; int32_t L_31 = V_5; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)L_31)); } IL_008b: { int32_t L_32 = V_3; int16_t L_33 = V_2; if ((!(((uint32_t)L_32) == ((uint32_t)L_33)))) { goto IL_0062; } } { int16_t L_34 = V_1; Context_t3971234707 * L_35 = __this->get_context_2(); NullCheck(L_35); int16_t L_36 = Context_get_Protocol_m1078422015(L_35, /*hidden argument*/NULL); if ((((int32_t)L_34) == ((int32_t)L_36))) { goto IL_00c0; } } { Context_t3971234707 * L_37 = __this->get_context_2(); NullCheck(L_37); bool L_38 = Context_get_ProtocolNegotiated_m4220412840(L_37, /*hidden argument*/NULL); if (!L_38) { goto IL_00c0; } } { TlsException_t3534743363 * L_39 = (TlsException_t3534743363 *)il2cpp_codegen_object_new(TlsException_t3534743363_il2cpp_TypeInfo_var); TlsException__ctor_m3242533711(L_39, ((int32_t)70), _stringLiteral3786540042, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_39,RecordProtocol_ReadStandardRecordBuffer_m3738063864_RuntimeMethod_var); } IL_00c0: { ByteU5BU5D_t4116647657* L_40 = V_4; return L_40; } } // System.Void Mono.Security.Protocol.Tls.RecordProtocol::ProcessAlert(Mono.Security.Protocol.Tls.AlertLevel,Mono.Security.Protocol.Tls.AlertDescription) extern "C" IL2CPP_METHOD_ATTR void RecordProtocol_ProcessAlert_m1036912531 (RecordProtocol_t3759049701 * __this, uint8_t ___alertLevel0, uint8_t ___alertDesc1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RecordProtocol_ProcessAlert_m1036912531_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint8_t V_0 = 0; uint8_t V_1 = 0; { uint8_t L_0 = ___alertLevel0; V_0 = L_0; uint8_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)1))) { goto IL_001d; } } { uint8_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)2))) { goto IL_0015; } } { goto IL_001d; } IL_0015: { uint8_t L_3 = ___alertLevel0; uint8_t L_4 = ___alertDesc1; TlsException_t3534743363 * L_5 = (TlsException_t3534743363 *)il2cpp_codegen_object_new(TlsException_t3534743363_il2cpp_TypeInfo_var); TlsException__ctor_m596254082(L_5, L_3, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,RecordProtocol_ProcessAlert_m1036912531_RuntimeMethod_var); } IL_001d: { uint8_t L_6 = ___alertDesc1; V_1 = L_6; uint8_t L_7 = V_1; if ((((int32_t)L_7) == ((int32_t)0))) { goto IL_002b; } } { goto IL_003c; } IL_002b: { Context_t3971234707 * L_8 = __this->get_context_2(); NullCheck(L_8); Context_set_ReceivedConnectionEnd_m911334662(L_8, (bool)1, /*hidden argument*/NULL); goto IL_003c; } IL_003c: { goto IL_0041; } IL_0041: { return; } } // System.Void Mono.Security.Protocol.Tls.RecordProtocol::SendAlert(Mono.Security.Protocol.Tls.AlertDescription) extern "C" IL2CPP_METHOD_ATTR void RecordProtocol_SendAlert_m1931708341 (RecordProtocol_t3759049701 * __this, uint8_t ___description0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RecordProtocol_SendAlert_m1931708341_MetadataUsageId); s_Il2CppMethodInitialized = true; } { uint8_t L_0 = ___description0; Alert_t4059934885 * L_1 = (Alert_t4059934885 *)il2cpp_codegen_object_new(Alert_t4059934885_il2cpp_TypeInfo_var); Alert__ctor_m3135936936(L_1, L_0, /*hidden argument*/NULL); RecordProtocol_SendAlert_m3736432480(__this, L_1, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.Protocol.Tls.RecordProtocol::SendAlert(Mono.Security.Protocol.Tls.AlertLevel,Mono.Security.Protocol.Tls.AlertDescription) extern "C" IL2CPP_METHOD_ATTR void RecordProtocol_SendAlert_m2670098001 (RecordProtocol_t3759049701 * __this, uint8_t ___level0, uint8_t ___description1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RecordProtocol_SendAlert_m2670098001_MetadataUsageId); s_Il2CppMethodInitialized = true; } { uint8_t L_0 = ___level0; uint8_t L_1 = ___description1; Alert_t4059934885 * L_2 = (Alert_t4059934885 *)il2cpp_codegen_object_new(Alert_t4059934885_il2cpp_TypeInfo_var); Alert__ctor_m2879739792(L_2, L_0, L_1, /*hidden argument*/NULL); RecordProtocol_SendAlert_m3736432480(__this, L_2, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.Protocol.Tls.RecordProtocol::SendAlert(Mono.Security.Protocol.Tls.Alert) extern "C" IL2CPP_METHOD_ATTR void RecordProtocol_SendAlert_m3736432480 (RecordProtocol_t3759049701 * __this, Alert_t4059934885 * ___alert0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RecordProtocol_SendAlert_m3736432480_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint8_t V_0 = 0; uint8_t V_1 = 0; bool V_2 = false; { Alert_t4059934885 * L_0 = ___alert0; if (L_0) { goto IL_0012; } } { V_0 = 2; V_1 = ((int32_t)80); V_2 = (bool)1; goto IL_0027; } IL_0012: { Alert_t4059934885 * L_1 = ___alert0; NullCheck(L_1); uint8_t L_2 = Alert_get_Level_m4249630350(L_1, /*hidden argument*/NULL); V_0 = L_2; Alert_t4059934885 * L_3 = ___alert0; NullCheck(L_3); uint8_t L_4 = Alert_get_Description_m3833114036(L_3, /*hidden argument*/NULL); V_1 = L_4; Alert_t4059934885 * L_5 = ___alert0; NullCheck(L_5); bool L_6 = Alert_get_IsCloseNotify_m3157384796(L_5, /*hidden argument*/NULL); V_2 = L_6; } IL_0027: { ByteU5BU5D_t4116647657* L_7 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)2)); uint8_t L_8 = V_0; NullCheck(L_7); (L_7)->SetAt(static_cast(0), (uint8_t)L_8); ByteU5BU5D_t4116647657* L_9 = L_7; uint8_t L_10 = V_1; NullCheck(L_9); (L_9)->SetAt(static_cast(1), (uint8_t)L_10); RecordProtocol_SendRecord_m927045752(__this, ((int32_t)21), L_9, /*hidden argument*/NULL); bool L_11 = V_2; if (!L_11) { goto IL_004f; } } { Context_t3971234707 * L_12 = __this->get_context_2(); NullCheck(L_12); Context_set_SentConnectionEnd_m1367645582(L_12, (bool)1, /*hidden argument*/NULL); } IL_004f: { return; } } // System.Void Mono.Security.Protocol.Tls.RecordProtocol::SendChangeCipherSpec() extern "C" IL2CPP_METHOD_ATTR void RecordProtocol_SendChangeCipherSpec_m464005157 (RecordProtocol_t3759049701 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RecordProtocol_SendChangeCipherSpec_m464005157_MetadataUsageId); s_Il2CppMethodInitialized = true; } Context_t3971234707 * V_0 = NULL; { ByteU5BU5D_t4116647657* L_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_0); (L_0)->SetAt(static_cast(0), (uint8_t)1); RecordProtocol_SendRecord_m927045752(__this, ((int32_t)20), L_0, /*hidden argument*/NULL); Context_t3971234707 * L_1 = __this->get_context_2(); V_0 = L_1; Context_t3971234707 * L_2 = V_0; NullCheck(L_2); Context_set_WriteSequenceNumber_m942577065(L_2, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); Context_t3971234707 * L_3 = V_0; if (!((ClientContext_t2797401965 *)IsInstClass((RuntimeObject*)L_3, ClientContext_t2797401965_il2cpp_TypeInfo_var))) { goto IL_0038; } } { Context_t3971234707 * L_4 = V_0; NullCheck(L_4); Context_StartSwitchingSecurityParameters_m28285865(L_4, (bool)1, /*hidden argument*/NULL); goto IL_003f; } IL_0038: { Context_t3971234707 * L_5 = V_0; NullCheck(L_5); Context_EndSwitchingSecurityParameters_m4148956166(L_5, (bool)0, /*hidden argument*/NULL); } IL_003f: { return; } } // System.IAsyncResult Mono.Security.Protocol.Tls.RecordProtocol::BeginSendRecord(Mono.Security.Protocol.Tls.Handshake.HandshakeType,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* RecordProtocol_BeginSendRecord_m615249746 (RecordProtocol_t3759049701 * __this, uint8_t ___handshakeType0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___state2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RecordProtocol_BeginSendRecord_m615249746_MetadataUsageId); s_Il2CppMethodInitialized = true; } HandshakeMessage_t3696583168 * V_0 = NULL; SendRecordAsyncResult_t3718352467 * V_1 = NULL; { uint8_t L_0 = ___handshakeType0; HandshakeMessage_t3696583168 * L_1 = VirtFuncInvoker1< HandshakeMessage_t3696583168 *, uint8_t >::Invoke(7 /* Mono.Security.Protocol.Tls.Handshake.HandshakeMessage Mono.Security.Protocol.Tls.RecordProtocol::GetMessage(Mono.Security.Protocol.Tls.Handshake.HandshakeType) */, __this, L_0); V_0 = L_1; HandshakeMessage_t3696583168 * L_2 = V_0; NullCheck(L_2); HandshakeMessage_Process_m810828609(L_2, /*hidden argument*/NULL); AsyncCallback_t3962456242 * L_3 = ___callback1; RuntimeObject * L_4 = ___state2; HandshakeMessage_t3696583168 * L_5 = V_0; SendRecordAsyncResult_t3718352467 * L_6 = (SendRecordAsyncResult_t3718352467 *)il2cpp_codegen_object_new(SendRecordAsyncResult_t3718352467_il2cpp_TypeInfo_var); SendRecordAsyncResult__ctor_m425551707(L_6, L_3, L_4, L_5, /*hidden argument*/NULL); V_1 = L_6; HandshakeMessage_t3696583168 * L_7 = V_0; NullCheck(L_7); uint8_t L_8 = HandshakeMessage_get_ContentType_m1693718190(L_7, /*hidden argument*/NULL); HandshakeMessage_t3696583168 * L_9 = V_0; NullCheck(L_9); ByteU5BU5D_t4116647657* L_10 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(29 /* System.Byte[] Mono.Security.Protocol.Tls.Handshake.HandshakeMessage::EncodeMessage() */, L_9); intptr_t L_11 = (intptr_t)RecordProtocol_InternalSendRecordCallback_m682661965_RuntimeMethod_var; AsyncCallback_t3962456242 * L_12 = (AsyncCallback_t3962456242 *)il2cpp_codegen_object_new(AsyncCallback_t3962456242_il2cpp_TypeInfo_var); AsyncCallback__ctor_m530647953(L_12, __this, L_11, /*hidden argument*/NULL); SendRecordAsyncResult_t3718352467 * L_13 = V_1; RecordProtocol_BeginSendRecord_m3926976520(__this, L_8, L_10, L_12, L_13, /*hidden argument*/NULL); SendRecordAsyncResult_t3718352467 * L_14 = V_1; return L_14; } } // System.Void Mono.Security.Protocol.Tls.RecordProtocol::InternalSendRecordCallback(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void RecordProtocol_InternalSendRecordCallback_m682661965 (RecordProtocol_t3759049701 * __this, RuntimeObject* ___ar0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RecordProtocol_InternalSendRecordCallback_m682661965_MetadataUsageId); s_Il2CppMethodInitialized = true; } SendRecordAsyncResult_t3718352467 * V_0 = NULL; Exception_t * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject* L_0 = ___ar0; NullCheck(L_0); RuntimeObject * L_1 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.IAsyncResult::get_AsyncState() */, IAsyncResult_t767004451_il2cpp_TypeInfo_var, L_0); V_0 = ((SendRecordAsyncResult_t3718352467 *)IsInstClass((RuntimeObject*)L_1, SendRecordAsyncResult_t3718352467_il2cpp_TypeInfo_var)); } IL_000c: try { // begin try (depth: 1) RuntimeObject* L_2 = ___ar0; RecordProtocol_EndSendRecord_m4264777321(__this, L_2, /*hidden argument*/NULL); SendRecordAsyncResult_t3718352467 * L_3 = V_0; NullCheck(L_3); HandshakeMessage_t3696583168 * L_4 = SendRecordAsyncResult_get_Message_m1204240861(L_3, /*hidden argument*/NULL); NullCheck(L_4); VirtActionInvoker0::Invoke(28 /* System.Void Mono.Security.Protocol.Tls.Handshake.HandshakeMessage::Update() */, L_4); SendRecordAsyncResult_t3718352467 * L_5 = V_0; NullCheck(L_5); HandshakeMessage_t3696583168 * L_6 = SendRecordAsyncResult_get_Message_m1204240861(L_5, /*hidden argument*/NULL); NullCheck(L_6); TlsStream_Reset_m369197964(L_6, /*hidden argument*/NULL); SendRecordAsyncResult_t3718352467 * L_7 = V_0; NullCheck(L_7); SendRecordAsyncResult_SetComplete_m170417386(L_7, /*hidden argument*/NULL); goto IL_0041; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0034; throw e; } CATCH_0034: { // begin catch(System.Exception) V_1 = ((Exception_t *)__exception_local); SendRecordAsyncResult_t3718352467 * L_8 = V_0; Exception_t * L_9 = V_1; NullCheck(L_8); SendRecordAsyncResult_SetComplete_m153213906(L_8, L_9, /*hidden argument*/NULL); goto IL_0041; } // end catch (depth: 1) IL_0041: { return; } } // System.IAsyncResult Mono.Security.Protocol.Tls.RecordProtocol::BeginSendRecord(Mono.Security.Protocol.Tls.ContentType,System.Byte[],System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* RecordProtocol_BeginSendRecord_m3926976520 (RecordProtocol_t3759049701 * __this, uint8_t ___contentType0, ByteU5BU5D_t4116647657* ___recordData1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___state3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RecordProtocol_BeginSendRecord_m3926976520_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; { Context_t3971234707 * L_0 = __this->get_context_2(); NullCheck(L_0); bool L_1 = Context_get_SentConnectionEnd_m963812869(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001d; } } { TlsException_t3534743363 * L_2 = (TlsException_t3534743363 *)il2cpp_codegen_object_new(TlsException_t3534743363_il2cpp_TypeInfo_var); TlsException__ctor_m3242533711(L_2, ((int32_t)80), _stringLiteral1410188538, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,RecordProtocol_BeginSendRecord_m3926976520_RuntimeMethod_var); } IL_001d: { uint8_t L_3 = ___contentType0; ByteU5BU5D_t4116647657* L_4 = ___recordData1; ByteU5BU5D_t4116647657* L_5 = RecordProtocol_EncodeRecord_m164201598(__this, L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; Stream_t1273022909 * L_6 = __this->get_innerStream_1(); ByteU5BU5D_t4116647657* L_7 = V_0; ByteU5BU5D_t4116647657* L_8 = V_0; NullCheck(L_8); AsyncCallback_t3962456242 * L_9 = ___callback2; RuntimeObject * L_10 = ___state3; NullCheck(L_6); RuntimeObject* L_11 = VirtFuncInvoker5< RuntimeObject*, ByteU5BU5D_t4116647657*, int32_t, int32_t, AsyncCallback_t3962456242 *, RuntimeObject * >::Invoke(23 /* System.IAsyncResult System.IO.Stream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) */, L_6, L_7, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))), L_9, L_10); return L_11; } } // System.Void Mono.Security.Protocol.Tls.RecordProtocol::EndSendRecord(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void RecordProtocol_EndSendRecord_m4264777321 (RecordProtocol_t3759049701 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RecordProtocol_EndSendRecord_m4264777321_MetadataUsageId); s_Il2CppMethodInitialized = true; } SendRecordAsyncResult_t3718352467 * V_0 = NULL; { RuntimeObject* L_0 = ___asyncResult0; if (!((SendRecordAsyncResult_t3718352467 *)IsInstClass((RuntimeObject*)L_0, SendRecordAsyncResult_t3718352467_il2cpp_TypeInfo_var))) { goto IL_0040; } } { RuntimeObject* L_1 = ___asyncResult0; V_0 = ((SendRecordAsyncResult_t3718352467 *)IsInstClass((RuntimeObject*)L_1, SendRecordAsyncResult_t3718352467_il2cpp_TypeInfo_var)); SendRecordAsyncResult_t3718352467 * L_2 = V_0; NullCheck(L_2); bool L_3 = SendRecordAsyncResult_get_IsCompleted_m3929307031(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0029; } } { SendRecordAsyncResult_t3718352467 * L_4 = V_0; NullCheck(L_4); WaitHandle_t1743403487 * L_5 = SendRecordAsyncResult_get_AsyncWaitHandle_m1466641472(L_4, /*hidden argument*/NULL); NullCheck(L_5); VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.Threading.WaitHandle::WaitOne() */, L_5); } IL_0029: { SendRecordAsyncResult_t3718352467 * L_6 = V_0; NullCheck(L_6); bool L_7 = SendRecordAsyncResult_get_CompletedWithError_m3232037803(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_003b; } } { SendRecordAsyncResult_t3718352467 * L_8 = V_0; NullCheck(L_8); Exception_t * L_9 = SendRecordAsyncResult_get_AsyncException_m3556917569(L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,RecordProtocol_EndSendRecord_m4264777321_RuntimeMethod_var); } IL_003b: { goto IL_004c; } IL_0040: { Stream_t1273022909 * L_10 = __this->get_innerStream_1(); RuntimeObject* L_11 = ___asyncResult0; NullCheck(L_10); VirtActionInvoker1< RuntimeObject* >::Invoke(25 /* System.Void System.IO.Stream::EndWrite(System.IAsyncResult) */, L_10, L_11); } IL_004c: { return; } } // System.Void Mono.Security.Protocol.Tls.RecordProtocol::SendRecord(Mono.Security.Protocol.Tls.ContentType,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void RecordProtocol_SendRecord_m927045752 (RecordProtocol_t3759049701 * __this, uint8_t ___contentType0, ByteU5BU5D_t4116647657* ___recordData1, const RuntimeMethod* method) { RuntimeObject* V_0 = NULL; { uint8_t L_0 = ___contentType0; ByteU5BU5D_t4116647657* L_1 = ___recordData1; RuntimeObject* L_2 = RecordProtocol_BeginSendRecord_m3926976520(__this, L_0, L_1, (AsyncCallback_t3962456242 *)NULL, NULL, /*hidden argument*/NULL); V_0 = L_2; RuntimeObject* L_3 = V_0; RecordProtocol_EndSendRecord_m4264777321(__this, L_3, /*hidden argument*/NULL); return; } } // System.Byte[] Mono.Security.Protocol.Tls.RecordProtocol::EncodeRecord(Mono.Security.Protocol.Tls.ContentType,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* RecordProtocol_EncodeRecord_m164201598 (RecordProtocol_t3759049701 * __this, uint8_t ___contentType0, ByteU5BU5D_t4116647657* ___recordData1, const RuntimeMethod* method) { { uint8_t L_0 = ___contentType0; ByteU5BU5D_t4116647657* L_1 = ___recordData1; ByteU5BU5D_t4116647657* L_2 = ___recordData1; NullCheck(L_2); ByteU5BU5D_t4116647657* L_3 = RecordProtocol_EncodeRecord_m3312835762(__this, L_0, L_1, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))), /*hidden argument*/NULL); return L_3; } } // System.Byte[] Mono.Security.Protocol.Tls.RecordProtocol::EncodeRecord(Mono.Security.Protocol.Tls.ContentType,System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* RecordProtocol_EncodeRecord_m3312835762 (RecordProtocol_t3759049701 * __this, uint8_t ___contentType0, ByteU5BU5D_t4116647657* ___recordData1, int32_t ___offset2, int32_t ___count3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RecordProtocol_EncodeRecord_m3312835762_MetadataUsageId); s_Il2CppMethodInitialized = true; } TlsStream_t2365453965 * V_0 = NULL; int32_t V_1 = 0; int16_t V_2 = 0; ByteU5BU5D_t4116647657* V_3 = NULL; { Context_t3971234707 * L_0 = __this->get_context_2(); NullCheck(L_0); bool L_1 = Context_get_SentConnectionEnd_m963812869(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001d; } } { TlsException_t3534743363 * L_2 = (TlsException_t3534743363 *)il2cpp_codegen_object_new(TlsException_t3534743363_il2cpp_TypeInfo_var); TlsException__ctor_m3242533711(L_2, ((int32_t)80), _stringLiteral1410188538, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,RecordProtocol_EncodeRecord_m3312835762_RuntimeMethod_var); } IL_001d: { TlsStream_t2365453965 * L_3 = (TlsStream_t2365453965 *)il2cpp_codegen_object_new(TlsStream_t2365453965_il2cpp_TypeInfo_var); TlsStream__ctor_m787793111(L_3, /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = ___offset2; V_1 = L_4; goto IL_00bb; } IL_002a: { V_2 = (int16_t)0; int32_t L_5 = ___count3; int32_t L_6 = ___offset2; int32_t L_7 = V_1; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7))) <= ((int32_t)((int32_t)16384)))) { goto IL_0047; } } { V_2 = (int16_t)((int32_t)16384); goto IL_004f; } IL_0047: { int32_t L_8 = ___count3; int32_t L_9 = ___offset2; int32_t L_10 = V_1; V_2 = (((int16_t)((int16_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9)), (int32_t)L_10))))); } IL_004f: { int16_t L_11 = V_2; V_3 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_11)); ByteU5BU5D_t4116647657* L_12 = ___recordData1; int32_t L_13 = V_1; ByteU5BU5D_t4116647657* L_14 = V_3; int16_t L_15 = V_2; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_12, L_13, (RuntimeArray *)(RuntimeArray *)L_14, 0, L_15, /*hidden argument*/NULL); Context_t3971234707 * L_16 = RecordProtocol_get_Context_m3273611300(__this, /*hidden argument*/NULL); NullCheck(L_16); SecurityParameters_t2199972650 * L_17 = Context_get_Write_m1564343513(L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_008e; } } { Context_t3971234707 * L_18 = RecordProtocol_get_Context_m3273611300(__this, /*hidden argument*/NULL); NullCheck(L_18); SecurityParameters_t2199972650 * L_19 = Context_get_Write_m1564343513(L_18, /*hidden argument*/NULL); NullCheck(L_19); CipherSuite_t3414744575 * L_20 = SecurityParameters_get_Cipher_m108846204(L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_008e; } } { uint8_t L_21 = ___contentType0; ByteU5BU5D_t4116647657* L_22 = V_3; ByteU5BU5D_t4116647657* L_23 = RecordProtocol_encryptRecordFragment_m710101985(__this, L_21, L_22, /*hidden argument*/NULL); V_3 = L_23; } IL_008e: { TlsStream_t2365453965 * L_24 = V_0; uint8_t L_25 = ___contentType0; NullCheck(L_24); TlsStream_Write_m4246040664(L_24, L_25, /*hidden argument*/NULL); TlsStream_t2365453965 * L_26 = V_0; Context_t3971234707 * L_27 = __this->get_context_2(); NullCheck(L_27); int16_t L_28 = Context_get_Protocol_m1078422015(L_27, /*hidden argument*/NULL); NullCheck(L_26); TlsStream_Write_m1412844442(L_26, L_28, /*hidden argument*/NULL); TlsStream_t2365453965 * L_29 = V_0; ByteU5BU5D_t4116647657* L_30 = V_3; NullCheck(L_30); NullCheck(L_29); TlsStream_Write_m1412844442(L_29, (((int16_t)((int16_t)(((int32_t)((int32_t)(((RuntimeArray *)L_30)->max_length))))))), /*hidden argument*/NULL); TlsStream_t2365453965 * L_31 = V_0; ByteU5BU5D_t4116647657* L_32 = V_3; NullCheck(L_31); TlsStream_Write_m4133894341(L_31, L_32, /*hidden argument*/NULL); int32_t L_33 = V_1; int16_t L_34 = V_2; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)L_34)); } IL_00bb: { int32_t L_35 = V_1; int32_t L_36 = ___offset2; int32_t L_37 = ___count3; if ((((int32_t)L_35) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)L_37))))) { goto IL_002a; } } { TlsStream_t2365453965 * L_38 = V_0; NullCheck(L_38); ByteU5BU5D_t4116647657* L_39 = TlsStream_ToArray_m4177184296(L_38, /*hidden argument*/NULL); return L_39; } } // System.Byte[] Mono.Security.Protocol.Tls.RecordProtocol::encryptRecordFragment(Mono.Security.Protocol.Tls.ContentType,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* RecordProtocol_encryptRecordFragment_m710101985 (RecordProtocol_t3759049701 * __this, uint8_t ___contentType0, ByteU5BU5D_t4116647657* ___fragment1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RecordProtocol_encryptRecordFragment_m710101985_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; ByteU5BU5D_t4116647657* V_1 = NULL; { V_0 = (ByteU5BU5D_t4116647657*)NULL; Context_t3971234707 * L_0 = RecordProtocol_get_Context_m3273611300(__this, /*hidden argument*/NULL); if (!((ClientContext_t2797401965 *)IsInstClass((RuntimeObject*)L_0, ClientContext_t2797401965_il2cpp_TypeInfo_var))) { goto IL_002f; } } { Context_t3971234707 * L_1 = __this->get_context_2(); NullCheck(L_1); SecurityParameters_t2199972650 * L_2 = Context_get_Write_m1564343513(L_1, /*hidden argument*/NULL); NullCheck(L_2); CipherSuite_t3414744575 * L_3 = SecurityParameters_get_Cipher_m108846204(L_2, /*hidden argument*/NULL); uint8_t L_4 = ___contentType0; ByteU5BU5D_t4116647657* L_5 = ___fragment1; NullCheck(L_3); ByteU5BU5D_t4116647657* L_6 = VirtFuncInvoker2< ByteU5BU5D_t4116647657*, uint8_t, ByteU5BU5D_t4116647657* >::Invoke(4 /* System.Byte[] Mono.Security.Protocol.Tls.CipherSuite::ComputeClientRecordMAC(Mono.Security.Protocol.Tls.ContentType,System.Byte[]) */, L_3, L_4, L_5); V_0 = L_6; goto IL_0047; } IL_002f: { Context_t3971234707 * L_7 = __this->get_context_2(); NullCheck(L_7); SecurityParameters_t2199972650 * L_8 = Context_get_Write_m1564343513(L_7, /*hidden argument*/NULL); NullCheck(L_8); CipherSuite_t3414744575 * L_9 = SecurityParameters_get_Cipher_m108846204(L_8, /*hidden argument*/NULL); uint8_t L_10 = ___contentType0; ByteU5BU5D_t4116647657* L_11 = ___fragment1; NullCheck(L_9); ByteU5BU5D_t4116647657* L_12 = VirtFuncInvoker2< ByteU5BU5D_t4116647657*, uint8_t, ByteU5BU5D_t4116647657* >::Invoke(5 /* System.Byte[] Mono.Security.Protocol.Tls.CipherSuite::ComputeServerRecordMAC(Mono.Security.Protocol.Tls.ContentType,System.Byte[]) */, L_9, L_10, L_11); V_0 = L_12; } IL_0047: { Context_t3971234707 * L_13 = __this->get_context_2(); NullCheck(L_13); SecurityParameters_t2199972650 * L_14 = Context_get_Write_m1564343513(L_13, /*hidden argument*/NULL); NullCheck(L_14); CipherSuite_t3414744575 * L_15 = SecurityParameters_get_Cipher_m108846204(L_14, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_16 = ___fragment1; ByteU5BU5D_t4116647657* L_17 = V_0; NullCheck(L_15); ByteU5BU5D_t4116647657* L_18 = CipherSuite_EncryptRecord_m4196378593(L_15, L_16, L_17, /*hidden argument*/NULL); V_1 = L_18; Context_t3971234707 * L_19 = __this->get_context_2(); Context_t3971234707 * L_20 = L_19; NullCheck(L_20); uint64_t L_21 = Context_get_WriteSequenceNumber_m1115956887(L_20, /*hidden argument*/NULL); NullCheck(L_20); Context_set_WriteSequenceNumber_m942577065(L_20, ((int64_t)il2cpp_codegen_add((int64_t)L_21, (int64_t)(((int64_t)((int64_t)1))))), /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_22 = V_1; return L_22; } } // System.Byte[] Mono.Security.Protocol.Tls.RecordProtocol::decryptRecordFragment(Mono.Security.Protocol.Tls.ContentType,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* RecordProtocol_decryptRecordFragment_m66623237 (RecordProtocol_t3759049701 * __this, uint8_t ___contentType0, ByteU5BU5D_t4116647657* ___fragment1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RecordProtocol_decryptRecordFragment_m66623237_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; ByteU5BU5D_t4116647657* V_1 = NULL; ByteU5BU5D_t4116647657* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = (ByteU5BU5D_t4116647657*)NULL; V_1 = (ByteU5BU5D_t4116647657*)NULL; } IL_0004: try { // begin try (depth: 1) Context_t3971234707 * L_0 = __this->get_context_2(); NullCheck(L_0); SecurityParameters_t2199972650 * L_1 = Context_get_Read_m4172356735(L_0, /*hidden argument*/NULL); NullCheck(L_1); CipherSuite_t3414744575 * L_2 = SecurityParameters_get_Cipher_m108846204(L_1, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_3 = ___fragment1; NullCheck(L_2); CipherSuite_DecryptRecord_m1495386860(L_2, L_3, (&V_0), (&V_1), /*hidden argument*/NULL); goto IL_004d; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0023; throw e; } CATCH_0023: { // begin catch(System.Object) { Context_t3971234707 * L_4 = __this->get_context_2(); if (!((ServerContext_t3848440993 *)IsInstClass((RuntimeObject*)L_4, ServerContext_t3848440993_il2cpp_TypeInfo_var))) { goto IL_0046; } } IL_0034: { Context_t3971234707 * L_5 = RecordProtocol_get_Context_m3273611300(__this, /*hidden argument*/NULL); NullCheck(L_5); RecordProtocol_t3759049701 * L_6 = Context_get_RecordProtocol_m2261754827(L_5, /*hidden argument*/NULL); NullCheck(L_6); RecordProtocol_SendAlert_m1931708341(L_6, ((int32_t)21), /*hidden argument*/NULL); } IL_0046: { IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local,NULL); } IL_0048: { goto IL_004d; } } // end catch (depth: 1) IL_004d: { V_2 = (ByteU5BU5D_t4116647657*)NULL; Context_t3971234707 * L_7 = RecordProtocol_get_Context_m3273611300(__this, /*hidden argument*/NULL); if (!((ClientContext_t2797401965 *)IsInstClass((RuntimeObject*)L_7, ClientContext_t2797401965_il2cpp_TypeInfo_var))) { goto IL_007c; } } { Context_t3971234707 * L_8 = __this->get_context_2(); NullCheck(L_8); SecurityParameters_t2199972650 * L_9 = Context_get_Read_m4172356735(L_8, /*hidden argument*/NULL); NullCheck(L_9); CipherSuite_t3414744575 * L_10 = SecurityParameters_get_Cipher_m108846204(L_9, /*hidden argument*/NULL); uint8_t L_11 = ___contentType0; ByteU5BU5D_t4116647657* L_12 = V_0; NullCheck(L_10); ByteU5BU5D_t4116647657* L_13 = VirtFuncInvoker2< ByteU5BU5D_t4116647657*, uint8_t, ByteU5BU5D_t4116647657* >::Invoke(5 /* System.Byte[] Mono.Security.Protocol.Tls.CipherSuite::ComputeServerRecordMAC(Mono.Security.Protocol.Tls.ContentType,System.Byte[]) */, L_10, L_11, L_12); V_2 = L_13; goto IL_0094; } IL_007c: { Context_t3971234707 * L_14 = __this->get_context_2(); NullCheck(L_14); SecurityParameters_t2199972650 * L_15 = Context_get_Read_m4172356735(L_14, /*hidden argument*/NULL); NullCheck(L_15); CipherSuite_t3414744575 * L_16 = SecurityParameters_get_Cipher_m108846204(L_15, /*hidden argument*/NULL); uint8_t L_17 = ___contentType0; ByteU5BU5D_t4116647657* L_18 = V_0; NullCheck(L_16); ByteU5BU5D_t4116647657* L_19 = VirtFuncInvoker2< ByteU5BU5D_t4116647657*, uint8_t, ByteU5BU5D_t4116647657* >::Invoke(4 /* System.Byte[] Mono.Security.Protocol.Tls.CipherSuite::ComputeClientRecordMAC(Mono.Security.Protocol.Tls.ContentType,System.Byte[]) */, L_16, L_17, L_18); V_2 = L_19; } IL_0094: { ByteU5BU5D_t4116647657* L_20 = V_2; ByteU5BU5D_t4116647657* L_21 = V_1; bool L_22 = RecordProtocol_Compare_m4182754688(__this, L_20, L_21, /*hidden argument*/NULL); if (L_22) { goto IL_00ae; } } { TlsException_t3534743363 * L_23 = (TlsException_t3534743363 *)il2cpp_codegen_object_new(TlsException_t3534743363_il2cpp_TypeInfo_var); TlsException__ctor_m3242533711(L_23, ((int32_t)20), _stringLiteral3971508554, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23,RecordProtocol_decryptRecordFragment_m66623237_RuntimeMethod_var); } IL_00ae: { Context_t3971234707 * L_24 = __this->get_context_2(); Context_t3971234707 * L_25 = L_24; NullCheck(L_25); uint64_t L_26 = Context_get_ReadSequenceNumber_m3883329199(L_25, /*hidden argument*/NULL); NullCheck(L_25); Context_set_ReadSequenceNumber_m2154909392(L_25, ((int64_t)il2cpp_codegen_add((int64_t)L_26, (int64_t)(((int64_t)((int64_t)1))))), /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_27 = V_0; return L_27; } } // System.Boolean Mono.Security.Protocol.Tls.RecordProtocol::Compare(System.Byte[],System.Byte[]) extern "C" IL2CPP_METHOD_ATTR bool RecordProtocol_Compare_m4182754688 (RecordProtocol_t3759049701 * __this, ByteU5BU5D_t4116647657* ___array10, ByteU5BU5D_t4116647657* ___array21, const RuntimeMethod* method) { int32_t V_0 = 0; { ByteU5BU5D_t4116647657* L_0 = ___array10; if (L_0) { goto IL_000b; } } { ByteU5BU5D_t4116647657* L_1 = ___array21; return (bool)((((RuntimeObject*)(ByteU5BU5D_t4116647657*)L_1) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } IL_000b: { ByteU5BU5D_t4116647657* L_2 = ___array21; if (L_2) { goto IL_0013; } } { return (bool)0; } IL_0013: { ByteU5BU5D_t4116647657* L_3 = ___array10; NullCheck(L_3); ByteU5BU5D_t4116647657* L_4 = ___array21; NullCheck(L_4); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))))) { goto IL_0020; } } { return (bool)0; } IL_0020: { V_0 = 0; goto IL_0038; } IL_0027: { ByteU5BU5D_t4116647657* L_5 = ___array10; int32_t L_6 = V_0; NullCheck(L_5); int32_t L_7 = L_6; uint8_t L_8 = (L_5)->GetAt(static_cast(L_7)); ByteU5BU5D_t4116647657* L_9 = ___array21; int32_t L_10 = V_0; NullCheck(L_9); int32_t L_11 = L_10; uint8_t L_12 = (L_9)->GetAt(static_cast(L_11)); if ((((int32_t)L_8) == ((int32_t)L_12))) { goto IL_0034; } } { return (bool)0; } IL_0034: { int32_t L_13 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0038: { int32_t L_14 = V_0; ByteU5BU5D_t4116647657* L_15 = ___array10; NullCheck(L_15); if ((((int32_t)L_14) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length))))))) { goto IL_0027; } } { return (bool)1; } } // System.Void Mono.Security.Protocol.Tls.RecordProtocol::ProcessCipherSpecV2Buffer(Mono.Security.Protocol.Tls.SecurityProtocolType,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void RecordProtocol_ProcessCipherSpecV2Buffer_m487045483 (RecordProtocol_t3759049701 * __this, int32_t ___protocol0, ByteU5BU5D_t4116647657* ___buffer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RecordProtocol_ProcessCipherSpecV2Buffer_m487045483_MetadataUsageId); s_Il2CppMethodInitialized = true; } TlsStream_t2365453965 * V_0 = NULL; String_t* V_1 = NULL; uint8_t V_2 = 0x0; int16_t V_3 = 0; int32_t V_4 = 0; ByteU5BU5D_t4116647657* V_5 = NULL; int32_t V_6 = 0; CipherSuite_t3414744575 * V_7 = NULL; String_t* G_B3_0 = NULL; { ByteU5BU5D_t4116647657* L_0 = ___buffer1; TlsStream_t2365453965 * L_1 = (TlsStream_t2365453965 *)il2cpp_codegen_object_new(TlsStream_t2365453965_il2cpp_TypeInfo_var); TlsStream__ctor_m277557575(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = ___protocol0; if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)48))))) { goto IL_0019; } } { G_B3_0 = _stringLiteral1940067499; goto IL_001e; } IL_0019: { G_B3_0 = _stringLiteral3149331255; } IL_001e: { V_1 = G_B3_0; goto IL_00e2; } IL_0024: { TlsStream_t2365453965 * L_3 = V_0; NullCheck(L_3); uint8_t L_4 = TlsStream_ReadByte_m3396126844(L_3, /*hidden argument*/NULL); V_2 = L_4; uint8_t L_5 = V_2; if (L_5) { goto IL_007f; } } { TlsStream_t2365453965 * L_6 = V_0; NullCheck(L_6); int16_t L_7 = TlsStream_ReadInt16_m1728211431(L_6, /*hidden argument*/NULL); V_3 = L_7; Context_t3971234707 * L_8 = RecordProtocol_get_Context_m3273611300(__this, /*hidden argument*/NULL); NullCheck(L_8); CipherSuiteCollection_t1129639304 * L_9 = Context_get_SupportedCiphers_m1883682196(L_8, /*hidden argument*/NULL); int16_t L_10 = V_3; NullCheck(L_9); int32_t L_11 = CipherSuiteCollection_IndexOf_m2770510321(L_9, L_10, /*hidden argument*/NULL); V_4 = L_11; int32_t L_12 = V_4; if ((((int32_t)L_12) == ((int32_t)(-1)))) { goto IL_007a; } } { Context_t3971234707 * L_13 = RecordProtocol_get_Context_m3273611300(__this, /*hidden argument*/NULL); NullCheck(L_13); SecurityParameters_t2199972650 * L_14 = Context_get_Negotiating_m2044579817(L_13, /*hidden argument*/NULL); Context_t3971234707 * L_15 = RecordProtocol_get_Context_m3273611300(__this, /*hidden argument*/NULL); NullCheck(L_15); CipherSuiteCollection_t1129639304 * L_16 = Context_get_SupportedCiphers_m1883682196(L_15, /*hidden argument*/NULL); int32_t L_17 = V_4; NullCheck(L_16); CipherSuite_t3414744575 * L_18 = CipherSuiteCollection_get_Item_m4188309062(L_16, L_17, /*hidden argument*/NULL); NullCheck(L_14); SecurityParameters_set_Cipher_m588445085(L_14, L_18, /*hidden argument*/NULL); goto IL_00f3; } IL_007a: { goto IL_00e2; } IL_007f: { V_5 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)2)); TlsStream_t2365453965 * L_19 = V_0; ByteU5BU5D_t4116647657* L_20 = V_5; ByteU5BU5D_t4116647657* L_21 = V_5; NullCheck(L_21); NullCheck(L_19); VirtFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(16 /* System.Int32 Mono.Security.Protocol.Tls.TlsStream::Read(System.Byte[],System.Int32,System.Int32) */, L_19, L_20, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_21)->max_length))))); uint8_t L_22 = V_2; ByteU5BU5D_t4116647657* L_23 = V_5; NullCheck(L_23); int32_t L_24 = 0; uint8_t L_25 = (L_23)->GetAt(static_cast(L_24)); ByteU5BU5D_t4116647657* L_26 = V_5; NullCheck(L_26); int32_t L_27 = 1; uint8_t L_28 = (L_26)->GetAt(static_cast(L_27)); V_6 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_22&(int32_t)((int32_t)255)))<<(int32_t)((int32_t)16)))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_25&(int32_t)((int32_t)255)))<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)L_28&(int32_t)((int32_t)255))))); String_t* L_29 = V_1; int32_t L_30 = V_6; CipherSuite_t3414744575 * L_31 = RecordProtocol_MapV2CipherCode_m4087331414(__this, L_29, L_30, /*hidden argument*/NULL); V_7 = L_31; CipherSuite_t3414744575 * L_32 = V_7; if (!L_32) { goto IL_00e2; } } { Context_t3971234707 * L_33 = RecordProtocol_get_Context_m3273611300(__this, /*hidden argument*/NULL); NullCheck(L_33); SecurityParameters_t2199972650 * L_34 = Context_get_Negotiating_m2044579817(L_33, /*hidden argument*/NULL); CipherSuite_t3414744575 * L_35 = V_7; NullCheck(L_34); SecurityParameters_set_Cipher_m588445085(L_34, L_35, /*hidden argument*/NULL); goto IL_00f3; } IL_00e2: { TlsStream_t2365453965 * L_36 = V_0; NullCheck(L_36); int64_t L_37 = VirtFuncInvoker0< int64_t >::Invoke(9 /* System.Int64 Mono.Security.Protocol.Tls.TlsStream::get_Position() */, L_36); TlsStream_t2365453965 * L_38 = V_0; NullCheck(L_38); int64_t L_39 = VirtFuncInvoker0< int64_t >::Invoke(8 /* System.Int64 Mono.Security.Protocol.Tls.TlsStream::get_Length() */, L_38); if ((((int64_t)L_37) < ((int64_t)L_39))) { goto IL_0024; } } IL_00f3: { Context_t3971234707 * L_40 = RecordProtocol_get_Context_m3273611300(__this, /*hidden argument*/NULL); NullCheck(L_40); SecurityParameters_t2199972650 * L_41 = Context_get_Negotiating_m2044579817(L_40, /*hidden argument*/NULL); if (L_41) { goto IL_0110; } } { TlsException_t3534743363 * L_42 = (TlsException_t3534743363 *)il2cpp_codegen_object_new(TlsException_t3534743363_il2cpp_TypeInfo_var); TlsException__ctor_m3242533711(L_42, ((int32_t)71), _stringLiteral82125824, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_42,RecordProtocol_ProcessCipherSpecV2Buffer_m487045483_RuntimeMethod_var); } IL_0110: { return; } } // Mono.Security.Protocol.Tls.CipherSuite Mono.Security.Protocol.Tls.RecordProtocol::MapV2CipherCode(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR CipherSuite_t3414744575 * RecordProtocol_MapV2CipherCode_m4087331414 (RecordProtocol_t3759049701 * __this, String_t* ___prefix0, int32_t ___code1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RecordProtocol_MapV2CipherCode_m4087331414_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CipherSuite_t3414744575 * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { int32_t L_0 = ___code1; V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)((int32_t)65664)))) { goto IL_0054; } } IL_000d: { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)((int32_t)131200)))) { goto IL_0075; } } IL_0018: { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)((int32_t)196736)))) { goto IL_0096; } } IL_0023: { int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)((int32_t)262272)))) { goto IL_00b7; } } IL_002e: { int32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)((int32_t)327808)))) { goto IL_00d8; } } IL_0039: { int32_t L_6 = V_0; if ((((int32_t)L_6) == ((int32_t)((int32_t)393280)))) { goto IL_00df; } } IL_0044: { int32_t L_7 = V_0; if ((((int32_t)L_7) == ((int32_t)((int32_t)458944)))) { goto IL_00e6; } } IL_004f: { goto IL_00ed; } IL_0054: { Context_t3971234707 * L_8 = RecordProtocol_get_Context_m3273611300(__this, /*hidden argument*/NULL); NullCheck(L_8); CipherSuiteCollection_t1129639304 * L_9 = Context_get_SupportedCiphers_m1883682196(L_8, /*hidden argument*/NULL); String_t* L_10 = ___prefix0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m3937257545(NULL /*static, unused*/, L_10, _stringLiteral151588389, /*hidden argument*/NULL); NullCheck(L_9); CipherSuite_t3414744575 * L_12 = CipherSuiteCollection_get_Item_m2791953484(L_9, L_11, /*hidden argument*/NULL); V_1 = L_12; goto IL_0106; } IL_0075: { Context_t3971234707 * L_13 = RecordProtocol_get_Context_m3273611300(__this, /*hidden argument*/NULL); NullCheck(L_13); CipherSuiteCollection_t1129639304 * L_14 = Context_get_SupportedCiphers_m1883682196(L_13, /*hidden argument*/NULL); String_t* L_15 = ___prefix0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Concat_m3937257545(NULL /*static, unused*/, L_15, _stringLiteral1565675654, /*hidden argument*/NULL); NullCheck(L_14); CipherSuite_t3414744575 * L_17 = CipherSuiteCollection_get_Item_m2791953484(L_14, L_16, /*hidden argument*/NULL); V_1 = L_17; goto IL_0106; } IL_0096: { Context_t3971234707 * L_18 = RecordProtocol_get_Context_m3273611300(__this, /*hidden argument*/NULL); NullCheck(L_18); CipherSuiteCollection_t1129639304 * L_19 = Context_get_SupportedCiphers_m1883682196(L_18, /*hidden argument*/NULL); String_t* L_20 = ___prefix0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = String_Concat_m3937257545(NULL /*static, unused*/, L_20, _stringLiteral243541289, /*hidden argument*/NULL); NullCheck(L_19); CipherSuite_t3414744575 * L_22 = CipherSuiteCollection_get_Item_m2791953484(L_19, L_21, /*hidden argument*/NULL); V_1 = L_22; goto IL_0106; } IL_00b7: { Context_t3971234707 * L_23 = RecordProtocol_get_Context_m3273611300(__this, /*hidden argument*/NULL); NullCheck(L_23); CipherSuiteCollection_t1129639304 * L_24 = Context_get_SupportedCiphers_m1883682196(L_23, /*hidden argument*/NULL); String_t* L_25 = ___prefix0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_26 = String_Concat_m3937257545(NULL /*static, unused*/, L_25, _stringLiteral243541289, /*hidden argument*/NULL); NullCheck(L_24); CipherSuite_t3414744575 * L_27 = CipherSuiteCollection_get_Item_m2791953484(L_24, L_26, /*hidden argument*/NULL); V_1 = L_27; goto IL_0106; } IL_00d8: { V_1 = (CipherSuite_t3414744575 *)NULL; goto IL_0106; } IL_00df: { V_1 = (CipherSuite_t3414744575 *)NULL; goto IL_0106; } IL_00e6: { V_1 = (CipherSuite_t3414744575 *)NULL; goto IL_0106; } IL_00ed: { V_1 = (CipherSuite_t3414744575 *)NULL; goto IL_0106; } IL_00f4: { ; // IL_00f4: leave IL_0106 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00f9; throw e; } CATCH_00f9: { // begin catch(System.Object) { V_1 = (CipherSuite_t3414744575 *)NULL; goto IL_0106; } IL_0101: { ; // IL_0101: leave IL_0106 } } // end catch (depth: 1) IL_0106: { CipherSuite_t3414744575 * L_28 = V_1; return L_28; } } #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 Mono.Security.Protocol.Tls.RecordProtocol/ReceiveRecordAsyncResult::.ctor(System.AsyncCallback,System.Object,System.Byte[],System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR void ReceiveRecordAsyncResult__ctor_m277637112 (ReceiveRecordAsyncResult_t3680907657 * __this, AsyncCallback_t3962456242 * ___userCallback0, RuntimeObject * ___userState1, ByteU5BU5D_t4116647657* ___initialBuffer2, Stream_t1273022909 * ___record3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReceiveRecordAsyncResult__ctor_m277637112_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m297566312(L_0, /*hidden argument*/NULL); __this->set_locker_0(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); AsyncCallback_t3962456242 * L_1 = ___userCallback0; __this->set__userCallback_1(L_1); RuntimeObject * L_2 = ___userState1; __this->set__userState_2(L_2); ByteU5BU5D_t4116647657* L_3 = ___initialBuffer2; __this->set__initialBuffer_8(L_3); Stream_t1273022909 * L_4 = ___record3; __this->set__record_6(L_4); return; } } // System.IO.Stream Mono.Security.Protocol.Tls.RecordProtocol/ReceiveRecordAsyncResult::get_Record() extern "C" IL2CPP_METHOD_ATTR Stream_t1273022909 * ReceiveRecordAsyncResult_get_Record_m223479150 (ReceiveRecordAsyncResult_t3680907657 * __this, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = __this->get__record_6(); return L_0; } } // System.Byte[] Mono.Security.Protocol.Tls.RecordProtocol/ReceiveRecordAsyncResult::get_ResultingBuffer() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* ReceiveRecordAsyncResult_get_ResultingBuffer_m1839161335 (ReceiveRecordAsyncResult_t3680907657 * __this, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = __this->get__resultingBuffer_5(); return L_0; } } // System.Byte[] Mono.Security.Protocol.Tls.RecordProtocol/ReceiveRecordAsyncResult::get_InitialBuffer() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* ReceiveRecordAsyncResult_get_InitialBuffer_m2924495696 (ReceiveRecordAsyncResult_t3680907657 * __this, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = __this->get__initialBuffer_8(); return L_0; } } // System.Object Mono.Security.Protocol.Tls.RecordProtocol/ReceiveRecordAsyncResult::get_AsyncState() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ReceiveRecordAsyncResult_get_AsyncState_m431861941 (ReceiveRecordAsyncResult_t3680907657 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get__userState_2(); return L_0; } } // System.Exception Mono.Security.Protocol.Tls.RecordProtocol/ReceiveRecordAsyncResult::get_AsyncException() extern "C" IL2CPP_METHOD_ATTR Exception_t * ReceiveRecordAsyncResult_get_AsyncException_m631453737 (ReceiveRecordAsyncResult_t3680907657 * __this, const RuntimeMethod* method) { { Exception_t * L_0 = __this->get__asyncException_3(); return L_0; } } // System.Boolean Mono.Security.Protocol.Tls.RecordProtocol/ReceiveRecordAsyncResult::get_CompletedWithError() extern "C" IL2CPP_METHOD_ATTR bool ReceiveRecordAsyncResult_get_CompletedWithError_m2856009536 (ReceiveRecordAsyncResult_t3680907657 * __this, const RuntimeMethod* method) { { bool L_0 = ReceiveRecordAsyncResult_get_IsCompleted_m1918259948(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { Exception_t * L_1 = __this->get__asyncException_3(); return (bool)((((int32_t)((((RuntimeObject*)(RuntimeObject *)NULL) == ((RuntimeObject*)(Exception_t *)L_1))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Threading.WaitHandle Mono.Security.Protocol.Tls.RecordProtocol/ReceiveRecordAsyncResult::get_AsyncWaitHandle() extern "C" IL2CPP_METHOD_ATTR WaitHandle_t1743403487 * ReceiveRecordAsyncResult_get_AsyncWaitHandle_m1781023438 (ReceiveRecordAsyncResult_t3680907657 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReceiveRecordAsyncResult_get_AsyncWaitHandle_m1781023438_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject * L_0 = __this->get_locker_0(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000d: try { // begin try (depth: 1) { ManualResetEvent_t451242010 * L_2 = __this->get_handle_4(); if (L_2) { goto IL_0029; } } IL_0018: { bool L_3 = __this->get_completed_7(); ManualResetEvent_t451242010 * L_4 = (ManualResetEvent_t451242010 *)il2cpp_codegen_object_new(ManualResetEvent_t451242010_il2cpp_TypeInfo_var); ManualResetEvent__ctor_m4010886457(L_4, L_3, /*hidden argument*/NULL); __this->set_handle_4(L_4); } IL_0029: { IL2CPP_LEAVE(0x35, FINALLY_002e); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002e; } FINALLY_002e: { // begin finally (depth: 1) RuntimeObject * L_5 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); IL2CPP_END_FINALLY(46) } // end finally (depth: 1) IL2CPP_CLEANUP(46) { IL2CPP_JUMP_TBL(0x35, IL_0035) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0035: { ManualResetEvent_t451242010 * L_6 = __this->get_handle_4(); return L_6; } } // System.Boolean Mono.Security.Protocol.Tls.RecordProtocol/ReceiveRecordAsyncResult::get_IsCompleted() extern "C" IL2CPP_METHOD_ATTR bool ReceiveRecordAsyncResult_get_IsCompleted_m1918259948 (ReceiveRecordAsyncResult_t3680907657 * __this, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject * L_0 = __this->get_locker_0(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000d: try { // begin try (depth: 1) { bool L_2 = __this->get_completed_7(); V_1 = L_2; IL2CPP_LEAVE(0x25, FINALLY_001e); } IL_0019: { ; // IL_0019: leave IL_0025 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001e; } FINALLY_001e: { // begin finally (depth: 1) RuntimeObject * L_3 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); IL2CPP_END_FINALLY(30) } // end finally (depth: 1) IL2CPP_CLEANUP(30) { IL2CPP_JUMP_TBL(0x25, IL_0025) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0025: { bool L_4 = V_1; return L_4; } } // System.Void Mono.Security.Protocol.Tls.RecordProtocol/ReceiveRecordAsyncResult::SetComplete(System.Exception,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void ReceiveRecordAsyncResult_SetComplete_m1372905673 (ReceiveRecordAsyncResult_t3680907657 * __this, Exception_t * ___ex0, ByteU5BU5D_t4116647657* ___resultingBuffer1, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject * L_0 = __this->get_locker_0(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000d: try { // begin try (depth: 1) { bool L_2 = __this->get_completed_7(); if (!L_2) { goto IL_001d; } } IL_0018: { IL2CPP_LEAVE(0x6F, FINALLY_0068); } IL_001d: { __this->set_completed_7((bool)1); Exception_t * L_3 = ___ex0; __this->set__asyncException_3(L_3); ByteU5BU5D_t4116647657* L_4 = ___resultingBuffer1; __this->set__resultingBuffer_5(L_4); ManualResetEvent_t451242010 * L_5 = __this->get_handle_4(); if (!L_5) { goto IL_0049; } } IL_003d: { ManualResetEvent_t451242010 * L_6 = __this->get_handle_4(); NullCheck(L_6); EventWaitHandle_Set_m2445193251(L_6, /*hidden argument*/NULL); } IL_0049: { AsyncCallback_t3962456242 * L_7 = __this->get__userCallback_1(); if (!L_7) { goto IL_0063; } } IL_0054: { AsyncCallback_t3962456242 * L_8 = __this->get__userCallback_1(); NullCheck(L_8); AsyncCallback_BeginInvoke_m2710486612(L_8, __this, (AsyncCallback_t3962456242 *)NULL, NULL, /*hidden argument*/NULL); } IL_0063: { IL2CPP_LEAVE(0x6F, FINALLY_0068); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0068; } FINALLY_0068: { // begin finally (depth: 1) RuntimeObject * L_9 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); IL2CPP_END_FINALLY(104) } // end finally (depth: 1) IL2CPP_CLEANUP(104) { IL2CPP_JUMP_TBL(0x6F, IL_006f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_006f: { return; } } // System.Void Mono.Security.Protocol.Tls.RecordProtocol/ReceiveRecordAsyncResult::SetComplete(System.Exception) extern "C" IL2CPP_METHOD_ATTR void ReceiveRecordAsyncResult_SetComplete_m1568733499 (ReceiveRecordAsyncResult_t3680907657 * __this, Exception_t * ___ex0, const RuntimeMethod* method) { { Exception_t * L_0 = ___ex0; ReceiveRecordAsyncResult_SetComplete_m1372905673(__this, L_0, (ByteU5BU5D_t4116647657*)(ByteU5BU5D_t4116647657*)NULL, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.Protocol.Tls.RecordProtocol/ReceiveRecordAsyncResult::SetComplete(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void ReceiveRecordAsyncResult_SetComplete_m464469214 (ReceiveRecordAsyncResult_t3680907657 * __this, ByteU5BU5D_t4116647657* ___resultingBuffer0, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = ___resultingBuffer0; ReceiveRecordAsyncResult_SetComplete_m1372905673(__this, (Exception_t *)NULL, 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 Mono.Security.Protocol.Tls.RecordProtocol/SendRecordAsyncResult::.ctor(System.AsyncCallback,System.Object,Mono.Security.Protocol.Tls.Handshake.HandshakeMessage) extern "C" IL2CPP_METHOD_ATTR void SendRecordAsyncResult__ctor_m425551707 (SendRecordAsyncResult_t3718352467 * __this, AsyncCallback_t3962456242 * ___userCallback0, RuntimeObject * ___userState1, HandshakeMessage_t3696583168 * ___message2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SendRecordAsyncResult__ctor_m425551707_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m297566312(L_0, /*hidden argument*/NULL); __this->set_locker_0(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); AsyncCallback_t3962456242 * L_1 = ___userCallback0; __this->set__userCallback_1(L_1); RuntimeObject * L_2 = ___userState1; __this->set__userState_2(L_2); HandshakeMessage_t3696583168 * L_3 = ___message2; __this->set__message_5(L_3); return; } } // Mono.Security.Protocol.Tls.Handshake.HandshakeMessage Mono.Security.Protocol.Tls.RecordProtocol/SendRecordAsyncResult::get_Message() extern "C" IL2CPP_METHOD_ATTR HandshakeMessage_t3696583168 * SendRecordAsyncResult_get_Message_m1204240861 (SendRecordAsyncResult_t3718352467 * __this, const RuntimeMethod* method) { { HandshakeMessage_t3696583168 * L_0 = __this->get__message_5(); return L_0; } } // System.Object Mono.Security.Protocol.Tls.RecordProtocol/SendRecordAsyncResult::get_AsyncState() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SendRecordAsyncResult_get_AsyncState_m4196194494 (SendRecordAsyncResult_t3718352467 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get__userState_2(); return L_0; } } // System.Exception Mono.Security.Protocol.Tls.RecordProtocol/SendRecordAsyncResult::get_AsyncException() extern "C" IL2CPP_METHOD_ATTR Exception_t * SendRecordAsyncResult_get_AsyncException_m3556917569 (SendRecordAsyncResult_t3718352467 * __this, const RuntimeMethod* method) { { Exception_t * L_0 = __this->get__asyncException_3(); return L_0; } } // System.Boolean Mono.Security.Protocol.Tls.RecordProtocol/SendRecordAsyncResult::get_CompletedWithError() extern "C" IL2CPP_METHOD_ATTR bool SendRecordAsyncResult_get_CompletedWithError_m3232037803 (SendRecordAsyncResult_t3718352467 * __this, const RuntimeMethod* method) { { bool L_0 = SendRecordAsyncResult_get_IsCompleted_m3929307031(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { Exception_t * L_1 = __this->get__asyncException_3(); return (bool)((((int32_t)((((RuntimeObject*)(RuntimeObject *)NULL) == ((RuntimeObject*)(Exception_t *)L_1))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Threading.WaitHandle Mono.Security.Protocol.Tls.RecordProtocol/SendRecordAsyncResult::get_AsyncWaitHandle() extern "C" IL2CPP_METHOD_ATTR WaitHandle_t1743403487 * SendRecordAsyncResult_get_AsyncWaitHandle_m1466641472 (SendRecordAsyncResult_t3718352467 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SendRecordAsyncResult_get_AsyncWaitHandle_m1466641472_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject * L_0 = __this->get_locker_0(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000d: try { // begin try (depth: 1) { ManualResetEvent_t451242010 * L_2 = __this->get_handle_4(); if (L_2) { goto IL_0029; } } IL_0018: { bool L_3 = __this->get_completed_6(); ManualResetEvent_t451242010 * L_4 = (ManualResetEvent_t451242010 *)il2cpp_codegen_object_new(ManualResetEvent_t451242010_il2cpp_TypeInfo_var); ManualResetEvent__ctor_m4010886457(L_4, L_3, /*hidden argument*/NULL); __this->set_handle_4(L_4); } IL_0029: { IL2CPP_LEAVE(0x35, FINALLY_002e); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002e; } FINALLY_002e: { // begin finally (depth: 1) RuntimeObject * L_5 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); IL2CPP_END_FINALLY(46) } // end finally (depth: 1) IL2CPP_CLEANUP(46) { IL2CPP_JUMP_TBL(0x35, IL_0035) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0035: { ManualResetEvent_t451242010 * L_6 = __this->get_handle_4(); return L_6; } } // System.Boolean Mono.Security.Protocol.Tls.RecordProtocol/SendRecordAsyncResult::get_IsCompleted() extern "C" IL2CPP_METHOD_ATTR bool SendRecordAsyncResult_get_IsCompleted_m3929307031 (SendRecordAsyncResult_t3718352467 * __this, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject * L_0 = __this->get_locker_0(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000d: try { // begin try (depth: 1) { bool L_2 = __this->get_completed_6(); V_1 = L_2; IL2CPP_LEAVE(0x25, FINALLY_001e); } IL_0019: { ; // IL_0019: leave IL_0025 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001e; } FINALLY_001e: { // begin finally (depth: 1) RuntimeObject * L_3 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); IL2CPP_END_FINALLY(30) } // end finally (depth: 1) IL2CPP_CLEANUP(30) { IL2CPP_JUMP_TBL(0x25, IL_0025) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0025: { bool L_4 = V_1; return L_4; } } // System.Void Mono.Security.Protocol.Tls.RecordProtocol/SendRecordAsyncResult::SetComplete(System.Exception) extern "C" IL2CPP_METHOD_ATTR void SendRecordAsyncResult_SetComplete_m153213906 (SendRecordAsyncResult_t3718352467 * __this, Exception_t * ___ex0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject * L_0 = __this->get_locker_0(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000d: try { // begin try (depth: 1) { bool L_2 = __this->get_completed_6(); if (!L_2) { goto IL_001d; } } IL_0018: { IL2CPP_LEAVE(0x68, FINALLY_0061); } IL_001d: { __this->set_completed_6((bool)1); ManualResetEvent_t451242010 * L_3 = __this->get_handle_4(); if (!L_3) { goto IL_003b; } } IL_002f: { ManualResetEvent_t451242010 * L_4 = __this->get_handle_4(); NullCheck(L_4); EventWaitHandle_Set_m2445193251(L_4, /*hidden argument*/NULL); } IL_003b: { AsyncCallback_t3962456242 * L_5 = __this->get__userCallback_1(); if (!L_5) { goto IL_0055; } } IL_0046: { AsyncCallback_t3962456242 * L_6 = __this->get__userCallback_1(); NullCheck(L_6); AsyncCallback_BeginInvoke_m2710486612(L_6, __this, (AsyncCallback_t3962456242 *)NULL, NULL, /*hidden argument*/NULL); } IL_0055: { Exception_t * L_7 = ___ex0; __this->set__asyncException_3(L_7); IL2CPP_LEAVE(0x68, FINALLY_0061); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0061; } FINALLY_0061: { // begin finally (depth: 1) RuntimeObject * L_8 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); IL2CPP_END_FINALLY(97) } // end finally (depth: 1) IL2CPP_CLEANUP(97) { IL2CPP_JUMP_TBL(0x68, IL_0068) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0068: { return; } } // System.Void Mono.Security.Protocol.Tls.RecordProtocol/SendRecordAsyncResult::SetComplete() extern "C" IL2CPP_METHOD_ATTR void SendRecordAsyncResult_SetComplete_m170417386 (SendRecordAsyncResult_t3718352467 * __this, const RuntimeMethod* method) { { SendRecordAsyncResult_SetComplete_m153213906(__this, (Exception_t *)NULL, /*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 Mono.Security.Protocol.Tls.RSASslSignatureDeformatter::.ctor(System.Security.Cryptography.AsymmetricAlgorithm) extern "C" IL2CPP_METHOD_ATTR void RSASslSignatureDeformatter__ctor_m4026549112 (RSASslSignatureDeformatter_t3558097625 * __this, AsymmetricAlgorithm_t932037087 * ___key0, const RuntimeMethod* method) { { AsymmetricSignatureDeformatter__ctor_m88114807(__this, /*hidden argument*/NULL); AsymmetricAlgorithm_t932037087 * L_0 = ___key0; VirtActionInvoker1< AsymmetricAlgorithm_t932037087 * >::Invoke(5 /* System.Void Mono.Security.Protocol.Tls.RSASslSignatureDeformatter::SetKey(System.Security.Cryptography.AsymmetricAlgorithm) */, __this, L_0); return; } } // System.Boolean Mono.Security.Protocol.Tls.RSASslSignatureDeformatter::VerifySignature(System.Byte[],System.Byte[]) extern "C" IL2CPP_METHOD_ATTR bool RSASslSignatureDeformatter_VerifySignature_m1061897602 (RSASslSignatureDeformatter_t3558097625 * __this, ByteU5BU5D_t4116647657* ___rgbHash0, ByteU5BU5D_t4116647657* ___rgbSignature1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RSASslSignatureDeformatter_VerifySignature_m1061897602_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RSA_t2385438082 * L_0 = __this->get_key_0(); if (L_0) { goto IL_0016; } } { CryptographicUnexpectedOperationException_t2790575154 * L_1 = (CryptographicUnexpectedOperationException_t2790575154 *)il2cpp_codegen_object_new(CryptographicUnexpectedOperationException_t2790575154_il2cpp_TypeInfo_var); CryptographicUnexpectedOperationException__ctor_m2381988196(L_1, _stringLiteral961554175, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,RSASslSignatureDeformatter_VerifySignature_m1061897602_RuntimeMethod_var); } IL_0016: { HashAlgorithm_t1432317219 * L_2 = __this->get_hash_1(); if (L_2) { goto IL_002c; } } { CryptographicUnexpectedOperationException_t2790575154 * L_3 = (CryptographicUnexpectedOperationException_t2790575154 *)il2cpp_codegen_object_new(CryptographicUnexpectedOperationException_t2790575154_il2cpp_TypeInfo_var); CryptographicUnexpectedOperationException__ctor_m2381988196(L_3, _stringLiteral476027131, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,RSASslSignatureDeformatter_VerifySignature_m1061897602_RuntimeMethod_var); } IL_002c: { ByteU5BU5D_t4116647657* L_4 = ___rgbHash0; if (L_4) { goto IL_003d; } } { ArgumentNullException_t1615371798 * L_5 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_5, _stringLiteral475316319, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,RSASslSignatureDeformatter_VerifySignature_m1061897602_RuntimeMethod_var); } IL_003d: { RSA_t2385438082 * L_6 = __this->get_key_0(); HashAlgorithm_t1432317219 * L_7 = __this->get_hash_1(); ByteU5BU5D_t4116647657* L_8 = ___rgbHash0; ByteU5BU5D_t4116647657* L_9 = ___rgbSignature1; IL2CPP_RUNTIME_CLASS_INIT(PKCS1_t1505584677_il2cpp_TypeInfo_var); bool L_10 = PKCS1_Verify_v15_m4192025173(NULL /*static, unused*/, L_6, L_7, L_8, L_9, /*hidden argument*/NULL); return L_10; } } // System.Void Mono.Security.Protocol.Tls.RSASslSignatureDeformatter::SetHashAlgorithm(System.String) extern "C" IL2CPP_METHOD_ATTR void RSASslSignatureDeformatter_SetHashAlgorithm_m895570787 (RSASslSignatureDeformatter_t3558097625 * __this, String_t* ___strName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RSASslSignatureDeformatter_SetHashAlgorithm_m895570787_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Dictionary_2_t2736202052 * V_1 = NULL; int32_t V_2 = 0; { String_t* L_0 = ___strName0; V_0 = L_0; String_t* L_1 = V_0; if (!L_1) { goto IL_0058; } } { Dictionary_2_t2736202052 * L_2 = ((RSASslSignatureDeformatter_t3558097625_StaticFields*)il2cpp_codegen_static_fields_for(RSASslSignatureDeformatter_t3558097625_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map15_2(); if (L_2) { goto IL_002b; } } { Dictionary_2_t2736202052 * L_3 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_3, 1, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_1 = L_3; Dictionary_2_t2736202052 * L_4 = V_1; NullCheck(L_4); Dictionary_2_Add_m282647386(L_4, _stringLiteral1361554341, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_5 = V_1; ((RSASslSignatureDeformatter_t3558097625_StaticFields*)il2cpp_codegen_static_fields_for(RSASslSignatureDeformatter_t3558097625_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map15_2(L_5); } IL_002b: { Dictionary_2_t2736202052 * L_6 = ((RSASslSignatureDeformatter_t3558097625_StaticFields*)il2cpp_codegen_static_fields_for(RSASslSignatureDeformatter_t3558097625_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map15_2(); String_t* L_7 = V_0; NullCheck(L_6); bool L_8 = Dictionary_2_TryGetValue_m1013208020(L_6, L_7, (&V_2), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_8) { goto IL_0058; } } { int32_t L_9 = V_2; if (!L_9) { goto IL_0048; } } { goto IL_0058; } IL_0048: { MD5SHA1_t723838944 * L_10 = (MD5SHA1_t723838944 *)il2cpp_codegen_object_new(MD5SHA1_t723838944_il2cpp_TypeInfo_var); MD5SHA1__ctor_m4081016482(L_10, /*hidden argument*/NULL); __this->set_hash_1(L_10); goto IL_0069; } IL_0058: { String_t* L_11 = ___strName0; HashAlgorithm_t1432317219 * L_12 = HashAlgorithm_Create_m644612360(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); __this->set_hash_1(L_12); goto IL_0069; } IL_0069: { return; } } // System.Void Mono.Security.Protocol.Tls.RSASslSignatureDeformatter::SetKey(System.Security.Cryptography.AsymmetricAlgorithm) extern "C" IL2CPP_METHOD_ATTR void RSASslSignatureDeformatter_SetKey_m2204705853 (RSASslSignatureDeformatter_t3558097625 * __this, AsymmetricAlgorithm_t932037087 * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RSASslSignatureDeformatter_SetKey_m2204705853_MetadataUsageId); s_Il2CppMethodInitialized = true; } { AsymmetricAlgorithm_t932037087 * L_0 = ___key0; if (((RSA_t2385438082 *)IsInstClass((RuntimeObject*)L_0, RSA_t2385438082_il2cpp_TypeInfo_var))) { goto IL_0016; } } { ArgumentException_t132251570 * L_1 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_1, _stringLiteral1827055184, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,RSASslSignatureDeformatter_SetKey_m2204705853_RuntimeMethod_var); } IL_0016: { AsymmetricAlgorithm_t932037087 * L_2 = ___key0; __this->set_key_0(((RSA_t2385438082 *)IsInstClass((RuntimeObject*)L_2, RSA_t2385438082_il2cpp_TypeInfo_var))); 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 Mono.Security.Protocol.Tls.RSASslSignatureFormatter::.ctor(System.Security.Cryptography.AsymmetricAlgorithm) extern "C" IL2CPP_METHOD_ATTR void RSASslSignatureFormatter__ctor_m1299283008 (RSASslSignatureFormatter_t2709678514 * __this, AsymmetricAlgorithm_t932037087 * ___key0, const RuntimeMethod* method) { { AsymmetricSignatureFormatter__ctor_m3278494933(__this, /*hidden argument*/NULL); AsymmetricAlgorithm_t932037087 * L_0 = ___key0; VirtActionInvoker1< AsymmetricAlgorithm_t932037087 * >::Invoke(5 /* System.Void Mono.Security.Protocol.Tls.RSASslSignatureFormatter::SetKey(System.Security.Cryptography.AsymmetricAlgorithm) */, __this, L_0); return; } } // System.Byte[] Mono.Security.Protocol.Tls.RSASslSignatureFormatter::CreateSignature(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* RSASslSignatureFormatter_CreateSignature_m2614788251 (RSASslSignatureFormatter_t2709678514 * __this, ByteU5BU5D_t4116647657* ___rgbHash0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RSASslSignatureFormatter_CreateSignature_m2614788251_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RSA_t2385438082 * L_0 = __this->get_key_0(); if (L_0) { goto IL_0016; } } { CryptographicUnexpectedOperationException_t2790575154 * L_1 = (CryptographicUnexpectedOperationException_t2790575154 *)il2cpp_codegen_object_new(CryptographicUnexpectedOperationException_t2790575154_il2cpp_TypeInfo_var); CryptographicUnexpectedOperationException__ctor_m2381988196(L_1, _stringLiteral961554175, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,RSASslSignatureFormatter_CreateSignature_m2614788251_RuntimeMethod_var); } IL_0016: { HashAlgorithm_t1432317219 * L_2 = __this->get_hash_1(); if (L_2) { goto IL_002c; } } { CryptographicUnexpectedOperationException_t2790575154 * L_3 = (CryptographicUnexpectedOperationException_t2790575154 *)il2cpp_codegen_object_new(CryptographicUnexpectedOperationException_t2790575154_il2cpp_TypeInfo_var); CryptographicUnexpectedOperationException__ctor_m2381988196(L_3, _stringLiteral476027131, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,RSASslSignatureFormatter_CreateSignature_m2614788251_RuntimeMethod_var); } IL_002c: { ByteU5BU5D_t4116647657* L_4 = ___rgbHash0; if (L_4) { goto IL_003d; } } { ArgumentNullException_t1615371798 * L_5 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_5, _stringLiteral475316319, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,RSASslSignatureFormatter_CreateSignature_m2614788251_RuntimeMethod_var); } IL_003d: { RSA_t2385438082 * L_6 = __this->get_key_0(); HashAlgorithm_t1432317219 * L_7 = __this->get_hash_1(); ByteU5BU5D_t4116647657* L_8 = ___rgbHash0; IL2CPP_RUNTIME_CLASS_INIT(PKCS1_t1505584677_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_9 = PKCS1_Sign_v15_m3459793192(NULL /*static, unused*/, L_6, L_7, L_8, /*hidden argument*/NULL); return L_9; } } // System.Void Mono.Security.Protocol.Tls.RSASslSignatureFormatter::SetHashAlgorithm(System.String) extern "C" IL2CPP_METHOD_ATTR void RSASslSignatureFormatter_SetHashAlgorithm_m3864232300 (RSASslSignatureFormatter_t2709678514 * __this, String_t* ___strName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RSASslSignatureFormatter_SetHashAlgorithm_m3864232300_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Dictionary_2_t2736202052 * V_1 = NULL; int32_t V_2 = 0; { String_t* L_0 = ___strName0; V_0 = L_0; String_t* L_1 = V_0; if (!L_1) { goto IL_0058; } } { Dictionary_2_t2736202052 * L_2 = ((RSASslSignatureFormatter_t2709678514_StaticFields*)il2cpp_codegen_static_fields_for(RSASslSignatureFormatter_t2709678514_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map16_2(); if (L_2) { goto IL_002b; } } { Dictionary_2_t2736202052 * L_3 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_3, 1, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_1 = L_3; Dictionary_2_t2736202052 * L_4 = V_1; NullCheck(L_4); Dictionary_2_Add_m282647386(L_4, _stringLiteral1361554341, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_5 = V_1; ((RSASslSignatureFormatter_t2709678514_StaticFields*)il2cpp_codegen_static_fields_for(RSASslSignatureFormatter_t2709678514_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map16_2(L_5); } IL_002b: { Dictionary_2_t2736202052 * L_6 = ((RSASslSignatureFormatter_t2709678514_StaticFields*)il2cpp_codegen_static_fields_for(RSASslSignatureFormatter_t2709678514_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map16_2(); String_t* L_7 = V_0; NullCheck(L_6); bool L_8 = Dictionary_2_TryGetValue_m1013208020(L_6, L_7, (&V_2), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_8) { goto IL_0058; } } { int32_t L_9 = V_2; if (!L_9) { goto IL_0048; } } { goto IL_0058; } IL_0048: { MD5SHA1_t723838944 * L_10 = (MD5SHA1_t723838944 *)il2cpp_codegen_object_new(MD5SHA1_t723838944_il2cpp_TypeInfo_var); MD5SHA1__ctor_m4081016482(L_10, /*hidden argument*/NULL); __this->set_hash_1(L_10); goto IL_0069; } IL_0058: { String_t* L_11 = ___strName0; HashAlgorithm_t1432317219 * L_12 = HashAlgorithm_Create_m644612360(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); __this->set_hash_1(L_12); goto IL_0069; } IL_0069: { return; } } // System.Void Mono.Security.Protocol.Tls.RSASslSignatureFormatter::SetKey(System.Security.Cryptography.AsymmetricAlgorithm) extern "C" IL2CPP_METHOD_ATTR void RSASslSignatureFormatter_SetKey_m979790541 (RSASslSignatureFormatter_t2709678514 * __this, AsymmetricAlgorithm_t932037087 * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RSASslSignatureFormatter_SetKey_m979790541_MetadataUsageId); s_Il2CppMethodInitialized = true; } { AsymmetricAlgorithm_t932037087 * L_0 = ___key0; if (((RSA_t2385438082 *)IsInstClass((RuntimeObject*)L_0, RSA_t2385438082_il2cpp_TypeInfo_var))) { goto IL_0016; } } { ArgumentException_t132251570 * L_1 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_1, _stringLiteral1827055184, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,RSASslSignatureFormatter_SetKey_m979790541_RuntimeMethod_var); } IL_0016: { AsymmetricAlgorithm_t932037087 * L_2 = ___key0; __this->set_key_0(((RSA_t2385438082 *)IsInstClass((RuntimeObject*)L_2, RSA_t2385438082_il2cpp_TypeInfo_var))); 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 #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 Mono.Security.Protocol.Tls.SecurityParameters::.ctor() extern "C" IL2CPP_METHOD_ATTR void SecurityParameters__ctor_m3952189175 (SecurityParameters_t2199972650 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // Mono.Security.Protocol.Tls.CipherSuite Mono.Security.Protocol.Tls.SecurityParameters::get_Cipher() extern "C" IL2CPP_METHOD_ATTR CipherSuite_t3414744575 * SecurityParameters_get_Cipher_m108846204 (SecurityParameters_t2199972650 * __this, const RuntimeMethod* method) { { CipherSuite_t3414744575 * L_0 = __this->get_cipher_0(); return L_0; } } // System.Void Mono.Security.Protocol.Tls.SecurityParameters::set_Cipher(Mono.Security.Protocol.Tls.CipherSuite) extern "C" IL2CPP_METHOD_ATTR void SecurityParameters_set_Cipher_m588445085 (SecurityParameters_t2199972650 * __this, CipherSuite_t3414744575 * ___value0, const RuntimeMethod* method) { { CipherSuite_t3414744575 * L_0 = ___value0; __this->set_cipher_0(L_0); return; } } // System.Byte[] Mono.Security.Protocol.Tls.SecurityParameters::get_ClientWriteMAC() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* SecurityParameters_get_ClientWriteMAC_m225554750 (SecurityParameters_t2199972650 * __this, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = __this->get_clientWriteMAC_1(); return L_0; } } // System.Void Mono.Security.Protocol.Tls.SecurityParameters::set_ClientWriteMAC(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void SecurityParameters_set_ClientWriteMAC_m2984527188 (SecurityParameters_t2199972650 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = ___value0; __this->set_clientWriteMAC_1(L_0); return; } } // System.Byte[] Mono.Security.Protocol.Tls.SecurityParameters::get_ServerWriteMAC() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* SecurityParameters_get_ServerWriteMAC_m3430427271 (SecurityParameters_t2199972650 * __this, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = __this->get_serverWriteMAC_2(); return L_0; } } // System.Void Mono.Security.Protocol.Tls.SecurityParameters::set_ServerWriteMAC(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void SecurityParameters_set_ServerWriteMAC_m3003817350 (SecurityParameters_t2199972650 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = ___value0; __this->set_serverWriteMAC_2(L_0); return; } } // System.Void Mono.Security.Protocol.Tls.SecurityParameters::Clear() extern "C" IL2CPP_METHOD_ATTR void SecurityParameters_Clear_m680574382 (SecurityParameters_t2199972650 * __this, const RuntimeMethod* method) { { __this->set_cipher_0((CipherSuite_t3414744575 *)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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Security.Protocol.Tls.SslCipherSuite::.ctor(System.Int16,System.String,Mono.Security.Protocol.Tls.CipherAlgorithmType,Mono.Security.Protocol.Tls.HashAlgorithmType,Mono.Security.Protocol.Tls.ExchangeAlgorithmType,System.Boolean,System.Boolean,System.Byte,System.Byte,System.Int16,System.Byte,System.Byte) extern "C" IL2CPP_METHOD_ATTR void SslCipherSuite__ctor_m1470082018 (SslCipherSuite_t1981645747 * __this, int16_t ___code0, String_t* ___name1, int32_t ___cipherAlgorithmType2, int32_t ___hashAlgorithmType3, int32_t ___exchangeAlgorithmType4, bool ___exportable5, bool ___blockMode6, uint8_t ___keyMaterialSize7, uint8_t ___expandedKeyMaterialSize8, int16_t ___effectiveKeyBytes9, uint8_t ___ivSize10, uint8_t ___blockSize11, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SslCipherSuite__ctor_m1470082018_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t G_B3_0 = 0; { int16_t L_0 = ___code0; String_t* L_1 = ___name1; int32_t L_2 = ___cipherAlgorithmType2; int32_t L_3 = ___hashAlgorithmType3; int32_t L_4 = ___exchangeAlgorithmType4; bool L_5 = ___exportable5; bool L_6 = ___blockMode6; uint8_t L_7 = ___keyMaterialSize7; uint8_t L_8 = ___expandedKeyMaterialSize8; int16_t L_9 = ___effectiveKeyBytes9; uint8_t L_10 = ___ivSize10; uint8_t L_11 = ___blockSize11; IL2CPP_RUNTIME_CLASS_INIT(CipherSuite_t3414744575_il2cpp_TypeInfo_var); CipherSuite__ctor_m2440635082(__this, L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, L_8, L_9, L_10, L_11, /*hidden argument*/NULL); int32_t L_12 = ___hashAlgorithmType3; if (L_12) { goto IL_0029; } } { G_B3_0 = ((int32_t)48); goto IL_002b; } IL_0029: { G_B3_0 = ((int32_t)40); } IL_002b: { V_0 = G_B3_0; int32_t L_13 = V_0; __this->set_pad1_21(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_13))); int32_t L_14 = V_0; __this->set_pad2_22(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_14))); V_1 = 0; goto IL_0063; } IL_004b: { ByteU5BU5D_t4116647657* L_15 = __this->get_pad1_21(); int32_t L_16 = V_1; NullCheck(L_15); (L_15)->SetAt(static_cast(L_16), (uint8_t)((int32_t)54)); ByteU5BU5D_t4116647657* L_17 = __this->get_pad2_22(); int32_t L_18 = V_1; NullCheck(L_17); (L_17)->SetAt(static_cast(L_18), (uint8_t)((int32_t)92)); int32_t L_19 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0063: { int32_t L_20 = V_1; int32_t L_21 = V_0; if ((((int32_t)L_20) < ((int32_t)L_21))) { goto IL_004b; } } { return; } } // System.Byte[] Mono.Security.Protocol.Tls.SslCipherSuite::ComputeServerRecordMAC(Mono.Security.Protocol.Tls.ContentType,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* SslCipherSuite_ComputeServerRecordMAC_m1297079805 (SslCipherSuite_t1981645747 * __this, uint8_t ___contentType0, ByteU5BU5D_t4116647657* ___fragment1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SslCipherSuite_ComputeServerRecordMAC_m1297079805_MetadataUsageId); s_Il2CppMethodInitialized = true; } HashAlgorithm_t1432317219 * V_0 = NULL; ByteU5BU5D_t4116647657* V_1 = NULL; uint64_t V_2 = 0; ByteU5BU5D_t4116647657* V_3 = NULL; uint64_t G_B5_0 = 0; { String_t* L_0 = CipherSuite_get_HashAlgorithmName_m3758129154(__this, /*hidden argument*/NULL); HashAlgorithm_t1432317219 * L_1 = HashAlgorithm_Create_m644612360(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; Context_t3971234707 * L_2 = CipherSuite_get_Context_m1621551997(__this, /*hidden argument*/NULL); NullCheck(L_2); SecurityParameters_t2199972650 * L_3 = Context_get_Read_m4172356735(L_2, /*hidden argument*/NULL); NullCheck(L_3); ByteU5BU5D_t4116647657* L_4 = SecurityParameters_get_ServerWriteMAC_m3430427271(L_3, /*hidden argument*/NULL); V_1 = L_4; HashAlgorithm_t1432317219 * L_5 = V_0; ByteU5BU5D_t4116647657* L_6 = V_1; ByteU5BU5D_t4116647657* L_7 = V_1; NullCheck(L_7); ByteU5BU5D_t4116647657* L_8 = V_1; NullCheck(L_5); HashAlgorithm_TransformBlock_m4006041779(L_5, L_6, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))), L_8, 0, /*hidden argument*/NULL); HashAlgorithm_t1432317219 * L_9 = V_0; ByteU5BU5D_t4116647657* L_10 = __this->get_pad1_21(); ByteU5BU5D_t4116647657* L_11 = __this->get_pad1_21(); NullCheck(L_11); ByteU5BU5D_t4116647657* L_12 = __this->get_pad1_21(); NullCheck(L_9); HashAlgorithm_TransformBlock_m4006041779(L_9, L_10, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length)))), L_12, 0, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_13 = __this->get_header_23(); if (L_13) { goto IL_0060; } } { __this->set_header_23(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)11)))); } IL_0060: { Context_t3971234707 * L_14 = CipherSuite_get_Context_m1621551997(__this, /*hidden argument*/NULL); if (!((ClientContext_t2797401965 *)IsInstClass((RuntimeObject*)L_14, ClientContext_t2797401965_il2cpp_TypeInfo_var))) { goto IL_0080; } } { Context_t3971234707 * L_15 = CipherSuite_get_Context_m1621551997(__this, /*hidden argument*/NULL); NullCheck(L_15); uint64_t L_16 = Context_get_ReadSequenceNumber_m3883329199(L_15, /*hidden argument*/NULL); G_B5_0 = L_16; goto IL_008b; } IL_0080: { Context_t3971234707 * L_17 = CipherSuite_get_Context_m1621551997(__this, /*hidden argument*/NULL); NullCheck(L_17); uint64_t L_18 = Context_get_WriteSequenceNumber_m1115956887(L_17, /*hidden argument*/NULL); G_B5_0 = L_18; } IL_008b: { V_2 = G_B5_0; ByteU5BU5D_t4116647657* L_19 = __this->get_header_23(); uint64_t L_20 = V_2; CipherSuite_Write_m1841735015(__this, L_19, 0, L_20, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_21 = __this->get_header_23(); uint8_t L_22 = ___contentType0; NullCheck(L_21); (L_21)->SetAt(static_cast(8), (uint8_t)L_22); ByteU5BU5D_t4116647657* L_23 = __this->get_header_23(); ByteU5BU5D_t4116647657* L_24 = ___fragment1; NullCheck(L_24); CipherSuite_Write_m1172814058(__this, L_23, ((int32_t)9), (((int16_t)((int16_t)(((int32_t)((int32_t)(((RuntimeArray *)L_24)->max_length))))))), /*hidden argument*/NULL); HashAlgorithm_t1432317219 * L_25 = V_0; ByteU5BU5D_t4116647657* L_26 = __this->get_header_23(); ByteU5BU5D_t4116647657* L_27 = __this->get_header_23(); NullCheck(L_27); ByteU5BU5D_t4116647657* L_28 = __this->get_header_23(); NullCheck(L_25); HashAlgorithm_TransformBlock_m4006041779(L_25, L_26, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_27)->max_length)))), L_28, 0, /*hidden argument*/NULL); HashAlgorithm_t1432317219 * L_29 = V_0; ByteU5BU5D_t4116647657* L_30 = ___fragment1; ByteU5BU5D_t4116647657* L_31 = ___fragment1; NullCheck(L_31); ByteU5BU5D_t4116647657* L_32 = ___fragment1; NullCheck(L_29); HashAlgorithm_TransformBlock_m4006041779(L_29, L_30, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_31)->max_length)))), L_32, 0, /*hidden argument*/NULL); HashAlgorithm_t1432317219 * L_33 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CipherSuite_t3414744575_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_34 = ((CipherSuite_t3414744575_StaticFields*)il2cpp_codegen_static_fields_for(CipherSuite_t3414744575_il2cpp_TypeInfo_var))->get_EmptyArray_0(); NullCheck(L_33); HashAlgorithm_TransformFinalBlock_m3005451348(L_33, L_34, 0, 0, /*hidden argument*/NULL); HashAlgorithm_t1432317219 * L_35 = V_0; NullCheck(L_35); ByteU5BU5D_t4116647657* L_36 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(13 /* System.Byte[] System.Security.Cryptography.HashAlgorithm::get_Hash() */, L_35); V_3 = L_36; HashAlgorithm_t1432317219 * L_37 = V_0; NullCheck(L_37); VirtActionInvoker0::Invoke(17 /* System.Void System.Security.Cryptography.HashAlgorithm::Initialize() */, L_37); HashAlgorithm_t1432317219 * L_38 = V_0; ByteU5BU5D_t4116647657* L_39 = V_1; ByteU5BU5D_t4116647657* L_40 = V_1; NullCheck(L_40); ByteU5BU5D_t4116647657* L_41 = V_1; NullCheck(L_38); HashAlgorithm_TransformBlock_m4006041779(L_38, L_39, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_40)->max_length)))), L_41, 0, /*hidden argument*/NULL); HashAlgorithm_t1432317219 * L_42 = V_0; ByteU5BU5D_t4116647657* L_43 = __this->get_pad2_22(); ByteU5BU5D_t4116647657* L_44 = __this->get_pad2_22(); NullCheck(L_44); ByteU5BU5D_t4116647657* L_45 = __this->get_pad2_22(); NullCheck(L_42); HashAlgorithm_TransformBlock_m4006041779(L_42, L_43, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_44)->max_length)))), L_45, 0, /*hidden argument*/NULL); HashAlgorithm_t1432317219 * L_46 = V_0; ByteU5BU5D_t4116647657* L_47 = V_3; ByteU5BU5D_t4116647657* L_48 = V_3; NullCheck(L_48); ByteU5BU5D_t4116647657* L_49 = V_3; NullCheck(L_46); HashAlgorithm_TransformBlock_m4006041779(L_46, L_47, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_48)->max_length)))), L_49, 0, /*hidden argument*/NULL); HashAlgorithm_t1432317219 * L_50 = V_0; ByteU5BU5D_t4116647657* L_51 = ((CipherSuite_t3414744575_StaticFields*)il2cpp_codegen_static_fields_for(CipherSuite_t3414744575_il2cpp_TypeInfo_var))->get_EmptyArray_0(); NullCheck(L_50); HashAlgorithm_TransformFinalBlock_m3005451348(L_50, L_51, 0, 0, /*hidden argument*/NULL); HashAlgorithm_t1432317219 * L_52 = V_0; NullCheck(L_52); ByteU5BU5D_t4116647657* L_53 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(13 /* System.Byte[] System.Security.Cryptography.HashAlgorithm::get_Hash() */, L_52); return L_53; } } // System.Byte[] Mono.Security.Protocol.Tls.SslCipherSuite::ComputeClientRecordMAC(Mono.Security.Protocol.Tls.ContentType,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* SslCipherSuite_ComputeClientRecordMAC_m3756410489 (SslCipherSuite_t1981645747 * __this, uint8_t ___contentType0, ByteU5BU5D_t4116647657* ___fragment1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SslCipherSuite_ComputeClientRecordMAC_m3756410489_MetadataUsageId); s_Il2CppMethodInitialized = true; } HashAlgorithm_t1432317219 * V_0 = NULL; ByteU5BU5D_t4116647657* V_1 = NULL; uint64_t V_2 = 0; ByteU5BU5D_t4116647657* V_3 = NULL; uint64_t G_B5_0 = 0; { String_t* L_0 = CipherSuite_get_HashAlgorithmName_m3758129154(__this, /*hidden argument*/NULL); HashAlgorithm_t1432317219 * L_1 = HashAlgorithm_Create_m644612360(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; Context_t3971234707 * L_2 = CipherSuite_get_Context_m1621551997(__this, /*hidden argument*/NULL); NullCheck(L_2); SecurityParameters_t2199972650 * L_3 = Context_get_Current_m2853615040(L_2, /*hidden argument*/NULL); NullCheck(L_3); ByteU5BU5D_t4116647657* L_4 = SecurityParameters_get_ClientWriteMAC_m225554750(L_3, /*hidden argument*/NULL); V_1 = L_4; HashAlgorithm_t1432317219 * L_5 = V_0; ByteU5BU5D_t4116647657* L_6 = V_1; ByteU5BU5D_t4116647657* L_7 = V_1; NullCheck(L_7); ByteU5BU5D_t4116647657* L_8 = V_1; NullCheck(L_5); HashAlgorithm_TransformBlock_m4006041779(L_5, L_6, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))), L_8, 0, /*hidden argument*/NULL); HashAlgorithm_t1432317219 * L_9 = V_0; ByteU5BU5D_t4116647657* L_10 = __this->get_pad1_21(); ByteU5BU5D_t4116647657* L_11 = __this->get_pad1_21(); NullCheck(L_11); ByteU5BU5D_t4116647657* L_12 = __this->get_pad1_21(); NullCheck(L_9); HashAlgorithm_TransformBlock_m4006041779(L_9, L_10, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length)))), L_12, 0, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_13 = __this->get_header_23(); if (L_13) { goto IL_0060; } } { __this->set_header_23(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)11)))); } IL_0060: { Context_t3971234707 * L_14 = CipherSuite_get_Context_m1621551997(__this, /*hidden argument*/NULL); if (!((ClientContext_t2797401965 *)IsInstClass((RuntimeObject*)L_14, ClientContext_t2797401965_il2cpp_TypeInfo_var))) { goto IL_0080; } } { Context_t3971234707 * L_15 = CipherSuite_get_Context_m1621551997(__this, /*hidden argument*/NULL); NullCheck(L_15); uint64_t L_16 = Context_get_WriteSequenceNumber_m1115956887(L_15, /*hidden argument*/NULL); G_B5_0 = L_16; goto IL_008b; } IL_0080: { Context_t3971234707 * L_17 = CipherSuite_get_Context_m1621551997(__this, /*hidden argument*/NULL); NullCheck(L_17); uint64_t L_18 = Context_get_ReadSequenceNumber_m3883329199(L_17, /*hidden argument*/NULL); G_B5_0 = L_18; } IL_008b: { V_2 = G_B5_0; ByteU5BU5D_t4116647657* L_19 = __this->get_header_23(); uint64_t L_20 = V_2; CipherSuite_Write_m1841735015(__this, L_19, 0, L_20, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_21 = __this->get_header_23(); uint8_t L_22 = ___contentType0; NullCheck(L_21); (L_21)->SetAt(static_cast(8), (uint8_t)L_22); ByteU5BU5D_t4116647657* L_23 = __this->get_header_23(); ByteU5BU5D_t4116647657* L_24 = ___fragment1; NullCheck(L_24); CipherSuite_Write_m1172814058(__this, L_23, ((int32_t)9), (((int16_t)((int16_t)(((int32_t)((int32_t)(((RuntimeArray *)L_24)->max_length))))))), /*hidden argument*/NULL); HashAlgorithm_t1432317219 * L_25 = V_0; ByteU5BU5D_t4116647657* L_26 = __this->get_header_23(); ByteU5BU5D_t4116647657* L_27 = __this->get_header_23(); NullCheck(L_27); ByteU5BU5D_t4116647657* L_28 = __this->get_header_23(); NullCheck(L_25); HashAlgorithm_TransformBlock_m4006041779(L_25, L_26, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_27)->max_length)))), L_28, 0, /*hidden argument*/NULL); HashAlgorithm_t1432317219 * L_29 = V_0; ByteU5BU5D_t4116647657* L_30 = ___fragment1; ByteU5BU5D_t4116647657* L_31 = ___fragment1; NullCheck(L_31); ByteU5BU5D_t4116647657* L_32 = ___fragment1; NullCheck(L_29); HashAlgorithm_TransformBlock_m4006041779(L_29, L_30, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_31)->max_length)))), L_32, 0, /*hidden argument*/NULL); HashAlgorithm_t1432317219 * L_33 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CipherSuite_t3414744575_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_34 = ((CipherSuite_t3414744575_StaticFields*)il2cpp_codegen_static_fields_for(CipherSuite_t3414744575_il2cpp_TypeInfo_var))->get_EmptyArray_0(); NullCheck(L_33); HashAlgorithm_TransformFinalBlock_m3005451348(L_33, L_34, 0, 0, /*hidden argument*/NULL); HashAlgorithm_t1432317219 * L_35 = V_0; NullCheck(L_35); ByteU5BU5D_t4116647657* L_36 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(13 /* System.Byte[] System.Security.Cryptography.HashAlgorithm::get_Hash() */, L_35); V_3 = L_36; HashAlgorithm_t1432317219 * L_37 = V_0; NullCheck(L_37); VirtActionInvoker0::Invoke(17 /* System.Void System.Security.Cryptography.HashAlgorithm::Initialize() */, L_37); HashAlgorithm_t1432317219 * L_38 = V_0; ByteU5BU5D_t4116647657* L_39 = V_1; ByteU5BU5D_t4116647657* L_40 = V_1; NullCheck(L_40); ByteU5BU5D_t4116647657* L_41 = V_1; NullCheck(L_38); HashAlgorithm_TransformBlock_m4006041779(L_38, L_39, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_40)->max_length)))), L_41, 0, /*hidden argument*/NULL); HashAlgorithm_t1432317219 * L_42 = V_0; ByteU5BU5D_t4116647657* L_43 = __this->get_pad2_22(); ByteU5BU5D_t4116647657* L_44 = __this->get_pad2_22(); NullCheck(L_44); ByteU5BU5D_t4116647657* L_45 = __this->get_pad2_22(); NullCheck(L_42); HashAlgorithm_TransformBlock_m4006041779(L_42, L_43, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_44)->max_length)))), L_45, 0, /*hidden argument*/NULL); HashAlgorithm_t1432317219 * L_46 = V_0; ByteU5BU5D_t4116647657* L_47 = V_3; ByteU5BU5D_t4116647657* L_48 = V_3; NullCheck(L_48); ByteU5BU5D_t4116647657* L_49 = V_3; NullCheck(L_46); HashAlgorithm_TransformBlock_m4006041779(L_46, L_47, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_48)->max_length)))), L_49, 0, /*hidden argument*/NULL); HashAlgorithm_t1432317219 * L_50 = V_0; ByteU5BU5D_t4116647657* L_51 = ((CipherSuite_t3414744575_StaticFields*)il2cpp_codegen_static_fields_for(CipherSuite_t3414744575_il2cpp_TypeInfo_var))->get_EmptyArray_0(); NullCheck(L_50); HashAlgorithm_TransformFinalBlock_m3005451348(L_50, L_51, 0, 0, /*hidden argument*/NULL); HashAlgorithm_t1432317219 * L_52 = V_0; NullCheck(L_52); ByteU5BU5D_t4116647657* L_53 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(13 /* System.Byte[] System.Security.Cryptography.HashAlgorithm::get_Hash() */, L_52); return L_53; } } // System.Void Mono.Security.Protocol.Tls.SslCipherSuite::ComputeMasterSecret(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void SslCipherSuite_ComputeMasterSecret_m3963626850 (SslCipherSuite_t1981645747 * __this, ByteU5BU5D_t4116647657* ___preMasterSecret0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SslCipherSuite_ComputeMasterSecret_m3963626850_MetadataUsageId); s_Il2CppMethodInitialized = true; } TlsStream_t2365453965 * V_0 = NULL; { TlsStream_t2365453965 * L_0 = (TlsStream_t2365453965 *)il2cpp_codegen_object_new(TlsStream_t2365453965_il2cpp_TypeInfo_var); TlsStream__ctor_m787793111(L_0, /*hidden argument*/NULL); V_0 = L_0; TlsStream_t2365453965 * L_1 = V_0; ByteU5BU5D_t4116647657* L_2 = ___preMasterSecret0; Context_t3971234707 * L_3 = CipherSuite_get_Context_m1621551997(__this, /*hidden argument*/NULL); NullCheck(L_3); ByteU5BU5D_t4116647657* L_4 = Context_get_RandomCS_m1367948315(L_3, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_5 = SslCipherSuite_prf_m922878400(__this, L_2, _stringLiteral3452614623, L_4, /*hidden argument*/NULL); NullCheck(L_1); TlsStream_Write_m4133894341(L_1, L_5, /*hidden argument*/NULL); TlsStream_t2365453965 * L_6 = V_0; ByteU5BU5D_t4116647657* L_7 = ___preMasterSecret0; Context_t3971234707 * L_8 = CipherSuite_get_Context_m1621551997(__this, /*hidden argument*/NULL); NullCheck(L_8); ByteU5BU5D_t4116647657* L_9 = Context_get_RandomCS_m1367948315(L_8, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_10 = SslCipherSuite_prf_m922878400(__this, L_7, _stringLiteral3456677854, L_9, /*hidden argument*/NULL); NullCheck(L_6); TlsStream_Write_m4133894341(L_6, L_10, /*hidden argument*/NULL); TlsStream_t2365453965 * L_11 = V_0; ByteU5BU5D_t4116647657* L_12 = ___preMasterSecret0; Context_t3971234707 * L_13 = CipherSuite_get_Context_m1621551997(__this, /*hidden argument*/NULL); NullCheck(L_13); ByteU5BU5D_t4116647657* L_14 = Context_get_RandomCS_m1367948315(L_13, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_15 = SslCipherSuite_prf_m922878400(__this, L_12, _stringLiteral3409069272, L_14, /*hidden argument*/NULL); NullCheck(L_11); TlsStream_Write_m4133894341(L_11, L_15, /*hidden argument*/NULL); Context_t3971234707 * L_16 = CipherSuite_get_Context_m1621551997(__this, /*hidden argument*/NULL); TlsStream_t2365453965 * L_17 = V_0; NullCheck(L_17); ByteU5BU5D_t4116647657* L_18 = TlsStream_ToArray_m4177184296(L_17, /*hidden argument*/NULL); NullCheck(L_16); Context_set_MasterSecret_m3419105191(L_16, L_18, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.Protocol.Tls.SslCipherSuite::ComputeKeys() extern "C" IL2CPP_METHOD_ATTR void SslCipherSuite_ComputeKeys_m661027754 (SslCipherSuite_t1981645747 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SslCipherSuite_ComputeKeys_m661027754_MetadataUsageId); s_Il2CppMethodInitialized = true; } TlsStream_t2365453965 * V_0 = NULL; Il2CppChar V_1 = 0x0; int32_t V_2 = 0; String_t* V_3 = NULL; int32_t V_4 = 0; ByteU5BU5D_t4116647657* V_5 = NULL; int32_t V_6 = 0; TlsStream_t2365453965 * V_7 = NULL; HashAlgorithm_t1432317219 * V_8 = NULL; int32_t V_9 = 0; ByteU5BU5D_t4116647657* V_10 = NULL; ByteU5BU5D_t4116647657* V_11 = NULL; ByteU5BU5D_t4116647657* V_12 = NULL; int32_t G_B7_0 = 0; { TlsStream_t2365453965 * L_0 = (TlsStream_t2365453965 *)il2cpp_codegen_object_new(TlsStream_t2365453965_il2cpp_TypeInfo_var); TlsStream__ctor_m787793111(L_0, /*hidden argument*/NULL); V_0 = L_0; V_1 = ((int32_t)65); V_2 = 1; goto IL_00a3; } IL_0010: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_3 = L_1; V_4 = 0; goto IL_0032; } IL_001e: { String_t* L_2 = V_3; String_t* L_3 = Char_ToString_m3588025615((&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m3937257545(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); V_3 = L_4; int32_t L_5 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0032: { int32_t L_6 = V_4; int32_t L_7 = V_2; if ((((int32_t)L_6) < ((int32_t)L_7))) { goto IL_001e; } } { Context_t3971234707 * L_8 = CipherSuite_get_Context_m1621551997(__this, /*hidden argument*/NULL); NullCheck(L_8); ByteU5BU5D_t4116647657* L_9 = Context_get_MasterSecret_m676083615(L_8, /*hidden argument*/NULL); String_t* L_10 = V_3; NullCheck(L_10); String_t* L_11 = String_ToString_m838249115(L_10, /*hidden argument*/NULL); Context_t3971234707 * L_12 = CipherSuite_get_Context_m1621551997(__this, /*hidden argument*/NULL); NullCheck(L_12); ByteU5BU5D_t4116647657* L_13 = Context_get_RandomSC_m1891758699(L_12, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_14 = SslCipherSuite_prf_m922878400(__this, L_9, L_11, L_13, /*hidden argument*/NULL); V_5 = L_14; TlsStream_t2365453965 * L_15 = V_0; NullCheck(L_15); int64_t L_16 = VirtFuncInvoker0< int64_t >::Invoke(8 /* System.Int64 Mono.Security.Protocol.Tls.TlsStream::get_Length() */, L_15); ByteU5BU5D_t4116647657* L_17 = V_5; NullCheck(L_17); int32_t L_18 = CipherSuite_get_KeyBlockSize_m519075451(__this, /*hidden argument*/NULL); if ((((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_16, (int64_t)(((int64_t)((int64_t)(((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length)))))))))) <= ((int64_t)(((int64_t)((int64_t)L_18)))))) { goto IL_0089; } } { int32_t L_19 = CipherSuite_get_KeyBlockSize_m519075451(__this, /*hidden argument*/NULL); TlsStream_t2365453965 * L_20 = V_0; NullCheck(L_20); int64_t L_21 = VirtFuncInvoker0< int64_t >::Invoke(8 /* System.Int64 Mono.Security.Protocol.Tls.TlsStream::get_Length() */, L_20); G_B7_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)(((int32_t)((int32_t)L_21))))); goto IL_008d; } IL_0089: { ByteU5BU5D_t4116647657* L_22 = V_5; NullCheck(L_22); G_B7_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_22)->max_length)))); } IL_008d: { V_6 = G_B7_0; TlsStream_t2365453965 * L_23 = V_0; ByteU5BU5D_t4116647657* L_24 = V_5; int32_t L_25 = V_6; NullCheck(L_23); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(20 /* System.Void Mono.Security.Protocol.Tls.TlsStream::Write(System.Byte[],System.Int32,System.Int32) */, L_23, L_24, 0, L_25); Il2CppChar L_26 = V_1; V_1 = (((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1))))); int32_t L_27 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_00a3: { TlsStream_t2365453965 * L_28 = V_0; NullCheck(L_28); int64_t L_29 = VirtFuncInvoker0< int64_t >::Invoke(8 /* System.Int64 Mono.Security.Protocol.Tls.TlsStream::get_Length() */, L_28); int32_t L_30 = CipherSuite_get_KeyBlockSize_m519075451(__this, /*hidden argument*/NULL); if ((((int64_t)L_29) < ((int64_t)(((int64_t)((int64_t)L_30)))))) { goto IL_0010; } } { TlsStream_t2365453965 * L_31 = V_0; NullCheck(L_31); ByteU5BU5D_t4116647657* L_32 = TlsStream_ToArray_m4177184296(L_31, /*hidden argument*/NULL); TlsStream_t2365453965 * L_33 = (TlsStream_t2365453965 *)il2cpp_codegen_object_new(TlsStream_t2365453965_il2cpp_TypeInfo_var); TlsStream__ctor_m277557575(L_33, L_32, /*hidden argument*/NULL); V_7 = L_33; Context_t3971234707 * L_34 = CipherSuite_get_Context_m1621551997(__this, /*hidden argument*/NULL); NullCheck(L_34); SecurityParameters_t2199972650 * L_35 = Context_get_Negotiating_m2044579817(L_34, /*hidden argument*/NULL); TlsStream_t2365453965 * L_36 = V_7; int32_t L_37 = CipherSuite_get_HashSize_m4060916532(__this, /*hidden argument*/NULL); NullCheck(L_36); ByteU5BU5D_t4116647657* L_38 = TlsStream_ReadBytes_m2334803179(L_36, L_37, /*hidden argument*/NULL); NullCheck(L_35); SecurityParameters_set_ClientWriteMAC_m2984527188(L_35, L_38, /*hidden argument*/NULL); Context_t3971234707 * L_39 = CipherSuite_get_Context_m1621551997(__this, /*hidden argument*/NULL); NullCheck(L_39); SecurityParameters_t2199972650 * L_40 = Context_get_Negotiating_m2044579817(L_39, /*hidden argument*/NULL); TlsStream_t2365453965 * L_41 = V_7; int32_t L_42 = CipherSuite_get_HashSize_m4060916532(__this, /*hidden argument*/NULL); NullCheck(L_41); ByteU5BU5D_t4116647657* L_43 = TlsStream_ReadBytes_m2334803179(L_41, L_42, /*hidden argument*/NULL); NullCheck(L_40); SecurityParameters_set_ServerWriteMAC_m3003817350(L_40, L_43, /*hidden argument*/NULL); Context_t3971234707 * L_44 = CipherSuite_get_Context_m1621551997(__this, /*hidden argument*/NULL); TlsStream_t2365453965 * L_45 = V_7; uint8_t L_46 = CipherSuite_get_KeyMaterialSize_m3569550689(__this, /*hidden argument*/NULL); NullCheck(L_45); ByteU5BU5D_t4116647657* L_47 = TlsStream_ReadBytes_m2334803179(L_45, L_46, /*hidden argument*/NULL); NullCheck(L_44); Context_set_ClientWriteKey_m1601425248(L_44, L_47, /*hidden argument*/NULL); Context_t3971234707 * L_48 = CipherSuite_get_Context_m1621551997(__this, /*hidden argument*/NULL); TlsStream_t2365453965 * L_49 = V_7; uint8_t L_50 = CipherSuite_get_KeyMaterialSize_m3569550689(__this, /*hidden argument*/NULL); NullCheck(L_49); ByteU5BU5D_t4116647657* L_51 = TlsStream_ReadBytes_m2334803179(L_49, L_50, /*hidden argument*/NULL); NullCheck(L_48); Context_set_ServerWriteKey_m3347272648(L_48, L_51, /*hidden argument*/NULL); bool L_52 = CipherSuite_get_IsExportable_m677202963(__this, /*hidden argument*/NULL); if (L_52) { goto IL_019c; } } { uint8_t L_53 = CipherSuite_get_IvSize_m630778063(__this, /*hidden argument*/NULL); if (!L_53) { goto IL_0177; } } { Context_t3971234707 * L_54 = CipherSuite_get_Context_m1621551997(__this, /*hidden argument*/NULL); TlsStream_t2365453965 * L_55 = V_7; uint8_t L_56 = CipherSuite_get_IvSize_m630778063(__this, /*hidden argument*/NULL); NullCheck(L_55); ByteU5BU5D_t4116647657* L_57 = TlsStream_ReadBytes_m2334803179(L_55, L_56, /*hidden argument*/NULL); NullCheck(L_54); Context_set_ClientWriteIV_m3405909624(L_54, L_57, /*hidden argument*/NULL); Context_t3971234707 * L_58 = CipherSuite_get_Context_m1621551997(__this, /*hidden argument*/NULL); TlsStream_t2365453965 * L_59 = V_7; uint8_t L_60 = CipherSuite_get_IvSize_m630778063(__this, /*hidden argument*/NULL); NullCheck(L_59); ByteU5BU5D_t4116647657* L_61 = TlsStream_ReadBytes_m2334803179(L_59, L_60, /*hidden argument*/NULL); NullCheck(L_58); Context_set_ServerWriteIV_m1007123427(L_58, L_61, /*hidden argument*/NULL); goto IL_0197; } IL_0177: { Context_t3971234707 * L_62 = CipherSuite_get_Context_m1621551997(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CipherSuite_t3414744575_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_63 = ((CipherSuite_t3414744575_StaticFields*)il2cpp_codegen_static_fields_for(CipherSuite_t3414744575_il2cpp_TypeInfo_var))->get_EmptyArray_0(); NullCheck(L_62); Context_set_ClientWriteIV_m3405909624(L_62, L_63, /*hidden argument*/NULL); Context_t3971234707 * L_64 = CipherSuite_get_Context_m1621551997(__this, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_65 = ((CipherSuite_t3414744575_StaticFields*)il2cpp_codegen_static_fields_for(CipherSuite_t3414744575_il2cpp_TypeInfo_var))->get_EmptyArray_0(); NullCheck(L_64); Context_set_ServerWriteIV_m1007123427(L_64, L_65, /*hidden argument*/NULL); } IL_0197: { goto IL_038b; } IL_019c: { MD5_t3177620429 * L_66 = MD5_Create_m3522414168(NULL /*static, unused*/, /*hidden argument*/NULL); V_8 = L_66; HashAlgorithm_t1432317219 * L_67 = V_8; NullCheck(L_67); int32_t L_68 = VirtFuncInvoker0< int32_t >::Invoke(16 /* System.Int32 System.Security.Cryptography.HashAlgorithm::get_HashSize() */, L_67); V_9 = ((int32_t)((int32_t)L_68>>(int32_t)3)); int32_t L_69 = V_9; V_10 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_69)); HashAlgorithm_t1432317219 * L_70 = V_8; Context_t3971234707 * L_71 = CipherSuite_get_Context_m1621551997(__this, /*hidden argument*/NULL); NullCheck(L_71); ByteU5BU5D_t4116647657* L_72 = Context_get_ClientWriteKey_m3174706656(L_71, /*hidden argument*/NULL); Context_t3971234707 * L_73 = CipherSuite_get_Context_m1621551997(__this, /*hidden argument*/NULL); NullCheck(L_73); ByteU5BU5D_t4116647657* L_74 = Context_get_ClientWriteKey_m3174706656(L_73, /*hidden argument*/NULL); NullCheck(L_74); ByteU5BU5D_t4116647657* L_75 = V_10; NullCheck(L_70); HashAlgorithm_TransformBlock_m4006041779(L_70, L_72, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_74)->max_length)))), L_75, 0, /*hidden argument*/NULL); HashAlgorithm_t1432317219 * L_76 = V_8; Context_t3971234707 * L_77 = CipherSuite_get_Context_m1621551997(__this, /*hidden argument*/NULL); NullCheck(L_77); ByteU5BU5D_t4116647657* L_78 = Context_get_RandomCS_m1367948315(L_77, /*hidden argument*/NULL); Context_t3971234707 * L_79 = CipherSuite_get_Context_m1621551997(__this, /*hidden argument*/NULL); NullCheck(L_79); ByteU5BU5D_t4116647657* L_80 = Context_get_RandomCS_m1367948315(L_79, /*hidden argument*/NULL); NullCheck(L_80); NullCheck(L_76); HashAlgorithm_TransformFinalBlock_m3005451348(L_76, L_78, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_80)->max_length)))), /*hidden argument*/NULL); uint8_t L_81 = CipherSuite_get_ExpandedKeyMaterialSize_m197590106(__this, /*hidden argument*/NULL); V_11 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_81)); HashAlgorithm_t1432317219 * L_82 = V_8; NullCheck(L_82); ByteU5BU5D_t4116647657* L_83 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(13 /* System.Byte[] System.Security.Cryptography.HashAlgorithm::get_Hash() */, L_82); ByteU5BU5D_t4116647657* L_84 = V_11; uint8_t L_85 = CipherSuite_get_ExpandedKeyMaterialSize_m197590106(__this, /*hidden argument*/NULL); Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_83, 0, (RuntimeArray *)(RuntimeArray *)L_84, 0, L_85, /*hidden argument*/NULL); HashAlgorithm_t1432317219 * L_86 = V_8; NullCheck(L_86); VirtActionInvoker0::Invoke(17 /* System.Void System.Security.Cryptography.HashAlgorithm::Initialize() */, L_86); HashAlgorithm_t1432317219 * L_87 = V_8; Context_t3971234707 * L_88 = CipherSuite_get_Context_m1621551997(__this, /*hidden argument*/NULL); NullCheck(L_88); ByteU5BU5D_t4116647657* L_89 = Context_get_ServerWriteKey_m2199131569(L_88, /*hidden argument*/NULL); Context_t3971234707 * L_90 = CipherSuite_get_Context_m1621551997(__this, /*hidden argument*/NULL); NullCheck(L_90); ByteU5BU5D_t4116647657* L_91 = Context_get_ServerWriteKey_m2199131569(L_90, /*hidden argument*/NULL); NullCheck(L_91); ByteU5BU5D_t4116647657* L_92 = V_10; NullCheck(L_87); HashAlgorithm_TransformBlock_m4006041779(L_87, L_89, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_91)->max_length)))), L_92, 0, /*hidden argument*/NULL); HashAlgorithm_t1432317219 * L_93 = V_8; Context_t3971234707 * L_94 = CipherSuite_get_Context_m1621551997(__this, /*hidden argument*/NULL); NullCheck(L_94); ByteU5BU5D_t4116647657* L_95 = Context_get_RandomSC_m1891758699(L_94, /*hidden argument*/NULL); Context_t3971234707 * L_96 = CipherSuite_get_Context_m1621551997(__this, /*hidden argument*/NULL); NullCheck(L_96); ByteU5BU5D_t4116647657* L_97 = Context_get_RandomSC_m1891758699(L_96, /*hidden argument*/NULL); NullCheck(L_97); NullCheck(L_93); HashAlgorithm_TransformFinalBlock_m3005451348(L_93, L_95, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_97)->max_length)))), /*hidden argument*/NULL); uint8_t L_98 = CipherSuite_get_ExpandedKeyMaterialSize_m197590106(__this, /*hidden argument*/NULL); V_12 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_98)); HashAlgorithm_t1432317219 * L_99 = V_8; NullCheck(L_99); ByteU5BU5D_t4116647657* L_100 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(13 /* System.Byte[] System.Security.Cryptography.HashAlgorithm::get_Hash() */, L_99); ByteU5BU5D_t4116647657* L_101 = V_12; uint8_t L_102 = CipherSuite_get_ExpandedKeyMaterialSize_m197590106(__this, /*hidden argument*/NULL); Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_100, 0, (RuntimeArray *)(RuntimeArray *)L_101, 0, L_102, /*hidden argument*/NULL); Context_t3971234707 * L_103 = CipherSuite_get_Context_m1621551997(__this, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_104 = V_11; NullCheck(L_103); Context_set_ClientWriteKey_m1601425248(L_103, L_104, /*hidden argument*/NULL); Context_t3971234707 * L_105 = CipherSuite_get_Context_m1621551997(__this, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_106 = V_12; NullCheck(L_105); Context_set_ServerWriteKey_m3347272648(L_105, L_106, /*hidden argument*/NULL); uint8_t L_107 = CipherSuite_get_IvSize_m630778063(__this, /*hidden argument*/NULL); if ((((int32_t)L_107) <= ((int32_t)0))) { goto IL_036b; } } { HashAlgorithm_t1432317219 * L_108 = V_8; NullCheck(L_108); VirtActionInvoker0::Invoke(17 /* System.Void System.Security.Cryptography.HashAlgorithm::Initialize() */, L_108); HashAlgorithm_t1432317219 * L_109 = V_8; Context_t3971234707 * L_110 = CipherSuite_get_Context_m1621551997(__this, /*hidden argument*/NULL); NullCheck(L_110); ByteU5BU5D_t4116647657* L_111 = Context_get_RandomCS_m1367948315(L_110, /*hidden argument*/NULL); Context_t3971234707 * L_112 = CipherSuite_get_Context_m1621551997(__this, /*hidden argument*/NULL); NullCheck(L_112); ByteU5BU5D_t4116647657* L_113 = Context_get_RandomCS_m1367948315(L_112, /*hidden argument*/NULL); NullCheck(L_113); NullCheck(L_109); ByteU5BU5D_t4116647657* L_114 = HashAlgorithm_ComputeHash_m2044824070(L_109, L_111, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_113)->max_length)))), /*hidden argument*/NULL); V_10 = L_114; Context_t3971234707 * L_115 = CipherSuite_get_Context_m1621551997(__this, /*hidden argument*/NULL); uint8_t L_116 = CipherSuite_get_IvSize_m630778063(__this, /*hidden argument*/NULL); NullCheck(L_115); Context_set_ClientWriteIV_m3405909624(L_115, ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_116)), /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_117 = V_10; Context_t3971234707 * L_118 = CipherSuite_get_Context_m1621551997(__this, /*hidden argument*/NULL); NullCheck(L_118); ByteU5BU5D_t4116647657* L_119 = Context_get_ClientWriteIV_m1729804632(L_118, /*hidden argument*/NULL); uint8_t L_120 = CipherSuite_get_IvSize_m630778063(__this, /*hidden argument*/NULL); Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_117, 0, (RuntimeArray *)(RuntimeArray *)L_119, 0, L_120, /*hidden argument*/NULL); HashAlgorithm_t1432317219 * L_121 = V_8; NullCheck(L_121); VirtActionInvoker0::Invoke(17 /* System.Void System.Security.Cryptography.HashAlgorithm::Initialize() */, L_121); HashAlgorithm_t1432317219 * L_122 = V_8; Context_t3971234707 * L_123 = CipherSuite_get_Context_m1621551997(__this, /*hidden argument*/NULL); NullCheck(L_123); ByteU5BU5D_t4116647657* L_124 = Context_get_RandomSC_m1891758699(L_123, /*hidden argument*/NULL); Context_t3971234707 * L_125 = CipherSuite_get_Context_m1621551997(__this, /*hidden argument*/NULL); NullCheck(L_125); ByteU5BU5D_t4116647657* L_126 = Context_get_RandomSC_m1891758699(L_125, /*hidden argument*/NULL); NullCheck(L_126); NullCheck(L_122); ByteU5BU5D_t4116647657* L_127 = HashAlgorithm_ComputeHash_m2044824070(L_122, L_124, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_126)->max_length)))), /*hidden argument*/NULL); V_10 = L_127; Context_t3971234707 * L_128 = CipherSuite_get_Context_m1621551997(__this, /*hidden argument*/NULL); uint8_t L_129 = CipherSuite_get_IvSize_m630778063(__this, /*hidden argument*/NULL); NullCheck(L_128); Context_set_ServerWriteIV_m1007123427(L_128, ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_129)), /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_130 = V_10; Context_t3971234707 * L_131 = CipherSuite_get_Context_m1621551997(__this, /*hidden argument*/NULL); NullCheck(L_131); ByteU5BU5D_t4116647657* L_132 = Context_get_ServerWriteIV_m1839374659(L_131, /*hidden argument*/NULL); uint8_t L_133 = CipherSuite_get_IvSize_m630778063(__this, /*hidden argument*/NULL); Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_130, 0, (RuntimeArray *)(RuntimeArray *)L_132, 0, L_133, /*hidden argument*/NULL); goto IL_038b; } IL_036b: { Context_t3971234707 * L_134 = CipherSuite_get_Context_m1621551997(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CipherSuite_t3414744575_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_135 = ((CipherSuite_t3414744575_StaticFields*)il2cpp_codegen_static_fields_for(CipherSuite_t3414744575_il2cpp_TypeInfo_var))->get_EmptyArray_0(); NullCheck(L_134); Context_set_ClientWriteIV_m3405909624(L_134, L_135, /*hidden argument*/NULL); Context_t3971234707 * L_136 = CipherSuite_get_Context_m1621551997(__this, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_137 = ((CipherSuite_t3414744575_StaticFields*)il2cpp_codegen_static_fields_for(CipherSuite_t3414744575_il2cpp_TypeInfo_var))->get_EmptyArray_0(); NullCheck(L_136); Context_set_ServerWriteIV_m1007123427(L_136, L_137, /*hidden argument*/NULL); } IL_038b: { Context_t3971234707 * L_138 = CipherSuite_get_Context_m1621551997(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ClientSessionCache_t2353595803_il2cpp_TypeInfo_var); ClientSessionCache_SetContextInCache_m2875733100(NULL /*static, unused*/, L_138, /*hidden argument*/NULL); TlsStream_t2365453965 * L_139 = V_7; NullCheck(L_139); TlsStream_Reset_m369197964(L_139, /*hidden argument*/NULL); TlsStream_t2365453965 * L_140 = V_0; NullCheck(L_140); TlsStream_Reset_m369197964(L_140, /*hidden argument*/NULL); return; } } // System.Byte[] Mono.Security.Protocol.Tls.SslCipherSuite::prf(System.Byte[],System.String,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* SslCipherSuite_prf_m922878400 (SslCipherSuite_t1981645747 * __this, ByteU5BU5D_t4116647657* ___secret0, String_t* ___label1, ByteU5BU5D_t4116647657* ___random2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SslCipherSuite_prf_m922878400_MetadataUsageId); s_Il2CppMethodInitialized = true; } HashAlgorithm_t1432317219 * V_0 = NULL; HashAlgorithm_t1432317219 * V_1 = NULL; TlsStream_t2365453965 * V_2 = NULL; ByteU5BU5D_t4116647657* V_3 = NULL; ByteU5BU5D_t4116647657* V_4 = NULL; { MD5_t3177620429 * L_0 = MD5_Create_m3522414168(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; SHA1_t1803193667 * L_1 = SHA1_Create_m1390871308(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = L_1; TlsStream_t2365453965 * L_2 = (TlsStream_t2365453965 *)il2cpp_codegen_object_new(TlsStream_t2365453965_il2cpp_TypeInfo_var); TlsStream__ctor_m787793111(L_2, /*hidden argument*/NULL); V_2 = L_2; TlsStream_t2365453965 * L_3 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_4 = Encoding_get_ASCII_m3595602635(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_5 = ___label1; NullCheck(L_4); ByteU5BU5D_t4116647657* L_6 = VirtFuncInvoker1< ByteU5BU5D_t4116647657*, String_t* >::Invoke(10 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_4, L_5); NullCheck(L_3); TlsStream_Write_m4133894341(L_3, L_6, /*hidden argument*/NULL); TlsStream_t2365453965 * L_7 = V_2; ByteU5BU5D_t4116647657* L_8 = ___secret0; NullCheck(L_7); TlsStream_Write_m4133894341(L_7, L_8, /*hidden argument*/NULL); TlsStream_t2365453965 * L_9 = V_2; ByteU5BU5D_t4116647657* L_10 = ___random2; NullCheck(L_9); TlsStream_Write_m4133894341(L_9, L_10, /*hidden argument*/NULL); HashAlgorithm_t1432317219 * L_11 = V_1; TlsStream_t2365453965 * L_12 = V_2; NullCheck(L_12); ByteU5BU5D_t4116647657* L_13 = TlsStream_ToArray_m4177184296(L_12, /*hidden argument*/NULL); TlsStream_t2365453965 * L_14 = V_2; NullCheck(L_14); int64_t L_15 = VirtFuncInvoker0< int64_t >::Invoke(8 /* System.Int64 Mono.Security.Protocol.Tls.TlsStream::get_Length() */, L_14); NullCheck(L_11); ByteU5BU5D_t4116647657* L_16 = HashAlgorithm_ComputeHash_m2044824070(L_11, L_13, 0, (((int32_t)((int32_t)L_15))), /*hidden argument*/NULL); V_3 = L_16; TlsStream_t2365453965 * L_17 = V_2; NullCheck(L_17); TlsStream_Reset_m369197964(L_17, /*hidden argument*/NULL); TlsStream_t2365453965 * L_18 = V_2; ByteU5BU5D_t4116647657* L_19 = ___secret0; NullCheck(L_18); TlsStream_Write_m4133894341(L_18, L_19, /*hidden argument*/NULL); TlsStream_t2365453965 * L_20 = V_2; ByteU5BU5D_t4116647657* L_21 = V_3; NullCheck(L_20); TlsStream_Write_m4133894341(L_20, L_21, /*hidden argument*/NULL); HashAlgorithm_t1432317219 * L_22 = V_0; TlsStream_t2365453965 * L_23 = V_2; NullCheck(L_23); ByteU5BU5D_t4116647657* L_24 = TlsStream_ToArray_m4177184296(L_23, /*hidden argument*/NULL); TlsStream_t2365453965 * L_25 = V_2; NullCheck(L_25); int64_t L_26 = VirtFuncInvoker0< int64_t >::Invoke(8 /* System.Int64 Mono.Security.Protocol.Tls.TlsStream::get_Length() */, L_25); NullCheck(L_22); ByteU5BU5D_t4116647657* L_27 = HashAlgorithm_ComputeHash_m2044824070(L_22, L_24, 0, (((int32_t)((int32_t)L_26))), /*hidden argument*/NULL); V_4 = L_27; TlsStream_t2365453965 * L_28 = V_2; NullCheck(L_28); TlsStream_Reset_m369197964(L_28, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_29 = V_4; return L_29; } } #ifdef __clang__ #pragma clang diagnostic pop #endif