#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include struct VirtualActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtualFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtualFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; struct GenericVirtualActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericVirtualActionInvoker1 { 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); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct GenericInterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, 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); } }; struct Dictionary_2_t233B22B2AB2DF3C97A82C929AD762AF948A86CD0; struct Dictionary_2_t79BA378F246EFA4AD0AFFA017D788423CACA8638; struct Func_1_t367387BB2C476D3F32DB12161B5FDC128DC3231C; struct Func_4_t40BB883D42F08E5687342C411442BA6DB88FDB27; struct List_1_tBFF9DD9FFA06F20E74F9D7AD36610BD754D353A4; struct List_1_t1F9B4C694194BB665549C7844A774D35DB4CF0C6; struct List_1_t66115954DDD6FE49F5C75D77E8BFADA41CD320C5; struct List_1_tF23AF1726FB08D41BC5FA729DB8629D5CB112AB8; struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD; struct Int32U5BU5DU5BU5D_t179D865D5B30EFCBC50F82C9774329C15943466E; struct Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28; struct BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8; struct BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4; struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031; struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB; struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771; struct DerEnumeratedU5BU5D_tC4747CFF63F9FA0A70322B7CA9A0C7CCF8042D8E; struct DerObjectIdentifierU5BU5D_t099E99A02E0C0241B15DE5BF3DFE1A02B061D667; struct ECFieldElementU5BU5D_tC0083603AC105ED02D1E900751420C8420DFAEBF; struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C; struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832; struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918; struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF; struct StreamU5BU5D_tE599557689D8A9690C5CA10C48A4D797DA081A55; struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248; struct AlgorithmIdentifier_tB7FAF28C7C08EBE2705D43FF2F742AD5F097C305; struct AnssiNamedCurves_tFE66811CA2184D9BD41354DC01597CA809557A8F; struct AnssiObjectIdentifiers_t9F32546050CB11E2DF37F8FAB878277BF0209440; struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263; struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129; struct Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2; struct Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F; struct Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7; struct Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D; struct Asn1OctetString_tB176DD5A7E4BB48D00BEFCE97966F6191F9949D2; struct Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F; struct Asn1Set_t494EEDAAC79092E9DE489F3EA6DE50A290A13C72; struct Asn1TaggedObject_t2DB9C432DA4B3E13450CD1802214CD78B5DDD29F; struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C; struct BerSequence_tB88A0A5044A2FFBB1706EF58F8541EDA15950DBA; struct BerTaggedObject_tF0D35706B94A37CF7C76651F86AC420C59639150; struct BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08; struct CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57; struct ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF; struct ContentInfo_tD2BFAFA440E3F2698B4DE6653065397E465ADE0C; struct Credentials_tEA3478E97986CDF672E18BDB9C0BECA3572EFFD0; struct CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8; struct DHParameter_t90C15C66F000C1B40D206815F3DEF8FB10E68B9C; struct Delegate_t; struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E; struct DerApplicationSpecific_t9C9CBA4F114712501326314D472CA388207F80B6; struct DerBitString_tE81BF16C73422819294A79406519EE56E9FE2F48; struct DerBoolean_t24A9D13F2F313F402DFDF96E4297DD6A971B3C88; struct DerEnumerated_t941CA9A7C2864ECD856B6012B25E323FE418FB9A; struct DerExternal_tE5756ED1EE4DFF604804D231DA4B538E4A63042F; struct DerGeneralizedTime_tED32FF75E996868D168D4F7160368FB57E2FAB6C; struct DerIA5String_tFEB91254C82A8FCC32F260DB2A6135E9AEF5BC23; struct DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F; struct DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967; struct DerSequence_t063B1A6AFFD4FBE34487D3EFADF2647A1D9D4EE9; struct DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824; struct DerUtcTime_t3B4A44B4534E75C7AA69FDED86468F17B7C0DDE5; struct ECCurve_t49813A874471613D85DF7F82186C81F96B71F089; struct ECDomainParameters_t043B92B96F4A72978DD06EA986E518961B816194; struct ECEndomorphism_t62C78618A1B8593027DA0066175F1FE01A6832CB; struct ECFieldElement_tD1FFC76B3DB01E28AF9647F8CED77C8DBAFFE9C5; struct ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334; struct ECMultiplier_tFE6BFA8525EC2C545EBE59FDDBDA5B176C8A69F6; struct ECPoint_t3140239580846DCABD076C228670186579EEB5D1; struct ECPointMap_t294C874927086C9C62B4085A954BD7702AA82425; struct ElGamalParameter_tE33474843935575E9423BDDF43DF46D405D1E098; struct EnumerableProxy_t1DE130F19CC37E48E9B58DDB8AF7C94EB1E3650B; struct EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377; struct Exception_t; struct F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B; struct F2mPoint_tCBBF3893B9009E23165BF91A5243CF3482359D6D; struct FilterStream_t1843822A1DBD7FBF7CC37BB584BC87BC43D55B3F; struct FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD; struct FpPoint_tC3290BDB76A31D27BB853FF655F59116D7365397; struct GZipStream_t68FDD863BD0196073D1D0797E0A9C6F4174293E4; struct GlvTypeBEndomorphism_t144D0F80CCE46C13FBE51D77EDA77F77558FF0EF; struct GlvTypeBParameters_t84DD817975633F92AF6C1FA7557D7DD4285E8274; struct Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76; struct Gost3410ParamSetParameters_t3B6599F9E3F8AD740E53D574CBB62251FC5E27D0; struct Gost3410PublicKeyAlgParameters_tE882FD632716E81B1B45CB8C8473C62F4B13A79A; struct HTTPCacheFileInfo_tAF03D1005EAD27196E376EF24E7DC79FD3318EF3; struct HTTPConnectionRecycledDelegate_tDB0ED44771CCC789BB54522DCF7370C3A386FECF; struct HTTPFormBase_tC141D0DEDAB55EBB92EE18169FFD02494113EB7A; struct HTTPProxy_t2EEE688B747771B1F7BADA0F4EA68B9A2D1EF50D; struct HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB; struct HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774; struct Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D; struct HeartbeatManager_t1ADA74BC9CDA1027A280D67D266DF3234060CEDE; struct IAsyncResult_t7B9B5A0ECB35DCEC31B8A8122C37D687369253B5; struct ICertificateVerifyer_t66FC3C9FC4C847AB3EF166DA713B9BFF5CDD8E1A; struct IClientCredentialsProvider_tBC23AD5EB3925E75641855CA8DA9CC209D5645C4; struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220; struct IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5; struct IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131; struct IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA; struct IFiniteField_t80F2B93822AC6612E0FC77DB1C413AAFF29D69FE; struct IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D; struct ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D; struct IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910; struct IanaObjectIdentifiers_t80A057627D616A91FFCB2753B2775B99E9AAACBB; struct MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2; struct MethodInfo_t; struct MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F; struct NetscapeCertType_t9EF86EDB5735EBA7B6C19578061EAB9043671447; struct NetscapeRevocationUrl_t8BCA9B7CF876246388E10F53BE8FCA29CF111309; struct NistNamedCurves_tB9799EB2460BD4604CD4B95E9D86B3422F6B1BD5; struct NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0; struct NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8; struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A; struct NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F; struct NotifyCollectionChangedEventHandler_tABC1B087CD6328190B772B4BCE527877AB357AE1; struct OcspResponse_t99C28B1CAC9352F72037B40166833E8AF58DF2D4; struct OcspResponseStatus_tB751512FAD9D6D25C65933D6B84C25E07D44A176; struct OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833; struct OnBeforeHeaderSendDelegate_t74EC26DD9AD6C018580808E95C1525F58E5BB79B; struct OnBeforeRedirectionDelegate_tECE58F99E47E919A2BF6F4BD1D877BC5E12C5F4C; struct OnDownloadProgressDelegate_t639F51319E1C390DE4C7131D2CDC2F087FB7E10B; struct OnRequestFinishedDelegate_tDF88F9E1BBCA4FE6EFE17C16208F3CEFC2B21954; struct OnUploadProgressDelegate_t776878E6D6A8A974A781B23F0D731BA0843BC8EA; struct PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23; struct ReadOnlyList_tF217AD63645DFB08812600798B86811C1848EA2A; struct ResponderID_t15710F329E44294377A3B13AC3F7A3E7867BBB68; struct ResponseBytes_tB0A55F4ED30E4E8B95C9478EC90937568FA70600; struct RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E; struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6; struct SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714; struct SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527; struct SecureRandom_t0D7E36370ADD0F61A70D24B2CACC1AF01878D647; struct SemaphoreSlim_t0D5CB5685D9BFA5BF95CEC6E7395490F933E8DB2; struct SignedData_tA582076CFABFD374D5ED817E137C0A9927358FB8; struct Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE; struct StreamList_tBA07DEC52434F1EE32AF67B563F5893B82C44460; struct String_t; struct StringBuilder_t; struct TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E; struct TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C; struct Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4; struct Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E; struct UriParser_t920B0868286118827C08B08A15A9456AF6C19D81; struct VerisignCzagExtension_tEDB8A1032CF70ED1079B0634D5D8289FD3B98D82; struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915; struct WaitCallback_tFB2C7FD58D024BBC2B0333DC7A4CB63B8DEBD5D3; struct X509Name_t4C0E6C820D606AA93AD46BE8254DC8A4E09A83BE; struct X509NameEntryConverter_t215879BF8E838C76157EFF8C8CB998EFD9D1CF63; struct X509NameTokenizer_t4D34B088E2F17F3A9913DD6C1A1D1ECC4BF9C4DD; struct X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A; struct X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD; struct X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09; struct X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D; struct X9FieldID_t315F65C45C74346D09CB16E77B09CAB03AD37EE2; struct Frp256v1Holder_t70F02F5D7AF1F4EC725B55DB7EA0D0BAC327EA84; struct Config_t6462D7D0058770D2CD900059C1E2D38AC0539A52; struct Secp112r1Holder_tA6701D64C321CB2B17A6F2C76BE5AE840B21D8C0; struct Secp112r2Holder_t5FCECD6AB15AFED58DC56856E5E1A2F1A353560F; struct Secp128r1Holder_t55220D0DC76A6E87187CDABF781D0A232E3A003A; struct Secp128r2Holder_tF07C8E397A4CF1B8589E254E5873726398E07D8C; struct Secp160k1Holder_tB84EA03522660CB76235752CAA1D1DBFD988E3EF; struct Secp160r1Holder_t9ADC09FD9AF208CC71EC294226124BEBBB8DF5F7; struct Secp160r2Holder_tB4606B043E0BE71289E8EE9983E4AE8F17E130FA; struct Secp192k1Holder_t27E22CCBD3F07B73A77AC4D9FB5819E488054AE3; struct Secp192r1Holder_t2A66ED78CC50D617126D331DDE4079727C9CCD4A; struct Secp224k1Holder_tC24D569517994D822F4AC0ABEA2E93F50935D5D1; struct Secp224r1Holder_t57DE3C48F2294AF9BCE0DBA95B8EAC668DAC4084; struct Secp256k1Holder_tD234B96ECB0A73DE4D089CAEA3FCC9568F7D6F70; struct Secp256r1Holder_t8DFA32F93F7FFB77EFFD7A595E2AD0555DE21B42; struct Secp384r1Holder_t7A464213E991F6DA18AD0AB5497B0D8940F18CDA; struct Secp521r1Holder_t7F47723F827AD53ED26A9FD525B5A68F98284D8B; struct Sect113r1Holder_tEE723E7B9317BF141B11382F57B0FB338D8BF7C3; struct Sect113r2Holder_tEC08F20250CF4A5EF4BC19FAA8B14C2D7E2CDF0E; struct Sect131r1Holder_tD9E2273F761917614680BE73AAE4B1F7A38D286C; struct Sect131r2Holder_t56C366985ACEDCD9F759E33CE11791B838F6D753; struct Sect163k1Holder_t60BB5D316E3691A020821B861262A9697968D161; struct Sect163r1Holder_t08BC391A5E58CDC1AA3743C5974458196A7B012F; struct Sect163r2Holder_t9F10ED385B5412F7E1D5C7B080A3BBCEFE6BD876; struct Sect193r1Holder_t9575AF8167EFAB71554AF949DE2BDC3A438AC6AD; struct Sect193r2Holder_t5AE4C0E2518B2CAB1354B923E100B846281B8A7E; struct Sect233k1Holder_t7EEE652D6C68FAB77708F5B99585348FE2096E8F; struct Sect233r1Holder_t8E196EF51A23C8C6DB4724CEE9E4034051ADA460; struct Sect239k1Holder_t263392367DE4EBABAD1B7C295152D36434D918F1; struct Sect283k1Holder_tEB347985499D27A47E9BFCBE7607575F736F2160; struct Sect283r1Holder_t8FAD377357A7B5F0B424611F06B871F9462E7257; struct Sect409k1Holder_t9C4F84EE3A0602FB6D86380629E5F812104A5548; struct Sect409r1Holder_tCE0CCFCA2F51A698180EEE52716C158C235D92B0; struct Sect571k1Holder_t67B0E91F1CEF7BCF6EF9A5C757E57A57F266F867; struct Sect571r1Holder_tED166F6C7C4C8E767D6BD1AAE91BFC568ADB841F; struct ReadWriteTask_t0821BF49EE38596C7734E86E1A6A39D769BE2C05; struct BrainpoolP160r1Holder_t805D96F5E455DCE6EB5E8A3ECE5A2585C42901CC; struct BrainpoolP160t1Holder_t2C2BE483902BE4B5C0DE1B48EE8EAA8F326D133D; struct BrainpoolP192r1Holder_tE25491E2F52E99417572EA2D6F9A5660308F7698; struct BrainpoolP192t1Holder_t77477841048E33FFC09BC79F8E83942370B87661; struct BrainpoolP224r1Holder_t3510B14F93D5D2CC7B4F3027F429B920ECC205F7; struct BrainpoolP224t1Holder_tB9D5847C934E19E94C6721B5AC34607335A6C4AC; struct BrainpoolP256r1Holder_tC91CC34F12994E037F0E0742F2C6D28A33F4EB9B; struct BrainpoolP256t1Holder_t36DFA4F4BA65A8A901B5CE7D6B0AE40D3D07E89F; struct BrainpoolP320r1Holder_tE336184BDB301DB438D243C92389B751A9C074BF; struct BrainpoolP320t1Holder_tC75E77EA6F0E1F26523FCD769950CF1E3C0B4F56; struct BrainpoolP384r1Holder_t1B4317DBDE375872EC790E77965BAB5ED9197F49; struct BrainpoolP384t1Holder_tF37BDE66DCDAD456F6A080FA4BF241FF8ED7DD31; struct BrainpoolP512r1Holder_tE0DBA907B58B8BEEBA3FA7CA67558790142EB017; struct BrainpoolP512t1Holder_t5986FB9A13B1B6A98022D57B051114CA199BBAAF; struct UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09; IL2CPP_EXTERN_C RuntimeClass* AlgorithmIdentifier_tB7FAF28C7C08EBE2705D43FF2F742AD5F097C305_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AnssiNamedCurves_tFE66811CA2184D9BD41354DC01597CA809557A8F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AnssiObjectIdentifiers_t9F32546050CB11E2DF37F8FAB878277BF0209440_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1Null_t271C08A47275E17C9ADDED335B1D1F7D0621DFAF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1OctetString_tB176DD5A7E4BB48D00BEFCE97966F6191F9949D2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1Set_t494EEDAAC79092E9DE489F3EA6DE50A290A13C72_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1TaggedObject_t2DB9C432DA4B3E13450CD1802214CD78B5DDD29F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BerApplicationSpecific_tC30247911FF1C6A2E2BDED558CC2B5F7AD2951B1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BerOctetString_t8B5BD81DC0AF8E3B3EC9C0C8F25AC161D564C473_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BerSequence_tB88A0A5044A2FFBB1706EF58F8541EDA15950DBA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BerSet_t96EA4200BFC6918C04708C139735A32CC94E2662_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BerTaggedObject_tF0D35706B94A37CF7C76651F86AC420C59639150_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BrainpoolP160r1Holder_t805D96F5E455DCE6EB5E8A3ECE5A2585C42901CC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BrainpoolP160t1Holder_t2C2BE483902BE4B5C0DE1B48EE8EAA8F326D133D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BrainpoolP192r1Holder_tE25491E2F52E99417572EA2D6F9A5660308F7698_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BrainpoolP192t1Holder_t77477841048E33FFC09BC79F8E83942370B87661_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BrainpoolP224r1Holder_t3510B14F93D5D2CC7B4F3027F429B920ECC205F7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BrainpoolP224t1Holder_tB9D5847C934E19E94C6721B5AC34607335A6C4AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BrainpoolP256r1Holder_tC91CC34F12994E037F0E0742F2C6D28A33F4EB9B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BrainpoolP256t1Holder_t36DFA4F4BA65A8A901B5CE7D6B0AE40D3D07E89F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BrainpoolP320r1Holder_tE336184BDB301DB438D243C92389B751A9C074BF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BrainpoolP320t1Holder_tC75E77EA6F0E1F26523FCD769950CF1E3C0B4F56_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BrainpoolP384r1Holder_t1B4317DBDE375872EC790E77965BAB5ED9197F49_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BrainpoolP384t1Holder_tF37BDE66DCDAD456F6A080FA4BF241FF8ED7DD31_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BrainpoolP512r1Holder_tE0DBA907B58B8BEEBA3FA7CA67558790142EB017_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BrainpoolP512t1Holder_t5986FB9A13B1B6A98022D57B051114CA199BBAAF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ContentInfo_tD2BFAFA440E3F2698B4DE6653065397E465ADE0C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerApplicationSpecific_t9C9CBA4F114712501326314D472CA388207F80B6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerBitString_tE81BF16C73422819294A79406519EE56E9FE2F48_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerBmpString_t46ACE0D208F2E2A06C05E68F024593CF894861C2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerBoolean_t24A9D13F2F313F402DFDF96E4297DD6A971B3C88_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerEnumerated_t941CA9A7C2864ECD856B6012B25E323FE418FB9A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerExternal_tE5756ED1EE4DFF604804D231DA4B538E4A63042F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerGeneralizedTime_tED32FF75E996868D168D4F7160368FB57E2FAB6C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerGraphicString_tF5E0783F602A414D9642DF5AEAA1BF263C75877C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerIA5String_tFEB91254C82A8FCC32F260DB2A6135E9AEF5BC23_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerNull_tD28AD95E1B53999E1E56CEDEB2FF22F52F152AE7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerOctetString_t16B97706EF492825DA1BA7D8636FF88D2D6B985D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerPrintableString_t163930001A676072C72184DA6271EA9015496A25_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerSequence_t063B1A6AFFD4FBE34487D3EFADF2647A1D9D4EE9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerSet_t01FF7E7C43C259AB81DDA41A4BF3B2486EACB30F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerT61String_t7E882E3F5F2D953EE26F150876D8319410793C8D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerUtcTime_t3B4A44B4534E75C7AA69FDED86468F17B7C0DDE5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerUtf8String_tAECE0F5F4C5913053F2F127128B12AF7C031B0A0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerVideotexString_t67250BB2BD6E3A67C74CD5D7EAB93A4F1D3C4444_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerVisibleString_t24EB0D9E59EDA7A7C488A154C21BE96D871A1B66_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ECDomainParameters_t043B92B96F4A72978DD06EA986E518961B816194_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EnumerableProxy_t1DE130F19CC37E48E9B58DDB8AF7C94EB1E3650B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Extensions_tDFD968359F47AD19BD9E929BCBD8C8F79A3B62A1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Frp256v1Holder_t70F02F5D7AF1F4EC725B55DB7EA0D0BAC327EA84_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GlvTypeBEndomorphism_t144D0F80CCE46C13FBE51D77EDA77F77558FF0EF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GlvTypeBParameters_t84DD817975633F92AF6C1FA7557D7DD4285E8274_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Gost3410ParamSetParameters_t3B6599F9E3F8AD740E53D574CBB62251FC5E27D0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Gost3410PublicKeyAlgParameters_tE882FD632716E81B1B45CB8C8473C62F4B13A79A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IanaObjectIdentifiers_t80A057627D616A91FFCB2753B2775B99E9AAACBB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NistNamedCurves_tB9799EB2460BD4604CD4B95E9D86B3422F6B1BD5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OcspResponseStatus_tB751512FAD9D6D25C65933D6B84C25E07D44A176_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OcspResponse_t99C28B1CAC9352F72037B40166833E8AF58DF2D4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Platform_t64AA9A0F22E3D706E15FD5F5481FAFA2ADD7B4AF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReadOnlyList_tF217AD63645DFB08812600798B86811C1848EA2A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ResponderID_t15710F329E44294377A3B13AC3F7A3E7867BBB68_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ResponseBytes_tB0A55F4ED30E4E8B95C9478EC90937568FA70600_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Secp112r1Holder_tA6701D64C321CB2B17A6F2C76BE5AE840B21D8C0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Secp112r2Holder_t5FCECD6AB15AFED58DC56856E5E1A2F1A353560F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Secp128r1Holder_t55220D0DC76A6E87187CDABF781D0A232E3A003A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Secp128r2Holder_tF07C8E397A4CF1B8589E254E5873726398E07D8C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Secp160k1Holder_tB84EA03522660CB76235752CAA1D1DBFD988E3EF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Secp160r1Holder_t9ADC09FD9AF208CC71EC294226124BEBBB8DF5F7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Secp160r2Holder_tB4606B043E0BE71289E8EE9983E4AE8F17E130FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Secp192k1Holder_t27E22CCBD3F07B73A77AC4D9FB5819E488054AE3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Secp192r1Holder_t2A66ED78CC50D617126D331DDE4079727C9CCD4A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Secp224k1Holder_tC24D569517994D822F4AC0ABEA2E93F50935D5D1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Secp224r1Holder_t57DE3C48F2294AF9BCE0DBA95B8EAC668DAC4084_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Secp256k1Holder_tD234B96ECB0A73DE4D089CAEA3FCC9568F7D6F70_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Secp256r1Holder_t8DFA32F93F7FFB77EFFD7A595E2AD0555DE21B42_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Secp384r1Holder_t7A464213E991F6DA18AD0AB5497B0D8940F18CDA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Secp521r1Holder_t7F47723F827AD53ED26A9FD525B5A68F98284D8B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Sect113r1Holder_tEE723E7B9317BF141B11382F57B0FB338D8BF7C3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Sect113r2Holder_tEC08F20250CF4A5EF4BC19FAA8B14C2D7E2CDF0E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Sect131r1Holder_tD9E2273F761917614680BE73AAE4B1F7A38D286C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Sect131r2Holder_t56C366985ACEDCD9F759E33CE11791B838F6D753_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Sect163k1Holder_t60BB5D316E3691A020821B861262A9697968D161_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Sect163r1Holder_t08BC391A5E58CDC1AA3743C5974458196A7B012F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Sect163r2Holder_t9F10ED385B5412F7E1D5C7B080A3BBCEFE6BD876_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Sect193r1Holder_t9575AF8167EFAB71554AF949DE2BDC3A438AC6AD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Sect193r2Holder_t5AE4C0E2518B2CAB1354B923E100B846281B8A7E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Sect233k1Holder_t7EEE652D6C68FAB77708F5B99585348FE2096E8F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Sect233r1Holder_t8E196EF51A23C8C6DB4724CEE9E4034051ADA460_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Sect239k1Holder_t263392367DE4EBABAD1B7C295152D36434D918F1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Sect283k1Holder_tEB347985499D27A47E9BFCBE7607575F736F2160_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Sect283r1Holder_t8FAD377357A7B5F0B424611F06B871F9462E7257_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Sect409k1Holder_t9C4F84EE3A0602FB6D86380629E5F812104A5548_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Sect409r1Holder_tCE0CCFCA2F51A698180EEE52716C158C235D92B0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Sect571k1Holder_t67B0E91F1CEF7BCF6EF9A5C757E57A57F266F867_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Sect571r1Holder_tED166F6C7C4C8E767D6BD1AAE91BFC568ADB841F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SignedData_tA582076CFABFD374D5ED817E137C0A9927358FB8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WaitCallback_tFB2C7FD58D024BBC2B0333DC7A4CB63B8DEBD5D3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509Name_t4C0E6C820D606AA93AD46BE8254DC8A4E09A83BE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X9ObjectIdentifiers_tE244BF77A120D5D79FDC4CDC291A365647F26ECC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral0014DFE8C905DAF0C4F40106193E910B41B1CC70; IL2CPP_EXTERN_C String_t* _stringLiteral003C7812DBE615555B5D88D6C35073FD4BF2CAC4; IL2CPP_EXTERN_C String_t* _stringLiteral0097A0017BDF6DC21EFF0842F1B07F3FCAB6D2EE; IL2CPP_EXTERN_C String_t* _stringLiteral00FAA6DAACAA311CCE49C5E1E1204A7130351314; IL2CPP_EXTERN_C String_t* _stringLiteral02944E23D08CDA7A142EFEB879C7186358A22CCA; IL2CPP_EXTERN_C String_t* _stringLiteral03381CF98932C6E970D29878BC3992628C89A999; IL2CPP_EXTERN_C String_t* _stringLiteral036E74C8A3733EFAA04B4C0FE277C434A453E3DC; IL2CPP_EXTERN_C String_t* _stringLiteral03D1CE795E3C159884F38D7C3B54D9151B537918; IL2CPP_EXTERN_C String_t* _stringLiteral03F5937CA21FD6EEEEF575CF8F903B21AE8D7732; IL2CPP_EXTERN_C String_t* _stringLiteral043C473E802CF06D8295C358CDF7DBEEEB56CD73; IL2CPP_EXTERN_C String_t* _stringLiteral04C8B9CA601D09C92B620D508D19F994619B6489; IL2CPP_EXTERN_C String_t* _stringLiteral04E73520EF5FFFB55D772FE19B08EC1B2E552C4B; IL2CPP_EXTERN_C String_t* _stringLiteral053B46A8A8F5DC5F37BE95534763CFBE7A673936; IL2CPP_EXTERN_C String_t* _stringLiteral05890724FC1F7D9FE12980BF7BD10E89BA1D0DFD; IL2CPP_EXTERN_C String_t* _stringLiteral05B4CB28C8408351244D95475F1D1353A29CA23D; IL2CPP_EXTERN_C String_t* _stringLiteral067BCD1E94036BAA45EEB46A45E24C5F087782B3; IL2CPP_EXTERN_C String_t* _stringLiteral0706A33BB092998B17864439BF888E93F35B08D1; IL2CPP_EXTERN_C String_t* _stringLiteral07370C7A66E567E05A867F280E55620BB8AEA532; IL2CPP_EXTERN_C String_t* _stringLiteral0795FA74D790A96EC33A091005E9DE5071BE761D; IL2CPP_EXTERN_C String_t* _stringLiteral07FB947A70C3A629DFE896799EBA6F3D465B4AD3; IL2CPP_EXTERN_C String_t* _stringLiteral082A85FC481BC9162A1D3A8B974388CA2575C2B0; IL2CPP_EXTERN_C String_t* _stringLiteral08AAE27D2414D6353CBC0DB4AA54BDD94C7AEE48; IL2CPP_EXTERN_C String_t* _stringLiteral08BBB8048FA133B2E30EBC4A223440CBE46C54BA; IL2CPP_EXTERN_C String_t* _stringLiteral08FC392C0E824C3B78C98DE01B767270A53DCB12; IL2CPP_EXTERN_C String_t* _stringLiteral08FE13C63C60ABE94277C5A5677033AAD7FDB6C4; IL2CPP_EXTERN_C String_t* _stringLiteral09CC21BFED18B556AC92A30E195901F82FF4F451; IL2CPP_EXTERN_C String_t* _stringLiteral0A015F185902A9BEDFD600B0CC9CAFE3F12ABEF4; IL2CPP_EXTERN_C String_t* _stringLiteral0A0E1AF534FE4121655BA066E4B2E4EF86A267C2; IL2CPP_EXTERN_C String_t* _stringLiteral0A66378D4FED77E93671B10191DBC2552FE47557; IL2CPP_EXTERN_C String_t* _stringLiteral0B7552DD729B73B6F00D373EEE1073AFA5E2989C; IL2CPP_EXTERN_C String_t* _stringLiteral0B8E524A62B8FF9A08C3D55E2427D9D635A87FB5; IL2CPP_EXTERN_C String_t* _stringLiteral0CBADE8543F92DF670C549BE1A3C836260EAD8FD; IL2CPP_EXTERN_C String_t* _stringLiteral0E113F97D77FF0E45934C610A144C2819DC64A04; IL2CPP_EXTERN_C String_t* _stringLiteral0E1F966C016D7FA8A8CC96A661F31A1A6439E3DD; IL2CPP_EXTERN_C String_t* _stringLiteral0E334076D886BF190FEA3EC811F68CFA0C1A9D49; IL2CPP_EXTERN_C String_t* _stringLiteral0F5FF643AEFB3F01606B763BCE3EB3CA0F4CDB37; IL2CPP_EXTERN_C String_t* _stringLiteral0F79BE4BB9390066C8CFBDD406373CA24F5FADB2; IL2CPP_EXTERN_C String_t* _stringLiteral10A105116F1400FFCE661E402C3C12DDCA0D688C; IL2CPP_EXTERN_C String_t* _stringLiteral112938DCF3EC158FF16F73FA1B321AD78D958031; IL2CPP_EXTERN_C String_t* _stringLiteral121C4C482521BAC60D9843CA1C2EC60228CD0E04; IL2CPP_EXTERN_C String_t* _stringLiteral12246EBA6DCB96B7C1EA078B6A97F60D75A3372F; IL2CPP_EXTERN_C String_t* _stringLiteral122BFB5863FEA822BB7DB927C9C2D5E08DF70744; IL2CPP_EXTERN_C String_t* _stringLiteral13451B7216BC16C8E6A7ADA10BAB5AA1BE011664; IL2CPP_EXTERN_C String_t* _stringLiteral1376EA77A3853909D307143AAACB5F5613704D06; IL2CPP_EXTERN_C String_t* _stringLiteral13ADC4031D216AC46030B8295DFA8A948A45C71C; IL2CPP_EXTERN_C String_t* _stringLiteral13B7264E454DECA988EC1C0D4F4B3682942B8D16; IL2CPP_EXTERN_C String_t* _stringLiteral1405E4A6FFDD0854982EA7768A7B4D953DC16844; IL2CPP_EXTERN_C String_t* _stringLiteral14186EE4029F5532250C9D088C4A95136EAFFD38; IL2CPP_EXTERN_C String_t* _stringLiteral145B6886ABDB6A64E26865445286469C28883644; IL2CPP_EXTERN_C String_t* _stringLiteral14766905080A42A4E1B372AB68C4494ECC1FEE82; IL2CPP_EXTERN_C String_t* _stringLiteral1496F8099D90D47FC707EA82FA9888110D1DDFF9; IL2CPP_EXTERN_C String_t* _stringLiteral14B0A532250BF0860700A7A9315ACC3640CBADAE; IL2CPP_EXTERN_C String_t* _stringLiteral14D5DB8894805305C95512B901A26BEBA2D6EB5B; IL2CPP_EXTERN_C String_t* _stringLiteral155C9B9361B073FFEE6852679A1979E62AAA5D1E; IL2CPP_EXTERN_C String_t* _stringLiteral15642A007D2DB9637EDCE7B2736386295A0794F7; IL2CPP_EXTERN_C String_t* _stringLiteral1614BBC64F278A24D44F6470C16864678D530B54; IL2CPP_EXTERN_C String_t* _stringLiteral16E69EF7214BCE520D8B1EB1F2CC431E2E22D713; IL2CPP_EXTERN_C String_t* _stringLiteral16FBA58A3C6B2DD2F5FE144302A0F4A91902C46D; IL2CPP_EXTERN_C String_t* _stringLiteral1726628B508BDFB8753927B5B2F7A3CC15692F4C; IL2CPP_EXTERN_C String_t* _stringLiteral174470CF178EB5B47B678C2E5ACAE523992D3FEB; IL2CPP_EXTERN_C String_t* _stringLiteral177362C48F2E95325EE85ED92A85B1482A581E5C; IL2CPP_EXTERN_C String_t* _stringLiteral17748A32471119AC82C2F72C1035408E9BB45E20; IL2CPP_EXTERN_C String_t* _stringLiteral178336C300B99C5DC6E51C001D33C01CF5F93337; IL2CPP_EXTERN_C String_t* _stringLiteral187877AB55B74766DC1436CA5B6F7FF0D48AE315; IL2CPP_EXTERN_C String_t* _stringLiteral187D2EBE19E70BB615A35D25A3867822EFA22FEE; IL2CPP_EXTERN_C String_t* _stringLiteral18B2774010BD8DAB44A32296E20CD4950B06E067; IL2CPP_EXTERN_C String_t* _stringLiteral19088A5D4151B71A0151316584575959251E5B35; IL2CPP_EXTERN_C String_t* _stringLiteral190F59210696C8475CFA176585CFF1622879DBE1; IL2CPP_EXTERN_C String_t* _stringLiteral195B52630B81BB85B4CBA09C55B9FD0D31B361C6; IL2CPP_EXTERN_C String_t* _stringLiteral1999FC04011BD2AB7D9623B6C21F904B44A6A3C0; IL2CPP_EXTERN_C String_t* _stringLiteral19AB8440A3272EB3FA12DA209B0DD4AB1E7B34D5; IL2CPP_EXTERN_C String_t* _stringLiteral1A7FC08E8EB016BAD5A8A8D7B3447DAD63E867BC; IL2CPP_EXTERN_C String_t* _stringLiteral1AA1790AE1BC157DD7BC2E8E7D142CB22C2346A8; IL2CPP_EXTERN_C String_t* _stringLiteral1B015E85EFB9D541559D750419E57A363183DB76; IL2CPP_EXTERN_C String_t* _stringLiteral1B8555B2343B69EFCF27161C4AB0868484AC151E; IL2CPP_EXTERN_C String_t* _stringLiteral1BB9782CB45D51495CB2CF6D5B8E5D22437EF542; IL2CPP_EXTERN_C String_t* _stringLiteral1C7A80C6FA2C60BCE2795096A76DA26E0902723C; IL2CPP_EXTERN_C String_t* _stringLiteral1C9EBF7B6F5146572A552EC04EA9E55D2B58B134; IL2CPP_EXTERN_C String_t* _stringLiteral1CBE2D325BAE41961C1B6ABE9A44545C861C75FC; IL2CPP_EXTERN_C String_t* _stringLiteral1DCF6C4E415C01544E3FBB31C8616ACD39DFBD18; IL2CPP_EXTERN_C String_t* _stringLiteral1DDAE3143F21B1FFFE53965480C2B7719C430027; IL2CPP_EXTERN_C String_t* _stringLiteral1E33D32C3373A953D5BC7F17E5206B87BDEF526C; IL2CPP_EXTERN_C String_t* _stringLiteral1E67A6B790C10D826DBF077CFC2C9158C0C76579; IL2CPP_EXTERN_C String_t* _stringLiteral1E83782D29840681D776F87FB62A65D213B72668; IL2CPP_EXTERN_C String_t* _stringLiteral1E975408BDC3CEEA3B3BBEDC11D8AE5E1FFE9B0B; IL2CPP_EXTERN_C String_t* _stringLiteral1ED62E257CEA7C9A3619C4E43E8F8BFE9CFC3768; IL2CPP_EXTERN_C String_t* _stringLiteral2064F80F811DB79A33C4E51C10221454E30C74AE; IL2CPP_EXTERN_C String_t* _stringLiteral208AB955F2E809407B7FCCE1C2D128F670FAC0BE; IL2CPP_EXTERN_C String_t* _stringLiteral20D4BE754DFA75DF0FF1CA8FB6D66730975559AB; IL2CPP_EXTERN_C String_t* _stringLiteral20F7422100C8C88F6B340925BAE5048C30576E23; IL2CPP_EXTERN_C String_t* _stringLiteral20F8D13FB02603A64C6EFA3BAB77505EA82A0329; IL2CPP_EXTERN_C String_t* _stringLiteral2125D12A46A1C0D4D731B0273F5A2AB6EA24428C; IL2CPP_EXTERN_C String_t* _stringLiteral213D820245A2E254AB2D5B1205EA69743EC1FAC8; IL2CPP_EXTERN_C String_t* _stringLiteral2163E57A17B89A02201CB8C1949F522F7CFFD20C; IL2CPP_EXTERN_C String_t* _stringLiteral216E3D25BB7EDE5236107BA6C65F6706B5BD2D23; IL2CPP_EXTERN_C String_t* _stringLiteral21BD368232F41BC4D3E2E1F13FAA13953FE83DFA; IL2CPP_EXTERN_C String_t* _stringLiteral21ED4C7AF50D987589A9029FC0422151BE3A0FC2; IL2CPP_EXTERN_C String_t* _stringLiteral2309CB260B39EE33B2041CC894F06287D8CACD0B; IL2CPP_EXTERN_C String_t* _stringLiteral232569C6E0DF3C3165A09AF79D5ADDEBAFFC98C0; IL2CPP_EXTERN_C String_t* _stringLiteral23E89CDCB71BAF81755E2DFD2B7D09F497E21CC1; IL2CPP_EXTERN_C String_t* _stringLiteral244C3A134C2AC035AB58EF188A0D0B4BA1CEFA31; IL2CPP_EXTERN_C String_t* _stringLiteral24A57AFC86DFC2F917FB3184B090926214BB2C69; IL2CPP_EXTERN_C String_t* _stringLiteral24C049E512CD1B48036BD162FF63700A57CA3469; IL2CPP_EXTERN_C String_t* _stringLiteral251DFE5B6D5D3E5FFB94B6F557B053DAA43EB39B; IL2CPP_EXTERN_C String_t* _stringLiteral25D74BC981E6316A5E3CAEEA0BAF3C438F5C94DA; IL2CPP_EXTERN_C String_t* _stringLiteral2611FBE313046A4FCD06A4A0A6228B3BC3257A91; IL2CPP_EXTERN_C String_t* _stringLiteral268B11289EA2B7265F4C66634B963A45B2495CA9; IL2CPP_EXTERN_C String_t* _stringLiteral26DC5E0BF73157E4A9F40EBB2C5D045B1E35CA62; IL2CPP_EXTERN_C String_t* _stringLiteral27002B9BE41A625217AB81BE1906E31855175FDD; IL2CPP_EXTERN_C String_t* _stringLiteral27124CDEFE2BE16F697CE9666F41F00BA0C519A9; IL2CPP_EXTERN_C String_t* _stringLiteral271F9BD5F9F19FBC8A53C199CBB18D60D5C54062; IL2CPP_EXTERN_C String_t* _stringLiteral275F1DA8562693C878B0D38715EF3B9B2CA7C159; IL2CPP_EXTERN_C String_t* _stringLiteral2796F1273F57536B7BAAC9238CB921CDABB613FE; IL2CPP_EXTERN_C String_t* _stringLiteral27BEAC53C28704ED312F13BCA03D8F4ED20D8EEC; IL2CPP_EXTERN_C String_t* _stringLiteral28058420E51E692485573E75B04BD1527E9A2C4D; IL2CPP_EXTERN_C String_t* _stringLiteral281BB5D0C04BC40D275D9DCE38ABB73950A5F20C; IL2CPP_EXTERN_C String_t* _stringLiteral285C554C2C06F8FF0B78DEC197EF4DD4861BB409; IL2CPP_EXTERN_C String_t* _stringLiteral28BE9A569DCCAECC3746AA7945F873F6CD56F68E; IL2CPP_EXTERN_C String_t* _stringLiteral28CEECE47824EDEF06E64DD53D862ED8A0104CA7; IL2CPP_EXTERN_C String_t* _stringLiteral294687797ABDD257E21658BA5C1227138C09DD53; IL2CPP_EXTERN_C String_t* _stringLiteral295D64C15805E8B87DE6268E6C208DC097900D16; IL2CPP_EXTERN_C String_t* _stringLiteral2A1BBF8F3C88C44388345A06B8B712DC59927F8A; IL2CPP_EXTERN_C String_t* _stringLiteral2A663BE4108EDCBC93A1A8077190101E2BF6A10A; IL2CPP_EXTERN_C String_t* _stringLiteral2A7F604AA53E605CA5A4D06ADF4F5C4B6FCBD8E8; IL2CPP_EXTERN_C String_t* _stringLiteral2AD31780F6885AD0D34D5F937F273D786CF33C90; IL2CPP_EXTERN_C String_t* _stringLiteral2B0F0F1705E5EBF1F286CD46163C0365291D4D8B; IL2CPP_EXTERN_C String_t* _stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1; IL2CPP_EXTERN_C String_t* _stringLiteral2BA8E0861E6000326D13CB7A3F642801A1A79192; IL2CPP_EXTERN_C String_t* _stringLiteral2BD6350AD7DC1C7338ED2FA8779B1A34BBF924E4; IL2CPP_EXTERN_C String_t* _stringLiteral2C1AFC1F1B91D27E72583D491DA0E30DD8BD1E51; IL2CPP_EXTERN_C String_t* _stringLiteral2C410EB1F22365EC1A74DF0D8C89C99D53453CDD; IL2CPP_EXTERN_C String_t* _stringLiteral2DA046D01BA4CDF4DA57FB9035F6671494D1A1E1; IL2CPP_EXTERN_C String_t* _stringLiteral2DEA6DBC8A0D9F0EDF29F041B19CD4E17015DB03; IL2CPP_EXTERN_C String_t* _stringLiteral2EC56193C8195EAD5B8542B13E1FCC9CF4DB3C08; IL2CPP_EXTERN_C String_t* _stringLiteral2F3EE28350E79347E16074426FAACEA74D26D8DF; IL2CPP_EXTERN_C String_t* _stringLiteral2F48C4E423A99B63DF6FEA241F4A52091B94195D; IL2CPP_EXTERN_C String_t* _stringLiteral2F7234099CCD07F9C0939ACCC13D7F7F6E95DBAD; IL2CPP_EXTERN_C String_t* _stringLiteral2F7BF7401F3F7A3BA05C7AA32544809B4FB2BD98; IL2CPP_EXTERN_C String_t* _stringLiteral303405A30DCDD8001CCB49365445B55C3EB2FE3C; IL2CPP_EXTERN_C String_t* _stringLiteral30C1109AED7A570B9B11A0CCD8020033AF5361CD; IL2CPP_EXTERN_C String_t* _stringLiteral30E3DCF4CB38AE0C18D99584F88F74FCD3EEF04E; IL2CPP_EXTERN_C String_t* _stringLiteral315E9293E7091E89B757B9A668851F5B70883E50; IL2CPP_EXTERN_C String_t* _stringLiteral3163DE349A429DD7A75C2880BCA8649376A11643; IL2CPP_EXTERN_C String_t* _stringLiteral317820C53E8C96F3F3CB5EBCBC64786D3085C97D; IL2CPP_EXTERN_C String_t* _stringLiteral32E29B5C447E0039440D943CD8DB52DABC429E78; IL2CPP_EXTERN_C String_t* _stringLiteral333457F9420A996194CE8209D285BF0A1C1D1698; IL2CPP_EXTERN_C String_t* _stringLiteral33831BF047983F42122095C986CB2FBB701E1211; IL2CPP_EXTERN_C String_t* _stringLiteral339C25AB213372A448D9C2ABB5765DE33E327D05; IL2CPP_EXTERN_C String_t* _stringLiteral33BF63DD984E3EE9B0D08B980CAD5211CFF1E488; IL2CPP_EXTERN_C String_t* _stringLiteral33FA09D4F5C9B409150E5B3D4C72F0457AA15E2F; IL2CPP_EXTERN_C String_t* _stringLiteral33FBB91C46EBD157F5D451FD1FDED65AC7B5C971; IL2CPP_EXTERN_C String_t* _stringLiteral342774974B06391B38D6F8B5A5E6EC4E7F0B1E4B; IL2CPP_EXTERN_C String_t* _stringLiteral34C6DD5E3F74D225FC488DB53BB338417416C358; IL2CPP_EXTERN_C String_t* _stringLiteral34D512090533084A2017718094B9FF87E65208E2; IL2CPP_EXTERN_C String_t* _stringLiteral359A9823DC8082CDC7BE587B07BEBE8F42E6E317; IL2CPP_EXTERN_C String_t* _stringLiteral35DA4C4D38D9862AA311412F66ED087671D6A9C4; IL2CPP_EXTERN_C String_t* _stringLiteral3609A350BAED78A888575E1651638A3ED47F5A15; IL2CPP_EXTERN_C String_t* _stringLiteral370F34481223594DA1FD878D7853CBBCD07CBFB1; IL2CPP_EXTERN_C String_t* _stringLiteral379F60DEBB6D55CE61887446D2D512ECB5B58E7A; IL2CPP_EXTERN_C String_t* _stringLiteral37DF5BB6EC24368AC3A41F1B3DC451B56C228D91; IL2CPP_EXTERN_C String_t* _stringLiteral37E033900AD7EC81A93678A2F634ED03B6F6F7AC; IL2CPP_EXTERN_C String_t* _stringLiteral37E281326AE978D6021F7ABEA46E23C4F8ABEF72; IL2CPP_EXTERN_C String_t* _stringLiteral384A972663A88A3CA636D7163BDC69F3C18E9CE5; IL2CPP_EXTERN_C String_t* _stringLiteral38A29F0742E6F746BEAE82B7874F2F4A23D91741; IL2CPP_EXTERN_C String_t* _stringLiteral399095539927C61EFB2E08911796A86F101B79B0; IL2CPP_EXTERN_C String_t* _stringLiteral39AAB98BC1F2A2AF21B51111DCEDCFFB04C8BF86; IL2CPP_EXTERN_C String_t* _stringLiteral3A21D0D4D90DD657AE41CC654D42D0042B5F6C9D; IL2CPP_EXTERN_C String_t* _stringLiteral3AA91E1AE5DECEDDB4C19BE84CE93DB366F343D6; IL2CPP_EXTERN_C String_t* _stringLiteral3B15D43C3C3CF7810D1DB4600E3558EA56F61F8D; IL2CPP_EXTERN_C String_t* _stringLiteral3B3B0902AFFD71AC0A61E24B97CE57857253A593; IL2CPP_EXTERN_C String_t* _stringLiteral3B5ACAADD2A8DCA517A95E30580025EB72B85BA6; IL2CPP_EXTERN_C String_t* _stringLiteral3BAC2A75BAFE62794897E7983D42E9A366404D16; IL2CPP_EXTERN_C String_t* _stringLiteral3C21B08946C4F5FAF4891F8DC09CEEB35F5A1737; IL2CPP_EXTERN_C String_t* _stringLiteral3C255A390A7F03F5A7C1EF7553165F4053C05888; IL2CPP_EXTERN_C String_t* _stringLiteral3CBED7E4BD59A149E72C700432D4CC0FE185B2BB; IL2CPP_EXTERN_C String_t* _stringLiteral3D7AAEF10E3DEE1F7205099AF52AD971FDA30A43; IL2CPP_EXTERN_C String_t* _stringLiteral3DD76D3077F87B98C7C5AB8CF2F3F081912348DE; IL2CPP_EXTERN_C String_t* _stringLiteral3EDF10E62134BD99CA6F1F174420237E76F4A176; IL2CPP_EXTERN_C String_t* _stringLiteral3EE5FEFAF7DE69BF9353F7DFACEB8CE657B93871; IL2CPP_EXTERN_C String_t* _stringLiteral3F9D535B2299B288482A2642168A1C1BAD0E53FB; IL2CPP_EXTERN_C String_t* _stringLiteral3FA118FF18D71618EB3BDD32868647552EAE8EC1; IL2CPP_EXTERN_C String_t* _stringLiteral4034DD5F1099E9E10BF9743A42A5DA16247D0965; IL2CPP_EXTERN_C String_t* _stringLiteral40F4BCFD7D1C3BD59C6DE9EEF377E69FED0CC937; IL2CPP_EXTERN_C String_t* _stringLiteral416683232C98B46D3CB67F7E22FF1BE125144CB7; IL2CPP_EXTERN_C String_t* _stringLiteral41929A1E7BFDE1DA15DF6EAB590A9A0BE1C2669F; IL2CPP_EXTERN_C String_t* _stringLiteral41AC59436ABDF96247BD0209E60D527914A1C1F8; IL2CPP_EXTERN_C String_t* _stringLiteral424361A636835E34F0B2F9CACA7AA037448A4A44; IL2CPP_EXTERN_C String_t* _stringLiteral42F629CC32087815BDEE088698E50CE910A82D86; IL2CPP_EXTERN_C String_t* _stringLiteral4524A3CDA236E8107A7ADDA16FF20824B50D5DE4; IL2CPP_EXTERN_C String_t* _stringLiteral453A07B8CC155ECBEB68D277EC848642FFB5F3B6; IL2CPP_EXTERN_C String_t* _stringLiteral45593D5E655060F74A6C44C3B85B7F8BA028EA85; IL2CPP_EXTERN_C String_t* _stringLiteral45EF86FB3E6727A00D5090D7C941D32C03BDE83F; IL2CPP_EXTERN_C String_t* _stringLiteral46042EA5661F92B06849C13B0ACFBB825CABF696; IL2CPP_EXTERN_C String_t* _stringLiteral462932E2EEBDB8E1CD4E4CC0BE1BBD9777B2DE31; IL2CPP_EXTERN_C String_t* _stringLiteral463706C81D9A7FCEC9CFD74F6BDF5E47A3B70A04; IL2CPP_EXTERN_C String_t* _stringLiteral46965B78C497683855CDF41381BC0F2CDD09CC59; IL2CPP_EXTERN_C String_t* _stringLiteral4712BAAA2C409BBFDE642D1E71320C1CE0C7463F; IL2CPP_EXTERN_C String_t* _stringLiteral47897467C289E1E51875B7BE0A8CFD148657C64D; IL2CPP_EXTERN_C String_t* _stringLiteral48197AEAAE2AD9DA94F5D8CB5B279A542D28DD92; IL2CPP_EXTERN_C String_t* _stringLiteral48B43F5FA99E5E4DA91ECE489C9146C2E013F2C0; IL2CPP_EXTERN_C String_t* _stringLiteral492E7E0E8C467AD9F1BDA7B42220485D9B07817E; IL2CPP_EXTERN_C String_t* _stringLiteral495FB6B8211354090008ECE66A4F0F4C56D595AF; IL2CPP_EXTERN_C String_t* _stringLiteral49885D4B866C9DC43265D753258445A98A737843; IL2CPP_EXTERN_C String_t* _stringLiteral4A8E0C8D13355155F62EAE3D3F44DFB6BE74D9C4; IL2CPP_EXTERN_C String_t* _stringLiteral4B1764B62B4E463E96BAFE0017DED59C09BE2D55; IL2CPP_EXTERN_C String_t* _stringLiteral4BD1FBF0F7522E0576F1D45564B0512BFF1C1BA2; IL2CPP_EXTERN_C String_t* _stringLiteral4BD64CDDC726EEC9781AF7725F934C659848D974; IL2CPP_EXTERN_C String_t* _stringLiteral4C315353372F3F841E76C82262AF0324BBC4AFFE; IL2CPP_EXTERN_C String_t* _stringLiteral4C344936BFE9804F4FAAF1136199DD3097C35C88; IL2CPP_EXTERN_C String_t* _stringLiteral4D18200CFF053B0935F005E7A5BAA8336D9130B4; IL2CPP_EXTERN_C String_t* _stringLiteral4D9FFA58750E6CD58A85D43767D628AC2DD297A1; IL2CPP_EXTERN_C String_t* _stringLiteral4DD0B356B39F6C5FFF9BD1147C45A38407006DF9; IL2CPP_EXTERN_C String_t* _stringLiteral4E43532D34F4B7732BE0F2F30E940364125B6E6C; IL2CPP_EXTERN_C String_t* _stringLiteral4E6EE1F01252B0F6C356FE841930ABFD46A5A5A2; IL2CPP_EXTERN_C String_t* _stringLiteral4E772C6B9394F5AC612E4C078AC1B64F82114327; IL2CPP_EXTERN_C String_t* _stringLiteral4EC7F61635C4293656DB96EBC0B013ECCD9A52E7; IL2CPP_EXTERN_C String_t* _stringLiteral4EF5AE62B6FD02C0741BF9F6FDBCB1E1E41EDFB2; IL2CPP_EXTERN_C String_t* _stringLiteral4F26532AB022D0D02F97B44928A07B12B854E042; IL2CPP_EXTERN_C String_t* _stringLiteral4F4B7FB0DAA8247272297BFDE2E625E1158BC21B; IL2CPP_EXTERN_C String_t* _stringLiteral4FC61A1400B3905DB6E3D9074B376EA32DA03ACC; IL2CPP_EXTERN_C String_t* _stringLiteral4FF15C7CC36E6EAC8EC7EBEE9FC4785A0186A8DD; IL2CPP_EXTERN_C String_t* _stringLiteral504B9DBDA354163F11B52121840ACC9175D28096; IL2CPP_EXTERN_C String_t* _stringLiteral50A9CE486E3E9EFF76FBCA6538E018EA3EFFEE43; IL2CPP_EXTERN_C String_t* _stringLiteral518B4580CD2B43947006D63DBE89EABDB4C72396; IL2CPP_EXTERN_C String_t* _stringLiteral51931B650163C62A4546E9E80B4E0DFAC75FC750; IL2CPP_EXTERN_C String_t* _stringLiteral51B1DCE4CCC91ABF973D7C6F040C54B79216D130; IL2CPP_EXTERN_C String_t* _stringLiteral51B34CC2C11B75062A72C72DC9BF4F9C0ABE1025; IL2CPP_EXTERN_C String_t* _stringLiteral524A02B897BABED5C30469E21902671642FCF6DC; IL2CPP_EXTERN_C String_t* _stringLiteral54F0B2F5E7EE58F3E0AFDA86BB95E6F6BF61BE79; IL2CPP_EXTERN_C String_t* _stringLiteral55222BD399E23BEE06115515650DF51D1B6FE02A; IL2CPP_EXTERN_C String_t* _stringLiteral5532FE05AC1F9905E82EA8B3069C706903FBC6C7; IL2CPP_EXTERN_C String_t* _stringLiteral558CFBF5ABEC8DCCB7851A436B2742F5B8404099; IL2CPP_EXTERN_C String_t* _stringLiteral56AE9A47135FB208ACB57FB850A93CE35E62DA0A; IL2CPP_EXTERN_C String_t* _stringLiteral56CF149DC0B35B9E217044748509760C17E91B7A; IL2CPP_EXTERN_C String_t* _stringLiteral56D52AD282DBCFB2D99151E8DB5A2E4598834384; IL2CPP_EXTERN_C String_t* _stringLiteral578E7F37170D9BE138C4B202DBD98D50BAEE1207; IL2CPP_EXTERN_C String_t* _stringLiteral59D1E36D161D397AD5030F651259B9D0C189A67A; IL2CPP_EXTERN_C String_t* _stringLiteral5A46D95E477A4FF900913B481FD6005E022067CF; IL2CPP_EXTERN_C String_t* _stringLiteral5A8D239015BDBCB6E7EA587BA7599C2F6C6E9BB5; IL2CPP_EXTERN_C String_t* _stringLiteral5A9C299AB520882D916CD2B93A60F70B9DA05ED2; IL2CPP_EXTERN_C String_t* _stringLiteral5A9C691CB5E91EAE05201517784BF116F1BCF52A; IL2CPP_EXTERN_C String_t* _stringLiteral5CCD9B9EDD6FEE3858916086082F27FC7D3D43A0; IL2CPP_EXTERN_C String_t* _stringLiteral5CF8F317A0F31BCFFA61870265D17E1F64F60FC4; IL2CPP_EXTERN_C String_t* _stringLiteral5D21766FA243325B8DAF51FBF17FC7423634B04F; IL2CPP_EXTERN_C String_t* _stringLiteral5EECAA92D98A4BA3E8AABFA36B5029E6E72B9FE0; IL2CPP_EXTERN_C String_t* _stringLiteral5F0E0E4FD20D264DD71A98D304397A53CE06D485; IL2CPP_EXTERN_C String_t* _stringLiteral5F42E9A086500A5BB201C3BEB0792ABBD26FF195; IL2CPP_EXTERN_C String_t* _stringLiteral5F52AE63B7C5BFD02F09A133E6C738E301EE7525; IL2CPP_EXTERN_C String_t* _stringLiteral5F5EA2589983A2251C76E663151A3433408C9F9F; IL2CPP_EXTERN_C String_t* _stringLiteral5FC26B5180E324EF37EA852AF1376B32D4510E0C; IL2CPP_EXTERN_C String_t* _stringLiteral5FEB4C819D06A1D6135211CFDE94942797D23621; IL2CPP_EXTERN_C String_t* _stringLiteral5FECD0559F6F45FBD7FC8AF5B0B9AFDB08EBF3B9; IL2CPP_EXTERN_C String_t* _stringLiteral6012CDC2131F970710DD55F8C0B0FC9EDAC9BB93; IL2CPP_EXTERN_C String_t* _stringLiteral611339ECD39703D426527E889AB6F988AE0AC2ED; IL2CPP_EXTERN_C String_t* _stringLiteral6197DEE7C9F3E81A9AFEBA66F124EDC7A0216A5E; IL2CPP_EXTERN_C String_t* _stringLiteral62267E44E69A06456F3BCA422446750BA4C25A2C; IL2CPP_EXTERN_C String_t* _stringLiteral624A5E270C9A550B9463C0A943E807F66B883CAF; IL2CPP_EXTERN_C String_t* _stringLiteral6348F335497AB29517BBF47765568FB755023B4A; IL2CPP_EXTERN_C String_t* _stringLiteral63D645B087299040799270572BB8AEDAC3666248; IL2CPP_EXTERN_C String_t* _stringLiteral649052EB1B18FB03350AC44EBBDBEF84AC2B278E; IL2CPP_EXTERN_C String_t* _stringLiteral64E869D5186561539A204C373201380834F5540A; IL2CPP_EXTERN_C String_t* _stringLiteral661C768A6EC1DE373D4760BFAA316A0C6B6CD8DB; IL2CPP_EXTERN_C String_t* _stringLiteral6659CD62965B9F3A7EB603F9E713F1E8B3588B63; IL2CPP_EXTERN_C String_t* _stringLiteral66ACDB186A389494B8890447B8BD0CD5D6BC5468; IL2CPP_EXTERN_C String_t* _stringLiteral67A47C687D1BBB246D874B84E68512B5E33BEBA7; IL2CPP_EXTERN_C String_t* _stringLiteral67A8A5D0ADC933B024198A4E43926D4FDA5EADCC; IL2CPP_EXTERN_C String_t* _stringLiteral67F438B8E048889CB1505E5B0A4EB14DDCC0C634; IL2CPP_EXTERN_C String_t* _stringLiteral683F37EC4A215A44555082EA88D2E170B5DA1447; IL2CPP_EXTERN_C String_t* _stringLiteral6850440C23BA143D9F2B65081427091AA2A67176; IL2CPP_EXTERN_C String_t* _stringLiteral685B96D3C0447492744C5A277D5A33C481F062C7; IL2CPP_EXTERN_C String_t* _stringLiteral6897BF7AB81C24C922CD0660FA63BBEBFE5BD3CC; IL2CPP_EXTERN_C String_t* _stringLiteral68B0DC046D209BD5398B35F8CCEB1B94183E45FD; IL2CPP_EXTERN_C String_t* _stringLiteral68F5FE71D2C973E23D0F4D01C77BEA89A461DB26; IL2CPP_EXTERN_C String_t* _stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E; IL2CPP_EXTERN_C String_t* _stringLiteral69CEB81C4356613EE837AA34F7829125CCEE8ECE; IL2CPP_EXTERN_C String_t* _stringLiteral6A6114EE6AD4F5D8753DA3068DD672E7F9BC8B7C; IL2CPP_EXTERN_C String_t* _stringLiteral6B188360294349CD1D94164DB9AE487200C503EE; IL2CPP_EXTERN_C String_t* _stringLiteral6B866DCFF4A3EC3D3C30879F029D88106601B1B2; IL2CPP_EXTERN_C String_t* _stringLiteral6BACF17DD7DD6AA64CC652E1DCC3F3696D8F0BC8; IL2CPP_EXTERN_C String_t* _stringLiteral6C0723AFB7AE2AF742ED859E952A5F5B629A10C0; IL2CPP_EXTERN_C String_t* _stringLiteral6C0E8D5689BB9C238931C0AE7E15A835AFAD3488; IL2CPP_EXTERN_C String_t* _stringLiteral6C5080960E62793E72538806C84DA62D6AA21637; IL2CPP_EXTERN_C String_t* _stringLiteral6CE4FF76C9A3AA8EACB2642C3029DD05C6E29F82; IL2CPP_EXTERN_C String_t* _stringLiteral6D42170D8B95AA8DAA8DB676FD28AD564225DA72; IL2CPP_EXTERN_C String_t* _stringLiteral6DD06F77C0C0449AF36E4A47FCFD33DE5AD44F90; IL2CPP_EXTERN_C String_t* _stringLiteral6E9E93966CE49EE25C9B6C4FD06750FC9B05E6CC; IL2CPP_EXTERN_C String_t* _stringLiteral6EA022A7AC4085772E0F26ACC29B626227EA945F; IL2CPP_EXTERN_C String_t* _stringLiteral6FE7F56575F8EB966E60EEB749FC5A2EC5555144; IL2CPP_EXTERN_C String_t* _stringLiteral701735DD88CE670EAFD4EACE23D002DFF23C0904; IL2CPP_EXTERN_C String_t* _stringLiteral7187EE2A7EE264D8D5ED3324026616F1451B1256; IL2CPP_EXTERN_C String_t* _stringLiteral71A41D9E84570DF936ECD1AEA635EAA3BCE1BCFB; IL2CPP_EXTERN_C String_t* _stringLiteral71E375476CD036DC55A62DC1C54F93440514D4DB; IL2CPP_EXTERN_C String_t* _stringLiteral71F57878A7D52F065EEDDF229801DF7EF57EF0E8; IL2CPP_EXTERN_C String_t* _stringLiteral7248D90711F70CAD81AC5F6BE6D0612C793D1B7A; IL2CPP_EXTERN_C String_t* _stringLiteral72B50A8A8C2199B0A0B80BD852F6CDCBE83F48DB; IL2CPP_EXTERN_C String_t* _stringLiteral736B8C0D37EBD403829A528952F68DE7B6EE8CB5; IL2CPP_EXTERN_C String_t* _stringLiteral7402F76B2D6078A455F77607AF6E7350B6DE019E; IL2CPP_EXTERN_C String_t* _stringLiteral7454695E25D304C65D0C1333D8008E862569CAE9; IL2CPP_EXTERN_C String_t* _stringLiteral74ADAFFFEA0873318DEE194E1C238D984D1EA8B8; IL2CPP_EXTERN_C String_t* _stringLiteral74B232E34C7B710A44245D249D308757819847F0; IL2CPP_EXTERN_C String_t* _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D; IL2CPP_EXTERN_C String_t* _stringLiteral7627A1F80867B72E20CD18B04AD686EF5919BFDC; IL2CPP_EXTERN_C String_t* _stringLiteral76F3B33D9D4746897AAFFB79FFA66BD8D59B1BCB; IL2CPP_EXTERN_C String_t* _stringLiteral778E4FAC8E1C4CF63D82AC2AE1097053CF32406B; IL2CPP_EXTERN_C String_t* _stringLiteral77C49E3BBE5191C0835E330FBD83AF31DD745F46; IL2CPP_EXTERN_C String_t* _stringLiteral77C66025C930510EE67E22EBE245B7FF0CA5F1EC; IL2CPP_EXTERN_C String_t* _stringLiteral77CCF8E1678B342272AC46A360A1C0E663D94454; IL2CPP_EXTERN_C String_t* _stringLiteral783FAF747B1398DBB5EBF06F7038921BFF60683F; IL2CPP_EXTERN_C String_t* _stringLiteral78825798A96E402C2095EAC6CA168925BB1DD273; IL2CPP_EXTERN_C String_t* _stringLiteral78BAEB1F596D840A0E63FD3FCFA1183FC947695C; IL2CPP_EXTERN_C String_t* _stringLiteral7931519DFF1BB20E46AE397FD6DB8CD6EEC7ED0C; IL2CPP_EXTERN_C String_t* _stringLiteral798108AE9FB217C8959F2DED31AE7EAA7889C113; IL2CPP_EXTERN_C String_t* _stringLiteral7A0F21FDBDEA86648C5DCD7A29679A990503872F; IL2CPP_EXTERN_C String_t* _stringLiteral7A5B2DFB9E7DBD407EB6178E3FF14412EE756255; IL2CPP_EXTERN_C String_t* _stringLiteral7A85609535A45848A2FD7C5F8B3217EACBEF9CD0; IL2CPP_EXTERN_C String_t* _stringLiteral7ACA6A04ECE7655032B513D77860029F8E840F91; IL2CPP_EXTERN_C String_t* _stringLiteral7B0F1283D6A3260688A2404E224C0BA061D279B3; IL2CPP_EXTERN_C String_t* _stringLiteral7B2A7F1C4900482F012B2DC83DF79F476A9F25EE; IL2CPP_EXTERN_C String_t* _stringLiteral7B56868EBF08387DFAAF00740C028C397C680C26; IL2CPP_EXTERN_C String_t* _stringLiteral7B6830563CB740F590BA73639EE340CD8924E7BC; IL2CPP_EXTERN_C String_t* _stringLiteral7B7545BD3CA2CEF1978156E94491C4D41AFB09C9; IL2CPP_EXTERN_C String_t* _stringLiteral7BE15F95730C89472C7FB2CC95F4831B712987A1; IL2CPP_EXTERN_C String_t* _stringLiteral7BFA90781F6BCCC30A3F3F731519AA1F2CD436D5; IL2CPP_EXTERN_C String_t* _stringLiteral7C1359C6A71D741B992B49B051ACD48982247BBB; IL2CPP_EXTERN_C String_t* _stringLiteral7C8597B1646BBC4C00FF3D38BC96BF6654B66D66; IL2CPP_EXTERN_C String_t* _stringLiteral7CCAEC32B794736B9302E7DCD5B17ADD774C56FF; IL2CPP_EXTERN_C String_t* _stringLiteral7D6DC6DDFA61CEDE05B17F88286D237ED159C5D2; IL2CPP_EXTERN_C String_t* _stringLiteral7D910D79C08644BE4D55FA9EC650E5AB1B4B423D; IL2CPP_EXTERN_C String_t* _stringLiteral7F497051B441243A1A42D5A9C5A9D15A7C97D08A; IL2CPP_EXTERN_C String_t* _stringLiteral7F83D1397ECE0E7B3201C5806F0A4D62DFC36B55; IL2CPP_EXTERN_C String_t* _stringLiteral7FF246983A3B2CEAEA57814A7B884A9ADE68F563; IL2CPP_EXTERN_C String_t* _stringLiteral808DBB322A79F8FE16763373B0F2652FF1EAC034; IL2CPP_EXTERN_C String_t* _stringLiteral80D4BF332379961AA750FB7B55DC92FD628CBEE8; IL2CPP_EXTERN_C String_t* _stringLiteral8105936FACB0C09C42FA2DF27F04F13536597A7F; IL2CPP_EXTERN_C String_t* _stringLiteral8123ADD0461274D47114601C355EAFAB50371447; IL2CPP_EXTERN_C String_t* _stringLiteral8124551E709D8BC58275CA955BF3174DBD185C27; IL2CPP_EXTERN_C String_t* _stringLiteral816238D2C5B664EF76E039079E40C1492ADCF0EC; IL2CPP_EXTERN_C String_t* _stringLiteral818BC5B06FB52A2015AF15A52395C35D543D25AE; IL2CPP_EXTERN_C String_t* _stringLiteral81D0867D36C5583FF580547434E283CAD6DE759A; IL2CPP_EXTERN_C String_t* _stringLiteral82128C45BA75D1898667EBC9275E25444AF126BC; IL2CPP_EXTERN_C String_t* _stringLiteral82B40C98D5F9314DB5E7152D9C8639E9BA577E2D; IL2CPP_EXTERN_C String_t* _stringLiteral8368392AF0F551AE8210F28C8F96D5F52661B0CC; IL2CPP_EXTERN_C String_t* _stringLiteral83B569C2C49DB2A90DEAEB592C3189A2DC094E11; IL2CPP_EXTERN_C String_t* _stringLiteral85736300AFDCF4B38F0A9679DBB6F47B0EF697AC; IL2CPP_EXTERN_C String_t* _stringLiteral85A8A90B5F192F9171591E220AEAE8BF98E46D9E; IL2CPP_EXTERN_C String_t* _stringLiteral8610EF0CF2FB1FE5275785FFAE015BEB020386DD; IL2CPP_EXTERN_C String_t* _stringLiteral8663BD1615D5C02136900A8A4762C8C1833F8F9D; IL2CPP_EXTERN_C String_t* _stringLiteral86E39EE5D19052072B45CD3CC8F830BDBE22CA7A; IL2CPP_EXTERN_C String_t* _stringLiteral87F0EFBA079B793A257F4478749C59CAB6A740BF; IL2CPP_EXTERN_C String_t* _stringLiteral884724CC95307DD596874FA08EE010892E4A183C; IL2CPP_EXTERN_C String_t* _stringLiteral8862B3ECC8B7EA5F4E97CE04D29A2A845B56A8CF; IL2CPP_EXTERN_C String_t* _stringLiteral88FFE2599BCE71130089C4BF4E95318D9891000F; IL2CPP_EXTERN_C String_t* _stringLiteral8A7FFDE5EE67F4359B4BEAE6EF71538156731FEC; IL2CPP_EXTERN_C String_t* _stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA; IL2CPP_EXTERN_C String_t* _stringLiteral8A935BC163FB7C550742399792C4D1966C3E2AF4; IL2CPP_EXTERN_C String_t* _stringLiteral8B368E5D81D2659B254FFC886CD8CACF3ECD18F2; IL2CPP_EXTERN_C String_t* _stringLiteral8B8B3CA4DC793AD594AABE837D6FA7BA36298DAA; IL2CPP_EXTERN_C String_t* _stringLiteral8BDB21D5F1BAF66B7BE908A15E946035E5A43BA4; IL2CPP_EXTERN_C String_t* _stringLiteral8C45FF57616AD707D36B1268FB121A2AE06C3E4D; IL2CPP_EXTERN_C String_t* _stringLiteral8D081E8EED213A2786BB8CEB46059FB513AAD2BF; IL2CPP_EXTERN_C String_t* _stringLiteral8D16DD2EEFE134881668681ACBE0583A63224ED6; IL2CPP_EXTERN_C String_t* _stringLiteral8D4D325381C1A11D3538AD29D1B428BAF343DFF1; IL2CPP_EXTERN_C String_t* _stringLiteral8DA748026DEAE0A90C7386ADFEF1EDBC296374CB; IL2CPP_EXTERN_C String_t* _stringLiteral8E264486DFD68F8D2AC59C629355E7337C6392BF; IL2CPP_EXTERN_C String_t* _stringLiteral8E80AED46A8272D4EB565971A6B391880E400D5E; IL2CPP_EXTERN_C String_t* _stringLiteral900D858FE9ABCD2ED2B25CD27110A78ADCC6EC6B; IL2CPP_EXTERN_C String_t* _stringLiteral91003D2BFC8EBA9DB6C029503784214B461DC0A0; IL2CPP_EXTERN_C String_t* _stringLiteral911171BE523A329B387F3ECDE21B2FD9E6C55B39; IL2CPP_EXTERN_C String_t* _stringLiteral9154EE511A1AA31D1AF779C85CC118B3C4AC0DFB; IL2CPP_EXTERN_C String_t* _stringLiteral9180E1B85099AFBB717B122A1F9AC818B20A0D90; IL2CPP_EXTERN_C String_t* _stringLiteral91A3D8BE03602AB048BF844B496987C8CF2246F6; IL2CPP_EXTERN_C String_t* _stringLiteral91FA22B8ECDED45527422282487144D47FA10733; IL2CPP_EXTERN_C String_t* _stringLiteral9246599CB943C8EE7B15D09891A45B0B03B97856; IL2CPP_EXTERN_C String_t* _stringLiteral92C254E7B91AD855CB046B3CE4C4A3509377F0C8; IL2CPP_EXTERN_C String_t* _stringLiteral92EB87BC57FA6F020987EFDEB85F8385C7FAA4AA; IL2CPP_EXTERN_C String_t* _stringLiteral92F4FAE0F91F544D825E8998DFAB6D1C9659A72D; IL2CPP_EXTERN_C String_t* _stringLiteral93490AE8FABF0A13CFC7D7F99BD81151FDBE7550; IL2CPP_EXTERN_C String_t* _stringLiteral9369C15741F567CCB187EBA6138866E39B755551; IL2CPP_EXTERN_C String_t* _stringLiteral939FDD0CFBF276219A6CB6BB7DA8D321687FF1A7; IL2CPP_EXTERN_C String_t* _stringLiteral94227CA8EB4252C21E39FE8CCB2B65A6D01D3CF1; IL2CPP_EXTERN_C String_t* _stringLiteral94D727E17EBE2B230570DE3A87C6831BDD700FD6; IL2CPP_EXTERN_C String_t* _stringLiteral95419FAFDA01DE5BD36BADABAFA89CAC156E74D5; IL2CPP_EXTERN_C String_t* _stringLiteral9645F0570B49B10DDE94A0E847474B41527FCEC9; IL2CPP_EXTERN_C String_t* _stringLiteral96B65D313E49EF3F0F25B26855791B5B8C975B4F; IL2CPP_EXTERN_C String_t* _stringLiteral983408186E1119D5B88EBC42C4B8BDDC413C53CA; IL2CPP_EXTERN_C String_t* _stringLiteral98E19DCE961E48AB5A96909758B77A3257C9B7B0; IL2CPP_EXTERN_C String_t* _stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694; IL2CPP_EXTERN_C String_t* _stringLiteral99C134A36D015746C32203B98CC495F87311D9DC; IL2CPP_EXTERN_C String_t* _stringLiteral9A096340926A36CDAC00FDD3176AD3400AADB784; IL2CPP_EXTERN_C String_t* _stringLiteral9A12021E1E1850DBED762F93F651DB311B213542; IL2CPP_EXTERN_C String_t* _stringLiteral9ADF294AFD5288659A6D07C6FBA6849ED062B84F; IL2CPP_EXTERN_C String_t* _stringLiteral9B1F0AA63B2AB43512920221BD667C8CF844E7A5; IL2CPP_EXTERN_C String_t* _stringLiteral9BD620DE16F5F7A0DDC1DBCE3B9FF40D0DA2C5FC; IL2CPP_EXTERN_C String_t* _stringLiteral9BFB8E834E365B03FF6FB4F9E9B4C1178D1B6491; IL2CPP_EXTERN_C String_t* _stringLiteral9C5C06DB877BD7B3274BB146538D0362FDA80644; IL2CPP_EXTERN_C String_t* _stringLiteral9CD944CC2F94D393A85A2E0420941DCD6622DA70; IL2CPP_EXTERN_C String_t* _stringLiteral9CDC0E4EE6E3689868362BD0B7266F31CA73E518; IL2CPP_EXTERN_C String_t* _stringLiteral9CE16860FAFAE14E8B206058D0C4AB7A03D217BC; IL2CPP_EXTERN_C String_t* _stringLiteral9D3778B3D0306391E93AED92682BC7C86DEED6A6; IL2CPP_EXTERN_C String_t* _stringLiteral9D8B651CA633B57D8DACE5FA15A2C0C4DB4C8466; IL2CPP_EXTERN_C String_t* _stringLiteral9D94BFB66AFC47F7E1050302749DFD8D34C35105; IL2CPP_EXTERN_C String_t* _stringLiteral9E6BA185CF46C7496C8977196B608B151E6CA640; IL2CPP_EXTERN_C String_t* _stringLiteral9EC5F17060D615B578EBE09AFDB74E29DD9D8833; IL2CPP_EXTERN_C String_t* _stringLiteral9EEA69B4F01E97DA9DDA5913DF56564D42ABD41A; IL2CPP_EXTERN_C String_t* _stringLiteral9EF7CD66495C85A42FC5E3AA0ADC29CA218C06AC; IL2CPP_EXTERN_C String_t* _stringLiteral9F6854387F847DBAFF44934E6350C3D139DA8527; IL2CPP_EXTERN_C String_t* _stringLiteral9F90543F5A3A0562EA33B07913037B0D098325A9; IL2CPP_EXTERN_C String_t* _stringLiteralA000DE34A65CA26228148544C6FE74851EF5A8AE; IL2CPP_EXTERN_C String_t* _stringLiteralA07E117A24FBC0B383024B0DCB511C8C871925E7; IL2CPP_EXTERN_C String_t* _stringLiteralA080B4C2AD0D13ABACC03072DAF48FF3797D5E18; IL2CPP_EXTERN_C String_t* _stringLiteralA088FB484348AC1D315C0FCA5BAFC107B1F3DF54; IL2CPP_EXTERN_C String_t* _stringLiteralA14E17E882BFA722610ABC91F13F679900E3797C; IL2CPP_EXTERN_C String_t* _stringLiteralA25B69026A70D534621843E13AD9FBEBC01B0B2E; IL2CPP_EXTERN_C String_t* _stringLiteralA29A6238B1646B12D3328F6FB511C7482BFAEDFF; IL2CPP_EXTERN_C String_t* _stringLiteralA2FFE311115D7FB8BB48AE9D5A3BC6FC0B9162DD; IL2CPP_EXTERN_C String_t* _stringLiteralA33A5CAE02B786C2060461DF8C6764B4C05E9423; IL2CPP_EXTERN_C String_t* _stringLiteralA344F15495B254FE3D4B9C07925DDD4CC039D78E; IL2CPP_EXTERN_C String_t* _stringLiteralA345B47042D46E66AF27151C921F5ED266CD400D; IL2CPP_EXTERN_C String_t* _stringLiteralA3D218FA8DEACAA4642184107DFEFDBC21A7EF78; IL2CPP_EXTERN_C String_t* _stringLiteralA4C472B59A8ECF1E1E1641FE8CF077EF7260289A; IL2CPP_EXTERN_C String_t* _stringLiteralA4C577F5B749AC98D954F7E0F639B3624E6D03B0; IL2CPP_EXTERN_C String_t* _stringLiteralA541545AC7ABD1030907CF06229D618165CA0FF9; IL2CPP_EXTERN_C String_t* _stringLiteralA6CFF9BA0FFB9E961A1009F3C2D0D2BF233C4E24; IL2CPP_EXTERN_C String_t* _stringLiteralA6FA674D84149E00E1BD5050C2D218560759D2E2; IL2CPP_EXTERN_C String_t* _stringLiteralA75C13A9F731540BED109C1DEB0297083D58ABA0; IL2CPP_EXTERN_C String_t* _stringLiteralA76594DA0BCBB1E28AE992107BDBE1081FDA164B; IL2CPP_EXTERN_C String_t* _stringLiteralA769D26CEBDB76B20A90DFECE81C1D6E4E458A71; IL2CPP_EXTERN_C String_t* _stringLiteralA7DE4FC343BF73D24FD8C46C51B418DBA4F8506A; IL2CPP_EXTERN_C String_t* _stringLiteralA7EFBE7F1BCDE14DDA3B606A5F35D70FCD927D4E; IL2CPP_EXTERN_C String_t* _stringLiteralA8333C172FD811A3005E48E1659B0C01E5B737DC; IL2CPP_EXTERN_C String_t* _stringLiteralA8A0FD07F08D16EE517E51941994B8A1CF651368; IL2CPP_EXTERN_C String_t* _stringLiteralA998E267635FEC25A206EE1BFAE35FF4154C7A82; IL2CPP_EXTERN_C String_t* _stringLiteralA9DEE09EF96117A5E7C4471EA38B1653785795C2; IL2CPP_EXTERN_C String_t* _stringLiteralA9FDA2E5718693ACB1E2A1F083CE6CC5A7111149; IL2CPP_EXTERN_C String_t* _stringLiteralAA4DA1A93F07E2E4B09F8D5E2C45905E26A45E79; IL2CPP_EXTERN_C String_t* _stringLiteralAA54A59A7E63764E1F84998FF1EA8DB123B7F168; IL2CPP_EXTERN_C String_t* _stringLiteralAB1884265C9E3BBE790EC2DEBA9D74770BD8BD21; IL2CPP_EXTERN_C String_t* _stringLiteralAB208787952720CE341FAC3135FA095D2F1C22B9; IL2CPP_EXTERN_C String_t* _stringLiteralAB30661A27320A92CF3AB0B7CB38F153F4CED107; IL2CPP_EXTERN_C String_t* _stringLiteralABB62B8930F03CF00DE8D94D913ACB908E73A303; IL2CPP_EXTERN_C String_t* _stringLiteralAC6F5A4052EFDA8F3ABA4A3E049AA81980EE08BA; IL2CPP_EXTERN_C String_t* _stringLiteralACA7E3D2770ADAB061CBEB4B68128A012D6BA80C; IL2CPP_EXTERN_C String_t* _stringLiteralACAA3F034BC8CAAF34163BEFBA416A7A52F4A9B3; IL2CPP_EXTERN_C String_t* _stringLiteralACB9A1832D3C353D963D539E4EC52CD3E7916B78; IL2CPP_EXTERN_C String_t* _stringLiteralACF235F6913A54EC693AC2AC5183EE717D13DD32; IL2CPP_EXTERN_C String_t* _stringLiteralAD564320503E7A0D649F4CBE2035ACC42705FBAE; IL2CPP_EXTERN_C String_t* _stringLiteralADD306B47D5269D0F04AF4E3CD0DA417A10B8ABC; IL2CPP_EXTERN_C String_t* _stringLiteralAE47DF91E031BFC4E809799DF55C82ABCA4B43D7; IL2CPP_EXTERN_C String_t* _stringLiteralAE8DAE8CB28032AAE362FE4155C2D33608A9AED4; IL2CPP_EXTERN_C String_t* _stringLiteralAFB136EC3D9B9F55791281FAE7CDE7EFA6370E3E; IL2CPP_EXTERN_C String_t* _stringLiteralB0A669EE38050E63D8F9CB5B9EE063F765162C1A; IL2CPP_EXTERN_C String_t* _stringLiteralB16364632FFDA7CF8AB0EF198C603812CB7ECD94; IL2CPP_EXTERN_C String_t* _stringLiteralB16CF3324CA15FF0851B0F99DD86AC638C3E0CAE; IL2CPP_EXTERN_C String_t* _stringLiteralB20D9771966611F32C4E37ECF3F2818C5B199133; IL2CPP_EXTERN_C String_t* _stringLiteralB264BC41FF80638659B7A213CA1E8D89BA37B402; IL2CPP_EXTERN_C String_t* _stringLiteralB268254F6BB97A4A5EBF4D0219F78845D5C9C32A; IL2CPP_EXTERN_C String_t* _stringLiteralB2CAB479468CF767096ACC4632C28817AA097913; IL2CPP_EXTERN_C String_t* _stringLiteralB2E86EB01079C727723F8DBF73E978BACF9028B2; IL2CPP_EXTERN_C String_t* _stringLiteralB3617A860A67F27363F920DB6DF60FB7E896957A; IL2CPP_EXTERN_C String_t* _stringLiteralB38608B9757963D54EC168D070C51F804BE3AB44; IL2CPP_EXTERN_C String_t* _stringLiteralB387E0FFBFB7595C7AC8F04331A06CE8077E4BE9; IL2CPP_EXTERN_C String_t* _stringLiteralB3AE0CD84BC7E11FE3C417FBF57CC6D8D87ADFD2; IL2CPP_EXTERN_C String_t* _stringLiteralB3DC192A0BCCDF087E13486BE2F4F60B24BCC0B9; IL2CPP_EXTERN_C String_t* _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D; IL2CPP_EXTERN_C String_t* _stringLiteralB4968672ECEECF5A6B270993641EFC5B884A56AF; IL2CPP_EXTERN_C String_t* _stringLiteralB49DFC1F57BC99FD5BB3C405A05DE58592B829CD; IL2CPP_EXTERN_C String_t* _stringLiteralB4A2649B7C0C70D0BC140DDC049CCD1AD201746E; IL2CPP_EXTERN_C String_t* _stringLiteralB5091C9B2711F2B144AA641ADBE4D291082835D2; IL2CPP_EXTERN_C String_t* _stringLiteralB5C4768C151D248CB78691E1386433A0653C5D1F; IL2CPP_EXTERN_C String_t* _stringLiteralB5D55676513977B1CC8289EFDECD3AC45ADAC074; IL2CPP_EXTERN_C String_t* _stringLiteralB608113BA5D284442B18D8F123B8242EFFD9B50E; IL2CPP_EXTERN_C String_t* _stringLiteralB6317D9BDEAB95DE0D033C96F2C144B408D15A4E; IL2CPP_EXTERN_C String_t* _stringLiteralB68C5B65F07F639077ED6438EE996FE7FACBD6DE; IL2CPP_EXTERN_C String_t* _stringLiteralB68D96028BD9D3876AEFB7ACF3D7B72FD005DA58; IL2CPP_EXTERN_C String_t* _stringLiteralB6C6729487D9880A1A46CDDD120D87207BB095AD; IL2CPP_EXTERN_C String_t* _stringLiteralB74A9D707CF1B4E791ECD7ED8F2776E1F8C4B145; IL2CPP_EXTERN_C String_t* _stringLiteralB7D17CE41A641C6A349B2DE0B450E57D0F6A3BA3; IL2CPP_EXTERN_C String_t* _stringLiteralB809AD1700E38A60785549B6958A7688B9EB802A; IL2CPP_EXTERN_C String_t* _stringLiteralB855D013A0AD3BBA3FE4CAA85A90C61045E66D27; IL2CPP_EXTERN_C String_t* _stringLiteralB864FA713E0DCD2132FFDF2E1F4113DC6243B5A5; IL2CPP_EXTERN_C String_t* _stringLiteralB9E15D36DACFA970D8917F8A2D25B3E56074B572; IL2CPP_EXTERN_C String_t* _stringLiteralBA238C1A4CD8314AE4867566942B59C9DB1550C8; IL2CPP_EXTERN_C String_t* _stringLiteralBB6D0D82A1D2CF2E0778327801C2903C072E1A02; IL2CPP_EXTERN_C String_t* _stringLiteralBBA4631906F4C458CB2BBDD76F7D84AFE7525CAA; IL2CPP_EXTERN_C String_t* _stringLiteralBBB8F81499B57D6CBFD03813D212598C06FEE577; IL2CPP_EXTERN_C String_t* _stringLiteralBBD874DDFDEE7D37EF3407196364EEA52C02D4BA; IL2CPP_EXTERN_C String_t* _stringLiteralBD538CD9355C9B91EA5CF260A740D24D0114BA34; IL2CPP_EXTERN_C String_t* _stringLiteralBD8359A08BF3AE7D4D96436F5EBC8ABFC50B22EA; IL2CPP_EXTERN_C String_t* _stringLiteralBDDA27810124EA0F55FB10F1363AE8FCCE44CF61; IL2CPP_EXTERN_C String_t* _stringLiteralBF0D700BCFF7926DE36A48E44ABD4EBBF0D6728F; IL2CPP_EXTERN_C String_t* _stringLiteralBF289442F665D0D89080A24EA187093A102B47B8; IL2CPP_EXTERN_C String_t* _stringLiteralBFD1210247E459A47C5E10A452BBD54AF6210C8A; IL2CPP_EXTERN_C String_t* _stringLiteralC04F8B907814B0B9F1E2B2560884FB277BF70D56; IL2CPP_EXTERN_C String_t* _stringLiteralC069479491EDF00971B0FDE36B2AB2E95437F826; IL2CPP_EXTERN_C String_t* _stringLiteralC087E631060AB76B7C814C0E1B92D5C7C4C4B924; IL2CPP_EXTERN_C String_t* _stringLiteralC18BE09809C40016F56842A902791F9D32E3B6EF; IL2CPP_EXTERN_C String_t* _stringLiteralC254086DD389497FB3ADCA91EE6F1FCD4C670CF2; IL2CPP_EXTERN_C String_t* _stringLiteralC2F13D6423712EE49184F09B7A5C47EEF28ADBE2; IL2CPP_EXTERN_C String_t* _stringLiteralC318857CEA813401776D821FAFDCC824179B3825; IL2CPP_EXTERN_C String_t* _stringLiteralC363CC2636BE332A5798249C2C698E7E424911C9; IL2CPP_EXTERN_C String_t* _stringLiteralC47E7F7AEF16F78CE7B3D75756F38A67794AF4D0; IL2CPP_EXTERN_C String_t* _stringLiteralC4BDA98415573B97838847CF1A6949BA9FCC789E; IL2CPP_EXTERN_C String_t* _stringLiteralC591B1C32392EBE66D2D66C9101FD6E0C8E97686; IL2CPP_EXTERN_C String_t* _stringLiteralC5E7D42EDAE9559779BB3995FE55D1EFD81E4E97; IL2CPP_EXTERN_C String_t* _stringLiteralC5F521F2188B366ACAEBDB72198BC58A918A1EB0; IL2CPP_EXTERN_C String_t* _stringLiteralC68E93161F8C3334B631019EF34012F314C87B40; IL2CPP_EXTERN_C String_t* _stringLiteralC7FBDEF56BD43B2DFBC424D79734E92CB0BE0D0A; IL2CPP_EXTERN_C String_t* _stringLiteralC87F54F009BFFF741EAAB0CFF8BDF95101C7CAC3; IL2CPP_EXTERN_C String_t* _stringLiteralC9C203FF8C07EB0519AAC54A5AA9B86B395E7920; IL2CPP_EXTERN_C String_t* _stringLiteralCA32CE83E533343EE80B31300CCEDE255B1AAC5C; IL2CPP_EXTERN_C String_t* _stringLiteralCA3EDAE8181D1A67857C59386CF03AAF007C8ABA; IL2CPP_EXTERN_C String_t* _stringLiteralCA78A2ED719A49499B0E3F1BAF38EB8DF561A780; IL2CPP_EXTERN_C String_t* _stringLiteralCB0A5D076E9F3B4DF88AA84C7DB0E403D0600C2A; IL2CPP_EXTERN_C String_t* _stringLiteralCB7EE45F86091F2C129A37CFDA0619D41167C3A3; IL2CPP_EXTERN_C String_t* _stringLiteralCBCF9A0C616BF28F37201490894BD1EAEE790999; IL2CPP_EXTERN_C String_t* _stringLiteralCD79066978C02E8CBC7D2A809E2C3266FD8C701C; IL2CPP_EXTERN_C String_t* _stringLiteralCDE743FF61CBDF72BF05A4EC3478FED4F69A1F35; IL2CPP_EXTERN_C String_t* _stringLiteralCE0B715AFBDB586842A2439BEF967CCE1752E106; IL2CPP_EXTERN_C String_t* _stringLiteralCED20C6CFAC09FF5E0E230D3F19BF9716E3033A7; IL2CPP_EXTERN_C String_t* _stringLiteralCF104EB0E615717D616E89CF9F5DEF46B58B157A; IL2CPP_EXTERN_C String_t* _stringLiteralCFB7B03F540A91A9F9CDEDB051F97BE788740CF9; IL2CPP_EXTERN_C String_t* _stringLiteralD08FF04CF90D79C906F06B81EDB9B41E22D97A2A; IL2CPP_EXTERN_C String_t* _stringLiteralD0A85DD46032CB7E2A5597913E43998E217FF440; IL2CPP_EXTERN_C String_t* _stringLiteralD0C0C48B15969193630FBD329E427D217E869C85; IL2CPP_EXTERN_C String_t* _stringLiteralD0D3B7B31F08241AB0583A23037113B73E7F2082; IL2CPP_EXTERN_C String_t* _stringLiteralD0FD68632386FDE1DC6625073B337FB66EDB7924; IL2CPP_EXTERN_C String_t* _stringLiteralD180C03D8246D8000C97FBD5EBC70281778AA3D3; IL2CPP_EXTERN_C String_t* _stringLiteralD187FFB51F5BDB31067E7C0CCCBD1A007DE16776; IL2CPP_EXTERN_C String_t* _stringLiteralD1DF7E3A60A7A0139E3CE6C5A6FCF0D6C42E6BEE; IL2CPP_EXTERN_C String_t* _stringLiteralD22CAA4530F10CCFA10C706C2EA30D020D07B591; IL2CPP_EXTERN_C String_t* _stringLiteralD252B930E829E7C8274E97CAA92250DE3E9543A8; IL2CPP_EXTERN_C String_t* _stringLiteralD254D7F9810E53B134ABBD79078F8D119CF0DD78; IL2CPP_EXTERN_C String_t* _stringLiteralD389D736C510787FAF6582BCA9FB13F1E49B3BE1; IL2CPP_EXTERN_C String_t* _stringLiteralD3B0EBCF2A00B6287D5A359371208D3BA75D5645; IL2CPP_EXTERN_C String_t* _stringLiteralD4A019A7FFD96040A540A01FE40BC9E66828EF1B; IL2CPP_EXTERN_C String_t* _stringLiteralD4CB643705A26B030B5C762D9DC81CF6CF525335; IL2CPP_EXTERN_C String_t* _stringLiteralD599110D428DCF01889F1FBD2A629753E88C1F75; IL2CPP_EXTERN_C String_t* _stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE; IL2CPP_EXTERN_C String_t* _stringLiteralD64D9D8BF3ACA1CBCF48A27270C5E88707E6216D; IL2CPP_EXTERN_C String_t* _stringLiteralD6664827DC27C06530D4349D406286FE4CDABE44; IL2CPP_EXTERN_C String_t* _stringLiteralD70C4DD1CFCAE3F5B82091C96D28299660AAE0C9; IL2CPP_EXTERN_C String_t* _stringLiteralD73F00AF8A16717F6017F8EDDC1593CE5A762D57; IL2CPP_EXTERN_C String_t* _stringLiteralD744D02E9F69554C563F58496A5C08C4A6486D26; IL2CPP_EXTERN_C String_t* _stringLiteralD7926AF4A18D1FAF85D168A423D77A8BEF3439BF; IL2CPP_EXTERN_C String_t* _stringLiteralD7E72730072DA8AB8DE547875E5CAA08AC56C08E; IL2CPP_EXTERN_C String_t* _stringLiteralD7FA5F0CC6955EFFF3EA6AA4361E5C9C4945204B; IL2CPP_EXTERN_C String_t* _stringLiteralD80BB1CCB148A51722608F5698BA496FAB5ED13B; IL2CPP_EXTERN_C String_t* _stringLiteralD8C8A2DFECE2A33B50A348730AC13B3A3C2E5B2F; IL2CPP_EXTERN_C String_t* _stringLiteralD94C88FDDA0AC2EE1D60349CEA16E7DED73F1E15; IL2CPP_EXTERN_C String_t* _stringLiteralD9A6748424872C8784852D78F7DD2DE942822C95; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDA3B46CBD421D3297958097E3E54AE43CDBE7440; IL2CPP_EXTERN_C String_t* _stringLiteralDAC8159E4A2EFDD9F6B375FC8448887EB86937BF; IL2CPP_EXTERN_C String_t* _stringLiteralDB6F6FF562E2A5AB8E52A5FC41A10D6F957FB5C8; IL2CPP_EXTERN_C String_t* _stringLiteralDD381BE73F585C3796C220566E891E458F9D6290; IL2CPP_EXTERN_C String_t* _stringLiteralDD53635596569841E64C29B4519CB4A7E3F655C0; IL2CPP_EXTERN_C String_t* _stringLiteralDDAED0D6462878B2842683ABC73ED0374CE48F83; IL2CPP_EXTERN_C String_t* _stringLiteralDDE614EF8AA521B76ED2A8ED8763AC6A20E8B6D6; IL2CPP_EXTERN_C String_t* _stringLiteralDDEBA5C718D86B7D3A4F2771FE5FEE72964652B1; IL2CPP_EXTERN_C String_t* _stringLiteralDE06F709E7B0DD970547951BF09CBCE44D97CB17; IL2CPP_EXTERN_C String_t* _stringLiteralDE1132A3F9A0BD7A63AD15A9923AA4FE7061F02D; IL2CPP_EXTERN_C String_t* _stringLiteralDEFFC44CEBAF4A7E48E4183E884F92E8024495C8; IL2CPP_EXTERN_C String_t* _stringLiteralDF0DDE59B6A582F9EB5BA3125965E4C4CE22BFB8; IL2CPP_EXTERN_C String_t* _stringLiteralDFBD84E96D85F2013F9D9C5A21DE269CCCD066EE; IL2CPP_EXTERN_C String_t* _stringLiteralDFE70301155C124D2665BE53C57D3784422D774E; IL2CPP_EXTERN_C String_t* _stringLiteralE02E459F438C286495D11178551E1FA8C62B10AA; IL2CPP_EXTERN_C String_t* _stringLiteralE048A033719D20DAF396B46256692FAD1476B2B3; IL2CPP_EXTERN_C String_t* _stringLiteralE12AE0893D0970887AC35417F6D3CC1423FE2174; IL2CPP_EXTERN_C String_t* _stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC; IL2CPP_EXTERN_C String_t* _stringLiteralE185C6227B9AA41FD5A0CE1B9A568A3A5E39DCCE; IL2CPP_EXTERN_C String_t* _stringLiteralE1C262722E8E2006A0A85AD4C2BF25E74FB7FCD4; IL2CPP_EXTERN_C String_t* _stringLiteralE2554AA2E0C9DC24A5C7C498FC582750C82FEF05; IL2CPP_EXTERN_C String_t* _stringLiteralE27D70570057EEB69471B3E996AED335575A5767; IL2CPP_EXTERN_C String_t* _stringLiteralE2C726BB65797AC56A4CD8709B33945CE3E45A19; IL2CPP_EXTERN_C String_t* _stringLiteralE3707C5C43B4ABE6AA51AD5AAC5543F6F46FAFB2; IL2CPP_EXTERN_C String_t* _stringLiteralE579C06E8610239A57FB6331C14F7C2C429A0C73; IL2CPP_EXTERN_C String_t* _stringLiteralE61C73879BEE91EFDDEA9838CA6F446E91E26195; IL2CPP_EXTERN_C String_t* _stringLiteralE648A668EFD6670A41259EA7077E39E104304591; IL2CPP_EXTERN_C String_t* _stringLiteralE64E6B72E9C44522A1D99B5C6A7F27EF33B44410; IL2CPP_EXTERN_C String_t* _stringLiteralE6E03E0E3C9543551AF04E9D72E958CFE294C2B6; IL2CPP_EXTERN_C String_t* _stringLiteralE77C306E6B10C97785B8B8AA1D94CEDBD7A175BC; IL2CPP_EXTERN_C String_t* _stringLiteralE7AAE942B604FEEFC2327E2399341CDCAD41B668; IL2CPP_EXTERN_C String_t* _stringLiteralE7F2002E39D5228A8496A82B1F7CAC32E1BD0715; IL2CPP_EXTERN_C String_t* _stringLiteralE8B9166347495C98E706DFE5606EC0F3A495618A; IL2CPP_EXTERN_C String_t* _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3; IL2CPP_EXTERN_C String_t* _stringLiteralE9F5C309EAB2305D5C6D31FE58C37D3079CAF0CD; IL2CPP_EXTERN_C String_t* _stringLiteralEA11839FFA673044FF4EB9A4F59B3BC47F4144AE; IL2CPP_EXTERN_C String_t* _stringLiteralEA2AC7DA2122607235D3D7EB8F5258E77B26CA40; IL2CPP_EXTERN_C String_t* _stringLiteralEA38739BFD8E02B5F63D5927B2E2E83DC23AD2EF; IL2CPP_EXTERN_C String_t* _stringLiteralEA5CA26C177488527F16BA3B767C273E44541470; IL2CPP_EXTERN_C String_t* _stringLiteralEA6389B772EF68FE660F4D4FC3068B371017FDE0; IL2CPP_EXTERN_C String_t* _stringLiteralEA7FEA15E28556ABCF292DF70F8DE729DD42B9BE; IL2CPP_EXTERN_C String_t* _stringLiteralEA9886E4F2C4A6802C316A24EEE315A59DF9E0B5; IL2CPP_EXTERN_C String_t* _stringLiteralEB07F801076BDA5416325DC23B9C7EB56CBEFDCE; IL2CPP_EXTERN_C String_t* _stringLiteralEB0FFD08F8023062F42A80B736CC707CCF3B7EBF; IL2CPP_EXTERN_C String_t* _stringLiteralEB3B06EFC1B516FF6DE14E7513E8D6B309714964; IL2CPP_EXTERN_C String_t* _stringLiteralEB5B6BF0D5008320A556FFBAB2BC9EC3F5C23E1C; IL2CPP_EXTERN_C String_t* _stringLiteralEC0A3B14867C1593F18D8F3DB9A17EB3A4D4AA2D; IL2CPP_EXTERN_C String_t* _stringLiteralEC4454BBD197B8E5659F69D7AA70021B1E5EDBF5; IL2CPP_EXTERN_C String_t* _stringLiteralEC69D08E1FC7AD9EC092F55782447C69FC9C4EA2; IL2CPP_EXTERN_C String_t* _stringLiteralECAE2B09CB631781CFCFCD552F2962F20F16EF79; IL2CPP_EXTERN_C String_t* _stringLiteralECD0CDD4784B69BF36F1B46C5AAD76D53F683F13; IL2CPP_EXTERN_C String_t* _stringLiteralED42F47D4633C5F50F8AC3CC233A6BC22D9AED23; IL2CPP_EXTERN_C String_t* _stringLiteralEDCB09D2C4DDB18CC9498045EEF5EB7E8BFC5A7C; IL2CPP_EXTERN_C String_t* _stringLiteralEDDAAD2CF18B540A4557704231B613EA9E005B88; IL2CPP_EXTERN_C String_t* _stringLiteralF039081843B0873E486DA8DBFF2DEA212D36D006; IL2CPP_EXTERN_C String_t* _stringLiteralF0E8CE8A60C2E3D47FDC6EDBC761120ED99858F4; IL2CPP_EXTERN_C String_t* _stringLiteralF1A4896CB674029AC2475FD1D0263BBA37C4723E; IL2CPP_EXTERN_C String_t* _stringLiteralF25173013F3F6E4687C7D906BCBEB3357E57AD3F; IL2CPP_EXTERN_C String_t* _stringLiteralF25BC3BD8C05E7B4713B53E510CF2FEFDAB9C22E; IL2CPP_EXTERN_C String_t* _stringLiteralF2909991D00497D19B1BBC6A26F9172BCB53B114; IL2CPP_EXTERN_C String_t* _stringLiteralF29BB1DE966B13F1BEA8F2BB4EE61249C006D6DD; IL2CPP_EXTERN_C String_t* _stringLiteralF2DACC03921987C5C867EA1FA46A121E64D8DE25; IL2CPP_EXTERN_C String_t* _stringLiteralF33F118FB92FB6DB2DA46F889584F679CBB7AE10; IL2CPP_EXTERN_C String_t* _stringLiteralF3C89F7DCC9DA9E0A8C847253DB2E3A651E2061C; IL2CPP_EXTERN_C String_t* _stringLiteralF3D31A1E3774E3FE3635D3A2976B02C6517B6F66; IL2CPP_EXTERN_C String_t* _stringLiteralF40F25D880CA084FCE0507B1DD25BEB0A7E4BF46; IL2CPP_EXTERN_C String_t* _stringLiteralF43E7AC121C30B30D71E4345C0180DE7F322A779; IL2CPP_EXTERN_C String_t* _stringLiteralF4420F7FC9B448700A84B20F3D80C99957D3EACD; IL2CPP_EXTERN_C String_t* _stringLiteralF4CADB80F26188418B6F978D6C17B64F9E3D6A1F; IL2CPP_EXTERN_C String_t* _stringLiteralF50898E446C9B2C316C6174D64A7E12459677C60; IL2CPP_EXTERN_C String_t* _stringLiteralF5D0F53B08BEAB124F7E82CD857F0C2F2C0DBCC6; IL2CPP_EXTERN_C String_t* _stringLiteralF61270EEEAEAE3ED8A61C9D0EE4C2F4E03F9757C; IL2CPP_EXTERN_C String_t* _stringLiteralF7206E5C537FD9B72E819BCFEA68CF7EECE59AB9; IL2CPP_EXTERN_C String_t* _stringLiteralF7295555275691868C4B3EC1E11BB2F58B301890; IL2CPP_EXTERN_C String_t* _stringLiteralF7CFFC7AB0FD63A0930DF17784A1BCAB13A0B059; IL2CPP_EXTERN_C String_t* _stringLiteralF7DDF59B44DDF9253B657C54053522CF694D3FBE; IL2CPP_EXTERN_C String_t* _stringLiteralF8D3D2C9BA1C4FBB1312CEC0DA1EC0F1A463D9E2; IL2CPP_EXTERN_C String_t* _stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267; IL2CPP_EXTERN_C String_t* _stringLiteralF93B08FB21E92AB9BCAD8697626EAF1E2B79C708; IL2CPP_EXTERN_C String_t* _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024; IL2CPP_EXTERN_C String_t* _stringLiteralF9BA3D7F2DCE1C1246B787A71197FC40F03C68D3; IL2CPP_EXTERN_C String_t* _stringLiteralFA1DD0C284BA7C8A7344835C6AED475C9FA5FF31; IL2CPP_EXTERN_C String_t* _stringLiteralFA254D4D1C509C2DFAEF4A34A32CEC0963B5152D; IL2CPP_EXTERN_C String_t* _stringLiteralFA3A96CD759774DD5AD0E6FAC6EEF64AD51AEBAC; IL2CPP_EXTERN_C String_t* _stringLiteralFA3E01C42493C362AAAFE3C63DC4494EC3009A15; IL2CPP_EXTERN_C String_t* _stringLiteralFA407A301D7169355BE0553FACC369B2FB9ABEE5; IL2CPP_EXTERN_C String_t* _stringLiteralFA48379DAFEFBF9F8BC6562334B54D37C7EA736C; IL2CPP_EXTERN_C String_t* _stringLiteralFA6D41E982D08C3E12A9BFBD660B653B7240D5ED; IL2CPP_EXTERN_C String_t* _stringLiteralFA6E241C277940286582512FD06C880028653B79; IL2CPP_EXTERN_C String_t* _stringLiteralFAC97F3CD7D12781406344C6B230BE7320057813; IL2CPP_EXTERN_C String_t* _stringLiteralFADE15536604AC6735DFDBCAEDEC421E9A5B538B; IL2CPP_EXTERN_C String_t* _stringLiteralFBBF779334763EBE2F130B5E211F1FA191CF0D8D; IL2CPP_EXTERN_C String_t* _stringLiteralFBDC64E78D26867FC9F8B71594B19DA000D09887; IL2CPP_EXTERN_C String_t* _stringLiteralFBE99DA2DF51EB0CEF57EDE0B7632640B6D41C75; IL2CPP_EXTERN_C String_t* _stringLiteralFBF2671CB2B07C23E220A5A15B2A9617AE249CCC; IL2CPP_EXTERN_C String_t* _stringLiteralFCC8ACD7DDF06AA7F6F9299ABEF90CD87759F5EF; IL2CPP_EXTERN_C String_t* _stringLiteralFD3355E430CC5655482B6C8F085EF64D205724FB; IL2CPP_EXTERN_C String_t* _stringLiteralFD972F697E30DEB2728565AD46F2EEF4E224D063; IL2CPP_EXTERN_C String_t* _stringLiteralFFE75A95B7D3247C2BAC6EA44FC795138FB2A034; IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisAsn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F_m933F7CE0CA4DABD36041108B8148A34A6AFFE39D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConnectionBase_Process_m90DE60DE87B011D51D68278947C6E99BF6D30F38_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ElGamalParameter__ctor_m101BD676AAD7D3CD1504457542FED0986229BFC7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Gost3410ParamSetParameters_GetInstance_m07A3C88091D1C3BBD1A60FD23D519FD717F09788_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Gost3410ParamSetParameters__ctor_m1C5B6FF17550C5E787A23F4A53ECC1CB032AD272_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Gost3410PublicKeyAlgParameters_GetInstance_mE3450D11258B005E8CEBD4C9032D7F2A125552C5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Gost3410PublicKeyAlgParameters__ctor_mF47020A96DD68C0D38614540C99666A56F539868_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NotifyCollectionChangedEventArgs__ctor_m039F825291921D2F9FC7654087E4333BF23E0CE4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NotifyCollectionChangedEventArgs__ctor_m1656DA2556CD119B91706F2B9504D6599829E783_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NotifyCollectionChangedEventArgs__ctor_m3588DC01C95F6481255F1343EC64EE521A530A6F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NotifyCollectionChangedEventArgs__ctor_m3D4B8A7665C4F3569AD94AFA891E38337F9F185D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NotifyCollectionChangedEventArgs__ctor_m4C16F63AA64CAB8D951B20B1B7858D501100F788_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NotifyCollectionChangedEventArgs__ctor_m522DBC20775B7F9667A4C448F4ABCBAAC9B6F2F4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NotifyCollectionChangedEventArgs__ctor_m67A2328DD6EAD7E9DF1145B4E6BB9626292FEB34_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NotifyCollectionChangedEventArgs__ctor_m76790A47D2FF917B49AFE677C2AB7D2A7098D7A5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NotifyCollectionChangedEventArgs__ctor_m9768F521123C27FED74A4D97553DAE5159CD86C4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NotifyCollectionChangedEventArgs__ctor_mE39CF94BA376EF1D08F876D2D7036460EEB5DA73_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NotifyCollectionChangedEventArgs__ctor_mFCCF5DAD4B6B4B24D29AE9153A7B5AF7063F1982_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* OcspResponse_GetInstance_m2E5FF54352D0B84B0F92762DD436A321E0044B0D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* OcspResponse__ctor_m7F3DC8FAF9EBFBF4280B8A3DA127558D41F73BA3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyList_Add_m6C88069206287DE1BED7BA74C67DD098814E954C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyList_Clear_m96C3CC82E7CE9FD83F28EBB0684C316E4D730833_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyList_Insert_m1A3866B60392BE583D793EE515BDE7AF76F86C4C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyList_RemoveAt_m4BED740CF512967F6BC2C6C4B1C82135F9019F6D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyList_Remove_mE3FAAC7A26673771AD71C869B97ADADA782ECF08_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyList_set_Item_mA188C3061CD476C9C044B0E4F7330A630534C390_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResponderID__ctor_mE9942BFB4DE2096ED92F461D5D17396066EA5693_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResponderID__ctor_mFDE687FBFB671DFA9D00D7AF42C893B55395C7E2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResponseBytes_GetInstance_mDC9D456E3D303D77AD0BCA35E243A3A002979CE6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResponseBytes__ctor_mD27BD3262532A1A200BE45A4290E5AEA08FD8A6A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResponseBytes__ctor_mEEC8C2112EB868B12C08F325D446E2B3F17B9968_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RsassaPssParameters_GetInstance_mF7DE349D488C3B9C1287FDE96653720A175848D8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RsassaPssParameters__ctor_m60D7F7ECE15FE6B5800178711706BA7A4992C4F4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SignedData__ctor_m29050F9BA6B0DC6D10080A6E2AC46CD89AE95858_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StreamList_SetLength_m4E4C78953A03B8058C422D969210CFF869F35886_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StreamList_get_Position_m5BF4BEB47EF16FA21335F647082987389308AF23_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StreamList_set_Position_mB0B5B6C9F280DC647728AC4F1DFE8F6B08E4B929_RuntimeMethod_var; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28; struct BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8; struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031; struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771; struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918; struct StreamU5BU5D_tE599557689D8A9690C5CA10C48A4D797DA081A55; struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif struct EmptyArray_1_tDF0DD7256B115243AA6BD5558417387A734240EE : public RuntimeObject { }; struct AnssiNamedCurves_tFE66811CA2184D9BD41354DC01597CA809557A8F : public RuntimeObject { }; struct AnssiObjectIdentifiers_t9F32546050CB11E2DF37F8FAB878277BF0209440 : public RuntimeObject { }; struct Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2 : public RuntimeObject { }; struct Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F : public RuntimeObject { }; struct Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7 : public RuntimeObject { RuntimeObject* ___v; }; struct BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08 : public RuntimeObject { Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___magnitude; int32_t ___sign; int32_t ___nBits; int32_t ___nBitLength; int32_t ___mQuote; }; struct CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8 : public RuntimeObject { }; struct ECCurve_t49813A874471613D85DF7F82186C81F96B71F089 : public RuntimeObject { RuntimeObject* ___m_field; ECFieldElement_tD1FFC76B3DB01E28AF9647F8CED77C8DBAFFE9C5* ___m_a; ECFieldElement_tD1FFC76B3DB01E28AF9647F8CED77C8DBAFFE9C5* ___m_b; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___m_order; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___m_cofactor; int32_t ___m_coord; RuntimeObject* ___m_endomorphism; RuntimeObject* ___m_multiplier; }; struct ECDomainParameters_t043B92B96F4A72978DD06EA986E518961B816194 : public RuntimeObject { ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* ___curve; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___seed; ECPoint_t3140239580846DCABD076C228670186579EEB5D1* ___g; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___n; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___h; }; struct ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334 : public RuntimeObject { }; struct ECPoint_t3140239580846DCABD076C228670186579EEB5D1 : public RuntimeObject { ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* ___m_curve; ECFieldElement_tD1FFC76B3DB01E28AF9647F8CED77C8DBAFFE9C5* ___m_x; ECFieldElement_tD1FFC76B3DB01E28AF9647F8CED77C8DBAFFE9C5* ___m_y; ECFieldElementU5BU5D_tC0083603AC105ED02D1E900751420C8420DFAEBF* ___m_zs; bool ___m_withCompression; RuntimeObject* ___m_preCompTable; }; struct EnumerableProxy_t1DE130F19CC37E48E9B58DDB8AF7C94EB1E3650B : public RuntimeObject { RuntimeObject* ___inner; }; struct EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377 : public RuntimeObject { }; struct GlvTypeBEndomorphism_t144D0F80CCE46C13FBE51D77EDA77F77558FF0EF : public RuntimeObject { ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* ___m_curve; GlvTypeBParameters_t84DD817975633F92AF6C1FA7557D7DD4285E8274* ___m_parameters; RuntimeObject* ___m_pointMap; }; struct GlvTypeBParameters_t84DD817975633F92AF6C1FA7557D7DD4285E8274 : public RuntimeObject { BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___m_beta; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___m_lambda; BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8* ___m_v1; BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8* ___m_v2; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___m_g1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___m_g2; int32_t ___m_bits; }; struct Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76 : public RuntimeObject { }; struct HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C : public RuntimeObject { }; struct HTTPProxy_t2EEE688B747771B1F7BADA0F4EA68B9A2D1EF50D : public RuntimeObject { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___U3CAddressU3Ek__BackingField; Credentials_tEA3478E97986CDF672E18BDB9C0BECA3572EFFD0* ___U3CCredentialsU3Ek__BackingField; bool ___U3CIsTransparentU3Ek__BackingField; bool ___U3CSendWholeUriU3Ek__BackingField; bool ___U3CNonTransparentForHTTPSU3Ek__BackingField; }; struct HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774 : public RuntimeObject { int32_t ___U3CVersionMajorU3Ek__BackingField; int32_t ___U3CVersionMinorU3Ek__BackingField; int32_t ___U3CStatusCodeU3Ek__BackingField; String_t* ___U3CMessageU3Ek__BackingField; bool ___U3CIsStreamedU3Ek__BackingField; bool ___U3CIsStreamingFinishedU3Ek__BackingField; bool ___U3CIsFromCacheU3Ek__BackingField; HTTPCacheFileInfo_tAF03D1005EAD27196E376EF24E7DC79FD3318EF3* ___U3CCacheFileInfoU3Ek__BackingField; bool ___U3CIsCacheOnlyU3Ek__BackingField; Dictionary_2_t79BA378F246EFA4AD0AFFA017D788423CACA8638* ___U3CHeadersU3Ek__BackingField; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___U3CDataU3Ek__BackingField; bool ___U3CIsUpgradedU3Ek__BackingField; List_1_t66115954DDD6FE49F5C75D77E8BFADA41CD320C5* ___U3CCookiesU3Ek__BackingField; String_t* ___dataAsText; Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___texture; bool ___U3CIsClosedManuallyU3Ek__BackingField; HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* ___baseRequest; Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___Stream; List_1_tBFF9DD9FFA06F20E74F9D7AD36610BD754D353A4* ___streamedFragments; RuntimeObject* ___SyncRoot; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___fragmentBuffer; int32_t ___fragmentBufferDataLength; Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___cacheStream; int32_t ___allFragmentSize; MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* ___decompressorInputStream; MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* ___decompressorOutputStream; GZipStream_t68FDD863BD0196073D1D0797E0A9C6F4174293E4* ___decompressorGZipStream; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___copyBuffer; }; struct IanaObjectIdentifiers_t80A057627D616A91FFCB2753B2775B99E9AAACBB : public RuntimeObject { }; struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE : public RuntimeObject { RuntimeObject* ____identity; }; struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_pinvoke { Il2CppIUnknown* ____identity; }; struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_com { Il2CppIUnknown* ____identity; }; struct MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F : public RuntimeObject { }; struct NistNamedCurves_tB9799EB2460BD4604CD4B95E9D86B3422F6B1BD5 : public RuntimeObject { }; struct NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0 : public RuntimeObject { }; struct OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833 : public RuntimeObject { }; struct PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23 : public RuntimeObject { }; struct Platform_t64AA9A0F22E3D706E15FD5F5481FAFA2ADD7B4AF : public RuntimeObject { }; struct ReadOnlyList_tF217AD63645DFB08812600798B86811C1848EA2A : public RuntimeObject { RuntimeObject* ____list; }; struct SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714 : public RuntimeObject { }; struct SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527 : public RuntimeObject { }; struct String_t : public RuntimeObject { int32_t ____stringLength; Il2CppChar ____firstChar; }; struct StringBuilder_t : public RuntimeObject { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___m_ChunkChars; StringBuilder_t* ___m_ChunkPrevious; int32_t ___m_ChunkLength; int32_t ___m_ChunkOffset; int32_t ___m_MaxCapacity; }; struct TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E : public RuntimeObject { }; struct TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C : public RuntimeObject { }; struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject { }; struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke { }; struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com { }; struct X509NameEntryConverter_t215879BF8E838C76157EFF8C8CB998EFD9D1CF63 : public RuntimeObject { }; struct X509NameTokenizer_t4D34B088E2F17F3A9913DD6C1A1D1ECC4BF9C4DD : public RuntimeObject { String_t* ___value; int32_t ___index; Il2CppChar ___separator; StringBuilder_t* ___buffer; }; struct X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A : public RuntimeObject { }; struct X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09 : public RuntimeObject { X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* ___parameters; }; struct X9ObjectIdentifiers_tE244BF77A120D5D79FDC4CDC291A365647F26ECC : public RuntimeObject { }; struct Config_t6462D7D0058770D2CD900059C1E2D38AC0539A52 : public RuntimeObject { ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* ___outer; int32_t ___coord; RuntimeObject* ___endomorphism; RuntimeObject* ___multiplier; }; struct AbstractF2mCurve_t8F03C6B351EDCABAEF6D2AD8BAE9EA9F502B8C81 : public ECCurve_t49813A874471613D85DF7F82186C81F96B71F089 { BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8* ___si; }; struct AbstractFpCurve_tD3A5BBEEF1359D8D6B23FBD38C544236BC09AE03 : public ECCurve_t49813A874471613D85DF7F82186C81F96B71F089 { }; struct AlgorithmIdentifier_tB7FAF28C7C08EBE2705D43FF2F742AD5F097C305 : public Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F { DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___algorithm; Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* ___parameters; }; struct Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D : public Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F { }; struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22 { bool ___m_value; }; struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3 { uint8_t ___m_value; }; struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17 { Il2CppChar ___m_value; }; struct ContentInfo_tD2BFAFA440E3F2698B4DE6653065397E465ADE0C : public Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F { DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___contentType; Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* ___content; }; struct DHParameter_t90C15C66F000C1B40D206815F3DEF8FB10E68B9C : public Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F { DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* ___p; DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* ___g; DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* ___l; }; struct DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D { uint64_t ____dateData; }; struct ElGamalParameter_tE33474843935575E9423BDDF43DF46D405D1E098 : public Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F { DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* ___p; DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* ___g; }; struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2 : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F { }; struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_pinvoke { }; struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_com { }; struct Gost3410ParamSetParameters_t3B6599F9E3F8AD740E53D574CBB62251FC5E27D0 : public Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F { int32_t ___keySize; DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* ___p; DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* ___q; DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* ___a; }; struct Gost3410PublicKeyAlgParameters_tE882FD632716E81B1B45CB8C8473C62F4B13A79A : public Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F { DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___publicKeyParamSet; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___digestParamSet; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___encryptionParamSet; }; struct Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175 { int16_t ___m_value; }; struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C { int32_t ___m_value; }; struct Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3 { int64_t ___m_value; }; struct IntPtr_t { void* ___m_value; }; struct OcspResponse_t99C28B1CAC9352F72037B40166833E8AF58DF2D4 : public Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F { OcspResponseStatus_tB751512FAD9D6D25C65933D6B84C25E07D44A176* ___responseStatus; ResponseBytes_tB0A55F4ED30E4E8B95C9478EC90937568FA70600* ___responseBytes; }; struct ResponderID_t15710F329E44294377A3B13AC3F7A3E7867BBB68 : public Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F { Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* ___id; }; struct ResponseBytes_tB0A55F4ED30E4E8B95C9478EC90937568FA70600 : public Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F { DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___responseType; Asn1OctetString_tB176DD5A7E4BB48D00BEFCE97966F6191F9949D2* ___response; }; struct RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E : public Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F { AlgorithmIdentifier_tB7FAF28C7C08EBE2705D43FF2F742AD5F097C305* ___hashAlgorithm; AlgorithmIdentifier_tB7FAF28C7C08EBE2705D43FF2F742AD5F097C305* ___maskGenAlgorithm; DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* ___saltLength; DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* ___trailerField; }; struct SignedData_tA582076CFABFD374D5ED817E137C0A9927358FB8 : public Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F { DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* ___version; Asn1Set_t494EEDAAC79092E9DE489F3EA6DE50A290A13C72* ___digestAlgorithms; ContentInfo_tD2BFAFA440E3F2698B4DE6653065397E465ADE0C* ___contentInfo; Asn1Set_t494EEDAAC79092E9DE489F3EA6DE50A290A13C72* ___certificates; Asn1Set_t494EEDAAC79092E9DE489F3EA6DE50A290A13C72* ___crls; Asn1Set_t494EEDAAC79092E9DE489F3EA6DE50A290A13C72* ___signerInfos; }; struct Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE { ReadWriteTask_t0821BF49EE38596C7734E86E1A6A39D769BE2C05* ____activeReadWriteTask; SemaphoreSlim_t0D5CB5685D9BFA5BF95CEC6E7395490F933E8DB2* ____asyncActiveSemaphore; }; struct TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A { int64_t ____ticks; }; struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915 { union { struct { }; uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1]; }; }; struct X509Name_t4C0E6C820D606AA93AD46BE8254DC8A4E09A83BE : public Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F { RuntimeObject* ___ordering; X509NameEntryConverter_t215879BF8E838C76157EFF8C8CB998EFD9D1CF63* ___converter; RuntimeObject* ___values; RuntimeObject* ___added; Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F* ___seq; }; struct X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD : public Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F { X9FieldID_t315F65C45C74346D09CB16E77B09CAB03AD37EE2* ___fieldID; ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* ___curve; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* ___g; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___n; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___h; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___seed; }; struct X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D : public Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F { Asn1OctetString_tB176DD5A7E4BB48D00BEFCE97966F6191F9949D2* ___encoding; ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* ___c; ECPoint_t3140239580846DCABD076C228670186579EEB5D1* ___p; }; struct Frp256v1Holder_t70F02F5D7AF1F4EC725B55DB7EA0D0BAC327EA84 : public X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09 { }; struct Secp112r1Holder_tA6701D64C321CB2B17A6F2C76BE5AE840B21D8C0 : public X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09 { }; struct Secp112r2Holder_t5FCECD6AB15AFED58DC56856E5E1A2F1A353560F : public X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09 { }; struct Secp128r1Holder_t55220D0DC76A6E87187CDABF781D0A232E3A003A : public X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09 { }; struct Secp128r2Holder_tF07C8E397A4CF1B8589E254E5873726398E07D8C : public X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09 { }; struct Secp160k1Holder_tB84EA03522660CB76235752CAA1D1DBFD988E3EF : public X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09 { }; struct Secp160r1Holder_t9ADC09FD9AF208CC71EC294226124BEBBB8DF5F7 : public X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09 { }; struct Secp160r2Holder_tB4606B043E0BE71289E8EE9983E4AE8F17E130FA : public X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09 { }; struct Secp192k1Holder_t27E22CCBD3F07B73A77AC4D9FB5819E488054AE3 : public X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09 { }; struct Secp192r1Holder_t2A66ED78CC50D617126D331DDE4079727C9CCD4A : public X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09 { }; struct Secp224k1Holder_tC24D569517994D822F4AC0ABEA2E93F50935D5D1 : public X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09 { }; struct Secp224r1Holder_t57DE3C48F2294AF9BCE0DBA95B8EAC668DAC4084 : public X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09 { }; struct Secp256k1Holder_tD234B96ECB0A73DE4D089CAEA3FCC9568F7D6F70 : public X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09 { }; struct Secp256r1Holder_t8DFA32F93F7FFB77EFFD7A595E2AD0555DE21B42 : public X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09 { }; struct Secp384r1Holder_t7A464213E991F6DA18AD0AB5497B0D8940F18CDA : public X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09 { }; struct Secp521r1Holder_t7F47723F827AD53ED26A9FD525B5A68F98284D8B : public X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09 { }; struct Sect113r1Holder_tEE723E7B9317BF141B11382F57B0FB338D8BF7C3 : public X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09 { }; struct Sect113r2Holder_tEC08F20250CF4A5EF4BC19FAA8B14C2D7E2CDF0E : public X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09 { }; struct Sect131r1Holder_tD9E2273F761917614680BE73AAE4B1F7A38D286C : public X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09 { }; struct Sect131r2Holder_t56C366985ACEDCD9F759E33CE11791B838F6D753 : public X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09 { }; struct Sect163k1Holder_t60BB5D316E3691A020821B861262A9697968D161 : public X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09 { }; struct Sect163r1Holder_t08BC391A5E58CDC1AA3743C5974458196A7B012F : public X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09 { }; struct Sect163r2Holder_t9F10ED385B5412F7E1D5C7B080A3BBCEFE6BD876 : public X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09 { }; struct Sect193r1Holder_t9575AF8167EFAB71554AF949DE2BDC3A438AC6AD : public X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09 { }; struct Sect193r2Holder_t5AE4C0E2518B2CAB1354B923E100B846281B8A7E : public X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09 { }; struct Sect233k1Holder_t7EEE652D6C68FAB77708F5B99585348FE2096E8F : public X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09 { }; struct Sect233r1Holder_t8E196EF51A23C8C6DB4724CEE9E4034051ADA460 : public X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09 { }; struct Sect239k1Holder_t263392367DE4EBABAD1B7C295152D36434D918F1 : public X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09 { }; struct Sect283k1Holder_tEB347985499D27A47E9BFCBE7607575F736F2160 : public X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09 { }; struct Sect283r1Holder_t8FAD377357A7B5F0B424611F06B871F9462E7257 : public X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09 { }; struct Sect409k1Holder_t9C4F84EE3A0602FB6D86380629E5F812104A5548 : public X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09 { }; struct Sect409r1Holder_tCE0CCFCA2F51A698180EEE52716C158C235D92B0 : public X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09 { }; struct Sect571k1Holder_t67B0E91F1CEF7BCF6EF9A5C757E57A57F266F867 : public X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09 { }; struct Sect571r1Holder_tED166F6C7C4C8E767D6BD1AAE91BFC568ADB841F : public X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09 { }; struct BrainpoolP160r1Holder_t805D96F5E455DCE6EB5E8A3ECE5A2585C42901CC : public X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09 { }; struct BrainpoolP160t1Holder_t2C2BE483902BE4B5C0DE1B48EE8EAA8F326D133D : public X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09 { }; struct BrainpoolP192r1Holder_tE25491E2F52E99417572EA2D6F9A5660308F7698 : public X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09 { }; struct BrainpoolP192t1Holder_t77477841048E33FFC09BC79F8E83942370B87661 : public X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09 { }; struct BrainpoolP224r1Holder_t3510B14F93D5D2CC7B4F3027F429B920ECC205F7 : public X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09 { }; struct BrainpoolP224t1Holder_tB9D5847C934E19E94C6721B5AC34607335A6C4AC : public X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09 { }; struct BrainpoolP256r1Holder_tC91CC34F12994E037F0E0742F2C6D28A33F4EB9B : public X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09 { }; struct BrainpoolP256t1Holder_t36DFA4F4BA65A8A901B5CE7D6B0AE40D3D07E89F : public X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09 { }; struct BrainpoolP320r1Holder_tE336184BDB301DB438D243C92389B751A9C074BF : public X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09 { }; struct BrainpoolP320t1Holder_tC75E77EA6F0E1F26523FCD769950CF1E3C0B4F56 : public X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09 { }; struct BrainpoolP384r1Holder_t1B4317DBDE375872EC790E77965BAB5ED9197F49 : public X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09 { }; struct BrainpoolP384t1Holder_tF37BDE66DCDAD456F6A080FA4BF241FF8ED7DD31 : public X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09 { }; struct BrainpoolP512r1Holder_tE0DBA907B58B8BEEBA3FA7CA67558790142EB017 : public X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09 { }; struct BrainpoolP512t1Holder_t5986FB9A13B1B6A98022D57B051114CA199BBAAF : public X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09 { }; struct Asn1Null_t271C08A47275E17C9ADDED335B1D1F7D0621DFAF : public Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D { }; struct Asn1OctetString_tB176DD5A7E4BB48D00BEFCE97966F6191F9949D2 : public Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___str; }; struct Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F : public Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D { RuntimeObject* ___seq; }; struct Asn1Set_t494EEDAAC79092E9DE489F3EA6DE50A290A13C72 : public Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D { RuntimeObject* ____set; }; struct Asn1TaggedObject_t2DB9C432DA4B3E13450CD1802214CD78B5DDD29F : public Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D { int32_t ___tagNo; bool ___explicitly; Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* ___obj; }; struct Delegate_t : public RuntimeObject { intptr_t ___method_ptr; intptr_t ___invoke_impl; RuntimeObject* ___m_target; intptr_t ___method; intptr_t ___delegate_trampoline; intptr_t ___extra_arg; intptr_t ___method_code; intptr_t ___interp_method; intptr_t ___interp_invoke_impl; MethodInfo_t* ___method_info; MethodInfo_t* ___original_method_info; DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data; bool ___method_is_virtual; }; struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr; intptr_t ___invoke_impl; Il2CppIUnknown* ___m_target; intptr_t ___method; intptr_t ___delegate_trampoline; intptr_t ___extra_arg; intptr_t ___method_code; intptr_t ___interp_method; intptr_t ___interp_invoke_impl; MethodInfo_t* ___method_info; MethodInfo_t* ___original_method_info; DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data; int32_t ___method_is_virtual; }; struct Delegate_t_marshaled_com { intptr_t ___method_ptr; intptr_t ___invoke_impl; Il2CppIUnknown* ___m_target; intptr_t ___method; intptr_t ___delegate_trampoline; intptr_t ___extra_arg; intptr_t ___method_code; intptr_t ___interp_method; intptr_t ___interp_invoke_impl; MethodInfo_t* ___method_info; MethodInfo_t* ___original_method_info; DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data; int32_t ___method_is_virtual; }; struct DerApplicationSpecific_t9C9CBA4F114712501326314D472CA388207F80B6 : public Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D { bool ___isConstructed; int32_t ___tag; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___octets; }; struct DerBoolean_t24A9D13F2F313F402DFDF96E4297DD6A971B3C88 : public Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D { uint8_t ___value; }; struct DerEnumerated_t941CA9A7C2864ECD856B6012B25E323FE418FB9A : public Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___bytes; }; struct DerExternal_tE5756ED1EE4DFF604804D231DA4B538E4A63042F : public Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D { DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___directReference; DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* ___indirectReference; Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* ___dataValueDescriptor; int32_t ___encoding; Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* ___externalContent; }; struct DerGeneralizedTime_tED32FF75E996868D168D4F7160368FB57E2FAB6C : public Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D { String_t* ___time; }; struct DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F : public Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___bytes; }; struct DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967 : public Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D { String_t* ___identifier; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___body; }; struct DerStringBase_tE54A5530866D7AA7EC41D307F22C559DED244273 : public Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D { }; struct DerUtcTime_t3B4A44B4534E75C7AA69FDED86468F17B7C0DDE5 : public Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D { String_t* ___time; }; struct Exception_t : public RuntimeObject { String_t* ____className; String_t* ____message; RuntimeObject* ____data; Exception_t* ____innerException; String_t* ____helpURL; RuntimeObject* ____stackTrace; String_t* ____stackTraceString; String_t* ____remoteStackTraceString; int32_t ____remoteStackIndex; RuntimeObject* ____dynamicMethods; int32_t ____HResult; String_t* ____source; SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager; StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces; IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___native_trace_ips; int32_t ___caught_in_unmanaged; }; struct Exception_t_marshaled_pinvoke { char* ____className; char* ____message; RuntimeObject* ____data; Exception_t_marshaled_pinvoke* ____innerException; char* ____helpURL; Il2CppIUnknown* ____stackTrace; char* ____stackTraceString; char* ____remoteStackTraceString; int32_t ____remoteStackIndex; Il2CppIUnknown* ____dynamicMethods; int32_t ____HResult; char* ____source; SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager; StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces; Il2CppSafeArray* ___native_trace_ips; int32_t ___caught_in_unmanaged; }; struct Exception_t_marshaled_com { Il2CppChar* ____className; Il2CppChar* ____message; RuntimeObject* ____data; Exception_t_marshaled_com* ____innerException; Il2CppChar* ____helpURL; Il2CppIUnknown* ____stackTrace; Il2CppChar* ____stackTraceString; Il2CppChar* ____remoteStackTraceString; int32_t ____remoteStackIndex; Il2CppIUnknown* ____dynamicMethods; int32_t ____HResult; Il2CppChar* ____source; SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager; StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces; Il2CppSafeArray* ___native_trace_ips; int32_t ___caught_in_unmanaged; }; struct F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B : public AbstractF2mCurve_t8F03C6B351EDCABAEF6D2AD8BAE9EA9F502B8C81 { int32_t ___m; int32_t ___k1; int32_t ___k2; int32_t ___k3; F2mPoint_tCBBF3893B9009E23165BF91A5243CF3482359D6D* ___m_infinity; }; struct FilterStream_t1843822A1DBD7FBF7CC37BB584BC87BC43D55B3F : public Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___s; }; struct FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD : public AbstractFpCurve_tD3A5BBEEF1359D8D6B23FBD38C544236BC09AE03 { BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___m_q; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___m_r; FpPoint_tC3290BDB76A31D27BB853FF655F59116D7365397* ___m_infinity; }; struct HTTPConnectionStates_tFCABACAD83EFC2AE054C0D8B54DE2E2AA1220739 { int32_t ___value__; }; struct HTTPFormUsage_tFACD6BDBEF53CBF8B62A1BBEB116B8416A1AD4FD { int32_t ___value__; }; struct HTTPMethods_t872D2EEADCC646ECEFE3AFA8F3E7693FE3F94F31 { uint8_t ___value__; }; struct HTTPRequestStates_t2B9968F8437B3721205EFA162D99045C72699F60 { int32_t ___value__; }; struct NotifyCollectionChangedAction_t9FF58E8EE486B6586A59FEC21087FDB397E6A37C { int32_t ___value__; }; struct SeekOrigin_t7EB9AD0EDF26368A40F48FA2098F02160B1E8000 { int32_t ___value__; }; struct StreamList_tBA07DEC52434F1EE32AF67B563F5893B82C44460 : public Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE { StreamU5BU5D_tE599557689D8A9690C5CA10C48A4D797DA081A55* ___Streams; int32_t ___CurrentIdx; }; struct SupportedProtocols_t827E2A34A3D1B1A43E1F0E247ACB2C37073A60DD { int32_t ___value__; }; struct UriIdnScope_t001CC97A6F977E9BB7DB855CC6BA415A7F47491F { int32_t ___value__; }; struct Flags_t47CF4DB4036A6A539AFA6EE39C75F772E865E897 { uint64_t ___value__; }; struct BerApplicationSpecific_tC30247911FF1C6A2E2BDED558CC2B5F7AD2951B1 : public DerApplicationSpecific_t9C9CBA4F114712501326314D472CA388207F80B6 { }; struct ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF : public RuntimeObject { String_t* ___U3CServerAddressU3Ek__BackingField; int32_t ___U3CStateU3Ek__BackingField; HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* ___U3CCurrentRequestU3Ek__BackingField; DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___U3CStartTimeU3Ek__BackingField; DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___U3CTimedOutStartU3Ek__BackingField; HTTPProxy_t2EEE688B747771B1F7BADA0F4EA68B9A2D1EF50D* ___U3CProxyU3Ek__BackingField; Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___U3CLastProcessedUriU3Ek__BackingField; DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___LastProcessTime; HTTPConnectionRecycledDelegate_tDB0ED44771CCC789BB54522DCF7370C3A386FECF* ___OnConnectionRecycled; bool ___IsThreaded; bool ___U3CIsDisposedU3Ek__BackingField; }; struct DerBitString_tE81BF16C73422819294A79406519EE56E9FE2F48 : public DerStringBase_tE54A5530866D7AA7EC41D307F22C559DED244273 { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___mData; int32_t ___mPadBits; }; struct DerBmpString_t46ACE0D208F2E2A06C05E68F024593CF894861C2 : public DerStringBase_tE54A5530866D7AA7EC41D307F22C559DED244273 { String_t* ___str; }; struct DerGraphicString_tF5E0783F602A414D9642DF5AEAA1BF263C75877C : public DerStringBase_tE54A5530866D7AA7EC41D307F22C559DED244273 { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___mString; }; struct DerIA5String_tFEB91254C82A8FCC32F260DB2A6135E9AEF5BC23 : public DerStringBase_tE54A5530866D7AA7EC41D307F22C559DED244273 { String_t* ___str; }; struct DerNull_tD28AD95E1B53999E1E56CEDEB2FF22F52F152AE7 : public Asn1Null_t271C08A47275E17C9ADDED335B1D1F7D0621DFAF { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___zeroBytes; }; struct DerOctetString_t16B97706EF492825DA1BA7D8636FF88D2D6B985D : public Asn1OctetString_tB176DD5A7E4BB48D00BEFCE97966F6191F9949D2 { }; struct DerPrintableString_t163930001A676072C72184DA6271EA9015496A25 : public DerStringBase_tE54A5530866D7AA7EC41D307F22C559DED244273 { String_t* ___str; }; struct DerSequence_t063B1A6AFFD4FBE34487D3EFADF2647A1D9D4EE9 : public Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F { }; struct DerSet_t01FF7E7C43C259AB81DDA41A4BF3B2486EACB30F : public Asn1Set_t494EEDAAC79092E9DE489F3EA6DE50A290A13C72 { }; struct DerT61String_t7E882E3F5F2D953EE26F150876D8319410793C8D : public DerStringBase_tE54A5530866D7AA7EC41D307F22C559DED244273 { String_t* ___str; }; struct DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824 : public Asn1TaggedObject_t2DB9C432DA4B3E13450CD1802214CD78B5DDD29F { }; struct DerUtf8String_tAECE0F5F4C5913053F2F127128B12AF7C031B0A0 : public DerStringBase_tE54A5530866D7AA7EC41D307F22C559DED244273 { String_t* ___str; }; struct DerVideotexString_t67250BB2BD6E3A67C74CD5D7EAB93A4F1D3C4444 : public DerStringBase_tE54A5530866D7AA7EC41D307F22C559DED244273 { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___mString; }; struct DerVisibleString_t24EB0D9E59EDA7A7C488A154C21BE96D871A1B66 : public DerStringBase_tE54A5530866D7AA7EC41D307F22C559DED244273 { String_t* ___str; }; struct HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB : public RuntimeObject { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___U3CUriU3Ek__BackingField; uint8_t ___U3CMethodTypeU3Ek__BackingField; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___U3CRawDataU3Ek__BackingField; Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___U3CUploadStreamU3Ek__BackingField; bool ___U3CDisposeUploadStreamU3Ek__BackingField; bool ___U3CUseUploadStreamLengthU3Ek__BackingField; OnUploadProgressDelegate_t776878E6D6A8A974A781B23F0D731BA0843BC8EA* ___OnUploadProgress; int32_t ___U3CMaxFragmentQueueLengthU3Ek__BackingField; OnRequestFinishedDelegate_tDF88F9E1BBCA4FE6EFE17C16208F3CEFC2B21954* ___U3CCallbackU3Ek__BackingField; OnDownloadProgressDelegate_t639F51319E1C390DE4C7131D2CDC2F087FB7E10B* ___OnProgress; OnRequestFinishedDelegate_tDF88F9E1BBCA4FE6EFE17C16208F3CEFC2B21954* ___OnUpgraded; bool ___U3CDisableRetryU3Ek__BackingField; bool ___U3CIsRedirectedU3Ek__BackingField; Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___U3CRedirectUriU3Ek__BackingField; HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* ___U3CResponseU3Ek__BackingField; HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* ___U3CProxyResponseU3Ek__BackingField; Exception_t* ___U3CExceptionU3Ek__BackingField; RuntimeObject* ___U3CTagU3Ek__BackingField; Credentials_tEA3478E97986CDF672E18BDB9C0BECA3572EFFD0* ___U3CCredentialsU3Ek__BackingField; HTTPProxy_t2EEE688B747771B1F7BADA0F4EA68B9A2D1EF50D* ___U3CProxyU3Ek__BackingField; int32_t ___U3CMaxRedirectsU3Ek__BackingField; bool ___U3CUseAlternateSSLU3Ek__BackingField; bool ___U3CIsCookiesEnabledU3Ek__BackingField; List_1_t66115954DDD6FE49F5C75D77E8BFADA41CD320C5* ___customCookies; int32_t ___U3CFormUsageU3Ek__BackingField; int32_t ___U3CStateU3Ek__BackingField; int32_t ___U3CRedirectCountU3Ek__BackingField; Func_4_t40BB883D42F08E5687342C411442BA6DB88FDB27* ___CustomCertificationValidator; TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___U3CConnectTimeoutU3Ek__BackingField; TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___U3CTimeoutU3Ek__BackingField; bool ___U3CEnableTimoutForStreamingU3Ek__BackingField; bool ___U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField; int32_t ___U3CPriorityU3Ek__BackingField; RuntimeObject* ___U3CCustomCertificateVerifyerU3Ek__BackingField; RuntimeObject* ___U3CCustomClientCredentialsProviderU3Ek__BackingField; List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___U3CCustomTLSServerNameListU3Ek__BackingField; int32_t ___U3CProtocolHandlerU3Ek__BackingField; OnBeforeRedirectionDelegate_tECE58F99E47E919A2BF6F4BD1D877BC5E12C5F4C* ___onBeforeRedirection; OnBeforeHeaderSendDelegate_t74EC26DD9AD6C018580808E95C1525F58E5BB79B* ____onBeforeHeaderSend; bool ___U3CTryToMinimizeTCPLatencyU3Ek__BackingField; int64_t ___U3CDownloadedU3Ek__BackingField; int64_t ___U3CDownloadLengthU3Ek__BackingField; bool ___U3CDownloadProgressChangedU3Ek__BackingField; int64_t ___U3CUploadedU3Ek__BackingField; int64_t ___U3CUploadLengthU3Ek__BackingField; bool ___U3CUploadProgressChangedU3Ek__BackingField; bool ___isKeepAlive; bool ___disableCache; bool ___cacheOnly; int32_t ___streamFragmentSize; bool ___useStreaming; Dictionary_2_t79BA378F246EFA4AD0AFFA017D788423CACA8638* ___U3CHeadersU3Ek__BackingField; HTTPFormBase_tC141D0DEDAB55EBB92EE18169FFD02494113EB7A* ___FieldCollector; HTTPFormBase_tC141D0DEDAB55EBB92EE18169FFD02494113EB7A* ___FormImpl; }; struct MulticastDelegate_t : public Delegate_t { DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771* ___delegates; }; struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates; }; struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates; }; struct NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F : public EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377 { int32_t ____action; RuntimeObject* ____newItems; RuntimeObject* ____oldItems; int32_t ____newStartingIndex; int32_t ____oldStartingIndex; }; struct OcspResponseStatus_tB751512FAD9D6D25C65933D6B84C25E07D44A176 : public DerEnumerated_t941CA9A7C2864ECD856B6012B25E323FE418FB9A { }; struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t { }; struct Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E : public RuntimeObject { String_t* ___m_String; String_t* ___m_originalUnicodeString; UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* ___m_Syntax; String_t* ___m_DnsSafeHost; uint64_t ___m_Flags; UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* ___m_Info; bool ___m_iriParsing; }; struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { String_t* ____paramName; }; struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C : public MulticastDelegate_t { }; struct BerOctetString_t8B5BD81DC0AF8E3B3EC9C0C8F25AC161D564C473 : public DerOctetString_t16B97706EF492825DA1BA7D8636FF88D2D6B985D { RuntimeObject* ___octs; }; struct BerSequence_tB88A0A5044A2FFBB1706EF58F8541EDA15950DBA : public DerSequence_t063B1A6AFFD4FBE34487D3EFADF2647A1D9D4EE9 { }; struct BerSet_t96EA4200BFC6918C04708C139735A32CC94E2662 : public DerSet_t01FF7E7C43C259AB81DDA41A4BF3B2486EACB30F { }; struct BerTaggedObject_tF0D35706B94A37CF7C76651F86AC420C59639150 : public DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824 { }; struct HTTPConnectionRecycledDelegate_tDB0ED44771CCC789BB54522DCF7370C3A386FECF : public MulticastDelegate_t { }; struct IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; struct NetscapeCertType_t9EF86EDB5735EBA7B6C19578061EAB9043671447 : public DerBitString_tE81BF16C73422819294A79406519EE56E9FE2F48 { }; struct NetscapeRevocationUrl_t8BCA9B7CF876246388E10F53BE8FCA29CF111309 : public DerIA5String_tFEB91254C82A8FCC32F260DB2A6135E9AEF5BC23 { }; struct NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; struct NotifyCollectionChangedEventHandler_tABC1B087CD6328190B772B4BCE527877AB357AE1 : public MulticastDelegate_t { }; struct OnDownloadProgressDelegate_t639F51319E1C390DE4C7131D2CDC2F087FB7E10B : public MulticastDelegate_t { }; struct OnUploadProgressDelegate_t776878E6D6A8A974A781B23F0D731BA0843BC8EA : public MulticastDelegate_t { }; struct VerisignCzagExtension_tEDB8A1032CF70ED1079B0634D5D8289FD3B98D82 : public DerIA5String_tFEB91254C82A8FCC32F260DB2A6135E9AEF5BC23 { }; struct WaitCallback_tFB2C7FD58D024BBC2B0333DC7A4CB63B8DEBD5D3 : public MulticastDelegate_t { }; struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129 : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 { }; struct EmptyArray_1_tDF0DD7256B115243AA6BD5558417387A734240EE_StaticFields { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___Value; }; struct AnssiNamedCurves_tFE66811CA2184D9BD41354DC01597CA809557A8F_StaticFields { RuntimeObject* ___objIds; RuntimeObject* ___curves; RuntimeObject* ___names; }; struct AnssiObjectIdentifiers_t9F32546050CB11E2DF37F8FAB878277BF0209440_StaticFields { DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___FRP256v1; }; struct Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_StaticFields { String_t* ___NewLine; }; struct BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_StaticFields { Int32U5BU5DU5BU5D_t179D865D5B30EFCBC50F82C9774329C15943466E* ___primeLists; Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___primeProducts; Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___ZeroMagnitude; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___ZeroEncoding; BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8* ___SMALL_CONSTANTS; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___Zero; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___One; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___Two; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___Three; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___Ten; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___BitLengthTable; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___radix2; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___radix2E; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___radix8; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___radix8E; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___radix10; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___radix10E; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___radix16; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___radix16E; SecureRandom_t0D7E36370ADD0F61A70D24B2CACC1AF01878D647* ___RandomSource; Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___ExpWindowThresholds; }; struct CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields { DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___GostR3411; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___GostR3411Hmac; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___GostR28147Cbc; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___ID_Gost28147_89_CryptoPro_A_ParamSet; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___GostR3410x94; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___GostR3410x2001; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___GostR3411x94WithGostR3410x94; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___GostR3411x94WithGostR3410x2001; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___GostR3411x94CryptoProParamSet; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___GostR3410x94CryptoProA; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___GostR3410x94CryptoProB; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___GostR3410x94CryptoProC; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___GostR3410x94CryptoProD; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___GostR3410x94CryptoProXchA; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___GostR3410x94CryptoProXchB; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___GostR3410x94CryptoProXchC; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___GostR3410x2001CryptoProA; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___GostR3410x2001CryptoProB; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___GostR3410x2001CryptoProC; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___GostR3410x2001CryptoProXchA; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___GostR3410x2001CryptoProXchB; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___GostElSgDH3410Default; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___GostElSgDH3410x1; }; struct ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_StaticFields { RuntimeObject* ___objIds; RuntimeObject* ___parameters; RuntimeObject* ___names; }; struct ECPoint_t3140239580846DCABD076C228670186579EEB5D1_StaticFields { ECFieldElementU5BU5D_tC0083603AC105ED02D1E900751420C8420DFAEBF* ___EMPTY_ZS; }; struct EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_StaticFields { EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___Empty; }; struct Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_StaticFields { RuntimeObject* ___objIds; RuntimeObject* ___parameters; Gost3410ParamSetParameters_t3B6599F9E3F8AD740E53D574CBB62251FC5E27D0* ___cryptoProA; Gost3410ParamSetParameters_t3B6599F9E3F8AD740E53D574CBB62251FC5E27D0* ___cryptoProB; Gost3410ParamSetParameters_t3B6599F9E3F8AD740E53D574CBB62251FC5E27D0* ___cryptoProXchA; }; struct HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_StaticFields { uint8_t ___maxConnectionPerServer; bool ___U3CKeepAliveDefaultValueU3Ek__BackingField; bool ___U3CIsCachingDisabledU3Ek__BackingField; TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___U3CMaxConnectionIdleTimeU3Ek__BackingField; bool ___U3CIsCookiesEnabledU3Ek__BackingField; uint32_t ___U3CCookieJarSizeU3Ek__BackingField; bool ___U3CEnablePrivateBrowsingU3Ek__BackingField; TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___U3CConnectTimeoutU3Ek__BackingField; TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___U3CRequestTimeoutU3Ek__BackingField; Func_1_t367387BB2C476D3F32DB12161B5FDC128DC3231C* ___U3CRootCacheFolderProviderU3Ek__BackingField; HTTPProxy_t2EEE688B747771B1F7BADA0F4EA68B9A2D1EF50D* ___U3CProxyU3Ek__BackingField; HeartbeatManager_t1ADA74BC9CDA1027A280D67D266DF3234060CEDE* ___heartbeats; RuntimeObject* ___logger; RuntimeObject* ___U3CDefaultCertificateVerifyerU3Ek__BackingField; RuntimeObject* ___U3CDefaultClientCredentialsProviderU3Ek__BackingField; bool ___U3CUseAlternateSSLDefaultValueU3Ek__BackingField; Func_4_t40BB883D42F08E5687342C411442BA6DB88FDB27* ___U3CDefaultCertificationValidatorU3Ek__BackingField; bool ___TryToMinimizeTCPLatency; int32_t ___SendBufferSize; int32_t ___ReceiveBufferSize; int32_t ___U3CMaxPathLengthU3Ek__BackingField; Dictionary_2_t233B22B2AB2DF3C97A82C929AD762AF948A86CD0* ___Connections; List_1_t1F9B4C694194BB665549C7844A774D35DB4CF0C6* ___ActiveConnections; List_1_t1F9B4C694194BB665549C7844A774D35DB4CF0C6* ___FreeConnections; List_1_t1F9B4C694194BB665549C7844A774D35DB4CF0C6* ___RecycledConnections; List_1_tF23AF1726FB08D41BC5FA729DB8629D5CB112AB8* ___RequestQueue; bool ___IsCallingCallbacks; RuntimeObject* ___Locker; bool ___U3CIsQuittingU3Ek__BackingField; }; struct IanaObjectIdentifiers_t80A057627D616A91FFCB2753B2775B99E9AAACBB_StaticFields { DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IsakmpOakley; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___HmacMD5; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___HmacSha1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___HmacTiger; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___HmacRipeMD160; }; struct MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields { DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___Netscape; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___NetscapeCertType; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___NetscapeBaseUrl; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___NetscapeRevocationUrl; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___NetscapeCARevocationUrl; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___NetscapeRenewalUrl; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___NetscapeCAPolicyUrl; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___NetscapeSslServerName; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___NetscapeCertComment; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___Verisign; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___VerisignCzagExtension; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___VerisignPrivate_6_9; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___VerisignOnSiteJurisdictionHash; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___VerisignBitString_6_13; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___VerisignDnbDunsNumber; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___VerisignIssStrongCrypto; String_t* ___Novell; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___NovellSecurityAttribs; String_t* ___Entrust; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___EntrustVersionExtension; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___as_sys_sec_alg_ideaCBC; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___cryptlib; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___cryptlib_algorithm; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___cryptlib_algorithm_blowfish_ECB; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___cryptlib_algorithm_blowfish_CBC; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___cryptlib_algorithm_blowfish_CFB; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___cryptlib_algorithm_blowfish_OFB; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___blake2; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___id_blake2b160; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___id_blake2b256; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___id_blake2b384; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___id_blake2b512; }; struct NistNamedCurves_tB9799EB2460BD4604CD4B95E9D86B3422F6B1BD5_StaticFields { RuntimeObject* ___objIds; RuntimeObject* ___names; }; struct NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields { DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___NistAlgorithm; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___HashAlgs; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdSha256; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdSha384; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdSha512; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdSha224; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdSha512_224; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdSha512_256; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdSha3_224; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdSha3_256; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdSha3_384; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdSha3_512; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdShake128; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdShake256; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___Aes; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAes128Ecb; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAes128Cbc; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAes128Ofb; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAes128Cfb; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAes128Wrap; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAes128Gcm; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAes128Ccm; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAes192Ecb; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAes192Cbc; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAes192Ofb; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAes192Cfb; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAes192Wrap; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAes192Gcm; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAes192Ccm; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAes256Ecb; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAes256Cbc; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAes256Ofb; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAes256Cfb; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAes256Wrap; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAes256Gcm; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAes256Ccm; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdDsaWithSha2; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___DsaWithSha224; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___DsaWithSha256; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___DsaWithSha384; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___DsaWithSha512; }; struct OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_StaticFields { DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___MD4WithRsa; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___MD5WithRsa; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___MD4WithRsaEncryption; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___DesEcb; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___DesCbc; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___DesOfb; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___DesCfb; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___DesEde; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdSha1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___DsaWithSha1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___Sha1WithRsa; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___ElGamalAlgorithm; }; struct PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields { DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___RsaEncryption; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___MD2WithRsaEncryption; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___MD4WithRsaEncryption; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___MD5WithRsaEncryption; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___Sha1WithRsaEncryption; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___SrsaOaepEncryptionSet; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdRsaesOaep; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdMgf1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdPSpecified; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdRsassaPss; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___Sha256WithRsaEncryption; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___Sha384WithRsaEncryption; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___Sha512WithRsaEncryption; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___Sha224WithRsaEncryption; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___DhKeyAgreement; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___PbeWithMD2AndDesCbc; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___PbeWithMD2AndRC2Cbc; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___PbeWithMD5AndDesCbc; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___PbeWithMD5AndRC2Cbc; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___PbeWithSha1AndDesCbc; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___PbeWithSha1AndRC2Cbc; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdPbeS2; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdPbkdf2; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___DesEde3Cbc; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___RC2Cbc; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___MD2; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___MD4; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___MD5; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdHmacWithSha1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdHmacWithSha224; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdHmacWithSha256; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdHmacWithSha384; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdHmacWithSha512; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___Data; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___SignedData; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___EnvelopedData; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___SignedAndEnvelopedData; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___DigestedData; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___EncryptedData; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___Pkcs9AtEmailAddress; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___Pkcs9AtUnstructuredName; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___Pkcs9AtContentType; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___Pkcs9AtMessageDigest; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___Pkcs9AtSigningTime; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___Pkcs9AtCounterSignature; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___Pkcs9AtChallengePassword; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___Pkcs9AtUnstructuredAddress; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___Pkcs9AtExtendedCertificateAttributes; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___Pkcs9AtSigningDescription; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___Pkcs9AtExtensionRequest; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___Pkcs9AtSmimeCapabilities; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdSmime; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___Pkcs9AtFriendlyName; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___Pkcs9AtLocalKeyID; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___X509CertType; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___X509Certificate; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___SdsiCertificate; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___X509Crl; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAlg; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAlgEsdh; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAlgCms3DesWrap; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAlgCmsRC2Wrap; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAlgPwriKek; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAlgSsdh; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdRsaKem; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___PreferSignedData; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___CannotDecryptAny; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___SmimeCapabilitiesVersions; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAAReceiptRequest; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdCTAuthData; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdCTTstInfo; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdCTCompressedData; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdCTAuthEnvelopedData; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdCTTimestampedData; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdCtiEtsProofOfOrigin; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdCtiEtsProofOfReceipt; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdCtiEtsProofOfDelivery; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdCtiEtsProofOfSender; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdCtiEtsProofOfApproval; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdCtiEtsProofOfCreation; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAAContentHint; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAAMsgSigDigest; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAAContentReference; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAAEncrypKeyPref; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAASigningCertificate; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAASigningCertificateV2; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAAContentIdentifier; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAASignatureTimeStampToken; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAAEtsSigPolicyID; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAAEtsCommitmentType; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAAEtsSignerLocation; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAAEtsSignerAttr; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAAEtsOtherSigCert; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAAEtsContentTimestamp; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAAEtsCertificateRefs; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAAEtsRevocationRefs; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAAEtsCertValues; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAAEtsRevocationValues; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAAEtsEscTimeStamp; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAAEtsCertCrlTimestamp; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAAEtsArchiveTimestamp; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAASigPolicyID; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAACommitmentType; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAASignerLocation; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAAOtherSigCert; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdSpqEtsUri; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdSpqEtsUNotice; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___KeyBag; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___Pkcs8ShroudedKeyBag; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___CertBag; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___CrlBag; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___SecretBag; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___SafeContentsBag; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___PbeWithShaAnd128BitRC4; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___PbeWithShaAnd40BitRC4; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___PbeWithShaAnd3KeyTripleDesCbc; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___PbeWithShaAnd2KeyTripleDesCbc; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___PbeWithShaAnd128BitRC2Cbc; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___PbewithShaAnd40BitRC2Cbc; }; struct Platform_t64AA9A0F22E3D706E15FD5F5481FAFA2ADD7B4AF_StaticFields { CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___InvariantCompareInfo; String_t* ___NewLine; }; struct SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_StaticFields { RuntimeObject* ___objIds; RuntimeObject* ___curves; RuntimeObject* ___names; }; struct SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields { DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___EllipticCurve; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___SecT163k1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___SecT163r1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___SecT239k1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___SecT113r1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___SecT113r2; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___SecP112r1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___SecP112r2; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___SecP160r1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___SecP160k1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___SecP256k1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___SecT163r2; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___SecT283k1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___SecT283r1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___SecT131r1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___SecT131r2; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___SecT193r1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___SecT193r2; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___SecT233k1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___SecT233r1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___SecP128r1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___SecP128r2; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___SecP160r2; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___SecP192k1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___SecP224k1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___SecP224r1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___SecP384r1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___SecP521r1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___SecT409k1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___SecT409r1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___SecT571k1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___SecT571r1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___SecP192r1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___SecP256r1; }; struct String_t_StaticFields { String_t* ___Empty; }; struct TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_StaticFields { RuntimeObject* ___objIds; RuntimeObject* ___curves; RuntimeObject* ___names; }; struct TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields { DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___TeleTrusTAlgorithm; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___RipeMD160; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___RipeMD128; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___RipeMD256; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___TeleTrusTRsaSignatureAlgorithm; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___RsaSignatureWithRipeMD160; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___RsaSignatureWithRipeMD128; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___RsaSignatureWithRipeMD256; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___ECSign; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___ECSignWithSha1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___ECSignWithRipeMD160; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___EccBrainpool; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___EllipticCurve; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___VersionOne; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___BrainpoolP160R1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___BrainpoolP160T1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___BrainpoolP192R1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___BrainpoolP192T1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___BrainpoolP224R1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___BrainpoolP224T1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___BrainpoolP256R1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___BrainpoolP256T1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___BrainpoolP320R1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___BrainpoolP320T1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___BrainpoolP384R1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___BrainpoolP384T1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___BrainpoolP512R1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___BrainpoolP512T1; }; struct X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_StaticFields { DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___CommonName; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___CountryName; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___LocalityName; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___StateOrProvinceName; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___Organization; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___OrganizationalUnitName; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___id_at_telephoneNumber; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___id_at_name; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdSha1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___RipeMD160; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___RipeMD160WithRsaEncryption; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdEARsa; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdPkix; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdPE; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdAD; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdADCAIssuers; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdADOcsp; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___OcspAccessMethod; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___CrlAccessMethod; }; struct X9ObjectIdentifiers_tE244BF77A120D5D79FDC4CDC291A365647F26ECC_StaticFields { DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___ansi_X9_62; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdFieldType; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___PrimeField; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___CharacteristicTwoField; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___GNBasis; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___TPBasis; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___PPBasis; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___id_ecSigType; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___ECDsaWithSha1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___id_publicKeyType; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdECPublicKey; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___ECDsaWithSha2; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___ECDsaWithSha224; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___ECDsaWithSha256; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___ECDsaWithSha384; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___ECDsaWithSha512; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___EllipticCurve; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___CTwoCurve; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___C2Pnb163v1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___C2Pnb163v2; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___C2Pnb163v3; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___C2Pnb176w1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___C2Tnb191v1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___C2Tnb191v2; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___C2Tnb191v3; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___C2Onb191v4; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___C2Onb191v5; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___C2Pnb208w1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___C2Tnb239v1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___C2Tnb239v2; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___C2Tnb239v3; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___C2Onb239v4; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___C2Onb239v5; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___C2Pnb272w1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___C2Pnb304w1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___C2Tnb359v1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___C2Pnb368w1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___C2Tnb431r1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___PrimeCurve; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___Prime192v1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___Prime192v2; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___Prime192v3; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___Prime239v1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___Prime239v2; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___Prime239v3; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___Prime256v1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdDsa; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___IdDsaWithSha1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___X9x63Scheme; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___DHSinglePassStdDHSha1KdfScheme; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___DHSinglePassCofactorDHSha1KdfScheme; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___MqvSinglePassSha1KdfScheme; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___ansi_x9_42; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___DHPublicNumber; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___X9x42Schemes; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___DHStatic; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___DHEphem; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___DHOneFlow; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___DHHybrid1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___DHHybrid2; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___DHHybridOneFlow; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___Mqv2; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___Mqv1; }; struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields { String_t* ___TrueString; String_t* ___FalseString; }; struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17_StaticFields { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_categoryForLatin1; }; struct DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields { Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_daysToMonth365; Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_daysToMonth366; DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___MinValue; DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___MaxValue; DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___UnixEpoch; }; struct IntPtr_t_StaticFields { intptr_t ___Zero; }; struct RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_StaticFields { AlgorithmIdentifier_tB7FAF28C7C08EBE2705D43FF2F742AD5F097C305* ___DefaultHashAlgorithm; AlgorithmIdentifier_tB7FAF28C7C08EBE2705D43FF2F742AD5F097C305* ___DefaultMaskGenFunction; DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* ___DefaultSaltLength; DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* ___DefaultTrailerField; }; struct Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_StaticFields { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___Null; }; struct TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_StaticFields { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___Zero; TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___MaxValue; TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___MinValue; }; struct X509Name_t4C0E6C820D606AA93AD46BE8254DC8A4E09A83BE_StaticFields { DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___C; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___O; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___OU; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___T; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___CN; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___Street; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___SerialNumber; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___L; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___ST; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___Surname; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___GivenName; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___Initials; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___Generation; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___UniqueIdentifier; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___BusinessCategory; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___PostalCode; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___DnQualifier; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___Pseudonym; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___DateOfBirth; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___PlaceOfBirth; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___Gender; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___CountryOfCitizenship; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___CountryOfResidence; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___NameAtBirth; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___PostalAddress; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___DmdName; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___TelephoneNumber; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___Name; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___EmailAddress; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___UnstructuredName; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___UnstructuredAddress; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___E; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___DC; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___UID; BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* ___defaultReverse; Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___DefaultSymbols; Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___RFC2253Symbols; Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___RFC1779Symbols; Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___DefaultLookup; }; struct Frp256v1Holder_t70F02F5D7AF1F4EC725B55DB7EA0D0BAC327EA84_StaticFields { X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___Instance; }; struct Secp112r1Holder_tA6701D64C321CB2B17A6F2C76BE5AE840B21D8C0_StaticFields { X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___Instance; }; struct Secp112r2Holder_t5FCECD6AB15AFED58DC56856E5E1A2F1A353560F_StaticFields { X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___Instance; }; struct Secp128r1Holder_t55220D0DC76A6E87187CDABF781D0A232E3A003A_StaticFields { X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___Instance; }; struct Secp128r2Holder_tF07C8E397A4CF1B8589E254E5873726398E07D8C_StaticFields { X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___Instance; }; struct Secp160k1Holder_tB84EA03522660CB76235752CAA1D1DBFD988E3EF_StaticFields { X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___Instance; }; struct Secp160r1Holder_t9ADC09FD9AF208CC71EC294226124BEBBB8DF5F7_StaticFields { X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___Instance; }; struct Secp160r2Holder_tB4606B043E0BE71289E8EE9983E4AE8F17E130FA_StaticFields { X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___Instance; }; struct Secp192k1Holder_t27E22CCBD3F07B73A77AC4D9FB5819E488054AE3_StaticFields { X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___Instance; }; struct Secp192r1Holder_t2A66ED78CC50D617126D331DDE4079727C9CCD4A_StaticFields { X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___Instance; }; struct Secp224k1Holder_tC24D569517994D822F4AC0ABEA2E93F50935D5D1_StaticFields { X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___Instance; }; struct Secp224r1Holder_t57DE3C48F2294AF9BCE0DBA95B8EAC668DAC4084_StaticFields { X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___Instance; }; struct Secp256k1Holder_tD234B96ECB0A73DE4D089CAEA3FCC9568F7D6F70_StaticFields { X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___Instance; }; struct Secp256r1Holder_t8DFA32F93F7FFB77EFFD7A595E2AD0555DE21B42_StaticFields { X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___Instance; }; struct Secp384r1Holder_t7A464213E991F6DA18AD0AB5497B0D8940F18CDA_StaticFields { X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___Instance; }; struct Secp521r1Holder_t7F47723F827AD53ED26A9FD525B5A68F98284D8B_StaticFields { X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___Instance; }; struct Sect113r1Holder_tEE723E7B9317BF141B11382F57B0FB338D8BF7C3_StaticFields { X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___Instance; }; struct Sect113r2Holder_tEC08F20250CF4A5EF4BC19FAA8B14C2D7E2CDF0E_StaticFields { X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___Instance; }; struct Sect131r1Holder_tD9E2273F761917614680BE73AAE4B1F7A38D286C_StaticFields { X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___Instance; }; struct Sect131r2Holder_t56C366985ACEDCD9F759E33CE11791B838F6D753_StaticFields { X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___Instance; }; struct Sect163k1Holder_t60BB5D316E3691A020821B861262A9697968D161_StaticFields { X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___Instance; }; struct Sect163r1Holder_t08BC391A5E58CDC1AA3743C5974458196A7B012F_StaticFields { X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___Instance; }; struct Sect163r2Holder_t9F10ED385B5412F7E1D5C7B080A3BBCEFE6BD876_StaticFields { X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___Instance; }; struct Sect193r1Holder_t9575AF8167EFAB71554AF949DE2BDC3A438AC6AD_StaticFields { X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___Instance; }; struct Sect193r2Holder_t5AE4C0E2518B2CAB1354B923E100B846281B8A7E_StaticFields { X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___Instance; }; struct Sect233k1Holder_t7EEE652D6C68FAB77708F5B99585348FE2096E8F_StaticFields { X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___Instance; }; struct Sect233r1Holder_t8E196EF51A23C8C6DB4724CEE9E4034051ADA460_StaticFields { X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___Instance; }; struct Sect239k1Holder_t263392367DE4EBABAD1B7C295152D36434D918F1_StaticFields { X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___Instance; }; struct Sect283k1Holder_tEB347985499D27A47E9BFCBE7607575F736F2160_StaticFields { X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___Instance; }; struct Sect283r1Holder_t8FAD377357A7B5F0B424611F06B871F9462E7257_StaticFields { X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___Instance; }; struct Sect409k1Holder_t9C4F84EE3A0602FB6D86380629E5F812104A5548_StaticFields { X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___Instance; }; struct Sect409r1Holder_tCE0CCFCA2F51A698180EEE52716C158C235D92B0_StaticFields { X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___Instance; }; struct Sect571k1Holder_t67B0E91F1CEF7BCF6EF9A5C757E57A57F266F867_StaticFields { X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___Instance; }; struct Sect571r1Holder_tED166F6C7C4C8E767D6BD1AAE91BFC568ADB841F_StaticFields { X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___Instance; }; struct BrainpoolP160r1Holder_t805D96F5E455DCE6EB5E8A3ECE5A2585C42901CC_StaticFields { X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___Instance; }; struct BrainpoolP160t1Holder_t2C2BE483902BE4B5C0DE1B48EE8EAA8F326D133D_StaticFields { X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___Instance; }; struct BrainpoolP192r1Holder_tE25491E2F52E99417572EA2D6F9A5660308F7698_StaticFields { X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___Instance; }; struct BrainpoolP192t1Holder_t77477841048E33FFC09BC79F8E83942370B87661_StaticFields { X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___Instance; }; struct BrainpoolP224r1Holder_t3510B14F93D5D2CC7B4F3027F429B920ECC205F7_StaticFields { X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___Instance; }; struct BrainpoolP224t1Holder_tB9D5847C934E19E94C6721B5AC34607335A6C4AC_StaticFields { X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___Instance; }; struct BrainpoolP256r1Holder_tC91CC34F12994E037F0E0742F2C6D28A33F4EB9B_StaticFields { X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___Instance; }; struct BrainpoolP256t1Holder_t36DFA4F4BA65A8A901B5CE7D6B0AE40D3D07E89F_StaticFields { X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___Instance; }; struct BrainpoolP320r1Holder_tE336184BDB301DB438D243C92389B751A9C074BF_StaticFields { X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___Instance; }; struct BrainpoolP320t1Holder_tC75E77EA6F0E1F26523FCD769950CF1E3C0B4F56_StaticFields { X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___Instance; }; struct BrainpoolP384r1Holder_t1B4317DBDE375872EC790E77965BAB5ED9197F49_StaticFields { X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___Instance; }; struct BrainpoolP384t1Holder_tF37BDE66DCDAD456F6A080FA4BF241FF8ED7DD31_StaticFields { X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___Instance; }; struct BrainpoolP512r1Holder_tE0DBA907B58B8BEEBA3FA7CA67558790142EB017_StaticFields { X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___Instance; }; struct BrainpoolP512t1Holder_t5986FB9A13B1B6A98022D57B051114CA199BBAAF_StaticFields { X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___Instance; }; struct DerBoolean_t24A9D13F2F313F402DFDF96E4297DD6A971B3C88_StaticFields { DerBoolean_t24A9D13F2F313F402DFDF96E4297DD6A971B3C88* ___False; DerBoolean_t24A9D13F2F313F402DFDF96E4297DD6A971B3C88* ___True; }; struct DerEnumerated_t941CA9A7C2864ECD856B6012B25E323FE418FB9A_StaticFields { DerEnumeratedU5BU5D_tC4747CFF63F9FA0A70322B7CA9A0C7CCF8042D8E* ___cache; }; struct DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_StaticFields { DerObjectIdentifierU5BU5D_t099E99A02E0C0241B15DE5BF3DFE1A02B061D667* ___cache; }; struct Exception_t_StaticFields { RuntimeObject* ___s_EDILock; }; struct DerBitString_tE81BF16C73422819294A79406519EE56E9FE2F48_StaticFields { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___table; }; struct DerNull_tD28AD95E1B53999E1E56CEDEB2FF22F52F152AE7_StaticFields { DerNull_tD28AD95E1B53999E1E56CEDEB2FF22F52F152AE7* ___Instance; }; struct DerSequence_t063B1A6AFFD4FBE34487D3EFADF2647A1D9D4EE9_StaticFields { DerSequence_t063B1A6AFFD4FBE34487D3EFADF2647A1D9D4EE9* ___Empty; }; struct DerSet_t01FF7E7C43C259AB81DDA41A4BF3B2486EACB30F_StaticFields { DerSet_t01FF7E7C43C259AB81DDA41A4BF3B2486EACB30F* ___Empty; }; struct HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB_StaticFields { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___EOL; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___MethodNames; int32_t ___UploadChunkSize; }; struct Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields { String_t* ___UriSchemeFile; String_t* ___UriSchemeFtp; String_t* ___UriSchemeGopher; String_t* ___UriSchemeHttp; String_t* ___UriSchemeHttps; String_t* ___UriSchemeWs; String_t* ___UriSchemeWss; String_t* ___UriSchemeMailto; String_t* ___UriSchemeNews; String_t* ___UriSchemeNntp; String_t* ___UriSchemeNetTcp; String_t* ___UriSchemeNetPipe; String_t* ___SchemeDelimiter; bool ___s_ConfigInitialized; bool ___s_ConfigInitializing; int32_t ___s_IdnScope; bool ___s_IriParsing; bool ___useDotNetRelativeOrAbsolute; bool ___IsWindowsFileSystem; RuntimeObject* ___s_initLock; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___HexLowerChars; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ____WSchars; }; struct BerSequence_tB88A0A5044A2FFBB1706EF58F8541EDA15950DBA_StaticFields { BerSequence_tB88A0A5044A2FFBB1706EF58F8541EDA15950DBA* ___Empty; }; struct BerSet_t96EA4200BFC6918C04708C139735A32CC94E2662_StaticFields { BerSet_t96EA4200BFC6918C04708C139735A32CC94E2662* ___Empty; }; #ifdef __clang__ #pragma clang diagnostic pop #endif struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031 : public RuntimeArray { ALIGN_FIELD (8) uint8_t m_Items[1]; 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; } }; struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248 : public RuntimeArray { ALIGN_FIELD (8) String_t* m_Items[1]; inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; struct BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8 : public RuntimeArray { ALIGN_FIELD (8) BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* m_Items[1]; inline BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08** 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_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; struct Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28 : public RuntimeArray { ALIGN_FIELD (8) Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* m_Items[1]; inline Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771 : public RuntimeArray { ALIGN_FIELD (8) Delegate_t* m_Items[1]; inline Delegate_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Delegate_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, Delegate_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Delegate_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Delegate_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918 : public RuntimeArray { ALIGN_FIELD (8) RuntimeObject* m_Items[1]; inline RuntimeObject* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; struct StreamU5BU5D_tE599557689D8A9690C5CA10C48A4D797DA081A55 : public RuntimeArray { ALIGN_FIELD (8) Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* m_Items[1]; inline Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE** 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, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_gshared_inline (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472 (String_t* __this, int32_t ___0_startIndex, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7 (String_t* ___0_data, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* Asn1Object_FromByteArray_m375301E80482701F246EC6D7232C51B52B708FCE (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_data, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DerPrintableString_IsPrintableString_m3574C82CEE779A51A3B67244B758E625F11FD7CD (String_t* ___0_str, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509NameTokenizer__ctor_mAD945DC1F875BF79282B0A6AA2029EEE68E886CC (X509NameTokenizer_t4D34B088E2F17F3A9913DD6C1A1D1ECC4BF9C4DD* __this, String_t* ___0_oid, Il2CppChar ___1_separator, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D (StringBuilder_t* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8 (StringBuilder_t* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Remove_m0D93692674D1C09795C7D6542420A3B6C5F81E90 (StringBuilder_t* __this, int32_t ___0_startIndex, int32_t ___1_length, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3 (String_t* __this, int32_t ___0_index, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1 (StringBuilder_t* __this, Il2CppChar ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar StringBuilder_get_Chars_m254FD6F2F75C00B0D353D73B2A4A19316BD7624D (StringBuilder_t* __this, int32_t ___0_index, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5 (String_t* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985 (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* __this, String_t* ___0_identifier, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m9E3155FB84015C823606188F53B47CB44C444991 (String_t* ___0_str0, String_t* ___1_str1, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D (StringBuilder_t* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1Dump_AsString_m9FBDAF5CEF4BF77BD1631246C8EF77FEE28CE9E5 (String_t* ___0_indent, bool ___1_verbose, Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* ___2_obj, StringBuilder_t* ___3_buf, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Asn1TaggedObject_get_TagNo_mBCA719C9A487DD649A2D144630CB4C2086070E42_inline (Asn1TaggedObject_t2DB9C432DA4B3E13450CD1802214CD78B5DDD29F* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5 (int32_t* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Asn1TaggedObject_IsExplicit_m248DAFAE111FB6C320D5F5F35BFFCC3DF0ECF431_inline (Asn1TaggedObject_t2DB9C432DA4B3E13450CD1802214CD78B5DDD29F* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Asn1TaggedObject_IsEmpty_mE521266544927703C1EBB9E55E40431DA20DCB84 (Asn1TaggedObject_t2DB9C432DA4B3E13450CD1802214CD78B5DDD29F* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* Asn1TaggedObject_GetObject_m26DED35850FB6943A39A7399DFF4A8694D98BFC1 (Asn1TaggedObject_t2DB9C432DA4B3E13450CD1802214CD78B5DDD29F* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DerObjectIdentifier_get_Id_m140553EFA5010F30A4226B583504BDE8CA7F226A_inline (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_values, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DerBoolean_get_IsTrue_m37C083EE05EB0F2190DEF3AC529B32EA3BB6B143 (DerBoolean_t24A9D13F2F313F402DFDF96E4297DD6A971B3C88* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Boolean_ToString_m6646C8026B1DF381A1EE8CD13549175E9703CC63 (bool* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* DerInteger_get_Value_mB09DAB573E9D95149472342715DE72E57C426F9E (DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Asn1Dump_dumpBinaryDataAsString_mC345E5D4CF93B530ACB5E3D3853B201349F9E2EE (String_t* ___0_indent, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_bytes, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DerUtcTime_get_TimeString_mF7ECEB8DBED2F29F105D2D358910F016895EDB24 (DerUtcTime_t3B4A44B4534E75C7AA69FDED86468F17B7C0DDE5* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DerGeneralizedTime_GetTime_m9B57BEA497F09D84C15516279860099658A9E9A8 (DerGeneralizedTime_tED32FF75E996868D168D4F7160368FB57E2FAB6C* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Asn1Dump_outputApplicationSpecific_mE3D266ECA0E65CE2803441EFF833673451628664 (String_t* ___0_type, String_t* ___1_indent, bool ___2_verbose, DerApplicationSpecific_t9C9CBA4F114712501326314D472CA388207F80B6* ___3_app, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* DerEnumerated_get_Value_mF55D17F9C45B11F0D39550756C5C2CF5CDFA06F0 (DerEnumerated_t941CA9A7C2864ECD856B6012B25E323FE418FB9A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B (String_t* ___0_str0, String_t* ___1_str1, String_t* ___2_str2, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* DerExternal_get_DirectReference_m2D233643D27E548524B29FB68C9D5FA8313AE378_inline (DerExternal_tE5756ED1EE4DFF604804D231DA4B538E4A63042F* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m093934F71A9B351911EE46311674ED463B180006 (String_t* ___0_str0, String_t* ___1_str1, String_t* ___2_str2, String_t* ___3_str3, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* DerExternal_get_IndirectReference_mC873035BC4DDD266F46A8B3BD74A6D1F780E3075_inline (DerExternal_tE5756ED1EE4DFF604804D231DA4B538E4A63042F* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* DerExternal_get_DataValueDescriptor_m9484DA5E19CCAA0C20590B4F91E15C9CFE9AB2C2_inline (DerExternal_tE5756ED1EE4DFF604804D231DA4B538E4A63042F* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DerExternal_get_Encoding_mA508C8BF9A8F2167155DDFE6176D5384090DB447_inline (DerExternal_tE5756ED1EE4DFF604804D231DA4B538E4A63042F* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* DerExternal_get_ExternalContent_mC82DE34EF3D28876B63AEE401D1E281BB3CCD5EC_inline (DerExternal_tE5756ED1EE4DFF604804D231DA4B538E4A63042F* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DerApplicationSpecific_IsConstructed_mECFB6199B009E80D7362205D4CA99DFB7AB9F499_inline (DerApplicationSpecific_t9C9CBA4F114712501326314D472CA388207F80B6* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* DerApplicationSpecific_GetObject_m884344EDFF7A61308517973F1E0BE7787C639F5B (DerApplicationSpecific_t9C9CBA4F114712501326314D472CA388207F80B6* __this, int32_t ___0_derTagNo, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F* Asn1Sequence_GetInstance_m5E5B70545495C886C5B61D22EF062EF957D7577A (RuntimeObject* ___0_obj, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DerApplicationSpecific_get_ApplicationTag_mDE403A4C2F5E412DAFA589014633B580841C9BAE_inline (DerApplicationSpecific_t9C9CBA4F114712501326314D472CA388207F80B6* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m3A7D629DAA5E0E36B8A617A911E34F79AF84AE63 (StringBuilder_t* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* DerApplicationSpecific_GetContents_mB5B6689C335E99571C4D4DF64586813C14989662_inline (DerApplicationSpecific_t9C9CBA4F114712501326314D472CA388207F80B6* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Hex_ToHexString_m59BC8F021654B85FCD2C327FD246F0EFAA62BC1A (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_data, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Asn1Dump_DumpAsString_m4530C71C31FAEA4B5511CCA7EF03F16F557BFCFB (Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* ___0_obj, bool ___1_verbose, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_mCD797D942316CB356205FD96415B0B7581CDAD60 (StringBuilder_t* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Hex_ToHexString_m07CDD3C4826EE9435349E33F8613A7635E5EB378 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_data, int32_t ___1_off, int32_t ___2_length, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Asn1Dump_calculateAscString_m4F178C691F3F9DC3E397B83E250573EF861EAD58 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_bytes, int32_t ___1_off, int32_t ___2_len, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream__ctor_mE8B074A0EBEB026FFF14062AB4B8A78E17EFFBF0 (Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Platform_Dispose_mCDF8F3C0DCFA753116605EB00017B6E7336C5E2C (Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___0_s, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream_Close_m168599DCD398141DE7A7A35820A353242BCDC00B (Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Platform_ToUpperInvariant_mE42B5571F3A8B243EC1A23A4DCFD399AFA086922 (String_t* ___0_s, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Platform_CreateHashtable_m591C0A8EEB8EDE93E6BD509E2689DA3C888B8BDC (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TeleTrusTNamedCurves_DefineCurve_m376D235706207D9F5FAD55E0B2C2DB004F038C03 (String_t* ___0_name, DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___1_oid, X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___2_holder, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* TeleTrusTNamedCurves_GetOid_mB95D02D43C0801500CC3A2F8F9A3FD6C68506937 (String_t* ___0_name, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* TeleTrusTNamedCurves_GetByOid_mC0CCF74BC5FA0DB9023F62C4CD8DAB4E72255727 (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___0_oid, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* X9ECParametersHolder_get_Parameters_m2B5C967FAC6574A3A5C7DA4AEA23B583BA84F9A7 (X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumerableProxy__ctor_m016A9F84E918D8E816280C358DC1C091E60053DE (EnumerableProxy_t1DE130F19CC37E48E9B58DDB8AF7C94EB1E3650B* __this, RuntimeObject* ___0_inner, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int16_ToString_mD65153B762673B865D4F8FF9B567BECC1ABF6D23 (int16_t* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X9ECParametersHolder__ctor_m6D26DDE5152F86A808129FBADFAAACCCCD4B08B9 (X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9 (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* __this, String_t* ___0_str, int32_t ___1_radix, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FpCurve__ctor_mA33C90E41F879DD0EE0A04C8C2950276512F527B (FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD* __this, BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___0_q, BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___1_a, BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___2_b, BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___3_order, BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___4_cofactor, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* TeleTrusTNamedCurves_ConfigureCurve_m3F4413F9B9ABF93BAA6379DC8A545F32D45A7D1C (ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* ___0_curve, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X9ECPoint__ctor_m86678E96A1FEC551276BBD02F0B08A093F4C19BB (X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* __this, ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* ___0_c, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_encoding, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X9ECParameters__ctor_m00E649E8CCE9C45DF2672DDBD6EFC281270C685D (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* __this, ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* ___0_curve, X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* ___1_g, BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___2_n, BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___3_h, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrainpoolP160r1Holder__ctor_mE5D541F082E6A89DA862796161BB67CD0655E4C6 (BrainpoolP160r1Holder_t805D96F5E455DCE6EB5E8A3ECE5A2585C42901CC* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrainpoolP160t1Holder__ctor_mA62321D9425BCC74FEC25130C5ABA7C33FC9CC9B (BrainpoolP160t1Holder_t2C2BE483902BE4B5C0DE1B48EE8EAA8F326D133D* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrainpoolP192r1Holder__ctor_m24244C9A09063AAB3F828634883ABA8082166291 (BrainpoolP192r1Holder_tE25491E2F52E99417572EA2D6F9A5660308F7698* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrainpoolP192t1Holder__ctor_m59CE2C0225A5B4B75AC48A56840D60EEB5357C35 (BrainpoolP192t1Holder_t77477841048E33FFC09BC79F8E83942370B87661* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrainpoolP224r1Holder__ctor_mFDB922F3E64BAF562F12FCBFC3D417799587CCCF (BrainpoolP224r1Holder_t3510B14F93D5D2CC7B4F3027F429B920ECC205F7* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrainpoolP224t1Holder__ctor_m09480FBCA041B8079990FDB29571EC8C9958E54B (BrainpoolP224t1Holder_tB9D5847C934E19E94C6721B5AC34607335A6C4AC* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrainpoolP256r1Holder__ctor_m8EA9C76508E7621418BDC053157F74A51F9539D3 (BrainpoolP256r1Holder_tC91CC34F12994E037F0E0742F2C6D28A33F4EB9B* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrainpoolP256t1Holder__ctor_mDB62BA1C1DDBFC8DCF679BDAAC6195CEFDD932E6 (BrainpoolP256t1Holder_t36DFA4F4BA65A8A901B5CE7D6B0AE40D3D07E89F* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrainpoolP320r1Holder__ctor_m14D8E62E74F7B4857FB8D75D513BF3CCC4CD9C4A (BrainpoolP320r1Holder_tE336184BDB301DB438D243C92389B751A9C074BF* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrainpoolP320t1Holder__ctor_mD0D96CE4C2FA9D5CD52B5B8C1B303EECEACC19C2 (BrainpoolP320t1Holder_tC75E77EA6F0E1F26523FCD769950CF1E3C0B4F56* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrainpoolP384r1Holder__ctor_m91C9606216A287D6294B4157ABA7182E81959C23 (BrainpoolP384r1Holder_t1B4317DBDE375872EC790E77965BAB5ED9197F49* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrainpoolP384t1Holder__ctor_m1531221D5EDF90CC4508AB625149FF4D5296997A (BrainpoolP384t1Holder_tF37BDE66DCDAD456F6A080FA4BF241FF8ED7DD31* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrainpoolP512r1Holder__ctor_m4B183ECFF0AD9452B56F526D792BFFC540F254D1 (BrainpoolP512r1Holder_tE0DBA907B58B8BEEBA3FA7CA67558790142EB017* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrainpoolP512t1Holder__ctor_mB575294388F64A7E74779DEEA9C6B587F8B0FA1D (BrainpoolP512t1Holder_t5986FB9A13B1B6A98022D57B051114CA199BBAAF* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GlvTypeBEndomorphism__ctor_m5290A23DA38354CDF19E6C5E38C529BCA5728CED (GlvTypeBEndomorphism_t144D0F80CCE46C13FBE51D77EDA77F77558FF0EF* __this, ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* ___0_curve, GlvTypeBParameters_t84DD817975633F92AF6C1FA7557D7DD4285E8274* ___1_parameters, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Config_t6462D7D0058770D2CD900059C1E2D38AC0539A52* Config_SetEndomorphism_m78881C32F0E0E044823A5D372056205300F51CBC (Config_t6462D7D0058770D2CD900059C1E2D38AC0539A52* __this, RuntimeObject* ___0_endomorphism, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* Config_Create_m00D5883B6C737DE9F8061A76C56B3DE540334EDF (Config_t6462D7D0058770D2CD900059C1E2D38AC0539A52* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_mD8BFF19E0DEDE4BE5B9D2CF11B412ED8AAEDE7D3 (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* __this, int32_t ___0_sign, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_bytes, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecNamedCurves_DefineCurve_mD33D87FCBD0696FE97130A9150D42C341EAC87A9 (String_t* ___0_name, DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___1_oid, X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___2_holder, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* SecNamedCurves_GetOid_m0DD5E96EC20485C476BDE4A6DF9F258FDCB664C1 (String_t* ___0_name, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* SecNamedCurves_GetByOid_m940DECEBA0F555FC1DA096F24718E2E9D7DF422E (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___0_oid, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759 (String_t* ___0_hex, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* SecNamedCurves_ConfigureCurve_m6A8147AF1EAC28498F5CF2E891F04EFE81E989EA (ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* ___0_curve, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X9ECParameters__ctor_mE044AF5434DB27095FFE09B9E4116104895DDF38 (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* __this, ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* ___0_curve, X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* ___1_g, BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___2_n, BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___3_h, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___4_seed, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Secp112r1Holder__ctor_mA1F916CEF849C0F829B357AA3909A5B7BC4A2E5D (Secp112r1Holder_tA6701D64C321CB2B17A6F2C76BE5AE840B21D8C0* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* BigInteger_ValueOf_m9A7FA1AA850B44B9456BA9974EF000C596AFF6E5 (int64_t ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Secp112r2Holder__ctor_m56FC1E179BAFC2B63271FFFB05751423F22FB40C (Secp112r2Holder_t5FCECD6AB15AFED58DC56856E5E1A2F1A353560F* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Secp128r1Holder__ctor_m94447E4B287B8537BEF03A216DFD46AB8BBDACD2 (Secp128r1Holder_t55220D0DC76A6E87187CDABF781D0A232E3A003A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Secp128r2Holder__ctor_m1B6B060BAE2748DD785594CCB715D688482EE79C (Secp128r2Holder_tF07C8E397A4CF1B8589E254E5873726398E07D8C* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GlvTypeBParameters__ctor_mAAE0F02CBBA6FDEEC4C7AF4C37617E2E047DB81C (GlvTypeBParameters_t84DD817975633F92AF6C1FA7557D7DD4285E8274* __this, BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___0_beta, BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___1_lambda, BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8* ___2_v1, BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8* ___3_v2, BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___4_g1, BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___5_g2, int32_t ___6_bits, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* SecNamedCurves_ConfigureCurveGlv_m0B84E1CB021CBF9A72516729051B6836F3206211 (ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* ___0_c, GlvTypeBParameters_t84DD817975633F92AF6C1FA7557D7DD4285E8274* ___1_p, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Secp160k1Holder__ctor_m221B4974E9FB1B4F1698820DBC4EEE7204303C63 (Secp160k1Holder_tB84EA03522660CB76235752CAA1D1DBFD988E3EF* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Secp160r1Holder__ctor_m55F9099F383A5D95967E8E67F3C68D39CDFBBA8F (Secp160r1Holder_t9ADC09FD9AF208CC71EC294226124BEBBB8DF5F7* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Secp160r2Holder__ctor_m7D0E219514E25CBCA7261A94C89F330FC720104E (Secp160r2Holder_tB4606B043E0BE71289E8EE9983E4AE8F17E130FA* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Secp192k1Holder__ctor_mA39F87310A65BBFD5B6C70DA045E4FEE9C132282 (Secp192k1Holder_t27E22CCBD3F07B73A77AC4D9FB5819E488054AE3* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Secp192r1Holder__ctor_mB1BF68F3294D64A5D3A70A8EF36743593119C884 (Secp192r1Holder_t2A66ED78CC50D617126D331DDE4079727C9CCD4A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Secp224k1Holder__ctor_m549660294CDAAD8C36B2AA78886AA06DB851EFB4 (Secp224k1Holder_tC24D569517994D822F4AC0ABEA2E93F50935D5D1* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Secp224r1Holder__ctor_mA726D00B0C6D39E41761699C611CA17A081398F6 (Secp224r1Holder_t57DE3C48F2294AF9BCE0DBA95B8EAC668DAC4084* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Secp256k1Holder__ctor_mAE0581ADB12CBF3E0103EC7BD43CA089C768BA77 (Secp256k1Holder_tD234B96ECB0A73DE4D089CAEA3FCC9568F7D6F70* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Secp256r1Holder__ctor_m334476A63149BB4774AE8C56E87E5BE569BBCB81 (Secp256r1Holder_t8DFA32F93F7FFB77EFFD7A595E2AD0555DE21B42* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Secp384r1Holder__ctor_mB271CB329095AB6BB38957AF5A1E5A9A9CE11260 (Secp384r1Holder_t7A464213E991F6DA18AD0AB5497B0D8940F18CDA* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Secp521r1Holder__ctor_m5D4807E153AD6018A10C8856A1C66E975F6BEC88 (Secp521r1Holder_t7F47723F827AD53ED26A9FD525B5A68F98284D8B* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void F2mCurve__ctor_mA269176B30B5FDBFCB0631EC9CBB6ED773718333 (F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B* __this, int32_t ___0_m, int32_t ___1_k, BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___2_a, BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___3_b, BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___4_order, BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___5_cofactor, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect113r1Holder__ctor_m52F20DE15CE81E5FA20CD96C89003FD3144BBBF6 (Sect113r1Holder_tEE723E7B9317BF141B11382F57B0FB338D8BF7C3* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect113r2Holder__ctor_m794A22E2E280FA61AD90B77307734754A9CAEF9D (Sect113r2Holder_tEC08F20250CF4A5EF4BC19FAA8B14C2D7E2CDF0E* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void F2mCurve__ctor_mEAEE5211FE7FD030BAD46126E675920023A306A4 (F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B* __this, int32_t ___0_m, int32_t ___1_k1, int32_t ___2_k2, int32_t ___3_k3, BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___4_a, BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___5_b, BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___6_order, BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___7_cofactor, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect131r1Holder__ctor_m9B591E42FE2922536CC8CE0254DD9A9B7768B9B5 (Sect131r1Holder_tD9E2273F761917614680BE73AAE4B1F7A38D286C* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect131r2Holder__ctor_mA51D5EC23A6E3911DD930B0DCA3B3369941B4C0E (Sect131r2Holder_t56C366985ACEDCD9F759E33CE11791B838F6D753* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect163k1Holder__ctor_m6EDCB8BDE834DE638FDCE92211ECF2F3F9EDAFA7 (Sect163k1Holder_t60BB5D316E3691A020821B861262A9697968D161* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect163r1Holder__ctor_mD6B0E4D794356BD04900C6F7C434E40F4F6B880D (Sect163r1Holder_t08BC391A5E58CDC1AA3743C5974458196A7B012F* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect163r2Holder__ctor_m9975DBC8F78BDC55C500638ED2E2BFB2B67F6F19 (Sect163r2Holder_t9F10ED385B5412F7E1D5C7B080A3BBCEFE6BD876* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect193r1Holder__ctor_m580EC8EC137AC5BA566DF71536046CF1ADB977FC (Sect193r1Holder_t9575AF8167EFAB71554AF949DE2BDC3A438AC6AD* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect193r2Holder__ctor_m09DFE9D7F66C118D68C9CA4826A0C42CE6357BCF (Sect193r2Holder_t5AE4C0E2518B2CAB1354B923E100B846281B8A7E* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect233k1Holder__ctor_m211A33EDC78904F46750F251F93EBC09EE239E34 (Sect233k1Holder_t7EEE652D6C68FAB77708F5B99585348FE2096E8F* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect233r1Holder__ctor_mB2B7D883FFEC1069FA39C11C32F1895A950E324C (Sect233r1Holder_t8E196EF51A23C8C6DB4724CEE9E4034051ADA460* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect239k1Holder__ctor_m5CCB0C0E009F6105329BAF616B1D1E03E8C1B082 (Sect239k1Holder_t263392367DE4EBABAD1B7C295152D36434D918F1* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect283k1Holder__ctor_mA2BC7ADCA843258EF873B8AF952AA78F8C795854 (Sect283k1Holder_tEB347985499D27A47E9BFCBE7607575F736F2160* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect283r1Holder__ctor_mFB0C2C4F7EC6623BB3BFE45F39CAE7F5BF8D5956 (Sect283r1Holder_t8FAD377357A7B5F0B424611F06B871F9462E7257* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect409k1Holder__ctor_m1EA4165704F7300C5ACC709FE72532CA464996B8 (Sect409k1Holder_t9C4F84EE3A0602FB6D86380629E5F812104A5548* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect409r1Holder__ctor_mFA301B8ECC97253122EDBFE0B888B3B4E3F7A1DD (Sect409r1Holder_tCE0CCFCA2F51A698180EEE52716C158C235D92B0* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect571k1Holder__ctor_mF965DAF600B6CEE20C1EC98FA0CF3C3E63C2FA98 (Sect571k1Holder_t67B0E91F1CEF7BCF6EF9A5C757E57A57F266F867* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect571r1Holder__ctor_m500C36E66920F7CDA793C61044E9A363E3A83BF6 (Sect571r1Holder_tED166F6C7C4C8E767D6BD1AAE91BFC568ADB841F* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentInfo__ctor_m0A7A7678DCF7E38E6D6DF52E67BABB161A8FAAA0 (ContentInfo_tD2BFAFA440E3F2698B4DE6653065397E465ADE0C* __this, Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F* ___0_seq, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1Encodable__ctor_m994F288BF3CC1369A52711A1CD9A6C893E5189FB (Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1EncodableVector__ctor_mCA8253A6579345E1A96C3183B984C85726FC2F77 (Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7* __this, Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28* ___0_v, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BerTaggedObject__ctor_m8EA0BC56E6465C818F323AF369CB1ACFD48D3D2A (BerTaggedObject_tF0D35706B94A37CF7C76651F86AC420C59639150* __this, int32_t ___0_tagNo, Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* ___1_obj, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1EncodableVector_Add_m402CA435F0C9B0EF45A370C22F588B8101D75D03 (Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7* __this, Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28* ___0_objs, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BerSequence__ctor_m10DB680B2449FB6FA531BF339507F80E29D012F9 (BerSequence_tB88A0A5044A2FFBB1706EF58F8541EDA15950DBA* __this, Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7* ___0_v, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerInteger__ctor_m68299D63775369AA6716B2829E3FE00B744EB59A (DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* __this, BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerInteger__ctor_mF1049AA6BC75779BFA0B447401D8CDD39968B966 (DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* __this, int32_t ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* DerInteger_get_PositiveValue_m737FB2EDA7ABE286D12B2F4337B1EC6AB2506CCC (DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSequence__ctor_m1159490D2849C1A9F592CF5CE22E2D8089DE05C4 (DerSequence_t063B1A6AFFD4FBE34487D3EFADF2647A1D9D4EE9* __this, Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7* ___0_v, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RsassaPssParameters__ctor_m60D7F7ECE15FE6B5800178711706BA7A4992C4F4 (RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E* __this, Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F* ___0_seq, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Platform_GetTypeName_mF842E4498CA2DB0E9E412E90EA9FFFDCC16C2184 (RuntimeObject* ___0_obj, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62 (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, String_t* ___0_message, String_t* ___1_paramName, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AlgorithmIdentifier_tB7FAF28C7C08EBE2705D43FF2F742AD5F097C305* AlgorithmIdentifier_GetInstance_m16B6F1E29DE4A5375965D2171F698E71774395C9 (Asn1TaggedObject_t2DB9C432DA4B3E13450CD1802214CD78B5DDD29F* ___0_obj, bool ___1_explicitly, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* DerInteger_GetInstance_m75C5A48454C1935D90FA805BD4B59DE16F1794CB (Asn1TaggedObject_t2DB9C432DA4B3E13450CD1802214CD78B5DDD29F* ___0_obj, bool ___1_isExplicit, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465 (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, String_t* ___0_message, const RuntimeMethod* method) ; inline Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28* Array_Empty_TisAsn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F_m933F7CE0CA4DABD36041108B8148A34A6AFFE39D_inline (const RuntimeMethod* method) { return (( Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_gshared_inline)(method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerTaggedObject__ctor_m549FD743801AB6E9A6CFA82EF43F7CCBB740633B (DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824* __this, bool ___0_explicitly, int32_t ___1_tagNo, Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* ___2_obj, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AlgorithmIdentifier__ctor_mEBE3722F4252B45D3B78FD68CEF956A4578FA7CE (AlgorithmIdentifier_tB7FAF28C7C08EBE2705D43FF2F742AD5F097C305* __this, DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___0_algorithm, Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* ___1_parameters, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignedData__ctor_m29050F9BA6B0DC6D10080A6E2AC46CD89AE95858 (SignedData_tA582076CFABFD374D5ED817E137C0A9927358FB8* __this, Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F* ___0_seq, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContentInfo_tD2BFAFA440E3F2698B4DE6653065397E465ADE0C* ContentInfo_GetInstance_mA275D31E4A0E17F8ACD5BBDB2085D0656657EF6D (RuntimeObject* ___0_obj, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Set_t494EEDAAC79092E9DE489F3EA6DE50A290A13C72* Asn1Set_GetInstance_m3DDB0E17923D94DCD12C10C4B491EAD8CEDED5AF (Asn1TaggedObject_t2DB9C432DA4B3E13450CD1802214CD78B5DDD29F* ___0_obj, bool ___1_explicitly, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* DerInteger_GetInstance_mF86363D7BC79B2E7974B304FA0F52CDEB09F85C2 (RuntimeObject* ___0_obj, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSequence__ctor_m27D12EF3B51D8990FF98BB836B7C5884ACCCDCF9 (DerSequence_t063B1A6AFFD4FBE34487D3EFADF2647A1D9D4EE9* __this, Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28* ___0_v, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F* Asn1Sequence_GetInstance_m21C91F7A6E3F7C6039D522FC39FAF1FF8C0A88A6 (Asn1TaggedObject_t2DB9C432DA4B3E13450CD1802214CD78B5DDD29F* ___0_obj, bool ___1_explicitly, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OcspResponse_t99C28B1CAC9352F72037B40166833E8AF58DF2D4* OcspResponse_GetInstance_m2E5FF54352D0B84B0F92762DD436A321E0044B0D (RuntimeObject* ___0_obj, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OcspResponse__ctor_mECC7267D31CB22E6E9B946C8DB16234A4F84963C (OcspResponse_t99C28B1CAC9352F72037B40166833E8AF58DF2D4* __this, Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F* ___0_seq, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* __this, String_t* ___0_paramName, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerEnumerated_t941CA9A7C2864ECD856B6012B25E323FE418FB9A* DerEnumerated_GetInstance_m0AA10A09624E7858DEB1BBE5A14BD37435483692 (RuntimeObject* ___0_obj, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OcspResponseStatus__ctor_m1BDFEB585F430C5D9735F4BC60DDCA1560298C02 (OcspResponseStatus_tB751512FAD9D6D25C65933D6B84C25E07D44A176* __this, DerEnumerated_t941CA9A7C2864ECD856B6012B25E323FE418FB9A* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResponseBytes_tB0A55F4ED30E4E8B95C9478EC90937568FA70600* ResponseBytes_GetInstance_m02CD38260DABE49704EDA50FCCEE2F98423B4AA9 (Asn1TaggedObject_t2DB9C432DA4B3E13450CD1802214CD78B5DDD29F* ___0_obj, bool ___1_explicitly, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerEnumerated__ctor_m000A37678A38C880B84666BE911A0051F62039AE (DerEnumerated_t941CA9A7C2864ECD856B6012B25E323FE418FB9A* __this, int32_t ___0_val, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BigInteger_get_IntValue_m9AC89595666859FE4A21922B1247B7BCCB18E6D4 (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResponderID__ctor_mFDE687FBFB671DFA9D00D7AF42C893B55395C7E2 (ResponderID_t15710F329E44294377A3B13AC3F7A3E7867BBB68* __this, Asn1OctetString_tB176DD5A7E4BB48D00BEFCE97966F6191F9949D2* ___0_id, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Name_t4C0E6C820D606AA93AD46BE8254DC8A4E09A83BE* X509Name_GetInstance_m170AED023A53CCC3677A0717906E24923A059CA6 (Asn1TaggedObject_t2DB9C432DA4B3E13450CD1802214CD78B5DDD29F* ___0_obj, bool ___1_explicitly, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResponderID__ctor_mE9942BFB4DE2096ED92F461D5D17396066EA5693 (ResponderID_t15710F329E44294377A3B13AC3F7A3E7867BBB68* __this, X509Name_t4C0E6C820D606AA93AD46BE8254DC8A4E09A83BE* ___0_id, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1OctetString_tB176DD5A7E4BB48D00BEFCE97966F6191F9949D2* Asn1OctetString_GetInstance_m0FD40BE6EC81B09EE6E8800201CA196052A39A3E (Asn1TaggedObject_t2DB9C432DA4B3E13450CD1802214CD78B5DDD29F* ___0_obj, bool ___1_isExplicit, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Name_t4C0E6C820D606AA93AD46BE8254DC8A4E09A83BE* X509Name_GetInstance_mD026CDD836D4661312BB0468B7790B1971C3C120 (RuntimeObject* ___0_obj, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResponderID_t15710F329E44294377A3B13AC3F7A3E7867BBB68* ResponderID_GetInstance_m1A68510B1D6B42FE524C5C422CFD9B6721228AD4 (RuntimeObject* ___0_obj, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResponseBytes_tB0A55F4ED30E4E8B95C9478EC90937568FA70600* ResponseBytes_GetInstance_mDC9D456E3D303D77AD0BCA35E243A3A002979CE6 (RuntimeObject* ___0_obj, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResponseBytes__ctor_mD27BD3262532A1A200BE45A4290E5AEA08FD8A6A (ResponseBytes_tB0A55F4ED30E4E8B95C9478EC90937568FA70600* __this, Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F* ___0_seq, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* DerObjectIdentifier_GetInstance_mBAA1F9FD83AFBEA859DE76EAFAA135120FE12734 (RuntimeObject* ___0_obj, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1OctetString_tB176DD5A7E4BB48D00BEFCE97966F6191F9949D2* Asn1OctetString_GetInstance_m8A815637FE20540BC8C637BE1ACB9825E2F77F9C (RuntimeObject* ___0_obj, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NistNamedCurves_DefineCurveAlias_m29AA8C51C4D556700C0F434BD93C2CDCD0ACA82F (String_t* ___0_name, DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___1_oid, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* NistNamedCurves_GetOid_m928D2639D0584027989D03DCC70B656DB5487D31 (String_t* ___0_name, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* NistNamedCurves_GetByOid_m99D02381B46E321A90D2A80D738A8747006A25C3 (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___0_oid, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerBitString__ctor_m8CD542039D82B7AB0DC40557C1203D0340EC8F8C (DerBitString_tE81BF16C73422819294A79406519EE56E9FE2F48* __this, int32_t ___0_namedBits, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerBitString__ctor_mE828139123A0ED0DD03C961301D3067A3AC24BB6 (DerBitString_tE81BF16C73422819294A79406519EE56E9FE2F48* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_data, int32_t ___1_padBits, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m967AECC237535C552A97A80C7875E31B98496CA9 (int32_t* __this, String_t* ___0_format, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerIA5String__ctor_m8D16BC4598637590CA4841DA7F3AB8C658229D2A (DerIA5String_tFEB91254C82A8FCC32F260DB2A6135E9AEF5BC23* __this, String_t* ___0_str, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_mBD865A0200B0FFF1B56D8DDCFED8167CCC0042E8 (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECDomainParameters__ctor_mCEA3E3A4F2E6A63164AAC07C4AEC34764183983B (ECDomainParameters_t043B92B96F4A72978DD06EA986E518961B816194* __this, ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* ___0_curve, ECPoint_t3140239580846DCABD076C228670186579EEB5D1* ___1_g, BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___2_n, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gost3410ParamSetParameters__ctor_m358C38A5010DE1A53AFD18DE8C4C682904B53070 (Gost3410ParamSetParameters_t3B6599F9E3F8AD740E53D574CBB62251FC5E27D0* __this, int32_t ___0_keySize, BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___1_p, BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___2_q, BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___3_a, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Gost3410ParamSetParameters_t3B6599F9E3F8AD740E53D574CBB62251FC5E27D0* Gost3410ParamSetParameters_GetInstance_m07A3C88091D1C3BBD1A60FD23D519FD717F09788 (RuntimeObject* ___0_obj, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gost3410ParamSetParameters__ctor_m1C5B6FF17550C5E787A23F4A53ECC1CB032AD272 (Gost3410ParamSetParameters_t3B6599F9E3F8AD740E53D574CBB62251FC5E27D0* __this, Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F* ___0_seq, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Gost3410PublicKeyAlgParameters_tE882FD632716E81B1B45CB8C8473C62F4B13A79A* Gost3410PublicKeyAlgParameters_GetInstance_mE3450D11258B005E8CEBD4C9032D7F2A125552C5 (RuntimeObject* ___0_obj, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gost3410PublicKeyAlgParameters__ctor_mC96BECFC303C26B9CA57CE8B6863611DF4711694 (Gost3410PublicKeyAlgParameters_tE882FD632716E81B1B45CB8C8473C62F4B13A79A* __this, Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F* ___0_seq, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gost3410PublicKeyAlgParameters__ctor_mF47020A96DD68C0D38614540C99666A56F539868 (Gost3410PublicKeyAlgParameters_tE882FD632716E81B1B45CB8C8473C62F4B13A79A* __this, DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___0_publicKeyParamSet, DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___1_digestParamSet, DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___2_encryptionParamSet, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnssiNamedCurves_DefineCurve_mF9B7CC7AFCAE638B1E3579A08A10B4E62F6323CC (String_t* ___0_name, DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___1_oid, X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___2_holder, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* AnssiNamedCurves_GetOid_mDFC503BD6A5CC6A86EC0EBE07F031180CBC0182D (String_t* ___0_name, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* AnssiNamedCurves_GetByOid_mC0B18A00A2C457BAFFFEDF70905485EC91BDC265 (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___0_oid, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* AnssiNamedCurves_FromHex_m7FCEA5BF13C8813F96379E0CED2CE13F9EC6E68A (String_t* ___0_hex, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* AnssiNamedCurves_ConfigureCurve_m730776319FFBD89B2215A54FB5C993302DD750B2 (ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* ___0_curve, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Frp256v1Holder__ctor_mBB6DFF1270CBDB6FDEDD30C9570BD23D25FBAD41 (Frp256v1Holder_t70F02F5D7AF1F4EC725B55DB7EA0D0BAC327EA84* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventArgs__ctor_mC6F9412D03203ADEF854117542C8EBF61624C8C3 (EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotifyCollectionChangedEventArgs_InitializeAdd_m337504D98B69FC1672838BCF0884F59F662739FD (NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F* __this, int32_t ___0_action, RuntimeObject* ___1_newItems, int32_t ___2_newStartingIndex, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotifyCollectionChangedEventArgs_InitializeAddOrRemove_m18161D4E32315E8FB864B7732B04A18755E56905 (NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F* __this, int32_t ___0_action, RuntimeObject* ___1_changedItems, int32_t ___2_startingIndex, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotifyCollectionChangedEventArgs_InitializeMoveOrReplace_mACCEF7093E7F7972E5EDB9E5B26E2B6F7956419F (NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F* __this, int32_t ___0_action, RuntimeObject* ___1_newItems, RuntimeObject* ___2_oldItems, int32_t ___3_startingIndex, int32_t ___4_oldStartingIndex, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyList__ctor_mEC8F23AD1D40AF8BD2EC5B6D71792A341A6B3D9D (ReadOnlyList_tF217AD63645DFB08812600798B86811C1848EA2A* __this, RuntimeObject* ___0_list, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotifyCollectionChangedEventArgs_InitializeRemove_m906AF3908006B4B3C090451124EF45014184E551 (NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F* __this, int32_t ___0_action, RuntimeObject* ___1_oldItems, int32_t ___2_oldStartingIndex, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ConnectionBase_get_State_m39EAFADE9647A70139BF88DCB62AD53CC9FAA92F_inline (ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConnectionBase_get_IsFree_mFD5D6D718485697ACA2BCC437B7E1E1EBDA60FFA (ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_get_UtcNow_m06B6E9995FE16846A0F71EC9DB23E90BE2C5F9FA (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A DateTime_op_Subtraction_m64D26F5ABFAE6E166A7E567093D025F6C69F0123 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_d1, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___1_d2, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A HTTPManager_get_MaxConnectionIdleTime_m1496533150DCA75DCC5E5B3EF6CFC24DB9B60AB6_inline (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_op_GreaterThan_m346676C36494E3CD2560A604996F88CEC3D845C0 (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_t1, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___1_t2, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HTTPProxy_t2EEE688B747771B1F7BADA0F4EA68B9A2D1EF50D* ConnectionBase_get_Proxy_m92A8A96E412820BE572826ABC5F2490FD390569F_inline (ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase__ctor_mBB8E4B0F8F872680D510C47D88D0B6B0A7A6ADED (ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* __this, String_t* ___0_serverAddress, bool ___1_threaded, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ConnectionBase_set_ServerAddress_mB4CDAF13D9EF53C10E9C79F85937199AAD9C2D02_inline (ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ConnectionBase_set_State_m2042B900B9543F73F186641A65329A588B631FB5_inline (ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* __this, int32_t ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F (Exception_t* __this, String_t* ___0_message, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ConnectionBase_set_StartTime_m5B8C6C78E01BBB498A0840A42B17986E17C617D4_inline (ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* __this, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ConnectionBase_set_CurrentRequest_m6AFCEE92F6FD1C4ED40BA482A4550E7DBB07CE44_inline (ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* __this, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitCallback__ctor_m9730564F9A28ECB72462D05AA92CA9E43DE9B41C (WaitCallback_tFB2C7FD58D024BBC2B0333DC7A4CB63B8DEBD5D3* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR bool ThreadPool_QueueUserWorkItem_m24B9C1887DBABE1F408E31475AF15B9B9A08854D (WaitCallback_tFB2C7FD58D024BBC2B0333DC7A4CB63B8DEBD5D3* ___0_callBack, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* ConnectionBase_get_CurrentRequest_m9E2C2FD0BBE084F80C9DD739B7389518DB1137E4_inline (ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HTTPRequest_get_DownloadProgressChanged_m02F3C55543A485B47701F6E233CA7DB7A936224B_inline (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t HTTPRequest_get_Downloaded_m8306EFCEC41F6C01E53705B1E627E076E048E08A_inline (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t HTTPRequest_get_DownloadLength_m6EA9A9B96C8540F204CE35DC2A5E74C28F6C927D_inline (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnDownloadProgressDelegate_Invoke_m6A36D68CB59AF214F82CB406F2EA0EF1AD5E3222_inline (OnDownloadProgressDelegate_t639F51319E1C390DE4C7131D2CDC2F087FB7E10B* __this, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* ___0_originalRequest, int64_t ___1_downloaded, int64_t ___2_downloadLength, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89 (const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPRequest_set_DownloadProgressChanged_mAEDADE1B6EAFD242180469E0EC29732116629685_inline (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HTTPRequest_get_UploadProgressChanged_m0DAC5E9D244F54AFAC838A9375355731D2328B29_inline (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t HTTPRequest_get_Uploaded_m403C812E03446C782837326103E0DAB6AF6CA2F3_inline (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t HTTPRequest_get_UploadLength_m9CAFE546F93474A3861452DD4BDD6A979B2662E2_inline (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnUploadProgressDelegate_Invoke_m5C961F02E58C2FE45EBF71A99BAA87E4FA4B969D_inline (OnUploadProgressDelegate_t776878E6D6A8A974A781B23F0D731BA0843BC8EA* __this, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* ___0_originalRequest, int64_t ___1_uploaded, int64_t ___2_uploadLength, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPRequest_set_UploadProgressChanged_mA239C1140AAE0DEAFC46BE88382AADF10DEA541F_inline (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_HandleProgressCallback_m52EF6BD7EA83732A8792D0E7252429630E3D911B (ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* HTTPRequest_get_Response_m0B363D36786B2A59BD681C99D5B2558901E43094_inline (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HTTPResponse_get_IsUpgraded_m67F7BC60C0F7F6DECA914D60C993626DDFAB1485_inline (HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_UpgradeCallback_mE284E39E495BFA80875AD5F759E0205A8D9061F1 (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_CallCallback_m5B06D2367144F075418AF867B2E90DD61538F9AB (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_RecycleNow_m7AABFF8CF476C0C0125F9E11106ED41C31A75926 (ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPConnectionRecycledDelegate_Invoke_m1E0BEF1686A78F0C90FDB1DE4CB81C35036615BC_inline (HTTPConnectionRecycledDelegate_tDB0ED44771CCC789BB54522DCF7370C3A386FECF* __this, ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* ___0_conn, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65 (RuntimeObject* ___0_obj, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ConnectionBase_set_IsDisposed_m2F95A14C78B8B631627EA8F8223243090744C038_inline (ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* Extensions_GetASCIIBytes_mE47462CA9E39A1BF848341A25834F77A1171678C (String_t* ___0_str, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream_Dispose_mCDB42F32A17541CCA6D3A5906827A401570B07A8 (Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m8339D1A685E8D77CAC9D3260C06B38B5C7CA7742 (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* __this, String_t* ___0_message, const RuntimeMethod* method) ; #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* X509NameEntryConverter_ConvertHexEncoded_m1C230F9BCDCA4829682582085F7147E4F94EA01B (X509NameEntryConverter_t215879BF8E838C76157EFF8C8CB998EFD9D1CF63* __this, String_t* ___0_hexString, int32_t ___1_offset, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_hexString; int32_t L_1 = ___1_offset; NullCheck(L_0); String_t* L_2; L_2 = String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472(L_0, L_1, NULL); il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3; L_3 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(L_2, NULL); Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_4; L_4 = Asn1Object_FromByteArray_m375301E80482701F246EC6D7232C51B52B708FCE(L_3, NULL); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool X509NameEntryConverter_CanBePrintable_m7C1F7C90CF47004711C6C8501BCD7C8931DF6BEE (X509NameEntryConverter_t215879BF8E838C76157EFF8C8CB998EFD9D1CF63* __this, String_t* ___0_str, const RuntimeMethod* method) { { String_t* L_0 = ___0_str; bool L_1; L_1 = DerPrintableString_IsPrintableString_m3574C82CEE779A51A3B67244B758E625F11FD7CD(L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509NameEntryConverter__ctor_m1031B6E5809B8E9E75CD14C5E1162E2E2A84267A (X509NameEntryConverter_t215879BF8E838C76157EFF8C8CB998EFD9D1CF63* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, 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 IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509NameTokenizer__ctor_m67D4605CAEFA3A33A656025C1ED6283B9D56BD2E (X509NameTokenizer_t4D34B088E2F17F3A9913DD6C1A1D1ECC4BF9C4DD* __this, String_t* ___0_oid, const RuntimeMethod* method) { { String_t* L_0 = ___0_oid; X509NameTokenizer__ctor_mAD945DC1F875BF79282B0A6AA2029EEE68E886CC(__this, L_0, ((int32_t)44), NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509NameTokenizer__ctor_mAD945DC1F875BF79282B0A6AA2029EEE68E886CC (X509NameTokenizer_t4D34B088E2F17F3A9913DD6C1A1D1ECC4BF9C4DD* __this, String_t* ___0_oid, Il2CppChar ___1_separator, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { StringBuilder_t* L_0 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_0, NULL); __this->___buffer = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___buffer), (void*)L_0); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); String_t* L_1 = ___0_oid; __this->___value = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___value), (void*)L_1); __this->___index = (-1); Il2CppChar L_2 = ___1_separator; __this->___separator = L_2; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool X509NameTokenizer_HasMoreTokens_mB2A81CC3CC67051B3008BCB09E28CE86D9EC9435 (X509NameTokenizer_t4D34B088E2F17F3A9913DD6C1A1D1ECC4BF9C4DD* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___index; String_t* L_1 = __this->___value; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL); return (bool)((((int32_t)((((int32_t)L_0) == ((int32_t)L_2))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* X509NameTokenizer_NextToken_m4B64D39364D9DBA04237CF0EB42824B182B38248 (X509NameTokenizer_t4D34B088E2F17F3A9913DD6C1A1D1ECC4BF9C4DD* __this, const RuntimeMethod* method) { int32_t V_0 = 0; bool V_1 = false; bool V_2 = false; Il2CppChar V_3 = 0x0; { int32_t L_0 = __this->___index; String_t* L_1 = __this->___value; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL); if ((!(((uint32_t)L_0) == ((uint32_t)L_2)))) { goto IL_0015; } } { return (String_t*)NULL; } IL_0015: { int32_t L_3 = __this->___index; V_0 = ((int32_t)il2cpp_codegen_add(L_3, 1)); V_1 = (bool)0; V_2 = (bool)0; StringBuilder_t* L_4 = __this->___buffer; StringBuilder_t* L_5 = __this->___buffer; NullCheck(L_5); int32_t L_6; L_6 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_5, NULL); NullCheck(L_4); StringBuilder_t* L_7; L_7 = StringBuilder_Remove_m0D93692674D1C09795C7D6542420A3B6C5F81E90(L_4, 0, L_6, NULL); goto IL_00f9; } IL_003f: { String_t* L_8 = __this->___value; int32_t L_9 = V_0; NullCheck(L_8); Il2CppChar L_10; L_10 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_8, L_9, NULL); V_3 = L_10; Il2CppChar L_11 = V_3; if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)34))))) { goto IL_0072; } } { bool L_12 = V_2; if (L_12) { goto IL_005e; } } { bool L_13 = V_1; V_1 = (bool)((((int32_t)L_13) == ((int32_t)0))? 1 : 0); goto IL_00f5; } IL_005e: { StringBuilder_t* L_14 = __this->___buffer; Il2CppChar L_15 = V_3; NullCheck(L_14); StringBuilder_t* L_16; L_16 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_14, L_15, NULL); V_2 = (bool)0; goto IL_00f5; } IL_0072: { bool L_17 = V_2; bool L_18 = V_1; if (!((int32_t)((int32_t)L_17|(int32_t)L_18))) { goto IL_00d6; } } { Il2CppChar L_19 = V_3; if ((!(((uint32_t)L_19) == ((uint32_t)((int32_t)35))))) { goto IL_00a8; } } { StringBuilder_t* L_20 = __this->___buffer; StringBuilder_t* L_21 = __this->___buffer; NullCheck(L_21); int32_t L_22; L_22 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_21, NULL); NullCheck(L_20); Il2CppChar L_23; L_23 = StringBuilder_get_Chars_m254FD6F2F75C00B0D353D73B2A4A19316BD7624D(L_20, ((int32_t)il2cpp_codegen_subtract(L_22, 1)), NULL); if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)61))))) { goto IL_00a8; } } { StringBuilder_t* L_24 = __this->___buffer; NullCheck(L_24); StringBuilder_t* L_25; L_25 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_24, ((int32_t)92), NULL); goto IL_00c5; } IL_00a8: { Il2CppChar L_26 = V_3; if ((!(((uint32_t)L_26) == ((uint32_t)((int32_t)43))))) { goto IL_00c5; } } { Il2CppChar L_27 = __this->___separator; if ((((int32_t)L_27) == ((int32_t)((int32_t)43)))) { goto IL_00c5; } } { StringBuilder_t* L_28 = __this->___buffer; NullCheck(L_28); StringBuilder_t* L_29; L_29 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_28, ((int32_t)92), NULL); } IL_00c5: { StringBuilder_t* L_30 = __this->___buffer; Il2CppChar L_31 = V_3; NullCheck(L_30); StringBuilder_t* L_32; L_32 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_30, L_31, NULL); V_2 = (bool)0; goto IL_00f5; } IL_00d6: { Il2CppChar L_33 = V_3; if ((!(((uint32_t)L_33) == ((uint32_t)((int32_t)92))))) { goto IL_00df; } } { V_2 = (bool)1; goto IL_00f5; } IL_00df: { Il2CppChar L_34 = V_3; Il2CppChar L_35 = __this->___separator; if ((((int32_t)L_34) == ((int32_t)L_35))) { goto IL_010a; } } { StringBuilder_t* L_36 = __this->___buffer; Il2CppChar L_37 = V_3; NullCheck(L_36); StringBuilder_t* L_38; L_38 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_36, L_37, NULL); } IL_00f5: { int32_t L_39 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_39, 1)); } IL_00f9: { int32_t L_40 = V_0; String_t* L_41 = __this->___value; NullCheck(L_41); int32_t L_42; L_42 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_41, NULL); if ((!(((uint32_t)L_40) == ((uint32_t)L_42)))) { goto IL_003f; } } IL_010a: { int32_t L_43 = V_0; __this->___index = L_43; StringBuilder_t* L_44 = __this->___buffer; NullCheck(L_44); String_t* L_45; L_45 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_44); NullCheck(L_45); String_t* L_46; L_46 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_45, NULL); return L_46; } } #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 IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509ObjectIdentifiers__ctor_m0940EA4783F9E43889FBB46EE5264A35E0165ECF (X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509ObjectIdentifiers__cctor_m473A37C7005E9392C021FFAB61206F19EAE7207A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00FAA6DAACAA311CCE49C5E1E1204A7130351314); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1A7FC08E8EB016BAD5A8A8D7B3447DAD63E867BC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1E975408BDC3CEEA3B3BBEDC11D8AE5E1FFE9B0B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral21BD368232F41BC4D3E2E1F13FAA13953FE83DFA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2EC56193C8195EAD5B8542B13E1FCC9CF4DB3C08); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral384A972663A88A3CA636D7163BDC69F3C18E9CE5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral453A07B8CC155ECBEB68D277EC848642FFB5F3B6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7931519DFF1BB20E46AE397FD6DB8CD6EEC7ED0C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8105936FACB0C09C42FA2DF27F04F13536597A7F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral94227CA8EB4252C21E39FE8CCB2B65A6D01D3CF1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral99C134A36D015746C32203B98CC495F87311D9DC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB16364632FFDA7CF8AB0EF198C603812CB7ECD94); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC4BDA98415573B97838847CF1A6949BA9FCC789E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD381BE73F585C3796C220566E891E458F9D6290); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEA2AC7DA2122607235D3D7EB8F5258E77B26CA40); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFD3355E430CC5655482B6C8F085EF64D205724FB); s_Il2CppMethodInitialized = true; } DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B2_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B1_0 = NULL; String_t* G_B3_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B5_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B4_0 = NULL; String_t* G_B6_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B8_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B7_0 = NULL; String_t* G_B9_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B11_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B10_0 = NULL; String_t* G_B12_0 = NULL; { DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_0 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_0, _stringLiteral94227CA8EB4252C21E39FE8CCB2B65A6D01D3CF1, NULL); ((X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_StaticFields*)il2cpp_codegen_static_fields_for(X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_il2cpp_TypeInfo_var))->___CommonName = L_0; Il2CppCodeGenWriteBarrier((void**)(&((X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_StaticFields*)il2cpp_codegen_static_fields_for(X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_il2cpp_TypeInfo_var))->___CommonName), (void*)L_0); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_1 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_1, _stringLiteral453A07B8CC155ECBEB68D277EC848642FFB5F3B6, NULL); ((X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_StaticFields*)il2cpp_codegen_static_fields_for(X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_il2cpp_TypeInfo_var))->___CountryName = L_1; Il2CppCodeGenWriteBarrier((void**)(&((X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_StaticFields*)il2cpp_codegen_static_fields_for(X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_il2cpp_TypeInfo_var))->___CountryName), (void*)L_1); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_2 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_2, _stringLiteral1E975408BDC3CEEA3B3BBEDC11D8AE5E1FFE9B0B, NULL); ((X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_StaticFields*)il2cpp_codegen_static_fields_for(X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_il2cpp_TypeInfo_var))->___LocalityName = L_2; Il2CppCodeGenWriteBarrier((void**)(&((X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_StaticFields*)il2cpp_codegen_static_fields_for(X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_il2cpp_TypeInfo_var))->___LocalityName), (void*)L_2); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_3 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_3, _stringLiteral1A7FC08E8EB016BAD5A8A8D7B3447DAD63E867BC, NULL); ((X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_StaticFields*)il2cpp_codegen_static_fields_for(X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_il2cpp_TypeInfo_var))->___StateOrProvinceName = L_3; Il2CppCodeGenWriteBarrier((void**)(&((X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_StaticFields*)il2cpp_codegen_static_fields_for(X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_il2cpp_TypeInfo_var))->___StateOrProvinceName), (void*)L_3); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_4 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_4, _stringLiteralDD381BE73F585C3796C220566E891E458F9D6290, NULL); ((X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_StaticFields*)il2cpp_codegen_static_fields_for(X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_il2cpp_TypeInfo_var))->___Organization = L_4; Il2CppCodeGenWriteBarrier((void**)(&((X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_StaticFields*)il2cpp_codegen_static_fields_for(X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_il2cpp_TypeInfo_var))->___Organization), (void*)L_4); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_5 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_5, _stringLiteral99C134A36D015746C32203B98CC495F87311D9DC, NULL); ((X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_StaticFields*)il2cpp_codegen_static_fields_for(X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_il2cpp_TypeInfo_var))->___OrganizationalUnitName = L_5; Il2CppCodeGenWriteBarrier((void**)(&((X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_StaticFields*)il2cpp_codegen_static_fields_for(X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_il2cpp_TypeInfo_var))->___OrganizationalUnitName), (void*)L_5); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_6 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_6, _stringLiteral7931519DFF1BB20E46AE397FD6DB8CD6EEC7ED0C, NULL); ((X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_StaticFields*)il2cpp_codegen_static_fields_for(X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_il2cpp_TypeInfo_var))->___id_at_telephoneNumber = L_6; Il2CppCodeGenWriteBarrier((void**)(&((X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_StaticFields*)il2cpp_codegen_static_fields_for(X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_il2cpp_TypeInfo_var))->___id_at_telephoneNumber), (void*)L_6); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_7 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_7, _stringLiteralEA2AC7DA2122607235D3D7EB8F5258E77B26CA40, NULL); ((X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_StaticFields*)il2cpp_codegen_static_fields_for(X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_il2cpp_TypeInfo_var))->___id_at_name = L_7; Il2CppCodeGenWriteBarrier((void**)(&((X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_StaticFields*)il2cpp_codegen_static_fields_for(X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_il2cpp_TypeInfo_var))->___id_at_name), (void*)L_7); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_8 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_8, _stringLiteralB16364632FFDA7CF8AB0EF198C603812CB7ECD94, NULL); ((X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_StaticFields*)il2cpp_codegen_static_fields_for(X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_il2cpp_TypeInfo_var))->___IdSha1 = L_8; Il2CppCodeGenWriteBarrier((void**)(&((X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_StaticFields*)il2cpp_codegen_static_fields_for(X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_il2cpp_TypeInfo_var))->___IdSha1), (void*)L_8); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_9 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_9, _stringLiteral384A972663A88A3CA636D7163BDC69F3C18E9CE5, NULL); ((X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_StaticFields*)il2cpp_codegen_static_fields_for(X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_il2cpp_TypeInfo_var))->___RipeMD160 = L_9; Il2CppCodeGenWriteBarrier((void**)(&((X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_StaticFields*)il2cpp_codegen_static_fields_for(X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_il2cpp_TypeInfo_var))->___RipeMD160), (void*)L_9); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_10 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_10, _stringLiteral00FAA6DAACAA311CCE49C5E1E1204A7130351314, NULL); ((X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_StaticFields*)il2cpp_codegen_static_fields_for(X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_il2cpp_TypeInfo_var))->___RipeMD160WithRsaEncryption = L_10; Il2CppCodeGenWriteBarrier((void**)(&((X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_StaticFields*)il2cpp_codegen_static_fields_for(X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_il2cpp_TypeInfo_var))->___RipeMD160WithRsaEncryption), (void*)L_10); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_11 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_11, _stringLiteral21BD368232F41BC4D3E2E1F13FAA13953FE83DFA, NULL); ((X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_StaticFields*)il2cpp_codegen_static_fields_for(X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_il2cpp_TypeInfo_var))->___IdEARsa = L_11; Il2CppCodeGenWriteBarrier((void**)(&((X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_StaticFields*)il2cpp_codegen_static_fields_for(X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_il2cpp_TypeInfo_var))->___IdEARsa), (void*)L_11); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_12 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_12, _stringLiteralFD3355E430CC5655482B6C8F085EF64D205724FB, NULL); ((X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_StaticFields*)il2cpp_codegen_static_fields_for(X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_il2cpp_TypeInfo_var))->___IdPkix = L_12; Il2CppCodeGenWriteBarrier((void**)(&((X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_StaticFields*)il2cpp_codegen_static_fields_for(X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_il2cpp_TypeInfo_var))->___IdPkix), (void*)L_12); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_13 = ((X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_StaticFields*)il2cpp_codegen_static_fields_for(X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_il2cpp_TypeInfo_var))->___IdPkix; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_14 = L_13; if (L_14) { G_B2_0 = L_14; goto IL_00cf; } G_B1_0 = L_14; } { G_B3_0 = ((String_t*)(NULL)); goto IL_00d4; } IL_00cf: { NullCheck(G_B2_0); String_t* L_15; L_15 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B2_0); G_B3_0 = L_15; } IL_00d4: { String_t* L_16; L_16 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B3_0, _stringLiteral2EC56193C8195EAD5B8542B13E1FCC9CF4DB3C08, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_17 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_17, L_16, NULL); ((X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_StaticFields*)il2cpp_codegen_static_fields_for(X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_il2cpp_TypeInfo_var))->___IdPE = L_17; Il2CppCodeGenWriteBarrier((void**)(&((X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_StaticFields*)il2cpp_codegen_static_fields_for(X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_il2cpp_TypeInfo_var))->___IdPE), (void*)L_17); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_18 = ((X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_StaticFields*)il2cpp_codegen_static_fields_for(X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_il2cpp_TypeInfo_var))->___IdPkix; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_19 = L_18; if (L_19) { G_B5_0 = L_19; goto IL_00f4; } G_B4_0 = L_19; } { G_B6_0 = ((String_t*)(NULL)); goto IL_00f9; } IL_00f4: { NullCheck(G_B5_0); String_t* L_20; L_20 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B5_0); G_B6_0 = L_20; } IL_00f9: { String_t* L_21; L_21 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B6_0, _stringLiteral8105936FACB0C09C42FA2DF27F04F13536597A7F, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_22 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_22, L_21, NULL); ((X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_StaticFields*)il2cpp_codegen_static_fields_for(X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_il2cpp_TypeInfo_var))->___IdAD = L_22; Il2CppCodeGenWriteBarrier((void**)(&((X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_StaticFields*)il2cpp_codegen_static_fields_for(X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_il2cpp_TypeInfo_var))->___IdAD), (void*)L_22); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_23 = ((X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_StaticFields*)il2cpp_codegen_static_fields_for(X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_il2cpp_TypeInfo_var))->___IdAD; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_24 = L_23; if (L_24) { G_B8_0 = L_24; goto IL_0119; } G_B7_0 = L_24; } { G_B9_0 = ((String_t*)(NULL)); goto IL_011e; } IL_0119: { NullCheck(G_B8_0); String_t* L_25; L_25 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B8_0); G_B9_0 = L_25; } IL_011e: { String_t* L_26; L_26 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B9_0, _stringLiteralC4BDA98415573B97838847CF1A6949BA9FCC789E, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_27 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_27, L_26, NULL); ((X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_StaticFields*)il2cpp_codegen_static_fields_for(X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_il2cpp_TypeInfo_var))->___IdADCAIssuers = L_27; Il2CppCodeGenWriteBarrier((void**)(&((X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_StaticFields*)il2cpp_codegen_static_fields_for(X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_il2cpp_TypeInfo_var))->___IdADCAIssuers), (void*)L_27); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_28 = ((X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_StaticFields*)il2cpp_codegen_static_fields_for(X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_il2cpp_TypeInfo_var))->___IdAD; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_29 = L_28; if (L_29) { G_B11_0 = L_29; goto IL_013e; } G_B10_0 = L_29; } { G_B12_0 = ((String_t*)(NULL)); goto IL_0143; } IL_013e: { NullCheck(G_B11_0); String_t* L_30; L_30 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B11_0); G_B12_0 = L_30; } IL_0143: { String_t* L_31; L_31 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B12_0, _stringLiteral2EC56193C8195EAD5B8542B13E1FCC9CF4DB3C08, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_32 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_32, L_31, NULL); ((X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_StaticFields*)il2cpp_codegen_static_fields_for(X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_il2cpp_TypeInfo_var))->___IdADOcsp = L_32; Il2CppCodeGenWriteBarrier((void**)(&((X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_StaticFields*)il2cpp_codegen_static_fields_for(X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_il2cpp_TypeInfo_var))->___IdADOcsp), (void*)L_32); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_33 = ((X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_StaticFields*)il2cpp_codegen_static_fields_for(X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_il2cpp_TypeInfo_var))->___IdADOcsp; ((X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_StaticFields*)il2cpp_codegen_static_fields_for(X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_il2cpp_TypeInfo_var))->___OcspAccessMethod = L_33; Il2CppCodeGenWriteBarrier((void**)(&((X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_StaticFields*)il2cpp_codegen_static_fields_for(X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_il2cpp_TypeInfo_var))->___OcspAccessMethod), (void*)L_33); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_34 = ((X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_StaticFields*)il2cpp_codegen_static_fields_for(X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_il2cpp_TypeInfo_var))->___IdADCAIssuers; ((X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_StaticFields*)il2cpp_codegen_static_fields_for(X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_il2cpp_TypeInfo_var))->___CrlAccessMethod = L_34; Il2CppCodeGenWriteBarrier((void**)(&((X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_StaticFields*)il2cpp_codegen_static_fields_for(X509ObjectIdentifiers_t1E35810D450A43BF469BD73B1E041B25B689069A_il2cpp_TypeInfo_var))->___CrlAccessMethod), (void*)L_34); 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 IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1Dump__ctor_mD14F6112D9A70B100F8F67BF885D562F9B0B05F8 (Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1Dump_AsString_m9FBDAF5CEF4BF77BD1631246C8EF77FEE28CE9E5 (String_t* ___0_indent, bool ___1_verbose, Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* ___2_obj, StringBuilder_t* ___3_buf, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Null_t271C08A47275E17C9ADDED335B1D1F7D0621DFAF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1OctetString_tB176DD5A7E4BB48D00BEFCE97966F6191F9949D2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Set_t494EEDAAC79092E9DE489F3EA6DE50A290A13C72_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BerApplicationSpecific_tC30247911FF1C6A2E2BDED558CC2B5F7AD2951B1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BerOctetString_t8B5BD81DC0AF8E3B3EC9C0C8F25AC161D564C473_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BerSequence_tB88A0A5044A2FFBB1706EF58F8541EDA15950DBA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BerSet_t96EA4200BFC6918C04708C139735A32CC94E2662_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BerTaggedObject_tF0D35706B94A37CF7C76651F86AC420C59639150_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerApplicationSpecific_t9C9CBA4F114712501326314D472CA388207F80B6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerBitString_tE81BF16C73422819294A79406519EE56E9FE2F48_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerBmpString_t46ACE0D208F2E2A06C05E68F024593CF894861C2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerBoolean_t24A9D13F2F313F402DFDF96E4297DD6A971B3C88_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerEnumerated_t941CA9A7C2864ECD856B6012B25E323FE418FB9A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerExternal_tE5756ED1EE4DFF604804D231DA4B538E4A63042F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerGeneralizedTime_tED32FF75E996868D168D4F7160368FB57E2FAB6C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerGraphicString_tF5E0783F602A414D9642DF5AEAA1BF263C75877C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerIA5String_tFEB91254C82A8FCC32F260DB2A6135E9AEF5BC23_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerOctetString_t16B97706EF492825DA1BA7D8636FF88D2D6B985D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerPrintableString_t163930001A676072C72184DA6271EA9015496A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t063B1A6AFFD4FBE34487D3EFADF2647A1D9D4EE9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSet_t01FF7E7C43C259AB81DDA41A4BF3B2486EACB30F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerT61String_t7E882E3F5F2D953EE26F150876D8319410793C8D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerUtcTime_t3B4A44B4534E75C7AA69FDED86468F17B7C0DDE5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerUtf8String_tAECE0F5F4C5913053F2F127128B12AF7C031B0A0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerVideotexString_t67250BB2BD6E3A67C74CD5D7EAB93A4F1D3C4444_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerVisibleString_t24EB0D9E59EDA7A7C488A154C21BE96D871A1B66_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0B8E524A62B8FF9A08C3D55E2427D9D635A87FB5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral10A105116F1400FFCE661E402C3C12DDCA0D688C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1E33D32C3373A953D5BC7F17E5206B87BDEF526C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1E83782D29840681D776F87FB62A65D213B72668); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral213D820245A2E254AB2D5B1205EA69743EC1FAC8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral28BE9A569DCCAECC3746AA7945F873F6CD56F68E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral33BF63DD984E3EE9B0D08B980CAD5211CFF1E488); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral34D512090533084A2017718094B9FF87E65208E2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37DF5BB6EC24368AC3A41F1B3DC451B56C228D91); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3AA91E1AE5DECEDDB4C19BE84CE93DB366F343D6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4E6EE1F01252B0F6C356FE841930ABFD46A5A5A2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral54F0B2F5E7EE58F3E0AFDA86BB95E6F6BF61BE79); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral558CFBF5ABEC8DCCB7851A436B2742F5B8404099); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral56CF149DC0B35B9E217044748509760C17E91B7A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5A46D95E477A4FF900913B481FD6005E022067CF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5A8D239015BDBCB6E7EA587BA7599C2F6C6E9BB5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5FEB4C819D06A1D6135211CFDE94942797D23621); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77CCF8E1678B342272AC46A360A1C0E663D94454); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7A5B2DFB9E7DBD407EB6178E3FF14412EE756255); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C8597B1646BBC4C00FF3D38BC96BF6654B66D66); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral900D858FE9ABCD2ED2B25CD27110A78ADCC6EC6B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral911171BE523A329B387F3ECDE21B2FD9E6C55B39); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral91A3D8BE03602AB048BF844B496987C8CF2246F6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral93490AE8FABF0A13CFC7D7F99BD81151FDBE7550); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9EF7CD66495C85A42FC5E3AA0ADC29CA218C06AC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA088FB484348AC1D315C0FCA5BAFC107B1F3DF54); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA2FFE311115D7FB8BB48AE9D5A3BC6FC0B9162DD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC087E631060AB76B7C814C0E1B92D5C7C4C4B924); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD73F00AF8A16717F6017F8EDDC1593CE5A762D57); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD7FA5F0CC6955EFFF3EA6AA4361E5C9C4945204B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDFBD84E96D85F2013F9D9C5A21DE269CCCD066EE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEA6389B772EF68FE660F4D4FC3068B371017FDE0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEC69D08E1FC7AD9EC092F55782447C69FC9C4EA2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF25173013F3F6E4687C7D906BCBEB3357E57AD3F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF4420F7FC9B448700A84B20F3D80C99957D3EACD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF93B08FB21E92AB9BCAD8697626EAF1E2B79C708); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; RuntimeObject* V_1 = NULL; Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* V_2 = NULL; RuntimeObject* V_3 = NULL; String_t* V_4 = NULL; DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824* V_5 = NULL; int32_t V_6 = 0; String_t* V_7 = NULL; Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* V_8 = NULL; String_t* V_9 = NULL; Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* V_10 = NULL; bool V_11 = false; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_12 = NULL; String_t* V_13 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_14 = NULL; String_t* V_15 = NULL; DerBitString_tE81BF16C73422819294A79406519EE56E9FE2F48* V_16 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_17 = NULL; String_t* V_18 = NULL; DerEnumerated_t941CA9A7C2864ECD856B6012B25E323FE418FB9A* V_19 = NULL; DerExternal_tE5756ED1EE4DFF604804D231DA4B538E4A63042F* V_20 = NULL; String_t* V_21 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* G_B55_0 = NULL; int32_t G_B55_1 = 0; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B55_2 = NULL; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B55_3 = NULL; StringBuilder_t* G_B55_4 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* G_B54_0 = NULL; int32_t G_B54_1 = 0; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B54_2 = NULL; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B54_3 = NULL; StringBuilder_t* G_B54_4 = NULL; String_t* G_B56_0 = NULL; int32_t G_B56_1 = 0; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B56_2 = NULL; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B56_3 = NULL; StringBuilder_t* G_B56_4 = NULL; String_t* G_B61_0 = NULL; String_t* G_B66_0 = NULL; String_t* G_B71_0 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* G_B99_0 = NULL; int32_t G_B99_1 = 0; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B99_2 = NULL; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B99_3 = NULL; StringBuilder_t* G_B99_4 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* G_B98_0 = NULL; int32_t G_B98_1 = 0; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B98_2 = NULL; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B98_3 = NULL; StringBuilder_t* G_B98_4 = NULL; String_t* G_B100_0 = NULL; int32_t G_B100_1 = 0; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B100_2 = NULL; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B100_3 = NULL; StringBuilder_t* G_B100_4 = NULL; { Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_0 = ___2_obj; if (!((Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F*)IsInstClass((RuntimeObject*)L_0, Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F_il2cpp_TypeInfo_var))) { goto IL_00d6; } } { String_t* L_1 = ___0_indent; String_t* L_2; L_2 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_1, _stringLiteral28BE9A569DCCAECC3746AA7945F873F6CD56F68E, NULL); V_0 = L_2; StringBuilder_t* L_3 = ___3_buf; String_t* L_4 = ___0_indent; NullCheck(L_3); StringBuilder_t* L_5; L_5 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_3, L_4, NULL); Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_6 = ___2_obj; if (!((BerSequence_tB88A0A5044A2FFBB1706EF58F8541EDA15950DBA*)IsInstClass((RuntimeObject*)L_6, BerSequence_tB88A0A5044A2FFBB1706EF58F8541EDA15950DBA_il2cpp_TypeInfo_var))) { goto IL_0035; } } { StringBuilder_t* L_7 = ___3_buf; NullCheck(L_7); StringBuilder_t* L_8; L_8 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_7, _stringLiteral54F0B2F5E7EE58F3E0AFDA86BB95E6F6BF61BE79, NULL); goto IL_0057; } IL_0035: { Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_9 = ___2_obj; if (!((DerSequence_t063B1A6AFFD4FBE34487D3EFADF2647A1D9D4EE9*)IsInstClass((RuntimeObject*)L_9, DerSequence_t063B1A6AFFD4FBE34487D3EFADF2647A1D9D4EE9_il2cpp_TypeInfo_var))) { goto IL_004b; } } { StringBuilder_t* L_10 = ___3_buf; NullCheck(L_10); StringBuilder_t* L_11; L_11 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_10, _stringLiteralEC69D08E1FC7AD9EC092F55782447C69FC9C4EA2, NULL); goto IL_0057; } IL_004b: { StringBuilder_t* L_12 = ___3_buf; NullCheck(L_12); StringBuilder_t* L_13; L_13 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_12, _stringLiteralA2FFE311115D7FB8BB48AE9D5A3BC6FC0B9162DD, NULL); } IL_0057: { StringBuilder_t* L_14 = ___3_buf; il2cpp_codegen_runtime_class_init_inline(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); String_t* L_15 = ((Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_StaticFields*)il2cpp_codegen_static_fields_for(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var))->___NewLine; NullCheck(L_14); StringBuilder_t* L_16; L_16 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_14, L_15, NULL); Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_17 = ___2_obj; NullCheck(((Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F*)CastclassClass((RuntimeObject*)L_17, Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F_il2cpp_TypeInfo_var))); RuntimeObject* L_18; L_18 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(10, ((Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F*)CastclassClass((RuntimeObject*)L_17, Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F_il2cpp_TypeInfo_var))); V_1 = L_18; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00c5: { { RuntimeObject* L_19 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_19, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var)); RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_00d5; } } { RuntimeObject* L_21 = V_3; NullCheck(L_21); InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_21); } IL_00d5: { return; } } }); try { { goto IL_00b8_1; } IL_0071_1: { RuntimeObject* L_22 = V_1; NullCheck(L_22); RuntimeObject* L_23; L_23 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_22); V_2 = ((Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F*)CastclassClass((RuntimeObject*)L_23, Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F_il2cpp_TypeInfo_var)); Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* L_24 = V_2; if (!L_24) { goto IL_0088_1; } } { Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* L_25 = V_2; if (!((Asn1Null_t271C08A47275E17C9ADDED335B1D1F7D0621DFAF*)IsInstClass((RuntimeObject*)L_25, Asn1Null_t271C08A47275E17C9ADDED335B1D1F7D0621DFAF_il2cpp_TypeInfo_var))) { goto IL_00aa_1; } } IL_0088_1: { StringBuilder_t* L_26 = ___3_buf; String_t* L_27 = V_0; NullCheck(L_26); StringBuilder_t* L_28; L_28 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_26, L_27, NULL); StringBuilder_t* L_29 = ___3_buf; NullCheck(L_29); StringBuilder_t* L_30; L_30 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_29, _stringLiteral900D858FE9ABCD2ED2B25CD27110A78ADCC6EC6B, NULL); StringBuilder_t* L_31 = ___3_buf; il2cpp_codegen_runtime_class_init_inline(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); String_t* L_32 = ((Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_StaticFields*)il2cpp_codegen_static_fields_for(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var))->___NewLine; NullCheck(L_31); StringBuilder_t* L_33; L_33 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_31, L_32, NULL); goto IL_00b8_1; } IL_00aa_1: { String_t* L_34 = V_0; bool L_35 = ___1_verbose; Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* L_36 = V_2; NullCheck(L_36); Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_37; L_37 = VirtualFuncInvoker0< Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* >::Invoke(5, L_36); StringBuilder_t* L_38 = ___3_buf; il2cpp_codegen_runtime_class_init_inline(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); Asn1Dump_AsString_m9FBDAF5CEF4BF77BD1631246C8EF77FEE28CE9E5(L_34, L_35, L_37, L_38, NULL); } IL_00b8_1: { RuntimeObject* L_39 = V_1; NullCheck(L_39); bool L_40; L_40 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_39); if (L_40) { goto IL_0071_1; } } { goto IL_0980; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00d6: { Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_41 = ___2_obj; if (!((DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824*)IsInstClass((RuntimeObject*)L_41, DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824_il2cpp_TypeInfo_var))) { goto IL_019d; } } { String_t* L_42 = ___0_indent; String_t* L_43; L_43 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_42, _stringLiteral28BE9A569DCCAECC3746AA7945F873F6CD56F68E, NULL); V_4 = L_43; StringBuilder_t* L_44 = ___3_buf; String_t* L_45 = ___0_indent; NullCheck(L_44); StringBuilder_t* L_46; L_46 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_44, L_45, NULL); Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_47 = ___2_obj; if (!((BerTaggedObject_tF0D35706B94A37CF7C76651F86AC420C59639150*)IsInstClass((RuntimeObject*)L_47, BerTaggedObject_tF0D35706B94A37CF7C76651F86AC420C59639150_il2cpp_TypeInfo_var))) { goto IL_010c; } } { StringBuilder_t* L_48 = ___3_buf; NullCheck(L_48); StringBuilder_t* L_49; L_49 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_48, _stringLiteral7C8597B1646BBC4C00FF3D38BC96BF6654B66D66, NULL); goto IL_0118; } IL_010c: { StringBuilder_t* L_50 = ___3_buf; NullCheck(L_50); StringBuilder_t* L_51; L_51 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_50, _stringLiteralA088FB484348AC1D315C0FCA5BAFC107B1F3DF54, NULL); } IL_0118: { Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_52 = ___2_obj; V_5 = ((DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824*)CastclassClass((RuntimeObject*)L_52, DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824_il2cpp_TypeInfo_var)); StringBuilder_t* L_53 = ___3_buf; DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824* L_54 = V_5; NullCheck(L_54); int32_t L_55; L_55 = Asn1TaggedObject_get_TagNo_mBCA719C9A487DD649A2D144630CB4C2086070E42_inline(L_54, NULL); V_6 = L_55; String_t* L_56; L_56 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_6), NULL); NullCheck(L_53); StringBuilder_t* L_57; L_57 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_53, L_56, NULL); StringBuilder_t* L_58 = ___3_buf; NullCheck(L_58); StringBuilder_t* L_59; L_59 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_58, ((int32_t)93), NULL); DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824* L_60 = V_5; NullCheck(L_60); bool L_61; L_61 = Asn1TaggedObject_IsExplicit_m248DAFAE111FB6C320D5F5F35BFFCC3DF0ECF431_inline(L_60, NULL); if (L_61) { goto IL_0155; } } { StringBuilder_t* L_62 = ___3_buf; NullCheck(L_62); StringBuilder_t* L_63; L_63 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_62, _stringLiteral3AA91E1AE5DECEDDB4C19BE84CE93DB366F343D6, NULL); } IL_0155: { StringBuilder_t* L_64 = ___3_buf; il2cpp_codegen_runtime_class_init_inline(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); String_t* L_65 = ((Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_StaticFields*)il2cpp_codegen_static_fields_for(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var))->___NewLine; NullCheck(L_64); StringBuilder_t* L_66; L_66 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_64, L_65, NULL); DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824* L_67 = V_5; NullCheck(L_67); bool L_68; L_68 = Asn1TaggedObject_IsEmpty_mE521266544927703C1EBB9E55E40431DA20DCB84(L_67, NULL); if (!L_68) { goto IL_018c; } } { StringBuilder_t* L_69 = ___3_buf; String_t* L_70 = V_4; NullCheck(L_69); StringBuilder_t* L_71; L_71 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_69, L_70, NULL); StringBuilder_t* L_72 = ___3_buf; NullCheck(L_72); StringBuilder_t* L_73; L_73 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_72, _stringLiteral4E6EE1F01252B0F6C356FE841930ABFD46A5A5A2, NULL); StringBuilder_t* L_74 = ___3_buf; il2cpp_codegen_runtime_class_init_inline(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); String_t* L_75 = ((Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_StaticFields*)il2cpp_codegen_static_fields_for(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var))->___NewLine; NullCheck(L_74); StringBuilder_t* L_76; L_76 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_74, L_75, NULL); return; } IL_018c: { String_t* L_77 = V_4; bool L_78 = ___1_verbose; DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824* L_79 = V_5; NullCheck(L_79); Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_80; L_80 = Asn1TaggedObject_GetObject_m26DED35850FB6943A39A7399DFF4A8694D98BFC1(L_79, NULL); StringBuilder_t* L_81 = ___3_buf; il2cpp_codegen_runtime_class_init_inline(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); Asn1Dump_AsString_m9FBDAF5CEF4BF77BD1631246C8EF77FEE28CE9E5(L_77, L_78, L_80, L_81, NULL); return; } IL_019d: { Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_82 = ___2_obj; if (!((BerSet_t96EA4200BFC6918C04708C139735A32CC94E2662*)IsInstClass((RuntimeObject*)L_82, BerSet_t96EA4200BFC6918C04708C139735A32CC94E2662_il2cpp_TypeInfo_var))) { goto IL_0245; } } { String_t* L_83 = ___0_indent; String_t* L_84; L_84 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_83, _stringLiteral28BE9A569DCCAECC3746AA7945F873F6CD56F68E, NULL); V_7 = L_84; StringBuilder_t* L_85 = ___3_buf; String_t* L_86 = ___0_indent; NullCheck(L_85); StringBuilder_t* L_87; L_87 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_85, L_86, NULL); StringBuilder_t* L_88 = ___3_buf; NullCheck(L_88); StringBuilder_t* L_89; L_89 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_88, _stringLiteralF93B08FB21E92AB9BCAD8697626EAF1E2B79C708, NULL); StringBuilder_t* L_90 = ___3_buf; il2cpp_codegen_runtime_class_init_inline(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); String_t* L_91 = ((Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_StaticFields*)il2cpp_codegen_static_fields_for(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var))->___NewLine; NullCheck(L_90); StringBuilder_t* L_92; L_92 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_90, L_91, NULL); Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_93 = ___2_obj; NullCheck(((Asn1Set_t494EEDAAC79092E9DE489F3EA6DE50A290A13C72*)CastclassClass((RuntimeObject*)L_93, Asn1Set_t494EEDAAC79092E9DE489F3EA6DE50A290A13C72_il2cpp_TypeInfo_var))); RuntimeObject* L_94; L_94 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(10, ((Asn1Set_t494EEDAAC79092E9DE489F3EA6DE50A290A13C72*)CastclassClass((RuntimeObject*)L_93, Asn1Set_t494EEDAAC79092E9DE489F3EA6DE50A290A13C72_il2cpp_TypeInfo_var))); V_1 = L_94; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0234: { { RuntimeObject* L_95 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_95, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var)); RuntimeObject* L_96 = V_3; if (!L_96) { goto IL_0244; } } { RuntimeObject* L_97 = V_3; NullCheck(L_97); InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_97); } IL_0244: { return; } } }); try { { goto IL_0227_1; } IL_01e3_1: { RuntimeObject* L_98 = V_1; NullCheck(L_98); RuntimeObject* L_99; L_99 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_98); V_8 = ((Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F*)CastclassClass((RuntimeObject*)L_99, Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F_il2cpp_TypeInfo_var)); Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* L_100 = V_8; if (L_100) { goto IL_0217_1; } } { StringBuilder_t* L_101 = ___3_buf; String_t* L_102 = V_7; NullCheck(L_101); StringBuilder_t* L_103; L_103 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_101, L_102, NULL); StringBuilder_t* L_104 = ___3_buf; NullCheck(L_104); StringBuilder_t* L_105; L_105 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_104, _stringLiteral900D858FE9ABCD2ED2B25CD27110A78ADCC6EC6B, NULL); StringBuilder_t* L_106 = ___3_buf; il2cpp_codegen_runtime_class_init_inline(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); String_t* L_107 = ((Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_StaticFields*)il2cpp_codegen_static_fields_for(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var))->___NewLine; NullCheck(L_106); StringBuilder_t* L_108; L_108 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_106, L_107, NULL); goto IL_0227_1; } IL_0217_1: { String_t* L_109 = V_7; bool L_110 = ___1_verbose; Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* L_111 = V_8; NullCheck(L_111); Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_112; L_112 = VirtualFuncInvoker0< Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* >::Invoke(5, L_111); StringBuilder_t* L_113 = ___3_buf; il2cpp_codegen_runtime_class_init_inline(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); Asn1Dump_AsString_m9FBDAF5CEF4BF77BD1631246C8EF77FEE28CE9E5(L_109, L_110, L_112, L_113, NULL); } IL_0227_1: { RuntimeObject* L_114 = V_1; NullCheck(L_114); bool L_115; L_115 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_114); if (L_115) { goto IL_01e3_1; } } { goto IL_0980; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0245: { Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_116 = ___2_obj; if (!((DerSet_t01FF7E7C43C259AB81DDA41A4BF3B2486EACB30F*)IsInstClass((RuntimeObject*)L_116, DerSet_t01FF7E7C43C259AB81DDA41A4BF3B2486EACB30F_il2cpp_TypeInfo_var))) { goto IL_02ed; } } { String_t* L_117 = ___0_indent; String_t* L_118; L_118 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_117, _stringLiteral28BE9A569DCCAECC3746AA7945F873F6CD56F68E, NULL); V_9 = L_118; StringBuilder_t* L_119 = ___3_buf; String_t* L_120 = ___0_indent; NullCheck(L_119); StringBuilder_t* L_121; L_121 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_119, L_120, NULL); StringBuilder_t* L_122 = ___3_buf; NullCheck(L_122); StringBuilder_t* L_123; L_123 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_122, _stringLiteral9EF7CD66495C85A42FC5E3AA0ADC29CA218C06AC, NULL); StringBuilder_t* L_124 = ___3_buf; il2cpp_codegen_runtime_class_init_inline(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); String_t* L_125 = ((Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_StaticFields*)il2cpp_codegen_static_fields_for(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var))->___NewLine; NullCheck(L_124); StringBuilder_t* L_126; L_126 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_124, L_125, NULL); Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_127 = ___2_obj; NullCheck(((Asn1Set_t494EEDAAC79092E9DE489F3EA6DE50A290A13C72*)CastclassClass((RuntimeObject*)L_127, Asn1Set_t494EEDAAC79092E9DE489F3EA6DE50A290A13C72_il2cpp_TypeInfo_var))); RuntimeObject* L_128; L_128 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(10, ((Asn1Set_t494EEDAAC79092E9DE489F3EA6DE50A290A13C72*)CastclassClass((RuntimeObject*)L_127, Asn1Set_t494EEDAAC79092E9DE489F3EA6DE50A290A13C72_il2cpp_TypeInfo_var))); V_1 = L_128; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_02dc: { { RuntimeObject* L_129 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_129, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var)); RuntimeObject* L_130 = V_3; if (!L_130) { goto IL_02ec; } } { RuntimeObject* L_131 = V_3; NullCheck(L_131); InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_131); } IL_02ec: { return; } } }); try { { goto IL_02cf_1; } IL_028b_1: { RuntimeObject* L_132 = V_1; NullCheck(L_132); RuntimeObject* L_133; L_133 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_132); V_10 = ((Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F*)CastclassClass((RuntimeObject*)L_133, Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F_il2cpp_TypeInfo_var)); Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* L_134 = V_10; if (L_134) { goto IL_02bf_1; } } { StringBuilder_t* L_135 = ___3_buf; String_t* L_136 = V_9; NullCheck(L_135); StringBuilder_t* L_137; L_137 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_135, L_136, NULL); StringBuilder_t* L_138 = ___3_buf; NullCheck(L_138); StringBuilder_t* L_139; L_139 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_138, _stringLiteral900D858FE9ABCD2ED2B25CD27110A78ADCC6EC6B, NULL); StringBuilder_t* L_140 = ___3_buf; il2cpp_codegen_runtime_class_init_inline(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); String_t* L_141 = ((Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_StaticFields*)il2cpp_codegen_static_fields_for(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var))->___NewLine; NullCheck(L_140); StringBuilder_t* L_142; L_142 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_140, L_141, NULL); goto IL_02cf_1; } IL_02bf_1: { String_t* L_143 = V_9; bool L_144 = ___1_verbose; Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* L_145 = V_10; NullCheck(L_145); Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_146; L_146 = VirtualFuncInvoker0< Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* >::Invoke(5, L_145); StringBuilder_t* L_147 = ___3_buf; il2cpp_codegen_runtime_class_init_inline(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); Asn1Dump_AsString_m9FBDAF5CEF4BF77BD1631246C8EF77FEE28CE9E5(L_143, L_144, L_146, L_147, NULL); } IL_02cf_1: { RuntimeObject* L_148 = V_1; NullCheck(L_148); bool L_149; L_149 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_148); if (L_149) { goto IL_028b_1; } } { goto IL_0980; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_02ed: { Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_150 = ___2_obj; if (!((DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)IsInstClass((RuntimeObject*)L_150, DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var))) { goto IL_0332; } } { StringBuilder_t* L_151 = ___3_buf; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_152 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)5); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_153 = L_152; String_t* L_154 = ___0_indent; NullCheck(L_153); (L_153)->SetAt(static_cast(0), (String_t*)L_154); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_155 = L_153; NullCheck(L_155); (L_155)->SetAt(static_cast(1), (String_t*)_stringLiteralF25173013F3F6E4687C7D906BCBEB3357E57AD3F); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_156 = L_155; Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_157 = ___2_obj; NullCheck(((DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)CastclassClass((RuntimeObject*)L_157, DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var))); String_t* L_158; L_158 = DerObjectIdentifier_get_Id_m140553EFA5010F30A4226B583504BDE8CA7F226A_inline(((DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)CastclassClass((RuntimeObject*)L_157, DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var)), NULL); NullCheck(L_156); (L_156)->SetAt(static_cast(2), (String_t*)L_158); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_159 = L_156; NullCheck(L_159); (L_159)->SetAt(static_cast(3), (String_t*)_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_160 = L_159; il2cpp_codegen_runtime_class_init_inline(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); String_t* L_161 = ((Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_StaticFields*)il2cpp_codegen_static_fields_for(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var))->___NewLine; NullCheck(L_160); (L_160)->SetAt(static_cast(4), (String_t*)L_161); String_t* L_162; L_162 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_160, NULL); NullCheck(L_151); StringBuilder_t* L_163; L_163 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_151, L_162, NULL); return; } IL_0332: { Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_164 = ___2_obj; if (!((DerBoolean_t24A9D13F2F313F402DFDF96E4297DD6A971B3C88*)IsInstClass((RuntimeObject*)L_164, DerBoolean_t24A9D13F2F313F402DFDF96E4297DD6A971B3C88_il2cpp_TypeInfo_var))) { goto IL_0380; } } { StringBuilder_t* L_165 = ___3_buf; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_166 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)5); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_167 = L_166; String_t* L_168 = ___0_indent; NullCheck(L_167); (L_167)->SetAt(static_cast(0), (String_t*)L_168); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_169 = L_167; NullCheck(L_169); (L_169)->SetAt(static_cast(1), (String_t*)_stringLiteralDFBD84E96D85F2013F9D9C5A21DE269CCCD066EE); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_170 = L_169; Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_171 = ___2_obj; NullCheck(((DerBoolean_t24A9D13F2F313F402DFDF96E4297DD6A971B3C88*)CastclassClass((RuntimeObject*)L_171, DerBoolean_t24A9D13F2F313F402DFDF96E4297DD6A971B3C88_il2cpp_TypeInfo_var))); bool L_172; L_172 = DerBoolean_get_IsTrue_m37C083EE05EB0F2190DEF3AC529B32EA3BB6B143(((DerBoolean_t24A9D13F2F313F402DFDF96E4297DD6A971B3C88*)CastclassClass((RuntimeObject*)L_171, DerBoolean_t24A9D13F2F313F402DFDF96E4297DD6A971B3C88_il2cpp_TypeInfo_var)), NULL); V_11 = L_172; il2cpp_codegen_runtime_class_init_inline(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var); String_t* L_173; L_173 = Boolean_ToString_m6646C8026B1DF381A1EE8CD13549175E9703CC63((&V_11), NULL); NullCheck(L_170); (L_170)->SetAt(static_cast(2), (String_t*)L_173); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_174 = L_170; NullCheck(L_174); (L_174)->SetAt(static_cast(3), (String_t*)_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_175 = L_174; il2cpp_codegen_runtime_class_init_inline(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); String_t* L_176 = ((Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_StaticFields*)il2cpp_codegen_static_fields_for(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var))->___NewLine; NullCheck(L_175); (L_175)->SetAt(static_cast(4), (String_t*)L_176); String_t* L_177; L_177 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_175, NULL); NullCheck(L_165); StringBuilder_t* L_178; L_178 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_165, L_177, NULL); return; } IL_0380: { Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_179 = ___2_obj; if (!((DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F*)IsInstClass((RuntimeObject*)L_179, DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F_il2cpp_TypeInfo_var))) { goto IL_03d1; } } { StringBuilder_t* L_180 = ___3_buf; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_181 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)5); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_182 = L_181; String_t* L_183 = ___0_indent; NullCheck(L_182); (L_182)->SetAt(static_cast(0), (String_t*)L_183); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_184 = L_182; NullCheck(L_184); (L_184)->SetAt(static_cast(1), (String_t*)_stringLiteral7A5B2DFB9E7DBD407EB6178E3FF14412EE756255); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_185 = L_184; Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_186 = ___2_obj; NullCheck(((DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F*)CastclassClass((RuntimeObject*)L_186, DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F_il2cpp_TypeInfo_var))); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_187; L_187 = DerInteger_get_Value_mB09DAB573E9D95149472342715DE72E57C426F9E(((DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F*)CastclassClass((RuntimeObject*)L_186, DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F_il2cpp_TypeInfo_var)), NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_188 = L_187; if (L_188) { G_B55_0 = L_188; G_B55_1 = 2; G_B55_2 = L_185; G_B55_3 = L_185; G_B55_4 = L_180; goto IL_03af; } G_B54_0 = L_188; G_B54_1 = 2; G_B54_2 = L_185; G_B54_3 = L_185; G_B54_4 = L_180; } { G_B56_0 = ((String_t*)(NULL)); G_B56_1 = G_B54_1; G_B56_2 = G_B54_2; G_B56_3 = G_B54_3; G_B56_4 = G_B54_4; goto IL_03b4; } IL_03af: { NullCheck(G_B55_0); String_t* L_189; L_189 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B55_0); G_B56_0 = L_189; G_B56_1 = G_B55_1; G_B56_2 = G_B55_2; G_B56_3 = G_B55_3; G_B56_4 = G_B55_4; } IL_03b4: { NullCheck(G_B56_2); (G_B56_2)->SetAt(static_cast(G_B56_1), (String_t*)G_B56_0); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_190 = G_B56_3; NullCheck(L_190); (L_190)->SetAt(static_cast(3), (String_t*)_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_191 = L_190; il2cpp_codegen_runtime_class_init_inline(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); String_t* L_192 = ((Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_StaticFields*)il2cpp_codegen_static_fields_for(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var))->___NewLine; NullCheck(L_191); (L_191)->SetAt(static_cast(4), (String_t*)L_192); String_t* L_193; L_193 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_191, NULL); NullCheck(G_B56_4); StringBuilder_t* L_194; L_194 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(G_B56_4, L_193, NULL); return; } IL_03d1: { Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_195 = ___2_obj; if (!((BerOctetString_t8B5BD81DC0AF8E3B3EC9C0C8F25AC161D564C473*)IsInstClass((RuntimeObject*)L_195, BerOctetString_t8B5BD81DC0AF8E3B3EC9C0C8F25AC161D564C473_il2cpp_TypeInfo_var))) { goto IL_043e; } } { Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_196 = ___2_obj; NullCheck(((Asn1OctetString_tB176DD5A7E4BB48D00BEFCE97966F6191F9949D2*)CastclassClass((RuntimeObject*)L_196, Asn1OctetString_tB176DD5A7E4BB48D00BEFCE97966F6191F9949D2_il2cpp_TypeInfo_var))); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_197; L_197 = VirtualFuncInvoker0< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(10, ((Asn1OctetString_tB176DD5A7E4BB48D00BEFCE97966F6191F9949D2*)CastclassClass((RuntimeObject*)L_196, Asn1OctetString_tB176DD5A7E4BB48D00BEFCE97966F6191F9949D2_il2cpp_TypeInfo_var))); V_12 = L_197; bool L_198 = ___1_verbose; if (L_198) { goto IL_03f0; } } { G_B61_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; goto IL_03f8; } IL_03f0: { String_t* L_199 = ___0_indent; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_200 = V_12; il2cpp_codegen_runtime_class_init_inline(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); String_t* L_201; L_201 = Asn1Dump_dumpBinaryDataAsString_mC345E5D4CF93B530ACB5E3D3853B201349F9E2EE(L_199, L_200, NULL); G_B61_0 = L_201; } IL_03f8: { V_13 = G_B61_0; StringBuilder_t* L_202 = ___3_buf; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_203 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)6); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_204 = L_203; String_t* L_205 = ___0_indent; NullCheck(L_204); (L_204)->SetAt(static_cast(0), (String_t*)L_205); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_206 = L_204; NullCheck(L_206); (L_206)->SetAt(static_cast(1), (String_t*)_stringLiteralD7FA5F0CC6955EFFF3EA6AA4361E5C9C4945204B); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_207 = L_206; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_208 = V_12; NullCheck(L_208); V_6 = ((int32_t)(((RuntimeArray*)L_208)->max_length)); String_t* L_209; L_209 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_6), NULL); NullCheck(L_207); (L_207)->SetAt(static_cast(2), (String_t*)L_209); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_210 = L_207; NullCheck(L_210); (L_210)->SetAt(static_cast(3), (String_t*)_stringLiteral10A105116F1400FFCE661E402C3C12DDCA0D688C); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_211 = L_210; String_t* L_212 = V_13; NullCheck(L_211); (L_211)->SetAt(static_cast(4), (String_t*)L_212); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_213 = L_211; il2cpp_codegen_runtime_class_init_inline(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); String_t* L_214 = ((Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_StaticFields*)il2cpp_codegen_static_fields_for(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var))->___NewLine; NullCheck(L_213); (L_213)->SetAt(static_cast(5), (String_t*)L_214); String_t* L_215; L_215 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_213, NULL); NullCheck(L_202); StringBuilder_t* L_216; L_216 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_202, L_215, NULL); return; } IL_043e: { Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_217 = ___2_obj; if (!((DerOctetString_t16B97706EF492825DA1BA7D8636FF88D2D6B985D*)IsInstClass((RuntimeObject*)L_217, DerOctetString_t16B97706EF492825DA1BA7D8636FF88D2D6B985D_il2cpp_TypeInfo_var))) { goto IL_04ab; } } { Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_218 = ___2_obj; NullCheck(((Asn1OctetString_tB176DD5A7E4BB48D00BEFCE97966F6191F9949D2*)CastclassClass((RuntimeObject*)L_218, Asn1OctetString_tB176DD5A7E4BB48D00BEFCE97966F6191F9949D2_il2cpp_TypeInfo_var))); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_219; L_219 = VirtualFuncInvoker0< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(10, ((Asn1OctetString_tB176DD5A7E4BB48D00BEFCE97966F6191F9949D2*)CastclassClass((RuntimeObject*)L_218, Asn1OctetString_tB176DD5A7E4BB48D00BEFCE97966F6191F9949D2_il2cpp_TypeInfo_var))); V_14 = L_219; bool L_220 = ___1_verbose; if (L_220) { goto IL_045d; } } { G_B66_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; goto IL_0465; } IL_045d: { String_t* L_221 = ___0_indent; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_222 = V_14; il2cpp_codegen_runtime_class_init_inline(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); String_t* L_223; L_223 = Asn1Dump_dumpBinaryDataAsString_mC345E5D4CF93B530ACB5E3D3853B201349F9E2EE(L_221, L_222, NULL); G_B66_0 = L_223; } IL_0465: { V_15 = G_B66_0; StringBuilder_t* L_224 = ___3_buf; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_225 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)6); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_226 = L_225; String_t* L_227 = ___0_indent; NullCheck(L_226); (L_226)->SetAt(static_cast(0), (String_t*)L_227); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_228 = L_226; NullCheck(L_228); (L_228)->SetAt(static_cast(1), (String_t*)_stringLiteral56CF149DC0B35B9E217044748509760C17E91B7A); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_229 = L_228; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_230 = V_14; NullCheck(L_230); V_6 = ((int32_t)(((RuntimeArray*)L_230)->max_length)); String_t* L_231; L_231 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_6), NULL); NullCheck(L_229); (L_229)->SetAt(static_cast(2), (String_t*)L_231); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_232 = L_229; NullCheck(L_232); (L_232)->SetAt(static_cast(3), (String_t*)_stringLiteral10A105116F1400FFCE661E402C3C12DDCA0D688C); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_233 = L_232; String_t* L_234 = V_15; NullCheck(L_233); (L_233)->SetAt(static_cast(4), (String_t*)L_234); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_235 = L_233; il2cpp_codegen_runtime_class_init_inline(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); String_t* L_236 = ((Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_StaticFields*)il2cpp_codegen_static_fields_for(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var))->___NewLine; NullCheck(L_235); (L_235)->SetAt(static_cast(5), (String_t*)L_236); String_t* L_237; L_237 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_235, NULL); NullCheck(L_224); StringBuilder_t* L_238; L_238 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_224, L_237, NULL); return; } IL_04ab: { Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_239 = ___2_obj; if (!((DerBitString_tE81BF16C73422819294A79406519EE56E9FE2F48*)IsInstClass((RuntimeObject*)L_239, DerBitString_tE81BF16C73422819294A79406519EE56E9FE2F48_il2cpp_TypeInfo_var))) { goto IL_053a; } } { Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_240 = ___2_obj; V_16 = ((DerBitString_tE81BF16C73422819294A79406519EE56E9FE2F48*)CastclassClass((RuntimeObject*)L_240, DerBitString_tE81BF16C73422819294A79406519EE56E9FE2F48_il2cpp_TypeInfo_var)); DerBitString_tE81BF16C73422819294A79406519EE56E9FE2F48* L_241 = V_16; NullCheck(L_241); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_242; L_242 = VirtualFuncInvoker0< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(12, L_241); V_17 = L_242; bool L_243 = ___1_verbose; if (L_243) { goto IL_04d1; } } { G_B71_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; goto IL_04d9; } IL_04d1: { String_t* L_244 = ___0_indent; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_245 = V_17; il2cpp_codegen_runtime_class_init_inline(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); String_t* L_246; L_246 = Asn1Dump_dumpBinaryDataAsString_mC345E5D4CF93B530ACB5E3D3853B201349F9E2EE(L_244, L_245, NULL); G_B71_0 = L_246; } IL_04d9: { V_18 = G_B71_0; StringBuilder_t* L_247 = ___3_buf; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_248 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)8); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_249 = L_248; String_t* L_250 = ___0_indent; NullCheck(L_249); (L_249)->SetAt(static_cast(0), (String_t*)L_250); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_251 = L_249; NullCheck(L_251); (L_251)->SetAt(static_cast(1), (String_t*)_stringLiteral93490AE8FABF0A13CFC7D7F99BD81151FDBE7550); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_252 = L_251; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_253 = V_17; NullCheck(L_253); V_6 = ((int32_t)(((RuntimeArray*)L_253)->max_length)); String_t* L_254; L_254 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_6), NULL); NullCheck(L_252); (L_252)->SetAt(static_cast(2), (String_t*)L_254); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_255 = L_252; NullCheck(L_255); (L_255)->SetAt(static_cast(3), (String_t*)_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_256 = L_255; DerBitString_tE81BF16C73422819294A79406519EE56E9FE2F48* L_257 = V_16; NullCheck(L_257); int32_t L_258; L_258 = VirtualFuncInvoker0< int32_t >::Invoke(13, L_257); V_6 = L_258; String_t* L_259; L_259 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_6), NULL); NullCheck(L_256); (L_256)->SetAt(static_cast(4), (String_t*)L_259); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_260 = L_256; NullCheck(L_260); (L_260)->SetAt(static_cast(5), (String_t*)_stringLiteral10A105116F1400FFCE661E402C3C12DDCA0D688C); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_261 = L_260; String_t* L_262 = V_18; NullCheck(L_261); (L_261)->SetAt(static_cast(6), (String_t*)L_262); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_263 = L_261; il2cpp_codegen_runtime_class_init_inline(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); String_t* L_264 = ((Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_StaticFields*)il2cpp_codegen_static_fields_for(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var))->___NewLine; NullCheck(L_263); (L_263)->SetAt(static_cast(7), (String_t*)L_264); String_t* L_265; L_265 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_263, NULL); NullCheck(L_247); StringBuilder_t* L_266; L_266 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_247, L_265, NULL); return; } IL_053a: { Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_267 = ___2_obj; if (!((DerIA5String_tFEB91254C82A8FCC32F260DB2A6135E9AEF5BC23*)IsInstClass((RuntimeObject*)L_267, DerIA5String_tFEB91254C82A8FCC32F260DB2A6135E9AEF5BC23_il2cpp_TypeInfo_var))) { goto IL_057f; } } { StringBuilder_t* L_268 = ___3_buf; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_269 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)5); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_270 = L_269; String_t* L_271 = ___0_indent; NullCheck(L_270); (L_270)->SetAt(static_cast(0), (String_t*)L_271); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_272 = L_270; NullCheck(L_272); (L_272)->SetAt(static_cast(1), (String_t*)_stringLiteralD73F00AF8A16717F6017F8EDDC1593CE5A762D57); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_273 = L_272; Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_274 = ___2_obj; NullCheck(((DerIA5String_tFEB91254C82A8FCC32F260DB2A6135E9AEF5BC23*)CastclassClass((RuntimeObject*)L_274, DerIA5String_tFEB91254C82A8FCC32F260DB2A6135E9AEF5BC23_il2cpp_TypeInfo_var))); String_t* L_275; L_275 = VirtualFuncInvoker0< String_t* >::Invoke(10, ((DerIA5String_tFEB91254C82A8FCC32F260DB2A6135E9AEF5BC23*)CastclassClass((RuntimeObject*)L_274, DerIA5String_tFEB91254C82A8FCC32F260DB2A6135E9AEF5BC23_il2cpp_TypeInfo_var))); NullCheck(L_273); (L_273)->SetAt(static_cast(2), (String_t*)L_275); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_276 = L_273; NullCheck(L_276); (L_276)->SetAt(static_cast(3), (String_t*)_stringLiteralC087E631060AB76B7C814C0E1B92D5C7C4C4B924); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_277 = L_276; il2cpp_codegen_runtime_class_init_inline(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); String_t* L_278 = ((Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_StaticFields*)il2cpp_codegen_static_fields_for(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var))->___NewLine; NullCheck(L_277); (L_277)->SetAt(static_cast(4), (String_t*)L_278); String_t* L_279; L_279 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_277, NULL); NullCheck(L_268); StringBuilder_t* L_280; L_280 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_268, L_279, NULL); return; } IL_057f: { Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_281 = ___2_obj; if (!((DerUtf8String_tAECE0F5F4C5913053F2F127128B12AF7C031B0A0*)IsInstClass((RuntimeObject*)L_281, DerUtf8String_tAECE0F5F4C5913053F2F127128B12AF7C031B0A0_il2cpp_TypeInfo_var))) { goto IL_05c4; } } { StringBuilder_t* L_282 = ___3_buf; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_283 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)5); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_284 = L_283; String_t* L_285 = ___0_indent; NullCheck(L_284); (L_284)->SetAt(static_cast(0), (String_t*)L_285); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_286 = L_284; NullCheck(L_286); (L_286)->SetAt(static_cast(1), (String_t*)_stringLiteral213D820245A2E254AB2D5B1205EA69743EC1FAC8); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_287 = L_286; Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_288 = ___2_obj; NullCheck(((DerUtf8String_tAECE0F5F4C5913053F2F127128B12AF7C031B0A0*)CastclassClass((RuntimeObject*)L_288, DerUtf8String_tAECE0F5F4C5913053F2F127128B12AF7C031B0A0_il2cpp_TypeInfo_var))); String_t* L_289; L_289 = VirtualFuncInvoker0< String_t* >::Invoke(10, ((DerUtf8String_tAECE0F5F4C5913053F2F127128B12AF7C031B0A0*)CastclassClass((RuntimeObject*)L_288, DerUtf8String_tAECE0F5F4C5913053F2F127128B12AF7C031B0A0_il2cpp_TypeInfo_var))); NullCheck(L_287); (L_287)->SetAt(static_cast(2), (String_t*)L_289); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_290 = L_287; NullCheck(L_290); (L_290)->SetAt(static_cast(3), (String_t*)_stringLiteralC087E631060AB76B7C814C0E1B92D5C7C4C4B924); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_291 = L_290; il2cpp_codegen_runtime_class_init_inline(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); String_t* L_292 = ((Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_StaticFields*)il2cpp_codegen_static_fields_for(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var))->___NewLine; NullCheck(L_291); (L_291)->SetAt(static_cast(4), (String_t*)L_292); String_t* L_293; L_293 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_291, NULL); NullCheck(L_282); StringBuilder_t* L_294; L_294 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_282, L_293, NULL); return; } IL_05c4: { Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_295 = ___2_obj; if (!((DerPrintableString_t163930001A676072C72184DA6271EA9015496A25*)IsInstClass((RuntimeObject*)L_295, DerPrintableString_t163930001A676072C72184DA6271EA9015496A25_il2cpp_TypeInfo_var))) { goto IL_0609; } } { StringBuilder_t* L_296 = ___3_buf; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_297 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)5); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_298 = L_297; String_t* L_299 = ___0_indent; NullCheck(L_298); (L_298)->SetAt(static_cast(0), (String_t*)L_299); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_300 = L_298; NullCheck(L_300); (L_300)->SetAt(static_cast(1), (String_t*)_stringLiteral91A3D8BE03602AB048BF844B496987C8CF2246F6); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_301 = L_300; Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_302 = ___2_obj; NullCheck(((DerPrintableString_t163930001A676072C72184DA6271EA9015496A25*)CastclassClass((RuntimeObject*)L_302, DerPrintableString_t163930001A676072C72184DA6271EA9015496A25_il2cpp_TypeInfo_var))); String_t* L_303; L_303 = VirtualFuncInvoker0< String_t* >::Invoke(10, ((DerPrintableString_t163930001A676072C72184DA6271EA9015496A25*)CastclassClass((RuntimeObject*)L_302, DerPrintableString_t163930001A676072C72184DA6271EA9015496A25_il2cpp_TypeInfo_var))); NullCheck(L_301); (L_301)->SetAt(static_cast(2), (String_t*)L_303); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_304 = L_301; NullCheck(L_304); (L_304)->SetAt(static_cast(3), (String_t*)_stringLiteralC087E631060AB76B7C814C0E1B92D5C7C4C4B924); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_305 = L_304; il2cpp_codegen_runtime_class_init_inline(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); String_t* L_306 = ((Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_StaticFields*)il2cpp_codegen_static_fields_for(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var))->___NewLine; NullCheck(L_305); (L_305)->SetAt(static_cast(4), (String_t*)L_306); String_t* L_307; L_307 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_305, NULL); NullCheck(L_296); StringBuilder_t* L_308; L_308 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_296, L_307, NULL); return; } IL_0609: { Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_309 = ___2_obj; if (!((DerVisibleString_t24EB0D9E59EDA7A7C488A154C21BE96D871A1B66*)IsInstClass((RuntimeObject*)L_309, DerVisibleString_t24EB0D9E59EDA7A7C488A154C21BE96D871A1B66_il2cpp_TypeInfo_var))) { goto IL_064e; } } { StringBuilder_t* L_310 = ___3_buf; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_311 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)5); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_312 = L_311; String_t* L_313 = ___0_indent; NullCheck(L_312); (L_312)->SetAt(static_cast(0), (String_t*)L_313); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_314 = L_312; NullCheck(L_314); (L_314)->SetAt(static_cast(1), (String_t*)_stringLiteralF4420F7FC9B448700A84B20F3D80C99957D3EACD); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_315 = L_314; Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_316 = ___2_obj; NullCheck(((DerVisibleString_t24EB0D9E59EDA7A7C488A154C21BE96D871A1B66*)CastclassClass((RuntimeObject*)L_316, DerVisibleString_t24EB0D9E59EDA7A7C488A154C21BE96D871A1B66_il2cpp_TypeInfo_var))); String_t* L_317; L_317 = VirtualFuncInvoker0< String_t* >::Invoke(10, ((DerVisibleString_t24EB0D9E59EDA7A7C488A154C21BE96D871A1B66*)CastclassClass((RuntimeObject*)L_316, DerVisibleString_t24EB0D9E59EDA7A7C488A154C21BE96D871A1B66_il2cpp_TypeInfo_var))); NullCheck(L_315); (L_315)->SetAt(static_cast(2), (String_t*)L_317); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_318 = L_315; NullCheck(L_318); (L_318)->SetAt(static_cast(3), (String_t*)_stringLiteralC087E631060AB76B7C814C0E1B92D5C7C4C4B924); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_319 = L_318; il2cpp_codegen_runtime_class_init_inline(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); String_t* L_320 = ((Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_StaticFields*)il2cpp_codegen_static_fields_for(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var))->___NewLine; NullCheck(L_319); (L_319)->SetAt(static_cast(4), (String_t*)L_320); String_t* L_321; L_321 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_319, NULL); NullCheck(L_310); StringBuilder_t* L_322; L_322 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_310, L_321, NULL); return; } IL_064e: { Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_323 = ___2_obj; if (!((DerBmpString_t46ACE0D208F2E2A06C05E68F024593CF894861C2*)IsInstClass((RuntimeObject*)L_323, DerBmpString_t46ACE0D208F2E2A06C05E68F024593CF894861C2_il2cpp_TypeInfo_var))) { goto IL_0693; } } { StringBuilder_t* L_324 = ___3_buf; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_325 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)5); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_326 = L_325; String_t* L_327 = ___0_indent; NullCheck(L_326); (L_326)->SetAt(static_cast(0), (String_t*)L_327); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_328 = L_326; NullCheck(L_328); (L_328)->SetAt(static_cast(1), (String_t*)_stringLiteral5A8D239015BDBCB6E7EA587BA7599C2F6C6E9BB5); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_329 = L_328; Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_330 = ___2_obj; NullCheck(((DerBmpString_t46ACE0D208F2E2A06C05E68F024593CF894861C2*)CastclassClass((RuntimeObject*)L_330, DerBmpString_t46ACE0D208F2E2A06C05E68F024593CF894861C2_il2cpp_TypeInfo_var))); String_t* L_331; L_331 = VirtualFuncInvoker0< String_t* >::Invoke(10, ((DerBmpString_t46ACE0D208F2E2A06C05E68F024593CF894861C2*)CastclassClass((RuntimeObject*)L_330, DerBmpString_t46ACE0D208F2E2A06C05E68F024593CF894861C2_il2cpp_TypeInfo_var))); NullCheck(L_329); (L_329)->SetAt(static_cast(2), (String_t*)L_331); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_332 = L_329; NullCheck(L_332); (L_332)->SetAt(static_cast(3), (String_t*)_stringLiteralC087E631060AB76B7C814C0E1B92D5C7C4C4B924); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_333 = L_332; il2cpp_codegen_runtime_class_init_inline(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); String_t* L_334 = ((Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_StaticFields*)il2cpp_codegen_static_fields_for(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var))->___NewLine; NullCheck(L_333); (L_333)->SetAt(static_cast(4), (String_t*)L_334); String_t* L_335; L_335 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_333, NULL); NullCheck(L_324); StringBuilder_t* L_336; L_336 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_324, L_335, NULL); return; } IL_0693: { Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_337 = ___2_obj; if (!((DerT61String_t7E882E3F5F2D953EE26F150876D8319410793C8D*)IsInstClass((RuntimeObject*)L_337, DerT61String_t7E882E3F5F2D953EE26F150876D8319410793C8D_il2cpp_TypeInfo_var))) { goto IL_06d8; } } { StringBuilder_t* L_338 = ___3_buf; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_339 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)5); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_340 = L_339; String_t* L_341 = ___0_indent; NullCheck(L_340); (L_340)->SetAt(static_cast(0), (String_t*)L_341); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_342 = L_340; NullCheck(L_342); (L_342)->SetAt(static_cast(1), (String_t*)_stringLiteralEA6389B772EF68FE660F4D4FC3068B371017FDE0); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_343 = L_342; Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_344 = ___2_obj; NullCheck(((DerT61String_t7E882E3F5F2D953EE26F150876D8319410793C8D*)CastclassClass((RuntimeObject*)L_344, DerT61String_t7E882E3F5F2D953EE26F150876D8319410793C8D_il2cpp_TypeInfo_var))); String_t* L_345; L_345 = VirtualFuncInvoker0< String_t* >::Invoke(10, ((DerT61String_t7E882E3F5F2D953EE26F150876D8319410793C8D*)CastclassClass((RuntimeObject*)L_344, DerT61String_t7E882E3F5F2D953EE26F150876D8319410793C8D_il2cpp_TypeInfo_var))); NullCheck(L_343); (L_343)->SetAt(static_cast(2), (String_t*)L_345); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_346 = L_343; NullCheck(L_346); (L_346)->SetAt(static_cast(3), (String_t*)_stringLiteralC087E631060AB76B7C814C0E1B92D5C7C4C4B924); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_347 = L_346; il2cpp_codegen_runtime_class_init_inline(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); String_t* L_348 = ((Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_StaticFields*)il2cpp_codegen_static_fields_for(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var))->___NewLine; NullCheck(L_347); (L_347)->SetAt(static_cast(4), (String_t*)L_348); String_t* L_349; L_349 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_347, NULL); NullCheck(L_338); StringBuilder_t* L_350; L_350 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_338, L_349, NULL); return; } IL_06d8: { Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_351 = ___2_obj; if (!((DerGraphicString_tF5E0783F602A414D9642DF5AEAA1BF263C75877C*)IsInstClass((RuntimeObject*)L_351, DerGraphicString_tF5E0783F602A414D9642DF5AEAA1BF263C75877C_il2cpp_TypeInfo_var))) { goto IL_071d; } } { StringBuilder_t* L_352 = ___3_buf; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_353 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)5); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_354 = L_353; String_t* L_355 = ___0_indent; NullCheck(L_354); (L_354)->SetAt(static_cast(0), (String_t*)L_355); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_356 = L_354; NullCheck(L_356); (L_356)->SetAt(static_cast(1), (String_t*)_stringLiteral5A46D95E477A4FF900913B481FD6005E022067CF); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_357 = L_356; Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_358 = ___2_obj; NullCheck(((DerGraphicString_tF5E0783F602A414D9642DF5AEAA1BF263C75877C*)CastclassClass((RuntimeObject*)L_358, DerGraphicString_tF5E0783F602A414D9642DF5AEAA1BF263C75877C_il2cpp_TypeInfo_var))); String_t* L_359; L_359 = VirtualFuncInvoker0< String_t* >::Invoke(10, ((DerGraphicString_tF5E0783F602A414D9642DF5AEAA1BF263C75877C*)CastclassClass((RuntimeObject*)L_358, DerGraphicString_tF5E0783F602A414D9642DF5AEAA1BF263C75877C_il2cpp_TypeInfo_var))); NullCheck(L_357); (L_357)->SetAt(static_cast(2), (String_t*)L_359); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_360 = L_357; NullCheck(L_360); (L_360)->SetAt(static_cast(3), (String_t*)_stringLiteralC087E631060AB76B7C814C0E1B92D5C7C4C4B924); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_361 = L_360; il2cpp_codegen_runtime_class_init_inline(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); String_t* L_362 = ((Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_StaticFields*)il2cpp_codegen_static_fields_for(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var))->___NewLine; NullCheck(L_361); (L_361)->SetAt(static_cast(4), (String_t*)L_362); String_t* L_363; L_363 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_361, NULL); NullCheck(L_352); StringBuilder_t* L_364; L_364 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_352, L_363, NULL); return; } IL_071d: { Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_365 = ___2_obj; if (!((DerVideotexString_t67250BB2BD6E3A67C74CD5D7EAB93A4F1D3C4444*)IsInstClass((RuntimeObject*)L_365, DerVideotexString_t67250BB2BD6E3A67C74CD5D7EAB93A4F1D3C4444_il2cpp_TypeInfo_var))) { goto IL_0762; } } { StringBuilder_t* L_366 = ___3_buf; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_367 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)5); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_368 = L_367; String_t* L_369 = ___0_indent; NullCheck(L_368); (L_368)->SetAt(static_cast(0), (String_t*)L_369); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_370 = L_368; NullCheck(L_370); (L_370)->SetAt(static_cast(1), (String_t*)_stringLiteral0B8E524A62B8FF9A08C3D55E2427D9D635A87FB5); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_371 = L_370; Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_372 = ___2_obj; NullCheck(((DerVideotexString_t67250BB2BD6E3A67C74CD5D7EAB93A4F1D3C4444*)CastclassClass((RuntimeObject*)L_372, DerVideotexString_t67250BB2BD6E3A67C74CD5D7EAB93A4F1D3C4444_il2cpp_TypeInfo_var))); String_t* L_373; L_373 = VirtualFuncInvoker0< String_t* >::Invoke(10, ((DerVideotexString_t67250BB2BD6E3A67C74CD5D7EAB93A4F1D3C4444*)CastclassClass((RuntimeObject*)L_372, DerVideotexString_t67250BB2BD6E3A67C74CD5D7EAB93A4F1D3C4444_il2cpp_TypeInfo_var))); NullCheck(L_371); (L_371)->SetAt(static_cast(2), (String_t*)L_373); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_374 = L_371; NullCheck(L_374); (L_374)->SetAt(static_cast(3), (String_t*)_stringLiteralC087E631060AB76B7C814C0E1B92D5C7C4C4B924); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_375 = L_374; il2cpp_codegen_runtime_class_init_inline(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); String_t* L_376 = ((Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_StaticFields*)il2cpp_codegen_static_fields_for(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var))->___NewLine; NullCheck(L_375); (L_375)->SetAt(static_cast(4), (String_t*)L_376); String_t* L_377; L_377 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_375, NULL); NullCheck(L_366); StringBuilder_t* L_378; L_378 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_366, L_377, NULL); return; } IL_0762: { Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_379 = ___2_obj; if (!((DerUtcTime_t3B4A44B4534E75C7AA69FDED86468F17B7C0DDE5*)IsInstClass((RuntimeObject*)L_379, DerUtcTime_t3B4A44B4534E75C7AA69FDED86468F17B7C0DDE5_il2cpp_TypeInfo_var))) { goto IL_07a7; } } { StringBuilder_t* L_380 = ___3_buf; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_381 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)5); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_382 = L_381; String_t* L_383 = ___0_indent; NullCheck(L_382); (L_382)->SetAt(static_cast(0), (String_t*)L_383); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_384 = L_382; NullCheck(L_384); (L_384)->SetAt(static_cast(1), (String_t*)_stringLiteral558CFBF5ABEC8DCCB7851A436B2742F5B8404099); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_385 = L_384; Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_386 = ___2_obj; NullCheck(((DerUtcTime_t3B4A44B4534E75C7AA69FDED86468F17B7C0DDE5*)CastclassClass((RuntimeObject*)L_386, DerUtcTime_t3B4A44B4534E75C7AA69FDED86468F17B7C0DDE5_il2cpp_TypeInfo_var))); String_t* L_387; L_387 = DerUtcTime_get_TimeString_mF7ECEB8DBED2F29F105D2D358910F016895EDB24(((DerUtcTime_t3B4A44B4534E75C7AA69FDED86468F17B7C0DDE5*)CastclassClass((RuntimeObject*)L_386, DerUtcTime_t3B4A44B4534E75C7AA69FDED86468F17B7C0DDE5_il2cpp_TypeInfo_var)), NULL); NullCheck(L_385); (L_385)->SetAt(static_cast(2), (String_t*)L_387); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_388 = L_385; NullCheck(L_388); (L_388)->SetAt(static_cast(3), (String_t*)_stringLiteralC087E631060AB76B7C814C0E1B92D5C7C4C4B924); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_389 = L_388; il2cpp_codegen_runtime_class_init_inline(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); String_t* L_390 = ((Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_StaticFields*)il2cpp_codegen_static_fields_for(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var))->___NewLine; NullCheck(L_389); (L_389)->SetAt(static_cast(4), (String_t*)L_390); String_t* L_391; L_391 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_389, NULL); NullCheck(L_380); StringBuilder_t* L_392; L_392 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_380, L_391, NULL); return; } IL_07a7: { Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_393 = ___2_obj; if (!((DerGeneralizedTime_tED32FF75E996868D168D4F7160368FB57E2FAB6C*)IsInstClass((RuntimeObject*)L_393, DerGeneralizedTime_tED32FF75E996868D168D4F7160368FB57E2FAB6C_il2cpp_TypeInfo_var))) { goto IL_07ec; } } { StringBuilder_t* L_394 = ___3_buf; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_395 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)5); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_396 = L_395; String_t* L_397 = ___0_indent; NullCheck(L_396); (L_396)->SetAt(static_cast(0), (String_t*)L_397); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_398 = L_396; NullCheck(L_398); (L_398)->SetAt(static_cast(1), (String_t*)_stringLiteral911171BE523A329B387F3ECDE21B2FD9E6C55B39); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_399 = L_398; Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_400 = ___2_obj; NullCheck(((DerGeneralizedTime_tED32FF75E996868D168D4F7160368FB57E2FAB6C*)CastclassClass((RuntimeObject*)L_400, DerGeneralizedTime_tED32FF75E996868D168D4F7160368FB57E2FAB6C_il2cpp_TypeInfo_var))); String_t* L_401; L_401 = DerGeneralizedTime_GetTime_m9B57BEA497F09D84C15516279860099658A9E9A8(((DerGeneralizedTime_tED32FF75E996868D168D4F7160368FB57E2FAB6C*)CastclassClass((RuntimeObject*)L_400, DerGeneralizedTime_tED32FF75E996868D168D4F7160368FB57E2FAB6C_il2cpp_TypeInfo_var)), NULL); NullCheck(L_399); (L_399)->SetAt(static_cast(2), (String_t*)L_401); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_402 = L_399; NullCheck(L_402); (L_402)->SetAt(static_cast(3), (String_t*)_stringLiteralC087E631060AB76B7C814C0E1B92D5C7C4C4B924); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_403 = L_402; il2cpp_codegen_runtime_class_init_inline(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); String_t* L_404 = ((Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_StaticFields*)il2cpp_codegen_static_fields_for(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var))->___NewLine; NullCheck(L_403); (L_403)->SetAt(static_cast(4), (String_t*)L_404); String_t* L_405; L_405 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_403, NULL); NullCheck(L_394); StringBuilder_t* L_406; L_406 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_394, L_405, NULL); return; } IL_07ec: { Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_407 = ___2_obj; if (!((BerApplicationSpecific_tC30247911FF1C6A2E2BDED558CC2B5F7AD2951B1*)IsInstClass((RuntimeObject*)L_407, BerApplicationSpecific_tC30247911FF1C6A2E2BDED558CC2B5F7AD2951B1_il2cpp_TypeInfo_var))) { goto IL_080e; } } { StringBuilder_t* L_408 = ___3_buf; String_t* L_409 = ___0_indent; bool L_410 = ___1_verbose; Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_411 = ___2_obj; il2cpp_codegen_runtime_class_init_inline(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); String_t* L_412; L_412 = Asn1Dump_outputApplicationSpecific_mE3D266ECA0E65CE2803441EFF833673451628664(_stringLiteral1E83782D29840681D776F87FB62A65D213B72668, L_409, L_410, ((BerApplicationSpecific_tC30247911FF1C6A2E2BDED558CC2B5F7AD2951B1*)CastclassClass((RuntimeObject*)L_411, BerApplicationSpecific_tC30247911FF1C6A2E2BDED558CC2B5F7AD2951B1_il2cpp_TypeInfo_var)), NULL); NullCheck(L_408); StringBuilder_t* L_413; L_413 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_408, L_412, NULL); return; } IL_080e: { Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_414 = ___2_obj; if (!((DerApplicationSpecific_t9C9CBA4F114712501326314D472CA388207F80B6*)IsInstClass((RuntimeObject*)L_414, DerApplicationSpecific_t9C9CBA4F114712501326314D472CA388207F80B6_il2cpp_TypeInfo_var))) { goto IL_0830; } } { StringBuilder_t* L_415 = ___3_buf; String_t* L_416 = ___0_indent; bool L_417 = ___1_verbose; Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_418 = ___2_obj; il2cpp_codegen_runtime_class_init_inline(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); String_t* L_419; L_419 = Asn1Dump_outputApplicationSpecific_mE3D266ECA0E65CE2803441EFF833673451628664(_stringLiteral1E33D32C3373A953D5BC7F17E5206B87BDEF526C, L_416, L_417, ((DerApplicationSpecific_t9C9CBA4F114712501326314D472CA388207F80B6*)CastclassClass((RuntimeObject*)L_418, DerApplicationSpecific_t9C9CBA4F114712501326314D472CA388207F80B6_il2cpp_TypeInfo_var)), NULL); NullCheck(L_415); StringBuilder_t* L_420; L_420 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_415, L_419, NULL); return; } IL_0830: { Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_421 = ___2_obj; if (!((DerEnumerated_t941CA9A7C2864ECD856B6012B25E323FE418FB9A*)IsInstClass((RuntimeObject*)L_421, DerEnumerated_t941CA9A7C2864ECD856B6012B25E323FE418FB9A_il2cpp_TypeInfo_var))) { goto IL_0885; } } { Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_422 = ___2_obj; V_19 = ((DerEnumerated_t941CA9A7C2864ECD856B6012B25E323FE418FB9A*)CastclassClass((RuntimeObject*)L_422, DerEnumerated_t941CA9A7C2864ECD856B6012B25E323FE418FB9A_il2cpp_TypeInfo_var)); StringBuilder_t* L_423 = ___3_buf; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_424 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)5); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_425 = L_424; String_t* L_426 = ___0_indent; NullCheck(L_425); (L_425)->SetAt(static_cast(0), (String_t*)L_426); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_427 = L_425; NullCheck(L_427); (L_427)->SetAt(static_cast(1), (String_t*)_stringLiteral77CCF8E1678B342272AC46A360A1C0E663D94454); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_428 = L_427; DerEnumerated_t941CA9A7C2864ECD856B6012B25E323FE418FB9A* L_429 = V_19; NullCheck(L_429); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_430; L_430 = DerEnumerated_get_Value_mF55D17F9C45B11F0D39550756C5C2CF5CDFA06F0(L_429, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_431 = L_430; if (L_431) { G_B99_0 = L_431; G_B99_1 = 2; G_B99_2 = L_428; G_B99_3 = L_428; G_B99_4 = L_423; goto IL_0863; } G_B98_0 = L_431; G_B98_1 = 2; G_B98_2 = L_428; G_B98_3 = L_428; G_B98_4 = L_423; } { G_B100_0 = ((String_t*)(NULL)); G_B100_1 = G_B98_1; G_B100_2 = G_B98_2; G_B100_3 = G_B98_3; G_B100_4 = G_B98_4; goto IL_0868; } IL_0863: { NullCheck(G_B99_0); String_t* L_432; L_432 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B99_0); G_B100_0 = L_432; G_B100_1 = G_B99_1; G_B100_2 = G_B99_2; G_B100_3 = G_B99_3; G_B100_4 = G_B99_4; } IL_0868: { NullCheck(G_B100_2); (G_B100_2)->SetAt(static_cast(G_B100_1), (String_t*)G_B100_0); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_433 = G_B100_3; NullCheck(L_433); (L_433)->SetAt(static_cast(3), (String_t*)_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_434 = L_433; il2cpp_codegen_runtime_class_init_inline(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); String_t* L_435 = ((Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_StaticFields*)il2cpp_codegen_static_fields_for(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var))->___NewLine; NullCheck(L_434); (L_434)->SetAt(static_cast(4), (String_t*)L_435); String_t* L_436; L_436 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_434, NULL); NullCheck(G_B100_4); StringBuilder_t* L_437; L_437 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(G_B100_4, L_436, NULL); return; } IL_0885: { Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_438 = ___2_obj; if (!((DerExternal_tE5756ED1EE4DFF604804D231DA4B538E4A63042F*)IsInstClass((RuntimeObject*)L_438, DerExternal_tE5756ED1EE4DFF604804D231DA4B538E4A63042F_il2cpp_TypeInfo_var))) { goto IL_0968; } } { Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_439 = ___2_obj; V_20 = ((DerExternal_tE5756ED1EE4DFF604804D231DA4B538E4A63042F*)CastclassClass((RuntimeObject*)L_439, DerExternal_tE5756ED1EE4DFF604804D231DA4B538E4A63042F_il2cpp_TypeInfo_var)); StringBuilder_t* L_440 = ___3_buf; String_t* L_441 = ___0_indent; il2cpp_codegen_runtime_class_init_inline(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); String_t* L_442 = ((Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_StaticFields*)il2cpp_codegen_static_fields_for(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var))->___NewLine; String_t* L_443; L_443 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_441, _stringLiteral37DF5BB6EC24368AC3A41F1B3DC451B56C228D91, L_442, NULL); NullCheck(L_440); StringBuilder_t* L_444; L_444 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_440, L_443, NULL); String_t* L_445 = ___0_indent; String_t* L_446; L_446 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_445, _stringLiteral28BE9A569DCCAECC3746AA7945F873F6CD56F68E, NULL); V_21 = L_446; DerExternal_tE5756ED1EE4DFF604804D231DA4B538E4A63042F* L_447 = V_20; NullCheck(L_447); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_448; L_448 = DerExternal_get_DirectReference_m2D233643D27E548524B29FB68C9D5FA8313AE378_inline(L_447, NULL); if (!L_448) { goto IL_08e9; } } { StringBuilder_t* L_449 = ___3_buf; String_t* L_450 = V_21; DerExternal_tE5756ED1EE4DFF604804D231DA4B538E4A63042F* L_451 = V_20; NullCheck(L_451); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_452; L_452 = DerExternal_get_DirectReference_m2D233643D27E548524B29FB68C9D5FA8313AE378_inline(L_451, NULL); NullCheck(L_452); String_t* L_453; L_453 = DerObjectIdentifier_get_Id_m140553EFA5010F30A4226B583504BDE8CA7F226A_inline(L_452, NULL); il2cpp_codegen_runtime_class_init_inline(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); String_t* L_454 = ((Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_StaticFields*)il2cpp_codegen_static_fields_for(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var))->___NewLine; String_t* L_455; L_455 = String_Concat_m093934F71A9B351911EE46311674ED463B180006(L_450, _stringLiteral34D512090533084A2017718094B9FF87E65208E2, L_453, L_454, NULL); NullCheck(L_449); StringBuilder_t* L_456; L_456 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_449, L_455, NULL); } IL_08e9: { DerExternal_tE5756ED1EE4DFF604804D231DA4B538E4A63042F* L_457 = V_20; NullCheck(L_457); DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_458; L_458 = DerExternal_get_IndirectReference_mC873035BC4DDD266F46A8B3BD74A6D1F780E3075_inline(L_457, NULL); if (!L_458) { goto IL_0916; } } { StringBuilder_t* L_459 = ___3_buf; String_t* L_460 = V_21; DerExternal_tE5756ED1EE4DFF604804D231DA4B538E4A63042F* L_461 = V_20; NullCheck(L_461); DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_462; L_462 = DerExternal_get_IndirectReference_mC873035BC4DDD266F46A8B3BD74A6D1F780E3075_inline(L_461, NULL); NullCheck(L_462); String_t* L_463; L_463 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_462); il2cpp_codegen_runtime_class_init_inline(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); String_t* L_464 = ((Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_StaticFields*)il2cpp_codegen_static_fields_for(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var))->___NewLine; String_t* L_465; L_465 = String_Concat_m093934F71A9B351911EE46311674ED463B180006(L_460, _stringLiteral5FEB4C819D06A1D6135211CFDE94942797D23621, L_463, L_464, NULL); NullCheck(L_459); StringBuilder_t* L_466; L_466 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_459, L_465, NULL); } IL_0916: { DerExternal_tE5756ED1EE4DFF604804D231DA4B538E4A63042F* L_467 = V_20; NullCheck(L_467); Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_468; L_468 = DerExternal_get_DataValueDescriptor_m9484DA5E19CCAA0C20590B4F91E15C9CFE9AB2C2_inline(L_467, NULL); if (!L_468) { goto IL_092f; } } { String_t* L_469 = V_21; bool L_470 = ___1_verbose; DerExternal_tE5756ED1EE4DFF604804D231DA4B538E4A63042F* L_471 = V_20; NullCheck(L_471); Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_472; L_472 = DerExternal_get_DataValueDescriptor_m9484DA5E19CCAA0C20590B4F91E15C9CFE9AB2C2_inline(L_471, NULL); StringBuilder_t* L_473 = ___3_buf; il2cpp_codegen_runtime_class_init_inline(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); Asn1Dump_AsString_m9FBDAF5CEF4BF77BD1631246C8EF77FEE28CE9E5(L_469, L_470, L_472, L_473, NULL); } IL_092f: { StringBuilder_t* L_474 = ___3_buf; String_t* L_475 = V_21; DerExternal_tE5756ED1EE4DFF604804D231DA4B538E4A63042F* L_476 = V_20; NullCheck(L_476); int32_t L_477; L_477 = DerExternal_get_Encoding_mA508C8BF9A8F2167155DDFE6176D5384090DB447_inline(L_476, NULL); V_6 = L_477; String_t* L_478; L_478 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_6), NULL); il2cpp_codegen_runtime_class_init_inline(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); String_t* L_479 = ((Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_StaticFields*)il2cpp_codegen_static_fields_for(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var))->___NewLine; String_t* L_480; L_480 = String_Concat_m093934F71A9B351911EE46311674ED463B180006(L_475, _stringLiteral33BF63DD984E3EE9B0D08B980CAD5211CFF1E488, L_478, L_479, NULL); NullCheck(L_474); StringBuilder_t* L_481; L_481 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_474, L_480, NULL); String_t* L_482 = V_21; bool L_483 = ___1_verbose; DerExternal_tE5756ED1EE4DFF604804D231DA4B538E4A63042F* L_484 = V_20; NullCheck(L_484); Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_485; L_485 = DerExternal_get_ExternalContent_mC82DE34EF3D28876B63AEE401D1E281BB3CCD5EC_inline(L_484, NULL); StringBuilder_t* L_486 = ___3_buf; Asn1Dump_AsString_m9FBDAF5CEF4BF77BD1631246C8EF77FEE28CE9E5(L_482, L_483, L_485, L_486, NULL); return; } IL_0968: { StringBuilder_t* L_487 = ___3_buf; String_t* L_488 = ___0_indent; Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_489 = ___2_obj; NullCheck(L_489); String_t* L_490; L_490 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_489); il2cpp_codegen_runtime_class_init_inline(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); String_t* L_491 = ((Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_StaticFields*)il2cpp_codegen_static_fields_for(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var))->___NewLine; String_t* L_492; L_492 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_488, L_490, L_491, NULL); NullCheck(L_487); StringBuilder_t* L_493; L_493 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_487, L_492, NULL); } IL_0980: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Asn1Dump_outputApplicationSpecific_mE3D266ECA0E65CE2803441EFF833673451628664 (String_t* ___0_type, String_t* ___1_indent, bool ___2_verbose, DerApplicationSpecific_t9C9CBA4F114712501326314D472CA388207F80B6* ___3_app, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0A0E1AF534FE4121655BA066E4B2E4EF86A267C2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral28BE9A569DCCAECC3746AA7945F873F6CD56F68E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFD972F697E30DEB2728565AD46F2EEF4E224D063); s_Il2CppMethodInitialized = true; } StringBuilder_t* V_0 = NULL; Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F* V_1 = NULL; int32_t V_2 = 0; RuntimeObject* V_3 = NULL; Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* V_4 = NULL; RuntimeObject* V_5 = NULL; IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910* V_6 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { StringBuilder_t* L_0 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_0, NULL); V_0 = L_0; DerApplicationSpecific_t9C9CBA4F114712501326314D472CA388207F80B6* L_1 = ___3_app; NullCheck(L_1); bool L_2; L_2 = DerApplicationSpecific_IsConstructed_mECFB6199B009E80D7362205D4CA99DFB7AB9F499_inline(L_1, NULL); if (!L_2) { goto IL_00c5; } } try { { DerApplicationSpecific_t9C9CBA4F114712501326314D472CA388207F80B6* L_3 = ___3_app; NullCheck(L_3); Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_4; L_4 = DerApplicationSpecific_GetObject_m884344EDFF7A61308517973F1E0BE7787C639F5B(L_3, ((int32_t)16), NULL); Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F* L_5; L_5 = Asn1Sequence_GetInstance_m5E5B70545495C886C5B61D22EF062EF957D7577A(L_4, NULL); V_1 = L_5; StringBuilder_t* L_6 = V_0; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)6); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_8 = L_7; String_t* L_9 = ___1_indent; NullCheck(L_8); (L_8)->SetAt(static_cast(0), (String_t*)L_9); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_10 = L_8; String_t* L_11 = ___0_type; NullCheck(L_10); (L_10)->SetAt(static_cast(1), (String_t*)L_11); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_12 = L_10; NullCheck(L_12); (L_12)->SetAt(static_cast(2), (String_t*)_stringLiteralFD972F697E30DEB2728565AD46F2EEF4E224D063); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_13 = L_12; DerApplicationSpecific_t9C9CBA4F114712501326314D472CA388207F80B6* L_14 = ___3_app; NullCheck(L_14); int32_t L_15; L_15 = DerApplicationSpecific_get_ApplicationTag_mDE403A4C2F5E412DAFA589014633B580841C9BAE_inline(L_14, NULL); V_2 = L_15; String_t* L_16; L_16 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_2), NULL); NullCheck(L_13); (L_13)->SetAt(static_cast(3), (String_t*)L_16); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_17 = L_13; NullCheck(L_17); (L_17)->SetAt(static_cast(4), (String_t*)_stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_18 = L_17; il2cpp_codegen_runtime_class_init_inline(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); String_t* L_19 = ((Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_StaticFields*)il2cpp_codegen_static_fields_for(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var))->___NewLine; NullCheck(L_18); (L_18)->SetAt(static_cast(5), (String_t*)L_19); String_t* L_20; L_20 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_18, NULL); NullCheck(L_6); StringBuilder_t* L_21; L_21 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_6, L_20, NULL); Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F* L_22 = V_1; NullCheck(L_22); RuntimeObject* L_23; L_23 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(10, L_22); V_3 = L_23; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_009b_1: { { RuntimeObject* L_24 = V_3; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var)); RuntimeObject* L_25 = V_5; if (!L_25) { goto IL_00ae_1; } } { RuntimeObject* L_26 = V_5; NullCheck(L_26); InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_26); } IL_00ae_1: { return; } } }); try { { goto IL_0091_2; } IL_006b_2: { RuntimeObject* L_27 = V_3; NullCheck(L_27); RuntimeObject* L_28; L_28 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_27); V_4 = ((Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F*)CastclassClass((RuntimeObject*)L_28, Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F_il2cpp_TypeInfo_var)); String_t* L_29 = ___1_indent; String_t* L_30; L_30 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_29, _stringLiteral28BE9A569DCCAECC3746AA7945F873F6CD56F68E, NULL); bool L_31 = ___2_verbose; Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* L_32 = V_4; NullCheck(L_32); Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_33; L_33 = VirtualFuncInvoker0< Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* >::Invoke(5, L_32); StringBuilder_t* L_34 = V_0; il2cpp_codegen_runtime_class_init_inline(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); Asn1Dump_AsString_m9FBDAF5CEF4BF77BD1631246C8EF77FEE28CE9E5(L_30, L_31, L_33, L_34, NULL); } IL_0091_2: { RuntimeObject* L_35 = V_3; NullCheck(L_35); bool L_36; L_36 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_35); if (L_36) { goto IL_006b_2; } } { goto IL_00af_1; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00af_1: { goto IL_00be; } } catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00b1; } throw e; } CATCH_00b1: { IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910* L_37 = ((IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910*)IL2CPP_GET_ACTIVE_EXCEPTION(IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910*));; V_6 = L_37; StringBuilder_t* L_38 = V_0; IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910* L_39 = V_6; NullCheck(L_38); StringBuilder_t* L_40; L_40 = StringBuilder_Append_m3A7D629DAA5E0E36B8A617A911E34F79AF84AE63(L_38, L_39, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_00be; } IL_00be: { StringBuilder_t* L_41 = V_0; NullCheck(L_41); String_t* L_42; L_42 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_41); return L_42; } IL_00c5: { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_43 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)8); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_44 = L_43; String_t* L_45 = ___1_indent; NullCheck(L_44); (L_44)->SetAt(static_cast(0), (String_t*)L_45); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_46 = L_44; String_t* L_47 = ___0_type; NullCheck(L_46); (L_46)->SetAt(static_cast(1), (String_t*)L_47); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_48 = L_46; NullCheck(L_48); (L_48)->SetAt(static_cast(2), (String_t*)_stringLiteralFD972F697E30DEB2728565AD46F2EEF4E224D063); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_49 = L_48; DerApplicationSpecific_t9C9CBA4F114712501326314D472CA388207F80B6* L_50 = ___3_app; NullCheck(L_50); int32_t L_51; L_51 = DerApplicationSpecific_get_ApplicationTag_mDE403A4C2F5E412DAFA589014633B580841C9BAE_inline(L_50, NULL); V_2 = L_51; String_t* L_52; L_52 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_2), NULL); NullCheck(L_49); (L_49)->SetAt(static_cast(3), (String_t*)L_52); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_53 = L_49; NullCheck(L_53); (L_53)->SetAt(static_cast(4), (String_t*)_stringLiteral0A0E1AF534FE4121655BA066E4B2E4EF86A267C2); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_54 = L_53; DerApplicationSpecific_t9C9CBA4F114712501326314D472CA388207F80B6* L_55 = ___3_app; NullCheck(L_55); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_56; L_56 = DerApplicationSpecific_GetContents_mB5B6689C335E99571C4D4DF64586813C14989662_inline(L_55, NULL); il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); String_t* L_57; L_57 = Hex_ToHexString_m59BC8F021654B85FCD2C327FD246F0EFAA62BC1A(L_56, NULL); NullCheck(L_54); (L_54)->SetAt(static_cast(5), (String_t*)L_57); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_58 = L_54; NullCheck(L_58); (L_58)->SetAt(static_cast(6), (String_t*)_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_59 = L_58; il2cpp_codegen_runtime_class_init_inline(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); String_t* L_60 = ((Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_StaticFields*)il2cpp_codegen_static_fields_for(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var))->___NewLine; NullCheck(L_59); (L_59)->SetAt(static_cast(7), (String_t*)L_60); String_t* L_61; L_61 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_59, NULL); return L_61; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Asn1Dump_DumpAsString_m7C9BFD81CB64930316729C8EF9E91C13AD675BE5 (RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral112938DCF3EC158FF16F73FA1B321AD78D958031); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } StringBuilder_t* V_0 = NULL; { RuntimeObject* L_0 = ___0_obj; if (!((Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F*)IsInstClass((RuntimeObject*)L_0, Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F_il2cpp_TypeInfo_var))) { goto IL_002c; } } { StringBuilder_t* L_1 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_1, NULL); V_0 = L_1; RuntimeObject* L_2 = ___0_obj; NullCheck(((Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F*)CastclassClass((RuntimeObject*)L_2, Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F_il2cpp_TypeInfo_var))); Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_3; L_3 = VirtualFuncInvoker0< Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* >::Invoke(5, ((Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F*)CastclassClass((RuntimeObject*)L_2, Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F_il2cpp_TypeInfo_var))); StringBuilder_t* L_4 = V_0; il2cpp_codegen_runtime_class_init_inline(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); Asn1Dump_AsString_m9FBDAF5CEF4BF77BD1631246C8EF77FEE28CE9E5(_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, (bool)0, L_3, L_4, NULL); StringBuilder_t* L_5 = V_0; NullCheck(L_5); String_t* L_6; L_6 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_5); return L_6; } IL_002c: { RuntimeObject* L_7 = ___0_obj; NullCheck(L_7); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_7); String_t* L_9; L_9 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral112938DCF3EC158FF16F73FA1B321AD78D958031, L_8, NULL); return L_9; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Asn1Dump_DumpAsString_m7150472EABAF063132AE08767E7D09DC0579B80B (Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* L_0 = ___0_obj; il2cpp_codegen_runtime_class_init_inline(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); String_t* L_1; L_1 = Asn1Dump_DumpAsString_m4530C71C31FAEA4B5511CCA7EF03F16F557BFCFB(L_0, (bool)0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Asn1Dump_DumpAsString_m4530C71C31FAEA4B5511CCA7EF03F16F557BFCFB (Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* ___0_obj, bool ___1_verbose, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } StringBuilder_t* V_0 = NULL; { StringBuilder_t* L_0 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_0, NULL); V_0 = L_0; bool L_1 = ___1_verbose; Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* L_2 = ___0_obj; NullCheck(L_2); Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_3; L_3 = VirtualFuncInvoker0< Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* >::Invoke(5, L_2); StringBuilder_t* L_4 = V_0; il2cpp_codegen_runtime_class_init_inline(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); Asn1Dump_AsString_m9FBDAF5CEF4BF77BD1631246C8EF77FEE28CE9E5(_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, L_1, L_3, L_4, NULL); StringBuilder_t* L_5 = V_0; NullCheck(L_5); String_t* L_6; L_6 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_5); return L_6; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Asn1Dump_dumpBinaryDataAsString_mC345E5D4CF93B530ACB5E3D3853B201349F9E2EE (String_t* ___0_indent, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_bytes, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral28BE9A569DCCAECC3746AA7945F873F6CD56F68E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA); s_Il2CppMethodInitialized = true; } StringBuilder_t* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { String_t* L_0 = ___0_indent; String_t* L_1; L_1 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_0, _stringLiteral28BE9A569DCCAECC3746AA7945F873F6CD56F68E, NULL); ___0_indent = L_1; il2cpp_codegen_runtime_class_init_inline(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); String_t* L_2 = ((Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_StaticFields*)il2cpp_codegen_static_fields_for(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var))->___NewLine; StringBuilder_t* L_3 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mCD797D942316CB356205FD96415B0B7581CDAD60(L_3, L_2, NULL); V_0 = L_3; V_1 = 0; goto IL_00d2; } IL_001f: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = ___1_bytes; NullCheck(L_4); int32_t L_5 = V_1; if ((((int32_t)((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_4)->max_length)), L_5))) <= ((int32_t)((int32_t)32)))) { goto IL_006a; } } { StringBuilder_t* L_6 = V_0; String_t* L_7 = ___0_indent; NullCheck(L_6); StringBuilder_t* L_8; L_8 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_6, L_7, NULL); StringBuilder_t* L_9 = V_0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10 = ___1_bytes; int32_t L_11 = V_1; il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); String_t* L_12; L_12 = Hex_ToHexString_m07CDD3C4826EE9435349E33F8613A7635E5EB378(L_10, L_11, ((int32_t)32), NULL); NullCheck(L_9); StringBuilder_t* L_13; L_13 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_9, L_12, NULL); StringBuilder_t* L_14 = V_0; NullCheck(L_14); StringBuilder_t* L_15; L_15 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_14, _stringLiteral28BE9A569DCCAECC3746AA7945F873F6CD56F68E, NULL); StringBuilder_t* L_16 = V_0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_17 = ___1_bytes; int32_t L_18 = V_1; il2cpp_codegen_runtime_class_init_inline(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); String_t* L_19; L_19 = Asn1Dump_calculateAscString_m4F178C691F3F9DC3E397B83E250573EF861EAD58(L_17, L_18, ((int32_t)32), NULL); NullCheck(L_16); StringBuilder_t* L_20; L_20 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_16, L_19, NULL); StringBuilder_t* L_21 = V_0; String_t* L_22 = ((Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_StaticFields*)il2cpp_codegen_static_fields_for(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var))->___NewLine; NullCheck(L_21); StringBuilder_t* L_23; L_23 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_21, L_22, NULL); goto IL_00cd; } IL_006a: { StringBuilder_t* L_24 = V_0; String_t* L_25 = ___0_indent; NullCheck(L_24); StringBuilder_t* L_26; L_26 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_24, L_25, NULL); StringBuilder_t* L_27 = V_0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_28 = ___1_bytes; int32_t L_29 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_30 = ___1_bytes; NullCheck(L_30); int32_t L_31 = V_1; il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); String_t* L_32; L_32 = Hex_ToHexString_m07CDD3C4826EE9435349E33F8613A7635E5EB378(L_28, L_29, ((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_30)->max_length)), L_31)), NULL); NullCheck(L_27); StringBuilder_t* L_33; L_33 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_27, L_32, NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_34 = ___1_bytes; NullCheck(L_34); int32_t L_35 = V_1; V_2 = ((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_34)->max_length)), L_35)); goto IL_009d; } IL_008d: { StringBuilder_t* L_36 = V_0; NullCheck(L_36); StringBuilder_t* L_37; L_37 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_36, _stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA, NULL); int32_t L_38 = V_2; V_2 = ((int32_t)il2cpp_codegen_add(L_38, 1)); } IL_009d: { int32_t L_39 = V_2; if ((!(((uint32_t)L_39) == ((uint32_t)((int32_t)32))))) { goto IL_008d; } } { StringBuilder_t* L_40 = V_0; NullCheck(L_40); StringBuilder_t* L_41; L_41 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_40, _stringLiteral28BE9A569DCCAECC3746AA7945F873F6CD56F68E, NULL); StringBuilder_t* L_42 = V_0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_43 = ___1_bytes; int32_t L_44 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_45 = ___1_bytes; NullCheck(L_45); int32_t L_46 = V_1; il2cpp_codegen_runtime_class_init_inline(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); String_t* L_47; L_47 = Asn1Dump_calculateAscString_m4F178C691F3F9DC3E397B83E250573EF861EAD58(L_43, L_44, ((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_45)->max_length)), L_46)), NULL); NullCheck(L_42); StringBuilder_t* L_48; L_48 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_42, L_47, NULL); StringBuilder_t* L_49 = V_0; String_t* L_50 = ((Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_StaticFields*)il2cpp_codegen_static_fields_for(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var))->___NewLine; NullCheck(L_49); StringBuilder_t* L_51; L_51 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_49, L_50, NULL); } IL_00cd: { int32_t L_52 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_52, ((int32_t)32))); } IL_00d2: { int32_t L_53 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_54 = ___1_bytes; NullCheck(L_54); if ((((int32_t)L_53) < ((int32_t)((int32_t)(((RuntimeArray*)L_54)->max_length))))) { goto IL_001f; } } { StringBuilder_t* L_55 = V_0; NullCheck(L_55); String_t* L_56; L_56 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_55); return L_56; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Asn1Dump_calculateAscString_m4F178C691F3F9DC3E397B83E250573EF861EAD58 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_bytes, int32_t ___1_off, int32_t ___2_len, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StringBuilder_t* V_0 = NULL; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; { StringBuilder_t* L_0 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_0, NULL); V_0 = L_0; int32_t L_1 = ___1_off; V_1 = L_1; goto IL_0024; } IL_000a: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = ___0_bytes; int32_t L_3 = V_1; NullCheck(L_2); int32_t L_4 = L_3; uint8_t L_5 = (L_2)->GetAt(static_cast(L_4)); V_2 = L_5; Il2CppChar L_6 = V_2; if ((((int32_t)L_6) < ((int32_t)((int32_t)32)))) { goto IL_0020; } } { Il2CppChar L_7 = V_2; if ((((int32_t)L_7) > ((int32_t)((int32_t)126)))) { goto IL_0020; } } { StringBuilder_t* L_8 = V_0; Il2CppChar L_9 = V_2; NullCheck(L_8); StringBuilder_t* L_10; L_10 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_8, L_9, NULL); } IL_0020: { int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_11, 1)); } IL_0024: { int32_t L_12 = V_1; int32_t L_13 = ___1_off; int32_t L_14 = ___2_len; if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)il2cpp_codegen_add(L_13, L_14)))))) { goto IL_000a; } } { StringBuilder_t* L_15 = V_0; NullCheck(L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_15); return L_16; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1Dump__cctor_m0DAD01F164AD6EAA00B0C0F4DEDE26757C14DD5B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t64AA9A0F22E3D706E15FD5F5481FAFA2ADD7B4AF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(Platform_t64AA9A0F22E3D706E15FD5F5481FAFA2ADD7B4AF_il2cpp_TypeInfo_var); String_t* L_0 = ((Platform_t64AA9A0F22E3D706E15FD5F5481FAFA2ADD7B4AF_StaticFields*)il2cpp_codegen_static_fields_for(Platform_t64AA9A0F22E3D706E15FD5F5481FAFA2ADD7B4AF_il2cpp_TypeInfo_var))->___NewLine; ((Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_StaticFields*)il2cpp_codegen_static_fields_for(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var))->___NewLine = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_StaticFields*)il2cpp_codegen_static_fields_for(Asn1Dump_tE06843D338DD590147197590373BCDAF1E95CEB2_il2cpp_TypeInfo_var))->___NewLine), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilterStream__ctor_m73DEF9B29D80900F68A95198F572780E9327716B (FilterStream_t1843822A1DBD7FBF7CC37BB584BC87BC43D55B3F* __this, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___0_s, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_il2cpp_TypeInfo_var); Stream__ctor_mE8B074A0EBEB026FFF14062AB4B8A78E17EFFBF0(__this, NULL); Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = ___0_s; __this->___s = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___s), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FilterStream_get_CanRead_mD995A46D2544C74861266CA7ABCEED98AD82D8E2 (FilterStream_t1843822A1DBD7FBF7CC37BB584BC87BC43D55B3F* __this, const RuntimeMethod* method) { { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = __this->___s; NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(7, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FilterStream_get_CanSeek_m44CED882D8D0C2EC5803B0DAD91A303502015A8A (FilterStream_t1843822A1DBD7FBF7CC37BB584BC87BC43D55B3F* __this, const RuntimeMethod* method) { { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = __this->___s; NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(8, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FilterStream_get_CanWrite_m516052AAC8EB98CDAD2806BBCC0610502AE82439 (FilterStream_t1843822A1DBD7FBF7CC37BB584BC87BC43D55B3F* __this, const RuntimeMethod* method) { { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = __this->___s; NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(10, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t FilterStream_get_Length_m9A4BEF64660B70EAF92D264C4227B2A388DF740D (FilterStream_t1843822A1DBD7FBF7CC37BB584BC87BC43D55B3F* __this, const RuntimeMethod* method) { { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = __this->___s; NullCheck(L_0); int64_t L_1; L_1 = VirtualFuncInvoker0< int64_t >::Invoke(11, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t FilterStream_get_Position_m44F36FE107901276E73A26B14A3271CC9E2783B1 (FilterStream_t1843822A1DBD7FBF7CC37BB584BC87BC43D55B3F* __this, const RuntimeMethod* method) { { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = __this->___s; NullCheck(L_0); int64_t L_1; L_1 = VirtualFuncInvoker0< int64_t >::Invoke(12, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilterStream_set_Position_m62E3EDD2D50B530013768C86B0668E88067611D1 (FilterStream_t1843822A1DBD7FBF7CC37BB584BC87BC43D55B3F* __this, int64_t ___0_value, const RuntimeMethod* method) { { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = __this->___s; int64_t L_1 = ___0_value; NullCheck(L_0); VirtualActionInvoker1< int64_t >::Invoke(13, L_0, L_1); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilterStream_Close_mEB7CD66D487E676FD81424F279F8A64F328D3C5F (FilterStream_t1843822A1DBD7FBF7CC37BB584BC87BC43D55B3F* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t64AA9A0F22E3D706E15FD5F5481FAFA2ADD7B4AF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = __this->___s; il2cpp_codegen_runtime_class_init_inline(Platform_t64AA9A0F22E3D706E15FD5F5481FAFA2ADD7B4AF_il2cpp_TypeInfo_var); Platform_Dispose_mCDF8F3C0DCFA753116605EB00017B6E7336C5E2C(L_0, NULL); Stream_Close_m168599DCD398141DE7A7A35820A353242BCDC00B(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilterStream_Flush_m39D64A4759F6638E0ACC448E72A798DD0D759A80 (FilterStream_t1843822A1DBD7FBF7CC37BB584BC87BC43D55B3F* __this, const RuntimeMethod* method) { { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = __this->___s; NullCheck(L_0); VirtualActionInvoker0::Invoke(22, L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t FilterStream_Seek_m5A36B4DB4E1271BCFB4B4F1BC7D3B6D907766FE5 (FilterStream_t1843822A1DBD7FBF7CC37BB584BC87BC43D55B3F* __this, int64_t ___0_offset, int32_t ___1_origin, const RuntimeMethod* method) { { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = __this->___s; int64_t L_1 = ___0_offset; int32_t L_2 = ___1_origin; NullCheck(L_0); int64_t L_3; L_3 = VirtualFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(32, L_0, L_1, L_2); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilterStream_SetLength_mDD7FDB32F8AAFB6DB836279C76498981CD5B39AE (FilterStream_t1843822A1DBD7FBF7CC37BB584BC87BC43D55B3F* __this, int64_t ___0_value, const RuntimeMethod* method) { { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = __this->___s; int64_t L_1 = ___0_value; NullCheck(L_0); VirtualActionInvoker1< int64_t >::Invoke(33, L_0, L_1); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FilterStream_Read_m1007EF195A1DC1181CF9996B3BCC24D28C738B4F (FilterStream_t1843822A1DBD7FBF7CC37BB584BC87BC43D55B3F* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_offset, int32_t ___2_count, const RuntimeMethod* method) { { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = __this->___s; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___0_buffer; int32_t L_2 = ___1_offset; int32_t L_3 = ___2_count; NullCheck(L_0); int32_t L_4; L_4 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t >::Invoke(34, L_0, L_1, L_2, L_3); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FilterStream_ReadByte_m79F5441C3D77EA1BD90D14F77173366DB07088B2 (FilterStream_t1843822A1DBD7FBF7CC37BB584BC87BC43D55B3F* __this, const RuntimeMethod* method) { { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = __this->___s; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(36, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilterStream_Write_m58D70BBDF850390BA788F79A3B16E5701981BCA6 (FilterStream_t1843822A1DBD7FBF7CC37BB584BC87BC43D55B3F* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_offset, int32_t ___2_count, const RuntimeMethod* method) { { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = __this->___s; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___0_buffer; int32_t L_2 = ___1_offset; int32_t L_3 = ___2_count; NullCheck(L_0); VirtualActionInvoker3< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t >::Invoke(37, L_0, L_1, L_2, L_3); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilterStream_WriteByte_mBD6A7254754BE011538935E0EE971296841C5EE4 (FilterStream_t1843822A1DBD7FBF7CC37BB584BC87BC43D55B3F* __this, uint8_t ___0_value, const RuntimeMethod* method) { { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = __this->___s; uint8_t L_1 = ___0_value; NullCheck(L_0); VirtualActionInvoker1< uint8_t >::Invoke(39, L_0, L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* TeleTrusTNamedCurves_ConfigureCurve_m3F4413F9B9ABF93BAA6379DC8A545F32D45A7D1C (ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* ___0_curve, const RuntimeMethod* method) { { ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_0 = ___0_curve; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TeleTrusTNamedCurves_DefineCurve_m376D235706207D9F5FAD55E0B2C2DB004F038C03 (String_t* ___0_name, DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___1_oid, X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___2_holder, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t64AA9A0F22E3D706E15FD5F5481FAFA2ADD7B4AF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var))->___objIds; String_t* L_1 = ___0_name; il2cpp_codegen_runtime_class_init_inline(Platform_t64AA9A0F22E3D706E15FD5F5481FAFA2ADD7B4AF_il2cpp_TypeInfo_var); String_t* L_2; L_2 = Platform_ToUpperInvariant_mE42B5571F3A8B243EC1A23A4DCFD399AFA086922(L_1, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_3 = ___1_oid; NullCheck(L_0); InterfaceActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(5, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_0, L_2, L_3); RuntimeObject* L_4 = ((TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var))->___names; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_5 = ___1_oid; String_t* L_6 = ___0_name; NullCheck(L_4); InterfaceActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(5, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_4, L_5, L_6); RuntimeObject* L_7 = ((TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var))->___curves; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_8 = ___1_oid; X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_9 = ___2_holder; NullCheck(L_7); InterfaceActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(5, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_7, L_8, L_9); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TeleTrusTNamedCurves__cctor_mCE295D88F76890ED80B6E9E9DF2DEBCB61BA29C8 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrainpoolP160r1Holder_t805D96F5E455DCE6EB5E8A3ECE5A2585C42901CC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrainpoolP160t1Holder_t2C2BE483902BE4B5C0DE1B48EE8EAA8F326D133D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrainpoolP192r1Holder_tE25491E2F52E99417572EA2D6F9A5660308F7698_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrainpoolP192t1Holder_t77477841048E33FFC09BC79F8E83942370B87661_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrainpoolP224r1Holder_t3510B14F93D5D2CC7B4F3027F429B920ECC205F7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrainpoolP224t1Holder_tB9D5847C934E19E94C6721B5AC34607335A6C4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrainpoolP256r1Holder_tC91CC34F12994E037F0E0742F2C6D28A33F4EB9B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrainpoolP256t1Holder_t36DFA4F4BA65A8A901B5CE7D6B0AE40D3D07E89F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrainpoolP320r1Holder_tE336184BDB301DB438D243C92389B751A9C074BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrainpoolP320t1Holder_tC75E77EA6F0E1F26523FCD769950CF1E3C0B4F56_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrainpoolP384r1Holder_t1B4317DBDE375872EC790E77965BAB5ED9197F49_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrainpoolP384t1Holder_tF37BDE66DCDAD456F6A080FA4BF241FF8ED7DD31_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrainpoolP512r1Holder_tE0DBA907B58B8BEEBA3FA7CA67558790142EB017_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrainpoolP512t1Holder_t5986FB9A13B1B6A98022D57B051114CA199BBAAF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t64AA9A0F22E3D706E15FD5F5481FAFA2ADD7B4AF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0014DFE8C905DAF0C4F40106193E910B41B1CC70); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral02944E23D08CDA7A142EFEB879C7186358A22CCA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral281BB5D0C04BC40D275D9DCE38ABB73950A5F20C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5A9C691CB5E91EAE05201517784BF116F1BCF52A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C0E8D5689BB9C238931C0AE7E15A835AFAD3488); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7FF246983A3B2CEAEA57814A7B884A9ADE68F563); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral95419FAFDA01DE5BD36BADABAFA89CAC156E74D5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA769D26CEBDB76B20A90DFECE81C1D6E4E458A71); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAD564320503E7A0D649F4CBE2035ACC42705FBAE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC2F13D6423712EE49184F09B7A5C47EEF28ADBE2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC318857CEA813401776D821FAFDCC824179B3825); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralECD0CDD4784B69BF36F1B46C5AAD76D53F683F13); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF5D0F53B08BEAB124F7E82CD857F0C2F2C0DBCC6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF7206E5C537FD9B72E819BCFEA68CF7EECE59AB9); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(Platform_t64AA9A0F22E3D706E15FD5F5481FAFA2ADD7B4AF_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = Platform_CreateHashtable_m591C0A8EEB8EDE93E6BD509E2689DA3C888B8BDC(NULL); ((TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var))->___objIds = L_0; Il2CppCodeGenWriteBarrier((void**)(&((TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var))->___objIds), (void*)L_0); RuntimeObject* L_1; L_1 = Platform_CreateHashtable_m591C0A8EEB8EDE93E6BD509E2689DA3C888B8BDC(NULL); ((TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var))->___curves = L_1; Il2CppCodeGenWriteBarrier((void**)(&((TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var))->___curves), (void*)L_1); RuntimeObject* L_2; L_2 = Platform_CreateHashtable_m591C0A8EEB8EDE93E6BD509E2689DA3C888B8BDC(NULL); ((TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var))->___names = L_2; Il2CppCodeGenWriteBarrier((void**)(&((TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var))->___names), (void*)L_2); il2cpp_codegen_runtime_class_init_inline(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_3 = ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___BrainpoolP160R1; il2cpp_codegen_runtime_class_init_inline(BrainpoolP160r1Holder_t805D96F5E455DCE6EB5E8A3ECE5A2585C42901CC_il2cpp_TypeInfo_var); X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_4 = ((BrainpoolP160r1Holder_t805D96F5E455DCE6EB5E8A3ECE5A2585C42901CC_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP160r1Holder_t805D96F5E455DCE6EB5E8A3ECE5A2585C42901CC_il2cpp_TypeInfo_var))->___Instance; TeleTrusTNamedCurves_DefineCurve_m376D235706207D9F5FAD55E0B2C2DB004F038C03(_stringLiteralAD564320503E7A0D649F4CBE2035ACC42705FBAE, L_3, L_4, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_5 = ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___BrainpoolP160T1; il2cpp_codegen_runtime_class_init_inline(BrainpoolP160t1Holder_t2C2BE483902BE4B5C0DE1B48EE8EAA8F326D133D_il2cpp_TypeInfo_var); X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_6 = ((BrainpoolP160t1Holder_t2C2BE483902BE4B5C0DE1B48EE8EAA8F326D133D_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP160t1Holder_t2C2BE483902BE4B5C0DE1B48EE8EAA8F326D133D_il2cpp_TypeInfo_var))->___Instance; TeleTrusTNamedCurves_DefineCurve_m376D235706207D9F5FAD55E0B2C2DB004F038C03(_stringLiteral02944E23D08CDA7A142EFEB879C7186358A22CCA, L_5, L_6, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_7 = ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___BrainpoolP192R1; il2cpp_codegen_runtime_class_init_inline(BrainpoolP192r1Holder_tE25491E2F52E99417572EA2D6F9A5660308F7698_il2cpp_TypeInfo_var); X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_8 = ((BrainpoolP192r1Holder_tE25491E2F52E99417572EA2D6F9A5660308F7698_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP192r1Holder_tE25491E2F52E99417572EA2D6F9A5660308F7698_il2cpp_TypeInfo_var))->___Instance; TeleTrusTNamedCurves_DefineCurve_m376D235706207D9F5FAD55E0B2C2DB004F038C03(_stringLiteralECD0CDD4784B69BF36F1B46C5AAD76D53F683F13, L_7, L_8, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_9 = ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___BrainpoolP192T1; il2cpp_codegen_runtime_class_init_inline(BrainpoolP192t1Holder_t77477841048E33FFC09BC79F8E83942370B87661_il2cpp_TypeInfo_var); X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_10 = ((BrainpoolP192t1Holder_t77477841048E33FFC09BC79F8E83942370B87661_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP192t1Holder_t77477841048E33FFC09BC79F8E83942370B87661_il2cpp_TypeInfo_var))->___Instance; TeleTrusTNamedCurves_DefineCurve_m376D235706207D9F5FAD55E0B2C2DB004F038C03(_stringLiteral5A9C691CB5E91EAE05201517784BF116F1BCF52A, L_9, L_10, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_11 = ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___BrainpoolP224R1; il2cpp_codegen_runtime_class_init_inline(BrainpoolP224r1Holder_t3510B14F93D5D2CC7B4F3027F429B920ECC205F7_il2cpp_TypeInfo_var); X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_12 = ((BrainpoolP224r1Holder_t3510B14F93D5D2CC7B4F3027F429B920ECC205F7_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP224r1Holder_t3510B14F93D5D2CC7B4F3027F429B920ECC205F7_il2cpp_TypeInfo_var))->___Instance; TeleTrusTNamedCurves_DefineCurve_m376D235706207D9F5FAD55E0B2C2DB004F038C03(_stringLiteralF5D0F53B08BEAB124F7E82CD857F0C2F2C0DBCC6, L_11, L_12, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_13 = ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___BrainpoolP224T1; il2cpp_codegen_runtime_class_init_inline(BrainpoolP224t1Holder_tB9D5847C934E19E94C6721B5AC34607335A6C4AC_il2cpp_TypeInfo_var); X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_14 = ((BrainpoolP224t1Holder_tB9D5847C934E19E94C6721B5AC34607335A6C4AC_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP224t1Holder_tB9D5847C934E19E94C6721B5AC34607335A6C4AC_il2cpp_TypeInfo_var))->___Instance; TeleTrusTNamedCurves_DefineCurve_m376D235706207D9F5FAD55E0B2C2DB004F038C03(_stringLiteral95419FAFDA01DE5BD36BADABAFA89CAC156E74D5, L_13, L_14, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_15 = ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___BrainpoolP256R1; il2cpp_codegen_runtime_class_init_inline(BrainpoolP256r1Holder_tC91CC34F12994E037F0E0742F2C6D28A33F4EB9B_il2cpp_TypeInfo_var); X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_16 = ((BrainpoolP256r1Holder_tC91CC34F12994E037F0E0742F2C6D28A33F4EB9B_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP256r1Holder_tC91CC34F12994E037F0E0742F2C6D28A33F4EB9B_il2cpp_TypeInfo_var))->___Instance; TeleTrusTNamedCurves_DefineCurve_m376D235706207D9F5FAD55E0B2C2DB004F038C03(_stringLiteralA769D26CEBDB76B20A90DFECE81C1D6E4E458A71, L_15, L_16, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_17 = ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___BrainpoolP256T1; il2cpp_codegen_runtime_class_init_inline(BrainpoolP256t1Holder_t36DFA4F4BA65A8A901B5CE7D6B0AE40D3D07E89F_il2cpp_TypeInfo_var); X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_18 = ((BrainpoolP256t1Holder_t36DFA4F4BA65A8A901B5CE7D6B0AE40D3D07E89F_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP256t1Holder_t36DFA4F4BA65A8A901B5CE7D6B0AE40D3D07E89F_il2cpp_TypeInfo_var))->___Instance; TeleTrusTNamedCurves_DefineCurve_m376D235706207D9F5FAD55E0B2C2DB004F038C03(_stringLiteral6C0E8D5689BB9C238931C0AE7E15A835AFAD3488, L_17, L_18, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_19 = ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___BrainpoolP320R1; il2cpp_codegen_runtime_class_init_inline(BrainpoolP320r1Holder_tE336184BDB301DB438D243C92389B751A9C074BF_il2cpp_TypeInfo_var); X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_20 = ((BrainpoolP320r1Holder_tE336184BDB301DB438D243C92389B751A9C074BF_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP320r1Holder_tE336184BDB301DB438D243C92389B751A9C074BF_il2cpp_TypeInfo_var))->___Instance; TeleTrusTNamedCurves_DefineCurve_m376D235706207D9F5FAD55E0B2C2DB004F038C03(_stringLiteralF7206E5C537FD9B72E819BCFEA68CF7EECE59AB9, L_19, L_20, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_21 = ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___BrainpoolP320T1; il2cpp_codegen_runtime_class_init_inline(BrainpoolP320t1Holder_tC75E77EA6F0E1F26523FCD769950CF1E3C0B4F56_il2cpp_TypeInfo_var); X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_22 = ((BrainpoolP320t1Holder_tC75E77EA6F0E1F26523FCD769950CF1E3C0B4F56_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP320t1Holder_tC75E77EA6F0E1F26523FCD769950CF1E3C0B4F56_il2cpp_TypeInfo_var))->___Instance; TeleTrusTNamedCurves_DefineCurve_m376D235706207D9F5FAD55E0B2C2DB004F038C03(_stringLiteralC318857CEA813401776D821FAFDCC824179B3825, L_21, L_22, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_23 = ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___BrainpoolP384R1; il2cpp_codegen_runtime_class_init_inline(BrainpoolP384r1Holder_t1B4317DBDE375872EC790E77965BAB5ED9197F49_il2cpp_TypeInfo_var); X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_24 = ((BrainpoolP384r1Holder_t1B4317DBDE375872EC790E77965BAB5ED9197F49_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP384r1Holder_t1B4317DBDE375872EC790E77965BAB5ED9197F49_il2cpp_TypeInfo_var))->___Instance; TeleTrusTNamedCurves_DefineCurve_m376D235706207D9F5FAD55E0B2C2DB004F038C03(_stringLiteralC2F13D6423712EE49184F09B7A5C47EEF28ADBE2, L_23, L_24, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_25 = ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___BrainpoolP384T1; il2cpp_codegen_runtime_class_init_inline(BrainpoolP384t1Holder_tF37BDE66DCDAD456F6A080FA4BF241FF8ED7DD31_il2cpp_TypeInfo_var); X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_26 = ((BrainpoolP384t1Holder_tF37BDE66DCDAD456F6A080FA4BF241FF8ED7DD31_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP384t1Holder_tF37BDE66DCDAD456F6A080FA4BF241FF8ED7DD31_il2cpp_TypeInfo_var))->___Instance; TeleTrusTNamedCurves_DefineCurve_m376D235706207D9F5FAD55E0B2C2DB004F038C03(_stringLiteral7FF246983A3B2CEAEA57814A7B884A9ADE68F563, L_25, L_26, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_27 = ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___BrainpoolP512R1; il2cpp_codegen_runtime_class_init_inline(BrainpoolP512r1Holder_tE0DBA907B58B8BEEBA3FA7CA67558790142EB017_il2cpp_TypeInfo_var); X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_28 = ((BrainpoolP512r1Holder_tE0DBA907B58B8BEEBA3FA7CA67558790142EB017_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP512r1Holder_tE0DBA907B58B8BEEBA3FA7CA67558790142EB017_il2cpp_TypeInfo_var))->___Instance; TeleTrusTNamedCurves_DefineCurve_m376D235706207D9F5FAD55E0B2C2DB004F038C03(_stringLiteral281BB5D0C04BC40D275D9DCE38ABB73950A5F20C, L_27, L_28, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_29 = ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___BrainpoolP512T1; il2cpp_codegen_runtime_class_init_inline(BrainpoolP512t1Holder_t5986FB9A13B1B6A98022D57B051114CA199BBAAF_il2cpp_TypeInfo_var); X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_30 = ((BrainpoolP512t1Holder_t5986FB9A13B1B6A98022D57B051114CA199BBAAF_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP512t1Holder_t5986FB9A13B1B6A98022D57B051114CA199BBAAF_il2cpp_TypeInfo_var))->___Instance; TeleTrusTNamedCurves_DefineCurve_m376D235706207D9F5FAD55E0B2C2DB004F038C03(_stringLiteral0014DFE8C905DAF0C4F40106193E910B41B1CC70, L_29, L_30, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* TeleTrusTNamedCurves_GetByName_mCAA9AC642AFF4BE497FF4AE3FD45070A263BB87B (String_t* ___0_name, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* V_0 = NULL; { String_t* L_0 = ___0_name; il2cpp_codegen_runtime_class_init_inline(TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_1; L_1 = TeleTrusTNamedCurves_GetOid_mB95D02D43C0801500CC3A2F8F9A3FD6C68506937(L_0, NULL); V_0 = L_1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_2 = V_0; if (!L_2) { goto IL_0011; } } { DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_3 = V_0; il2cpp_codegen_runtime_class_init_inline(TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var); X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_4; L_4 = TeleTrusTNamedCurves_GetByOid_mC0CCF74BC5FA0DB9023F62C4CD8DAB4E72255727(L_3, NULL); return L_4; } IL_0011: { return (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)NULL; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* TeleTrusTNamedCurves_GetByOid_mC0CCF74BC5FA0DB9023F62C4CD8DAB4E72255727 (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___0_oid, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* V_0 = NULL; { il2cpp_codegen_runtime_class_init_inline(TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var))->___curves; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_1 = ___0_oid; NullCheck(L_0); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_0, L_1); V_0 = ((X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09*)CastclassClass((RuntimeObject*)L_2, X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09_il2cpp_TypeInfo_var)); X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_3 = V_0; if (!L_3) { goto IL_001b; } } { X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_4 = V_0; NullCheck(L_4); X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_5; L_5 = X9ECParametersHolder_get_Parameters_m2B5C967FAC6574A3A5C7DA4AEA23B583BA84F9A7(L_4, NULL); return L_5; } IL_001b: { return (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)NULL; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* TeleTrusTNamedCurves_GetOid_mB95D02D43C0801500CC3A2F8F9A3FD6C68506937 (String_t* ___0_name, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t64AA9A0F22E3D706E15FD5F5481FAFA2ADD7B4AF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var))->___objIds; String_t* L_1 = ___0_name; il2cpp_codegen_runtime_class_init_inline(Platform_t64AA9A0F22E3D706E15FD5F5481FAFA2ADD7B4AF_il2cpp_TypeInfo_var); String_t* L_2; L_2 = Platform_ToUpperInvariant_mE42B5571F3A8B243EC1A23A4DCFD399AFA086922(L_1, NULL); NullCheck(L_0); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_0, L_2); return ((DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)CastclassClass((RuntimeObject*)L_3, DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var)); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TeleTrusTNamedCurves_GetName_mAF3673FB6FEB215368C093FBABFBFAB0B65E8656 (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___0_oid, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var))->___names; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_1 = ___0_oid; NullCheck(L_0); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_0, L_1); return ((String_t*)CastclassSealed((RuntimeObject*)L_2, String_t_il2cpp_TypeInfo_var)); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TeleTrusTNamedCurves_get_Names_m15EDE3B5E5F8D1B0D367E8F6DE42FAE9871D9028 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumerableProxy_t1DE130F19CC37E48E9B58DDB8AF7C94EB1E3650B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var))->___names; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(3, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_0); EnumerableProxy_t1DE130F19CC37E48E9B58DDB8AF7C94EB1E3650B* L_2 = (EnumerableProxy_t1DE130F19CC37E48E9B58DDB8AF7C94EB1E3650B*)il2cpp_codegen_object_new(EnumerableProxy_t1DE130F19CC37E48E9B58DDB8AF7C94EB1E3650B_il2cpp_TypeInfo_var); EnumerableProxy__ctor_m016A9F84E918D8E816280C358DC1C091E60053DE(L_2, L_1, NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* TeleTrusTNamedCurves_GetOid_mD1633013A398582FC9991A14C8EE4C4A76030F45 (int16_t ___0_curvesize, bool ___1_twisted, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4B1764B62B4E463E96BAFE0017DED59C09BE2D55); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B866DCFF4A3EC3D3C30879F029D88106601B1B2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA33A5CAE02B786C2060461DF8C6764B4C05E9423); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3); s_Il2CppMethodInitialized = true; } String_t* G_B2_0 = NULL; String_t* G_B2_1 = NULL; String_t* G_B1_0 = NULL; String_t* G_B1_1 = NULL; String_t* G_B3_0 = NULL; String_t* G_B3_1 = NULL; String_t* G_B3_2 = NULL; { String_t* L_0; L_0 = Int16_ToString_mD65153B762673B865D4F8FF9B567BECC1ABF6D23((&___0_curvesize), NULL); bool L_1 = ___1_twisted; if (L_1) { G_B2_0 = L_0; G_B2_1 = _stringLiteral4B1764B62B4E463E96BAFE0017DED59C09BE2D55; goto IL_0016; } G_B1_0 = L_0; G_B1_1 = _stringLiteral4B1764B62B4E463E96BAFE0017DED59C09BE2D55; } { G_B3_0 = _stringLiteralA33A5CAE02B786C2060461DF8C6764B4C05E9423; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; goto IL_001b; } IL_0016: { G_B3_0 = _stringLiteral6B866DCFF4A3EC3D3C30879F029D88106601B1B2; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; } IL_001b: { String_t* L_2; L_2 = String_Concat_m093934F71A9B351911EE46311674ED463B180006(G_B3_2, G_B3_1, G_B3_0, _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3, NULL); il2cpp_codegen_runtime_class_init_inline(TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_3; L_3 = TeleTrusTNamedCurves_GetOid_mB95D02D43C0801500CC3A2F8F9A3FD6C68506937(L_2, NULL); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TeleTrusTNamedCurves__ctor_m9E913A1B337DCEC040D08600A8DB5A5B556D64F2 (TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, 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 IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrainpoolP160r1Holder__ctor_mE5D541F082E6A89DA862796161BB67CD0655E4C6 (BrainpoolP160r1Holder_t805D96F5E455DCE6EB5E8A3ECE5A2585C42901CC* __this, const RuntimeMethod* method) { { X9ECParametersHolder__ctor_m6D26DDE5152F86A808129FBADFAAACCCCD4B08B9(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* BrainpoolP160r1Holder_CreateParameters_m2E1EC1581FF3F410A6C84E273E24E230343381D8 (BrainpoolP160r1Holder_t805D96F5E455DCE6EB5E8A3ECE5A2585C42901CC* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26DC5E0BF73157E4A9F40EBB2C5D045B1E35CA62); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3BAC2A75BAFE62794897E7983D42E9A366404D16); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBF0D700BCFF7926DE36A48E44ABD4EBBF0D6728F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD1DF7E3A60A7A0139E3CE6C5A6FCF0D6C42E6BEE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE12AE0893D0970887AC35417F6D3CC1423FE2174); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8B9166347495C98E706DFE5606EC0F3A495618A); s_Il2CppMethodInitialized = true; } BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_0 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_1 = NULL; { BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_0 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_0, _stringLiteral3BAC2A75BAFE62794897E7983D42E9A366404D16, ((int32_t)16), NULL); V_0 = L_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_1, _stringLiteral26DC5E0BF73157E4A9F40EBB2C5D045B1E35CA62, ((int32_t)16), NULL); V_1 = L_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_2 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_2, _stringLiteralE12AE0893D0970887AC35417F6D3CC1423FE2174, ((int32_t)16), NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_3 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_3, _stringLiteralE8B9166347495C98E706DFE5606EC0F3A495618A, ((int32_t)16), NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_4 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_4, _stringLiteralD1DF7E3A60A7A0139E3CE6C5A6FCF0D6C42E6BEE, ((int32_t)16), NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_5 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_6 = V_1; FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD* L_7 = (FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD*)il2cpp_codegen_object_new(FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); FpCurve__ctor_mA33C90E41F879DD0EE0A04C8C2950276512F527B(L_7, L_2, L_3, L_4, L_5, L_6, NULL); il2cpp_codegen_runtime_class_init_inline(TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_8; L_8 = TeleTrusTNamedCurves_ConfigureCurve_m3F4413F9B9ABF93BAA6379DC8A545F32D45A7D1C(L_7, NULL); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_9 = L_8; il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10; L_10 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteralBF0D700BCFF7926DE36A48E44ABD4EBBF0D6728F, NULL); X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_11 = (X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D*)il2cpp_codegen_object_new(X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); X9ECPoint__ctor_m86678E96A1FEC551276BBD02F0B08A093F4C19BB(L_11, L_9, L_10, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_12 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_13 = V_1; X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_14 = (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)il2cpp_codegen_object_new(X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); X9ECParameters__ctor_m00E649E8CCE9C45DF2672DDBD6EFC281270C685D(L_14, L_9, L_11, L_12, L_13, NULL); return L_14; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrainpoolP160r1Holder__cctor_m26E8FC192248BA23E24E02790374C476ED38462C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrainpoolP160r1Holder_t805D96F5E455DCE6EB5E8A3ECE5A2585C42901CC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BrainpoolP160r1Holder_t805D96F5E455DCE6EB5E8A3ECE5A2585C42901CC* L_0 = (BrainpoolP160r1Holder_t805D96F5E455DCE6EB5E8A3ECE5A2585C42901CC*)il2cpp_codegen_object_new(BrainpoolP160r1Holder_t805D96F5E455DCE6EB5E8A3ECE5A2585C42901CC_il2cpp_TypeInfo_var); BrainpoolP160r1Holder__ctor_mE5D541F082E6A89DA862796161BB67CD0655E4C6(L_0, NULL); ((BrainpoolP160r1Holder_t805D96F5E455DCE6EB5E8A3ECE5A2585C42901CC_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP160r1Holder_t805D96F5E455DCE6EB5E8A3ECE5A2585C42901CC_il2cpp_TypeInfo_var))->___Instance = L_0; Il2CppCodeGenWriteBarrier((void**)(&((BrainpoolP160r1Holder_t805D96F5E455DCE6EB5E8A3ECE5A2585C42901CC_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP160r1Holder_t805D96F5E455DCE6EB5E8A3ECE5A2585C42901CC_il2cpp_TypeInfo_var))->___Instance), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrainpoolP160t1Holder__ctor_mA62321D9425BCC74FEC25130C5ABA7C33FC9CC9B (BrainpoolP160t1Holder_t2C2BE483902BE4B5C0DE1B48EE8EAA8F326D133D* __this, const RuntimeMethod* method) { { X9ECParametersHolder__ctor_m6D26DDE5152F86A808129FBADFAAACCCCD4B08B9(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* BrainpoolP160t1Holder_CreateParameters_m492A982AA28BF3DCF1F701FE4F99874967CAC4D2 (BrainpoolP160t1Holder_t2C2BE483902BE4B5C0DE1B48EE8EAA8F326D133D* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26DC5E0BF73157E4A9F40EBB2C5D045B1E35CA62); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3BAC2A75BAFE62794897E7983D42E9A366404D16); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral71E375476CD036DC55A62DC1C54F93440514D4DB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7B2A7F1C4900482F012B2DC83DF79F476A9F25EE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD8C8A2DFECE2A33B50A348730AC13B3A3C2E5B2F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE12AE0893D0970887AC35417F6D3CC1423FE2174); s_Il2CppMethodInitialized = true; } BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_0 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_1 = NULL; { BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_0 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_0, _stringLiteral3BAC2A75BAFE62794897E7983D42E9A366404D16, ((int32_t)16), NULL); V_0 = L_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_1, _stringLiteral26DC5E0BF73157E4A9F40EBB2C5D045B1E35CA62, ((int32_t)16), NULL); V_1 = L_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_2 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_2, _stringLiteralE12AE0893D0970887AC35417F6D3CC1423FE2174, ((int32_t)16), NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_3 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_3, _stringLiteralD8C8A2DFECE2A33B50A348730AC13B3A3C2E5B2F, ((int32_t)16), NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_4 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_4, _stringLiteral71E375476CD036DC55A62DC1C54F93440514D4DB, ((int32_t)16), NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_5 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_6 = V_1; FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD* L_7 = (FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD*)il2cpp_codegen_object_new(FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); FpCurve__ctor_mA33C90E41F879DD0EE0A04C8C2950276512F527B(L_7, L_2, L_3, L_4, L_5, L_6, NULL); il2cpp_codegen_runtime_class_init_inline(TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_8; L_8 = TeleTrusTNamedCurves_ConfigureCurve_m3F4413F9B9ABF93BAA6379DC8A545F32D45A7D1C(L_7, NULL); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_9 = L_8; il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10; L_10 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteral7B2A7F1C4900482F012B2DC83DF79F476A9F25EE, NULL); X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_11 = (X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D*)il2cpp_codegen_object_new(X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); X9ECPoint__ctor_m86678E96A1FEC551276BBD02F0B08A093F4C19BB(L_11, L_9, L_10, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_12 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_13 = V_1; X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_14 = (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)il2cpp_codegen_object_new(X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); X9ECParameters__ctor_m00E649E8CCE9C45DF2672DDBD6EFC281270C685D(L_14, L_9, L_11, L_12, L_13, NULL); return L_14; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrainpoolP160t1Holder__cctor_m4A172637D0661E63755B3ACA09BAFED1FE92DF74 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrainpoolP160t1Holder_t2C2BE483902BE4B5C0DE1B48EE8EAA8F326D133D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BrainpoolP160t1Holder_t2C2BE483902BE4B5C0DE1B48EE8EAA8F326D133D* L_0 = (BrainpoolP160t1Holder_t2C2BE483902BE4B5C0DE1B48EE8EAA8F326D133D*)il2cpp_codegen_object_new(BrainpoolP160t1Holder_t2C2BE483902BE4B5C0DE1B48EE8EAA8F326D133D_il2cpp_TypeInfo_var); BrainpoolP160t1Holder__ctor_mA62321D9425BCC74FEC25130C5ABA7C33FC9CC9B(L_0, NULL); ((BrainpoolP160t1Holder_t2C2BE483902BE4B5C0DE1B48EE8EAA8F326D133D_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP160t1Holder_t2C2BE483902BE4B5C0DE1B48EE8EAA8F326D133D_il2cpp_TypeInfo_var))->___Instance = L_0; Il2CppCodeGenWriteBarrier((void**)(&((BrainpoolP160t1Holder_t2C2BE483902BE4B5C0DE1B48EE8EAA8F326D133D_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP160t1Holder_t2C2BE483902BE4B5C0DE1B48EE8EAA8F326D133D_il2cpp_TypeInfo_var))->___Instance), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrainpoolP192r1Holder__ctor_m24244C9A09063AAB3F828634883ABA8082166291 (BrainpoolP192r1Holder_tE25491E2F52E99417572EA2D6F9A5660308F7698* __this, const RuntimeMethod* method) { { X9ECParametersHolder__ctor_m6D26DDE5152F86A808129FBADFAAACCCCD4B08B9(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* BrainpoolP192r1Holder_CreateParameters_mF59EBA0DE1681CE8C383E6E2BFE938875EFC7337 (BrainpoolP192r1Holder_tE25491E2F52E99417572EA2D6F9A5660308F7698* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral03D1CE795E3C159884F38D7C3B54D9151B537918); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral17748A32471119AC82C2F72C1035408E9BB45E20); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral187D2EBE19E70BB615A35D25A3867822EFA22FEE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26DC5E0BF73157E4A9F40EBB2C5D045B1E35CA62); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD94C88FDDA0AC2EE1D60349CEA16E7DED73F1E15); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF4CADB80F26188418B6F978D6C17B64F9E3D6A1F); s_Il2CppMethodInitialized = true; } BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_0 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_1 = NULL; { BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_0 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_0, _stringLiteral187D2EBE19E70BB615A35D25A3867822EFA22FEE, ((int32_t)16), NULL); V_0 = L_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_1, _stringLiteral26DC5E0BF73157E4A9F40EBB2C5D045B1E35CA62, ((int32_t)16), NULL); V_1 = L_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_2 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_2, _stringLiteral03D1CE795E3C159884F38D7C3B54D9151B537918, ((int32_t)16), NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_3 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_3, _stringLiteralF4CADB80F26188418B6F978D6C17B64F9E3D6A1F, ((int32_t)16), NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_4 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_4, _stringLiteral17748A32471119AC82C2F72C1035408E9BB45E20, ((int32_t)16), NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_5 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_6 = V_1; FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD* L_7 = (FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD*)il2cpp_codegen_object_new(FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); FpCurve__ctor_mA33C90E41F879DD0EE0A04C8C2950276512F527B(L_7, L_2, L_3, L_4, L_5, L_6, NULL); il2cpp_codegen_runtime_class_init_inline(TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_8; L_8 = TeleTrusTNamedCurves_ConfigureCurve_m3F4413F9B9ABF93BAA6379DC8A545F32D45A7D1C(L_7, NULL); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_9 = L_8; il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10; L_10 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteralD94C88FDDA0AC2EE1D60349CEA16E7DED73F1E15, NULL); X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_11 = (X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D*)il2cpp_codegen_object_new(X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); X9ECPoint__ctor_m86678E96A1FEC551276BBD02F0B08A093F4C19BB(L_11, L_9, L_10, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_12 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_13 = V_1; X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_14 = (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)il2cpp_codegen_object_new(X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); X9ECParameters__ctor_m00E649E8CCE9C45DF2672DDBD6EFC281270C685D(L_14, L_9, L_11, L_12, L_13, NULL); return L_14; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrainpoolP192r1Holder__cctor_m7554241B5D7D471DD696C0B5501A4F9D4B4A662A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrainpoolP192r1Holder_tE25491E2F52E99417572EA2D6F9A5660308F7698_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BrainpoolP192r1Holder_tE25491E2F52E99417572EA2D6F9A5660308F7698* L_0 = (BrainpoolP192r1Holder_tE25491E2F52E99417572EA2D6F9A5660308F7698*)il2cpp_codegen_object_new(BrainpoolP192r1Holder_tE25491E2F52E99417572EA2D6F9A5660308F7698_il2cpp_TypeInfo_var); BrainpoolP192r1Holder__ctor_m24244C9A09063AAB3F828634883ABA8082166291(L_0, NULL); ((BrainpoolP192r1Holder_tE25491E2F52E99417572EA2D6F9A5660308F7698_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP192r1Holder_tE25491E2F52E99417572EA2D6F9A5660308F7698_il2cpp_TypeInfo_var))->___Instance = L_0; Il2CppCodeGenWriteBarrier((void**)(&((BrainpoolP192r1Holder_tE25491E2F52E99417572EA2D6F9A5660308F7698_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP192r1Holder_tE25491E2F52E99417572EA2D6F9A5660308F7698_il2cpp_TypeInfo_var))->___Instance), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrainpoolP192t1Holder__ctor_m59CE2C0225A5B4B75AC48A56840D60EEB5357C35 (BrainpoolP192t1Holder_t77477841048E33FFC09BC79F8E83942370B87661* __this, const RuntimeMethod* method) { { X9ECParametersHolder__ctor_m6D26DDE5152F86A808129FBADFAAACCCCD4B08B9(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* BrainpoolP192t1Holder_CreateParameters_m102EF28A21F86F068CED636B5D67F3E8DF265CAC (BrainpoolP192t1Holder_t77477841048E33FFC09BC79F8E83942370B87661* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral03D1CE795E3C159884F38D7C3B54D9151B537918); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral187D2EBE19E70BB615A35D25A3867822EFA22FEE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26DC5E0BF73157E4A9F40EBB2C5D045B1E35CA62); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral94D727E17EBE2B230570DE3A87C6831BDD700FD6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEB07F801076BDA5416325DC23B9C7EB56CBEFDCE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFBE99DA2DF51EB0CEF57EDE0B7632640B6D41C75); s_Il2CppMethodInitialized = true; } BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_0 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_1 = NULL; { BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_0 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_0, _stringLiteral187D2EBE19E70BB615A35D25A3867822EFA22FEE, ((int32_t)16), NULL); V_0 = L_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_1, _stringLiteral26DC5E0BF73157E4A9F40EBB2C5D045B1E35CA62, ((int32_t)16), NULL); V_1 = L_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_2 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_2, _stringLiteral03D1CE795E3C159884F38D7C3B54D9151B537918, ((int32_t)16), NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_3 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_3, _stringLiteralEB07F801076BDA5416325DC23B9C7EB56CBEFDCE, ((int32_t)16), NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_4 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_4, _stringLiteral94D727E17EBE2B230570DE3A87C6831BDD700FD6, ((int32_t)16), NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_5 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_6 = V_1; FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD* L_7 = (FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD*)il2cpp_codegen_object_new(FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); FpCurve__ctor_mA33C90E41F879DD0EE0A04C8C2950276512F527B(L_7, L_2, L_3, L_4, L_5, L_6, NULL); il2cpp_codegen_runtime_class_init_inline(TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_8; L_8 = TeleTrusTNamedCurves_ConfigureCurve_m3F4413F9B9ABF93BAA6379DC8A545F32D45A7D1C(L_7, NULL); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_9 = L_8; il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10; L_10 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteralFBE99DA2DF51EB0CEF57EDE0B7632640B6D41C75, NULL); X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_11 = (X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D*)il2cpp_codegen_object_new(X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); X9ECPoint__ctor_m86678E96A1FEC551276BBD02F0B08A093F4C19BB(L_11, L_9, L_10, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_12 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_13 = V_1; X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_14 = (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)il2cpp_codegen_object_new(X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); X9ECParameters__ctor_m00E649E8CCE9C45DF2672DDBD6EFC281270C685D(L_14, L_9, L_11, L_12, L_13, NULL); return L_14; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrainpoolP192t1Holder__cctor_m12D5CFA0E6DAB1361BA5F5BEBAC1DE3AB202F984 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrainpoolP192t1Holder_t77477841048E33FFC09BC79F8E83942370B87661_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BrainpoolP192t1Holder_t77477841048E33FFC09BC79F8E83942370B87661* L_0 = (BrainpoolP192t1Holder_t77477841048E33FFC09BC79F8E83942370B87661*)il2cpp_codegen_object_new(BrainpoolP192t1Holder_t77477841048E33FFC09BC79F8E83942370B87661_il2cpp_TypeInfo_var); BrainpoolP192t1Holder__ctor_m59CE2C0225A5B4B75AC48A56840D60EEB5357C35(L_0, NULL); ((BrainpoolP192t1Holder_t77477841048E33FFC09BC79F8E83942370B87661_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP192t1Holder_t77477841048E33FFC09BC79F8E83942370B87661_il2cpp_TypeInfo_var))->___Instance = L_0; Il2CppCodeGenWriteBarrier((void**)(&((BrainpoolP192t1Holder_t77477841048E33FFC09BC79F8E83942370B87661_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP192t1Holder_t77477841048E33FFC09BC79F8E83942370B87661_il2cpp_TypeInfo_var))->___Instance), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrainpoolP224r1Holder__ctor_mFDB922F3E64BAF562F12FCBFC3D417799587CCCF (BrainpoolP224r1Holder_t3510B14F93D5D2CC7B4F3027F429B920ECC205F7* __this, const RuntimeMethod* method) { { X9ECParametersHolder__ctor_m6D26DDE5152F86A808129FBADFAAACCCCD4B08B9(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* BrainpoolP224r1Holder_CreateParameters_m50B7D2855425F4C3B613D342EDD42271D66CD33F (BrainpoolP224r1Holder_t3510B14F93D5D2CC7B4F3027F429B920ECC205F7* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral187877AB55B74766DC1436CA5B6F7FF0D48AE315); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26DC5E0BF73157E4A9F40EBB2C5D045B1E35CA62); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7B7545BD3CA2CEF1978156E94491C4D41AFB09C9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9180E1B85099AFBB717B122A1F9AC818B20A0D90); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFBDC64E78D26867FC9F8B71594B19DA000D09887); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFBF2671CB2B07C23E220A5A15B2A9617AE249CCC); s_Il2CppMethodInitialized = true; } BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_0 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_1 = NULL; { BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_0 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_0, _stringLiteralFBDC64E78D26867FC9F8B71594B19DA000D09887, ((int32_t)16), NULL); V_0 = L_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_1, _stringLiteral26DC5E0BF73157E4A9F40EBB2C5D045B1E35CA62, ((int32_t)16), NULL); V_1 = L_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_2 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_2, _stringLiteralFBF2671CB2B07C23E220A5A15B2A9617AE249CCC, ((int32_t)16), NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_3 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_3, _stringLiteral9180E1B85099AFBB717B122A1F9AC818B20A0D90, ((int32_t)16), NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_4 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_4, _stringLiteral7B7545BD3CA2CEF1978156E94491C4D41AFB09C9, ((int32_t)16), NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_5 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_6 = V_1; FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD* L_7 = (FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD*)il2cpp_codegen_object_new(FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); FpCurve__ctor_mA33C90E41F879DD0EE0A04C8C2950276512F527B(L_7, L_2, L_3, L_4, L_5, L_6, NULL); il2cpp_codegen_runtime_class_init_inline(TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_8; L_8 = TeleTrusTNamedCurves_ConfigureCurve_m3F4413F9B9ABF93BAA6379DC8A545F32D45A7D1C(L_7, NULL); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_9 = L_8; il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10; L_10 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteral187877AB55B74766DC1436CA5B6F7FF0D48AE315, NULL); X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_11 = (X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D*)il2cpp_codegen_object_new(X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); X9ECPoint__ctor_m86678E96A1FEC551276BBD02F0B08A093F4C19BB(L_11, L_9, L_10, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_12 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_13 = V_1; X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_14 = (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)il2cpp_codegen_object_new(X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); X9ECParameters__ctor_m00E649E8CCE9C45DF2672DDBD6EFC281270C685D(L_14, L_9, L_11, L_12, L_13, NULL); return L_14; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrainpoolP224r1Holder__cctor_mB431482B730D7F32AD81F75D6172FAAFFC0AF4AD (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrainpoolP224r1Holder_t3510B14F93D5D2CC7B4F3027F429B920ECC205F7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BrainpoolP224r1Holder_t3510B14F93D5D2CC7B4F3027F429B920ECC205F7* L_0 = (BrainpoolP224r1Holder_t3510B14F93D5D2CC7B4F3027F429B920ECC205F7*)il2cpp_codegen_object_new(BrainpoolP224r1Holder_t3510B14F93D5D2CC7B4F3027F429B920ECC205F7_il2cpp_TypeInfo_var); BrainpoolP224r1Holder__ctor_mFDB922F3E64BAF562F12FCBFC3D417799587CCCF(L_0, NULL); ((BrainpoolP224r1Holder_t3510B14F93D5D2CC7B4F3027F429B920ECC205F7_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP224r1Holder_t3510B14F93D5D2CC7B4F3027F429B920ECC205F7_il2cpp_TypeInfo_var))->___Instance = L_0; Il2CppCodeGenWriteBarrier((void**)(&((BrainpoolP224r1Holder_t3510B14F93D5D2CC7B4F3027F429B920ECC205F7_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP224r1Holder_t3510B14F93D5D2CC7B4F3027F429B920ECC205F7_il2cpp_TypeInfo_var))->___Instance), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrainpoolP224t1Holder__ctor_m09480FBCA041B8079990FDB29571EC8C9958E54B (BrainpoolP224t1Holder_tB9D5847C934E19E94C6721B5AC34607335A6C4AC* __this, const RuntimeMethod* method) { { X9ECParametersHolder__ctor_m6D26DDE5152F86A808129FBADFAAACCCCD4B08B9(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* BrainpoolP224t1Holder_CreateParameters_m091895D985DAB04739049BF437CE8DFB46A0E49E (BrainpoolP224t1Holder_tB9D5847C934E19E94C6721B5AC34607335A6C4AC* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26DC5E0BF73157E4A9F40EBB2C5D045B1E35CA62); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4F26532AB022D0D02F97B44928A07B12B854E042); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral504B9DBDA354163F11B52121840ACC9175D28096); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF25BC3BD8C05E7B4713B53E510CF2FEFDAB9C22E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFBDC64E78D26867FC9F8B71594B19DA000D09887); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFBF2671CB2B07C23E220A5A15B2A9617AE249CCC); s_Il2CppMethodInitialized = true; } BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_0 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_1 = NULL; { BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_0 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_0, _stringLiteralFBDC64E78D26867FC9F8B71594B19DA000D09887, ((int32_t)16), NULL); V_0 = L_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_1, _stringLiteral26DC5E0BF73157E4A9F40EBB2C5D045B1E35CA62, ((int32_t)16), NULL); V_1 = L_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_2 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_2, _stringLiteralFBF2671CB2B07C23E220A5A15B2A9617AE249CCC, ((int32_t)16), NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_3 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_3, _stringLiteral504B9DBDA354163F11B52121840ACC9175D28096, ((int32_t)16), NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_4 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_4, _stringLiteral4F26532AB022D0D02F97B44928A07B12B854E042, ((int32_t)16), NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_5 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_6 = V_1; FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD* L_7 = (FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD*)il2cpp_codegen_object_new(FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); FpCurve__ctor_mA33C90E41F879DD0EE0A04C8C2950276512F527B(L_7, L_2, L_3, L_4, L_5, L_6, NULL); il2cpp_codegen_runtime_class_init_inline(TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_8; L_8 = TeleTrusTNamedCurves_ConfigureCurve_m3F4413F9B9ABF93BAA6379DC8A545F32D45A7D1C(L_7, NULL); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_9 = L_8; il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10; L_10 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteralF25BC3BD8C05E7B4713B53E510CF2FEFDAB9C22E, NULL); X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_11 = (X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D*)il2cpp_codegen_object_new(X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); X9ECPoint__ctor_m86678E96A1FEC551276BBD02F0B08A093F4C19BB(L_11, L_9, L_10, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_12 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_13 = V_1; X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_14 = (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)il2cpp_codegen_object_new(X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); X9ECParameters__ctor_m00E649E8CCE9C45DF2672DDBD6EFC281270C685D(L_14, L_9, L_11, L_12, L_13, NULL); return L_14; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrainpoolP224t1Holder__cctor_mD87B2E23681A0C8A5352528BCDCA09513099B104 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrainpoolP224t1Holder_tB9D5847C934E19E94C6721B5AC34607335A6C4AC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BrainpoolP224t1Holder_tB9D5847C934E19E94C6721B5AC34607335A6C4AC* L_0 = (BrainpoolP224t1Holder_tB9D5847C934E19E94C6721B5AC34607335A6C4AC*)il2cpp_codegen_object_new(BrainpoolP224t1Holder_tB9D5847C934E19E94C6721B5AC34607335A6C4AC_il2cpp_TypeInfo_var); BrainpoolP224t1Holder__ctor_m09480FBCA041B8079990FDB29571EC8C9958E54B(L_0, NULL); ((BrainpoolP224t1Holder_tB9D5847C934E19E94C6721B5AC34607335A6C4AC_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP224t1Holder_tB9D5847C934E19E94C6721B5AC34607335A6C4AC_il2cpp_TypeInfo_var))->___Instance = L_0; Il2CppCodeGenWriteBarrier((void**)(&((BrainpoolP224t1Holder_tB9D5847C934E19E94C6721B5AC34607335A6C4AC_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP224t1Holder_tB9D5847C934E19E94C6721B5AC34607335A6C4AC_il2cpp_TypeInfo_var))->___Instance), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrainpoolP256r1Holder__ctor_m8EA9C76508E7621418BDC053157F74A51F9539D3 (BrainpoolP256r1Holder_tC91CC34F12994E037F0E0742F2C6D28A33F4EB9B* __this, const RuntimeMethod* method) { { X9ECParametersHolder__ctor_m6D26DDE5152F86A808129FBADFAAACCCCD4B08B9(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* BrainpoolP256r1Holder_CreateParameters_mFC075423B1DED526F25C3D53E7494011DB0F70D3 (BrainpoolP256r1Holder_tC91CC34F12994E037F0E0742F2C6D28A33F4EB9B* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral05B4CB28C8408351244D95475F1D1353A29CA23D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26DC5E0BF73157E4A9F40EBB2C5D045B1E35CA62); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral74B232E34C7B710A44245D249D308757819847F0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D081E8EED213A2786BB8CEB46059FB513AAD2BF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE579C06E8610239A57FB6331C14F7C2C429A0C73); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEA38739BFD8E02B5F63D5927B2E2E83DC23AD2EF); s_Il2CppMethodInitialized = true; } BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_0 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_1 = NULL; { BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_0 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_0, _stringLiteral8D081E8EED213A2786BB8CEB46059FB513AAD2BF, ((int32_t)16), NULL); V_0 = L_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_1, _stringLiteral26DC5E0BF73157E4A9F40EBB2C5D045B1E35CA62, ((int32_t)16), NULL); V_1 = L_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_2 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_2, _stringLiteralE579C06E8610239A57FB6331C14F7C2C429A0C73, ((int32_t)16), NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_3 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_3, _stringLiteralEA38739BFD8E02B5F63D5927B2E2E83DC23AD2EF, ((int32_t)16), NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_4 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_4, _stringLiteral05B4CB28C8408351244D95475F1D1353A29CA23D, ((int32_t)16), NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_5 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_6 = V_1; FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD* L_7 = (FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD*)il2cpp_codegen_object_new(FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); FpCurve__ctor_mA33C90E41F879DD0EE0A04C8C2950276512F527B(L_7, L_2, L_3, L_4, L_5, L_6, NULL); il2cpp_codegen_runtime_class_init_inline(TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_8; L_8 = TeleTrusTNamedCurves_ConfigureCurve_m3F4413F9B9ABF93BAA6379DC8A545F32D45A7D1C(L_7, NULL); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_9 = L_8; il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10; L_10 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteral74B232E34C7B710A44245D249D308757819847F0, NULL); X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_11 = (X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D*)il2cpp_codegen_object_new(X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); X9ECPoint__ctor_m86678E96A1FEC551276BBD02F0B08A093F4C19BB(L_11, L_9, L_10, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_12 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_13 = V_1; X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_14 = (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)il2cpp_codegen_object_new(X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); X9ECParameters__ctor_m00E649E8CCE9C45DF2672DDBD6EFC281270C685D(L_14, L_9, L_11, L_12, L_13, NULL); return L_14; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrainpoolP256r1Holder__cctor_m786958127A099EDED372ABC0CB014019E36C0F3B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrainpoolP256r1Holder_tC91CC34F12994E037F0E0742F2C6D28A33F4EB9B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BrainpoolP256r1Holder_tC91CC34F12994E037F0E0742F2C6D28A33F4EB9B* L_0 = (BrainpoolP256r1Holder_tC91CC34F12994E037F0E0742F2C6D28A33F4EB9B*)il2cpp_codegen_object_new(BrainpoolP256r1Holder_tC91CC34F12994E037F0E0742F2C6D28A33F4EB9B_il2cpp_TypeInfo_var); BrainpoolP256r1Holder__ctor_m8EA9C76508E7621418BDC053157F74A51F9539D3(L_0, NULL); ((BrainpoolP256r1Holder_tC91CC34F12994E037F0E0742F2C6D28A33F4EB9B_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP256r1Holder_tC91CC34F12994E037F0E0742F2C6D28A33F4EB9B_il2cpp_TypeInfo_var))->___Instance = L_0; Il2CppCodeGenWriteBarrier((void**)(&((BrainpoolP256r1Holder_tC91CC34F12994E037F0E0742F2C6D28A33F4EB9B_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP256r1Holder_tC91CC34F12994E037F0E0742F2C6D28A33F4EB9B_il2cpp_TypeInfo_var))->___Instance), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrainpoolP256t1Holder__ctor_mDB62BA1C1DDBFC8DCF679BDAAC6195CEFDD932E6 (BrainpoolP256t1Holder_t36DFA4F4BA65A8A901B5CE7D6B0AE40D3D07E89F* __this, const RuntimeMethod* method) { { X9ECParametersHolder__ctor_m6D26DDE5152F86A808129FBADFAAACCCCD4B08B9(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* BrainpoolP256t1Holder_CreateParameters_m70259C6B2AB22CBA1CD2DD2FCE7FAD0FC72673DF (BrainpoolP256t1Holder_t36DFA4F4BA65A8A901B5CE7D6B0AE40D3D07E89F* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26DC5E0BF73157E4A9F40EBB2C5D045B1E35CA62); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2BD6350AD7DC1C7338ED2FA8779B1A34BBF924E4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D081E8EED213A2786BB8CEB46059FB513AAD2BF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB5D55676513977B1CC8289EFDECD3AC45ADAC074); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC363CC2636BE332A5798249C2C698E7E424911C9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE579C06E8610239A57FB6331C14F7C2C429A0C73); s_Il2CppMethodInitialized = true; } BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_0 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_1 = NULL; { BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_0 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_0, _stringLiteral8D081E8EED213A2786BB8CEB46059FB513AAD2BF, ((int32_t)16), NULL); V_0 = L_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_1, _stringLiteral26DC5E0BF73157E4A9F40EBB2C5D045B1E35CA62, ((int32_t)16), NULL); V_1 = L_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_2 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_2, _stringLiteralE579C06E8610239A57FB6331C14F7C2C429A0C73, ((int32_t)16), NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_3 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_3, _stringLiteralC363CC2636BE332A5798249C2C698E7E424911C9, ((int32_t)16), NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_4 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_4, _stringLiteralB5D55676513977B1CC8289EFDECD3AC45ADAC074, ((int32_t)16), NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_5 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_6 = V_1; FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD* L_7 = (FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD*)il2cpp_codegen_object_new(FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); FpCurve__ctor_mA33C90E41F879DD0EE0A04C8C2950276512F527B(L_7, L_2, L_3, L_4, L_5, L_6, NULL); il2cpp_codegen_runtime_class_init_inline(TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_8; L_8 = TeleTrusTNamedCurves_ConfigureCurve_m3F4413F9B9ABF93BAA6379DC8A545F32D45A7D1C(L_7, NULL); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_9 = L_8; il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10; L_10 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteral2BD6350AD7DC1C7338ED2FA8779B1A34BBF924E4, NULL); X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_11 = (X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D*)il2cpp_codegen_object_new(X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); X9ECPoint__ctor_m86678E96A1FEC551276BBD02F0B08A093F4C19BB(L_11, L_9, L_10, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_12 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_13 = V_1; X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_14 = (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)il2cpp_codegen_object_new(X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); X9ECParameters__ctor_m00E649E8CCE9C45DF2672DDBD6EFC281270C685D(L_14, L_9, L_11, L_12, L_13, NULL); return L_14; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrainpoolP256t1Holder__cctor_mF32A144089DF913D768D018FB127CA32CB97167E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrainpoolP256t1Holder_t36DFA4F4BA65A8A901B5CE7D6B0AE40D3D07E89F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BrainpoolP256t1Holder_t36DFA4F4BA65A8A901B5CE7D6B0AE40D3D07E89F* L_0 = (BrainpoolP256t1Holder_t36DFA4F4BA65A8A901B5CE7D6B0AE40D3D07E89F*)il2cpp_codegen_object_new(BrainpoolP256t1Holder_t36DFA4F4BA65A8A901B5CE7D6B0AE40D3D07E89F_il2cpp_TypeInfo_var); BrainpoolP256t1Holder__ctor_mDB62BA1C1DDBFC8DCF679BDAAC6195CEFDD932E6(L_0, NULL); ((BrainpoolP256t1Holder_t36DFA4F4BA65A8A901B5CE7D6B0AE40D3D07E89F_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP256t1Holder_t36DFA4F4BA65A8A901B5CE7D6B0AE40D3D07E89F_il2cpp_TypeInfo_var))->___Instance = L_0; Il2CppCodeGenWriteBarrier((void**)(&((BrainpoolP256t1Holder_t36DFA4F4BA65A8A901B5CE7D6B0AE40D3D07E89F_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP256t1Holder_t36DFA4F4BA65A8A901B5CE7D6B0AE40D3D07E89F_il2cpp_TypeInfo_var))->___Instance), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrainpoolP320r1Holder__ctor_m14D8E62E74F7B4857FB8D75D513BF3CCC4CD9C4A (BrainpoolP320r1Holder_tE336184BDB301DB438D243C92389B751A9C074BF* __this, const RuntimeMethod* method) { { X9ECParametersHolder__ctor_m6D26DDE5152F86A808129FBADFAAACCCCD4B08B9(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* BrainpoolP320r1Holder_CreateParameters_m6F3E429C63426AECBAFCF3F29E00AF3E3A2F46D3 (BrainpoolP320r1Holder_tE336184BDB301DB438D243C92389B751A9C074BF* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral155C9B9361B073FFEE6852679A1979E62AAA5D1E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26DC5E0BF73157E4A9F40EBB2C5D045B1E35CA62); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral34C6DD5E3F74D225FC488DB53BB338417416C358); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral56AE9A47135FB208ACB57FB850A93CE35E62DA0A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6A6114EE6AD4F5D8753DA3068DD672E7F9BC8B7C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC069479491EDF00971B0FDE36B2AB2E95437F826); s_Il2CppMethodInitialized = true; } BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_0 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_1 = NULL; { BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_0 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_0, _stringLiteral56AE9A47135FB208ACB57FB850A93CE35E62DA0A, ((int32_t)16), NULL); V_0 = L_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_1, _stringLiteral26DC5E0BF73157E4A9F40EBB2C5D045B1E35CA62, ((int32_t)16), NULL); V_1 = L_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_2 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_2, _stringLiteral155C9B9361B073FFEE6852679A1979E62AAA5D1E, ((int32_t)16), NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_3 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_3, _stringLiteral6A6114EE6AD4F5D8753DA3068DD672E7F9BC8B7C, ((int32_t)16), NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_4 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_4, _stringLiteral34C6DD5E3F74D225FC488DB53BB338417416C358, ((int32_t)16), NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_5 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_6 = V_1; FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD* L_7 = (FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD*)il2cpp_codegen_object_new(FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); FpCurve__ctor_mA33C90E41F879DD0EE0A04C8C2950276512F527B(L_7, L_2, L_3, L_4, L_5, L_6, NULL); il2cpp_codegen_runtime_class_init_inline(TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_8; L_8 = TeleTrusTNamedCurves_ConfigureCurve_m3F4413F9B9ABF93BAA6379DC8A545F32D45A7D1C(L_7, NULL); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_9 = L_8; il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10; L_10 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteralC069479491EDF00971B0FDE36B2AB2E95437F826, NULL); X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_11 = (X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D*)il2cpp_codegen_object_new(X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); X9ECPoint__ctor_m86678E96A1FEC551276BBD02F0B08A093F4C19BB(L_11, L_9, L_10, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_12 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_13 = V_1; X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_14 = (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)il2cpp_codegen_object_new(X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); X9ECParameters__ctor_m00E649E8CCE9C45DF2672DDBD6EFC281270C685D(L_14, L_9, L_11, L_12, L_13, NULL); return L_14; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrainpoolP320r1Holder__cctor_m4CD559FD14018033AE8627C5BF36376C9D86DE96 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrainpoolP320r1Holder_tE336184BDB301DB438D243C92389B751A9C074BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BrainpoolP320r1Holder_tE336184BDB301DB438D243C92389B751A9C074BF* L_0 = (BrainpoolP320r1Holder_tE336184BDB301DB438D243C92389B751A9C074BF*)il2cpp_codegen_object_new(BrainpoolP320r1Holder_tE336184BDB301DB438D243C92389B751A9C074BF_il2cpp_TypeInfo_var); BrainpoolP320r1Holder__ctor_m14D8E62E74F7B4857FB8D75D513BF3CCC4CD9C4A(L_0, NULL); ((BrainpoolP320r1Holder_tE336184BDB301DB438D243C92389B751A9C074BF_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP320r1Holder_tE336184BDB301DB438D243C92389B751A9C074BF_il2cpp_TypeInfo_var))->___Instance = L_0; Il2CppCodeGenWriteBarrier((void**)(&((BrainpoolP320r1Holder_tE336184BDB301DB438D243C92389B751A9C074BF_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP320r1Holder_tE336184BDB301DB438D243C92389B751A9C074BF_il2cpp_TypeInfo_var))->___Instance), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrainpoolP320t1Holder__ctor_mD0D96CE4C2FA9D5CD52B5B8C1B303EECEACC19C2 (BrainpoolP320t1Holder_tC75E77EA6F0E1F26523FCD769950CF1E3C0B4F56* __this, const RuntimeMethod* method) { { X9ECParametersHolder__ctor_m6D26DDE5152F86A808129FBADFAAACCCCD4B08B9(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* BrainpoolP320t1Holder_CreateParameters_m6B2F5D21A9522B4DD6C2AB810E571F0517B819D0 (BrainpoolP320t1Holder_tC75E77EA6F0E1F26523FCD769950CF1E3C0B4F56* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral155C9B9361B073FFEE6852679A1979E62AAA5D1E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26DC5E0BF73157E4A9F40EBB2C5D045B1E35CA62); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3EE5FEFAF7DE69BF9353F7DFACEB8CE657B93871); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral56AE9A47135FB208ACB57FB850A93CE35E62DA0A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9645F0570B49B10DDE94A0E847474B41527FCEC9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD0A85DD46032CB7E2A5597913E43998E217FF440); s_Il2CppMethodInitialized = true; } BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_0 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_1 = NULL; { BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_0 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_0, _stringLiteral56AE9A47135FB208ACB57FB850A93CE35E62DA0A, ((int32_t)16), NULL); V_0 = L_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_1, _stringLiteral26DC5E0BF73157E4A9F40EBB2C5D045B1E35CA62, ((int32_t)16), NULL); V_1 = L_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_2 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_2, _stringLiteral155C9B9361B073FFEE6852679A1979E62AAA5D1E, ((int32_t)16), NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_3 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_3, _stringLiteral3EE5FEFAF7DE69BF9353F7DFACEB8CE657B93871, ((int32_t)16), NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_4 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_4, _stringLiteralD0A85DD46032CB7E2A5597913E43998E217FF440, ((int32_t)16), NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_5 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_6 = V_1; FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD* L_7 = (FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD*)il2cpp_codegen_object_new(FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); FpCurve__ctor_mA33C90E41F879DD0EE0A04C8C2950276512F527B(L_7, L_2, L_3, L_4, L_5, L_6, NULL); il2cpp_codegen_runtime_class_init_inline(TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_8; L_8 = TeleTrusTNamedCurves_ConfigureCurve_m3F4413F9B9ABF93BAA6379DC8A545F32D45A7D1C(L_7, NULL); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_9 = L_8; il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10; L_10 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteral9645F0570B49B10DDE94A0E847474B41527FCEC9, NULL); X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_11 = (X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D*)il2cpp_codegen_object_new(X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); X9ECPoint__ctor_m86678E96A1FEC551276BBD02F0B08A093F4C19BB(L_11, L_9, L_10, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_12 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_13 = V_1; X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_14 = (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)il2cpp_codegen_object_new(X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); X9ECParameters__ctor_m00E649E8CCE9C45DF2672DDBD6EFC281270C685D(L_14, L_9, L_11, L_12, L_13, NULL); return L_14; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrainpoolP320t1Holder__cctor_m763E303C9B4AA2243E91511817EB98B21F2219C1 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrainpoolP320t1Holder_tC75E77EA6F0E1F26523FCD769950CF1E3C0B4F56_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BrainpoolP320t1Holder_tC75E77EA6F0E1F26523FCD769950CF1E3C0B4F56* L_0 = (BrainpoolP320t1Holder_tC75E77EA6F0E1F26523FCD769950CF1E3C0B4F56*)il2cpp_codegen_object_new(BrainpoolP320t1Holder_tC75E77EA6F0E1F26523FCD769950CF1E3C0B4F56_il2cpp_TypeInfo_var); BrainpoolP320t1Holder__ctor_mD0D96CE4C2FA9D5CD52B5B8C1B303EECEACC19C2(L_0, NULL); ((BrainpoolP320t1Holder_tC75E77EA6F0E1F26523FCD769950CF1E3C0B4F56_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP320t1Holder_tC75E77EA6F0E1F26523FCD769950CF1E3C0B4F56_il2cpp_TypeInfo_var))->___Instance = L_0; Il2CppCodeGenWriteBarrier((void**)(&((BrainpoolP320t1Holder_tC75E77EA6F0E1F26523FCD769950CF1E3C0B4F56_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP320t1Holder_tC75E77EA6F0E1F26523FCD769950CF1E3C0B4F56_il2cpp_TypeInfo_var))->___Instance), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrainpoolP384r1Holder__ctor_m91C9606216A287D6294B4157ABA7182E81959C23 (BrainpoolP384r1Holder_t1B4317DBDE375872EC790E77965BAB5ED9197F49* __this, const RuntimeMethod* method) { { X9ECParametersHolder__ctor_m6D26DDE5152F86A808129FBADFAAACCCCD4B08B9(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* BrainpoolP384r1Holder_CreateParameters_m265265570CA053BCD287D32EFA907A2561A392A7 (BrainpoolP384r1Holder_t1B4317DBDE375872EC790E77965BAB5ED9197F49* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1C9EBF7B6F5146572A552EC04EA9E55D2B58B134); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26DC5E0BF73157E4A9F40EBB2C5D045B1E35CA62); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral67A8A5D0ADC933B024198A4E43926D4FDA5EADCC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral80D4BF332379961AA750FB7B55DC92FD628CBEE8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB809AD1700E38A60785549B6958A7688B9EB802A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA3B46CBD421D3297958097E3E54AE43CDBE7440); s_Il2CppMethodInitialized = true; } BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_0 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_1 = NULL; { BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_0 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_0, _stringLiteralB809AD1700E38A60785549B6958A7688B9EB802A, ((int32_t)16), NULL); V_0 = L_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_1, _stringLiteral26DC5E0BF73157E4A9F40EBB2C5D045B1E35CA62, ((int32_t)16), NULL); V_1 = L_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_2 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_2, _stringLiteral67A8A5D0ADC933B024198A4E43926D4FDA5EADCC, ((int32_t)16), NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_3 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_3, _stringLiteralDA3B46CBD421D3297958097E3E54AE43CDBE7440, ((int32_t)16), NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_4 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_4, _stringLiteral80D4BF332379961AA750FB7B55DC92FD628CBEE8, ((int32_t)16), NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_5 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_6 = V_1; FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD* L_7 = (FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD*)il2cpp_codegen_object_new(FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); FpCurve__ctor_mA33C90E41F879DD0EE0A04C8C2950276512F527B(L_7, L_2, L_3, L_4, L_5, L_6, NULL); il2cpp_codegen_runtime_class_init_inline(TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_8; L_8 = TeleTrusTNamedCurves_ConfigureCurve_m3F4413F9B9ABF93BAA6379DC8A545F32D45A7D1C(L_7, NULL); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_9 = L_8; il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10; L_10 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteral1C9EBF7B6F5146572A552EC04EA9E55D2B58B134, NULL); X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_11 = (X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D*)il2cpp_codegen_object_new(X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); X9ECPoint__ctor_m86678E96A1FEC551276BBD02F0B08A093F4C19BB(L_11, L_9, L_10, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_12 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_13 = V_1; X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_14 = (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)il2cpp_codegen_object_new(X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); X9ECParameters__ctor_m00E649E8CCE9C45DF2672DDBD6EFC281270C685D(L_14, L_9, L_11, L_12, L_13, NULL); return L_14; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrainpoolP384r1Holder__cctor_m7E7A643D1CEF3070A3F0AD11721823F241D093E2 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrainpoolP384r1Holder_t1B4317DBDE375872EC790E77965BAB5ED9197F49_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BrainpoolP384r1Holder_t1B4317DBDE375872EC790E77965BAB5ED9197F49* L_0 = (BrainpoolP384r1Holder_t1B4317DBDE375872EC790E77965BAB5ED9197F49*)il2cpp_codegen_object_new(BrainpoolP384r1Holder_t1B4317DBDE375872EC790E77965BAB5ED9197F49_il2cpp_TypeInfo_var); BrainpoolP384r1Holder__ctor_m91C9606216A287D6294B4157ABA7182E81959C23(L_0, NULL); ((BrainpoolP384r1Holder_t1B4317DBDE375872EC790E77965BAB5ED9197F49_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP384r1Holder_t1B4317DBDE375872EC790E77965BAB5ED9197F49_il2cpp_TypeInfo_var))->___Instance = L_0; Il2CppCodeGenWriteBarrier((void**)(&((BrainpoolP384r1Holder_t1B4317DBDE375872EC790E77965BAB5ED9197F49_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP384r1Holder_t1B4317DBDE375872EC790E77965BAB5ED9197F49_il2cpp_TypeInfo_var))->___Instance), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrainpoolP384t1Holder__ctor_m1531221D5EDF90CC4508AB625149FF4D5296997A (BrainpoolP384t1Holder_tF37BDE66DCDAD456F6A080FA4BF241FF8ED7DD31* __this, const RuntimeMethod* method) { { X9ECParametersHolder__ctor_m6D26DDE5152F86A808129FBADFAAACCCCD4B08B9(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* BrainpoolP384t1Holder_CreateParameters_m2A748FCF5B0FFACAA0800E75C1D2C9845C792CA0 (BrainpoolP384t1Holder_tF37BDE66DCDAD456F6A080FA4BF241FF8ED7DD31* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26DC5E0BF73157E4A9F40EBB2C5D045B1E35CA62); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral33FA09D4F5C9B409150E5B3D4C72F0457AA15E2F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral67A8A5D0ADC933B024198A4E43926D4FDA5EADCC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB809AD1700E38A60785549B6958A7688B9EB802A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDFE70301155C124D2665BE53C57D3784422D774E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFADE15536604AC6735DFDBCAEDEC421E9A5B538B); s_Il2CppMethodInitialized = true; } BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_0 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_1 = NULL; { BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_0 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_0, _stringLiteralB809AD1700E38A60785549B6958A7688B9EB802A, ((int32_t)16), NULL); V_0 = L_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_1, _stringLiteral26DC5E0BF73157E4A9F40EBB2C5D045B1E35CA62, ((int32_t)16), NULL); V_1 = L_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_2 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_2, _stringLiteral67A8A5D0ADC933B024198A4E43926D4FDA5EADCC, ((int32_t)16), NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_3 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_3, _stringLiteralDFE70301155C124D2665BE53C57D3784422D774E, ((int32_t)16), NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_4 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_4, _stringLiteralFADE15536604AC6735DFDBCAEDEC421E9A5B538B, ((int32_t)16), NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_5 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_6 = V_1; FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD* L_7 = (FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD*)il2cpp_codegen_object_new(FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); FpCurve__ctor_mA33C90E41F879DD0EE0A04C8C2950276512F527B(L_7, L_2, L_3, L_4, L_5, L_6, NULL); il2cpp_codegen_runtime_class_init_inline(TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_8; L_8 = TeleTrusTNamedCurves_ConfigureCurve_m3F4413F9B9ABF93BAA6379DC8A545F32D45A7D1C(L_7, NULL); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_9 = L_8; il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10; L_10 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteral33FA09D4F5C9B409150E5B3D4C72F0457AA15E2F, NULL); X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_11 = (X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D*)il2cpp_codegen_object_new(X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); X9ECPoint__ctor_m86678E96A1FEC551276BBD02F0B08A093F4C19BB(L_11, L_9, L_10, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_12 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_13 = V_1; X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_14 = (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)il2cpp_codegen_object_new(X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); X9ECParameters__ctor_m00E649E8CCE9C45DF2672DDBD6EFC281270C685D(L_14, L_9, L_11, L_12, L_13, NULL); return L_14; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrainpoolP384t1Holder__cctor_m05368AAA963AED004CAABFE4241DDBD127F6CB01 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrainpoolP384t1Holder_tF37BDE66DCDAD456F6A080FA4BF241FF8ED7DD31_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BrainpoolP384t1Holder_tF37BDE66DCDAD456F6A080FA4BF241FF8ED7DD31* L_0 = (BrainpoolP384t1Holder_tF37BDE66DCDAD456F6A080FA4BF241FF8ED7DD31*)il2cpp_codegen_object_new(BrainpoolP384t1Holder_tF37BDE66DCDAD456F6A080FA4BF241FF8ED7DD31_il2cpp_TypeInfo_var); BrainpoolP384t1Holder__ctor_m1531221D5EDF90CC4508AB625149FF4D5296997A(L_0, NULL); ((BrainpoolP384t1Holder_tF37BDE66DCDAD456F6A080FA4BF241FF8ED7DD31_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP384t1Holder_tF37BDE66DCDAD456F6A080FA4BF241FF8ED7DD31_il2cpp_TypeInfo_var))->___Instance = L_0; Il2CppCodeGenWriteBarrier((void**)(&((BrainpoolP384t1Holder_tF37BDE66DCDAD456F6A080FA4BF241FF8ED7DD31_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP384t1Holder_tF37BDE66DCDAD456F6A080FA4BF241FF8ED7DD31_il2cpp_TypeInfo_var))->___Instance), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrainpoolP512r1Holder__ctor_m4B183ECFF0AD9452B56F526D792BFFC540F254D1 (BrainpoolP512r1Holder_tE0DBA907B58B8BEEBA3FA7CA67558790142EB017* __this, const RuntimeMethod* method) { { X9ECParametersHolder__ctor_m6D26DDE5152F86A808129FBADFAAACCCCD4B08B9(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* BrainpoolP512r1Holder_CreateParameters_mD14955283D9160305D152DB8914B476219CCB383 (BrainpoolP512r1Holder_tE0DBA907B58B8BEEBA3FA7CA67558790142EB017* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26DC5E0BF73157E4A9F40EBB2C5D045B1E35CA62); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2B0F0F1705E5EBF1F286CD46163C0365291D4D8B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral30C1109AED7A570B9B11A0CCD8020033AF5361CD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7A0F21FDBDEA86648C5DCD7A29679A990503872F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA8A0FD07F08D16EE517E51941994B8A1CF651368); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEB3B06EFC1B516FF6DE14E7513E8D6B309714964); s_Il2CppMethodInitialized = true; } BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_0 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_1 = NULL; { BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_0 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_0, _stringLiteral2B0F0F1705E5EBF1F286CD46163C0365291D4D8B, ((int32_t)16), NULL); V_0 = L_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_1, _stringLiteral26DC5E0BF73157E4A9F40EBB2C5D045B1E35CA62, ((int32_t)16), NULL); V_1 = L_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_2 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_2, _stringLiteral7A0F21FDBDEA86648C5DCD7A29679A990503872F, ((int32_t)16), NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_3 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_3, _stringLiteral30C1109AED7A570B9B11A0CCD8020033AF5361CD, ((int32_t)16), NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_4 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_4, _stringLiteralEB3B06EFC1B516FF6DE14E7513E8D6B309714964, ((int32_t)16), NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_5 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_6 = V_1; FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD* L_7 = (FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD*)il2cpp_codegen_object_new(FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); FpCurve__ctor_mA33C90E41F879DD0EE0A04C8C2950276512F527B(L_7, L_2, L_3, L_4, L_5, L_6, NULL); il2cpp_codegen_runtime_class_init_inline(TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_8; L_8 = TeleTrusTNamedCurves_ConfigureCurve_m3F4413F9B9ABF93BAA6379DC8A545F32D45A7D1C(L_7, NULL); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_9 = L_8; il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10; L_10 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteralA8A0FD07F08D16EE517E51941994B8A1CF651368, NULL); X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_11 = (X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D*)il2cpp_codegen_object_new(X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); X9ECPoint__ctor_m86678E96A1FEC551276BBD02F0B08A093F4C19BB(L_11, L_9, L_10, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_12 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_13 = V_1; X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_14 = (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)il2cpp_codegen_object_new(X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); X9ECParameters__ctor_m00E649E8CCE9C45DF2672DDBD6EFC281270C685D(L_14, L_9, L_11, L_12, L_13, NULL); return L_14; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrainpoolP512r1Holder__cctor_m377DAC7F3D6CE6658597AA3FF4956FEEF795FB6B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrainpoolP512r1Holder_tE0DBA907B58B8BEEBA3FA7CA67558790142EB017_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BrainpoolP512r1Holder_tE0DBA907B58B8BEEBA3FA7CA67558790142EB017* L_0 = (BrainpoolP512r1Holder_tE0DBA907B58B8BEEBA3FA7CA67558790142EB017*)il2cpp_codegen_object_new(BrainpoolP512r1Holder_tE0DBA907B58B8BEEBA3FA7CA67558790142EB017_il2cpp_TypeInfo_var); BrainpoolP512r1Holder__ctor_m4B183ECFF0AD9452B56F526D792BFFC540F254D1(L_0, NULL); ((BrainpoolP512r1Holder_tE0DBA907B58B8BEEBA3FA7CA67558790142EB017_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP512r1Holder_tE0DBA907B58B8BEEBA3FA7CA67558790142EB017_il2cpp_TypeInfo_var))->___Instance = L_0; Il2CppCodeGenWriteBarrier((void**)(&((BrainpoolP512r1Holder_tE0DBA907B58B8BEEBA3FA7CA67558790142EB017_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP512r1Holder_tE0DBA907B58B8BEEBA3FA7CA67558790142EB017_il2cpp_TypeInfo_var))->___Instance), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrainpoolP512t1Holder__ctor_mB575294388F64A7E74779DEEA9C6B587F8B0FA1D (BrainpoolP512t1Holder_t5986FB9A13B1B6A98022D57B051114CA199BBAAF* __this, const RuntimeMethod* method) { { X9ECParametersHolder__ctor_m6D26DDE5152F86A808129FBADFAAACCCCD4B08B9(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* BrainpoolP512t1Holder_CreateParameters_m2FB893C20EA130A91B6605539AE2958CD35BADB0 (BrainpoolP512t1Holder_t5986FB9A13B1B6A98022D57B051114CA199BBAAF* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral14186EE4029F5532250C9D088C4A95136EAFFD38); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26DC5E0BF73157E4A9F40EBB2C5D045B1E35CA62); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2B0F0F1705E5EBF1F286CD46163C0365291D4D8B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral342774974B06391B38D6F8B5A5E6EC4E7F0B1E4B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37E033900AD7EC81A93678A2F634ED03B6F6F7AC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7A0F21FDBDEA86648C5DCD7A29679A990503872F); s_Il2CppMethodInitialized = true; } BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_0 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_1 = NULL; { BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_0 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_0, _stringLiteral2B0F0F1705E5EBF1F286CD46163C0365291D4D8B, ((int32_t)16), NULL); V_0 = L_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_1, _stringLiteral26DC5E0BF73157E4A9F40EBB2C5D045B1E35CA62, ((int32_t)16), NULL); V_1 = L_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_2 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_2, _stringLiteral7A0F21FDBDEA86648C5DCD7A29679A990503872F, ((int32_t)16), NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_3 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_3, _stringLiteral14186EE4029F5532250C9D088C4A95136EAFFD38, ((int32_t)16), NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_4 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_4, _stringLiteral37E033900AD7EC81A93678A2F634ED03B6F6F7AC, ((int32_t)16), NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_5 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_6 = V_1; FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD* L_7 = (FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD*)il2cpp_codegen_object_new(FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); FpCurve__ctor_mA33C90E41F879DD0EE0A04C8C2950276512F527B(L_7, L_2, L_3, L_4, L_5, L_6, NULL); il2cpp_codegen_runtime_class_init_inline(TeleTrusTNamedCurves_t80AEB5160EC084DC8FC6962630524015655CFA5E_il2cpp_TypeInfo_var); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_8; L_8 = TeleTrusTNamedCurves_ConfigureCurve_m3F4413F9B9ABF93BAA6379DC8A545F32D45A7D1C(L_7, NULL); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_9 = L_8; il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10; L_10 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteral342774974B06391B38D6F8B5A5E6EC4E7F0B1E4B, NULL); X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_11 = (X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D*)il2cpp_codegen_object_new(X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); X9ECPoint__ctor_m86678E96A1FEC551276BBD02F0B08A093F4C19BB(L_11, L_9, L_10, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_12 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_13 = V_1; X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_14 = (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)il2cpp_codegen_object_new(X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); X9ECParameters__ctor_m00E649E8CCE9C45DF2672DDBD6EFC281270C685D(L_14, L_9, L_11, L_12, L_13, NULL); return L_14; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrainpoolP512t1Holder__cctor_mB18D5737A1A16FC5BDF8CDA4BBF766F014A0B5A1 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrainpoolP512t1Holder_t5986FB9A13B1B6A98022D57B051114CA199BBAAF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BrainpoolP512t1Holder_t5986FB9A13B1B6A98022D57B051114CA199BBAAF* L_0 = (BrainpoolP512t1Holder_t5986FB9A13B1B6A98022D57B051114CA199BBAAF*)il2cpp_codegen_object_new(BrainpoolP512t1Holder_t5986FB9A13B1B6A98022D57B051114CA199BBAAF_il2cpp_TypeInfo_var); BrainpoolP512t1Holder__ctor_mB575294388F64A7E74779DEEA9C6B587F8B0FA1D(L_0, NULL); ((BrainpoolP512t1Holder_t5986FB9A13B1B6A98022D57B051114CA199BBAAF_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP512t1Holder_t5986FB9A13B1B6A98022D57B051114CA199BBAAF_il2cpp_TypeInfo_var))->___Instance = L_0; Il2CppCodeGenWriteBarrier((void**)(&((BrainpoolP512t1Holder_t5986FB9A13B1B6A98022D57B051114CA199BBAAF_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP512t1Holder_t5986FB9A13B1B6A98022D57B051114CA199BBAAF_il2cpp_TypeInfo_var))->___Instance), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TeleTrusTObjectIdentifiers__ctor_m4F1FEAC37096B308E28CD3F3B8A6E44AC1B58F26 (TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TeleTrusTObjectIdentifiers__cctor_m476BA60CE4040BCCF28BC0CA47EDA750A83F3B2D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0F79BE4BB9390066C8CFBDD406373CA24F5FADB2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1E67A6B790C10D826DBF077CFC2C9158C0C76579); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral23E89CDCB71BAF81755E2DFD2B7D09F497E21CC1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral27124CDEFE2BE16F697CE9666F41F00BA0C519A9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral28CEECE47824EDEF06E64DD53D862ED8A0104CA7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2A1BBF8F3C88C44388345A06B8B712DC59927F8A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2EC56193C8195EAD5B8542B13E1FCC9CF4DB3C08); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3EDF10E62134BD99CA6F1F174420237E76F4A176); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5FECD0559F6F45FBD7FC8AF5B0B9AFDB08EBF3B9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral67A47C687D1BBB246D874B84E68512B5E33BEBA7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6BACF17DD7DD6AA64CC652E1DCC3F3696D8F0BC8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6D42170D8B95AA8DAA8DB676FD28AD564225DA72); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral783FAF747B1398DBB5EBF06F7038921BFF60683F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral81D0867D36C5583FF580547434E283CAD6DE759A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8BDB21D5F1BAF66B7BE908A15E946035E5A43BA4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D16DD2EEFE134881668681ACBE0583A63224ED6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB2E86EB01079C727723F8DBF73E978BACF9028B2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3DC192A0BCCDF087E13486BE2F4F60B24BCC0B9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC4BDA98415573B97838847CF1A6949BA9FCC789E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE61C73879BEE91EFDDEA9838CA6F446E91E26195); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF61270EEEAEAE3ED8A61C9D0EE4C2F4E03F9757C); s_Il2CppMethodInitialized = true; } DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B2_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B1_0 = NULL; String_t* G_B3_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B5_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B4_0 = NULL; String_t* G_B6_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B8_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B7_0 = NULL; String_t* G_B9_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B11_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B10_0 = NULL; String_t* G_B12_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B14_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B13_0 = NULL; String_t* G_B15_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B17_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B16_0 = NULL; String_t* G_B18_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B20_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B19_0 = NULL; String_t* G_B21_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B23_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B22_0 = NULL; String_t* G_B24_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B26_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B25_0 = NULL; String_t* G_B27_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B29_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B28_0 = NULL; String_t* G_B30_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B32_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B31_0 = NULL; String_t* G_B33_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B35_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B34_0 = NULL; String_t* G_B36_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B38_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B37_0 = NULL; String_t* G_B39_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B41_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B40_0 = NULL; String_t* G_B42_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B44_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B43_0 = NULL; String_t* G_B45_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B47_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B46_0 = NULL; String_t* G_B48_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B50_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B49_0 = NULL; String_t* G_B51_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B53_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B52_0 = NULL; String_t* G_B54_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B56_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B55_0 = NULL; String_t* G_B57_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B59_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B58_0 = NULL; String_t* G_B60_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B62_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B61_0 = NULL; String_t* G_B63_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B65_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B64_0 = NULL; String_t* G_B66_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B68_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B67_0 = NULL; String_t* G_B69_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B71_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B70_0 = NULL; String_t* G_B72_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B74_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B73_0 = NULL; String_t* G_B75_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B77_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B76_0 = NULL; String_t* G_B78_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B80_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B79_0 = NULL; String_t* G_B81_0 = NULL; { DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_0 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_0, _stringLiteral6D42170D8B95AA8DAA8DB676FD28AD564225DA72, NULL); ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___TeleTrusTAlgorithm = L_0; Il2CppCodeGenWriteBarrier((void**)(&((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___TeleTrusTAlgorithm), (void*)L_0); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_1 = ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___TeleTrusTAlgorithm; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_2 = L_1; if (L_2) { G_B2_0 = L_2; goto IL_001b; } G_B1_0 = L_2; } { G_B3_0 = ((String_t*)(NULL)); goto IL_0020; } IL_001b: { NullCheck(G_B2_0); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B2_0); G_B3_0 = L_3; } IL_0020: { String_t* L_4; L_4 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B3_0, _stringLiteral0F79BE4BB9390066C8CFBDD406373CA24F5FADB2, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_5 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_5, L_4, NULL); ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___RipeMD160 = L_5; Il2CppCodeGenWriteBarrier((void**)(&((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___RipeMD160), (void*)L_5); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_6 = ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___TeleTrusTAlgorithm; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_7 = L_6; if (L_7) { G_B5_0 = L_7; goto IL_0040; } G_B4_0 = L_7; } { G_B6_0 = ((String_t*)(NULL)); goto IL_0045; } IL_0040: { NullCheck(G_B5_0); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B5_0); G_B6_0 = L_8; } IL_0045: { String_t* L_9; L_9 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B6_0, _stringLiteral783FAF747B1398DBB5EBF06F7038921BFF60683F, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_10 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_10, L_9, NULL); ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___RipeMD128 = L_10; Il2CppCodeGenWriteBarrier((void**)(&((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___RipeMD128), (void*)L_10); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_11 = ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___TeleTrusTAlgorithm; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_12 = L_11; if (L_12) { G_B8_0 = L_12; goto IL_0065; } G_B7_0 = L_12; } { G_B9_0 = ((String_t*)(NULL)); goto IL_006a; } IL_0065: { NullCheck(G_B8_0); String_t* L_13; L_13 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B8_0); G_B9_0 = L_13; } IL_006a: { String_t* L_14; L_14 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B9_0, _stringLiteral3EDF10E62134BD99CA6F1F174420237E76F4A176, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_15 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_15, L_14, NULL); ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___RipeMD256 = L_15; Il2CppCodeGenWriteBarrier((void**)(&((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___RipeMD256), (void*)L_15); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_16 = ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___TeleTrusTAlgorithm; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_17 = L_16; if (L_17) { G_B11_0 = L_17; goto IL_008a; } G_B10_0 = L_17; } { G_B12_0 = ((String_t*)(NULL)); goto IL_008f; } IL_008a: { NullCheck(G_B11_0); String_t* L_18; L_18 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B11_0); G_B12_0 = L_18; } IL_008f: { String_t* L_19; L_19 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B12_0, _stringLiteral8D16DD2EEFE134881668681ACBE0583A63224ED6, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_20 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_20, L_19, NULL); ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___TeleTrusTRsaSignatureAlgorithm = L_20; Il2CppCodeGenWriteBarrier((void**)(&((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___TeleTrusTRsaSignatureAlgorithm), (void*)L_20); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_21 = ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___TeleTrusTRsaSignatureAlgorithm; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_22 = L_21; if (L_22) { G_B14_0 = L_22; goto IL_00af; } G_B13_0 = L_22; } { G_B15_0 = ((String_t*)(NULL)); goto IL_00b4; } IL_00af: { NullCheck(G_B14_0); String_t* L_23; L_23 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B14_0); G_B15_0 = L_23; } IL_00b4: { String_t* L_24; L_24 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B15_0, _stringLiteralC4BDA98415573B97838847CF1A6949BA9FCC789E, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_25 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_25, L_24, NULL); ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___RsaSignatureWithRipeMD160 = L_25; Il2CppCodeGenWriteBarrier((void**)(&((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___RsaSignatureWithRipeMD160), (void*)L_25); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_26 = ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___TeleTrusTRsaSignatureAlgorithm; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_27 = L_26; if (L_27) { G_B17_0 = L_27; goto IL_00d4; } G_B16_0 = L_27; } { G_B18_0 = ((String_t*)(NULL)); goto IL_00d9; } IL_00d4: { NullCheck(G_B17_0); String_t* L_28; L_28 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B17_0); G_B18_0 = L_28; } IL_00d9: { String_t* L_29; L_29 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B18_0, _stringLiteralB2E86EB01079C727723F8DBF73E978BACF9028B2, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_30 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_30, L_29, NULL); ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___RsaSignatureWithRipeMD128 = L_30; Il2CppCodeGenWriteBarrier((void**)(&((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___RsaSignatureWithRipeMD128), (void*)L_30); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_31 = ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___TeleTrusTRsaSignatureAlgorithm; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_32 = L_31; if (L_32) { G_B20_0 = L_32; goto IL_00f9; } G_B19_0 = L_32; } { G_B21_0 = ((String_t*)(NULL)); goto IL_00fe; } IL_00f9: { NullCheck(G_B20_0); String_t* L_33; L_33 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B20_0); G_B21_0 = L_33; } IL_00fe: { String_t* L_34; L_34 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B21_0, _stringLiteral28CEECE47824EDEF06E64DD53D862ED8A0104CA7, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_35 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_35, L_34, NULL); ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___RsaSignatureWithRipeMD256 = L_35; Il2CppCodeGenWriteBarrier((void**)(&((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___RsaSignatureWithRipeMD256), (void*)L_35); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_36 = ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___TeleTrusTAlgorithm; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_37 = L_36; if (L_37) { G_B23_0 = L_37; goto IL_011e; } G_B22_0 = L_37; } { G_B24_0 = ((String_t*)(NULL)); goto IL_0123; } IL_011e: { NullCheck(G_B23_0); String_t* L_38; L_38 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B23_0); G_B24_0 = L_38; } IL_0123: { String_t* L_39; L_39 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B24_0, _stringLiteral6BACF17DD7DD6AA64CC652E1DCC3F3696D8F0BC8, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_40 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_40, L_39, NULL); ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___ECSign = L_40; Il2CppCodeGenWriteBarrier((void**)(&((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___ECSign), (void*)L_40); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_41 = ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___ECSign; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_42 = L_41; if (L_42) { G_B26_0 = L_42; goto IL_0143; } G_B25_0 = L_42; } { G_B27_0 = ((String_t*)(NULL)); goto IL_0148; } IL_0143: { NullCheck(G_B26_0); String_t* L_43; L_43 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B26_0); G_B27_0 = L_43; } IL_0148: { String_t* L_44; L_44 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B27_0, _stringLiteral2EC56193C8195EAD5B8542B13E1FCC9CF4DB3C08, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_45 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_45, L_44, NULL); ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___ECSignWithSha1 = L_45; Il2CppCodeGenWriteBarrier((void**)(&((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___ECSignWithSha1), (void*)L_45); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_46 = ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___ECSign; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_47 = L_46; if (L_47) { G_B29_0 = L_47; goto IL_0168; } G_B28_0 = L_47; } { G_B30_0 = ((String_t*)(NULL)); goto IL_016d; } IL_0168: { NullCheck(G_B29_0); String_t* L_48; L_48 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B29_0); G_B30_0 = L_48; } IL_016d: { String_t* L_49; L_49 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B30_0, _stringLiteralC4BDA98415573B97838847CF1A6949BA9FCC789E, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_50 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_50, L_49, NULL); ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___ECSignWithRipeMD160 = L_50; Il2CppCodeGenWriteBarrier((void**)(&((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___ECSignWithRipeMD160), (void*)L_50); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_51 = ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___TeleTrusTAlgorithm; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_52 = L_51; if (L_52) { G_B32_0 = L_52; goto IL_018d; } G_B31_0 = L_52; } { G_B33_0 = ((String_t*)(NULL)); goto IL_0192; } IL_018d: { NullCheck(G_B32_0); String_t* L_53; L_53 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B32_0); G_B33_0 = L_53; } IL_0192: { String_t* L_54; L_54 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B33_0, _stringLiteral5FECD0559F6F45FBD7FC8AF5B0B9AFDB08EBF3B9, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_55 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_55, L_54, NULL); ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___EccBrainpool = L_55; Il2CppCodeGenWriteBarrier((void**)(&((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___EccBrainpool), (void*)L_55); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_56 = ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___EccBrainpool; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_57 = L_56; if (L_57) { G_B35_0 = L_57; goto IL_01b2; } G_B34_0 = L_57; } { G_B36_0 = ((String_t*)(NULL)); goto IL_01b7; } IL_01b2: { NullCheck(G_B35_0); String_t* L_58; L_58 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B35_0); G_B36_0 = L_58; } IL_01b7: { String_t* L_59; L_59 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B36_0, _stringLiteral2EC56193C8195EAD5B8542B13E1FCC9CF4DB3C08, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_60 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_60, L_59, NULL); ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___EllipticCurve = L_60; Il2CppCodeGenWriteBarrier((void**)(&((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___EllipticCurve), (void*)L_60); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_61 = ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___EllipticCurve; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_62 = L_61; if (L_62) { G_B38_0 = L_62; goto IL_01d7; } G_B37_0 = L_62; } { G_B39_0 = ((String_t*)(NULL)); goto IL_01dc; } IL_01d7: { NullCheck(G_B38_0); String_t* L_63; L_63 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B38_0); G_B39_0 = L_63; } IL_01dc: { String_t* L_64; L_64 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B39_0, _stringLiteral2EC56193C8195EAD5B8542B13E1FCC9CF4DB3C08, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_65 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_65, L_64, NULL); ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___VersionOne = L_65; Il2CppCodeGenWriteBarrier((void**)(&((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___VersionOne), (void*)L_65); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_66 = ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___VersionOne; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_67 = L_66; if (L_67) { G_B41_0 = L_67; goto IL_01fc; } G_B40_0 = L_67; } { G_B42_0 = ((String_t*)(NULL)); goto IL_0201; } IL_01fc: { NullCheck(G_B41_0); String_t* L_68; L_68 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B41_0); G_B42_0 = L_68; } IL_0201: { String_t* L_69; L_69 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B42_0, _stringLiteral2EC56193C8195EAD5B8542B13E1FCC9CF4DB3C08, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_70 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_70, L_69, NULL); ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___BrainpoolP160R1 = L_70; Il2CppCodeGenWriteBarrier((void**)(&((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___BrainpoolP160R1), (void*)L_70); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_71 = ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___VersionOne; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_72 = L_71; if (L_72) { G_B44_0 = L_72; goto IL_0221; } G_B43_0 = L_72; } { G_B45_0 = ((String_t*)(NULL)); goto IL_0226; } IL_0221: { NullCheck(G_B44_0); String_t* L_73; L_73 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B44_0); G_B45_0 = L_73; } IL_0226: { String_t* L_74; L_74 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B45_0, _stringLiteralC4BDA98415573B97838847CF1A6949BA9FCC789E, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_75 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_75, L_74, NULL); ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___BrainpoolP160T1 = L_75; Il2CppCodeGenWriteBarrier((void**)(&((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___BrainpoolP160T1), (void*)L_75); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_76 = ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___VersionOne; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_77 = L_76; if (L_77) { G_B47_0 = L_77; goto IL_0246; } G_B46_0 = L_77; } { G_B48_0 = ((String_t*)(NULL)); goto IL_024b; } IL_0246: { NullCheck(G_B47_0); String_t* L_78; L_78 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B47_0); G_B48_0 = L_78; } IL_024b: { String_t* L_79; L_79 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B48_0, _stringLiteralB2E86EB01079C727723F8DBF73E978BACF9028B2, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_80 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_80, L_79, NULL); ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___BrainpoolP192R1 = L_80; Il2CppCodeGenWriteBarrier((void**)(&((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___BrainpoolP192R1), (void*)L_80); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_81 = ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___VersionOne; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_82 = L_81; if (L_82) { G_B50_0 = L_82; goto IL_026b; } G_B49_0 = L_82; } { G_B51_0 = ((String_t*)(NULL)); goto IL_0270; } IL_026b: { NullCheck(G_B50_0); String_t* L_83; L_83 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B50_0); G_B51_0 = L_83; } IL_0270: { String_t* L_84; L_84 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B51_0, _stringLiteral28CEECE47824EDEF06E64DD53D862ED8A0104CA7, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_85 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_85, L_84, NULL); ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___BrainpoolP192T1 = L_85; Il2CppCodeGenWriteBarrier((void**)(&((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___BrainpoolP192T1), (void*)L_85); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_86 = ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___VersionOne; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_87 = L_86; if (L_87) { G_B53_0 = L_87; goto IL_0290; } G_B52_0 = L_87; } { G_B54_0 = ((String_t*)(NULL)); goto IL_0295; } IL_0290: { NullCheck(G_B53_0); String_t* L_88; L_88 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B53_0); G_B54_0 = L_88; } IL_0295: { String_t* L_89; L_89 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B54_0, _stringLiteral8BDB21D5F1BAF66B7BE908A15E946035E5A43BA4, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_90 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_90, L_89, NULL); ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___BrainpoolP224R1 = L_90; Il2CppCodeGenWriteBarrier((void**)(&((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___BrainpoolP224R1), (void*)L_90); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_91 = ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___VersionOne; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_92 = L_91; if (L_92) { G_B56_0 = L_92; goto IL_02b5; } G_B55_0 = L_92; } { G_B57_0 = ((String_t*)(NULL)); goto IL_02ba; } IL_02b5: { NullCheck(G_B56_0); String_t* L_93; L_93 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B56_0); G_B57_0 = L_93; } IL_02ba: { String_t* L_94; L_94 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B57_0, _stringLiteralE61C73879BEE91EFDDEA9838CA6F446E91E26195, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_95 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_95, L_94, NULL); ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___BrainpoolP224T1 = L_95; Il2CppCodeGenWriteBarrier((void**)(&((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___BrainpoolP224T1), (void*)L_95); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_96 = ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___VersionOne; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_97 = L_96; if (L_97) { G_B59_0 = L_97; goto IL_02da; } G_B58_0 = L_97; } { G_B60_0 = ((String_t*)(NULL)); goto IL_02df; } IL_02da: { NullCheck(G_B59_0); String_t* L_98; L_98 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B59_0); G_B60_0 = L_98; } IL_02df: { String_t* L_99; L_99 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B60_0, _stringLiteral81D0867D36C5583FF580547434E283CAD6DE759A, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_100 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_100, L_99, NULL); ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___BrainpoolP256R1 = L_100; Il2CppCodeGenWriteBarrier((void**)(&((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___BrainpoolP256R1), (void*)L_100); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_101 = ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___VersionOne; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_102 = L_101; if (L_102) { G_B62_0 = L_102; goto IL_02ff; } G_B61_0 = L_102; } { G_B63_0 = ((String_t*)(NULL)); goto IL_0304; } IL_02ff: { NullCheck(G_B62_0); String_t* L_103; L_103 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B62_0); G_B63_0 = L_103; } IL_0304: { String_t* L_104; L_104 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B63_0, _stringLiteralB3DC192A0BCCDF087E13486BE2F4F60B24BCC0B9, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_105 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_105, L_104, NULL); ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___BrainpoolP256T1 = L_105; Il2CppCodeGenWriteBarrier((void**)(&((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___BrainpoolP256T1), (void*)L_105); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_106 = ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___VersionOne; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_107 = L_106; if (L_107) { G_B65_0 = L_107; goto IL_0324; } G_B64_0 = L_107; } { G_B66_0 = ((String_t*)(NULL)); goto IL_0329; } IL_0324: { NullCheck(G_B65_0); String_t* L_108; L_108 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B65_0); G_B66_0 = L_108; } IL_0329: { String_t* L_109; L_109 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B66_0, _stringLiteral67A47C687D1BBB246D874B84E68512B5E33BEBA7, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_110 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_110, L_109, NULL); ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___BrainpoolP320R1 = L_110; Il2CppCodeGenWriteBarrier((void**)(&((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___BrainpoolP320R1), (void*)L_110); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_111 = ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___VersionOne; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_112 = L_111; if (L_112) { G_B68_0 = L_112; goto IL_0349; } G_B67_0 = L_112; } { G_B69_0 = ((String_t*)(NULL)); goto IL_034e; } IL_0349: { NullCheck(G_B68_0); String_t* L_113; L_113 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B68_0); G_B69_0 = L_113; } IL_034e: { String_t* L_114; L_114 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B69_0, _stringLiteral2A1BBF8F3C88C44388345A06B8B712DC59927F8A, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_115 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_115, L_114, NULL); ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___BrainpoolP320T1 = L_115; Il2CppCodeGenWriteBarrier((void**)(&((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___BrainpoolP320T1), (void*)L_115); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_116 = ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___VersionOne; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_117 = L_116; if (L_117) { G_B71_0 = L_117; goto IL_036e; } G_B70_0 = L_117; } { G_B72_0 = ((String_t*)(NULL)); goto IL_0373; } IL_036e: { NullCheck(G_B71_0); String_t* L_118; L_118 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B71_0); G_B72_0 = L_118; } IL_0373: { String_t* L_119; L_119 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B72_0, _stringLiteral1E67A6B790C10D826DBF077CFC2C9158C0C76579, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_120 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_120, L_119, NULL); ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___BrainpoolP384R1 = L_120; Il2CppCodeGenWriteBarrier((void**)(&((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___BrainpoolP384R1), (void*)L_120); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_121 = ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___VersionOne; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_122 = L_121; if (L_122) { G_B74_0 = L_122; goto IL_0393; } G_B73_0 = L_122; } { G_B75_0 = ((String_t*)(NULL)); goto IL_0398; } IL_0393: { NullCheck(G_B74_0); String_t* L_123; L_123 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B74_0); G_B75_0 = L_123; } IL_0398: { String_t* L_124; L_124 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B75_0, _stringLiteral23E89CDCB71BAF81755E2DFD2B7D09F497E21CC1, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_125 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_125, L_124, NULL); ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___BrainpoolP384T1 = L_125; Il2CppCodeGenWriteBarrier((void**)(&((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___BrainpoolP384T1), (void*)L_125); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_126 = ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___VersionOne; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_127 = L_126; if (L_127) { G_B77_0 = L_127; goto IL_03b8; } G_B76_0 = L_127; } { G_B78_0 = ((String_t*)(NULL)); goto IL_03bd; } IL_03b8: { NullCheck(G_B77_0); String_t* L_128; L_128 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B77_0); G_B78_0 = L_128; } IL_03bd: { String_t* L_129; L_129 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B78_0, _stringLiteralF61270EEEAEAE3ED8A61C9D0EE4C2F4E03F9757C, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_130 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_130, L_129, NULL); ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___BrainpoolP512R1 = L_130; Il2CppCodeGenWriteBarrier((void**)(&((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___BrainpoolP512R1), (void*)L_130); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_131 = ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___VersionOne; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_132 = L_131; if (L_132) { G_B80_0 = L_132; goto IL_03dd; } G_B79_0 = L_132; } { G_B81_0 = ((String_t*)(NULL)); goto IL_03e2; } IL_03dd: { NullCheck(G_B80_0); String_t* L_133; L_133 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B80_0); G_B81_0 = L_133; } IL_03e2: { String_t* L_134; L_134 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B81_0, _stringLiteral27124CDEFE2BE16F697CE9666F41F00BA0C519A9, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_135 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_135, L_134, NULL); ((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___BrainpoolP512T1 = L_135; Il2CppCodeGenWriteBarrier((void**)(&((TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_tA469FA37EE258CC72B1B23461AC10956571B335C_il2cpp_TypeInfo_var))->___BrainpoolP512T1), (void*)L_135); 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 IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecNamedCurves__ctor_m1A74684932326E4BE6B823919E0ACD5452EDB68A (SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* SecNamedCurves_ConfigureCurve_m6A8147AF1EAC28498F5CF2E891F04EFE81E989EA (ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* ___0_curve, const RuntimeMethod* method) { { ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_0 = ___0_curve; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* SecNamedCurves_ConfigureCurveGlv_m0B84E1CB021CBF9A72516729051B6836F3206211 (ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* ___0_c, GlvTypeBParameters_t84DD817975633F92AF6C1FA7557D7DD4285E8274* ___1_p, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GlvTypeBEndomorphism_t144D0F80CCE46C13FBE51D77EDA77F77558FF0EF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_0 = ___0_c; NullCheck(L_0); Config_t6462D7D0058770D2CD900059C1E2D38AC0539A52* L_1; L_1 = VirtualFuncInvoker0< Config_t6462D7D0058770D2CD900059C1E2D38AC0539A52* >::Invoke(7, L_0); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_2 = ___0_c; GlvTypeBParameters_t84DD817975633F92AF6C1FA7557D7DD4285E8274* L_3 = ___1_p; GlvTypeBEndomorphism_t144D0F80CCE46C13FBE51D77EDA77F77558FF0EF* L_4 = (GlvTypeBEndomorphism_t144D0F80CCE46C13FBE51D77EDA77F77558FF0EF*)il2cpp_codegen_object_new(GlvTypeBEndomorphism_t144D0F80CCE46C13FBE51D77EDA77F77558FF0EF_il2cpp_TypeInfo_var); GlvTypeBEndomorphism__ctor_m5290A23DA38354CDF19E6C5E38C529BCA5728CED(L_4, L_2, L_3, NULL); NullCheck(L_1); Config_t6462D7D0058770D2CD900059C1E2D38AC0539A52* L_5; L_5 = Config_SetEndomorphism_m78881C32F0E0E044823A5D372056205300F51CBC(L_1, L_4, NULL); NullCheck(L_5); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_6; L_6 = Config_Create_m00D5883B6C737DE9F8061A76C56B3DE540334EDF(L_5, NULL); return L_6; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759 (String_t* ___0_hex, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_hex; il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1; L_1 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(L_0, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_2 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_mD8BFF19E0DEDE4BE5B9D2CF11B412ED8AAEDE7D3(L_2, 1, L_1, NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecNamedCurves_DefineCurve_mD33D87FCBD0696FE97130A9150D42C341EAC87A9 (String_t* ___0_name, DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___1_oid, X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___2_holder, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t64AA9A0F22E3D706E15FD5F5481FAFA2ADD7B4AF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_StaticFields*)il2cpp_codegen_static_fields_for(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var))->___objIds; String_t* L_1 = ___0_name; il2cpp_codegen_runtime_class_init_inline(Platform_t64AA9A0F22E3D706E15FD5F5481FAFA2ADD7B4AF_il2cpp_TypeInfo_var); String_t* L_2; L_2 = Platform_ToUpperInvariant_mE42B5571F3A8B243EC1A23A4DCFD399AFA086922(L_1, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_3 = ___1_oid; NullCheck(L_0); InterfaceActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(5, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_0, L_2, L_3); RuntimeObject* L_4 = ((SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_StaticFields*)il2cpp_codegen_static_fields_for(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var))->___names; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_5 = ___1_oid; String_t* L_6 = ___0_name; NullCheck(L_4); InterfaceActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(5, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_4, L_5, L_6); RuntimeObject* L_7 = ((SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_StaticFields*)il2cpp_codegen_static_fields_for(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var))->___curves; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_8 = ___1_oid; X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_9 = ___2_holder; NullCheck(L_7); InterfaceActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(5, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_7, L_8, L_9); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecNamedCurves__cctor_m1DC71CD0F6D2EE64E5B6095760BA08068341C62E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t64AA9A0F22E3D706E15FD5F5481FAFA2ADD7B4AF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Secp112r1Holder_tA6701D64C321CB2B17A6F2C76BE5AE840B21D8C0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Secp112r2Holder_t5FCECD6AB15AFED58DC56856E5E1A2F1A353560F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Secp128r1Holder_t55220D0DC76A6E87187CDABF781D0A232E3A003A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Secp128r2Holder_tF07C8E397A4CF1B8589E254E5873726398E07D8C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Secp160k1Holder_tB84EA03522660CB76235752CAA1D1DBFD988E3EF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Secp160r1Holder_t9ADC09FD9AF208CC71EC294226124BEBBB8DF5F7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Secp160r2Holder_tB4606B043E0BE71289E8EE9983E4AE8F17E130FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Secp192k1Holder_t27E22CCBD3F07B73A77AC4D9FB5819E488054AE3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Secp192r1Holder_t2A66ED78CC50D617126D331DDE4079727C9CCD4A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Secp224k1Holder_tC24D569517994D822F4AC0ABEA2E93F50935D5D1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Secp224r1Holder_t57DE3C48F2294AF9BCE0DBA95B8EAC668DAC4084_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Secp256k1Holder_tD234B96ECB0A73DE4D089CAEA3FCC9568F7D6F70_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Secp256r1Holder_t8DFA32F93F7FFB77EFFD7A595E2AD0555DE21B42_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Secp384r1Holder_t7A464213E991F6DA18AD0AB5497B0D8940F18CDA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Secp521r1Holder_t7F47723F827AD53ED26A9FD525B5A68F98284D8B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sect113r1Holder_tEE723E7B9317BF141B11382F57B0FB338D8BF7C3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sect113r2Holder_tEC08F20250CF4A5EF4BC19FAA8B14C2D7E2CDF0E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sect131r1Holder_tD9E2273F761917614680BE73AAE4B1F7A38D286C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sect131r2Holder_t56C366985ACEDCD9F759E33CE11791B838F6D753_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sect163k1Holder_t60BB5D316E3691A020821B861262A9697968D161_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sect163r1Holder_t08BC391A5E58CDC1AA3743C5974458196A7B012F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sect163r2Holder_t9F10ED385B5412F7E1D5C7B080A3BBCEFE6BD876_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sect193r1Holder_t9575AF8167EFAB71554AF949DE2BDC3A438AC6AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sect193r2Holder_t5AE4C0E2518B2CAB1354B923E100B846281B8A7E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sect233k1Holder_t7EEE652D6C68FAB77708F5B99585348FE2096E8F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sect233r1Holder_t8E196EF51A23C8C6DB4724CEE9E4034051ADA460_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sect239k1Holder_t263392367DE4EBABAD1B7C295152D36434D918F1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sect283k1Holder_tEB347985499D27A47E9BFCBE7607575F736F2160_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sect283r1Holder_t8FAD377357A7B5F0B424611F06B871F9462E7257_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sect409k1Holder_t9C4F84EE3A0602FB6D86380629E5F812104A5548_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sect409r1Holder_tCE0CCFCA2F51A698180EEE52716C158C235D92B0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sect571k1Holder_t67B0E91F1CEF7BCF6EF9A5C757E57A57F266F867_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sect571r1Holder_tED166F6C7C4C8E767D6BD1AAE91BFC568ADB841F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral14B0A532250BF0860700A7A9315ACC3640CBADAE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral190F59210696C8475CFA176585CFF1622879DBE1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral24A57AFC86DFC2F917FB3184B090926214BB2C69); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral294687797ABDD257E21658BA5C1227138C09DD53); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F7BF7401F3F7A3BA05C7AA32544809B4FB2BD98); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B15D43C3C3CF7810D1DB4600E3558EA56F61F8D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral50A9CE486E3E9EFF76FBCA6538E018EA3EFFEE43); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5CF8F317A0F31BCFFA61870265D17E1F64F60FC4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7187EE2A7EE264D8D5ED3324026616F1451B1256); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7B6830563CB740F590BA73639EE340CD8924E7BC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7BFA90781F6BCCC30A3F3F731519AA1F2CD436D5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral884724CC95307DD596874FA08EE010892E4A183C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8A935BC163FB7C550742399792C4D1966C3E2AF4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9C5C06DB877BD7B3274BB146538D0362FDA80644); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA344F15495B254FE3D4B9C07925DDD4CC039D78E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA345B47042D46E66AF27151C921F5ED266CD400D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralABB62B8930F03CF00DE8D94D913ACB908E73A303); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralACB9A1832D3C353D963D539E4EC52CD3E7916B78); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB2CAB479468CF767096ACC4632C28817AA097913); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB49DFC1F57BC99FD5BB3C405A05DE58592B829CD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB6317D9BDEAB95DE0D033C96F2C144B408D15A4E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB74A9D707CF1B4E791ECD7ED8F2776E1F8C4B145); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB855D013A0AD3BBA3FE4CAA85A90C61045E66D27); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB864FA713E0DCD2132FFDF2E1F4113DC6243B5A5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD70C4DD1CFCAE3F5B82091C96D28299660AAE0C9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD744D02E9F69554C563F58496A5C08C4A6486D26); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD7E72730072DA8AB8DE547875E5CAA08AC56C08E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD9A6748424872C8784852D78F7DD2DE942822C95); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE3707C5C43B4ABE6AA51AD5AAC5543F6F46FAFB2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralECAE2B09CB631781CFCFCD552F2962F20F16EF79); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEDCB09D2C4DDB18CC9498045EEF5EB7E8BFC5A7C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFAC97F3CD7D12781406344C6B230BE7320057813); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFFE75A95B7D3247C2BAC6EA44FC795138FB2A034); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(Platform_t64AA9A0F22E3D706E15FD5F5481FAFA2ADD7B4AF_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = Platform_CreateHashtable_m591C0A8EEB8EDE93E6BD509E2689DA3C888B8BDC(NULL); ((SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_StaticFields*)il2cpp_codegen_static_fields_for(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var))->___objIds = L_0; Il2CppCodeGenWriteBarrier((void**)(&((SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_StaticFields*)il2cpp_codegen_static_fields_for(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var))->___objIds), (void*)L_0); RuntimeObject* L_1; L_1 = Platform_CreateHashtable_m591C0A8EEB8EDE93E6BD509E2689DA3C888B8BDC(NULL); ((SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_StaticFields*)il2cpp_codegen_static_fields_for(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var))->___curves = L_1; Il2CppCodeGenWriteBarrier((void**)(&((SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_StaticFields*)il2cpp_codegen_static_fields_for(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var))->___curves), (void*)L_1); RuntimeObject* L_2; L_2 = Platform_CreateHashtable_m591C0A8EEB8EDE93E6BD509E2689DA3C888B8BDC(NULL); ((SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_StaticFields*)il2cpp_codegen_static_fields_for(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var))->___names = L_2; Il2CppCodeGenWriteBarrier((void**)(&((SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_StaticFields*)il2cpp_codegen_static_fields_for(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var))->___names), (void*)L_2); il2cpp_codegen_runtime_class_init_inline(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_3 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecP112r1; il2cpp_codegen_runtime_class_init_inline(Secp112r1Holder_tA6701D64C321CB2B17A6F2C76BE5AE840B21D8C0_il2cpp_TypeInfo_var); X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_4 = ((Secp112r1Holder_tA6701D64C321CB2B17A6F2C76BE5AE840B21D8C0_StaticFields*)il2cpp_codegen_static_fields_for(Secp112r1Holder_tA6701D64C321CB2B17A6F2C76BE5AE840B21D8C0_il2cpp_TypeInfo_var))->___Instance; SecNamedCurves_DefineCurve_mD33D87FCBD0696FE97130A9150D42C341EAC87A9(_stringLiteralB855D013A0AD3BBA3FE4CAA85A90C61045E66D27, L_3, L_4, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_5 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecP112r2; il2cpp_codegen_runtime_class_init_inline(Secp112r2Holder_t5FCECD6AB15AFED58DC56856E5E1A2F1A353560F_il2cpp_TypeInfo_var); X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_6 = ((Secp112r2Holder_t5FCECD6AB15AFED58DC56856E5E1A2F1A353560F_StaticFields*)il2cpp_codegen_static_fields_for(Secp112r2Holder_t5FCECD6AB15AFED58DC56856E5E1A2F1A353560F_il2cpp_TypeInfo_var))->___Instance; SecNamedCurves_DefineCurve_mD33D87FCBD0696FE97130A9150D42C341EAC87A9(_stringLiteralB74A9D707CF1B4E791ECD7ED8F2776E1F8C4B145, L_5, L_6, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_7 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecP128r1; il2cpp_codegen_runtime_class_init_inline(Secp128r1Holder_t55220D0DC76A6E87187CDABF781D0A232E3A003A_il2cpp_TypeInfo_var); X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_8 = ((Secp128r1Holder_t55220D0DC76A6E87187CDABF781D0A232E3A003A_StaticFields*)il2cpp_codegen_static_fields_for(Secp128r1Holder_t55220D0DC76A6E87187CDABF781D0A232E3A003A_il2cpp_TypeInfo_var))->___Instance; SecNamedCurves_DefineCurve_mD33D87FCBD0696FE97130A9150D42C341EAC87A9(_stringLiteralD7E72730072DA8AB8DE547875E5CAA08AC56C08E, L_7, L_8, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_9 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecP128r2; il2cpp_codegen_runtime_class_init_inline(Secp128r2Holder_tF07C8E397A4CF1B8589E254E5873726398E07D8C_il2cpp_TypeInfo_var); X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_10 = ((Secp128r2Holder_tF07C8E397A4CF1B8589E254E5873726398E07D8C_StaticFields*)il2cpp_codegen_static_fields_for(Secp128r2Holder_tF07C8E397A4CF1B8589E254E5873726398E07D8C_il2cpp_TypeInfo_var))->___Instance; SecNamedCurves_DefineCurve_mD33D87FCBD0696FE97130A9150D42C341EAC87A9(_stringLiteral7BFA90781F6BCCC30A3F3F731519AA1F2CD436D5, L_9, L_10, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_11 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecP160k1; il2cpp_codegen_runtime_class_init_inline(Secp160k1Holder_tB84EA03522660CB76235752CAA1D1DBFD988E3EF_il2cpp_TypeInfo_var); X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_12 = ((Secp160k1Holder_tB84EA03522660CB76235752CAA1D1DBFD988E3EF_StaticFields*)il2cpp_codegen_static_fields_for(Secp160k1Holder_tB84EA03522660CB76235752CAA1D1DBFD988E3EF_il2cpp_TypeInfo_var))->___Instance; SecNamedCurves_DefineCurve_mD33D87FCBD0696FE97130A9150D42C341EAC87A9(_stringLiteral24A57AFC86DFC2F917FB3184B090926214BB2C69, L_11, L_12, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_13 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecP160r1; il2cpp_codegen_runtime_class_init_inline(Secp160r1Holder_t9ADC09FD9AF208CC71EC294226124BEBBB8DF5F7_il2cpp_TypeInfo_var); X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_14 = ((Secp160r1Holder_t9ADC09FD9AF208CC71EC294226124BEBBB8DF5F7_StaticFields*)il2cpp_codegen_static_fields_for(Secp160r1Holder_t9ADC09FD9AF208CC71EC294226124BEBBB8DF5F7_il2cpp_TypeInfo_var))->___Instance; SecNamedCurves_DefineCurve_mD33D87FCBD0696FE97130A9150D42C341EAC87A9(_stringLiteralFAC97F3CD7D12781406344C6B230BE7320057813, L_13, L_14, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_15 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecP160r2; il2cpp_codegen_runtime_class_init_inline(Secp160r2Holder_tB4606B043E0BE71289E8EE9983E4AE8F17E130FA_il2cpp_TypeInfo_var); X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_16 = ((Secp160r2Holder_tB4606B043E0BE71289E8EE9983E4AE8F17E130FA_StaticFields*)il2cpp_codegen_static_fields_for(Secp160r2Holder_tB4606B043E0BE71289E8EE9983E4AE8F17E130FA_il2cpp_TypeInfo_var))->___Instance; SecNamedCurves_DefineCurve_mD33D87FCBD0696FE97130A9150D42C341EAC87A9(_stringLiteral190F59210696C8475CFA176585CFF1622879DBE1, L_15, L_16, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_17 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecP192k1; il2cpp_codegen_runtime_class_init_inline(Secp192k1Holder_t27E22CCBD3F07B73A77AC4D9FB5819E488054AE3_il2cpp_TypeInfo_var); X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_18 = ((Secp192k1Holder_t27E22CCBD3F07B73A77AC4D9FB5819E488054AE3_StaticFields*)il2cpp_codegen_static_fields_for(Secp192k1Holder_t27E22CCBD3F07B73A77AC4D9FB5819E488054AE3_il2cpp_TypeInfo_var))->___Instance; SecNamedCurves_DefineCurve_mD33D87FCBD0696FE97130A9150D42C341EAC87A9(_stringLiteral294687797ABDD257E21658BA5C1227138C09DD53, L_17, L_18, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_19 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecP192r1; il2cpp_codegen_runtime_class_init_inline(Secp192r1Holder_t2A66ED78CC50D617126D331DDE4079727C9CCD4A_il2cpp_TypeInfo_var); X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_20 = ((Secp192r1Holder_t2A66ED78CC50D617126D331DDE4079727C9CCD4A_StaticFields*)il2cpp_codegen_static_fields_for(Secp192r1Holder_t2A66ED78CC50D617126D331DDE4079727C9CCD4A_il2cpp_TypeInfo_var))->___Instance; SecNamedCurves_DefineCurve_mD33D87FCBD0696FE97130A9150D42C341EAC87A9(_stringLiteralEDCB09D2C4DDB18CC9498045EEF5EB7E8BFC5A7C, L_19, L_20, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_21 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecP224k1; il2cpp_codegen_runtime_class_init_inline(Secp224k1Holder_tC24D569517994D822F4AC0ABEA2E93F50935D5D1_il2cpp_TypeInfo_var); X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_22 = ((Secp224k1Holder_tC24D569517994D822F4AC0ABEA2E93F50935D5D1_StaticFields*)il2cpp_codegen_static_fields_for(Secp224k1Holder_tC24D569517994D822F4AC0ABEA2E93F50935D5D1_il2cpp_TypeInfo_var))->___Instance; SecNamedCurves_DefineCurve_mD33D87FCBD0696FE97130A9150D42C341EAC87A9(_stringLiteralABB62B8930F03CF00DE8D94D913ACB908E73A303, L_21, L_22, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_23 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecP224r1; il2cpp_codegen_runtime_class_init_inline(Secp224r1Holder_t57DE3C48F2294AF9BCE0DBA95B8EAC668DAC4084_il2cpp_TypeInfo_var); X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_24 = ((Secp224r1Holder_t57DE3C48F2294AF9BCE0DBA95B8EAC668DAC4084_StaticFields*)il2cpp_codegen_static_fields_for(Secp224r1Holder_t57DE3C48F2294AF9BCE0DBA95B8EAC668DAC4084_il2cpp_TypeInfo_var))->___Instance; SecNamedCurves_DefineCurve_mD33D87FCBD0696FE97130A9150D42C341EAC87A9(_stringLiteral7187EE2A7EE264D8D5ED3324026616F1451B1256, L_23, L_24, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_25 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecP256k1; il2cpp_codegen_runtime_class_init_inline(Secp256k1Holder_tD234B96ECB0A73DE4D089CAEA3FCC9568F7D6F70_il2cpp_TypeInfo_var); X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_26 = ((Secp256k1Holder_tD234B96ECB0A73DE4D089CAEA3FCC9568F7D6F70_StaticFields*)il2cpp_codegen_static_fields_for(Secp256k1Holder_tD234B96ECB0A73DE4D089CAEA3FCC9568F7D6F70_il2cpp_TypeInfo_var))->___Instance; SecNamedCurves_DefineCurve_mD33D87FCBD0696FE97130A9150D42C341EAC87A9(_stringLiteral9C5C06DB877BD7B3274BB146538D0362FDA80644, L_25, L_26, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_27 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecP256r1; il2cpp_codegen_runtime_class_init_inline(Secp256r1Holder_t8DFA32F93F7FFB77EFFD7A595E2AD0555DE21B42_il2cpp_TypeInfo_var); X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_28 = ((Secp256r1Holder_t8DFA32F93F7FFB77EFFD7A595E2AD0555DE21B42_StaticFields*)il2cpp_codegen_static_fields_for(Secp256r1Holder_t8DFA32F93F7FFB77EFFD7A595E2AD0555DE21B42_il2cpp_TypeInfo_var))->___Instance; SecNamedCurves_DefineCurve_mD33D87FCBD0696FE97130A9150D42C341EAC87A9(_stringLiteralA345B47042D46E66AF27151C921F5ED266CD400D, L_27, L_28, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_29 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecP384r1; il2cpp_codegen_runtime_class_init_inline(Secp384r1Holder_t7A464213E991F6DA18AD0AB5497B0D8940F18CDA_il2cpp_TypeInfo_var); X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_30 = ((Secp384r1Holder_t7A464213E991F6DA18AD0AB5497B0D8940F18CDA_StaticFields*)il2cpp_codegen_static_fields_for(Secp384r1Holder_t7A464213E991F6DA18AD0AB5497B0D8940F18CDA_il2cpp_TypeInfo_var))->___Instance; SecNamedCurves_DefineCurve_mD33D87FCBD0696FE97130A9150D42C341EAC87A9(_stringLiteralD744D02E9F69554C563F58496A5C08C4A6486D26, L_29, L_30, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_31 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecP521r1; il2cpp_codegen_runtime_class_init_inline(Secp521r1Holder_t7F47723F827AD53ED26A9FD525B5A68F98284D8B_il2cpp_TypeInfo_var); X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_32 = ((Secp521r1Holder_t7F47723F827AD53ED26A9FD525B5A68F98284D8B_StaticFields*)il2cpp_codegen_static_fields_for(Secp521r1Holder_t7F47723F827AD53ED26A9FD525B5A68F98284D8B_il2cpp_TypeInfo_var))->___Instance; SecNamedCurves_DefineCurve_mD33D87FCBD0696FE97130A9150D42C341EAC87A9(_stringLiteralB6317D9BDEAB95DE0D033C96F2C144B408D15A4E, L_31, L_32, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_33 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT113r1; il2cpp_codegen_runtime_class_init_inline(Sect113r1Holder_tEE723E7B9317BF141B11382F57B0FB338D8BF7C3_il2cpp_TypeInfo_var); X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_34 = ((Sect113r1Holder_tEE723E7B9317BF141B11382F57B0FB338D8BF7C3_StaticFields*)il2cpp_codegen_static_fields_for(Sect113r1Holder_tEE723E7B9317BF141B11382F57B0FB338D8BF7C3_il2cpp_TypeInfo_var))->___Instance; SecNamedCurves_DefineCurve_mD33D87FCBD0696FE97130A9150D42C341EAC87A9(_stringLiteralD70C4DD1CFCAE3F5B82091C96D28299660AAE0C9, L_33, L_34, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_35 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT113r2; il2cpp_codegen_runtime_class_init_inline(Sect113r2Holder_tEC08F20250CF4A5EF4BC19FAA8B14C2D7E2CDF0E_il2cpp_TypeInfo_var); X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_36 = ((Sect113r2Holder_tEC08F20250CF4A5EF4BC19FAA8B14C2D7E2CDF0E_StaticFields*)il2cpp_codegen_static_fields_for(Sect113r2Holder_tEC08F20250CF4A5EF4BC19FAA8B14C2D7E2CDF0E_il2cpp_TypeInfo_var))->___Instance; SecNamedCurves_DefineCurve_mD33D87FCBD0696FE97130A9150D42C341EAC87A9(_stringLiteralE3707C5C43B4ABE6AA51AD5AAC5543F6F46FAFB2, L_35, L_36, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_37 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT131r1; il2cpp_codegen_runtime_class_init_inline(Sect131r1Holder_tD9E2273F761917614680BE73AAE4B1F7A38D286C_il2cpp_TypeInfo_var); X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_38 = ((Sect131r1Holder_tD9E2273F761917614680BE73AAE4B1F7A38D286C_StaticFields*)il2cpp_codegen_static_fields_for(Sect131r1Holder_tD9E2273F761917614680BE73AAE4B1F7A38D286C_il2cpp_TypeInfo_var))->___Instance; SecNamedCurves_DefineCurve_mD33D87FCBD0696FE97130A9150D42C341EAC87A9(_stringLiteralECAE2B09CB631781CFCFCD552F2962F20F16EF79, L_37, L_38, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_39 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT131r2; il2cpp_codegen_runtime_class_init_inline(Sect131r2Holder_t56C366985ACEDCD9F759E33CE11791B838F6D753_il2cpp_TypeInfo_var); X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_40 = ((Sect131r2Holder_t56C366985ACEDCD9F759E33CE11791B838F6D753_StaticFields*)il2cpp_codegen_static_fields_for(Sect131r2Holder_t56C366985ACEDCD9F759E33CE11791B838F6D753_il2cpp_TypeInfo_var))->___Instance; SecNamedCurves_DefineCurve_mD33D87FCBD0696FE97130A9150D42C341EAC87A9(_stringLiteralD9A6748424872C8784852D78F7DD2DE942822C95, L_39, L_40, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_41 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT163k1; il2cpp_codegen_runtime_class_init_inline(Sect163k1Holder_t60BB5D316E3691A020821B861262A9697968D161_il2cpp_TypeInfo_var); X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_42 = ((Sect163k1Holder_t60BB5D316E3691A020821B861262A9697968D161_StaticFields*)il2cpp_codegen_static_fields_for(Sect163k1Holder_t60BB5D316E3691A020821B861262A9697968D161_il2cpp_TypeInfo_var))->___Instance; SecNamedCurves_DefineCurve_mD33D87FCBD0696FE97130A9150D42C341EAC87A9(_stringLiteral5CF8F317A0F31BCFFA61870265D17E1F64F60FC4, L_41, L_42, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_43 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT163r1; il2cpp_codegen_runtime_class_init_inline(Sect163r1Holder_t08BC391A5E58CDC1AA3743C5974458196A7B012F_il2cpp_TypeInfo_var); X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_44 = ((Sect163r1Holder_t08BC391A5E58CDC1AA3743C5974458196A7B012F_StaticFields*)il2cpp_codegen_static_fields_for(Sect163r1Holder_t08BC391A5E58CDC1AA3743C5974458196A7B012F_il2cpp_TypeInfo_var))->___Instance; SecNamedCurves_DefineCurve_mD33D87FCBD0696FE97130A9150D42C341EAC87A9(_stringLiteralFFE75A95B7D3247C2BAC6EA44FC795138FB2A034, L_43, L_44, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_45 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT163r2; il2cpp_codegen_runtime_class_init_inline(Sect163r2Holder_t9F10ED385B5412F7E1D5C7B080A3BBCEFE6BD876_il2cpp_TypeInfo_var); X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_46 = ((Sect163r2Holder_t9F10ED385B5412F7E1D5C7B080A3BBCEFE6BD876_StaticFields*)il2cpp_codegen_static_fields_for(Sect163r2Holder_t9F10ED385B5412F7E1D5C7B080A3BBCEFE6BD876_il2cpp_TypeInfo_var))->___Instance; SecNamedCurves_DefineCurve_mD33D87FCBD0696FE97130A9150D42C341EAC87A9(_stringLiteral7B6830563CB740F590BA73639EE340CD8924E7BC, L_45, L_46, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_47 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT193r1; il2cpp_codegen_runtime_class_init_inline(Sect193r1Holder_t9575AF8167EFAB71554AF949DE2BDC3A438AC6AD_il2cpp_TypeInfo_var); X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_48 = ((Sect193r1Holder_t9575AF8167EFAB71554AF949DE2BDC3A438AC6AD_StaticFields*)il2cpp_codegen_static_fields_for(Sect193r1Holder_t9575AF8167EFAB71554AF949DE2BDC3A438AC6AD_il2cpp_TypeInfo_var))->___Instance; SecNamedCurves_DefineCurve_mD33D87FCBD0696FE97130A9150D42C341EAC87A9(_stringLiteralB49DFC1F57BC99FD5BB3C405A05DE58592B829CD, L_47, L_48, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_49 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT193r2; il2cpp_codegen_runtime_class_init_inline(Sect193r2Holder_t5AE4C0E2518B2CAB1354B923E100B846281B8A7E_il2cpp_TypeInfo_var); X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_50 = ((Sect193r2Holder_t5AE4C0E2518B2CAB1354B923E100B846281B8A7E_StaticFields*)il2cpp_codegen_static_fields_for(Sect193r2Holder_t5AE4C0E2518B2CAB1354B923E100B846281B8A7E_il2cpp_TypeInfo_var))->___Instance; SecNamedCurves_DefineCurve_mD33D87FCBD0696FE97130A9150D42C341EAC87A9(_stringLiteral3B15D43C3C3CF7810D1DB4600E3558EA56F61F8D, L_49, L_50, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_51 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT233k1; il2cpp_codegen_runtime_class_init_inline(Sect233k1Holder_t7EEE652D6C68FAB77708F5B99585348FE2096E8F_il2cpp_TypeInfo_var); X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_52 = ((Sect233k1Holder_t7EEE652D6C68FAB77708F5B99585348FE2096E8F_StaticFields*)il2cpp_codegen_static_fields_for(Sect233k1Holder_t7EEE652D6C68FAB77708F5B99585348FE2096E8F_il2cpp_TypeInfo_var))->___Instance; SecNamedCurves_DefineCurve_mD33D87FCBD0696FE97130A9150D42C341EAC87A9(_stringLiteralB864FA713E0DCD2132FFDF2E1F4113DC6243B5A5, L_51, L_52, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_53 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT233r1; il2cpp_codegen_runtime_class_init_inline(Sect233r1Holder_t8E196EF51A23C8C6DB4724CEE9E4034051ADA460_il2cpp_TypeInfo_var); X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_54 = ((Sect233r1Holder_t8E196EF51A23C8C6DB4724CEE9E4034051ADA460_StaticFields*)il2cpp_codegen_static_fields_for(Sect233r1Holder_t8E196EF51A23C8C6DB4724CEE9E4034051ADA460_il2cpp_TypeInfo_var))->___Instance; SecNamedCurves_DefineCurve_mD33D87FCBD0696FE97130A9150D42C341EAC87A9(_stringLiteral884724CC95307DD596874FA08EE010892E4A183C, L_53, L_54, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_55 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT239k1; il2cpp_codegen_runtime_class_init_inline(Sect239k1Holder_t263392367DE4EBABAD1B7C295152D36434D918F1_il2cpp_TypeInfo_var); X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_56 = ((Sect239k1Holder_t263392367DE4EBABAD1B7C295152D36434D918F1_StaticFields*)il2cpp_codegen_static_fields_for(Sect239k1Holder_t263392367DE4EBABAD1B7C295152D36434D918F1_il2cpp_TypeInfo_var))->___Instance; SecNamedCurves_DefineCurve_mD33D87FCBD0696FE97130A9150D42C341EAC87A9(_stringLiteralA344F15495B254FE3D4B9C07925DDD4CC039D78E, L_55, L_56, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_57 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT283k1; il2cpp_codegen_runtime_class_init_inline(Sect283k1Holder_tEB347985499D27A47E9BFCBE7607575F736F2160_il2cpp_TypeInfo_var); X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_58 = ((Sect283k1Holder_tEB347985499D27A47E9BFCBE7607575F736F2160_StaticFields*)il2cpp_codegen_static_fields_for(Sect283k1Holder_tEB347985499D27A47E9BFCBE7607575F736F2160_il2cpp_TypeInfo_var))->___Instance; SecNamedCurves_DefineCurve_mD33D87FCBD0696FE97130A9150D42C341EAC87A9(_stringLiteralACB9A1832D3C353D963D539E4EC52CD3E7916B78, L_57, L_58, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_59 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT283r1; il2cpp_codegen_runtime_class_init_inline(Sect283r1Holder_t8FAD377357A7B5F0B424611F06B871F9462E7257_il2cpp_TypeInfo_var); X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_60 = ((Sect283r1Holder_t8FAD377357A7B5F0B424611F06B871F9462E7257_StaticFields*)il2cpp_codegen_static_fields_for(Sect283r1Holder_t8FAD377357A7B5F0B424611F06B871F9462E7257_il2cpp_TypeInfo_var))->___Instance; SecNamedCurves_DefineCurve_mD33D87FCBD0696FE97130A9150D42C341EAC87A9(_stringLiteralB2CAB479468CF767096ACC4632C28817AA097913, L_59, L_60, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_61 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT409k1; il2cpp_codegen_runtime_class_init_inline(Sect409k1Holder_t9C4F84EE3A0602FB6D86380629E5F812104A5548_il2cpp_TypeInfo_var); X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_62 = ((Sect409k1Holder_t9C4F84EE3A0602FB6D86380629E5F812104A5548_StaticFields*)il2cpp_codegen_static_fields_for(Sect409k1Holder_t9C4F84EE3A0602FB6D86380629E5F812104A5548_il2cpp_TypeInfo_var))->___Instance; SecNamedCurves_DefineCurve_mD33D87FCBD0696FE97130A9150D42C341EAC87A9(_stringLiteral50A9CE486E3E9EFF76FBCA6538E018EA3EFFEE43, L_61, L_62, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_63 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT409r1; il2cpp_codegen_runtime_class_init_inline(Sect409r1Holder_tCE0CCFCA2F51A698180EEE52716C158C235D92B0_il2cpp_TypeInfo_var); X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_64 = ((Sect409r1Holder_tCE0CCFCA2F51A698180EEE52716C158C235D92B0_StaticFields*)il2cpp_codegen_static_fields_for(Sect409r1Holder_tCE0CCFCA2F51A698180EEE52716C158C235D92B0_il2cpp_TypeInfo_var))->___Instance; SecNamedCurves_DefineCurve_mD33D87FCBD0696FE97130A9150D42C341EAC87A9(_stringLiteral14B0A532250BF0860700A7A9315ACC3640CBADAE, L_63, L_64, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_65 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT571k1; il2cpp_codegen_runtime_class_init_inline(Sect571k1Holder_t67B0E91F1CEF7BCF6EF9A5C757E57A57F266F867_il2cpp_TypeInfo_var); X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_66 = ((Sect571k1Holder_t67B0E91F1CEF7BCF6EF9A5C757E57A57F266F867_StaticFields*)il2cpp_codegen_static_fields_for(Sect571k1Holder_t67B0E91F1CEF7BCF6EF9A5C757E57A57F266F867_il2cpp_TypeInfo_var))->___Instance; SecNamedCurves_DefineCurve_mD33D87FCBD0696FE97130A9150D42C341EAC87A9(_stringLiteral8A935BC163FB7C550742399792C4D1966C3E2AF4, L_65, L_66, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_67 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT571r1; il2cpp_codegen_runtime_class_init_inline(Sect571r1Holder_tED166F6C7C4C8E767D6BD1AAE91BFC568ADB841F_il2cpp_TypeInfo_var); X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_68 = ((Sect571r1Holder_tED166F6C7C4C8E767D6BD1AAE91BFC568ADB841F_StaticFields*)il2cpp_codegen_static_fields_for(Sect571r1Holder_tED166F6C7C4C8E767D6BD1AAE91BFC568ADB841F_il2cpp_TypeInfo_var))->___Instance; SecNamedCurves_DefineCurve_mD33D87FCBD0696FE97130A9150D42C341EAC87A9(_stringLiteral2F7BF7401F3F7A3BA05C7AA32544809B4FB2BD98, L_67, L_68, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* SecNamedCurves_GetByName_m19F9CD803E6E403AEAC988AF946C431191804564 (String_t* ___0_name, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* V_0 = NULL; { String_t* L_0 = ___0_name; il2cpp_codegen_runtime_class_init_inline(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_1; L_1 = SecNamedCurves_GetOid_m0DD5E96EC20485C476BDE4A6DF9F258FDCB664C1(L_0, NULL); V_0 = L_1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_2 = V_0; if (!L_2) { goto IL_0011; } } { DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_3 = V_0; il2cpp_codegen_runtime_class_init_inline(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_4; L_4 = SecNamedCurves_GetByOid_m940DECEBA0F555FC1DA096F24718E2E9D7DF422E(L_3, NULL); return L_4; } IL_0011: { return (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)NULL; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* SecNamedCurves_GetByOid_m940DECEBA0F555FC1DA096F24718E2E9D7DF422E (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___0_oid, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* V_0 = NULL; { il2cpp_codegen_runtime_class_init_inline(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_StaticFields*)il2cpp_codegen_static_fields_for(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var))->___curves; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_1 = ___0_oid; NullCheck(L_0); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_0, L_1); V_0 = ((X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09*)CastclassClass((RuntimeObject*)L_2, X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09_il2cpp_TypeInfo_var)); X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_3 = V_0; if (!L_3) { goto IL_001b; } } { X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_4 = V_0; NullCheck(L_4); X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_5; L_5 = X9ECParametersHolder_get_Parameters_m2B5C967FAC6574A3A5C7DA4AEA23B583BA84F9A7(L_4, NULL); return L_5; } IL_001b: { return (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)NULL; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* SecNamedCurves_GetOid_m0DD5E96EC20485C476BDE4A6DF9F258FDCB664C1 (String_t* ___0_name, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t64AA9A0F22E3D706E15FD5F5481FAFA2ADD7B4AF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_StaticFields*)il2cpp_codegen_static_fields_for(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var))->___objIds; String_t* L_1 = ___0_name; il2cpp_codegen_runtime_class_init_inline(Platform_t64AA9A0F22E3D706E15FD5F5481FAFA2ADD7B4AF_il2cpp_TypeInfo_var); String_t* L_2; L_2 = Platform_ToUpperInvariant_mE42B5571F3A8B243EC1A23A4DCFD399AFA086922(L_1, NULL); NullCheck(L_0); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_0, L_2); return ((DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)CastclassClass((RuntimeObject*)L_3, DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var)); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecNamedCurves_GetName_mB182E415A8106238AF288A0E43EF6263C7AB5EC5 (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___0_oid, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_StaticFields*)il2cpp_codegen_static_fields_for(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var))->___names; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_1 = ___0_oid; NullCheck(L_0); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_0, L_1); return ((String_t*)CastclassSealed((RuntimeObject*)L_2, String_t_il2cpp_TypeInfo_var)); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SecNamedCurves_get_Names_m3A39DC9F0BEEDB44F209BE8F07AC7A7E60601740 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumerableProxy_t1DE130F19CC37E48E9B58DDB8AF7C94EB1E3650B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_StaticFields*)il2cpp_codegen_static_fields_for(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var))->___names; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(3, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_0); EnumerableProxy_t1DE130F19CC37E48E9B58DDB8AF7C94EB1E3650B* L_2 = (EnumerableProxy_t1DE130F19CC37E48E9B58DDB8AF7C94EB1E3650B*)il2cpp_codegen_object_new(EnumerableProxy_t1DE130F19CC37E48E9B58DDB8AF7C94EB1E3650B_il2cpp_TypeInfo_var); EnumerableProxy__ctor_m016A9F84E918D8E816280C358DC1C091E60053DE(L_2, L_1, NULL); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Secp112r1Holder__ctor_mA1F916CEF849C0F829B357AA3909A5B7BC4A2E5D (Secp112r1Holder_tA6701D64C321CB2B17A6F2C76BE5AE840B21D8C0* __this, const RuntimeMethod* method) { { X9ECParametersHolder__ctor_m6D26DDE5152F86A808129FBADFAAACCCCD4B08B9(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* Secp112r1Holder_CreateParameters_m2D7AFC8802AAB1796E7AD15F427ECF686779E994 (Secp112r1Holder_tA6701D64C321CB2B17A6F2C76BE5AE840B21D8C0* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral08FE13C63C60ABE94277C5A5677033AAD7FDB6C4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1CBE2D325BAE41961C1B6ABE9A44545C861C75FC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral370F34481223594DA1FD878D7853CBBCD07CBFB1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD0D3B7B31F08241AB0583A23037113B73E7F2082); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD0FD68632386FDE1DC6625073B337FB66EDB7924); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD4CB643705A26B030B5C762D9DC81CF6CF525335); s_Il2CppMethodInitialized = true; } BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_0 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_1 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_3 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_4 = NULL; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* V_5 = NULL; { il2cpp_codegen_runtime_class_init_inline(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_0; L_0 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteralD0FD68632386FDE1DC6625073B337FB66EDB7924, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1; L_1 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral370F34481223594DA1FD878D7853CBBCD07CBFB1, NULL); V_0 = L_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_2; L_2 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral08FE13C63C60ABE94277C5A5677033AAD7FDB6C4, NULL); V_1 = L_2; il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3; L_3 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteralD4CB643705A26B030B5C762D9DC81CF6CF525335, NULL); V_2 = L_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_4; L_4 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral1CBE2D325BAE41961C1B6ABE9A44545C861C75FC, NULL); V_3 = L_4; il2cpp_codegen_runtime_class_init_inline(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_5 = ((BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var))->___One; V_4 = L_5; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_6 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_7 = V_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_8 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_9 = V_4; FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD* L_10 = (FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD*)il2cpp_codegen_object_new(FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); FpCurve__ctor_mA33C90E41F879DD0EE0A04C8C2950276512F527B(L_10, L_0, L_6, L_7, L_8, L_9, NULL); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_11; L_11 = SecNamedCurves_ConfigureCurve_m6A8147AF1EAC28498F5CF2E891F04EFE81E989EA(L_10, NULL); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_12 = L_11; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13; L_13 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteralD0D3B7B31F08241AB0583A23037113B73E7F2082, NULL); X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_14 = (X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D*)il2cpp_codegen_object_new(X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); X9ECPoint__ctor_m86678E96A1FEC551276BBD02F0B08A093F4C19BB(L_14, L_12, L_13, NULL); V_5 = L_14; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_15 = V_5; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_16 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_17 = V_4; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_18 = V_2; X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_19 = (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)il2cpp_codegen_object_new(X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); X9ECParameters__ctor_mE044AF5434DB27095FFE09B9E4116104895DDF38(L_19, L_12, L_15, L_16, L_17, L_18, NULL); return L_19; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Secp112r1Holder__cctor_mE3F7AE3748189ADE522676548905DDD56D4DEE2F (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Secp112r1Holder_tA6701D64C321CB2B17A6F2C76BE5AE840B21D8C0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Secp112r1Holder_tA6701D64C321CB2B17A6F2C76BE5AE840B21D8C0* L_0 = (Secp112r1Holder_tA6701D64C321CB2B17A6F2C76BE5AE840B21D8C0*)il2cpp_codegen_object_new(Secp112r1Holder_tA6701D64C321CB2B17A6F2C76BE5AE840B21D8C0_il2cpp_TypeInfo_var); Secp112r1Holder__ctor_mA1F916CEF849C0F829B357AA3909A5B7BC4A2E5D(L_0, NULL); ((Secp112r1Holder_tA6701D64C321CB2B17A6F2C76BE5AE840B21D8C0_StaticFields*)il2cpp_codegen_static_fields_for(Secp112r1Holder_tA6701D64C321CB2B17A6F2C76BE5AE840B21D8C0_il2cpp_TypeInfo_var))->___Instance = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Secp112r1Holder_tA6701D64C321CB2B17A6F2C76BE5AE840B21D8C0_StaticFields*)il2cpp_codegen_static_fields_for(Secp112r1Holder_tA6701D64C321CB2B17A6F2C76BE5AE840B21D8C0_il2cpp_TypeInfo_var))->___Instance), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Secp112r2Holder__ctor_m56FC1E179BAFC2B63271FFFB05751423F22FB40C (Secp112r2Holder_t5FCECD6AB15AFED58DC56856E5E1A2F1A353560F* __this, const RuntimeMethod* method) { { X9ECParametersHolder__ctor_m6D26DDE5152F86A808129FBADFAAACCCCD4B08B9(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* Secp112r2Holder_CreateParameters_m297C9ACEBAF9FCDB2C837A33E593C0446E3532A2 (Secp112r2Holder_t5FCECD6AB15AFED58DC56856E5E1A2F1A353560F* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37E281326AE978D6021F7ABEA46E23C4F8ABEF72); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral87F0EFBA079B793A257F4478749C59CAB6A740BF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralADD306B47D5269D0F04AF4E3CD0DA417A10B8ABC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD0FD68632386FDE1DC6625073B337FB66EDB7924); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF50898E446C9B2C316C6174D64A7E12459677C60); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF7295555275691868C4B3EC1E11BB2F58B301890); s_Il2CppMethodInitialized = true; } BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_0 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_1 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_3 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_4 = NULL; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* V_5 = NULL; { il2cpp_codegen_runtime_class_init_inline(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_0; L_0 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteralD0FD68632386FDE1DC6625073B337FB66EDB7924, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1; L_1 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteralF50898E446C9B2C316C6174D64A7E12459677C60, NULL); V_0 = L_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_2; L_2 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteralF7295555275691868C4B3EC1E11BB2F58B301890, NULL); V_1 = L_2; il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3; L_3 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteralADD306B47D5269D0F04AF4E3CD0DA417A10B8ABC, NULL); V_2 = L_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_4; L_4 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral87F0EFBA079B793A257F4478749C59CAB6A740BF, NULL); V_3 = L_4; il2cpp_codegen_runtime_class_init_inline(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_5; L_5 = BigInteger_ValueOf_m9A7FA1AA850B44B9456BA9974EF000C596AFF6E5(((int64_t)4), NULL); V_4 = L_5; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_6 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_7 = V_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_8 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_9 = V_4; FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD* L_10 = (FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD*)il2cpp_codegen_object_new(FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); FpCurve__ctor_mA33C90E41F879DD0EE0A04C8C2950276512F527B(L_10, L_0, L_6, L_7, L_8, L_9, NULL); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_11; L_11 = SecNamedCurves_ConfigureCurve_m6A8147AF1EAC28498F5CF2E891F04EFE81E989EA(L_10, NULL); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_12 = L_11; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13; L_13 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteral37E281326AE978D6021F7ABEA46E23C4F8ABEF72, NULL); X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_14 = (X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D*)il2cpp_codegen_object_new(X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); X9ECPoint__ctor_m86678E96A1FEC551276BBD02F0B08A093F4C19BB(L_14, L_12, L_13, NULL); V_5 = L_14; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_15 = V_5; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_16 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_17 = V_4; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_18 = V_2; X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_19 = (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)il2cpp_codegen_object_new(X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); X9ECParameters__ctor_mE044AF5434DB27095FFE09B9E4116104895DDF38(L_19, L_12, L_15, L_16, L_17, L_18, NULL); return L_19; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Secp112r2Holder__cctor_mD91953328698E10415243D0C51392BCA8927FBBB (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Secp112r2Holder_t5FCECD6AB15AFED58DC56856E5E1A2F1A353560F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Secp112r2Holder_t5FCECD6AB15AFED58DC56856E5E1A2F1A353560F* L_0 = (Secp112r2Holder_t5FCECD6AB15AFED58DC56856E5E1A2F1A353560F*)il2cpp_codegen_object_new(Secp112r2Holder_t5FCECD6AB15AFED58DC56856E5E1A2F1A353560F_il2cpp_TypeInfo_var); Secp112r2Holder__ctor_m56FC1E179BAFC2B63271FFFB05751423F22FB40C(L_0, NULL); ((Secp112r2Holder_t5FCECD6AB15AFED58DC56856E5E1A2F1A353560F_StaticFields*)il2cpp_codegen_static_fields_for(Secp112r2Holder_t5FCECD6AB15AFED58DC56856E5E1A2F1A353560F_il2cpp_TypeInfo_var))->___Instance = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Secp112r2Holder_t5FCECD6AB15AFED58DC56856E5E1A2F1A353560F_StaticFields*)il2cpp_codegen_static_fields_for(Secp112r2Holder_t5FCECD6AB15AFED58DC56856E5E1A2F1A353560F_il2cpp_TypeInfo_var))->___Instance), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Secp128r1Holder__ctor_m94447E4B287B8537BEF03A216DFD46AB8BBDACD2 (Secp128r1Holder_t55220D0DC76A6E87187CDABF781D0A232E3A003A* __this, const RuntimeMethod* method) { { X9ECParametersHolder__ctor_m6D26DDE5152F86A808129FBADFAAACCCCD4B08B9(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* Secp128r1Holder_CreateParameters_m858D7CFBF2FE5F6C9EF89A27D8CB9849DF327A83 (Secp128r1Holder_t55220D0DC76A6E87187CDABF781D0A232E3A003A* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral082A85FC481BC9162A1D3A8B974388CA2575C2B0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral16FBA58A3C6B2DD2F5FE144302A0F4A91902C46D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2BA8E0861E6000326D13CB7A3F642801A1A79192); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA541545AC7ABD1030907CF06229D618165CA0FF9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC5F521F2188B366ACAEBDB72198BC58A918A1EB0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE185C6227B9AA41FD5A0CE1B9A568A3A5E39DCCE); s_Il2CppMethodInitialized = true; } BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_0 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_1 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_3 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_4 = NULL; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* V_5 = NULL; { il2cpp_codegen_runtime_class_init_inline(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_0; L_0 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteralE185C6227B9AA41FD5A0CE1B9A568A3A5E39DCCE, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1; L_1 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral16FBA58A3C6B2DD2F5FE144302A0F4A91902C46D, NULL); V_0 = L_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_2; L_2 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral2BA8E0861E6000326D13CB7A3F642801A1A79192, NULL); V_1 = L_2; il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3; L_3 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteral082A85FC481BC9162A1D3A8B974388CA2575C2B0, NULL); V_2 = L_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_4; L_4 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteralC5F521F2188B366ACAEBDB72198BC58A918A1EB0, NULL); V_3 = L_4; il2cpp_codegen_runtime_class_init_inline(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_5 = ((BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var))->___One; V_4 = L_5; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_6 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_7 = V_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_8 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_9 = V_4; FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD* L_10 = (FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD*)il2cpp_codegen_object_new(FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); FpCurve__ctor_mA33C90E41F879DD0EE0A04C8C2950276512F527B(L_10, L_0, L_6, L_7, L_8, L_9, NULL); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_11; L_11 = SecNamedCurves_ConfigureCurve_m6A8147AF1EAC28498F5CF2E891F04EFE81E989EA(L_10, NULL); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_12 = L_11; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13; L_13 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteralA541545AC7ABD1030907CF06229D618165CA0FF9, NULL); X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_14 = (X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D*)il2cpp_codegen_object_new(X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); X9ECPoint__ctor_m86678E96A1FEC551276BBD02F0B08A093F4C19BB(L_14, L_12, L_13, NULL); V_5 = L_14; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_15 = V_5; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_16 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_17 = V_4; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_18 = V_2; X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_19 = (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)il2cpp_codegen_object_new(X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); X9ECParameters__ctor_mE044AF5434DB27095FFE09B9E4116104895DDF38(L_19, L_12, L_15, L_16, L_17, L_18, NULL); return L_19; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Secp128r1Holder__cctor_m7E7F9E58BB281C4B2DD5A11DDCB7F8A417FF277B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Secp128r1Holder_t55220D0DC76A6E87187CDABF781D0A232E3A003A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Secp128r1Holder_t55220D0DC76A6E87187CDABF781D0A232E3A003A* L_0 = (Secp128r1Holder_t55220D0DC76A6E87187CDABF781D0A232E3A003A*)il2cpp_codegen_object_new(Secp128r1Holder_t55220D0DC76A6E87187CDABF781D0A232E3A003A_il2cpp_TypeInfo_var); Secp128r1Holder__ctor_m94447E4B287B8537BEF03A216DFD46AB8BBDACD2(L_0, NULL); ((Secp128r1Holder_t55220D0DC76A6E87187CDABF781D0A232E3A003A_StaticFields*)il2cpp_codegen_static_fields_for(Secp128r1Holder_t55220D0DC76A6E87187CDABF781D0A232E3A003A_il2cpp_TypeInfo_var))->___Instance = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Secp128r1Holder_t55220D0DC76A6E87187CDABF781D0A232E3A003A_StaticFields*)il2cpp_codegen_static_fields_for(Secp128r1Holder_t55220D0DC76A6E87187CDABF781D0A232E3A003A_il2cpp_TypeInfo_var))->___Instance), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Secp128r2Holder__ctor_m1B6B060BAE2748DD785594CCB715D688482EE79C (Secp128r2Holder_tF07C8E397A4CF1B8589E254E5873726398E07D8C* __this, const RuntimeMethod* method) { { X9ECParametersHolder__ctor_m6D26DDE5152F86A808129FBADFAAACCCCD4B08B9(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* Secp128r2Holder_CreateParameters_m690AD3C637A86B6ED855FB1D019ABBDD4B6E4084 (Secp128r2Holder_tF07C8E397A4CF1B8589E254E5873726398E07D8C* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral08AAE27D2414D6353CBC0DB4AA54BDD94C7AEE48); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0A015F185902A9BEDFD600B0CC9CAFE3F12ABEF4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral39AAB98BC1F2A2AF21B51111DCEDCFFB04C8BF86); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral69CEB81C4356613EE837AA34F7829125CCEE8ECE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral939FDD0CFBF276219A6CB6BB7DA8D321687FF1A7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE185C6227B9AA41FD5A0CE1B9A568A3A5E39DCCE); s_Il2CppMethodInitialized = true; } BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_0 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_1 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_3 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_4 = NULL; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* V_5 = NULL; { il2cpp_codegen_runtime_class_init_inline(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_0; L_0 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteralE185C6227B9AA41FD5A0CE1B9A568A3A5E39DCCE, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1; L_1 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral39AAB98BC1F2A2AF21B51111DCEDCFFB04C8BF86, NULL); V_0 = L_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_2; L_2 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral0A015F185902A9BEDFD600B0CC9CAFE3F12ABEF4, NULL); V_1 = L_2; il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3; L_3 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteral939FDD0CFBF276219A6CB6BB7DA8D321687FF1A7, NULL); V_2 = L_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_4; L_4 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral69CEB81C4356613EE837AA34F7829125CCEE8ECE, NULL); V_3 = L_4; il2cpp_codegen_runtime_class_init_inline(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_5; L_5 = BigInteger_ValueOf_m9A7FA1AA850B44B9456BA9974EF000C596AFF6E5(((int64_t)4), NULL); V_4 = L_5; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_6 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_7 = V_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_8 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_9 = V_4; FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD* L_10 = (FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD*)il2cpp_codegen_object_new(FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); FpCurve__ctor_mA33C90E41F879DD0EE0A04C8C2950276512F527B(L_10, L_0, L_6, L_7, L_8, L_9, NULL); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_11; L_11 = SecNamedCurves_ConfigureCurve_m6A8147AF1EAC28498F5CF2E891F04EFE81E989EA(L_10, NULL); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_12 = L_11; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13; L_13 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteral08AAE27D2414D6353CBC0DB4AA54BDD94C7AEE48, NULL); X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_14 = (X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D*)il2cpp_codegen_object_new(X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); X9ECPoint__ctor_m86678E96A1FEC551276BBD02F0B08A093F4C19BB(L_14, L_12, L_13, NULL); V_5 = L_14; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_15 = V_5; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_16 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_17 = V_4; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_18 = V_2; X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_19 = (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)il2cpp_codegen_object_new(X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); X9ECParameters__ctor_mE044AF5434DB27095FFE09B9E4116104895DDF38(L_19, L_12, L_15, L_16, L_17, L_18, NULL); return L_19; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Secp128r2Holder__cctor_mDC2962DBE858FA2AC809B00C157FEED961B974DD (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Secp128r2Holder_tF07C8E397A4CF1B8589E254E5873726398E07D8C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Secp128r2Holder_tF07C8E397A4CF1B8589E254E5873726398E07D8C* L_0 = (Secp128r2Holder_tF07C8E397A4CF1B8589E254E5873726398E07D8C*)il2cpp_codegen_object_new(Secp128r2Holder_tF07C8E397A4CF1B8589E254E5873726398E07D8C_il2cpp_TypeInfo_var); Secp128r2Holder__ctor_m1B6B060BAE2748DD785594CCB715D688482EE79C(L_0, NULL); ((Secp128r2Holder_tF07C8E397A4CF1B8589E254E5873726398E07D8C_StaticFields*)il2cpp_codegen_static_fields_for(Secp128r2Holder_tF07C8E397A4CF1B8589E254E5873726398E07D8C_il2cpp_TypeInfo_var))->___Instance = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Secp128r2Holder_tF07C8E397A4CF1B8589E254E5873726398E07D8C_StaticFields*)il2cpp_codegen_static_fields_for(Secp128r2Holder_tF07C8E397A4CF1B8589E254E5873726398E07D8C_il2cpp_TypeInfo_var))->___Instance), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Secp160k1Holder__ctor_m221B4974E9FB1B4F1698820DBC4EEE7204303C63 (Secp160k1Holder_tB84EA03522660CB76235752CAA1D1DBFD988E3EF* __this, const RuntimeMethod* method) { { X9ECParametersHolder__ctor_m6D26DDE5152F86A808129FBADFAAACCCCD4B08B9(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* Secp160k1Holder_CreateParameters_mA735008DAADCBBCEB5F0A89351C60906F18B11ED (Secp160k1Holder_tB84EA03522660CB76235752CAA1D1DBFD988E3EF* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GlvTypeBParameters_t84DD817975633F92AF6C1FA7557D7DD4285E8274_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0F5FF643AEFB3F01606B763BCE3EB3CA0F4CDB37); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13ADC4031D216AC46030B8295DFA8A948A45C71C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral268B11289EA2B7265F4C66634B963A45B2495CA9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2DEA6DBC8A0D9F0EDF29F041B19CD4E17015DB03); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3FA118FF18D71618EB3BDD32868647552EAE8EC1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6348F335497AB29517BBF47765568FB755023B4A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral82128C45BA75D1898667EBC9275E25444AF126BC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD389D736C510787FAF6582BCA9FB13F1E49B3BE1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD80BB1CCB148A51722608F5698BA496FAB5ED13B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDDAED0D6462878B2842683ABC73ED0374CE48F83); s_Il2CppMethodInitialized = true; } BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_0 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_1 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_2 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_3 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_4 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_5 = NULL; GlvTypeBParameters_t84DD817975633F92AF6C1FA7557D7DD4285E8274* V_6 = NULL; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* V_7 = NULL; { il2cpp_codegen_runtime_class_init_inline(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_0; L_0 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral82128C45BA75D1898667EBC9275E25444AF126BC, NULL); V_0 = L_0; il2cpp_codegen_runtime_class_init_inline(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1 = ((BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var))->___Zero; V_1 = L_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_2; L_2 = BigInteger_ValueOf_m9A7FA1AA850B44B9456BA9974EF000C596AFF6E5(((int64_t)7), NULL); V_2 = L_2; V_3 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_3; L_3 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral268B11289EA2B7265F4C66634B963A45B2495CA9, NULL); V_4 = L_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_4 = ((BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var))->___One; V_5 = L_4; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_5 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_5, _stringLiteral0F5FF643AEFB3F01606B763BCE3EB3CA0F4CDB37, ((int32_t)16), NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_6 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_6, _stringLiteralD80BB1CCB148A51722608F5698BA496FAB5ED13B, ((int32_t)16), NULL); BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8* L_7 = (BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8*)(BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8*)SZArrayNew(BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8_il2cpp_TypeInfo_var, (uint32_t)2); BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8* L_8 = L_7; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_9 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_9, _stringLiteralDDAED0D6462878B2842683ABC73ED0374CE48F83, ((int32_t)16), NULL); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(0), (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)L_9); BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8* L_10 = L_8; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_11 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_11, _stringLiteral6348F335497AB29517BBF47765568FB755023B4A, ((int32_t)16), NULL); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(1), (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)L_11); BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8* L_12 = (BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8*)(BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8*)SZArrayNew(BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8_il2cpp_TypeInfo_var, (uint32_t)2); BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8* L_13 = L_12; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_14 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_14, _stringLiteral2DEA6DBC8A0D9F0EDF29F041B19CD4E17015DB03, ((int32_t)16), NULL); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(0), (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)L_14); BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8* L_15 = L_13; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_16 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_16, _stringLiteralDDAED0D6462878B2842683ABC73ED0374CE48F83, ((int32_t)16), NULL); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_16); (L_15)->SetAt(static_cast(1), (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)L_16); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_17 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_17, _stringLiteral13ADC4031D216AC46030B8295DFA8A948A45C71C, ((int32_t)16), NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_18 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_18, _stringLiteral3FA118FF18D71618EB3BDD32868647552EAE8EC1, ((int32_t)16), NULL); GlvTypeBParameters_t84DD817975633F92AF6C1FA7557D7DD4285E8274* L_19 = (GlvTypeBParameters_t84DD817975633F92AF6C1FA7557D7DD4285E8274*)il2cpp_codegen_object_new(GlvTypeBParameters_t84DD817975633F92AF6C1FA7557D7DD4285E8274_il2cpp_TypeInfo_var); GlvTypeBParameters__ctor_mAAE0F02CBBA6FDEEC4C7AF4C37617E2E047DB81C(L_19, L_5, L_6, L_10, L_15, L_17, L_18, ((int32_t)176), NULL); V_6 = L_19; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_20 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_21 = V_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_22 = V_2; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_23 = V_4; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_24 = V_5; FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD* L_25 = (FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD*)il2cpp_codegen_object_new(FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); FpCurve__ctor_mA33C90E41F879DD0EE0A04C8C2950276512F527B(L_25, L_20, L_21, L_22, L_23, L_24, NULL); GlvTypeBParameters_t84DD817975633F92AF6C1FA7557D7DD4285E8274* L_26 = V_6; ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_27; L_27 = SecNamedCurves_ConfigureCurveGlv_m0B84E1CB021CBF9A72516729051B6836F3206211(L_25, L_26, NULL); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_28 = L_27; il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_29; L_29 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteralD389D736C510787FAF6582BCA9FB13F1E49B3BE1, NULL); X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_30 = (X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D*)il2cpp_codegen_object_new(X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); X9ECPoint__ctor_m86678E96A1FEC551276BBD02F0B08A093F4C19BB(L_30, L_28, L_29, NULL); V_7 = L_30; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_31 = V_7; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_32 = V_4; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_33 = V_5; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_34 = V_3; X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_35 = (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)il2cpp_codegen_object_new(X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); X9ECParameters__ctor_mE044AF5434DB27095FFE09B9E4116104895DDF38(L_35, L_28, L_31, L_32, L_33, L_34, NULL); return L_35; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Secp160k1Holder__cctor_m767715B5E09A983C63048058F11C25AAD06E190E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Secp160k1Holder_tB84EA03522660CB76235752CAA1D1DBFD988E3EF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Secp160k1Holder_tB84EA03522660CB76235752CAA1D1DBFD988E3EF* L_0 = (Secp160k1Holder_tB84EA03522660CB76235752CAA1D1DBFD988E3EF*)il2cpp_codegen_object_new(Secp160k1Holder_tB84EA03522660CB76235752CAA1D1DBFD988E3EF_il2cpp_TypeInfo_var); Secp160k1Holder__ctor_m221B4974E9FB1B4F1698820DBC4EEE7204303C63(L_0, NULL); ((Secp160k1Holder_tB84EA03522660CB76235752CAA1D1DBFD988E3EF_StaticFields*)il2cpp_codegen_static_fields_for(Secp160k1Holder_tB84EA03522660CB76235752CAA1D1DBFD988E3EF_il2cpp_TypeInfo_var))->___Instance = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Secp160k1Holder_tB84EA03522660CB76235752CAA1D1DBFD988E3EF_StaticFields*)il2cpp_codegen_static_fields_for(Secp160k1Holder_tB84EA03522660CB76235752CAA1D1DBFD988E3EF_il2cpp_TypeInfo_var))->___Instance), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Secp160r1Holder__ctor_m55F9099F383A5D95967E8E67F3C68D39CDFBBA8F (Secp160r1Holder_t9ADC09FD9AF208CC71EC294226124BEBBB8DF5F7* __this, const RuntimeMethod* method) { { X9ECParametersHolder__ctor_m6D26DDE5152F86A808129FBADFAAACCCCD4B08B9(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* Secp160r1Holder_CreateParameters_m2A0B5C550153444DC30214B0F8CA56AC67AEBE43 (Secp160r1Holder_t9ADC09FD9AF208CC71EC294226124BEBBB8DF5F7* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral28058420E51E692485573E75B04BD1527E9A2C4D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral63D645B087299040799270572BB8AEDAC3666248); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral91FA22B8ECDED45527422282487144D47FA10733); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9EC5F17060D615B578EBE09AFDB74E29DD9D8833); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB0A669EE38050E63D8F9CB5B9EE063F765162C1A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB264BC41FF80638659B7A213CA1E8D89BA37B402); s_Il2CppMethodInitialized = true; } BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_0 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_1 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_3 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_4 = NULL; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* V_5 = NULL; { il2cpp_codegen_runtime_class_init_inline(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_0; L_0 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral28058420E51E692485573E75B04BD1527E9A2C4D, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1; L_1 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral91FA22B8ECDED45527422282487144D47FA10733, NULL); V_0 = L_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_2; L_2 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteralB264BC41FF80638659B7A213CA1E8D89BA37B402, NULL); V_1 = L_2; il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3; L_3 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteralB0A669EE38050E63D8F9CB5B9EE063F765162C1A, NULL); V_2 = L_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_4; L_4 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral9EC5F17060D615B578EBE09AFDB74E29DD9D8833, NULL); V_3 = L_4; il2cpp_codegen_runtime_class_init_inline(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_5 = ((BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var))->___One; V_4 = L_5; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_6 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_7 = V_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_8 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_9 = V_4; FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD* L_10 = (FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD*)il2cpp_codegen_object_new(FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); FpCurve__ctor_mA33C90E41F879DD0EE0A04C8C2950276512F527B(L_10, L_0, L_6, L_7, L_8, L_9, NULL); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_11; L_11 = SecNamedCurves_ConfigureCurve_m6A8147AF1EAC28498F5CF2E891F04EFE81E989EA(L_10, NULL); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_12 = L_11; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13; L_13 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteral63D645B087299040799270572BB8AEDAC3666248, NULL); X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_14 = (X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D*)il2cpp_codegen_object_new(X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); X9ECPoint__ctor_m86678E96A1FEC551276BBD02F0B08A093F4C19BB(L_14, L_12, L_13, NULL); V_5 = L_14; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_15 = V_5; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_16 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_17 = V_4; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_18 = V_2; X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_19 = (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)il2cpp_codegen_object_new(X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); X9ECParameters__ctor_mE044AF5434DB27095FFE09B9E4116104895DDF38(L_19, L_12, L_15, L_16, L_17, L_18, NULL); return L_19; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Secp160r1Holder__cctor_m52FB0B1D7D3957B19FBDB7F28E658EF1AAA0D32C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Secp160r1Holder_t9ADC09FD9AF208CC71EC294226124BEBBB8DF5F7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Secp160r1Holder_t9ADC09FD9AF208CC71EC294226124BEBBB8DF5F7* L_0 = (Secp160r1Holder_t9ADC09FD9AF208CC71EC294226124BEBBB8DF5F7*)il2cpp_codegen_object_new(Secp160r1Holder_t9ADC09FD9AF208CC71EC294226124BEBBB8DF5F7_il2cpp_TypeInfo_var); Secp160r1Holder__ctor_m55F9099F383A5D95967E8E67F3C68D39CDFBBA8F(L_0, NULL); ((Secp160r1Holder_t9ADC09FD9AF208CC71EC294226124BEBBB8DF5F7_StaticFields*)il2cpp_codegen_static_fields_for(Secp160r1Holder_t9ADC09FD9AF208CC71EC294226124BEBBB8DF5F7_il2cpp_TypeInfo_var))->___Instance = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Secp160r1Holder_t9ADC09FD9AF208CC71EC294226124BEBBB8DF5F7_StaticFields*)il2cpp_codegen_static_fields_for(Secp160r1Holder_t9ADC09FD9AF208CC71EC294226124BEBBB8DF5F7_il2cpp_TypeInfo_var))->___Instance), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Secp160r2Holder__ctor_m7D0E219514E25CBCA7261A94C89F330FC720104E (Secp160r2Holder_tB4606B043E0BE71289E8EE9983E4AE8F17E130FA* __this, const RuntimeMethod* method) { { X9ECParametersHolder__ctor_m6D26DDE5152F86A808129FBADFAAACCCCD4B08B9(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* Secp160r2Holder_CreateParameters_m08C589F5D2A3AB95E4FDC6C0EB00695D767A2FAC (Secp160r2Holder_tB4606B043E0BE71289E8EE9983E4AE8F17E130FA* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral053B46A8A8F5DC5F37BE95534763CFBE7A673936); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral82128C45BA75D1898667EBC9275E25444AF126BC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBBA4631906F4C458CB2BBDD76F7D84AFE7525CAA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC87F54F009BFFF741EAAB0CFF8BDF95101C7CAC3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC9C203FF8C07EB0519AAC54A5AA9B86B395E7920); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCDE743FF61CBDF72BF05A4EC3478FED4F69A1F35); s_Il2CppMethodInitialized = true; } BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_0 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_1 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_3 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_4 = NULL; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* V_5 = NULL; { il2cpp_codegen_runtime_class_init_inline(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_0; L_0 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral82128C45BA75D1898667EBC9275E25444AF126BC, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1; L_1 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral053B46A8A8F5DC5F37BE95534763CFBE7A673936, NULL); V_0 = L_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_2; L_2 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteralC87F54F009BFFF741EAAB0CFF8BDF95101C7CAC3, NULL); V_1 = L_2; il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3; L_3 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteralCDE743FF61CBDF72BF05A4EC3478FED4F69A1F35, NULL); V_2 = L_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_4; L_4 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteralC9C203FF8C07EB0519AAC54A5AA9B86B395E7920, NULL); V_3 = L_4; il2cpp_codegen_runtime_class_init_inline(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_5 = ((BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var))->___One; V_4 = L_5; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_6 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_7 = V_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_8 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_9 = V_4; FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD* L_10 = (FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD*)il2cpp_codegen_object_new(FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); FpCurve__ctor_mA33C90E41F879DD0EE0A04C8C2950276512F527B(L_10, L_0, L_6, L_7, L_8, L_9, NULL); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_11; L_11 = SecNamedCurves_ConfigureCurve_m6A8147AF1EAC28498F5CF2E891F04EFE81E989EA(L_10, NULL); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_12 = L_11; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13; L_13 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteralBBA4631906F4C458CB2BBDD76F7D84AFE7525CAA, NULL); X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_14 = (X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D*)il2cpp_codegen_object_new(X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); X9ECPoint__ctor_m86678E96A1FEC551276BBD02F0B08A093F4C19BB(L_14, L_12, L_13, NULL); V_5 = L_14; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_15 = V_5; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_16 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_17 = V_4; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_18 = V_2; X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_19 = (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)il2cpp_codegen_object_new(X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); X9ECParameters__ctor_mE044AF5434DB27095FFE09B9E4116104895DDF38(L_19, L_12, L_15, L_16, L_17, L_18, NULL); return L_19; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Secp160r2Holder__cctor_mDFD3ECD0103E55E70B0896B95F00FBB87B54DBDE (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Secp160r2Holder_tB4606B043E0BE71289E8EE9983E4AE8F17E130FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Secp160r2Holder_tB4606B043E0BE71289E8EE9983E4AE8F17E130FA* L_0 = (Secp160r2Holder_tB4606B043E0BE71289E8EE9983E4AE8F17E130FA*)il2cpp_codegen_object_new(Secp160r2Holder_tB4606B043E0BE71289E8EE9983E4AE8F17E130FA_il2cpp_TypeInfo_var); Secp160r2Holder__ctor_m7D0E219514E25CBCA7261A94C89F330FC720104E(L_0, NULL); ((Secp160r2Holder_tB4606B043E0BE71289E8EE9983E4AE8F17E130FA_StaticFields*)il2cpp_codegen_static_fields_for(Secp160r2Holder_tB4606B043E0BE71289E8EE9983E4AE8F17E130FA_il2cpp_TypeInfo_var))->___Instance = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Secp160r2Holder_tB4606B043E0BE71289E8EE9983E4AE8F17E130FA_StaticFields*)il2cpp_codegen_static_fields_for(Secp160r2Holder_tB4606B043E0BE71289E8EE9983E4AE8F17E130FA_il2cpp_TypeInfo_var))->___Instance), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Secp192k1Holder__ctor_mA39F87310A65BBFD5B6C70DA045E4FEE9C132282 (Secp192k1Holder_t27E22CCBD3F07B73A77AC4D9FB5819E488054AE3* __this, const RuntimeMethod* method) { { X9ECParametersHolder__ctor_m6D26DDE5152F86A808129FBADFAAACCCCD4B08B9(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* Secp192k1Holder_CreateParameters_m8016024EB5040AB0D8B4D30797D50AC7C9844D7A (Secp192k1Holder_t27E22CCBD3F07B73A77AC4D9FB5819E488054AE3* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GlvTypeBParameters_t84DD817975633F92AF6C1FA7557D7DD4285E8274_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13B7264E454DECA988EC1C0D4F4B3682942B8D16); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral145B6886ABDB6A64E26865445286469C28883644); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral15642A007D2DB9637EDCE7B2736386295A0794F7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B5ACAADD2A8DCA517A95E30580025EB72B85BA6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral66ACDB186A389494B8890447B8BD0CD5D6BC5468); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral78825798A96E402C2095EAC6CA168925BB1DD273); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCF104EB0E615717D616E89CF9F5DEF46B58B157A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE02E459F438C286495D11178551E1FA8C62B10AA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEA7FEA15E28556ABCF292DF70F8DE729DD42B9BE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF039081843B0873E486DA8DBFF2DEA212D36D006); s_Il2CppMethodInitialized = true; } BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_0 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_1 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_2 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_3 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_4 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_5 = NULL; GlvTypeBParameters_t84DD817975633F92AF6C1FA7557D7DD4285E8274* V_6 = NULL; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* V_7 = NULL; { il2cpp_codegen_runtime_class_init_inline(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_0; L_0 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteralCF104EB0E615717D616E89CF9F5DEF46B58B157A, NULL); V_0 = L_0; il2cpp_codegen_runtime_class_init_inline(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1 = ((BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var))->___Zero; V_1 = L_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_2; L_2 = BigInteger_ValueOf_m9A7FA1AA850B44B9456BA9974EF000C596AFF6E5(((int64_t)3), NULL); V_2 = L_2; V_3 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_3; L_3 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral13B7264E454DECA988EC1C0D4F4B3682942B8D16, NULL); V_4 = L_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_4 = ((BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var))->___One; V_5 = L_4; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_5 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_5, _stringLiteralF039081843B0873E486DA8DBFF2DEA212D36D006, ((int32_t)16), NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_6 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_6, _stringLiteral3B5ACAADD2A8DCA517A95E30580025EB72B85BA6, ((int32_t)16), NULL); BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8* L_7 = (BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8*)(BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8*)SZArrayNew(BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8_il2cpp_TypeInfo_var, (uint32_t)2); BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8* L_8 = L_7; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_9 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_9, _stringLiteralE02E459F438C286495D11178551E1FA8C62B10AA, ((int32_t)16), NULL); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(0), (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)L_9); BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8* L_10 = L_8; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_11 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_11, _stringLiteral145B6886ABDB6A64E26865445286469C28883644, ((int32_t)16), NULL); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(1), (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)L_11); BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8* L_12 = (BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8*)(BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8*)SZArrayNew(BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8_il2cpp_TypeInfo_var, (uint32_t)2); BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8* L_13 = L_12; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_14 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_14, _stringLiteral78825798A96E402C2095EAC6CA168925BB1DD273, ((int32_t)16), NULL); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(0), (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)L_14); BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8* L_15 = L_13; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_16 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_16, _stringLiteralE02E459F438C286495D11178551E1FA8C62B10AA, ((int32_t)16), NULL); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_16); (L_15)->SetAt(static_cast(1), (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)L_16); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_17 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_17, _stringLiteral15642A007D2DB9637EDCE7B2736386295A0794F7, ((int32_t)16), NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_18 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_18, _stringLiteral66ACDB186A389494B8890447B8BD0CD5D6BC5468, ((int32_t)16), NULL); GlvTypeBParameters_t84DD817975633F92AF6C1FA7557D7DD4285E8274* L_19 = (GlvTypeBParameters_t84DD817975633F92AF6C1FA7557D7DD4285E8274*)il2cpp_codegen_object_new(GlvTypeBParameters_t84DD817975633F92AF6C1FA7557D7DD4285E8274_il2cpp_TypeInfo_var); GlvTypeBParameters__ctor_mAAE0F02CBBA6FDEEC4C7AF4C37617E2E047DB81C(L_19, L_5, L_6, L_10, L_15, L_17, L_18, ((int32_t)208), NULL); V_6 = L_19; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_20 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_21 = V_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_22 = V_2; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_23 = V_4; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_24 = V_5; FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD* L_25 = (FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD*)il2cpp_codegen_object_new(FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); FpCurve__ctor_mA33C90E41F879DD0EE0A04C8C2950276512F527B(L_25, L_20, L_21, L_22, L_23, L_24, NULL); GlvTypeBParameters_t84DD817975633F92AF6C1FA7557D7DD4285E8274* L_26 = V_6; ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_27; L_27 = SecNamedCurves_ConfigureCurveGlv_m0B84E1CB021CBF9A72516729051B6836F3206211(L_25, L_26, NULL); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_28 = L_27; il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_29; L_29 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteralEA7FEA15E28556ABCF292DF70F8DE729DD42B9BE, NULL); X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_30 = (X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D*)il2cpp_codegen_object_new(X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); X9ECPoint__ctor_m86678E96A1FEC551276BBD02F0B08A093F4C19BB(L_30, L_28, L_29, NULL); V_7 = L_30; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_31 = V_7; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_32 = V_4; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_33 = V_5; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_34 = V_3; X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_35 = (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)il2cpp_codegen_object_new(X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); X9ECParameters__ctor_mE044AF5434DB27095FFE09B9E4116104895DDF38(L_35, L_28, L_31, L_32, L_33, L_34, NULL); return L_35; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Secp192k1Holder__cctor_mC86093B693F6C6CF804A54E7B3CDD81F605328A5 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Secp192k1Holder_t27E22CCBD3F07B73A77AC4D9FB5819E488054AE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Secp192k1Holder_t27E22CCBD3F07B73A77AC4D9FB5819E488054AE3* L_0 = (Secp192k1Holder_t27E22CCBD3F07B73A77AC4D9FB5819E488054AE3*)il2cpp_codegen_object_new(Secp192k1Holder_t27E22CCBD3F07B73A77AC4D9FB5819E488054AE3_il2cpp_TypeInfo_var); Secp192k1Holder__ctor_mA39F87310A65BBFD5B6C70DA045E4FEE9C132282(L_0, NULL); ((Secp192k1Holder_t27E22CCBD3F07B73A77AC4D9FB5819E488054AE3_StaticFields*)il2cpp_codegen_static_fields_for(Secp192k1Holder_t27E22CCBD3F07B73A77AC4D9FB5819E488054AE3_il2cpp_TypeInfo_var))->___Instance = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Secp192k1Holder_t27E22CCBD3F07B73A77AC4D9FB5819E488054AE3_StaticFields*)il2cpp_codegen_static_fields_for(Secp192k1Holder_t27E22CCBD3F07B73A77AC4D9FB5819E488054AE3_il2cpp_TypeInfo_var))->___Instance), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Secp192r1Holder__ctor_mB1BF68F3294D64A5D3A70A8EF36743593119C884 (Secp192r1Holder_t2A66ED78CC50D617126D331DDE4079727C9CCD4A* __this, const RuntimeMethod* method) { { X9ECParametersHolder__ctor_m6D26DDE5152F86A808129FBADFAAACCCCD4B08B9(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* Secp192r1Holder_CreateParameters_mFBA6B33EA6E04D91EFC4BD785FA261EB555EE34A (Secp192r1Holder_t2A66ED78CC50D617126D331DDE4079727C9CCD4A* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2796F1273F57536B7BAAC9238CB921CDABB613FE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral685B96D3C0447492744C5A277D5A33C481F062C7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6897BF7AB81C24C922CD0660FA63BBEBFE5BD3CC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral68B0DC046D209BD5398B35F8CCEB1B94183E45FD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77C66025C930510EE67E22EBE245B7FF0CA5F1EC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAE47DF91E031BFC4E809799DF55C82ABCA4B43D7); s_Il2CppMethodInitialized = true; } BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_0 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_1 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_3 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_4 = NULL; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* V_5 = NULL; { il2cpp_codegen_runtime_class_init_inline(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_0; L_0 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteralAE47DF91E031BFC4E809799DF55C82ABCA4B43D7, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1; L_1 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral2796F1273F57536B7BAAC9238CB921CDABB613FE, NULL); V_0 = L_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_2; L_2 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral6897BF7AB81C24C922CD0660FA63BBEBFE5BD3CC, NULL); V_1 = L_2; il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3; L_3 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteral77C66025C930510EE67E22EBE245B7FF0CA5F1EC, NULL); V_2 = L_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_4; L_4 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral685B96D3C0447492744C5A277D5A33C481F062C7, NULL); V_3 = L_4; il2cpp_codegen_runtime_class_init_inline(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_5 = ((BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var))->___One; V_4 = L_5; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_6 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_7 = V_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_8 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_9 = V_4; FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD* L_10 = (FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD*)il2cpp_codegen_object_new(FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); FpCurve__ctor_mA33C90E41F879DD0EE0A04C8C2950276512F527B(L_10, L_0, L_6, L_7, L_8, L_9, NULL); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_11; L_11 = SecNamedCurves_ConfigureCurve_m6A8147AF1EAC28498F5CF2E891F04EFE81E989EA(L_10, NULL); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_12 = L_11; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13; L_13 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteral68B0DC046D209BD5398B35F8CCEB1B94183E45FD, NULL); X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_14 = (X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D*)il2cpp_codegen_object_new(X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); X9ECPoint__ctor_m86678E96A1FEC551276BBD02F0B08A093F4C19BB(L_14, L_12, L_13, NULL); V_5 = L_14; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_15 = V_5; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_16 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_17 = V_4; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_18 = V_2; X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_19 = (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)il2cpp_codegen_object_new(X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); X9ECParameters__ctor_mE044AF5434DB27095FFE09B9E4116104895DDF38(L_19, L_12, L_15, L_16, L_17, L_18, NULL); return L_19; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Secp192r1Holder__cctor_mBE68A108D193A32A84E4AACB95A81CE508D07C8E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Secp192r1Holder_t2A66ED78CC50D617126D331DDE4079727C9CCD4A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Secp192r1Holder_t2A66ED78CC50D617126D331DDE4079727C9CCD4A* L_0 = (Secp192r1Holder_t2A66ED78CC50D617126D331DDE4079727C9CCD4A*)il2cpp_codegen_object_new(Secp192r1Holder_t2A66ED78CC50D617126D331DDE4079727C9CCD4A_il2cpp_TypeInfo_var); Secp192r1Holder__ctor_mB1BF68F3294D64A5D3A70A8EF36743593119C884(L_0, NULL); ((Secp192r1Holder_t2A66ED78CC50D617126D331DDE4079727C9CCD4A_StaticFields*)il2cpp_codegen_static_fields_for(Secp192r1Holder_t2A66ED78CC50D617126D331DDE4079727C9CCD4A_il2cpp_TypeInfo_var))->___Instance = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Secp192r1Holder_t2A66ED78CC50D617126D331DDE4079727C9CCD4A_StaticFields*)il2cpp_codegen_static_fields_for(Secp192r1Holder_t2A66ED78CC50D617126D331DDE4079727C9CCD4A_il2cpp_TypeInfo_var))->___Instance), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Secp224k1Holder__ctor_m549660294CDAAD8C36B2AA78886AA06DB851EFB4 (Secp224k1Holder_tC24D569517994D822F4AC0ABEA2E93F50935D5D1* __this, const RuntimeMethod* method) { { X9ECParametersHolder__ctor_m6D26DDE5152F86A808129FBADFAAACCCCD4B08B9(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* Secp224k1Holder_CreateParameters_m46F6591988922ACDBD4A0A160CBD46F852EC772B (Secp224k1Holder_tC24D569517994D822F4AC0ABEA2E93F50935D5D1* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GlvTypeBParameters_t84DD817975633F92AF6C1FA7557D7DD4285E8274_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral067BCD1E94036BAA45EEB46A45E24C5F087782B3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral19AB8440A3272EB3FA12DA209B0DD4AB1E7B34D5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3C21B08946C4F5FAF4891F8DC09CEEB35F5A1737); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5F52AE63B7C5BFD02F09A133E6C738E301EE7525); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7627A1F80867B72E20CD18B04AD686EF5919BFDC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8123ADD0461274D47114601C355EAFAB50371447); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral98E19DCE961E48AB5A96909758B77A3257C9B7B0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9F6854387F847DBAFF44934E6350C3D139DA8527); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBBB8F81499B57D6CBFD03813D212598C06FEE577); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDE06F709E7B0DD970547951BF09CBCE44D97CB17); s_Il2CppMethodInitialized = true; } BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_0 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_1 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_2 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_3 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_4 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_5 = NULL; GlvTypeBParameters_t84DD817975633F92AF6C1FA7557D7DD4285E8274* V_6 = NULL; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* V_7 = NULL; { il2cpp_codegen_runtime_class_init_inline(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_0; L_0 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral7627A1F80867B72E20CD18B04AD686EF5919BFDC, NULL); V_0 = L_0; il2cpp_codegen_runtime_class_init_inline(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1 = ((BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var))->___Zero; V_1 = L_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_2; L_2 = BigInteger_ValueOf_m9A7FA1AA850B44B9456BA9974EF000C596AFF6E5(((int64_t)5), NULL); V_2 = L_2; V_3 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_3; L_3 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteralDE06F709E7B0DD970547951BF09CBCE44D97CB17, NULL); V_4 = L_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_4 = ((BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var))->___One; V_5 = L_4; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_5 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_5, _stringLiteral067BCD1E94036BAA45EEB46A45E24C5F087782B3, ((int32_t)16), NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_6 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_6, _stringLiteral19AB8440A3272EB3FA12DA209B0DD4AB1E7B34D5, ((int32_t)16), NULL); BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8* L_7 = (BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8*)(BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8*)SZArrayNew(BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8_il2cpp_TypeInfo_var, (uint32_t)2); BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8* L_8 = L_7; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_9 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_9, _stringLiteral9F6854387F847DBAFF44934E6350C3D139DA8527, ((int32_t)16), NULL); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(0), (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)L_9); BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8* L_10 = L_8; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_11 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_11, _stringLiteralBBB8F81499B57D6CBFD03813D212598C06FEE577, ((int32_t)16), NULL); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(1), (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)L_11); BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8* L_12 = (BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8*)(BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8*)SZArrayNew(BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8_il2cpp_TypeInfo_var, (uint32_t)2); BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8* L_13 = L_12; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_14 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_14, _stringLiteral3C21B08946C4F5FAF4891F8DC09CEEB35F5A1737, ((int32_t)16), NULL); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(0), (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)L_14); BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8* L_15 = L_13; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_16 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_16, _stringLiteral9F6854387F847DBAFF44934E6350C3D139DA8527, ((int32_t)16), NULL); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_16); (L_15)->SetAt(static_cast(1), (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)L_16); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_17 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_17, _stringLiteral98E19DCE961E48AB5A96909758B77A3257C9B7B0, ((int32_t)16), NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_18 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_18, _stringLiteral8123ADD0461274D47114601C355EAFAB50371447, ((int32_t)16), NULL); GlvTypeBParameters_t84DD817975633F92AF6C1FA7557D7DD4285E8274* L_19 = (GlvTypeBParameters_t84DD817975633F92AF6C1FA7557D7DD4285E8274*)il2cpp_codegen_object_new(GlvTypeBParameters_t84DD817975633F92AF6C1FA7557D7DD4285E8274_il2cpp_TypeInfo_var); GlvTypeBParameters__ctor_mAAE0F02CBBA6FDEEC4C7AF4C37617E2E047DB81C(L_19, L_5, L_6, L_10, L_15, L_17, L_18, ((int32_t)240), NULL); V_6 = L_19; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_20 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_21 = V_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_22 = V_2; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_23 = V_4; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_24 = V_5; FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD* L_25 = (FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD*)il2cpp_codegen_object_new(FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); FpCurve__ctor_mA33C90E41F879DD0EE0A04C8C2950276512F527B(L_25, L_20, L_21, L_22, L_23, L_24, NULL); GlvTypeBParameters_t84DD817975633F92AF6C1FA7557D7DD4285E8274* L_26 = V_6; ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_27; L_27 = SecNamedCurves_ConfigureCurveGlv_m0B84E1CB021CBF9A72516729051B6836F3206211(L_25, L_26, NULL); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_28 = L_27; il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_29; L_29 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteral5F52AE63B7C5BFD02F09A133E6C738E301EE7525, NULL); X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_30 = (X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D*)il2cpp_codegen_object_new(X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); X9ECPoint__ctor_m86678E96A1FEC551276BBD02F0B08A093F4C19BB(L_30, L_28, L_29, NULL); V_7 = L_30; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_31 = V_7; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_32 = V_4; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_33 = V_5; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_34 = V_3; X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_35 = (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)il2cpp_codegen_object_new(X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); X9ECParameters__ctor_mE044AF5434DB27095FFE09B9E4116104895DDF38(L_35, L_28, L_31, L_32, L_33, L_34, NULL); return L_35; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Secp224k1Holder__cctor_m6B27820507ABC650407ECE1AB9604A97A47345DB (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Secp224k1Holder_tC24D569517994D822F4AC0ABEA2E93F50935D5D1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Secp224k1Holder_tC24D569517994D822F4AC0ABEA2E93F50935D5D1* L_0 = (Secp224k1Holder_tC24D569517994D822F4AC0ABEA2E93F50935D5D1*)il2cpp_codegen_object_new(Secp224k1Holder_tC24D569517994D822F4AC0ABEA2E93F50935D5D1_il2cpp_TypeInfo_var); Secp224k1Holder__ctor_m549660294CDAAD8C36B2AA78886AA06DB851EFB4(L_0, NULL); ((Secp224k1Holder_tC24D569517994D822F4AC0ABEA2E93F50935D5D1_StaticFields*)il2cpp_codegen_static_fields_for(Secp224k1Holder_tC24D569517994D822F4AC0ABEA2E93F50935D5D1_il2cpp_TypeInfo_var))->___Instance = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Secp224k1Holder_tC24D569517994D822F4AC0ABEA2E93F50935D5D1_StaticFields*)il2cpp_codegen_static_fields_for(Secp224k1Holder_tC24D569517994D822F4AC0ABEA2E93F50935D5D1_il2cpp_TypeInfo_var))->___Instance), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Secp224r1Holder__ctor_mA726D00B0C6D39E41761699C611CA17A081398F6 (Secp224r1Holder_t57DE3C48F2294AF9BCE0DBA95B8EAC668DAC4084* __this, const RuntimeMethod* method) { { X9ECParametersHolder__ctor_m6D26DDE5152F86A808129FBADFAAACCCCD4B08B9(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* Secp224r1Holder_CreateParameters_m3B48F067651A9D31F5F6E7472C1619710871A114 (Secp224r1Holder_t57DE3C48F2294AF9BCE0DBA95B8EAC668DAC4084* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral46965B78C497683855CDF41381BC0F2CDD09CC59); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7A85609535A45848A2FD7C5F8B3217EACBEF9CD0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86E39EE5D19052072B45CD3CC8F830BDBE22CA7A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBFD1210247E459A47C5E10A452BBD54AF6210C8A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCB7EE45F86091F2C129A37CFDA0619D41167C3A3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF33F118FB92FB6DB2DA46F889584F679CBB7AE10); s_Il2CppMethodInitialized = true; } BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_0 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_1 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_3 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_4 = NULL; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* V_5 = NULL; { il2cpp_codegen_runtime_class_init_inline(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_0; L_0 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteralCB7EE45F86091F2C129A37CFDA0619D41167C3A3, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1; L_1 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteralBFD1210247E459A47C5E10A452BBD54AF6210C8A, NULL); V_0 = L_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_2; L_2 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral86E39EE5D19052072B45CD3CC8F830BDBE22CA7A, NULL); V_1 = L_2; il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3; L_3 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteralF33F118FB92FB6DB2DA46F889584F679CBB7AE10, NULL); V_2 = L_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_4; L_4 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral7A85609535A45848A2FD7C5F8B3217EACBEF9CD0, NULL); V_3 = L_4; il2cpp_codegen_runtime_class_init_inline(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_5 = ((BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var))->___One; V_4 = L_5; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_6 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_7 = V_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_8 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_9 = V_4; FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD* L_10 = (FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD*)il2cpp_codegen_object_new(FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); FpCurve__ctor_mA33C90E41F879DD0EE0A04C8C2950276512F527B(L_10, L_0, L_6, L_7, L_8, L_9, NULL); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_11; L_11 = SecNamedCurves_ConfigureCurve_m6A8147AF1EAC28498F5CF2E891F04EFE81E989EA(L_10, NULL); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_12 = L_11; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13; L_13 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteral46965B78C497683855CDF41381BC0F2CDD09CC59, NULL); X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_14 = (X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D*)il2cpp_codegen_object_new(X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); X9ECPoint__ctor_m86678E96A1FEC551276BBD02F0B08A093F4C19BB(L_14, L_12, L_13, NULL); V_5 = L_14; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_15 = V_5; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_16 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_17 = V_4; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_18 = V_2; X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_19 = (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)il2cpp_codegen_object_new(X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); X9ECParameters__ctor_mE044AF5434DB27095FFE09B9E4116104895DDF38(L_19, L_12, L_15, L_16, L_17, L_18, NULL); return L_19; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Secp224r1Holder__cctor_m1F549E68A1ADD6B62E01AD2CD7993BF1E8277823 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Secp224r1Holder_t57DE3C48F2294AF9BCE0DBA95B8EAC668DAC4084_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Secp224r1Holder_t57DE3C48F2294AF9BCE0DBA95B8EAC668DAC4084* L_0 = (Secp224r1Holder_t57DE3C48F2294AF9BCE0DBA95B8EAC668DAC4084*)il2cpp_codegen_object_new(Secp224r1Holder_t57DE3C48F2294AF9BCE0DBA95B8EAC668DAC4084_il2cpp_TypeInfo_var); Secp224r1Holder__ctor_mA726D00B0C6D39E41761699C611CA17A081398F6(L_0, NULL); ((Secp224r1Holder_t57DE3C48F2294AF9BCE0DBA95B8EAC668DAC4084_StaticFields*)il2cpp_codegen_static_fields_for(Secp224r1Holder_t57DE3C48F2294AF9BCE0DBA95B8EAC668DAC4084_il2cpp_TypeInfo_var))->___Instance = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Secp224r1Holder_t57DE3C48F2294AF9BCE0DBA95B8EAC668DAC4084_StaticFields*)il2cpp_codegen_static_fields_for(Secp224r1Holder_t57DE3C48F2294AF9BCE0DBA95B8EAC668DAC4084_il2cpp_TypeInfo_var))->___Instance), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Secp256k1Holder__ctor_mAE0581ADB12CBF3E0103EC7BD43CA089C768BA77 (Secp256k1Holder_tD234B96ECB0A73DE4D089CAEA3FCC9568F7D6F70* __this, const RuntimeMethod* method) { { X9ECParametersHolder__ctor_m6D26DDE5152F86A808129FBADFAAACCCCD4B08B9(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* Secp256k1Holder_CreateParameters_m22C4A178F294782411040FBAFDABCB91F2BFBA31 (Secp256k1Holder_tD234B96ECB0A73DE4D089CAEA3FCC9568F7D6F70* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GlvTypeBParameters_t84DD817975633F92AF6C1FA7557D7DD4285E8274_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0706A33BB092998B17864439BF888E93F35B08D1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral08FC392C0E824C3B78C98DE01B767270A53DCB12); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0E1F966C016D7FA8A8CC96A661F31A1A6439E3DD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3163DE349A429DD7A75C2880BCA8649376A11643); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5EECAA92D98A4BA3E8AABFA36B5029E6E72B9FE0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral611339ECD39703D426527E889AB6F988AE0AC2ED); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral683F37EC4A215A44555082EA88D2E170B5DA1447); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7F83D1397ECE0E7B3201C5806F0A4D62DFC36B55); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral85736300AFDCF4B38F0A9679DBB6F47B0EF697AC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC68E93161F8C3334B631019EF34012F314C87B40); s_Il2CppMethodInitialized = true; } BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_0 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_1 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_2 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_3 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_4 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_5 = NULL; GlvTypeBParameters_t84DD817975633F92AF6C1FA7557D7DD4285E8274* V_6 = NULL; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* V_7 = NULL; { il2cpp_codegen_runtime_class_init_inline(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_0; L_0 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral611339ECD39703D426527E889AB6F988AE0AC2ED, NULL); V_0 = L_0; il2cpp_codegen_runtime_class_init_inline(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1 = ((BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var))->___Zero; V_1 = L_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_2; L_2 = BigInteger_ValueOf_m9A7FA1AA850B44B9456BA9974EF000C596AFF6E5(((int64_t)7), NULL); V_2 = L_2; V_3 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_3; L_3 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral0E1F966C016D7FA8A8CC96A661F31A1A6439E3DD, NULL); V_4 = L_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_4 = ((BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var))->___One; V_5 = L_4; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_5 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_5, _stringLiteral683F37EC4A215A44555082EA88D2E170B5DA1447, ((int32_t)16), NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_6 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_6, _stringLiteral85736300AFDCF4B38F0A9679DBB6F47B0EF697AC, ((int32_t)16), NULL); BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8* L_7 = (BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8*)(BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8*)SZArrayNew(BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8_il2cpp_TypeInfo_var, (uint32_t)2); BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8* L_8 = L_7; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_9 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_9, _stringLiteral7F83D1397ECE0E7B3201C5806F0A4D62DFC36B55, ((int32_t)16), NULL); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(0), (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)L_9); BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8* L_10 = L_8; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_11 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_11, _stringLiteral5EECAA92D98A4BA3E8AABFA36B5029E6E72B9FE0, ((int32_t)16), NULL); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(1), (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)L_11); BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8* L_12 = (BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8*)(BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8*)SZArrayNew(BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8_il2cpp_TypeInfo_var, (uint32_t)2); BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8* L_13 = L_12; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_14 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_14, _stringLiteral3163DE349A429DD7A75C2880BCA8649376A11643, ((int32_t)16), NULL); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(0), (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)L_14); BigIntegerU5BU5D_t144292642099424413099EFA20A224E51D6405D8* L_15 = L_13; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_16 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_16, _stringLiteral7F83D1397ECE0E7B3201C5806F0A4D62DFC36B55, ((int32_t)16), NULL); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_16); (L_15)->SetAt(static_cast(1), (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)L_16); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_17 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_17, _stringLiteral0706A33BB092998B17864439BF888E93F35B08D1, ((int32_t)16), NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_18 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_m7D850CF390D5BBDF5B59C83B686B2FD552CF69E9(L_18, _stringLiteralC68E93161F8C3334B631019EF34012F314C87B40, ((int32_t)16), NULL); GlvTypeBParameters_t84DD817975633F92AF6C1FA7557D7DD4285E8274* L_19 = (GlvTypeBParameters_t84DD817975633F92AF6C1FA7557D7DD4285E8274*)il2cpp_codegen_object_new(GlvTypeBParameters_t84DD817975633F92AF6C1FA7557D7DD4285E8274_il2cpp_TypeInfo_var); GlvTypeBParameters__ctor_mAAE0F02CBBA6FDEEC4C7AF4C37617E2E047DB81C(L_19, L_5, L_6, L_10, L_15, L_17, L_18, ((int32_t)272), NULL); V_6 = L_19; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_20 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_21 = V_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_22 = V_2; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_23 = V_4; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_24 = V_5; FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD* L_25 = (FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD*)il2cpp_codegen_object_new(FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); FpCurve__ctor_mA33C90E41F879DD0EE0A04C8C2950276512F527B(L_25, L_20, L_21, L_22, L_23, L_24, NULL); GlvTypeBParameters_t84DD817975633F92AF6C1FA7557D7DD4285E8274* L_26 = V_6; ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_27; L_27 = SecNamedCurves_ConfigureCurveGlv_m0B84E1CB021CBF9A72516729051B6836F3206211(L_25, L_26, NULL); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_28 = L_27; il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_29; L_29 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteral08FC392C0E824C3B78C98DE01B767270A53DCB12, NULL); X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_30 = (X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D*)il2cpp_codegen_object_new(X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); X9ECPoint__ctor_m86678E96A1FEC551276BBD02F0B08A093F4C19BB(L_30, L_28, L_29, NULL); V_7 = L_30; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_31 = V_7; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_32 = V_4; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_33 = V_5; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_34 = V_3; X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_35 = (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)il2cpp_codegen_object_new(X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); X9ECParameters__ctor_mE044AF5434DB27095FFE09B9E4116104895DDF38(L_35, L_28, L_31, L_32, L_33, L_34, NULL); return L_35; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Secp256k1Holder__cctor_mCFEA3493A7D48102E47E97C8E23FC930B149529F (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Secp256k1Holder_tD234B96ECB0A73DE4D089CAEA3FCC9568F7D6F70_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Secp256k1Holder_tD234B96ECB0A73DE4D089CAEA3FCC9568F7D6F70* L_0 = (Secp256k1Holder_tD234B96ECB0A73DE4D089CAEA3FCC9568F7D6F70*)il2cpp_codegen_object_new(Secp256k1Holder_tD234B96ECB0A73DE4D089CAEA3FCC9568F7D6F70_il2cpp_TypeInfo_var); Secp256k1Holder__ctor_mAE0581ADB12CBF3E0103EC7BD43CA089C768BA77(L_0, NULL); ((Secp256k1Holder_tD234B96ECB0A73DE4D089CAEA3FCC9568F7D6F70_StaticFields*)il2cpp_codegen_static_fields_for(Secp256k1Holder_tD234B96ECB0A73DE4D089CAEA3FCC9568F7D6F70_il2cpp_TypeInfo_var))->___Instance = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Secp256k1Holder_tD234B96ECB0A73DE4D089CAEA3FCC9568F7D6F70_StaticFields*)il2cpp_codegen_static_fields_for(Secp256k1Holder_tD234B96ECB0A73DE4D089CAEA3FCC9568F7D6F70_il2cpp_TypeInfo_var))->___Instance), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Secp256r1Holder__ctor_m334476A63149BB4774AE8C56E87E5BE569BBCB81 (Secp256r1Holder_t8DFA32F93F7FFB77EFFD7A595E2AD0555DE21B42* __this, const RuntimeMethod* method) { { X9ECParametersHolder__ctor_m6D26DDE5152F86A808129FBADFAAACCCCD4B08B9(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* Secp256r1Holder_CreateParameters_mCE485A3F9D3B441C6A3024565F0AE26009460652 (Secp256r1Holder_t8DFA32F93F7FFB77EFFD7A595E2AD0555DE21B42* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral27BEAC53C28704ED312F13BCA03D8F4ED20D8EEC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4F4B7FB0DAA8247272297BFDE2E625E1158BC21B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral71A41D9E84570DF936ECD1AEA635EAA3BCE1BCFB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral736B8C0D37EBD403829A528952F68DE7B6EE8CB5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB6C6729487D9880A1A46CDDD120D87207BB095AD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEB5B6BF0D5008320A556FFBAB2BC9EC3F5C23E1C); s_Il2CppMethodInitialized = true; } BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_0 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_1 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_3 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_4 = NULL; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* V_5 = NULL; { il2cpp_codegen_runtime_class_init_inline(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_0; L_0 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral71A41D9E84570DF936ECD1AEA635EAA3BCE1BCFB, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1; L_1 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral4F4B7FB0DAA8247272297BFDE2E625E1158BC21B, NULL); V_0 = L_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_2; L_2 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral27BEAC53C28704ED312F13BCA03D8F4ED20D8EEC, NULL); V_1 = L_2; il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3; L_3 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteralB6C6729487D9880A1A46CDDD120D87207BB095AD, NULL); V_2 = L_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_4; L_4 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteralEB5B6BF0D5008320A556FFBAB2BC9EC3F5C23E1C, NULL); V_3 = L_4; il2cpp_codegen_runtime_class_init_inline(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_5 = ((BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var))->___One; V_4 = L_5; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_6 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_7 = V_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_8 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_9 = V_4; FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD* L_10 = (FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD*)il2cpp_codegen_object_new(FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); FpCurve__ctor_mA33C90E41F879DD0EE0A04C8C2950276512F527B(L_10, L_0, L_6, L_7, L_8, L_9, NULL); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_11; L_11 = SecNamedCurves_ConfigureCurve_m6A8147AF1EAC28498F5CF2E891F04EFE81E989EA(L_10, NULL); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_12 = L_11; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13; L_13 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteral736B8C0D37EBD403829A528952F68DE7B6EE8CB5, NULL); X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_14 = (X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D*)il2cpp_codegen_object_new(X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); X9ECPoint__ctor_m86678E96A1FEC551276BBD02F0B08A093F4C19BB(L_14, L_12, L_13, NULL); V_5 = L_14; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_15 = V_5; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_16 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_17 = V_4; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_18 = V_2; X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_19 = (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)il2cpp_codegen_object_new(X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); X9ECParameters__ctor_mE044AF5434DB27095FFE09B9E4116104895DDF38(L_19, L_12, L_15, L_16, L_17, L_18, NULL); return L_19; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Secp256r1Holder__cctor_m3C4527E5329FDE101DE0D79EB5165D1DB86AD266 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Secp256r1Holder_t8DFA32F93F7FFB77EFFD7A595E2AD0555DE21B42_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Secp256r1Holder_t8DFA32F93F7FFB77EFFD7A595E2AD0555DE21B42* L_0 = (Secp256r1Holder_t8DFA32F93F7FFB77EFFD7A595E2AD0555DE21B42*)il2cpp_codegen_object_new(Secp256r1Holder_t8DFA32F93F7FFB77EFFD7A595E2AD0555DE21B42_il2cpp_TypeInfo_var); Secp256r1Holder__ctor_m334476A63149BB4774AE8C56E87E5BE569BBCB81(L_0, NULL); ((Secp256r1Holder_t8DFA32F93F7FFB77EFFD7A595E2AD0555DE21B42_StaticFields*)il2cpp_codegen_static_fields_for(Secp256r1Holder_t8DFA32F93F7FFB77EFFD7A595E2AD0555DE21B42_il2cpp_TypeInfo_var))->___Instance = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Secp256r1Holder_t8DFA32F93F7FFB77EFFD7A595E2AD0555DE21B42_StaticFields*)il2cpp_codegen_static_fields_for(Secp256r1Holder_t8DFA32F93F7FFB77EFFD7A595E2AD0555DE21B42_il2cpp_TypeInfo_var))->___Instance), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Secp384r1Holder__ctor_mB271CB329095AB6BB38957AF5A1E5A9A9CE11260 (Secp384r1Holder_t7A464213E991F6DA18AD0AB5497B0D8940F18CDA* __this, const RuntimeMethod* method) { { X9ECParametersHolder__ctor_m6D26DDE5152F86A808129FBADFAAACCCCD4B08B9(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* Secp384r1Holder_CreateParameters_m3826DF671118ACEBE1C9563BD01CF561786FC8A0 (Secp384r1Holder_t7A464213E991F6DA18AD0AB5497B0D8940F18CDA* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral41929A1E7BFDE1DA15DF6EAB590A9A0BE1C2669F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral462932E2EEBDB8E1CD4E4CC0BE1BBD9777B2DE31); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral518B4580CD2B43947006D63DBE89EABDB4C72396); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7F497051B441243A1A42D5A9C5A9D15A7C97D08A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB5091C9B2711F2B144AA641ADBE4D291082835D2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE2C726BB65797AC56A4CD8709B33945CE3E45A19); s_Il2CppMethodInitialized = true; } BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_0 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_1 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_3 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_4 = NULL; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* V_5 = NULL; { il2cpp_codegen_runtime_class_init_inline(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_0; L_0 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral41929A1E7BFDE1DA15DF6EAB590A9A0BE1C2669F, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1; L_1 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteralE2C726BB65797AC56A4CD8709B33945CE3E45A19, NULL); V_0 = L_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_2; L_2 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral518B4580CD2B43947006D63DBE89EABDB4C72396, NULL); V_1 = L_2; il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3; L_3 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteral462932E2EEBDB8E1CD4E4CC0BE1BBD9777B2DE31, NULL); V_2 = L_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_4; L_4 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteralB5091C9B2711F2B144AA641ADBE4D291082835D2, NULL); V_3 = L_4; il2cpp_codegen_runtime_class_init_inline(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_5 = ((BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var))->___One; V_4 = L_5; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_6 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_7 = V_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_8 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_9 = V_4; FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD* L_10 = (FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD*)il2cpp_codegen_object_new(FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); FpCurve__ctor_mA33C90E41F879DD0EE0A04C8C2950276512F527B(L_10, L_0, L_6, L_7, L_8, L_9, NULL); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_11; L_11 = SecNamedCurves_ConfigureCurve_m6A8147AF1EAC28498F5CF2E891F04EFE81E989EA(L_10, NULL); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_12 = L_11; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13; L_13 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteral7F497051B441243A1A42D5A9C5A9D15A7C97D08A, NULL); X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_14 = (X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D*)il2cpp_codegen_object_new(X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); X9ECPoint__ctor_m86678E96A1FEC551276BBD02F0B08A093F4C19BB(L_14, L_12, L_13, NULL); V_5 = L_14; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_15 = V_5; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_16 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_17 = V_4; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_18 = V_2; X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_19 = (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)il2cpp_codegen_object_new(X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); X9ECParameters__ctor_mE044AF5434DB27095FFE09B9E4116104895DDF38(L_19, L_12, L_15, L_16, L_17, L_18, NULL); return L_19; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Secp384r1Holder__cctor_mEDCD4363E5FC0A2279F64AF1EAA65C17B50D09A4 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Secp384r1Holder_t7A464213E991F6DA18AD0AB5497B0D8940F18CDA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Secp384r1Holder_t7A464213E991F6DA18AD0AB5497B0D8940F18CDA* L_0 = (Secp384r1Holder_t7A464213E991F6DA18AD0AB5497B0D8940F18CDA*)il2cpp_codegen_object_new(Secp384r1Holder_t7A464213E991F6DA18AD0AB5497B0D8940F18CDA_il2cpp_TypeInfo_var); Secp384r1Holder__ctor_mB271CB329095AB6BB38957AF5A1E5A9A9CE11260(L_0, NULL); ((Secp384r1Holder_t7A464213E991F6DA18AD0AB5497B0D8940F18CDA_StaticFields*)il2cpp_codegen_static_fields_for(Secp384r1Holder_t7A464213E991F6DA18AD0AB5497B0D8940F18CDA_il2cpp_TypeInfo_var))->___Instance = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Secp384r1Holder_t7A464213E991F6DA18AD0AB5497B0D8940F18CDA_StaticFields*)il2cpp_codegen_static_fields_for(Secp384r1Holder_t7A464213E991F6DA18AD0AB5497B0D8940F18CDA_il2cpp_TypeInfo_var))->___Instance), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Secp521r1Holder__ctor_m5D4807E153AD6018A10C8856A1C66E975F6BEC88 (Secp521r1Holder_t7F47723F827AD53ED26A9FD525B5A68F98284D8B* __this, const RuntimeMethod* method) { { X9ECParametersHolder__ctor_m6D26DDE5152F86A808129FBADFAAACCCCD4B08B9(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* Secp521r1Holder_CreateParameters_mF4023502DEA5594AC342522C76C5E122BF2F245B (Secp521r1Holder_t7F47723F827AD53ED26A9FD525B5A68F98284D8B* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3609A350BAED78A888575E1651638A3ED47F5A15); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B3B0902AFFD71AC0A61E24B97CE57857253A593); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6CE4FF76C9A3AA8EACB2642C3029DD05C6E29F82); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8A7FFDE5EE67F4359B4BEAE6EF71538156731FEC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCD79066978C02E8CBC7D2A809E2C3266FD8C701C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD254D7F9810E53B134ABBD79078F8D119CF0DD78); s_Il2CppMethodInitialized = true; } BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_0 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_1 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_3 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_4 = NULL; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* V_5 = NULL; { il2cpp_codegen_runtime_class_init_inline(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_0; L_0 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteralD254D7F9810E53B134ABBD79078F8D119CF0DD78, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1; L_1 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral3609A350BAED78A888575E1651638A3ED47F5A15, NULL); V_0 = L_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_2; L_2 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteralCD79066978C02E8CBC7D2A809E2C3266FD8C701C, NULL); V_1 = L_2; il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3; L_3 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteral6CE4FF76C9A3AA8EACB2642C3029DD05C6E29F82, NULL); V_2 = L_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_4; L_4 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral8A7FFDE5EE67F4359B4BEAE6EF71538156731FEC, NULL); V_3 = L_4; il2cpp_codegen_runtime_class_init_inline(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_5 = ((BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var))->___One; V_4 = L_5; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_6 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_7 = V_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_8 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_9 = V_4; FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD* L_10 = (FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD*)il2cpp_codegen_object_new(FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); FpCurve__ctor_mA33C90E41F879DD0EE0A04C8C2950276512F527B(L_10, L_0, L_6, L_7, L_8, L_9, NULL); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_11; L_11 = SecNamedCurves_ConfigureCurve_m6A8147AF1EAC28498F5CF2E891F04EFE81E989EA(L_10, NULL); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_12 = L_11; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13; L_13 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteral3B3B0902AFFD71AC0A61E24B97CE57857253A593, NULL); X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_14 = (X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D*)il2cpp_codegen_object_new(X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); X9ECPoint__ctor_m86678E96A1FEC551276BBD02F0B08A093F4C19BB(L_14, L_12, L_13, NULL); V_5 = L_14; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_15 = V_5; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_16 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_17 = V_4; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_18 = V_2; X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_19 = (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)il2cpp_codegen_object_new(X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); X9ECParameters__ctor_mE044AF5434DB27095FFE09B9E4116104895DDF38(L_19, L_12, L_15, L_16, L_17, L_18, NULL); return L_19; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Secp521r1Holder__cctor_m067BC223B6B1D5A33B93EF28C34A79A020C04B08 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Secp521r1Holder_t7F47723F827AD53ED26A9FD525B5A68F98284D8B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Secp521r1Holder_t7F47723F827AD53ED26A9FD525B5A68F98284D8B* L_0 = (Secp521r1Holder_t7F47723F827AD53ED26A9FD525B5A68F98284D8B*)il2cpp_codegen_object_new(Secp521r1Holder_t7F47723F827AD53ED26A9FD525B5A68F98284D8B_il2cpp_TypeInfo_var); Secp521r1Holder__ctor_m5D4807E153AD6018A10C8856A1C66E975F6BEC88(L_0, NULL); ((Secp521r1Holder_t7F47723F827AD53ED26A9FD525B5A68F98284D8B_StaticFields*)il2cpp_codegen_static_fields_for(Secp521r1Holder_t7F47723F827AD53ED26A9FD525B5A68F98284D8B_il2cpp_TypeInfo_var))->___Instance = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Secp521r1Holder_t7F47723F827AD53ED26A9FD525B5A68F98284D8B_StaticFields*)il2cpp_codegen_static_fields_for(Secp521r1Holder_t7F47723F827AD53ED26A9FD525B5A68F98284D8B_il2cpp_TypeInfo_var))->___Instance), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect113r1Holder__ctor_m52F20DE15CE81E5FA20CD96C89003FD3144BBBF6 (Sect113r1Holder_tEE723E7B9317BF141B11382F57B0FB338D8BF7C3* __this, const RuntimeMethod* method) { { X9ECParametersHolder__ctor_m6D26DDE5152F86A808129FBADFAAACCCCD4B08B9(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* Sect113r1Holder_CreateParameters_mFECFFC350111F4F0716362D6C9D3E73C82E27DEA (Sect113r1Holder_tEE723E7B9317BF141B11382F57B0FB338D8BF7C3* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral177362C48F2E95325EE85ED92A85B1482A581E5C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral463706C81D9A7FCEC9CFD74F6BDF5E47A3B70A04); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral48B43F5FA99E5E4DA91ECE489C9146C2E013F2C0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9F90543F5A3A0562EA33B07913037B0D098325A9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC18BE09809C40016F56842A902791F9D32E3B6EF); s_Il2CppMethodInitialized = true; } BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_0 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_1 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_3 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_4 = NULL; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* V_5 = NULL; { il2cpp_codegen_runtime_class_init_inline(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_0; L_0 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral177362C48F2E95325EE85ED92A85B1482A581E5C, NULL); V_0 = L_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1; L_1 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral48B43F5FA99E5E4DA91ECE489C9146C2E013F2C0, NULL); V_1 = L_1; il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2; L_2 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteral9F90543F5A3A0562EA33B07913037B0D098325A9, NULL); V_2 = L_2; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_3; L_3 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral463706C81D9A7FCEC9CFD74F6BDF5E47A3B70A04, NULL); V_3 = L_3; il2cpp_codegen_runtime_class_init_inline(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_4; L_4 = BigInteger_ValueOf_m9A7FA1AA850B44B9456BA9974EF000C596AFF6E5(((int64_t)2), NULL); V_4 = L_4; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_5 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_6 = V_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_7 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_8 = V_4; F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B* L_9 = (F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B*)il2cpp_codegen_object_new(F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B_il2cpp_TypeInfo_var); F2mCurve__ctor_mA269176B30B5FDBFCB0631EC9CBB6ED773718333(L_9, ((int32_t)113), ((int32_t)9), L_5, L_6, L_7, L_8, NULL); F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B* L_10 = L_9; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11; L_11 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteralC18BE09809C40016F56842A902791F9D32E3B6EF, NULL); X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_12 = (X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D*)il2cpp_codegen_object_new(X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); X9ECPoint__ctor_m86678E96A1FEC551276BBD02F0B08A093F4C19BB(L_12, L_10, L_11, NULL); V_5 = L_12; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_13 = V_5; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_14 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_15 = V_4; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_16 = V_2; X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_17 = (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)il2cpp_codegen_object_new(X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); X9ECParameters__ctor_mE044AF5434DB27095FFE09B9E4116104895DDF38(L_17, L_10, L_13, L_14, L_15, L_16, NULL); return L_17; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect113r1Holder__cctor_mBC84C02ECBAD447109A4CB74C6FC65513A947578 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sect113r1Holder_tEE723E7B9317BF141B11382F57B0FB338D8BF7C3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Sect113r1Holder_tEE723E7B9317BF141B11382F57B0FB338D8BF7C3* L_0 = (Sect113r1Holder_tEE723E7B9317BF141B11382F57B0FB338D8BF7C3*)il2cpp_codegen_object_new(Sect113r1Holder_tEE723E7B9317BF141B11382F57B0FB338D8BF7C3_il2cpp_TypeInfo_var); Sect113r1Holder__ctor_m52F20DE15CE81E5FA20CD96C89003FD3144BBBF6(L_0, NULL); ((Sect113r1Holder_tEE723E7B9317BF141B11382F57B0FB338D8BF7C3_StaticFields*)il2cpp_codegen_static_fields_for(Sect113r1Holder_tEE723E7B9317BF141B11382F57B0FB338D8BF7C3_il2cpp_TypeInfo_var))->___Instance = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Sect113r1Holder_tEE723E7B9317BF141B11382F57B0FB338D8BF7C3_StaticFields*)il2cpp_codegen_static_fields_for(Sect113r1Holder_tEE723E7B9317BF141B11382F57B0FB338D8BF7C3_il2cpp_TypeInfo_var))->___Instance), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect113r2Holder__ctor_m794A22E2E280FA61AD90B77307734754A9CAEF9D (Sect113r2Holder_tEC08F20250CF4A5EF4BC19FAA8B14C2D7E2CDF0E* __this, const RuntimeMethod* method) { { X9ECParametersHolder__ctor_m6D26DDE5152F86A808129FBADFAAACCCCD4B08B9(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* Sect113r2Holder_CreateParameters_m9D87A92BF921378D73BA9A720E0E3EB198D0691F (Sect113r2Holder_tEC08F20250CF4A5EF4BC19FAA8B14C2D7E2CDF0E* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6012CDC2131F970710DD55F8C0B0FC9EDAC9BB93); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralACAA3F034BC8CAAF34163BEFBA416A7A52F4A9B3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEC4454BBD197B8E5659F69D7AA70021B1E5EDBF5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF40F25D880CA084FCE0507B1DD25BEB0A7E4BF46); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA6D41E982D08C3E12A9BFBD660B653B7240D5ED); s_Il2CppMethodInitialized = true; } BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_0 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_1 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_3 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_4 = NULL; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* V_5 = NULL; { il2cpp_codegen_runtime_class_init_inline(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_0; L_0 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteralACAA3F034BC8CAAF34163BEFBA416A7A52F4A9B3, NULL); V_0 = L_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1; L_1 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral6012CDC2131F970710DD55F8C0B0FC9EDAC9BB93, NULL); V_1 = L_1; il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2; L_2 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteralEC4454BBD197B8E5659F69D7AA70021B1E5EDBF5, NULL); V_2 = L_2; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_3; L_3 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteralF40F25D880CA084FCE0507B1DD25BEB0A7E4BF46, NULL); V_3 = L_3; il2cpp_codegen_runtime_class_init_inline(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_4; L_4 = BigInteger_ValueOf_m9A7FA1AA850B44B9456BA9974EF000C596AFF6E5(((int64_t)2), NULL); V_4 = L_4; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_5 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_6 = V_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_7 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_8 = V_4; F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B* L_9 = (F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B*)il2cpp_codegen_object_new(F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B_il2cpp_TypeInfo_var); F2mCurve__ctor_mA269176B30B5FDBFCB0631EC9CBB6ED773718333(L_9, ((int32_t)113), ((int32_t)9), L_5, L_6, L_7, L_8, NULL); F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B* L_10 = L_9; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11; L_11 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteralFA6D41E982D08C3E12A9BFBD660B653B7240D5ED, NULL); X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_12 = (X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D*)il2cpp_codegen_object_new(X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); X9ECPoint__ctor_m86678E96A1FEC551276BBD02F0B08A093F4C19BB(L_12, L_10, L_11, NULL); V_5 = L_12; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_13 = V_5; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_14 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_15 = V_4; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_16 = V_2; X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_17 = (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)il2cpp_codegen_object_new(X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); X9ECParameters__ctor_mE044AF5434DB27095FFE09B9E4116104895DDF38(L_17, L_10, L_13, L_14, L_15, L_16, NULL); return L_17; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect113r2Holder__cctor_m56B020D44A4F9F4839559B0A01B1157F97A3E12B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sect113r2Holder_tEC08F20250CF4A5EF4BC19FAA8B14C2D7E2CDF0E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Sect113r2Holder_tEC08F20250CF4A5EF4BC19FAA8B14C2D7E2CDF0E* L_0 = (Sect113r2Holder_tEC08F20250CF4A5EF4BC19FAA8B14C2D7E2CDF0E*)il2cpp_codegen_object_new(Sect113r2Holder_tEC08F20250CF4A5EF4BC19FAA8B14C2D7E2CDF0E_il2cpp_TypeInfo_var); Sect113r2Holder__ctor_m794A22E2E280FA61AD90B77307734754A9CAEF9D(L_0, NULL); ((Sect113r2Holder_tEC08F20250CF4A5EF4BC19FAA8B14C2D7E2CDF0E_StaticFields*)il2cpp_codegen_static_fields_for(Sect113r2Holder_tEC08F20250CF4A5EF4BC19FAA8B14C2D7E2CDF0E_il2cpp_TypeInfo_var))->___Instance = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Sect113r2Holder_tEC08F20250CF4A5EF4BC19FAA8B14C2D7E2CDF0E_StaticFields*)il2cpp_codegen_static_fields_for(Sect113r2Holder_tEC08F20250CF4A5EF4BC19FAA8B14C2D7E2CDF0E_il2cpp_TypeInfo_var))->___Instance), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect131r1Holder__ctor_m9B591E42FE2922536CC8CE0254DD9A9B7768B9B5 (Sect131r1Holder_tD9E2273F761917614680BE73AAE4B1F7A38D286C* __this, const RuntimeMethod* method) { { X9ECParametersHolder__ctor_m6D26DDE5152F86A808129FBADFAAACCCCD4B08B9(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* Sect131r1Holder_CreateParameters_mD1AACC32A1E108BE52410D67F2ACC9519911BF21 (Sect131r1Holder_tD9E2273F761917614680BE73AAE4B1F7A38D286C* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral05890724FC1F7D9FE12980BF7BD10E89BA1D0DFD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral122BFB5863FEA822BB7DB927C9C2D5E08DF70744); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral232569C6E0DF3C3165A09AF79D5ADDEBAFFC98C0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral379F60DEBB6D55CE61887446D2D512ECB5B58E7A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF8D3D2C9BA1C4FBB1312CEC0DA1EC0F1A463D9E2); s_Il2CppMethodInitialized = true; } BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_0 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_1 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_3 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_4 = NULL; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* V_5 = NULL; { il2cpp_codegen_runtime_class_init_inline(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_0; L_0 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral232569C6E0DF3C3165A09AF79D5ADDEBAFFC98C0, NULL); V_0 = L_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1; L_1 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral379F60DEBB6D55CE61887446D2D512ECB5B58E7A, NULL); V_1 = L_1; il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2; L_2 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteralF8D3D2C9BA1C4FBB1312CEC0DA1EC0F1A463D9E2, NULL); V_2 = L_2; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_3; L_3 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral05890724FC1F7D9FE12980BF7BD10E89BA1D0DFD, NULL); V_3 = L_3; il2cpp_codegen_runtime_class_init_inline(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_4; L_4 = BigInteger_ValueOf_m9A7FA1AA850B44B9456BA9974EF000C596AFF6E5(((int64_t)2), NULL); V_4 = L_4; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_5 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_6 = V_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_7 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_8 = V_4; F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B* L_9 = (F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B*)il2cpp_codegen_object_new(F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B_il2cpp_TypeInfo_var); F2mCurve__ctor_mEAEE5211FE7FD030BAD46126E675920023A306A4(L_9, ((int32_t)131), 2, 3, 8, L_5, L_6, L_7, L_8, NULL); F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B* L_10 = L_9; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11; L_11 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteral122BFB5863FEA822BB7DB927C9C2D5E08DF70744, NULL); X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_12 = (X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D*)il2cpp_codegen_object_new(X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); X9ECPoint__ctor_m86678E96A1FEC551276BBD02F0B08A093F4C19BB(L_12, L_10, L_11, NULL); V_5 = L_12; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_13 = V_5; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_14 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_15 = V_4; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_16 = V_2; X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_17 = (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)il2cpp_codegen_object_new(X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); X9ECParameters__ctor_mE044AF5434DB27095FFE09B9E4116104895DDF38(L_17, L_10, L_13, L_14, L_15, L_16, NULL); return L_17; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect131r1Holder__cctor_m1E7B1F3E239B7CAD1098DEC4760E0E4691B38DF1 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sect131r1Holder_tD9E2273F761917614680BE73AAE4B1F7A38D286C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Sect131r1Holder_tD9E2273F761917614680BE73AAE4B1F7A38D286C* L_0 = (Sect131r1Holder_tD9E2273F761917614680BE73AAE4B1F7A38D286C*)il2cpp_codegen_object_new(Sect131r1Holder_tD9E2273F761917614680BE73AAE4B1F7A38D286C_il2cpp_TypeInfo_var); Sect131r1Holder__ctor_m9B591E42FE2922536CC8CE0254DD9A9B7768B9B5(L_0, NULL); ((Sect131r1Holder_tD9E2273F761917614680BE73AAE4B1F7A38D286C_StaticFields*)il2cpp_codegen_static_fields_for(Sect131r1Holder_tD9E2273F761917614680BE73AAE4B1F7A38D286C_il2cpp_TypeInfo_var))->___Instance = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Sect131r1Holder_tD9E2273F761917614680BE73AAE4B1F7A38D286C_StaticFields*)il2cpp_codegen_static_fields_for(Sect131r1Holder_tD9E2273F761917614680BE73AAE4B1F7A38D286C_il2cpp_TypeInfo_var))->___Instance), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect131r2Holder__ctor_mA51D5EC23A6E3911DD930B0DCA3B3369941B4C0E (Sect131r2Holder_t56C366985ACEDCD9F759E33CE11791B838F6D753* __this, const RuntimeMethod* method) { { X9ECParametersHolder__ctor_m6D26DDE5152F86A808129FBADFAAACCCCD4B08B9(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* Sect131r2Holder_CreateParameters_m8AA8F8510E7F31C5F6F435C9B2CFEF27FCF63FC2 (Sect131r2Holder_t56C366985ACEDCD9F759E33CE11791B838F6D753* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1405E4A6FFDD0854982EA7768A7B4D953DC16844); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5D21766FA243325B8DAF51FBF17FC7423634B04F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5F5EA2589983A2251C76E663151A3433408C9F9F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7D6DC6DDFA61CEDE05B17F88286D237ED159C5D2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA8333C172FD811A3005E48E1659B0C01E5B737DC); s_Il2CppMethodInitialized = true; } BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_0 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_1 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_3 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_4 = NULL; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* V_5 = NULL; { il2cpp_codegen_runtime_class_init_inline(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_0; L_0 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteralA8333C172FD811A3005E48E1659B0C01E5B737DC, NULL); V_0 = L_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1; L_1 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral7D6DC6DDFA61CEDE05B17F88286D237ED159C5D2, NULL); V_1 = L_1; il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2; L_2 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteral5D21766FA243325B8DAF51FBF17FC7423634B04F, NULL); V_2 = L_2; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_3; L_3 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral5F5EA2589983A2251C76E663151A3433408C9F9F, NULL); V_3 = L_3; il2cpp_codegen_runtime_class_init_inline(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_4; L_4 = BigInteger_ValueOf_m9A7FA1AA850B44B9456BA9974EF000C596AFF6E5(((int64_t)2), NULL); V_4 = L_4; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_5 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_6 = V_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_7 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_8 = V_4; F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B* L_9 = (F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B*)il2cpp_codegen_object_new(F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B_il2cpp_TypeInfo_var); F2mCurve__ctor_mEAEE5211FE7FD030BAD46126E675920023A306A4(L_9, ((int32_t)131), 2, 3, 8, L_5, L_6, L_7, L_8, NULL); F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B* L_10 = L_9; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11; L_11 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteral1405E4A6FFDD0854982EA7768A7B4D953DC16844, NULL); X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_12 = (X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D*)il2cpp_codegen_object_new(X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); X9ECPoint__ctor_m86678E96A1FEC551276BBD02F0B08A093F4C19BB(L_12, L_10, L_11, NULL); V_5 = L_12; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_13 = V_5; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_14 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_15 = V_4; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_16 = V_2; X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_17 = (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)il2cpp_codegen_object_new(X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); X9ECParameters__ctor_mE044AF5434DB27095FFE09B9E4116104895DDF38(L_17, L_10, L_13, L_14, L_15, L_16, NULL); return L_17; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect131r2Holder__cctor_mC7526F0C57997FF6283F69A19E9FFC21E78783CD (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sect131r2Holder_t56C366985ACEDCD9F759E33CE11791B838F6D753_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Sect131r2Holder_t56C366985ACEDCD9F759E33CE11791B838F6D753* L_0 = (Sect131r2Holder_t56C366985ACEDCD9F759E33CE11791B838F6D753*)il2cpp_codegen_object_new(Sect131r2Holder_t56C366985ACEDCD9F759E33CE11791B838F6D753_il2cpp_TypeInfo_var); Sect131r2Holder__ctor_mA51D5EC23A6E3911DD930B0DCA3B3369941B4C0E(L_0, NULL); ((Sect131r2Holder_t56C366985ACEDCD9F759E33CE11791B838F6D753_StaticFields*)il2cpp_codegen_static_fields_for(Sect131r2Holder_t56C366985ACEDCD9F759E33CE11791B838F6D753_il2cpp_TypeInfo_var))->___Instance = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Sect131r2Holder_t56C366985ACEDCD9F759E33CE11791B838F6D753_StaticFields*)il2cpp_codegen_static_fields_for(Sect131r2Holder_t56C366985ACEDCD9F759E33CE11791B838F6D753_il2cpp_TypeInfo_var))->___Instance), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect163k1Holder__ctor_m6EDCB8BDE834DE638FDCE92211ECF2F3F9EDAFA7 (Sect163k1Holder_t60BB5D316E3691A020821B861262A9697968D161* __this, const RuntimeMethod* method) { { X9ECParametersHolder__ctor_m6D26DDE5152F86A808129FBADFAAACCCCD4B08B9(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* Sect163k1Holder_CreateParameters_m4A2C7CE5E72CCB9DF3C937A166002F7580BBE523 (Sect163k1Holder_t60BB5D316E3691A020821B861262A9697968D161* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral55222BD399E23BEE06115515650DF51D1B6FE02A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD64D9D8BF3ACA1CBCF48A27270C5E88707E6216D); s_Il2CppMethodInitialized = true; } BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_0 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_1 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_3 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_4 = NULL; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* V_5 = NULL; { il2cpp_codegen_runtime_class_init_inline(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_0 = ((BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var))->___One; V_0 = L_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1 = ((BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var))->___One; V_1 = L_1; V_2 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL; il2cpp_codegen_runtime_class_init_inline(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_2; L_2 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteralD64D9D8BF3ACA1CBCF48A27270C5E88707E6216D, NULL); V_3 = L_2; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_3; L_3 = BigInteger_ValueOf_m9A7FA1AA850B44B9456BA9974EF000C596AFF6E5(((int64_t)2), NULL); V_4 = L_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_4 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_5 = V_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_6 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_7 = V_4; F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B* L_8 = (F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B*)il2cpp_codegen_object_new(F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B_il2cpp_TypeInfo_var); F2mCurve__ctor_mEAEE5211FE7FD030BAD46126E675920023A306A4(L_8, ((int32_t)163), 3, 6, 7, L_4, L_5, L_6, L_7, NULL); F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B* L_9 = L_8; il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10; L_10 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteral55222BD399E23BEE06115515650DF51D1B6FE02A, NULL); X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_11 = (X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D*)il2cpp_codegen_object_new(X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); X9ECPoint__ctor_m86678E96A1FEC551276BBD02F0B08A093F4C19BB(L_11, L_9, L_10, NULL); V_5 = L_11; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_12 = V_5; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_13 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_14 = V_4; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_15 = V_2; X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_16 = (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)il2cpp_codegen_object_new(X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); X9ECParameters__ctor_mE044AF5434DB27095FFE09B9E4116104895DDF38(L_16, L_9, L_12, L_13, L_14, L_15, NULL); return L_16; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect163k1Holder__cctor_mB57F164A13271E355052B7802B03A89E502F7820 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sect163k1Holder_t60BB5D316E3691A020821B861262A9697968D161_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Sect163k1Holder_t60BB5D316E3691A020821B861262A9697968D161* L_0 = (Sect163k1Holder_t60BB5D316E3691A020821B861262A9697968D161*)il2cpp_codegen_object_new(Sect163k1Holder_t60BB5D316E3691A020821B861262A9697968D161_il2cpp_TypeInfo_var); Sect163k1Holder__ctor_m6EDCB8BDE834DE638FDCE92211ECF2F3F9EDAFA7(L_0, NULL); ((Sect163k1Holder_t60BB5D316E3691A020821B861262A9697968D161_StaticFields*)il2cpp_codegen_static_fields_for(Sect163k1Holder_t60BB5D316E3691A020821B861262A9697968D161_il2cpp_TypeInfo_var))->___Instance = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Sect163k1Holder_t60BB5D316E3691A020821B861262A9697968D161_StaticFields*)il2cpp_codegen_static_fields_for(Sect163k1Holder_t60BB5D316E3691A020821B861262A9697968D161_il2cpp_TypeInfo_var))->___Instance), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect163r1Holder__ctor_mD6B0E4D794356BD04900C6F7C434E40F4F6B880D (Sect163r1Holder_t08BC391A5E58CDC1AA3743C5974458196A7B012F* __this, const RuntimeMethod* method) { { X9ECParametersHolder__ctor_m6D26DDE5152F86A808129FBADFAAACCCCD4B08B9(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* Sect163r1Holder_CreateParameters_m023CD3A4B3A455A81C55B43C0AEF4D633C65B88A (Sect163r1Holder_t08BC391A5E58CDC1AA3743C5974458196A7B012F* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral51B1DCE4CCC91ABF973D7C6F040C54B79216D130); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral661C768A6EC1DE373D4760BFAA316A0C6B6CD8DB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7ACA6A04ECE7655032B513D77860029F8E840F91); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral91003D2BFC8EBA9DB6C029503784214B461DC0A0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF2DACC03921987C5C867EA1FA46A121E64D8DE25); s_Il2CppMethodInitialized = true; } BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_0 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_1 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_3 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_4 = NULL; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* V_5 = NULL; { il2cpp_codegen_runtime_class_init_inline(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_0; L_0 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral91003D2BFC8EBA9DB6C029503784214B461DC0A0, NULL); V_0 = L_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1; L_1 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral7ACA6A04ECE7655032B513D77860029F8E840F91, NULL); V_1 = L_1; il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2; L_2 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteral51B1DCE4CCC91ABF973D7C6F040C54B79216D130, NULL); V_2 = L_2; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_3; L_3 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteralF2DACC03921987C5C867EA1FA46A121E64D8DE25, NULL); V_3 = L_3; il2cpp_codegen_runtime_class_init_inline(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_4; L_4 = BigInteger_ValueOf_m9A7FA1AA850B44B9456BA9974EF000C596AFF6E5(((int64_t)2), NULL); V_4 = L_4; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_5 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_6 = V_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_7 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_8 = V_4; F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B* L_9 = (F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B*)il2cpp_codegen_object_new(F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B_il2cpp_TypeInfo_var); F2mCurve__ctor_mEAEE5211FE7FD030BAD46126E675920023A306A4(L_9, ((int32_t)163), 3, 6, 7, L_5, L_6, L_7, L_8, NULL); F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B* L_10 = L_9; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11; L_11 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteral661C768A6EC1DE373D4760BFAA316A0C6B6CD8DB, NULL); X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_12 = (X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D*)il2cpp_codegen_object_new(X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); X9ECPoint__ctor_m86678E96A1FEC551276BBD02F0B08A093F4C19BB(L_12, L_10, L_11, NULL); V_5 = L_12; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_13 = V_5; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_14 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_15 = V_4; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_16 = V_2; X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_17 = (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)il2cpp_codegen_object_new(X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); X9ECParameters__ctor_mE044AF5434DB27095FFE09B9E4116104895DDF38(L_17, L_10, L_13, L_14, L_15, L_16, NULL); return L_17; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect163r1Holder__cctor_mC225E6F60D899ACC747DDFEF1D0D00D012965FC7 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sect163r1Holder_t08BC391A5E58CDC1AA3743C5974458196A7B012F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Sect163r1Holder_t08BC391A5E58CDC1AA3743C5974458196A7B012F* L_0 = (Sect163r1Holder_t08BC391A5E58CDC1AA3743C5974458196A7B012F*)il2cpp_codegen_object_new(Sect163r1Holder_t08BC391A5E58CDC1AA3743C5974458196A7B012F_il2cpp_TypeInfo_var); Sect163r1Holder__ctor_mD6B0E4D794356BD04900C6F7C434E40F4F6B880D(L_0, NULL); ((Sect163r1Holder_t08BC391A5E58CDC1AA3743C5974458196A7B012F_StaticFields*)il2cpp_codegen_static_fields_for(Sect163r1Holder_t08BC391A5E58CDC1AA3743C5974458196A7B012F_il2cpp_TypeInfo_var))->___Instance = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Sect163r1Holder_t08BC391A5E58CDC1AA3743C5974458196A7B012F_StaticFields*)il2cpp_codegen_static_fields_for(Sect163r1Holder_t08BC391A5E58CDC1AA3743C5974458196A7B012F_il2cpp_TypeInfo_var))->___Instance), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect163r2Holder__ctor_m9975DBC8F78BDC55C500638ED2E2BFB2B67F6F19 (Sect163r2Holder_t9F10ED385B5412F7E1D5C7B080A3BBCEFE6BD876* __this, const RuntimeMethod* method) { { X9ECParametersHolder__ctor_m6D26DDE5152F86A808129FBADFAAACCCCD4B08B9(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* Sect163r2Holder_CreateParameters_m0E372DD654541834FC95AA893D88ACF5DF0F992F (Sect163r2Holder_t9F10ED385B5412F7E1D5C7B080A3BBCEFE6BD876* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral251DFE5B6D5D3E5FFB94B6F557B053DAA43EB39B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral275F1DA8562693C878B0D38715EF3B9B2CA7C159); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5CCD9B9EDD6FEE3858916086082F27FC7D3D43A0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA3E01C42493C362AAAFE3C63DC4494EC3009A15); s_Il2CppMethodInitialized = true; } BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_0 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_1 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_3 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_4 = NULL; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* V_5 = NULL; { il2cpp_codegen_runtime_class_init_inline(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_0 = ((BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var))->___One; V_0 = L_0; il2cpp_codegen_runtime_class_init_inline(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1; L_1 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral251DFE5B6D5D3E5FFB94B6F557B053DAA43EB39B, NULL); V_1 = L_1; il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2; L_2 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteral5CCD9B9EDD6FEE3858916086082F27FC7D3D43A0, NULL); V_2 = L_2; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_3; L_3 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteralFA3E01C42493C362AAAFE3C63DC4494EC3009A15, NULL); V_3 = L_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_4; L_4 = BigInteger_ValueOf_m9A7FA1AA850B44B9456BA9974EF000C596AFF6E5(((int64_t)2), NULL); V_4 = L_4; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_5 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_6 = V_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_7 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_8 = V_4; F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B* L_9 = (F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B*)il2cpp_codegen_object_new(F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B_il2cpp_TypeInfo_var); F2mCurve__ctor_mEAEE5211FE7FD030BAD46126E675920023A306A4(L_9, ((int32_t)163), 3, 6, 7, L_5, L_6, L_7, L_8, NULL); F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B* L_10 = L_9; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11; L_11 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteral275F1DA8562693C878B0D38715EF3B9B2CA7C159, NULL); X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_12 = (X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D*)il2cpp_codegen_object_new(X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); X9ECPoint__ctor_m86678E96A1FEC551276BBD02F0B08A093F4C19BB(L_12, L_10, L_11, NULL); V_5 = L_12; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_13 = V_5; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_14 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_15 = V_4; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_16 = V_2; X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_17 = (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)il2cpp_codegen_object_new(X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); X9ECParameters__ctor_mE044AF5434DB27095FFE09B9E4116104895DDF38(L_17, L_10, L_13, L_14, L_15, L_16, NULL); return L_17; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect163r2Holder__cctor_mCAE9038603942B0B2393A6791093421EBF8FAAAB (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sect163r2Holder_t9F10ED385B5412F7E1D5C7B080A3BBCEFE6BD876_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Sect163r2Holder_t9F10ED385B5412F7E1D5C7B080A3BBCEFE6BD876* L_0 = (Sect163r2Holder_t9F10ED385B5412F7E1D5C7B080A3BBCEFE6BD876*)il2cpp_codegen_object_new(Sect163r2Holder_t9F10ED385B5412F7E1D5C7B080A3BBCEFE6BD876_il2cpp_TypeInfo_var); Sect163r2Holder__ctor_m9975DBC8F78BDC55C500638ED2E2BFB2B67F6F19(L_0, NULL); ((Sect163r2Holder_t9F10ED385B5412F7E1D5C7B080A3BBCEFE6BD876_StaticFields*)il2cpp_codegen_static_fields_for(Sect163r2Holder_t9F10ED385B5412F7E1D5C7B080A3BBCEFE6BD876_il2cpp_TypeInfo_var))->___Instance = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Sect163r2Holder_t9F10ED385B5412F7E1D5C7B080A3BBCEFE6BD876_StaticFields*)il2cpp_codegen_static_fields_for(Sect163r2Holder_t9F10ED385B5412F7E1D5C7B080A3BBCEFE6BD876_il2cpp_TypeInfo_var))->___Instance), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect193r1Holder__ctor_m580EC8EC137AC5BA566DF71536046CF1ADB977FC (Sect193r1Holder_t9575AF8167EFAB71554AF949DE2BDC3A438AC6AD* __this, const RuntimeMethod* method) { { X9ECParametersHolder__ctor_m6D26DDE5152F86A808129FBADFAAACCCCD4B08B9(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* Sect193r1Holder_CreateParameters_mA6ABD06135DDD66A5D0389C45041CAB1DFD8CE04 (Sect193r1Holder_t9575AF8167EFAB71554AF949DE2BDC3A438AC6AD* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1496F8099D90D47FC707EA82FA9888110D1DDFF9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral30E3DCF4CB38AE0C18D99584F88F74FCD3EEF04E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3D218FA8DEACAA4642184107DFEFDBC21A7EF78); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD180C03D8246D8000C97FBD5EBC70281778AA3D3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA407A301D7169355BE0553FACC369B2FB9ABEE5); s_Il2CppMethodInitialized = true; } BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_0 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_1 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_3 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_4 = NULL; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* V_5 = NULL; { il2cpp_codegen_runtime_class_init_inline(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_0; L_0 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteralFA407A301D7169355BE0553FACC369B2FB9ABEE5, NULL); V_0 = L_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1; L_1 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral1496F8099D90D47FC707EA82FA9888110D1DDFF9, NULL); V_1 = L_1; il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2; L_2 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteral30E3DCF4CB38AE0C18D99584F88F74FCD3EEF04E, NULL); V_2 = L_2; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_3; L_3 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteralD180C03D8246D8000C97FBD5EBC70281778AA3D3, NULL); V_3 = L_3; il2cpp_codegen_runtime_class_init_inline(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_4; L_4 = BigInteger_ValueOf_m9A7FA1AA850B44B9456BA9974EF000C596AFF6E5(((int64_t)2), NULL); V_4 = L_4; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_5 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_6 = V_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_7 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_8 = V_4; F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B* L_9 = (F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B*)il2cpp_codegen_object_new(F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B_il2cpp_TypeInfo_var); F2mCurve__ctor_mA269176B30B5FDBFCB0631EC9CBB6ED773718333(L_9, ((int32_t)193), ((int32_t)15), L_5, L_6, L_7, L_8, NULL); F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B* L_10 = L_9; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11; L_11 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteralA3D218FA8DEACAA4642184107DFEFDBC21A7EF78, NULL); X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_12 = (X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D*)il2cpp_codegen_object_new(X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); X9ECPoint__ctor_m86678E96A1FEC551276BBD02F0B08A093F4C19BB(L_12, L_10, L_11, NULL); V_5 = L_12; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_13 = V_5; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_14 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_15 = V_4; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_16 = V_2; X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_17 = (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)il2cpp_codegen_object_new(X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); X9ECParameters__ctor_mE044AF5434DB27095FFE09B9E4116104895DDF38(L_17, L_10, L_13, L_14, L_15, L_16, NULL); return L_17; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect193r1Holder__cctor_mC20F2B344D1F188609B519A686296EB8661E862C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sect193r1Holder_t9575AF8167EFAB71554AF949DE2BDC3A438AC6AD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Sect193r1Holder_t9575AF8167EFAB71554AF949DE2BDC3A438AC6AD* L_0 = (Sect193r1Holder_t9575AF8167EFAB71554AF949DE2BDC3A438AC6AD*)il2cpp_codegen_object_new(Sect193r1Holder_t9575AF8167EFAB71554AF949DE2BDC3A438AC6AD_il2cpp_TypeInfo_var); Sect193r1Holder__ctor_m580EC8EC137AC5BA566DF71536046CF1ADB977FC(L_0, NULL); ((Sect193r1Holder_t9575AF8167EFAB71554AF949DE2BDC3A438AC6AD_StaticFields*)il2cpp_codegen_static_fields_for(Sect193r1Holder_t9575AF8167EFAB71554AF949DE2BDC3A438AC6AD_il2cpp_TypeInfo_var))->___Instance = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Sect193r1Holder_t9575AF8167EFAB71554AF949DE2BDC3A438AC6AD_StaticFields*)il2cpp_codegen_static_fields_for(Sect193r1Holder_t9575AF8167EFAB71554AF949DE2BDC3A438AC6AD_il2cpp_TypeInfo_var))->___Instance), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect193r2Holder__ctor_m09DFE9D7F66C118D68C9CA4826A0C42CE6357BCF (Sect193r2Holder_t5AE4C0E2518B2CAB1354B923E100B846281B8A7E* __this, const RuntimeMethod* method) { { X9ECParametersHolder__ctor_m6D26DDE5152F86A808129FBADFAAACCCCD4B08B9(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* Sect193r2Holder_CreateParameters_m2E5AE500EC370AE0A715168FA0419D14DEA2E597 (Sect193r2Holder_t5AE4C0E2518B2CAB1354B923E100B846281B8A7E* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral16E69EF7214BCE520D8B1EB1F2CC431E2E22D713); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1C7A80C6FA2C60BCE2795096A76DA26E0902723C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral271F9BD5F9F19FBC8A53C199CBB18D60D5C54062); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBBD874DDFDEE7D37EF3407196364EEA52C02D4BA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEDDAAD2CF18B540A4557704231B613EA9E005B88); s_Il2CppMethodInitialized = true; } BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_0 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_1 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_3 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_4 = NULL; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* V_5 = NULL; { il2cpp_codegen_runtime_class_init_inline(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_0; L_0 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral1C7A80C6FA2C60BCE2795096A76DA26E0902723C, NULL); V_0 = L_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1; L_1 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteralBBD874DDFDEE7D37EF3407196364EEA52C02D4BA, NULL); V_1 = L_1; il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2; L_2 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteral16E69EF7214BCE520D8B1EB1F2CC431E2E22D713, NULL); V_2 = L_2; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_3; L_3 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteralEDDAAD2CF18B540A4557704231B613EA9E005B88, NULL); V_3 = L_3; il2cpp_codegen_runtime_class_init_inline(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_4; L_4 = BigInteger_ValueOf_m9A7FA1AA850B44B9456BA9974EF000C596AFF6E5(((int64_t)2), NULL); V_4 = L_4; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_5 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_6 = V_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_7 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_8 = V_4; F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B* L_9 = (F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B*)il2cpp_codegen_object_new(F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B_il2cpp_TypeInfo_var); F2mCurve__ctor_mA269176B30B5FDBFCB0631EC9CBB6ED773718333(L_9, ((int32_t)193), ((int32_t)15), L_5, L_6, L_7, L_8, NULL); F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B* L_10 = L_9; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11; L_11 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteral271F9BD5F9F19FBC8A53C199CBB18D60D5C54062, NULL); X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_12 = (X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D*)il2cpp_codegen_object_new(X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); X9ECPoint__ctor_m86678E96A1FEC551276BBD02F0B08A093F4C19BB(L_12, L_10, L_11, NULL); V_5 = L_12; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_13 = V_5; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_14 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_15 = V_4; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_16 = V_2; X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_17 = (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)il2cpp_codegen_object_new(X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); X9ECParameters__ctor_mE044AF5434DB27095FFE09B9E4116104895DDF38(L_17, L_10, L_13, L_14, L_15, L_16, NULL); return L_17; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect193r2Holder__cctor_mFE11E433E70EEE6AD1D5CF5160D3C46C08F1B476 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sect193r2Holder_t5AE4C0E2518B2CAB1354B923E100B846281B8A7E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Sect193r2Holder_t5AE4C0E2518B2CAB1354B923E100B846281B8A7E* L_0 = (Sect193r2Holder_t5AE4C0E2518B2CAB1354B923E100B846281B8A7E*)il2cpp_codegen_object_new(Sect193r2Holder_t5AE4C0E2518B2CAB1354B923E100B846281B8A7E_il2cpp_TypeInfo_var); Sect193r2Holder__ctor_m09DFE9D7F66C118D68C9CA4826A0C42CE6357BCF(L_0, NULL); ((Sect193r2Holder_t5AE4C0E2518B2CAB1354B923E100B846281B8A7E_StaticFields*)il2cpp_codegen_static_fields_for(Sect193r2Holder_t5AE4C0E2518B2CAB1354B923E100B846281B8A7E_il2cpp_TypeInfo_var))->___Instance = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Sect193r2Holder_t5AE4C0E2518B2CAB1354B923E100B846281B8A7E_StaticFields*)il2cpp_codegen_static_fields_for(Sect193r2Holder_t5AE4C0E2518B2CAB1354B923E100B846281B8A7E_il2cpp_TypeInfo_var))->___Instance), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect233k1Holder__ctor_m211A33EDC78904F46750F251F93EBC09EE239E34 (Sect233k1Holder_t7EEE652D6C68FAB77708F5B99585348FE2096E8F* __this, const RuntimeMethod* method) { { X9ECParametersHolder__ctor_m6D26DDE5152F86A808129FBADFAAACCCCD4B08B9(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* Sect233k1Holder_CreateParameters_m7183BDBBCE28BEEA19B7C7D824120A932F82C5F7 (Sect233k1Holder_t7EEE652D6C68FAB77708F5B99585348FE2096E8F* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral45593D5E655060F74A6C44C3B85B7F8BA028EA85); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4D9FFA58750E6CD58A85D43767D628AC2DD297A1); s_Il2CppMethodInitialized = true; } BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_0 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_1 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_3 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_4 = NULL; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* V_5 = NULL; { il2cpp_codegen_runtime_class_init_inline(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_0 = ((BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var))->___Zero; V_0 = L_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1 = ((BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var))->___One; V_1 = L_1; V_2 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL; il2cpp_codegen_runtime_class_init_inline(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_2; L_2 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral45593D5E655060F74A6C44C3B85B7F8BA028EA85, NULL); V_3 = L_2; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_3; L_3 = BigInteger_ValueOf_m9A7FA1AA850B44B9456BA9974EF000C596AFF6E5(((int64_t)4), NULL); V_4 = L_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_4 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_5 = V_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_6 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_7 = V_4; F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B* L_8 = (F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B*)il2cpp_codegen_object_new(F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B_il2cpp_TypeInfo_var); F2mCurve__ctor_mA269176B30B5FDBFCB0631EC9CBB6ED773718333(L_8, ((int32_t)233), ((int32_t)74), L_4, L_5, L_6, L_7, NULL); F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B* L_9 = L_8; il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10; L_10 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteral4D9FFA58750E6CD58A85D43767D628AC2DD297A1, NULL); X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_11 = (X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D*)il2cpp_codegen_object_new(X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); X9ECPoint__ctor_m86678E96A1FEC551276BBD02F0B08A093F4C19BB(L_11, L_9, L_10, NULL); V_5 = L_11; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_12 = V_5; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_13 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_14 = V_4; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_15 = V_2; X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_16 = (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)il2cpp_codegen_object_new(X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); X9ECParameters__ctor_mE044AF5434DB27095FFE09B9E4116104895DDF38(L_16, L_9, L_12, L_13, L_14, L_15, NULL); return L_16; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect233k1Holder__cctor_mF3FECE12D6E00D48735214A602506B2768017B88 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sect233k1Holder_t7EEE652D6C68FAB77708F5B99585348FE2096E8F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Sect233k1Holder_t7EEE652D6C68FAB77708F5B99585348FE2096E8F* L_0 = (Sect233k1Holder_t7EEE652D6C68FAB77708F5B99585348FE2096E8F*)il2cpp_codegen_object_new(Sect233k1Holder_t7EEE652D6C68FAB77708F5B99585348FE2096E8F_il2cpp_TypeInfo_var); Sect233k1Holder__ctor_m211A33EDC78904F46750F251F93EBC09EE239E34(L_0, NULL); ((Sect233k1Holder_t7EEE652D6C68FAB77708F5B99585348FE2096E8F_StaticFields*)il2cpp_codegen_static_fields_for(Sect233k1Holder_t7EEE652D6C68FAB77708F5B99585348FE2096E8F_il2cpp_TypeInfo_var))->___Instance = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Sect233k1Holder_t7EEE652D6C68FAB77708F5B99585348FE2096E8F_StaticFields*)il2cpp_codegen_static_fields_for(Sect233k1Holder_t7EEE652D6C68FAB77708F5B99585348FE2096E8F_il2cpp_TypeInfo_var))->___Instance), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect233r1Holder__ctor_mB2B7D883FFEC1069FA39C11C32F1895A950E324C (Sect233r1Holder_t8E196EF51A23C8C6DB4724CEE9E4034051ADA460* __this, const RuntimeMethod* method) { { X9ECParametersHolder__ctor_m6D26DDE5152F86A808129FBADFAAACCCCD4B08B9(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* Sect233r1Holder_CreateParameters_m740772E905ACA3E1D472D3953723B535A027E56D (Sect233r1Holder_t8E196EF51A23C8C6DB4724CEE9E4034051ADA460* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral20D4BE754DFA75DF0FF1CA8FB6D66730975559AB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA7DE4FC343BF73D24FD8C46C51B418DBA4F8506A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD187FFB51F5BDB31067E7C0CCCBD1A007DE16776); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3D31A1E3774E3FE3635D3A2976B02C6517B6F66); s_Il2CppMethodInitialized = true; } BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_0 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_1 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_3 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_4 = NULL; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* V_5 = NULL; { il2cpp_codegen_runtime_class_init_inline(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_0 = ((BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var))->___One; V_0 = L_0; il2cpp_codegen_runtime_class_init_inline(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1; L_1 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral20D4BE754DFA75DF0FF1CA8FB6D66730975559AB, NULL); V_1 = L_1; il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2; L_2 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteralF3D31A1E3774E3FE3635D3A2976B02C6517B6F66, NULL); V_2 = L_2; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_3; L_3 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteralA7DE4FC343BF73D24FD8C46C51B418DBA4F8506A, NULL); V_3 = L_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_4; L_4 = BigInteger_ValueOf_m9A7FA1AA850B44B9456BA9974EF000C596AFF6E5(((int64_t)2), NULL); V_4 = L_4; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_5 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_6 = V_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_7 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_8 = V_4; F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B* L_9 = (F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B*)il2cpp_codegen_object_new(F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B_il2cpp_TypeInfo_var); F2mCurve__ctor_mA269176B30B5FDBFCB0631EC9CBB6ED773718333(L_9, ((int32_t)233), ((int32_t)74), L_5, L_6, L_7, L_8, NULL); F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B* L_10 = L_9; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11; L_11 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteralD187FFB51F5BDB31067E7C0CCCBD1A007DE16776, NULL); X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_12 = (X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D*)il2cpp_codegen_object_new(X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); X9ECPoint__ctor_m86678E96A1FEC551276BBD02F0B08A093F4C19BB(L_12, L_10, L_11, NULL); V_5 = L_12; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_13 = V_5; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_14 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_15 = V_4; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_16 = V_2; X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_17 = (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)il2cpp_codegen_object_new(X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); X9ECParameters__ctor_mE044AF5434DB27095FFE09B9E4116104895DDF38(L_17, L_10, L_13, L_14, L_15, L_16, NULL); return L_17; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect233r1Holder__cctor_m7C1EFE351B36734606C953D0CCB2A95FE0629CF2 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sect233r1Holder_t8E196EF51A23C8C6DB4724CEE9E4034051ADA460_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Sect233r1Holder_t8E196EF51A23C8C6DB4724CEE9E4034051ADA460* L_0 = (Sect233r1Holder_t8E196EF51A23C8C6DB4724CEE9E4034051ADA460*)il2cpp_codegen_object_new(Sect233r1Holder_t8E196EF51A23C8C6DB4724CEE9E4034051ADA460_il2cpp_TypeInfo_var); Sect233r1Holder__ctor_mB2B7D883FFEC1069FA39C11C32F1895A950E324C(L_0, NULL); ((Sect233r1Holder_t8E196EF51A23C8C6DB4724CEE9E4034051ADA460_StaticFields*)il2cpp_codegen_static_fields_for(Sect233r1Holder_t8E196EF51A23C8C6DB4724CEE9E4034051ADA460_il2cpp_TypeInfo_var))->___Instance = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Sect233r1Holder_t8E196EF51A23C8C6DB4724CEE9E4034051ADA460_StaticFields*)il2cpp_codegen_static_fields_for(Sect233r1Holder_t8E196EF51A23C8C6DB4724CEE9E4034051ADA460_il2cpp_TypeInfo_var))->___Instance), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect239k1Holder__ctor_m5CCB0C0E009F6105329BAF616B1D1E03E8C1B082 (Sect239k1Holder_t263392367DE4EBABAD1B7C295152D36434D918F1* __this, const RuntimeMethod* method) { { X9ECParametersHolder__ctor_m6D26DDE5152F86A808129FBADFAAACCCCD4B08B9(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* Sect239k1Holder_CreateParameters_m606C1605CBE44EEB485CEBFADE6E0D7B65898AEB (Sect239k1Holder_t263392367DE4EBABAD1B7C295152D36434D918F1* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral83B569C2C49DB2A90DEAEB592C3189A2DC094E11); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB20D9771966611F32C4E37ECF3F2818C5B199133); s_Il2CppMethodInitialized = true; } BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_0 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_1 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_3 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_4 = NULL; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* V_5 = NULL; { il2cpp_codegen_runtime_class_init_inline(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_0 = ((BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var))->___Zero; V_0 = L_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1 = ((BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var))->___One; V_1 = L_1; V_2 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL; il2cpp_codegen_runtime_class_init_inline(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_2; L_2 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral83B569C2C49DB2A90DEAEB592C3189A2DC094E11, NULL); V_3 = L_2; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_3; L_3 = BigInteger_ValueOf_m9A7FA1AA850B44B9456BA9974EF000C596AFF6E5(((int64_t)4), NULL); V_4 = L_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_4 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_5 = V_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_6 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_7 = V_4; F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B* L_8 = (F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B*)il2cpp_codegen_object_new(F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B_il2cpp_TypeInfo_var); F2mCurve__ctor_mA269176B30B5FDBFCB0631EC9CBB6ED773718333(L_8, ((int32_t)239), ((int32_t)158), L_4, L_5, L_6, L_7, NULL); F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B* L_9 = L_8; il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10; L_10 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteralB20D9771966611F32C4E37ECF3F2818C5B199133, NULL); X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_11 = (X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D*)il2cpp_codegen_object_new(X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); X9ECPoint__ctor_m86678E96A1FEC551276BBD02F0B08A093F4C19BB(L_11, L_9, L_10, NULL); V_5 = L_11; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_12 = V_5; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_13 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_14 = V_4; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_15 = V_2; X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_16 = (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)il2cpp_codegen_object_new(X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); X9ECParameters__ctor_mE044AF5434DB27095FFE09B9E4116104895DDF38(L_16, L_9, L_12, L_13, L_14, L_15, NULL); return L_16; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect239k1Holder__cctor_m477A014CFFEA049915FD20FC750FD70E40E13D58 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sect239k1Holder_t263392367DE4EBABAD1B7C295152D36434D918F1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Sect239k1Holder_t263392367DE4EBABAD1B7C295152D36434D918F1* L_0 = (Sect239k1Holder_t263392367DE4EBABAD1B7C295152D36434D918F1*)il2cpp_codegen_object_new(Sect239k1Holder_t263392367DE4EBABAD1B7C295152D36434D918F1_il2cpp_TypeInfo_var); Sect239k1Holder__ctor_m5CCB0C0E009F6105329BAF616B1D1E03E8C1B082(L_0, NULL); ((Sect239k1Holder_t263392367DE4EBABAD1B7C295152D36434D918F1_StaticFields*)il2cpp_codegen_static_fields_for(Sect239k1Holder_t263392367DE4EBABAD1B7C295152D36434D918F1_il2cpp_TypeInfo_var))->___Instance = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Sect239k1Holder_t263392367DE4EBABAD1B7C295152D36434D918F1_StaticFields*)il2cpp_codegen_static_fields_for(Sect239k1Holder_t263392367DE4EBABAD1B7C295152D36434D918F1_il2cpp_TypeInfo_var))->___Instance), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect283k1Holder__ctor_mA2BC7ADCA843258EF873B8AF952AA78F8C795854 (Sect283k1Holder_tEB347985499D27A47E9BFCBE7607575F736F2160* __this, const RuntimeMethod* method) { { X9ECParametersHolder__ctor_m6D26DDE5152F86A808129FBADFAAACCCCD4B08B9(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* Sect283k1Holder_CreateParameters_m2183E592FD54DFA69539D838EF273DA4EF99B6AD (Sect283k1Holder_tEB347985499D27A47E9BFCBE7607575F736F2160* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2A663BE4108EDCBC93A1A8077190101E2BF6A10A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA080B4C2AD0D13ABACC03072DAF48FF3797D5E18); s_Il2CppMethodInitialized = true; } BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_0 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_1 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_3 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_4 = NULL; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* V_5 = NULL; { il2cpp_codegen_runtime_class_init_inline(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_0 = ((BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var))->___Zero; V_0 = L_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1 = ((BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var))->___One; V_1 = L_1; V_2 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL; il2cpp_codegen_runtime_class_init_inline(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_2; L_2 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral2A663BE4108EDCBC93A1A8077190101E2BF6A10A, NULL); V_3 = L_2; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_3; L_3 = BigInteger_ValueOf_m9A7FA1AA850B44B9456BA9974EF000C596AFF6E5(((int64_t)4), NULL); V_4 = L_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_4 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_5 = V_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_6 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_7 = V_4; F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B* L_8 = (F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B*)il2cpp_codegen_object_new(F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B_il2cpp_TypeInfo_var); F2mCurve__ctor_mEAEE5211FE7FD030BAD46126E675920023A306A4(L_8, ((int32_t)283), 5, 7, ((int32_t)12), L_4, L_5, L_6, L_7, NULL); F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B* L_9 = L_8; il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10; L_10 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteralA080B4C2AD0D13ABACC03072DAF48FF3797D5E18, NULL); X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_11 = (X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D*)il2cpp_codegen_object_new(X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); X9ECPoint__ctor_m86678E96A1FEC551276BBD02F0B08A093F4C19BB(L_11, L_9, L_10, NULL); V_5 = L_11; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_12 = V_5; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_13 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_14 = V_4; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_15 = V_2; X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_16 = (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)il2cpp_codegen_object_new(X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); X9ECParameters__ctor_mE044AF5434DB27095FFE09B9E4116104895DDF38(L_16, L_9, L_12, L_13, L_14, L_15, NULL); return L_16; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect283k1Holder__cctor_mC109F88DB42F837325B5BA9532A5A156E4E800BB (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sect283k1Holder_tEB347985499D27A47E9BFCBE7607575F736F2160_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Sect283k1Holder_tEB347985499D27A47E9BFCBE7607575F736F2160* L_0 = (Sect283k1Holder_tEB347985499D27A47E9BFCBE7607575F736F2160*)il2cpp_codegen_object_new(Sect283k1Holder_tEB347985499D27A47E9BFCBE7607575F736F2160_il2cpp_TypeInfo_var); Sect283k1Holder__ctor_mA2BC7ADCA843258EF873B8AF952AA78F8C795854(L_0, NULL); ((Sect283k1Holder_tEB347985499D27A47E9BFCBE7607575F736F2160_StaticFields*)il2cpp_codegen_static_fields_for(Sect283k1Holder_tEB347985499D27A47E9BFCBE7607575F736F2160_il2cpp_TypeInfo_var))->___Instance = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Sect283k1Holder_tEB347985499D27A47E9BFCBE7607575F736F2160_StaticFields*)il2cpp_codegen_static_fields_for(Sect283k1Holder_tEB347985499D27A47E9BFCBE7607575F736F2160_il2cpp_TypeInfo_var))->___Instance), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect283r1Holder__ctor_mFB0C2C4F7EC6623BB3BFE45F39CAE7F5BF8D5956 (Sect283r1Holder_t8FAD377357A7B5F0B424611F06B871F9462E7257* __this, const RuntimeMethod* method) { { X9ECParametersHolder__ctor_m6D26DDE5152F86A808129FBADFAAACCCCD4B08B9(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* Sect283r1Holder_CreateParameters_mCF757DD4959EFCAC9B7ED526ED60EAB4011485ED (Sect283r1Holder_t8FAD377357A7B5F0B424611F06B871F9462E7257* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral339C25AB213372A448D9C2ABB5765DE33E327D05); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral578E7F37170D9BE138C4B202DBD98D50BAEE1207); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral798108AE9FB217C8959F2DED31AE7EAA7889C113); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE9F5C309EAB2305D5C6D31FE58C37D3079CAF0CD); s_Il2CppMethodInitialized = true; } BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_0 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_1 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_3 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_4 = NULL; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* V_5 = NULL; { il2cpp_codegen_runtime_class_init_inline(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_0 = ((BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var))->___One; V_0 = L_0; il2cpp_codegen_runtime_class_init_inline(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1; L_1 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral578E7F37170D9BE138C4B202DBD98D50BAEE1207, NULL); V_1 = L_1; il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2; L_2 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteral339C25AB213372A448D9C2ABB5765DE33E327D05, NULL); V_2 = L_2; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_3; L_3 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral798108AE9FB217C8959F2DED31AE7EAA7889C113, NULL); V_3 = L_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_4; L_4 = BigInteger_ValueOf_m9A7FA1AA850B44B9456BA9974EF000C596AFF6E5(((int64_t)2), NULL); V_4 = L_4; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_5 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_6 = V_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_7 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_8 = V_4; F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B* L_9 = (F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B*)il2cpp_codegen_object_new(F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B_il2cpp_TypeInfo_var); F2mCurve__ctor_mEAEE5211FE7FD030BAD46126E675920023A306A4(L_9, ((int32_t)283), 5, 7, ((int32_t)12), L_5, L_6, L_7, L_8, NULL); F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B* L_10 = L_9; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11; L_11 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteralE9F5C309EAB2305D5C6D31FE58C37D3079CAF0CD, NULL); X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_12 = (X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D*)il2cpp_codegen_object_new(X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); X9ECPoint__ctor_m86678E96A1FEC551276BBD02F0B08A093F4C19BB(L_12, L_10, L_11, NULL); V_5 = L_12; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_13 = V_5; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_14 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_15 = V_4; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_16 = V_2; X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_17 = (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)il2cpp_codegen_object_new(X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); X9ECParameters__ctor_mE044AF5434DB27095FFE09B9E4116104895DDF38(L_17, L_10, L_13, L_14, L_15, L_16, NULL); return L_17; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect283r1Holder__cctor_mEB72772F703556305FCFBC6805CF7280CD9BB9DD (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sect283r1Holder_t8FAD377357A7B5F0B424611F06B871F9462E7257_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Sect283r1Holder_t8FAD377357A7B5F0B424611F06B871F9462E7257* L_0 = (Sect283r1Holder_t8FAD377357A7B5F0B424611F06B871F9462E7257*)il2cpp_codegen_object_new(Sect283r1Holder_t8FAD377357A7B5F0B424611F06B871F9462E7257_il2cpp_TypeInfo_var); Sect283r1Holder__ctor_mFB0C2C4F7EC6623BB3BFE45F39CAE7F5BF8D5956(L_0, NULL); ((Sect283r1Holder_t8FAD377357A7B5F0B424611F06B871F9462E7257_StaticFields*)il2cpp_codegen_static_fields_for(Sect283r1Holder_t8FAD377357A7B5F0B424611F06B871F9462E7257_il2cpp_TypeInfo_var))->___Instance = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Sect283r1Holder_t8FAD377357A7B5F0B424611F06B871F9462E7257_StaticFields*)il2cpp_codegen_static_fields_for(Sect283r1Holder_t8FAD377357A7B5F0B424611F06B871F9462E7257_il2cpp_TypeInfo_var))->___Instance), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect409k1Holder__ctor_m1EA4165704F7300C5ACC709FE72532CA464996B8 (Sect409k1Holder_t9C4F84EE3A0602FB6D86380629E5F812104A5548* __this, const RuntimeMethod* method) { { X9ECParametersHolder__ctor_m6D26DDE5152F86A808129FBADFAAACCCCD4B08B9(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* Sect409k1Holder_CreateParameters_m3ADEE24027C1BD025501F17E0081E21282E57DDD (Sect409k1Holder_t9C4F84EE3A0602FB6D86380629E5F812104A5548* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral333457F9420A996194CE8209D285BF0A1C1D1698); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral67F438B8E048889CB1505E5B0A4EB14DDCC0C634); s_Il2CppMethodInitialized = true; } BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_0 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_1 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_3 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_4 = NULL; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* V_5 = NULL; { il2cpp_codegen_runtime_class_init_inline(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_0 = ((BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var))->___Zero; V_0 = L_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1 = ((BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var))->___One; V_1 = L_1; V_2 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL; il2cpp_codegen_runtime_class_init_inline(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_2; L_2 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral333457F9420A996194CE8209D285BF0A1C1D1698, NULL); V_3 = L_2; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_3; L_3 = BigInteger_ValueOf_m9A7FA1AA850B44B9456BA9974EF000C596AFF6E5(((int64_t)4), NULL); V_4 = L_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_4 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_5 = V_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_6 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_7 = V_4; F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B* L_8 = (F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B*)il2cpp_codegen_object_new(F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B_il2cpp_TypeInfo_var); F2mCurve__ctor_mA269176B30B5FDBFCB0631EC9CBB6ED773718333(L_8, ((int32_t)409), ((int32_t)87), L_4, L_5, L_6, L_7, NULL); F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B* L_9 = L_8; il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10; L_10 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteral67F438B8E048889CB1505E5B0A4EB14DDCC0C634, NULL); X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_11 = (X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D*)il2cpp_codegen_object_new(X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); X9ECPoint__ctor_m86678E96A1FEC551276BBD02F0B08A093F4C19BB(L_11, L_9, L_10, NULL); V_5 = L_11; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_12 = V_5; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_13 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_14 = V_4; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_15 = V_2; X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_16 = (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)il2cpp_codegen_object_new(X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); X9ECParameters__ctor_mE044AF5434DB27095FFE09B9E4116104895DDF38(L_16, L_9, L_12, L_13, L_14, L_15, NULL); return L_16; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect409k1Holder__cctor_m8692FC796628EFB054AF7DD97D169B69EB045AA7 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sect409k1Holder_t9C4F84EE3A0602FB6D86380629E5F812104A5548_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Sect409k1Holder_t9C4F84EE3A0602FB6D86380629E5F812104A5548* L_0 = (Sect409k1Holder_t9C4F84EE3A0602FB6D86380629E5F812104A5548*)il2cpp_codegen_object_new(Sect409k1Holder_t9C4F84EE3A0602FB6D86380629E5F812104A5548_il2cpp_TypeInfo_var); Sect409k1Holder__ctor_m1EA4165704F7300C5ACC709FE72532CA464996B8(L_0, NULL); ((Sect409k1Holder_t9C4F84EE3A0602FB6D86380629E5F812104A5548_StaticFields*)il2cpp_codegen_static_fields_for(Sect409k1Holder_t9C4F84EE3A0602FB6D86380629E5F812104A5548_il2cpp_TypeInfo_var))->___Instance = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Sect409k1Holder_t9C4F84EE3A0602FB6D86380629E5F812104A5548_StaticFields*)il2cpp_codegen_static_fields_for(Sect409k1Holder_t9C4F84EE3A0602FB6D86380629E5F812104A5548_il2cpp_TypeInfo_var))->___Instance), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect409r1Holder__ctor_mFA301B8ECC97253122EDBFE0B888B3B4E3F7A1DD (Sect409r1Holder_tCE0CCFCA2F51A698180EEE52716C158C235D92B0* __this, const RuntimeMethod* method) { { X9ECParametersHolder__ctor_m6D26DDE5152F86A808129FBADFAAACCCCD4B08B9(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* Sect409r1Holder_CreateParameters_m6835BDD78A73F50C957385D651DF61148F6337EA (Sect409r1Holder_tCE0CCFCA2F51A698180EEE52716C158C235D92B0* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1999FC04011BD2AB7D9623B6C21F904B44A6A3C0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4C315353372F3F841E76C82262AF0324BBC4AFFE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral92F4FAE0F91F544D825E8998DFAB6D1C9659A72D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9EEA69B4F01E97DA9DDA5913DF56564D42ABD41A); s_Il2CppMethodInitialized = true; } BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_0 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_1 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_3 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_4 = NULL; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* V_5 = NULL; { il2cpp_codegen_runtime_class_init_inline(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_0 = ((BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var))->___One; V_0 = L_0; il2cpp_codegen_runtime_class_init_inline(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1; L_1 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral4C315353372F3F841E76C82262AF0324BBC4AFFE, NULL); V_1 = L_1; il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2; L_2 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteral92F4FAE0F91F544D825E8998DFAB6D1C9659A72D, NULL); V_2 = L_2; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_3; L_3 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral9EEA69B4F01E97DA9DDA5913DF56564D42ABD41A, NULL); V_3 = L_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_4; L_4 = BigInteger_ValueOf_m9A7FA1AA850B44B9456BA9974EF000C596AFF6E5(((int64_t)2), NULL); V_4 = L_4; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_5 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_6 = V_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_7 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_8 = V_4; F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B* L_9 = (F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B*)il2cpp_codegen_object_new(F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B_il2cpp_TypeInfo_var); F2mCurve__ctor_mA269176B30B5FDBFCB0631EC9CBB6ED773718333(L_9, ((int32_t)409), ((int32_t)87), L_5, L_6, L_7, L_8, NULL); F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B* L_10 = L_9; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11; L_11 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteral1999FC04011BD2AB7D9623B6C21F904B44A6A3C0, NULL); X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_12 = (X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D*)il2cpp_codegen_object_new(X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); X9ECPoint__ctor_m86678E96A1FEC551276BBD02F0B08A093F4C19BB(L_12, L_10, L_11, NULL); V_5 = L_12; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_13 = V_5; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_14 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_15 = V_4; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_16 = V_2; X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_17 = (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)il2cpp_codegen_object_new(X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); X9ECParameters__ctor_mE044AF5434DB27095FFE09B9E4116104895DDF38(L_17, L_10, L_13, L_14, L_15, L_16, NULL); return L_17; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect409r1Holder__cctor_m167220A5654C74E4928DC10B98CD47E65A0B908B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sect409r1Holder_tCE0CCFCA2F51A698180EEE52716C158C235D92B0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Sect409r1Holder_tCE0CCFCA2F51A698180EEE52716C158C235D92B0* L_0 = (Sect409r1Holder_tCE0CCFCA2F51A698180EEE52716C158C235D92B0*)il2cpp_codegen_object_new(Sect409r1Holder_tCE0CCFCA2F51A698180EEE52716C158C235D92B0_il2cpp_TypeInfo_var); Sect409r1Holder__ctor_mFA301B8ECC97253122EDBFE0B888B3B4E3F7A1DD(L_0, NULL); ((Sect409r1Holder_tCE0CCFCA2F51A698180EEE52716C158C235D92B0_StaticFields*)il2cpp_codegen_static_fields_for(Sect409r1Holder_tCE0CCFCA2F51A698180EEE52716C158C235D92B0_il2cpp_TypeInfo_var))->___Instance = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Sect409r1Holder_tCE0CCFCA2F51A698180EEE52716C158C235D92B0_StaticFields*)il2cpp_codegen_static_fields_for(Sect409r1Holder_tCE0CCFCA2F51A698180EEE52716C158C235D92B0_il2cpp_TypeInfo_var))->___Instance), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect571k1Holder__ctor_mF965DAF600B6CEE20C1EC98FA0CF3C3E63C2FA98 (Sect571k1Holder_t67B0E91F1CEF7BCF6EF9A5C757E57A57F266F867* __this, const RuntimeMethod* method) { { X9ECParametersHolder__ctor_m6D26DDE5152F86A808129FBADFAAACCCCD4B08B9(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* Sect571k1Holder_CreateParameters_m919D437B5DD1569A7B8038CE4E44D1E9CAC6797F (Sect571k1Holder_t67B0E91F1CEF7BCF6EF9A5C757E57A57F266F867* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral03F5937CA21FD6EEEEF575CF8F903B21AE8D7732); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2125D12A46A1C0D4D731B0273F5A2AB6EA24428C); s_Il2CppMethodInitialized = true; } BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_0 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_1 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_3 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_4 = NULL; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* V_5 = NULL; { il2cpp_codegen_runtime_class_init_inline(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_0 = ((BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var))->___Zero; V_0 = L_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1 = ((BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var))->___One; V_1 = L_1; V_2 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL; il2cpp_codegen_runtime_class_init_inline(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_2; L_2 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral2125D12A46A1C0D4D731B0273F5A2AB6EA24428C, NULL); V_3 = L_2; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_3; L_3 = BigInteger_ValueOf_m9A7FA1AA850B44B9456BA9974EF000C596AFF6E5(((int64_t)4), NULL); V_4 = L_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_4 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_5 = V_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_6 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_7 = V_4; F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B* L_8 = (F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B*)il2cpp_codegen_object_new(F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B_il2cpp_TypeInfo_var); F2mCurve__ctor_mEAEE5211FE7FD030BAD46126E675920023A306A4(L_8, ((int32_t)571), 2, 5, ((int32_t)10), L_4, L_5, L_6, L_7, NULL); F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B* L_9 = L_8; il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10; L_10 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteral03F5937CA21FD6EEEEF575CF8F903B21AE8D7732, NULL); X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_11 = (X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D*)il2cpp_codegen_object_new(X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); X9ECPoint__ctor_m86678E96A1FEC551276BBD02F0B08A093F4C19BB(L_11, L_9, L_10, NULL); V_5 = L_11; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_12 = V_5; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_13 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_14 = V_4; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_15 = V_2; X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_16 = (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)il2cpp_codegen_object_new(X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); X9ECParameters__ctor_mE044AF5434DB27095FFE09B9E4116104895DDF38(L_16, L_9, L_12, L_13, L_14, L_15, NULL); return L_16; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect571k1Holder__cctor_m876377592004272B1784729B97A99D11A655A422 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sect571k1Holder_t67B0E91F1CEF7BCF6EF9A5C757E57A57F266F867_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Sect571k1Holder_t67B0E91F1CEF7BCF6EF9A5C757E57A57F266F867* L_0 = (Sect571k1Holder_t67B0E91F1CEF7BCF6EF9A5C757E57A57F266F867*)il2cpp_codegen_object_new(Sect571k1Holder_t67B0E91F1CEF7BCF6EF9A5C757E57A57F266F867_il2cpp_TypeInfo_var); Sect571k1Holder__ctor_mF965DAF600B6CEE20C1EC98FA0CF3C3E63C2FA98(L_0, NULL); ((Sect571k1Holder_t67B0E91F1CEF7BCF6EF9A5C757E57A57F266F867_StaticFields*)il2cpp_codegen_static_fields_for(Sect571k1Holder_t67B0E91F1CEF7BCF6EF9A5C757E57A57F266F867_il2cpp_TypeInfo_var))->___Instance = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Sect571k1Holder_t67B0E91F1CEF7BCF6EF9A5C757E57A57F266F867_StaticFields*)il2cpp_codegen_static_fields_for(Sect571k1Holder_t67B0E91F1CEF7BCF6EF9A5C757E57A57F266F867_il2cpp_TypeInfo_var))->___Instance), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect571r1Holder__ctor_m500C36E66920F7CDA793C61044E9A363E3A83BF6 (Sect571r1Holder_tED166F6C7C4C8E767D6BD1AAE91BFC568ADB841F* __this, const RuntimeMethod* method) { { X9ECParametersHolder__ctor_m6D26DDE5152F86A808129FBADFAAACCCCD4B08B9(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* Sect571r1Holder_CreateParameters_m6219703D330A9D134B51C1E6CEC7561AF3D4C985 (Sect571r1Holder_tED166F6C7C4C8E767D6BD1AAE91BFC568ADB841F* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4524A3CDA236E8107A7ADDA16FF20824B50D5DE4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4E772C6B9394F5AC612E4C078AC1B64F82114327); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA9FDA2E5718693ACB1E2A1F083CE6CC5A7111149); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFBBF779334763EBE2F130B5E211F1FA191CF0D8D); s_Il2CppMethodInitialized = true; } BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_0 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_1 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_3 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_4 = NULL; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* V_5 = NULL; { il2cpp_codegen_runtime_class_init_inline(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_0 = ((BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var))->___One; V_0 = L_0; il2cpp_codegen_runtime_class_init_inline(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1; L_1 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral4E772C6B9394F5AC612E4C078AC1B64F82114327, NULL); V_1 = L_1; il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2; L_2 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteralA9FDA2E5718693ACB1E2A1F083CE6CC5A7111149, NULL); V_2 = L_2; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_3; L_3 = SecNamedCurves_FromHex_mFBA935CE1A84C9362DEC075CCA93C3BE79E55759(_stringLiteral4524A3CDA236E8107A7ADDA16FF20824B50D5DE4, NULL); V_3 = L_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_4; L_4 = BigInteger_ValueOf_m9A7FA1AA850B44B9456BA9974EF000C596AFF6E5(((int64_t)2), NULL); V_4 = L_4; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_5 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_6 = V_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_7 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_8 = V_4; F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B* L_9 = (F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B*)il2cpp_codegen_object_new(F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B_il2cpp_TypeInfo_var); F2mCurve__ctor_mEAEE5211FE7FD030BAD46126E675920023A306A4(L_9, ((int32_t)571), 2, 5, ((int32_t)10), L_5, L_6, L_7, L_8, NULL); F2mCurve_t2C0881FE236CA0DFB3780AD54C60960CB5D9F70B* L_10 = L_9; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11; L_11 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteralFBBF779334763EBE2F130B5E211F1FA191CF0D8D, NULL); X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_12 = (X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D*)il2cpp_codegen_object_new(X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); X9ECPoint__ctor_m86678E96A1FEC551276BBD02F0B08A093F4C19BB(L_12, L_10, L_11, NULL); V_5 = L_12; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_13 = V_5; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_14 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_15 = V_4; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_16 = V_2; X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_17 = (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)il2cpp_codegen_object_new(X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); X9ECParameters__ctor_mE044AF5434DB27095FFE09B9E4116104895DDF38(L_17, L_10, L_13, L_14, L_15, L_16, NULL); return L_17; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sect571r1Holder__cctor_mF648169CE856627B4BFB06AA17FC5829F4D8D33A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sect571r1Holder_tED166F6C7C4C8E767D6BD1AAE91BFC568ADB841F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Sect571r1Holder_tED166F6C7C4C8E767D6BD1AAE91BFC568ADB841F* L_0 = (Sect571r1Holder_tED166F6C7C4C8E767D6BD1AAE91BFC568ADB841F*)il2cpp_codegen_object_new(Sect571r1Holder_tED166F6C7C4C8E767D6BD1AAE91BFC568ADB841F_il2cpp_TypeInfo_var); Sect571r1Holder__ctor_m500C36E66920F7CDA793C61044E9A363E3A83BF6(L_0, NULL); ((Sect571r1Holder_tED166F6C7C4C8E767D6BD1AAE91BFC568ADB841F_StaticFields*)il2cpp_codegen_static_fields_for(Sect571r1Holder_tED166F6C7C4C8E767D6BD1AAE91BFC568ADB841F_il2cpp_TypeInfo_var))->___Instance = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Sect571r1Holder_tED166F6C7C4C8E767D6BD1AAE91BFC568ADB841F_StaticFields*)il2cpp_codegen_static_fields_for(Sect571r1Holder_tED166F6C7C4C8E767D6BD1AAE91BFC568ADB841F_il2cpp_TypeInfo_var))->___Instance), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecObjectIdentifiers__ctor_mDABB555A65D8FAAC6462719B016A61544D19CA5A (SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecObjectIdentifiers__cctor_mF5B544501806FC65F0E38E1345A222D9015EA29D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ObjectIdentifiers_tE244BF77A120D5D79FDC4CDC291A365647F26ECC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral043C473E802CF06D8295C358CDF7DBEEEB56CD73); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1ED62E257CEA7C9A3619C4E43E8F8BFE9CFC3768); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral28CEECE47824EDEF06E64DD53D862ED8A0104CA7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2A1BBF8F3C88C44388345A06B8B712DC59927F8A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C1AFC1F1B91D27E72583D491DA0E30DD8BD1E51); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2EC56193C8195EAD5B8542B13E1FCC9CF4DB3C08); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral32E29B5C447E0039440D943CD8DB52DABC429E78); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3F9D535B2299B288482A2642168A1C1BAD0E53FB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4EF5AE62B6FD02C0741BF9F6FDBCB1E1E41EDFB2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5FC26B5180E324EF37EA852AF1376B32D4510E0C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral67A47C687D1BBB246D874B84E68512B5E33BEBA7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6E9E93966CE49EE25C9B6C4FD06750FC9B05E6CC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C1359C6A71D741B992B49B051ACD48982247BBB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral818BC5B06FB52A2015AF15A52395C35D543D25AE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral81D0867D36C5583FF580547434E283CAD6DE759A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral82B40C98D5F9314DB5E7152D9C8639E9BA577E2D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8368392AF0F551AE8210F28C8F96D5F52661B0CC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8BDB21D5F1BAF66B7BE908A15E946035E5A43BA4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral92C254E7B91AD855CB046B3CE4C4A3509377F0C8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9BFB8E834E365B03FF6FB4F9E9B4C1178D1B6491); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CDC0E4EE6E3689868362BD0B7266F31CA73E518); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA07E117A24FBC0B383024B0DCB511C8C871925E7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralACF235F6913A54EC693AC2AC5183EE717D13DD32); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB2E86EB01079C727723F8DBF73E978BACF9028B2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3DC192A0BCCDF087E13486BE2F4F60B24BCC0B9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB68C5B65F07F639077ED6438EE996FE7FACBD6DE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC4BDA98415573B97838847CF1A6949BA9FCC789E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD3B0EBCF2A00B6287D5A359371208D3BA75D5645); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD4A019A7FFD96040A540A01FE40BC9E66828EF1B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE61C73879BEE91EFDDEA9838CA6F446E91E26195); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE6E03E0E3C9543551AF04E9D72E958CFE294C2B6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF2909991D00497D19B1BBC6A26F9172BCB53B114); s_Il2CppMethodInitialized = true; } DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B2_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B1_0 = NULL; String_t* G_B3_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B5_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B4_0 = NULL; String_t* G_B6_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B8_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B7_0 = NULL; String_t* G_B9_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B11_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B10_0 = NULL; String_t* G_B12_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B14_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B13_0 = NULL; String_t* G_B15_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B17_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B16_0 = NULL; String_t* G_B18_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B20_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B19_0 = NULL; String_t* G_B21_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B23_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B22_0 = NULL; String_t* G_B24_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B26_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B25_0 = NULL; String_t* G_B27_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B29_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B28_0 = NULL; String_t* G_B30_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B32_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B31_0 = NULL; String_t* G_B33_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B35_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B34_0 = NULL; String_t* G_B36_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B38_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B37_0 = NULL; String_t* G_B39_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B41_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B40_0 = NULL; String_t* G_B42_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B44_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B43_0 = NULL; String_t* G_B45_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B47_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B46_0 = NULL; String_t* G_B48_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B50_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B49_0 = NULL; String_t* G_B51_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B53_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B52_0 = NULL; String_t* G_B54_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B56_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B55_0 = NULL; String_t* G_B57_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B59_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B58_0 = NULL; String_t* G_B60_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B62_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B61_0 = NULL; String_t* G_B63_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B65_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B64_0 = NULL; String_t* G_B66_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B68_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B67_0 = NULL; String_t* G_B69_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B71_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B70_0 = NULL; String_t* G_B72_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B74_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B73_0 = NULL; String_t* G_B75_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B77_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B76_0 = NULL; String_t* G_B78_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B80_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B79_0 = NULL; String_t* G_B81_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B83_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B82_0 = NULL; String_t* G_B84_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B86_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B85_0 = NULL; String_t* G_B87_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B89_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B88_0 = NULL; String_t* G_B90_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B92_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B91_0 = NULL; String_t* G_B93_0 = NULL; { DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_0 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_0, _stringLiteral1ED62E257CEA7C9A3619C4E43E8F8BFE9CFC3768, NULL); ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___EllipticCurve = L_0; Il2CppCodeGenWriteBarrier((void**)(&((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___EllipticCurve), (void*)L_0); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_1 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___EllipticCurve; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_2 = L_1; if (L_2) { G_B2_0 = L_2; goto IL_001b; } G_B1_0 = L_2; } { G_B3_0 = ((String_t*)(NULL)); goto IL_0020; } IL_001b: { NullCheck(G_B2_0); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B2_0); G_B3_0 = L_3; } IL_0020: { String_t* L_4; L_4 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B3_0, _stringLiteral2EC56193C8195EAD5B8542B13E1FCC9CF4DB3C08, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_5 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_5, L_4, NULL); ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT163k1 = L_5; Il2CppCodeGenWriteBarrier((void**)(&((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT163k1), (void*)L_5); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_6 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___EllipticCurve; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_7 = L_6; if (L_7) { G_B5_0 = L_7; goto IL_0040; } G_B4_0 = L_7; } { G_B6_0 = ((String_t*)(NULL)); goto IL_0045; } IL_0040: { NullCheck(G_B5_0); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B5_0); G_B6_0 = L_8; } IL_0045: { String_t* L_9; L_9 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B6_0, _stringLiteralC4BDA98415573B97838847CF1A6949BA9FCC789E, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_10 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_10, L_9, NULL); ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT163r1 = L_10; Il2CppCodeGenWriteBarrier((void**)(&((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT163r1), (void*)L_10); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_11 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___EllipticCurve; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_12 = L_11; if (L_12) { G_B8_0 = L_12; goto IL_0065; } G_B7_0 = L_12; } { G_B9_0 = ((String_t*)(NULL)); goto IL_006a; } IL_0065: { NullCheck(G_B8_0); String_t* L_13; L_13 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B8_0); G_B9_0 = L_13; } IL_006a: { String_t* L_14; L_14 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B9_0, _stringLiteralB2E86EB01079C727723F8DBF73E978BACF9028B2, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_15 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_15, L_14, NULL); ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT239k1 = L_15; Il2CppCodeGenWriteBarrier((void**)(&((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT239k1), (void*)L_15); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_16 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___EllipticCurve; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_17 = L_16; if (L_17) { G_B11_0 = L_17; goto IL_008a; } G_B10_0 = L_17; } { G_B12_0 = ((String_t*)(NULL)); goto IL_008f; } IL_008a: { NullCheck(G_B11_0); String_t* L_18; L_18 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B11_0); G_B12_0 = L_18; } IL_008f: { String_t* L_19; L_19 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B12_0, _stringLiteral28CEECE47824EDEF06E64DD53D862ED8A0104CA7, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_20 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_20, L_19, NULL); ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT113r1 = L_20; Il2CppCodeGenWriteBarrier((void**)(&((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT113r1), (void*)L_20); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_21 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___EllipticCurve; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_22 = L_21; if (L_22) { G_B14_0 = L_22; goto IL_00af; } G_B13_0 = L_22; } { G_B15_0 = ((String_t*)(NULL)); goto IL_00b4; } IL_00af: { NullCheck(G_B14_0); String_t* L_23; L_23 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B14_0); G_B15_0 = L_23; } IL_00b4: { String_t* L_24; L_24 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B15_0, _stringLiteral8BDB21D5F1BAF66B7BE908A15E946035E5A43BA4, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_25 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_25, L_24, NULL); ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT113r2 = L_25; Il2CppCodeGenWriteBarrier((void**)(&((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT113r2), (void*)L_25); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_26 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___EllipticCurve; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_27 = L_26; if (L_27) { G_B17_0 = L_27; goto IL_00d4; } G_B16_0 = L_27; } { G_B18_0 = ((String_t*)(NULL)); goto IL_00d9; } IL_00d4: { NullCheck(G_B17_0); String_t* L_28; L_28 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B17_0); G_B18_0 = L_28; } IL_00d9: { String_t* L_29; L_29 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B18_0, _stringLiteralE61C73879BEE91EFDDEA9838CA6F446E91E26195, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_30 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_30, L_29, NULL); ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecP112r1 = L_30; Il2CppCodeGenWriteBarrier((void**)(&((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecP112r1), (void*)L_30); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_31 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___EllipticCurve; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_32 = L_31; if (L_32) { G_B20_0 = L_32; goto IL_00f9; } G_B19_0 = L_32; } { G_B21_0 = ((String_t*)(NULL)); goto IL_00fe; } IL_00f9: { NullCheck(G_B20_0); String_t* L_33; L_33 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B20_0); G_B21_0 = L_33; } IL_00fe: { String_t* L_34; L_34 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B21_0, _stringLiteral81D0867D36C5583FF580547434E283CAD6DE759A, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_35 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_35, L_34, NULL); ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecP112r2 = L_35; Il2CppCodeGenWriteBarrier((void**)(&((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecP112r2), (void*)L_35); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_36 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___EllipticCurve; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_37 = L_36; if (L_37) { G_B23_0 = L_37; goto IL_011e; } G_B22_0 = L_37; } { G_B24_0 = ((String_t*)(NULL)); goto IL_0123; } IL_011e: { NullCheck(G_B23_0); String_t* L_38; L_38 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B23_0); G_B24_0 = L_38; } IL_0123: { String_t* L_39; L_39 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B24_0, _stringLiteralB3DC192A0BCCDF087E13486BE2F4F60B24BCC0B9, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_40 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_40, L_39, NULL); ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecP160r1 = L_40; Il2CppCodeGenWriteBarrier((void**)(&((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecP160r1), (void*)L_40); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_41 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___EllipticCurve; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_42 = L_41; if (L_42) { G_B26_0 = L_42; goto IL_0143; } G_B25_0 = L_42; } { G_B27_0 = ((String_t*)(NULL)); goto IL_0148; } IL_0143: { NullCheck(G_B26_0); String_t* L_43; L_43 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B26_0); G_B27_0 = L_43; } IL_0148: { String_t* L_44; L_44 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B27_0, _stringLiteral67A47C687D1BBB246D874B84E68512B5E33BEBA7, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_45 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_45, L_44, NULL); ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecP160k1 = L_45; Il2CppCodeGenWriteBarrier((void**)(&((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecP160k1), (void*)L_45); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_46 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___EllipticCurve; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_47 = L_46; if (L_47) { G_B29_0 = L_47; goto IL_0168; } G_B28_0 = L_47; } { G_B30_0 = ((String_t*)(NULL)); goto IL_016d; } IL_0168: { NullCheck(G_B29_0); String_t* L_48; L_48 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B29_0); G_B30_0 = L_48; } IL_016d: { String_t* L_49; L_49 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B30_0, _stringLiteral2A1BBF8F3C88C44388345A06B8B712DC59927F8A, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_50 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_50, L_49, NULL); ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecP256k1 = L_50; Il2CppCodeGenWriteBarrier((void**)(&((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecP256k1), (void*)L_50); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_51 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___EllipticCurve; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_52 = L_51; if (L_52) { G_B32_0 = L_52; goto IL_018d; } G_B31_0 = L_52; } { G_B33_0 = ((String_t*)(NULL)); goto IL_0192; } IL_018d: { NullCheck(G_B32_0); String_t* L_53; L_53 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B32_0); G_B33_0 = L_53; } IL_0192: { String_t* L_54; L_54 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B33_0, _stringLiteral5FC26B5180E324EF37EA852AF1376B32D4510E0C, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_55 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_55, L_54, NULL); ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT163r2 = L_55; Il2CppCodeGenWriteBarrier((void**)(&((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT163r2), (void*)L_55); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_56 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___EllipticCurve; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_57 = L_56; if (L_57) { G_B35_0 = L_57; goto IL_01b2; } G_B34_0 = L_57; } { G_B36_0 = ((String_t*)(NULL)); goto IL_01b7; } IL_01b2: { NullCheck(G_B35_0); String_t* L_58; L_58 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B35_0); G_B36_0 = L_58; } IL_01b7: { String_t* L_59; L_59 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B36_0, _stringLiteral4EF5AE62B6FD02C0741BF9F6FDBCB1E1E41EDFB2, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_60 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_60, L_59, NULL); ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT283k1 = L_60; Il2CppCodeGenWriteBarrier((void**)(&((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT283k1), (void*)L_60); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_61 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___EllipticCurve; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_62 = L_61; if (L_62) { G_B38_0 = L_62; goto IL_01d7; } G_B37_0 = L_62; } { G_B39_0 = ((String_t*)(NULL)); goto IL_01dc; } IL_01d7: { NullCheck(G_B38_0); String_t* L_63; L_63 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B38_0); G_B39_0 = L_63; } IL_01dc: { String_t* L_64; L_64 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B39_0, _stringLiteral9BFB8E834E365B03FF6FB4F9E9B4C1178D1B6491, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_65 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_65, L_64, NULL); ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT283r1 = L_65; Il2CppCodeGenWriteBarrier((void**)(&((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT283r1), (void*)L_65); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_66 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___EllipticCurve; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_67 = L_66; if (L_67) { G_B41_0 = L_67; goto IL_01fc; } G_B40_0 = L_67; } { G_B42_0 = ((String_t*)(NULL)); goto IL_0201; } IL_01fc: { NullCheck(G_B41_0); String_t* L_68; L_68 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B41_0); G_B42_0 = L_68; } IL_0201: { String_t* L_69; L_69 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B42_0, _stringLiteral9CDC0E4EE6E3689868362BD0B7266F31CA73E518, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_70 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_70, L_69, NULL); ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT131r1 = L_70; Il2CppCodeGenWriteBarrier((void**)(&((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT131r1), (void*)L_70); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_71 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___EllipticCurve; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_72 = L_71; if (L_72) { G_B44_0 = L_72; goto IL_0221; } G_B43_0 = L_72; } { G_B45_0 = ((String_t*)(NULL)); goto IL_0226; } IL_0221: { NullCheck(G_B44_0); String_t* L_73; L_73 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B44_0); G_B45_0 = L_73; } IL_0226: { String_t* L_74; L_74 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B45_0, _stringLiteral2C1AFC1F1B91D27E72583D491DA0E30DD8BD1E51, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_75 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_75, L_74, NULL); ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT131r2 = L_75; Il2CppCodeGenWriteBarrier((void**)(&((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT131r2), (void*)L_75); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_76 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___EllipticCurve; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_77 = L_76; if (L_77) { G_B47_0 = L_77; goto IL_0246; } G_B46_0 = L_77; } { G_B48_0 = ((String_t*)(NULL)); goto IL_024b; } IL_0246: { NullCheck(G_B47_0); String_t* L_78; L_78 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B47_0); G_B48_0 = L_78; } IL_024b: { String_t* L_79; L_79 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B48_0, _stringLiteral3F9D535B2299B288482A2642168A1C1BAD0E53FB, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_80 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_80, L_79, NULL); ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT193r1 = L_80; Il2CppCodeGenWriteBarrier((void**)(&((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT193r1), (void*)L_80); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_81 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___EllipticCurve; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_82 = L_81; if (L_82) { G_B50_0 = L_82; goto IL_026b; } G_B49_0 = L_82; } { G_B51_0 = ((String_t*)(NULL)); goto IL_0270; } IL_026b: { NullCheck(G_B50_0); String_t* L_83; L_83 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B50_0); G_B51_0 = L_83; } IL_0270: { String_t* L_84; L_84 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B51_0, _stringLiteral82B40C98D5F9314DB5E7152D9C8639E9BA577E2D, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_85 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_85, L_84, NULL); ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT193r2 = L_85; Il2CppCodeGenWriteBarrier((void**)(&((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT193r2), (void*)L_85); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_86 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___EllipticCurve; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_87 = L_86; if (L_87) { G_B53_0 = L_87; goto IL_0290; } G_B52_0 = L_87; } { G_B54_0 = ((String_t*)(NULL)); goto IL_0295; } IL_0290: { NullCheck(G_B53_0); String_t* L_88; L_88 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B53_0); G_B54_0 = L_88; } IL_0295: { String_t* L_89; L_89 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B54_0, _stringLiteralACF235F6913A54EC693AC2AC5183EE717D13DD32, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_90 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_90, L_89, NULL); ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT233k1 = L_90; Il2CppCodeGenWriteBarrier((void**)(&((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT233k1), (void*)L_90); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_91 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___EllipticCurve; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_92 = L_91; if (L_92) { G_B56_0 = L_92; goto IL_02b5; } G_B55_0 = L_92; } { G_B57_0 = ((String_t*)(NULL)); goto IL_02ba; } IL_02b5: { NullCheck(G_B56_0); String_t* L_93; L_93 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B56_0); G_B57_0 = L_93; } IL_02ba: { String_t* L_94; L_94 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B57_0, _stringLiteralB68C5B65F07F639077ED6438EE996FE7FACBD6DE, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_95 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_95, L_94, NULL); ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT233r1 = L_95; Il2CppCodeGenWriteBarrier((void**)(&((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT233r1), (void*)L_95); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_96 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___EllipticCurve; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_97 = L_96; if (L_97) { G_B59_0 = L_97; goto IL_02da; } G_B58_0 = L_97; } { G_B60_0 = ((String_t*)(NULL)); goto IL_02df; } IL_02da: { NullCheck(G_B59_0); String_t* L_98; L_98 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B59_0); G_B60_0 = L_98; } IL_02df: { String_t* L_99; L_99 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B60_0, _stringLiteral32E29B5C447E0039440D943CD8DB52DABC429E78, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_100 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_100, L_99, NULL); ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecP128r1 = L_100; Il2CppCodeGenWriteBarrier((void**)(&((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecP128r1), (void*)L_100); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_101 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___EllipticCurve; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_102 = L_101; if (L_102) { G_B62_0 = L_102; goto IL_02ff; } G_B61_0 = L_102; } { G_B63_0 = ((String_t*)(NULL)); goto IL_0304; } IL_02ff: { NullCheck(G_B62_0); String_t* L_103; L_103 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B62_0); G_B63_0 = L_103; } IL_0304: { String_t* L_104; L_104 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B63_0, _stringLiteral8368392AF0F551AE8210F28C8F96D5F52661B0CC, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_105 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_105, L_104, NULL); ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecP128r2 = L_105; Il2CppCodeGenWriteBarrier((void**)(&((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecP128r2), (void*)L_105); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_106 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___EllipticCurve; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_107 = L_106; if (L_107) { G_B65_0 = L_107; goto IL_0324; } G_B64_0 = L_107; } { G_B66_0 = ((String_t*)(NULL)); goto IL_0329; } IL_0324: { NullCheck(G_B65_0); String_t* L_108; L_108 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B65_0); G_B66_0 = L_108; } IL_0329: { String_t* L_109; L_109 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B66_0, _stringLiteralE6E03E0E3C9543551AF04E9D72E958CFE294C2B6, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_110 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_110, L_109, NULL); ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecP160r2 = L_110; Il2CppCodeGenWriteBarrier((void**)(&((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecP160r2), (void*)L_110); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_111 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___EllipticCurve; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_112 = L_111; if (L_112) { G_B68_0 = L_112; goto IL_0349; } G_B67_0 = L_112; } { G_B69_0 = ((String_t*)(NULL)); goto IL_034e; } IL_0349: { NullCheck(G_B68_0); String_t* L_113; L_113 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B68_0); G_B69_0 = L_113; } IL_034e: { String_t* L_114; L_114 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B69_0, _stringLiteral92C254E7B91AD855CB046B3CE4C4A3509377F0C8, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_115 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_115, L_114, NULL); ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecP192k1 = L_115; Il2CppCodeGenWriteBarrier((void**)(&((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecP192k1), (void*)L_115); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_116 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___EllipticCurve; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_117 = L_116; if (L_117) { G_B71_0 = L_117; goto IL_036e; } G_B70_0 = L_117; } { G_B72_0 = ((String_t*)(NULL)); goto IL_0373; } IL_036e: { NullCheck(G_B71_0); String_t* L_118; L_118 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B71_0); G_B72_0 = L_118; } IL_0373: { String_t* L_119; L_119 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B72_0, _stringLiteralD4A019A7FFD96040A540A01FE40BC9E66828EF1B, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_120 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_120, L_119, NULL); ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecP224k1 = L_120; Il2CppCodeGenWriteBarrier((void**)(&((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecP224k1), (void*)L_120); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_121 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___EllipticCurve; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_122 = L_121; if (L_122) { G_B74_0 = L_122; goto IL_0393; } G_B73_0 = L_122; } { G_B75_0 = ((String_t*)(NULL)); goto IL_0398; } IL_0393: { NullCheck(G_B74_0); String_t* L_123; L_123 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B74_0); G_B75_0 = L_123; } IL_0398: { String_t* L_124; L_124 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B75_0, _stringLiteral7C1359C6A71D741B992B49B051ACD48982247BBB, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_125 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_125, L_124, NULL); ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecP224r1 = L_125; Il2CppCodeGenWriteBarrier((void**)(&((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecP224r1), (void*)L_125); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_126 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___EllipticCurve; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_127 = L_126; if (L_127) { G_B77_0 = L_127; goto IL_03b8; } G_B76_0 = L_127; } { G_B78_0 = ((String_t*)(NULL)); goto IL_03bd; } IL_03b8: { NullCheck(G_B77_0); String_t* L_128; L_128 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B77_0); G_B78_0 = L_128; } IL_03bd: { String_t* L_129; L_129 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B78_0, _stringLiteral043C473E802CF06D8295C358CDF7DBEEEB56CD73, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_130 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_130, L_129, NULL); ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecP384r1 = L_130; Il2CppCodeGenWriteBarrier((void**)(&((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecP384r1), (void*)L_130); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_131 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___EllipticCurve; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_132 = L_131; if (L_132) { G_B80_0 = L_132; goto IL_03dd; } G_B79_0 = L_132; } { G_B81_0 = ((String_t*)(NULL)); goto IL_03e2; } IL_03dd: { NullCheck(G_B80_0); String_t* L_133; L_133 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B80_0); G_B81_0 = L_133; } IL_03e2: { String_t* L_134; L_134 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B81_0, _stringLiteral6E9E93966CE49EE25C9B6C4FD06750FC9B05E6CC, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_135 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_135, L_134, NULL); ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecP521r1 = L_135; Il2CppCodeGenWriteBarrier((void**)(&((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecP521r1), (void*)L_135); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_136 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___EllipticCurve; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_137 = L_136; if (L_137) { G_B83_0 = L_137; goto IL_0402; } G_B82_0 = L_137; } { G_B84_0 = ((String_t*)(NULL)); goto IL_0407; } IL_0402: { NullCheck(G_B83_0); String_t* L_138; L_138 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B83_0); G_B84_0 = L_138; } IL_0407: { String_t* L_139; L_139 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B84_0, _stringLiteral818BC5B06FB52A2015AF15A52395C35D543D25AE, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_140 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_140, L_139, NULL); ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT409k1 = L_140; Il2CppCodeGenWriteBarrier((void**)(&((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT409k1), (void*)L_140); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_141 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___EllipticCurve; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_142 = L_141; if (L_142) { G_B86_0 = L_142; goto IL_0427; } G_B85_0 = L_142; } { G_B87_0 = ((String_t*)(NULL)); goto IL_042c; } IL_0427: { NullCheck(G_B86_0); String_t* L_143; L_143 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B86_0); G_B87_0 = L_143; } IL_042c: { String_t* L_144; L_144 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B87_0, _stringLiteralF2909991D00497D19B1BBC6A26F9172BCB53B114, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_145 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_145, L_144, NULL); ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT409r1 = L_145; Il2CppCodeGenWriteBarrier((void**)(&((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT409r1), (void*)L_145); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_146 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___EllipticCurve; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_147 = L_146; if (L_147) { G_B89_0 = L_147; goto IL_044c; } G_B88_0 = L_147; } { G_B90_0 = ((String_t*)(NULL)); goto IL_0451; } IL_044c: { NullCheck(G_B89_0); String_t* L_148; L_148 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B89_0); G_B90_0 = L_148; } IL_0451: { String_t* L_149; L_149 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B90_0, _stringLiteralD3B0EBCF2A00B6287D5A359371208D3BA75D5645, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_150 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_150, L_149, NULL); ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT571k1 = L_150; Il2CppCodeGenWriteBarrier((void**)(&((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT571k1), (void*)L_150); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_151 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___EllipticCurve; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_152 = L_151; if (L_152) { G_B92_0 = L_152; goto IL_0471; } G_B91_0 = L_152; } { G_B93_0 = ((String_t*)(NULL)); goto IL_0476; } IL_0471: { NullCheck(G_B92_0); String_t* L_153; L_153 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B92_0); G_B93_0 = L_153; } IL_0476: { String_t* L_154; L_154 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B93_0, _stringLiteralA07E117A24FBC0B383024B0DCB511C8C871925E7, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_155 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_155, L_154, NULL); ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT571r1 = L_155; Il2CppCodeGenWriteBarrier((void**)(&((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT571r1), (void*)L_155); il2cpp_codegen_runtime_class_init_inline(X9ObjectIdentifiers_tE244BF77A120D5D79FDC4CDC291A365647F26ECC_il2cpp_TypeInfo_var); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_156 = ((X9ObjectIdentifiers_tE244BF77A120D5D79FDC4CDC291A365647F26ECC_StaticFields*)il2cpp_codegen_static_fields_for(X9ObjectIdentifiers_tE244BF77A120D5D79FDC4CDC291A365647F26ECC_il2cpp_TypeInfo_var))->___Prime192v1; ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecP192r1 = L_156; Il2CppCodeGenWriteBarrier((void**)(&((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecP192r1), (void*)L_156); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_157 = ((X9ObjectIdentifiers_tE244BF77A120D5D79FDC4CDC291A365647F26ECC_StaticFields*)il2cpp_codegen_static_fields_for(X9ObjectIdentifiers_tE244BF77A120D5D79FDC4CDC291A365647F26ECC_il2cpp_TypeInfo_var))->___Prime256v1; ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecP256r1 = L_157; Il2CppCodeGenWriteBarrier((void**)(&((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecP256r1), (void*)L_157); 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 IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContentInfo_tD2BFAFA440E3F2698B4DE6653065397E465ADE0C* ContentInfo_GetInstance_mA275D31E4A0E17F8ACD5BBDB2085D0656657EF6D (RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContentInfo_tD2BFAFA440E3F2698B4DE6653065397E465ADE0C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ContentInfo_tD2BFAFA440E3F2698B4DE6653065397E465ADE0C* V_0 = NULL; { RuntimeObject* L_0 = ___0_obj; if (L_0) { goto IL_0005; } } { return (ContentInfo_tD2BFAFA440E3F2698B4DE6653065397E465ADE0C*)NULL; } IL_0005: { RuntimeObject* L_1 = ___0_obj; V_0 = ((ContentInfo_tD2BFAFA440E3F2698B4DE6653065397E465ADE0C*)IsInstClass((RuntimeObject*)L_1, ContentInfo_tD2BFAFA440E3F2698B4DE6653065397E465ADE0C_il2cpp_TypeInfo_var)); ContentInfo_tD2BFAFA440E3F2698B4DE6653065397E465ADE0C* L_2 = V_0; if (!L_2) { goto IL_0011; } } { ContentInfo_tD2BFAFA440E3F2698B4DE6653065397E465ADE0C* L_3 = V_0; return L_3; } IL_0011: { RuntimeObject* L_4 = ___0_obj; Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F* L_5; L_5 = Asn1Sequence_GetInstance_m5E5B70545495C886C5B61D22EF062EF957D7577A(L_4, NULL); ContentInfo_tD2BFAFA440E3F2698B4DE6653065397E465ADE0C* L_6 = (ContentInfo_tD2BFAFA440E3F2698B4DE6653065397E465ADE0C*)il2cpp_codegen_object_new(ContentInfo_tD2BFAFA440E3F2698B4DE6653065397E465ADE0C_il2cpp_TypeInfo_var); ContentInfo__ctor_m0A7A7678DCF7E38E6D6DF52E67BABB161A8FAAA0(L_6, L_5, NULL); return L_6; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentInfo__ctor_m0A7A7678DCF7E38E6D6DF52E67BABB161A8FAAA0 (ContentInfo_tD2BFAFA440E3F2698B4DE6653065397E465ADE0C* __this, Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F* ___0_seq, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1TaggedObject_t2DB9C432DA4B3E13450CD1802214CD78B5DDD29F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Asn1Encodable__ctor_m994F288BF3CC1369A52711A1CD9A6C893E5189FB(__this, NULL); Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F* L_0 = ___0_seq; NullCheck(L_0); Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* L_1; L_1 = VirtualFuncInvoker1< Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F*, int32_t >::Invoke(12, L_0, 0); __this->___contentType = ((DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)CastclassClass((RuntimeObject*)L_1, DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((void**)(&__this->___contentType), (void*)((DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)CastclassClass((RuntimeObject*)L_1, DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var))); Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F* L_2 = ___0_seq; NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(13, L_2); if ((((int32_t)L_3) <= ((int32_t)1))) { goto IL_0038; } } { Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F* L_4 = ___0_seq; NullCheck(L_4); Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* L_5; L_5 = VirtualFuncInvoker1< Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F*, int32_t >::Invoke(12, L_4, 1); NullCheck(((Asn1TaggedObject_t2DB9C432DA4B3E13450CD1802214CD78B5DDD29F*)CastclassClass((RuntimeObject*)L_5, Asn1TaggedObject_t2DB9C432DA4B3E13450CD1802214CD78B5DDD29F_il2cpp_TypeInfo_var))); Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_6; L_6 = Asn1TaggedObject_GetObject_m26DED35850FB6943A39A7399DFF4A8694D98BFC1(((Asn1TaggedObject_t2DB9C432DA4B3E13450CD1802214CD78B5DDD29F*)CastclassClass((RuntimeObject*)L_5, Asn1TaggedObject_t2DB9C432DA4B3E13450CD1802214CD78B5DDD29F_il2cpp_TypeInfo_var)), NULL); __this->___content = L_6; Il2CppCodeGenWriteBarrier((void**)(&__this->___content), (void*)L_6); } IL_0038: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentInfo__ctor_mCAA9A9FCA702EF1CD3DA94F011453B7104AE4C6D (ContentInfo_tD2BFAFA440E3F2698B4DE6653065397E465ADE0C* __this, DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___0_contentType, Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* ___1_content, const RuntimeMethod* method) { { Asn1Encodable__ctor_m994F288BF3CC1369A52711A1CD9A6C893E5189FB(__this, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_0 = ___0_contentType; __this->___contentType = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___contentType), (void*)L_0); Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* L_1 = ___1_content; __this->___content = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___content), (void*)L_1); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ContentInfo_get_ContentType_m9C902A2C908489A807C414DD66540590037BCA1D (ContentInfo_tD2BFAFA440E3F2698B4DE6653065397E465ADE0C* __this, const RuntimeMethod* method) { { DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_0 = __this->___contentType; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* ContentInfo_get_Content_mBC5F4603F5FEB4D173E99EAE288DC94AD6BA396B (ContentInfo_tD2BFAFA440E3F2698B4DE6653065397E465ADE0C* __this, const RuntimeMethod* method) { { Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* L_0 = __this->___content; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* ContentInfo_ToAsn1Object_m3EF1105F525A10299BFAA0908290716CBFDC5877 (ContentInfo_tD2BFAFA440E3F2698B4DE6653065397E465ADE0C* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BerSequence_tB88A0A5044A2FFBB1706EF58F8541EDA15950DBA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BerTaggedObject_tF0D35706B94A37CF7C76651F86AC420C59639150_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7* V_0 = NULL; { Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28* L_0 = (Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28*)(Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28*)SZArrayNew(Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28* L_1 = L_0; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_2 = __this->___contentType; NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F*)L_2); Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7* L_3 = (Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7*)il2cpp_codegen_object_new(Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_mCA8253A6579345E1A96C3183B984C85726FC2F77(L_3, L_1, NULL); V_0 = L_3; Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* L_4 = __this->___content; if (!L_4) { goto IL_0038; } } { Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7* L_5 = V_0; Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28* L_6 = (Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28*)(Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28*)SZArrayNew(Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28* L_7 = L_6; Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* L_8 = __this->___content; BerTaggedObject_tF0D35706B94A37CF7C76651F86AC420C59639150* L_9 = (BerTaggedObject_tF0D35706B94A37CF7C76651F86AC420C59639150*)il2cpp_codegen_object_new(BerTaggedObject_tF0D35706B94A37CF7C76651F86AC420C59639150_il2cpp_TypeInfo_var); BerTaggedObject__ctor_m8EA0BC56E6465C818F323AF369CB1ACFD48D3D2A(L_9, 0, L_8, NULL); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_9); (L_7)->SetAt(static_cast(0), (Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F*)L_9); NullCheck(L_5); Asn1EncodableVector_Add_m402CA435F0C9B0EF45A370C22F588B8101D75D03(L_5, L_7, NULL); } IL_0038: { Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7* L_10 = V_0; BerSequence_tB88A0A5044A2FFBB1706EF58F8541EDA15950DBA* L_11 = (BerSequence_tB88A0A5044A2FFBB1706EF58F8541EDA15950DBA*)il2cpp_codegen_object_new(BerSequence_tB88A0A5044A2FFBB1706EF58F8541EDA15950DBA_il2cpp_TypeInfo_var); BerSequence__ctor_m10DB680B2449FB6FA531BF339507F80E29D012F9(L_11, L_10, NULL); return L_11; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DHParameter__ctor_mC2C42EFF85C4D16D9BE5DCD02C51B435209D5D16 (DHParameter_t90C15C66F000C1B40D206815F3DEF8FB10E68B9C* __this, BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___0_p, BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___1_g, int32_t ___2_l, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Asn1Encodable__ctor_m994F288BF3CC1369A52711A1CD9A6C893E5189FB(__this, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_0 = ___0_p; DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_1 = (DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F*)il2cpp_codegen_object_new(DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F_il2cpp_TypeInfo_var); DerInteger__ctor_m68299D63775369AA6716B2829E3FE00B744EB59A(L_1, L_0, NULL); __this->___p = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___p), (void*)L_1); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_2 = ___1_g; DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_3 = (DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F*)il2cpp_codegen_object_new(DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F_il2cpp_TypeInfo_var); DerInteger__ctor_m68299D63775369AA6716B2829E3FE00B744EB59A(L_3, L_2, NULL); __this->___g = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___g), (void*)L_3); int32_t L_4 = ___2_l; if (!L_4) { goto IL_002d; } } { int32_t L_5 = ___2_l; DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_6 = (DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F*)il2cpp_codegen_object_new(DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F_il2cpp_TypeInfo_var); DerInteger__ctor_mF1049AA6BC75779BFA0B447401D8CDD39968B966(L_6, L_5, NULL); __this->___l = L_6; Il2CppCodeGenWriteBarrier((void**)(&__this->___l), (void*)L_6); } IL_002d: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DHParameter__ctor_m870D4F2A7A6742189C717D8D68060499E86D332A (DHParameter_t90C15C66F000C1B40D206815F3DEF8FB10E68B9C* __this, Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F* ___0_seq, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { Asn1Encodable__ctor_m994F288BF3CC1369A52711A1CD9A6C893E5189FB(__this, NULL); Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F* L_0 = ___0_seq; NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(10, L_0); V_0 = L_1; RuntimeObject* L_2 = V_0; NullCheck(L_2); bool L_3; L_3 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_2); RuntimeObject* L_4 = V_0; NullCheck(L_4); RuntimeObject* L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_4); __this->___p = ((DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F*)CastclassClass((RuntimeObject*)L_5, DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((void**)(&__this->___p), (void*)((DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F*)CastclassClass((RuntimeObject*)L_5, DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F_il2cpp_TypeInfo_var))); RuntimeObject* L_6 = V_0; NullCheck(L_6); bool L_7; L_7 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_6); RuntimeObject* L_8 = V_0; NullCheck(L_8); RuntimeObject* L_9; L_9 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_8); __this->___g = ((DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F*)CastclassClass((RuntimeObject*)L_9, DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((void**)(&__this->___g), (void*)((DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F*)CastclassClass((RuntimeObject*)L_9, DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F_il2cpp_TypeInfo_var))); RuntimeObject* L_10 = V_0; NullCheck(L_10); bool L_11; L_11 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_10); if (!L_11) { goto IL_0056; } } { RuntimeObject* L_12 = V_0; NullCheck(L_12); RuntimeObject* L_13; L_13 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_12); __this->___l = ((DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F*)CastclassClass((RuntimeObject*)L_13, DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((void**)(&__this->___l), (void*)((DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F*)CastclassClass((RuntimeObject*)L_13, DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F_il2cpp_TypeInfo_var))); } IL_0056: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* DHParameter_get_P_m5C5E87190EDEE7305A241D31D86908F1F95A431D (DHParameter_t90C15C66F000C1B40D206815F3DEF8FB10E68B9C* __this, const RuntimeMethod* method) { { DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_0 = __this->___p; NullCheck(L_0); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1; L_1 = DerInteger_get_PositiveValue_m737FB2EDA7ABE286D12B2F4337B1EC6AB2506CCC(L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* DHParameter_get_G_m3629888AB44533FACF7A75F249847B1B8016A244 (DHParameter_t90C15C66F000C1B40D206815F3DEF8FB10E68B9C* __this, const RuntimeMethod* method) { { DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_0 = __this->___g; NullCheck(L_0); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1; L_1 = DerInteger_get_PositiveValue_m737FB2EDA7ABE286D12B2F4337B1EC6AB2506CCC(L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* DHParameter_get_L_m1870A26F4DA08186DD6F1841EFDE196716F1ED8B (DHParameter_t90C15C66F000C1B40D206815F3DEF8FB10E68B9C* __this, const RuntimeMethod* method) { { DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_0 = __this->___l; if (!L_0) { goto IL_0014; } } { DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_1 = __this->___l; NullCheck(L_1); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_2; L_2 = DerInteger_get_PositiveValue_m737FB2EDA7ABE286D12B2F4337B1EC6AB2506CCC(L_1, NULL); return L_2; } IL_0014: { return (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)NULL; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* DHParameter_ToAsn1Object_mC67708093501251A108F029E77F9FFC25A562A6B (DHParameter_t90C15C66F000C1B40D206815F3DEF8FB10E68B9C* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t063B1A6AFFD4FBE34487D3EFADF2647A1D9D4EE9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7* V_0 = NULL; { Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28* L_0 = (Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28*)(Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28*)SZArrayNew(Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28_il2cpp_TypeInfo_var, (uint32_t)2); Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28* L_1 = L_0; DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_2 = __this->___p; NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F*)L_2); Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28* L_3 = L_1; DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_4 = __this->___g; NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(1), (Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F*)L_4); Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7* L_5 = (Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7*)il2cpp_codegen_object_new(Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_mCA8253A6579345E1A96C3183B984C85726FC2F77(L_5, L_3, NULL); V_0 = L_5; DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_6 = __this->___l; if (!L_6) { goto IL_003b; } } { Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7* L_7 = V_0; Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28* L_8 = (Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28*)(Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28*)SZArrayNew(Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28* L_9 = L_8; DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_10 = __this->___l; NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast(0), (Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F*)L_10); NullCheck(L_7); Asn1EncodableVector_Add_m402CA435F0C9B0EF45A370C22F588B8101D75D03(L_7, L_9, NULL); } IL_003b: { Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7* L_11 = V_0; DerSequence_t063B1A6AFFD4FBE34487D3EFADF2647A1D9D4EE9* L_12 = (DerSequence_t063B1A6AFFD4FBE34487D3EFADF2647A1D9D4EE9*)il2cpp_codegen_object_new(DerSequence_t063B1A6AFFD4FBE34487D3EFADF2647A1D9D4EE9_il2cpp_TypeInfo_var); DerSequence__ctor_m1159490D2849C1A9F592CF5CE22E2D8089DE05C4(L_12, L_11, NULL); return L_12; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkcsObjectIdentifiers__ctor_mB01AC36C12DD03175CAB9EEF6BA54946BB3C498E (PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkcsObjectIdentifiers__cctor_m1790D85794A5777D2CD6B64CF23CC14863CBE8E4 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral036E74C8A3733EFAA04B4C0FE277C434A453E3DC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral04E73520EF5FFFB55D772FE19B08EC1B2E552C4B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral08BBB8048FA133B2E30EBC4A223440CBE46C54BA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral09CC21BFED18B556AC92A30E195901F82FF4F451); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0A66378D4FED77E93671B10191DBC2552FE47557); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0B7552DD729B73B6F00D373EEE1073AFA5E2989C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13451B7216BC16C8E6A7ADA10BAB5AA1BE011664); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1376EA77A3853909D307143AAACB5F5613704D06); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral14766905080A42A4E1B372AB68C4494ECC1FEE82); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1726628B508BDFB8753927B5B2F7A3CC15692F4C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral174470CF178EB5B47B678C2E5ACAE523992D3FEB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral178336C300B99C5DC6E51C001D33C01CF5F93337); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral19088A5D4151B71A0151316584575959251E5B35); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B8555B2343B69EFCF27161C4AB0868484AC151E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1BB9782CB45D51495CB2CF6D5B8E5D22437EF542); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2064F80F811DB79A33C4E51C10221454E30C74AE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral216E3D25BB7EDE5236107BA6C65F6706B5BD2D23); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral21ED4C7AF50D987589A9029FC0422151BE3A0FC2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral244C3A134C2AC035AB58EF188A0D0B4BA1CEFA31); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral25D74BC981E6316A5E3CAEEA0BAF3C438F5C94DA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2611FBE313046A4FCD06A4A0A6228B3BC3257A91); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral285C554C2C06F8FF0B78DEC197EF4DD4861BB409); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2A7F604AA53E605CA5A4D06ADF4F5C4B6FCBD8E8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2AD31780F6885AD0D34D5F937F273D786CF33C90); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F7234099CCD07F9C0939ACCC13D7F7F6E95DBAD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral33FBB91C46EBD157F5D451FD1FDED65AC7B5C971); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral38A29F0742E6F746BEAE82B7874F2F4A23D91741); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral399095539927C61EFB2E08911796A86F101B79B0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3A21D0D4D90DD657AE41CC654D42D0042B5F6C9D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3D7AAEF10E3DEE1F7205099AF52AD971FDA30A43); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral416683232C98B46D3CB67F7E22FF1BE125144CB7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42F629CC32087815BDEE088698E50CE910A82D86); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral46042EA5661F92B06849C13B0ACFBB825CABF696); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4712BAAA2C409BBFDE642D1E71320C1CE0C7463F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral48197AEAAE2AD9DA94F5D8CB5B279A542D28DD92); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral492E7E0E8C467AD9F1BDA7B42220485D9B07817E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4BD1FBF0F7522E0576F1D45564B0512BFF1C1BA2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4BD64CDDC726EEC9781AF7725F934C659848D974); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4DD0B356B39F6C5FFF9BD1147C45A38407006DF9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4FC61A1400B3905DB6E3D9074B376EA32DA03ACC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral51931B650163C62A4546E9E80B4E0DFAC75FC750); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral524A02B897BABED5C30469E21902671642FCF6DC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5A9C299AB520882D916CD2B93A60F70B9DA05ED2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6659CD62965B9F3A7EB603F9E713F1E8B3588B63); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6850440C23BA143D9F2B65081427091AA2A67176); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B188360294349CD1D94164DB9AE487200C503EE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6DD06F77C0C0449AF36E4A47FCFD33DE5AD44F90); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6EA022A7AC4085772E0F26ACC29B626227EA945F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6FE7F56575F8EB966E60EEB749FC5A2EC5555144); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral72B50A8A8C2199B0A0B80BD852F6CDCBE83F48DB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7402F76B2D6078A455F77607AF6E7350B6DE019E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral76F3B33D9D4746897AAFFB79FFA66BD8D59B1BCB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral778E4FAC8E1C4CF63D82AC2AE1097053CF32406B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77C49E3BBE5191C0835E330FBD83AF31DD745F46); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7B56868EBF08387DFAAF00740C028C397C680C26); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7CCAEC32B794736B9302E7DCD5B17ADD774C56FF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7D910D79C08644BE4D55FA9EC650E5AB1B4B423D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8862B3ECC8B7EA5F4E97CE04D29A2A845B56A8CF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral88FFE2599BCE71130089C4BF4E95318D9891000F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8C45FF57616AD707D36B1268FB121A2AE06C3E4D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8DA748026DEAE0A90C7386ADFEF1EDBC296374CB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8E264486DFD68F8D2AC59C629355E7337C6392BF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8E80AED46A8272D4EB565971A6B391880E400D5E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9154EE511A1AA31D1AF779C85CC118B3C4AC0DFB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral96B65D313E49EF3F0F25B26855791B5B8C975B4F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral983408186E1119D5B88EBC42C4B8BDDC413C53CA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9A096340926A36CDAC00FDD3176AD3400AADB784); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9ADF294AFD5288659A6D07C6FBA6849ED062B84F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9B1F0AA63B2AB43512920221BD667C8CF844E7A5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D8B651CA633B57D8DACE5FA15A2C0C4DB4C8466); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D94BFB66AFC47F7E1050302749DFD8D34C35105); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9E6BA185CF46C7496C8977196B608B151E6CA640); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA000DE34A65CA26228148544C6FE74851EF5A8AE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA14E17E882BFA722610ABC91F13F679900E3797C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA25B69026A70D534621843E13AD9FBEBC01B0B2E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA4C577F5B749AC98D954F7E0F639B3624E6D03B0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA76594DA0BCBB1E28AE992107BDBE1081FDA164B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAA4DA1A93F07E2E4B09F8D5E2C45905E26A45E79); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAA54A59A7E63764E1F84998FF1EA8DB123B7F168); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralACA7E3D2770ADAB061CBEB4B68128A012D6BA80C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB268254F6BB97A4A5EBF4D0219F78845D5C9C32A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB4A2649B7C0C70D0BC140DDC049CCD1AD201746E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBA238C1A4CD8314AE4867566942B59C9DB1550C8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB6D0D82A1D2CF2E0778327801C2903C072E1A02); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBDDA27810124EA0F55FB10F1363AE8FCCE44CF61); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC04F8B907814B0B9F1E2B2560884FB277BF70D56); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC47E7F7AEF16F78CE7B3D75756F38A67794AF4D0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC5E7D42EDAE9559779BB3995FE55D1EFD81E4E97); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCA32CE83E533343EE80B31300CCEDE255B1AAC5C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCA78A2ED719A49499B0E3F1BAF38EB8DF561A780); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCB0A5D076E9F3B4DF88AA84C7DB0E403D0600C2A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCFB7B03F540A91A9F9CDEDB051F97BE788740CF9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD08FF04CF90D79C906F06B81EDB9B41E22D97A2A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD252B930E829E7C8274E97CAA92250DE3E9543A8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDB6F6FF562E2A5AB8E52A5FC41A10D6F957FB5C8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD53635596569841E64C29B4519CB4A7E3F655C0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDE1132A3F9A0BD7A63AD15A9923AA4FE7061F02D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE2554AA2E0C9DC24A5C7C498FC582750C82FEF05); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE648A668EFD6670A41259EA7077E39E104304591); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE64E6B72E9C44522A1D99B5C6A7F27EF33B44410); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE77C306E6B10C97785B8B8AA1D94CEDBD7A175BC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEA5CA26C177488527F16BA3B767C273E44541470); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEA9886E4F2C4A6802C316A24EEE315A59DF9E0B5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEC0A3B14867C1593F18D8F3DB9A17EB3A4D4AA2D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF29BB1DE966B13F1BEA8F2BB4EE61249C006D6DD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3C89F7DCC9DA9E0A8C847253DB2E3A651E2061C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF7CFFC7AB0FD63A0930DF17784A1BCAB13A0B059); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF7DDF59B44DDF9253B657C54053522CF694D3FBE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA1DD0C284BA7C8A7344835C6AED475C9FA5FF31); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA254D4D1C509C2DFAEF4A34A32CEC0963B5152D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA6E241C277940286582512FD06C880028653B79); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFCC8ACD7DDF06AA7F6F9299ABEF90CD87759F5EF); s_Il2CppMethodInitialized = true; } { DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_0 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_0, _stringLiteral2A7F604AA53E605CA5A4D06ADF4F5C4B6FCBD8E8, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___RsaEncryption = L_0; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___RsaEncryption), (void*)L_0); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_1 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_1, _stringLiteralA25B69026A70D534621843E13AD9FBEBC01B0B2E, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___MD2WithRsaEncryption = L_1; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___MD2WithRsaEncryption), (void*)L_1); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_2 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_2, _stringLiteralE2554AA2E0C9DC24A5C7C498FC582750C82FEF05, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___MD4WithRsaEncryption = L_2; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___MD4WithRsaEncryption), (void*)L_2); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_3 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_3, _stringLiteralD252B930E829E7C8274E97CAA92250DE3E9543A8, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___MD5WithRsaEncryption = L_3; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___MD5WithRsaEncryption), (void*)L_3); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_4 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_4, _stringLiteral14766905080A42A4E1B372AB68C4494ECC1FEE82, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___Sha1WithRsaEncryption = L_4; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___Sha1WithRsaEncryption), (void*)L_4); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_5 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_5, _stringLiteralCB0A5D076E9F3B4DF88AA84C7DB0E403D0600C2A, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___SrsaOaepEncryptionSet = L_5; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___SrsaOaepEncryptionSet), (void*)L_5); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_6 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_6, _stringLiteral04E73520EF5FFFB55D772FE19B08EC1B2E552C4B, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdRsaesOaep = L_6; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdRsaesOaep), (void*)L_6); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_7 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_7, _stringLiteral216E3D25BB7EDE5236107BA6C65F6706B5BD2D23, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdMgf1 = L_7; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdMgf1), (void*)L_7); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_8 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_8, _stringLiteral7D910D79C08644BE4D55FA9EC650E5AB1B4B423D, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdPSpecified = L_8; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdPSpecified), (void*)L_8); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_9 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_9, _stringLiteralFA254D4D1C509C2DFAEF4A34A32CEC0963B5152D, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdRsassaPss = L_9; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdRsassaPss), (void*)L_9); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_10 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_10, _stringLiteral6B188360294349CD1D94164DB9AE487200C503EE, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___Sha256WithRsaEncryption = L_10; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___Sha256WithRsaEncryption), (void*)L_10); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_11 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_11, _stringLiteral8E264486DFD68F8D2AC59C629355E7337C6392BF, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___Sha384WithRsaEncryption = L_11; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___Sha384WithRsaEncryption), (void*)L_11); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_12 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_12, _stringLiteralACA7E3D2770ADAB061CBEB4B68128A012D6BA80C, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___Sha512WithRsaEncryption = L_12; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___Sha512WithRsaEncryption), (void*)L_12); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_13 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_13, _stringLiteral7B56868EBF08387DFAAF00740C028C397C680C26, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___Sha224WithRsaEncryption = L_13; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___Sha224WithRsaEncryption), (void*)L_13); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_14 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_14, _stringLiteral08BBB8048FA133B2E30EBC4A223440CBE46C54BA, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___DhKeyAgreement = L_14; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___DhKeyAgreement), (void*)L_14); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_15 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_15, _stringLiteralFA1DD0C284BA7C8A7344835C6AED475C9FA5FF31, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___PbeWithMD2AndDesCbc = L_15; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___PbeWithMD2AndDesCbc), (void*)L_15); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_16 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_16, _stringLiteral77C49E3BBE5191C0835E330FBD83AF31DD745F46, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___PbeWithMD2AndRC2Cbc = L_16; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___PbeWithMD2AndRC2Cbc), (void*)L_16); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_17 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_17, _stringLiteralC04F8B907814B0B9F1E2B2560884FB277BF70D56, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___PbeWithMD5AndDesCbc = L_17; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___PbeWithMD5AndDesCbc), (void*)L_17); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_18 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_18, _stringLiteralCA32CE83E533343EE80B31300CCEDE255B1AAC5C, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___PbeWithMD5AndRC2Cbc = L_18; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___PbeWithMD5AndRC2Cbc), (void*)L_18); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_19 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_19, _stringLiteral96B65D313E49EF3F0F25B26855791B5B8C975B4F, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___PbeWithSha1AndDesCbc = L_19; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___PbeWithSha1AndDesCbc), (void*)L_19); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_20 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_20, _stringLiteral178336C300B99C5DC6E51C001D33C01CF5F93337, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___PbeWithSha1AndRC2Cbc = L_20; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___PbeWithSha1AndRC2Cbc), (void*)L_20); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_21 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_21, _stringLiteral1376EA77A3853909D307143AAACB5F5613704D06, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdPbeS2 = L_21; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdPbeS2), (void*)L_21); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_22 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_22, _stringLiteral33FBB91C46EBD157F5D451FD1FDED65AC7B5C971, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdPbkdf2 = L_22; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdPbkdf2), (void*)L_22); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_23 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_23, _stringLiteral19088A5D4151B71A0151316584575959251E5B35, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___DesEde3Cbc = L_23; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___DesEde3Cbc), (void*)L_23); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_24 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_24, _stringLiteral9B1F0AA63B2AB43512920221BD667C8CF844E7A5, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___RC2Cbc = L_24; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___RC2Cbc), (void*)L_24); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_25 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_25, _stringLiteral524A02B897BABED5C30469E21902671642FCF6DC, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___MD2 = L_25; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___MD2), (void*)L_25); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_26 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_26, _stringLiteral9E6BA185CF46C7496C8977196B608B151E6CA640, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___MD4 = L_26; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___MD4), (void*)L_26); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_27 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_27, _stringLiteral42F629CC32087815BDEE088698E50CE910A82D86, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___MD5 = L_27; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___MD5), (void*)L_27); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_28 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_28, _stringLiteral036E74C8A3733EFAA04B4C0FE277C434A453E3DC, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdHmacWithSha1 = L_28; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdHmacWithSha1), (void*)L_28); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_29 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_29, _stringLiteral9D8B651CA633B57D8DACE5FA15A2C0C4DB4C8466, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdHmacWithSha224 = L_29; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdHmacWithSha224), (void*)L_29); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_30 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_30, _stringLiteralBB6D0D82A1D2CF2E0778327801C2903C072E1A02, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdHmacWithSha256 = L_30; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdHmacWithSha256), (void*)L_30); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_31 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_31, _stringLiteralF7CFFC7AB0FD63A0930DF17784A1BCAB13A0B059, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdHmacWithSha384 = L_31; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdHmacWithSha384), (void*)L_31); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_32 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_32, _stringLiteral4FC61A1400B3905DB6E3D9074B376EA32DA03ACC, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdHmacWithSha512 = L_32; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdHmacWithSha512), (void*)L_32); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_33 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_33, _stringLiteralE64E6B72E9C44522A1D99B5C6A7F27EF33B44410, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___Data = L_33; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___Data), (void*)L_33); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_34 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_34, _stringLiteralEA9886E4F2C4A6802C316A24EEE315A59DF9E0B5, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___SignedData = L_34; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___SignedData), (void*)L_34); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_35 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_35, _stringLiteralE648A668EFD6670A41259EA7077E39E104304591, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___EnvelopedData = L_35; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___EnvelopedData), (void*)L_35); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_36 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_36, _stringLiteral8C45FF57616AD707D36B1268FB121A2AE06C3E4D, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___SignedAndEnvelopedData = L_36; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___SignedAndEnvelopedData), (void*)L_36); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_37 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_37, _stringLiteralDD53635596569841E64C29B4519CB4A7E3F655C0, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___DigestedData = L_37; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___DigestedData), (void*)L_37); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_38 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_38, _stringLiteral2AD31780F6885AD0D34D5F937F273D786CF33C90, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___EncryptedData = L_38; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___EncryptedData), (void*)L_38); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_39 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_39, _stringLiteral4BD64CDDC726EEC9781AF7725F934C659848D974, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___Pkcs9AtEmailAddress = L_39; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___Pkcs9AtEmailAddress), (void*)L_39); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_40 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_40, _stringLiteral09CC21BFED18B556AC92A30E195901F82FF4F451, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___Pkcs9AtUnstructuredName = L_40; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___Pkcs9AtUnstructuredName), (void*)L_40); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_41 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_41, _stringLiteral416683232C98B46D3CB67F7E22FF1BE125144CB7, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___Pkcs9AtContentType = L_41; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___Pkcs9AtContentType), (void*)L_41); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_42 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_42, _stringLiteral244C3A134C2AC035AB58EF188A0D0B4BA1CEFA31, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___Pkcs9AtMessageDigest = L_42; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___Pkcs9AtMessageDigest), (void*)L_42); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_43 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_43, _stringLiteral38A29F0742E6F746BEAE82B7874F2F4A23D91741, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___Pkcs9AtSigningTime = L_43; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___Pkcs9AtSigningTime), (void*)L_43); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_44 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_44, _stringLiteral46042EA5661F92B06849C13B0ACFBB825CABF696, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___Pkcs9AtCounterSignature = L_44; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___Pkcs9AtCounterSignature), (void*)L_44); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_45 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_45, _stringLiteral778E4FAC8E1C4CF63D82AC2AE1097053CF32406B, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___Pkcs9AtChallengePassword = L_45; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___Pkcs9AtChallengePassword), (void*)L_45); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_46 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_46, _stringLiteral8E80AED46A8272D4EB565971A6B391880E400D5E, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___Pkcs9AtUnstructuredAddress = L_46; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___Pkcs9AtUnstructuredAddress), (void*)L_46); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_47 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_47, _stringLiteral3D7AAEF10E3DEE1F7205099AF52AD971FDA30A43, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___Pkcs9AtExtendedCertificateAttributes = L_47; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___Pkcs9AtExtendedCertificateAttributes), (void*)L_47); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_48 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_48, _stringLiteralB268254F6BB97A4A5EBF4D0219F78845D5C9C32A, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___Pkcs9AtSigningDescription = L_48; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___Pkcs9AtSigningDescription), (void*)L_48); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_49 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_49, _stringLiteralF29BB1DE966B13F1BEA8F2BB4EE61249C006D6DD, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___Pkcs9AtExtensionRequest = L_49; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___Pkcs9AtExtensionRequest), (void*)L_49); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_50 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_50, _stringLiteral48197AEAAE2AD9DA94F5D8CB5B279A542D28DD92, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___Pkcs9AtSmimeCapabilities = L_50; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___Pkcs9AtSmimeCapabilities), (void*)L_50); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_51 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_51, _stringLiteral8DA748026DEAE0A90C7386ADFEF1EDBC296374CB, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdSmime = L_51; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdSmime), (void*)L_51); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_52 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_52, _stringLiteral0A66378D4FED77E93671B10191DBC2552FE47557, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___Pkcs9AtFriendlyName = L_52; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___Pkcs9AtFriendlyName), (void*)L_52); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_53 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_53, _stringLiteralDB6F6FF562E2A5AB8E52A5FC41A10D6F957FB5C8, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___Pkcs9AtLocalKeyID = L_53; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___Pkcs9AtLocalKeyID), (void*)L_53); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_54 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_54, _stringLiteralCFB7B03F540A91A9F9CDEDB051F97BE788740CF9, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___X509CertType = L_54; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___X509CertType), (void*)L_54); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_55 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_55, _stringLiteralCFB7B03F540A91A9F9CDEDB051F97BE788740CF9, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___X509Certificate = L_55; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___X509Certificate), (void*)L_55); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_56 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_56, _stringLiteral1B8555B2343B69EFCF27161C4AB0868484AC151E, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___SdsiCertificate = L_56; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___SdsiCertificate), (void*)L_56); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_57 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_57, _stringLiteral2611FBE313046A4FCD06A4A0A6228B3BC3257A91, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___X509Crl = L_57; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___X509Crl), (void*)L_57); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_58 = ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdSmime; NullCheck(L_58); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_59; L_59 = VirtualFuncInvoker1< DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*, String_t* >::Invoke(9, L_58, _stringLiteral2064F80F811DB79A33C4E51C10221454E30C74AE); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAlg = L_59; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAlg), (void*)L_59); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_60 = ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAlg; NullCheck(L_60); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_61; L_61 = VirtualFuncInvoker1< DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*, String_t* >::Invoke(9, L_60, _stringLiteralF7DDF59B44DDF9253B657C54053522CF694D3FBE); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAlgEsdh = L_61; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAlgEsdh), (void*)L_61); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_62 = ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAlg; NullCheck(L_62); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_63; L_63 = VirtualFuncInvoker1< DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*, String_t* >::Invoke(9, L_62, _stringLiteral2F7234099CCD07F9C0939ACCC13D7F7F6E95DBAD); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAlgCms3DesWrap = L_63; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAlgCms3DesWrap), (void*)L_63); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_64 = ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAlg; NullCheck(L_64); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_65; L_65 = VirtualFuncInvoker1< DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*, String_t* >::Invoke(9, L_64, _stringLiteral7402F76B2D6078A455F77607AF6E7350B6DE019E); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAlgCmsRC2Wrap = L_65; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAlgCmsRC2Wrap), (void*)L_65); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_66 = ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAlg; NullCheck(L_66); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_67; L_67 = VirtualFuncInvoker1< DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*, String_t* >::Invoke(9, L_66, _stringLiteral25D74BC981E6316A5E3CAEEA0BAF3C438F5C94DA); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAlgPwriKek = L_67; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAlgPwriKek), (void*)L_67); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_68 = ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAlg; NullCheck(L_68); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_69; L_69 = VirtualFuncInvoker1< DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*, String_t* >::Invoke(9, L_68, _stringLiteralAA4DA1A93F07E2E4B09F8D5E2C45905E26A45E79); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAlgSsdh = L_69; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAlgSsdh), (void*)L_69); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_70 = ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAlg; NullCheck(L_70); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_71; L_71 = VirtualFuncInvoker1< DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*, String_t* >::Invoke(9, L_70, _stringLiteralC47E7F7AEF16F78CE7B3D75756F38A67794AF4D0); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdRsaKem = L_71; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdRsaKem), (void*)L_71); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_72 = ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___Pkcs9AtSmimeCapabilities; NullCheck(L_72); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_73; L_73 = VirtualFuncInvoker1< DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*, String_t* >::Invoke(9, L_72, _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___PreferSignedData = L_73; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___PreferSignedData), (void*)L_73); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_74 = ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___Pkcs9AtSmimeCapabilities; NullCheck(L_74); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_75; L_75 = VirtualFuncInvoker1< DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*, String_t* >::Invoke(9, L_74, _stringLiteral21ED4C7AF50D987589A9029FC0422151BE3A0FC2); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___CannotDecryptAny = L_75; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___CannotDecryptAny), (void*)L_75); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_76 = ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___Pkcs9AtSmimeCapabilities; NullCheck(L_76); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_77; L_77 = VirtualFuncInvoker1< DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*, String_t* >::Invoke(9, L_76, _stringLiteral2064F80F811DB79A33C4E51C10221454E30C74AE); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___SmimeCapabilitiesVersions = L_77; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___SmimeCapabilitiesVersions), (void*)L_77); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_78 = ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdSmime; NullCheck(L_78); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_79; L_79 = VirtualFuncInvoker1< DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*, String_t* >::Invoke(9, L_78, _stringLiteral13451B7216BC16C8E6A7ADA10BAB5AA1BE011664); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAAReceiptRequest = L_79; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAAReceiptRequest), (void*)L_79); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_80 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_80, _stringLiteral399095539927C61EFB2E08911796A86F101B79B0, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdCTAuthData = L_80; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdCTAuthData), (void*)L_80); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_81 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_81, _stringLiteral5A9C299AB520882D916CD2B93A60F70B9DA05ED2, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdCTTstInfo = L_81; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdCTTstInfo), (void*)L_81); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_82 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_82, _stringLiteral8862B3ECC8B7EA5F4E97CE04D29A2A845B56A8CF, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdCTCompressedData = L_82; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdCTCompressedData), (void*)L_82); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_83 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_83, _stringLiteral1BB9782CB45D51495CB2CF6D5B8E5D22437EF542, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdCTAuthEnvelopedData = L_83; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdCTAuthEnvelopedData), (void*)L_83); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_84 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_84, _stringLiteral88FFE2599BCE71130089C4BF4E95318D9891000F, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdCTTimestampedData = L_84; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdCTTimestampedData), (void*)L_84); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_85 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_85, _stringLiteral76F3B33D9D4746897AAFFB79FFA66BD8D59B1BCB, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdCtiEtsProofOfOrigin = L_85; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdCtiEtsProofOfOrigin), (void*)L_85); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_86 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_86, _stringLiteral492E7E0E8C467AD9F1BDA7B42220485D9B07817E, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdCtiEtsProofOfReceipt = L_86; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdCtiEtsProofOfReceipt), (void*)L_86); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_87 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_87, _stringLiteral6FE7F56575F8EB966E60EEB749FC5A2EC5555144, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdCtiEtsProofOfDelivery = L_87; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdCtiEtsProofOfDelivery), (void*)L_87); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_88 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_88, _stringLiteral51931B650163C62A4546E9E80B4E0DFAC75FC750, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdCtiEtsProofOfSender = L_88; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdCtiEtsProofOfSender), (void*)L_88); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_89 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_89, _stringLiteralAA54A59A7E63764E1F84998FF1EA8DB123B7F168, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdCtiEtsProofOfApproval = L_89; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdCtiEtsProofOfApproval), (void*)L_89); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_90 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_90, _stringLiteral9A096340926A36CDAC00FDD3176AD3400AADB784, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdCtiEtsProofOfCreation = L_90; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdCtiEtsProofOfCreation), (void*)L_90); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_91 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_91, _stringLiteralB4A2649B7C0C70D0BC140DDC049CCD1AD201746E, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAAContentHint = L_91; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAAContentHint), (void*)L_91); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_92 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_92, _stringLiteralD08FF04CF90D79C906F06B81EDB9B41E22D97A2A, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAAMsgSigDigest = L_92; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAAMsgSigDigest), (void*)L_92); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_93 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_93, _stringLiteral6659CD62965B9F3A7EB603F9E713F1E8B3588B63, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAAContentReference = L_93; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAAContentReference), (void*)L_93); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_94 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_94, _stringLiteral1726628B508BDFB8753927B5B2F7A3CC15692F4C, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAAEncrypKeyPref = L_94; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAAEncrypKeyPref), (void*)L_94); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_95 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_95, _stringLiteralCA78A2ED719A49499B0E3F1BAF38EB8DF561A780, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAASigningCertificate = L_95; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAASigningCertificate), (void*)L_95); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_96 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_96, _stringLiteralA76594DA0BCBB1E28AE992107BDBE1081FDA164B, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAASigningCertificateV2 = L_96; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAASigningCertificateV2), (void*)L_96); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_97 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_97, _stringLiteralDE1132A3F9A0BD7A63AD15A9923AA4FE7061F02D, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAAContentIdentifier = L_97; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAAContentIdentifier), (void*)L_97); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_98 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_98, _stringLiteral4712BAAA2C409BBFDE642D1E71320C1CE0C7463F, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAASignatureTimeStampToken = L_98; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAASignatureTimeStampToken), (void*)L_98); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_99 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_99, _stringLiteral6850440C23BA143D9F2B65081427091AA2A67176, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAAEtsSigPolicyID = L_99; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAAEtsSigPolicyID), (void*)L_99); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_100 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_100, _stringLiteral9D94BFB66AFC47F7E1050302749DFD8D34C35105, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAAEtsCommitmentType = L_100; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAAEtsCommitmentType), (void*)L_100); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_101 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_101, _stringLiteralA14E17E882BFA722610ABC91F13F679900E3797C, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAAEtsSignerLocation = L_101; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAAEtsSignerLocation), (void*)L_101); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_102 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_102, _stringLiteral3A21D0D4D90DD657AE41CC654D42D0042B5F6C9D, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAAEtsSignerAttr = L_102; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAAEtsSignerAttr), (void*)L_102); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_103 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_103, _stringLiteralA000DE34A65CA26228148544C6FE74851EF5A8AE, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAAEtsOtherSigCert = L_103; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAAEtsOtherSigCert), (void*)L_103); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_104 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_104, _stringLiteral0B7552DD729B73B6F00D373EEE1073AFA5E2989C, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAAEtsContentTimestamp = L_104; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAAEtsContentTimestamp), (void*)L_104); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_105 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_105, _stringLiteralEC0A3B14867C1593F18D8F3DB9A17EB3A4D4AA2D, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAAEtsCertificateRefs = L_105; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAAEtsCertificateRefs), (void*)L_105); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_106 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_106, _stringLiteral6DD06F77C0C0449AF36E4A47FCFD33DE5AD44F90, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAAEtsRevocationRefs = L_106; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAAEtsRevocationRefs), (void*)L_106); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_107 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_107, _stringLiteralE77C306E6B10C97785B8B8AA1D94CEDBD7A175BC, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAAEtsCertValues = L_107; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAAEtsCertValues), (void*)L_107); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_108 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_108, _stringLiteralBA238C1A4CD8314AE4867566942B59C9DB1550C8, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAAEtsRevocationValues = L_108; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAAEtsRevocationValues), (void*)L_108); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_109 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_109, _stringLiteral174470CF178EB5B47B678C2E5ACAE523992D3FEB, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAAEtsEscTimeStamp = L_109; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAAEtsEscTimeStamp), (void*)L_109); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_110 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_110, _stringLiteralEA5CA26C177488527F16BA3B767C273E44541470, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAAEtsCertCrlTimestamp = L_110; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAAEtsCertCrlTimestamp), (void*)L_110); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_111 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_111, _stringLiteralF3C89F7DCC9DA9E0A8C847253DB2E3A651E2061C, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAAEtsArchiveTimestamp = L_111; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAAEtsArchiveTimestamp), (void*)L_111); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_112 = ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAAEtsSigPolicyID; ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAASigPolicyID = L_112; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAASigPolicyID), (void*)L_112); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_113 = ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAAEtsCommitmentType; ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAACommitmentType = L_113; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAACommitmentType), (void*)L_113); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_114 = ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAAEtsSignerLocation; ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAASignerLocation = L_114; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAASignerLocation), (void*)L_114); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_115 = ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAAEtsOtherSigCert; ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAAOtherSigCert = L_115; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdAAOtherSigCert), (void*)L_115); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_116 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_116, _stringLiteral983408186E1119D5B88EBC42C4B8BDDC413C53CA, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdSpqEtsUri = L_116; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdSpqEtsUri), (void*)L_116); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_117 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_117, _stringLiteral9154EE511A1AA31D1AF779C85CC118B3C4AC0DFB, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdSpqEtsUNotice = L_117; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdSpqEtsUNotice), (void*)L_117); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_118 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_118, _stringLiteral285C554C2C06F8FF0B78DEC197EF4DD4861BB409, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___KeyBag = L_118; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___KeyBag), (void*)L_118); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_119 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_119, _stringLiteralBDDA27810124EA0F55FB10F1363AE8FCCE44CF61, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___Pkcs8ShroudedKeyBag = L_119; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___Pkcs8ShroudedKeyBag), (void*)L_119); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_120 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_120, _stringLiteralFCC8ACD7DDF06AA7F6F9299ABEF90CD87759F5EF, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___CertBag = L_120; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___CertBag), (void*)L_120); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_121 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_121, _stringLiteral4BD1FBF0F7522E0576F1D45564B0512BFF1C1BA2, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___CrlBag = L_121; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___CrlBag), (void*)L_121); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_122 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_122, _stringLiteral6EA022A7AC4085772E0F26ACC29B626227EA945F, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___SecretBag = L_122; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___SecretBag), (void*)L_122); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_123 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_123, _stringLiteralFA6E241C277940286582512FD06C880028653B79, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___SafeContentsBag = L_123; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___SafeContentsBag), (void*)L_123); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_124 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_124, _stringLiteralA4C577F5B749AC98D954F7E0F639B3624E6D03B0, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___PbeWithShaAnd128BitRC4 = L_124; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___PbeWithShaAnd128BitRC4), (void*)L_124); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_125 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_125, _stringLiteral9ADF294AFD5288659A6D07C6FBA6849ED062B84F, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___PbeWithShaAnd40BitRC4 = L_125; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___PbeWithShaAnd40BitRC4), (void*)L_125); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_126 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_126, _stringLiteral4DD0B356B39F6C5FFF9BD1147C45A38407006DF9, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___PbeWithShaAnd3KeyTripleDesCbc = L_126; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___PbeWithShaAnd3KeyTripleDesCbc), (void*)L_126); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_127 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_127, _stringLiteral72B50A8A8C2199B0A0B80BD852F6CDCBE83F48DB, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___PbeWithShaAnd2KeyTripleDesCbc = L_127; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___PbeWithShaAnd2KeyTripleDesCbc), (void*)L_127); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_128 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_128, _stringLiteral7CCAEC32B794736B9302E7DCD5B17ADD774C56FF, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___PbeWithShaAnd128BitRC2Cbc = L_128; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___PbeWithShaAnd128BitRC2Cbc), (void*)L_128); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_129 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_129, _stringLiteralC5E7D42EDAE9559779BB3995FE55D1EFD81E4E97, NULL); ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___PbewithShaAnd40BitRC2Cbc = L_129; Il2CppCodeGenWriteBarrier((void**)(&((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___PbewithShaAnd40BitRC2Cbc), (void*)L_129); 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 IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E* RsassaPssParameters_GetInstance_mF7DE349D488C3B9C1287FDE96653720A175848D8 (RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_obj; if (!L_0) { goto IL_000b; } } { RuntimeObject* L_1 = ___0_obj; if (!((RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E*)IsInstClass((RuntimeObject*)L_1, RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { RuntimeObject* L_2 = ___0_obj; return ((RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E*)CastclassClass((RuntimeObject*)L_2, RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_il2cpp_TypeInfo_var)); } IL_0012: { RuntimeObject* L_3 = ___0_obj; if (!((Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F*)IsInstClass((RuntimeObject*)L_3, Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F_il2cpp_TypeInfo_var))) { goto IL_0026; } } { RuntimeObject* L_4 = ___0_obj; RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E* L_5 = (RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E*)il2cpp_codegen_object_new(RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_il2cpp_TypeInfo_var); RsassaPssParameters__ctor_m60D7F7ECE15FE6B5800178711706BA7A4992C4F4(L_5, ((Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F*)CastclassClass((RuntimeObject*)L_4, Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F_il2cpp_TypeInfo_var)), NULL); return L_5; } IL_0026: { RuntimeObject* L_6 = ___0_obj; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t64AA9A0F22E3D706E15FD5F5481FAFA2ADD7B4AF_il2cpp_TypeInfo_var))); String_t* L_7; L_7 = Platform_GetTypeName_mF842E4498CA2DB0E9E412E90EA9FFFDCC16C2184(L_6, NULL); String_t* L_8; L_8 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral27002B9BE41A625217AB81BE1906E31855175FDD)), L_7, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_9 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_9, L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RsassaPssParameters_GetInstance_mF7DE349D488C3B9C1287FDE96653720A175848D8_RuntimeMethod_var))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RsassaPssParameters__ctor_m091083A454A888623D55D4289013DC1DE5569CCC (RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Asn1Encodable__ctor_m994F288BF3CC1369A52711A1CD9A6C893E5189FB(__this, NULL); il2cpp_codegen_runtime_class_init_inline(RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_il2cpp_TypeInfo_var); AlgorithmIdentifier_tB7FAF28C7C08EBE2705D43FF2F742AD5F097C305* L_0 = ((RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_StaticFields*)il2cpp_codegen_static_fields_for(RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_il2cpp_TypeInfo_var))->___DefaultHashAlgorithm; __this->___hashAlgorithm = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___hashAlgorithm), (void*)L_0); AlgorithmIdentifier_tB7FAF28C7C08EBE2705D43FF2F742AD5F097C305* L_1 = ((RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_StaticFields*)il2cpp_codegen_static_fields_for(RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_il2cpp_TypeInfo_var))->___DefaultMaskGenFunction; __this->___maskGenAlgorithm = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___maskGenAlgorithm), (void*)L_1); DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_2 = ((RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_StaticFields*)il2cpp_codegen_static_fields_for(RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_il2cpp_TypeInfo_var))->___DefaultSaltLength; __this->___saltLength = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___saltLength), (void*)L_2); DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_3 = ((RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_StaticFields*)il2cpp_codegen_static_fields_for(RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_il2cpp_TypeInfo_var))->___DefaultTrailerField; __this->___trailerField = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___trailerField), (void*)L_3); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RsassaPssParameters__ctor_m9C35136EFDAFA7E6383E940C1DEBA030DA8750A2 (RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E* __this, AlgorithmIdentifier_tB7FAF28C7C08EBE2705D43FF2F742AD5F097C305* ___0_hashAlgorithm, AlgorithmIdentifier_tB7FAF28C7C08EBE2705D43FF2F742AD5F097C305* ___1_maskGenAlgorithm, DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* ___2_saltLength, DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* ___3_trailerField, const RuntimeMethod* method) { { Asn1Encodable__ctor_m994F288BF3CC1369A52711A1CD9A6C893E5189FB(__this, NULL); AlgorithmIdentifier_tB7FAF28C7C08EBE2705D43FF2F742AD5F097C305* L_0 = ___0_hashAlgorithm; __this->___hashAlgorithm = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___hashAlgorithm), (void*)L_0); AlgorithmIdentifier_tB7FAF28C7C08EBE2705D43FF2F742AD5F097C305* L_1 = ___1_maskGenAlgorithm; __this->___maskGenAlgorithm = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___maskGenAlgorithm), (void*)L_1); DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_2 = ___2_saltLength; __this->___saltLength = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___saltLength), (void*)L_2); DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_3 = ___3_trailerField; __this->___trailerField = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___trailerField), (void*)L_3); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RsassaPssParameters__ctor_m60D7F7ECE15FE6B5800178711706BA7A4992C4F4 (RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E* __this, Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F* ___0_seq, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1TaggedObject_t2DB9C432DA4B3E13450CD1802214CD78B5DDD29F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Asn1TaggedObject_t2DB9C432DA4B3E13450CD1802214CD78B5DDD29F* V_1 = NULL; int32_t V_2 = 0; { Asn1Encodable__ctor_m994F288BF3CC1369A52711A1CD9A6C893E5189FB(__this, NULL); il2cpp_codegen_runtime_class_init_inline(RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_il2cpp_TypeInfo_var); AlgorithmIdentifier_tB7FAF28C7C08EBE2705D43FF2F742AD5F097C305* L_0 = ((RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_StaticFields*)il2cpp_codegen_static_fields_for(RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_il2cpp_TypeInfo_var))->___DefaultHashAlgorithm; __this->___hashAlgorithm = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___hashAlgorithm), (void*)L_0); AlgorithmIdentifier_tB7FAF28C7C08EBE2705D43FF2F742AD5F097C305* L_1 = ((RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_StaticFields*)il2cpp_codegen_static_fields_for(RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_il2cpp_TypeInfo_var))->___DefaultMaskGenFunction; __this->___maskGenAlgorithm = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___maskGenAlgorithm), (void*)L_1); DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_2 = ((RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_StaticFields*)il2cpp_codegen_static_fields_for(RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_il2cpp_TypeInfo_var))->___DefaultSaltLength; __this->___saltLength = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___saltLength), (void*)L_2); DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_3 = ((RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_StaticFields*)il2cpp_codegen_static_fields_for(RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_il2cpp_TypeInfo_var))->___DefaultTrailerField; __this->___trailerField = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___trailerField), (void*)L_3); V_0 = 0; goto IL_00ad; } IL_0036: { Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F* L_4 = ___0_seq; int32_t L_5 = V_0; NullCheck(L_4); Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* L_6; L_6 = VirtualFuncInvoker1< Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F*, int32_t >::Invoke(12, L_4, L_5); V_1 = ((Asn1TaggedObject_t2DB9C432DA4B3E13450CD1802214CD78B5DDD29F*)CastclassClass((RuntimeObject*)L_6, Asn1TaggedObject_t2DB9C432DA4B3E13450CD1802214CD78B5DDD29F_il2cpp_TypeInfo_var)); Asn1TaggedObject_t2DB9C432DA4B3E13450CD1802214CD78B5DDD29F* L_7 = V_1; NullCheck(L_7); int32_t L_8; L_8 = Asn1TaggedObject_get_TagNo_mBCA719C9A487DD649A2D144630CB4C2086070E42_inline(L_7, NULL); V_2 = L_8; int32_t L_9 = V_2; switch (L_9) { case 0: { goto IL_0062; } case 1: { goto IL_0071; } case 2: { goto IL_0080; } case 3: { goto IL_008f; } } } { goto IL_009e; } IL_0062: { Asn1TaggedObject_t2DB9C432DA4B3E13450CD1802214CD78B5DDD29F* L_10 = V_1; AlgorithmIdentifier_tB7FAF28C7C08EBE2705D43FF2F742AD5F097C305* L_11; L_11 = AlgorithmIdentifier_GetInstance_m16B6F1E29DE4A5375965D2171F698E71774395C9(L_10, (bool)1, NULL); __this->___hashAlgorithm = L_11; Il2CppCodeGenWriteBarrier((void**)(&__this->___hashAlgorithm), (void*)L_11); goto IL_00a9; } IL_0071: { Asn1TaggedObject_t2DB9C432DA4B3E13450CD1802214CD78B5DDD29F* L_12 = V_1; AlgorithmIdentifier_tB7FAF28C7C08EBE2705D43FF2F742AD5F097C305* L_13; L_13 = AlgorithmIdentifier_GetInstance_m16B6F1E29DE4A5375965D2171F698E71774395C9(L_12, (bool)1, NULL); __this->___maskGenAlgorithm = L_13; Il2CppCodeGenWriteBarrier((void**)(&__this->___maskGenAlgorithm), (void*)L_13); goto IL_00a9; } IL_0080: { Asn1TaggedObject_t2DB9C432DA4B3E13450CD1802214CD78B5DDD29F* L_14 = V_1; DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_15; L_15 = DerInteger_GetInstance_m75C5A48454C1935D90FA805BD4B59DE16F1794CB(L_14, (bool)1, NULL); __this->___saltLength = L_15; Il2CppCodeGenWriteBarrier((void**)(&__this->___saltLength), (void*)L_15); goto IL_00a9; } IL_008f: { Asn1TaggedObject_t2DB9C432DA4B3E13450CD1802214CD78B5DDD29F* L_16 = V_1; DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_17; L_17 = DerInteger_GetInstance_m75C5A48454C1935D90FA805BD4B59DE16F1794CB(L_16, (bool)1, NULL); __this->___trailerField = L_17; Il2CppCodeGenWriteBarrier((void**)(&__this->___trailerField), (void*)L_17); goto IL_00a9; } IL_009e: { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_18 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_18, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7B0F1283D6A3260688A2404E224C0BA061D279B3)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RsassaPssParameters__ctor_m60D7F7ECE15FE6B5800178711706BA7A4992C4F4_RuntimeMethod_var))); } IL_00a9: { int32_t L_19 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_19, 1)); } IL_00ad: { int32_t L_20 = V_0; Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F* L_21 = ___0_seq; NullCheck(L_21); int32_t L_22; L_22 = VirtualFuncInvoker0< int32_t >::Invoke(13, L_21); if ((!(((uint32_t)L_20) == ((uint32_t)L_22)))) { goto IL_0036; } } { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AlgorithmIdentifier_tB7FAF28C7C08EBE2705D43FF2F742AD5F097C305* RsassaPssParameters_get_HashAlgorithm_m0F78AE8424706E6B0521DB78907EF5E9B7C26ED5 (RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E* __this, const RuntimeMethod* method) { { AlgorithmIdentifier_tB7FAF28C7C08EBE2705D43FF2F742AD5F097C305* L_0 = __this->___hashAlgorithm; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AlgorithmIdentifier_tB7FAF28C7C08EBE2705D43FF2F742AD5F097C305* RsassaPssParameters_get_MaskGenAlgorithm_mD3D66D507E2264C77B5E42DADB169C3F19BCA4BA (RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E* __this, const RuntimeMethod* method) { { AlgorithmIdentifier_tB7FAF28C7C08EBE2705D43FF2F742AD5F097C305* L_0 = __this->___maskGenAlgorithm; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* RsassaPssParameters_get_SaltLength_m5716394D23751F77216181680C1C9F6A603D7DEE (RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E* __this, const RuntimeMethod* method) { { DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_0 = __this->___saltLength; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* RsassaPssParameters_get_TrailerField_mDEF09DB8CF2275D9B497D371FB1381E1BFCECCC8 (RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E* __this, const RuntimeMethod* method) { { DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_0 = __this->___trailerField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* RsassaPssParameters_ToAsn1Object_m792FDBF6B8E6E945B428A50B6E1EA33530C0904C (RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisAsn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F_m933F7CE0CA4DABD36041108B8148A34A6AFFE39D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t063B1A6AFFD4FBE34487D3EFADF2647A1D9D4EE9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7* V_0 = NULL; { Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28* L_0; L_0 = Array_Empty_TisAsn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F_m933F7CE0CA4DABD36041108B8148A34A6AFFE39D_inline(Array_Empty_TisAsn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F_m933F7CE0CA4DABD36041108B8148A34A6AFFE39D_RuntimeMethod_var); Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7* L_1 = (Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7*)il2cpp_codegen_object_new(Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_mCA8253A6579345E1A96C3183B984C85726FC2F77(L_1, L_0, NULL); V_0 = L_1; AlgorithmIdentifier_tB7FAF28C7C08EBE2705D43FF2F742AD5F097C305* L_2 = __this->___hashAlgorithm; il2cpp_codegen_runtime_class_init_inline(RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_il2cpp_TypeInfo_var); AlgorithmIdentifier_tB7FAF28C7C08EBE2705D43FF2F742AD5F097C305* L_3 = ((RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_StaticFields*)il2cpp_codegen_static_fields_for(RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_il2cpp_TypeInfo_var))->___DefaultHashAlgorithm; NullCheck(L_2); bool L_4; L_4 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0, L_2, L_3); if (L_4) { goto IL_0039; } } { Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7* L_5 = V_0; Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28* L_6 = (Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28*)(Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28*)SZArrayNew(Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28* L_7 = L_6; AlgorithmIdentifier_tB7FAF28C7C08EBE2705D43FF2F742AD5F097C305* L_8 = __this->___hashAlgorithm; DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824* L_9 = (DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824*)il2cpp_codegen_object_new(DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m549FD743801AB6E9A6CFA82EF43F7CCBB740633B(L_9, (bool)1, 0, L_8, NULL); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_9); (L_7)->SetAt(static_cast(0), (Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F*)L_9); NullCheck(L_5); Asn1EncodableVector_Add_m402CA435F0C9B0EF45A370C22F588B8101D75D03(L_5, L_7, NULL); } IL_0039: { AlgorithmIdentifier_tB7FAF28C7C08EBE2705D43FF2F742AD5F097C305* L_10 = __this->___maskGenAlgorithm; il2cpp_codegen_runtime_class_init_inline(RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_il2cpp_TypeInfo_var); AlgorithmIdentifier_tB7FAF28C7C08EBE2705D43FF2F742AD5F097C305* L_11 = ((RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_StaticFields*)il2cpp_codegen_static_fields_for(RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_il2cpp_TypeInfo_var))->___DefaultMaskGenFunction; NullCheck(L_10); bool L_12; L_12 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0, L_10, L_11); if (L_12) { goto IL_0067; } } { Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7* L_13 = V_0; Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28* L_14 = (Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28*)(Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28*)SZArrayNew(Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28* L_15 = L_14; AlgorithmIdentifier_tB7FAF28C7C08EBE2705D43FF2F742AD5F097C305* L_16 = __this->___maskGenAlgorithm; DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824* L_17 = (DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824*)il2cpp_codegen_object_new(DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m549FD743801AB6E9A6CFA82EF43F7CCBB740633B(L_17, (bool)1, 1, L_16, NULL); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_17); (L_15)->SetAt(static_cast(0), (Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F*)L_17); NullCheck(L_13); Asn1EncodableVector_Add_m402CA435F0C9B0EF45A370C22F588B8101D75D03(L_13, L_15, NULL); } IL_0067: { DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_18 = __this->___saltLength; il2cpp_codegen_runtime_class_init_inline(RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_il2cpp_TypeInfo_var); DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_19 = ((RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_StaticFields*)il2cpp_codegen_static_fields_for(RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_il2cpp_TypeInfo_var))->___DefaultSaltLength; NullCheck(L_18); bool L_20; L_20 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0, L_18, L_19); if (L_20) { goto IL_0095; } } { Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7* L_21 = V_0; Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28* L_22 = (Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28*)(Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28*)SZArrayNew(Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28* L_23 = L_22; DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_24 = __this->___saltLength; DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824* L_25 = (DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824*)il2cpp_codegen_object_new(DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m549FD743801AB6E9A6CFA82EF43F7CCBB740633B(L_25, (bool)1, 2, L_24, NULL); NullCheck(L_23); ArrayElementTypeCheck (L_23, L_25); (L_23)->SetAt(static_cast(0), (Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F*)L_25); NullCheck(L_21); Asn1EncodableVector_Add_m402CA435F0C9B0EF45A370C22F588B8101D75D03(L_21, L_23, NULL); } IL_0095: { DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_26 = __this->___trailerField; il2cpp_codegen_runtime_class_init_inline(RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_il2cpp_TypeInfo_var); DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_27 = ((RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_StaticFields*)il2cpp_codegen_static_fields_for(RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_il2cpp_TypeInfo_var))->___DefaultTrailerField; NullCheck(L_26); bool L_28; L_28 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0, L_26, L_27); if (L_28) { goto IL_00c3; } } { Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7* L_29 = V_0; Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28* L_30 = (Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28*)(Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28*)SZArrayNew(Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28* L_31 = L_30; DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_32 = __this->___trailerField; DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824* L_33 = (DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824*)il2cpp_codegen_object_new(DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m549FD743801AB6E9A6CFA82EF43F7CCBB740633B(L_33, (bool)1, 3, L_32, NULL); NullCheck(L_31); ArrayElementTypeCheck (L_31, L_33); (L_31)->SetAt(static_cast(0), (Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F*)L_33); NullCheck(L_29); Asn1EncodableVector_Add_m402CA435F0C9B0EF45A370C22F588B8101D75D03(L_29, L_31, NULL); } IL_00c3: { Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7* L_34 = V_0; DerSequence_t063B1A6AFFD4FBE34487D3EFADF2647A1D9D4EE9* L_35 = (DerSequence_t063B1A6AFFD4FBE34487D3EFADF2647A1D9D4EE9*)il2cpp_codegen_object_new(DerSequence_t063B1A6AFFD4FBE34487D3EFADF2647A1D9D4EE9_il2cpp_TypeInfo_var); DerSequence__ctor_m1159490D2849C1A9F592CF5CE22E2D8089DE05C4(L_35, L_34, NULL); return L_35; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RsassaPssParameters__cctor_m424CB1E8CA40406DCAF68EE675DF09AEB02D9B8E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AlgorithmIdentifier_tB7FAF28C7C08EBE2705D43FF2F742AD5F097C305_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerNull_tD28AD95E1B53999E1E56CEDEB2FF22F52F152AE7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_il2cpp_TypeInfo_var); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_0 = ((OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_StaticFields*)il2cpp_codegen_static_fields_for(OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_il2cpp_TypeInfo_var))->___IdSha1; il2cpp_codegen_runtime_class_init_inline(DerNull_tD28AD95E1B53999E1E56CEDEB2FF22F52F152AE7_il2cpp_TypeInfo_var); DerNull_tD28AD95E1B53999E1E56CEDEB2FF22F52F152AE7* L_1 = ((DerNull_tD28AD95E1B53999E1E56CEDEB2FF22F52F152AE7_StaticFields*)il2cpp_codegen_static_fields_for(DerNull_tD28AD95E1B53999E1E56CEDEB2FF22F52F152AE7_il2cpp_TypeInfo_var))->___Instance; AlgorithmIdentifier_tB7FAF28C7C08EBE2705D43FF2F742AD5F097C305* L_2 = (AlgorithmIdentifier_tB7FAF28C7C08EBE2705D43FF2F742AD5F097C305*)il2cpp_codegen_object_new(AlgorithmIdentifier_tB7FAF28C7C08EBE2705D43FF2F742AD5F097C305_il2cpp_TypeInfo_var); AlgorithmIdentifier__ctor_mEBE3722F4252B45D3B78FD68CEF956A4578FA7CE(L_2, L_0, L_1, NULL); ((RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_StaticFields*)il2cpp_codegen_static_fields_for(RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_il2cpp_TypeInfo_var))->___DefaultHashAlgorithm = L_2; Il2CppCodeGenWriteBarrier((void**)(&((RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_StaticFields*)il2cpp_codegen_static_fields_for(RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_il2cpp_TypeInfo_var))->___DefaultHashAlgorithm), (void*)L_2); il2cpp_codegen_runtime_class_init_inline(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_3 = ((PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_tA1E6A52929F5ABFF555C5A34CC8AD632CDBF6C23_il2cpp_TypeInfo_var))->___IdMgf1; AlgorithmIdentifier_tB7FAF28C7C08EBE2705D43FF2F742AD5F097C305* L_4 = ((RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_StaticFields*)il2cpp_codegen_static_fields_for(RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_il2cpp_TypeInfo_var))->___DefaultHashAlgorithm; AlgorithmIdentifier_tB7FAF28C7C08EBE2705D43FF2F742AD5F097C305* L_5 = (AlgorithmIdentifier_tB7FAF28C7C08EBE2705D43FF2F742AD5F097C305*)il2cpp_codegen_object_new(AlgorithmIdentifier_tB7FAF28C7C08EBE2705D43FF2F742AD5F097C305_il2cpp_TypeInfo_var); AlgorithmIdentifier__ctor_mEBE3722F4252B45D3B78FD68CEF956A4578FA7CE(L_5, L_3, L_4, NULL); ((RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_StaticFields*)il2cpp_codegen_static_fields_for(RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_il2cpp_TypeInfo_var))->___DefaultMaskGenFunction = L_5; Il2CppCodeGenWriteBarrier((void**)(&((RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_StaticFields*)il2cpp_codegen_static_fields_for(RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_il2cpp_TypeInfo_var))->___DefaultMaskGenFunction), (void*)L_5); DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_6 = (DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F*)il2cpp_codegen_object_new(DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F_il2cpp_TypeInfo_var); DerInteger__ctor_mF1049AA6BC75779BFA0B447401D8CDD39968B966(L_6, ((int32_t)20), NULL); ((RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_StaticFields*)il2cpp_codegen_static_fields_for(RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_il2cpp_TypeInfo_var))->___DefaultSaltLength = L_6; Il2CppCodeGenWriteBarrier((void**)(&((RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_StaticFields*)il2cpp_codegen_static_fields_for(RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_il2cpp_TypeInfo_var))->___DefaultSaltLength), (void*)L_6); DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_7 = (DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F*)il2cpp_codegen_object_new(DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F_il2cpp_TypeInfo_var); DerInteger__ctor_mF1049AA6BC75779BFA0B447401D8CDD39968B966(L_7, 1, NULL); ((RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_StaticFields*)il2cpp_codegen_static_fields_for(RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_il2cpp_TypeInfo_var))->___DefaultTrailerField = L_7; Il2CppCodeGenWriteBarrier((void**)(&((RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_StaticFields*)il2cpp_codegen_static_fields_for(RsassaPssParameters_t2293F1CBCED4F0DD85AE706CEEC5704116B6C51E_il2cpp_TypeInfo_var))->___DefaultTrailerField), (void*)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 IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SignedData_tA582076CFABFD374D5ED817E137C0A9927358FB8* SignedData_GetInstance_m1B760513DF731339DB9ADADA4B4A848537DA216D (RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SignedData_tA582076CFABFD374D5ED817E137C0A9927358FB8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SignedData_tA582076CFABFD374D5ED817E137C0A9927358FB8* V_0 = NULL; { RuntimeObject* L_0 = ___0_obj; if (L_0) { goto IL_0005; } } { return (SignedData_tA582076CFABFD374D5ED817E137C0A9927358FB8*)NULL; } IL_0005: { RuntimeObject* L_1 = ___0_obj; V_0 = ((SignedData_tA582076CFABFD374D5ED817E137C0A9927358FB8*)IsInstClass((RuntimeObject*)L_1, SignedData_tA582076CFABFD374D5ED817E137C0A9927358FB8_il2cpp_TypeInfo_var)); SignedData_tA582076CFABFD374D5ED817E137C0A9927358FB8* L_2 = V_0; if (!L_2) { goto IL_0011; } } { SignedData_tA582076CFABFD374D5ED817E137C0A9927358FB8* L_3 = V_0; return L_3; } IL_0011: { RuntimeObject* L_4 = ___0_obj; Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F* L_5; L_5 = Asn1Sequence_GetInstance_m5E5B70545495C886C5B61D22EF062EF957D7577A(L_4, NULL); SignedData_tA582076CFABFD374D5ED817E137C0A9927358FB8* L_6 = (SignedData_tA582076CFABFD374D5ED817E137C0A9927358FB8*)il2cpp_codegen_object_new(SignedData_tA582076CFABFD374D5ED817E137C0A9927358FB8_il2cpp_TypeInfo_var); SignedData__ctor_m29050F9BA6B0DC6D10080A6E2AC46CD89AE95858(L_6, L_5, NULL); return L_6; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignedData__ctor_m3D309E07AAC6901C55C8D1F9FA2C92965598A47D (SignedData_tA582076CFABFD374D5ED817E137C0A9927358FB8* __this, DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* ___0__version, Asn1Set_t494EEDAAC79092E9DE489F3EA6DE50A290A13C72* ___1__digestAlgorithms, ContentInfo_tD2BFAFA440E3F2698B4DE6653065397E465ADE0C* ___2__contentInfo, Asn1Set_t494EEDAAC79092E9DE489F3EA6DE50A290A13C72* ___3__certificates, Asn1Set_t494EEDAAC79092E9DE489F3EA6DE50A290A13C72* ___4__crls, Asn1Set_t494EEDAAC79092E9DE489F3EA6DE50A290A13C72* ___5__signerInfos, const RuntimeMethod* method) { { Asn1Encodable__ctor_m994F288BF3CC1369A52711A1CD9A6C893E5189FB(__this, NULL); DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_0 = ___0__version; __this->___version = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___version), (void*)L_0); Asn1Set_t494EEDAAC79092E9DE489F3EA6DE50A290A13C72* L_1 = ___1__digestAlgorithms; __this->___digestAlgorithms = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___digestAlgorithms), (void*)L_1); ContentInfo_tD2BFAFA440E3F2698B4DE6653065397E465ADE0C* L_2 = ___2__contentInfo; __this->___contentInfo = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___contentInfo), (void*)L_2); Asn1Set_t494EEDAAC79092E9DE489F3EA6DE50A290A13C72* L_3 = ___3__certificates; __this->___certificates = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___certificates), (void*)L_3); Asn1Set_t494EEDAAC79092E9DE489F3EA6DE50A290A13C72* L_4 = ___4__crls; __this->___crls = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___crls), (void*)L_4); Asn1Set_t494EEDAAC79092E9DE489F3EA6DE50A290A13C72* L_5 = ___5__signerInfos; __this->___signerInfos = L_5; Il2CppCodeGenWriteBarrier((void**)(&__this->___signerInfos), (void*)L_5); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignedData__ctor_m29050F9BA6B0DC6D10080A6E2AC46CD89AE95858 (SignedData_tA582076CFABFD374D5ED817E137C0A9927358FB8* __this, Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F* ___0_seq, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Set_t494EEDAAC79092E9DE489F3EA6DE50A290A13C72_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* V_1 = NULL; DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; { Asn1Encodable__ctor_m994F288BF3CC1369A52711A1CD9A6C893E5189FB(__this, NULL); Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F* L_0 = ___0_seq; NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(10, L_0); V_0 = L_1; RuntimeObject* L_2 = V_0; NullCheck(L_2); bool L_3; L_3 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_2); RuntimeObject* L_4 = V_0; NullCheck(L_4); RuntimeObject* L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_4); __this->___version = ((DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F*)CastclassClass((RuntimeObject*)L_5, DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((void**)(&__this->___version), (void*)((DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F*)CastclassClass((RuntimeObject*)L_5, DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F_il2cpp_TypeInfo_var))); RuntimeObject* L_6 = V_0; NullCheck(L_6); bool L_7; L_7 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_6); RuntimeObject* L_8 = V_0; NullCheck(L_8); RuntimeObject* L_9; L_9 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_8); __this->___digestAlgorithms = ((Asn1Set_t494EEDAAC79092E9DE489F3EA6DE50A290A13C72*)CastclassClass((RuntimeObject*)L_9, Asn1Set_t494EEDAAC79092E9DE489F3EA6DE50A290A13C72_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((void**)(&__this->___digestAlgorithms), (void*)((Asn1Set_t494EEDAAC79092E9DE489F3EA6DE50A290A13C72*)CastclassClass((RuntimeObject*)L_9, Asn1Set_t494EEDAAC79092E9DE489F3EA6DE50A290A13C72_il2cpp_TypeInfo_var))); RuntimeObject* L_10 = V_0; NullCheck(L_10); bool L_11; L_11 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_10); RuntimeObject* L_12 = V_0; NullCheck(L_12); RuntimeObject* L_13; L_13 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_12); ContentInfo_tD2BFAFA440E3F2698B4DE6653065397E465ADE0C* L_14; L_14 = ContentInfo_GetInstance_mA275D31E4A0E17F8ACD5BBDB2085D0656657EF6D(L_13, NULL); __this->___contentInfo = L_14; Il2CppCodeGenWriteBarrier((void**)(&__this->___contentInfo), (void*)L_14); goto IL_00cb; } IL_0057: { RuntimeObject* L_15 = V_0; NullCheck(L_15); RuntimeObject* L_16; L_16 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_15); V_1 = ((Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D*)CastclassClass((RuntimeObject*)L_16, Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D_il2cpp_TypeInfo_var)); Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_17 = V_1; if (!((DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824*)IsInstClass((RuntimeObject*)L_17, DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824_il2cpp_TypeInfo_var))) { goto IL_00bf; } } { Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_18 = V_1; V_2 = ((DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824*)CastclassClass((RuntimeObject*)L_18, DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824_il2cpp_TypeInfo_var)); DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824* L_19 = V_2; NullCheck(L_19); int32_t L_20; L_20 = Asn1TaggedObject_get_TagNo_mBCA719C9A487DD649A2D144630CB4C2086070E42_inline(L_19, NULL); V_3 = L_20; int32_t L_21 = V_3; if (!L_21) { goto IL_0082; } } { int32_t L_22 = V_3; if ((((int32_t)L_22) == ((int32_t)1))) { goto IL_0091; } } { goto IL_00a0; } IL_0082: { DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824* L_23 = V_2; Asn1Set_t494EEDAAC79092E9DE489F3EA6DE50A290A13C72* L_24; L_24 = Asn1Set_GetInstance_m3DDB0E17923D94DCD12C10C4B491EAD8CEDED5AF(L_23, (bool)0, NULL); __this->___certificates = L_24; Il2CppCodeGenWriteBarrier((void**)(&__this->___certificates), (void*)L_24); goto IL_00cb; } IL_0091: { DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824* L_25 = V_2; Asn1Set_t494EEDAAC79092E9DE489F3EA6DE50A290A13C72* L_26; L_26 = Asn1Set_GetInstance_m3DDB0E17923D94DCD12C10C4B491EAD8CEDED5AF(L_25, (bool)0, NULL); __this->___crls = L_26; Il2CppCodeGenWriteBarrier((void**)(&__this->___crls), (void*)L_26); goto IL_00cb; } IL_00a0: { DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824* L_27 = V_2; NullCheck(L_27); int32_t L_28; L_28 = Asn1TaggedObject_get_TagNo_mBCA719C9A487DD649A2D144630CB4C2086070E42_inline(L_27, NULL); V_4 = L_28; String_t* L_29; L_29 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_4), NULL); String_t* L_30; L_30 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07FB947A70C3A629DFE896799EBA6F3D465B4AD3)), L_29, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_31 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_31, L_30, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_31, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SignedData__ctor_m29050F9BA6B0DC6D10080A6E2AC46CD89AE95858_RuntimeMethod_var))); } IL_00bf: { Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_32 = V_1; __this->___signerInfos = ((Asn1Set_t494EEDAAC79092E9DE489F3EA6DE50A290A13C72*)CastclassClass((RuntimeObject*)L_32, Asn1Set_t494EEDAAC79092E9DE489F3EA6DE50A290A13C72_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((void**)(&__this->___signerInfos), (void*)((Asn1Set_t494EEDAAC79092E9DE489F3EA6DE50A290A13C72*)CastclassClass((RuntimeObject*)L_32, Asn1Set_t494EEDAAC79092E9DE489F3EA6DE50A290A13C72_il2cpp_TypeInfo_var))); } IL_00cb: { RuntimeObject* L_33 = V_0; NullCheck(L_33); bool L_34; L_34 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_33); if (L_34) { goto IL_0057; } } { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* SignedData_get_Version_m0952040D9864BE37FE3346494A562027F2E00437 (SignedData_tA582076CFABFD374D5ED817E137C0A9927358FB8* __this, const RuntimeMethod* method) { { DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_0 = __this->___version; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Set_t494EEDAAC79092E9DE489F3EA6DE50A290A13C72* SignedData_get_DigestAlgorithms_m8E7EADFEA312B7C86BD437C12CB2B5BBCAFBC0B2 (SignedData_tA582076CFABFD374D5ED817E137C0A9927358FB8* __this, const RuntimeMethod* method) { { Asn1Set_t494EEDAAC79092E9DE489F3EA6DE50A290A13C72* L_0 = __this->___digestAlgorithms; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContentInfo_tD2BFAFA440E3F2698B4DE6653065397E465ADE0C* SignedData_get_ContentInfo_mEA4374C1B1529293F829DCEFF35A489978E2B5A3 (SignedData_tA582076CFABFD374D5ED817E137C0A9927358FB8* __this, const RuntimeMethod* method) { { ContentInfo_tD2BFAFA440E3F2698B4DE6653065397E465ADE0C* L_0 = __this->___contentInfo; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Set_t494EEDAAC79092E9DE489F3EA6DE50A290A13C72* SignedData_get_Certificates_m28E3CB4A6CD2B2A4FCFE30A8AD00EF47FF992D63 (SignedData_tA582076CFABFD374D5ED817E137C0A9927358FB8* __this, const RuntimeMethod* method) { { Asn1Set_t494EEDAAC79092E9DE489F3EA6DE50A290A13C72* L_0 = __this->___certificates; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Set_t494EEDAAC79092E9DE489F3EA6DE50A290A13C72* SignedData_get_Crls_mBDAF486184E308D57E8BCC1185DF2C2DF8AC9EC9 (SignedData_tA582076CFABFD374D5ED817E137C0A9927358FB8* __this, const RuntimeMethod* method) { { Asn1Set_t494EEDAAC79092E9DE489F3EA6DE50A290A13C72* L_0 = __this->___crls; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Set_t494EEDAAC79092E9DE489F3EA6DE50A290A13C72* SignedData_get_SignerInfos_mFD95C1F886AB67505CFF2E16ED89E4BB1A458D0F (SignedData_tA582076CFABFD374D5ED817E137C0A9927358FB8* __this, const RuntimeMethod* method) { { Asn1Set_t494EEDAAC79092E9DE489F3EA6DE50A290A13C72* L_0 = __this->___signerInfos; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* SignedData_ToAsn1Object_m255375F476FF8041045FEEC5906094E7852203E4 (SignedData_tA582076CFABFD374D5ED817E137C0A9927358FB8* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BerSequence_tB88A0A5044A2FFBB1706EF58F8541EDA15950DBA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7* V_0 = NULL; { Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28* L_0 = (Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28*)(Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28*)SZArrayNew(Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28_il2cpp_TypeInfo_var, (uint32_t)3); Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28* L_1 = L_0; DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_2 = __this->___version; NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F*)L_2); Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28* L_3 = L_1; Asn1Set_t494EEDAAC79092E9DE489F3EA6DE50A290A13C72* L_4 = __this->___digestAlgorithms; NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(1), (Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F*)L_4); Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28* L_5 = L_3; ContentInfo_tD2BFAFA440E3F2698B4DE6653065397E465ADE0C* L_6 = __this->___contentInfo; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(2), (Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F*)L_6); Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7* L_7 = (Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7*)il2cpp_codegen_object_new(Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_mCA8253A6579345E1A96C3183B984C85726FC2F77(L_7, L_5, NULL); V_0 = L_7; Asn1Set_t494EEDAAC79092E9DE489F3EA6DE50A290A13C72* L_8 = __this->___certificates; if (!L_8) { goto IL_004b; } } { Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7* L_9 = V_0; Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28* L_10 = (Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28*)(Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28*)SZArrayNew(Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28* L_11 = L_10; Asn1Set_t494EEDAAC79092E9DE489F3EA6DE50A290A13C72* L_12 = __this->___certificates; DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824* L_13 = (DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824*)il2cpp_codegen_object_new(DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m549FD743801AB6E9A6CFA82EF43F7CCBB740633B(L_13, (bool)0, 0, L_12, NULL); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_13); (L_11)->SetAt(static_cast(0), (Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F*)L_13); NullCheck(L_9); Asn1EncodableVector_Add_m402CA435F0C9B0EF45A370C22F588B8101D75D03(L_9, L_11, NULL); } IL_004b: { Asn1Set_t494EEDAAC79092E9DE489F3EA6DE50A290A13C72* L_14 = __this->___crls; if (!L_14) { goto IL_006f; } } { Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7* L_15 = V_0; Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28* L_16 = (Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28*)(Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28*)SZArrayNew(Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28* L_17 = L_16; Asn1Set_t494EEDAAC79092E9DE489F3EA6DE50A290A13C72* L_18 = __this->___crls; DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824* L_19 = (DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824*)il2cpp_codegen_object_new(DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m549FD743801AB6E9A6CFA82EF43F7CCBB740633B(L_19, (bool)0, 1, L_18, NULL); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_19); (L_17)->SetAt(static_cast(0), (Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F*)L_19); NullCheck(L_15); Asn1EncodableVector_Add_m402CA435F0C9B0EF45A370C22F588B8101D75D03(L_15, L_17, NULL); } IL_006f: { Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7* L_20 = V_0; Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28* L_21 = (Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28*)(Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28*)SZArrayNew(Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28* L_22 = L_21; Asn1Set_t494EEDAAC79092E9DE489F3EA6DE50A290A13C72* L_23 = __this->___signerInfos; NullCheck(L_22); ArrayElementTypeCheck (L_22, L_23); (L_22)->SetAt(static_cast(0), (Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F*)L_23); NullCheck(L_20); Asn1EncodableVector_Add_m402CA435F0C9B0EF45A370C22F588B8101D75D03(L_20, L_22, NULL); Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7* L_24 = V_0; BerSequence_tB88A0A5044A2FFBB1706EF58F8541EDA15950DBA* L_25 = (BerSequence_tB88A0A5044A2FFBB1706EF58F8541EDA15950DBA*)il2cpp_codegen_object_new(BerSequence_tB88A0A5044A2FFBB1706EF58F8541EDA15950DBA_il2cpp_TypeInfo_var); BerSequence__ctor_m10DB680B2449FB6FA531BF339507F80E29D012F9(L_25, L_24, NULL); return L_25; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ElGamalParameter__ctor_m9AD2535E818C62AA9B92C9A6E135936A68D17627 (ElGamalParameter_tE33474843935575E9423BDDF43DF46D405D1E098* __this, BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___0_p, BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___1_g, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Asn1Encodable__ctor_m994F288BF3CC1369A52711A1CD9A6C893E5189FB(__this, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_0 = ___0_p; DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_1 = (DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F*)il2cpp_codegen_object_new(DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F_il2cpp_TypeInfo_var); DerInteger__ctor_m68299D63775369AA6716B2829E3FE00B744EB59A(L_1, L_0, NULL); __this->___p = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___p), (void*)L_1); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_2 = ___1_g; DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_3 = (DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F*)il2cpp_codegen_object_new(DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F_il2cpp_TypeInfo_var); DerInteger__ctor_m68299D63775369AA6716B2829E3FE00B744EB59A(L_3, L_2, NULL); __this->___g = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___g), (void*)L_3); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ElGamalParameter__ctor_m101BD676AAD7D3CD1504457542FED0986229BFC7 (ElGamalParameter_tE33474843935575E9423BDDF43DF46D405D1E098* __this, Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F* ___0_seq, const RuntimeMethod* method) { { Asn1Encodable__ctor_m994F288BF3CC1369A52711A1CD9A6C893E5189FB(__this, NULL); Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F* L_0 = ___0_seq; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(13, L_0); if ((((int32_t)L_1) == ((int32_t)2))) { goto IL_001f; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral04C8B9CA601D09C92B620D508D19F994619B6489)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral24C049E512CD1B48036BD162FF63700A57CA3469)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ElGamalParameter__ctor_m101BD676AAD7D3CD1504457542FED0986229BFC7_RuntimeMethod_var))); } IL_001f: { Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F* L_3 = ___0_seq; NullCheck(L_3); Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* L_4; L_4 = VirtualFuncInvoker1< Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F*, int32_t >::Invoke(12, L_3, 0); DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_5; L_5 = DerInteger_GetInstance_mF86363D7BC79B2E7974B304FA0F52CDEB09F85C2(L_4, NULL); __this->___p = L_5; Il2CppCodeGenWriteBarrier((void**)(&__this->___p), (void*)L_5); Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F* L_6 = ___0_seq; NullCheck(L_6); Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* L_7; L_7 = VirtualFuncInvoker1< Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F*, int32_t >::Invoke(12, L_6, 1); DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_8; L_8 = DerInteger_GetInstance_mF86363D7BC79B2E7974B304FA0F52CDEB09F85C2(L_7, NULL); __this->___g = L_8; Il2CppCodeGenWriteBarrier((void**)(&__this->___g), (void*)L_8); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ElGamalParameter_get_P_m224097392E86B76EE012674FDBCD5BE5F3F13EC1 (ElGamalParameter_tE33474843935575E9423BDDF43DF46D405D1E098* __this, const RuntimeMethod* method) { { DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_0 = __this->___p; NullCheck(L_0); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1; L_1 = DerInteger_get_PositiveValue_m737FB2EDA7ABE286D12B2F4337B1EC6AB2506CCC(L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ElGamalParameter_get_G_m33FFD5977AF27D3D20B9532176DD32569591BF17 (ElGamalParameter_tE33474843935575E9423BDDF43DF46D405D1E098* __this, const RuntimeMethod* method) { { DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_0 = __this->___g; NullCheck(L_0); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1; L_1 = DerInteger_get_PositiveValue_m737FB2EDA7ABE286D12B2F4337B1EC6AB2506CCC(L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* ElGamalParameter_ToAsn1Object_m74105EEFAB9E28DD5625EB30209C915159991226 (ElGamalParameter_tE33474843935575E9423BDDF43DF46D405D1E098* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t063B1A6AFFD4FBE34487D3EFADF2647A1D9D4EE9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28* L_0 = (Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28*)(Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28*)SZArrayNew(Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28_il2cpp_TypeInfo_var, (uint32_t)2); Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28* L_1 = L_0; DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_2 = __this->___p; NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F*)L_2); Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28* L_3 = L_1; DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_4 = __this->___g; NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(1), (Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F*)L_4); DerSequence_t063B1A6AFFD4FBE34487D3EFADF2647A1D9D4EE9* L_5 = (DerSequence_t063B1A6AFFD4FBE34487D3EFADF2647A1D9D4EE9*)il2cpp_codegen_object_new(DerSequence_t063B1A6AFFD4FBE34487D3EFADF2647A1D9D4EE9_il2cpp_TypeInfo_var); DerSequence__ctor_m27D12EF3B51D8990FF98BB836B7C5884ACCCDCF9(L_5, L_3, NULL); return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OiwObjectIdentifiers__ctor_m7CA998CA44A756E8151D0A37FB80AA30F9859D28 (OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OiwObjectIdentifiers__cctor_mB3488410B54DE3C046D716F9B13E6570CF779703 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0CBADE8543F92DF670C549BE1A3C836260EAD8FD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral41AC59436ABDF96247BD0209E60D527914A1C1F8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4EC7F61635C4293656DB96EBC0B013ECCD9A52E7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6197DEE7C9F3E81A9AFEBA66F124EDC7A0216A5E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9A12021E1E1850DBED762F93F651DB311B213542); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CD944CC2F94D393A85A2E0420941DCD6622DA70); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAFB136EC3D9B9F55791281FAE7CDE7EFA6370E3E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB16364632FFDA7CF8AB0EF198C603812CB7ECD94); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCBCF9A0C616BF28F37201490894BD1EAEE790999); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDAC8159E4A2EFDD9F6B375FC8448887EB86937BF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE27D70570057EEB69471B3E996AED335575A5767); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE7F2002E39D5228A8496A82B1F7CAC32E1BD0715); s_Il2CppMethodInitialized = true; } { DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_0 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_0, _stringLiteralCBCF9A0C616BF28F37201490894BD1EAEE790999, NULL); ((OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_StaticFields*)il2cpp_codegen_static_fields_for(OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_il2cpp_TypeInfo_var))->___MD4WithRsa = L_0; Il2CppCodeGenWriteBarrier((void**)(&((OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_StaticFields*)il2cpp_codegen_static_fields_for(OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_il2cpp_TypeInfo_var))->___MD4WithRsa), (void*)L_0); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_1 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_1, _stringLiteral9A12021E1E1850DBED762F93F651DB311B213542, NULL); ((OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_StaticFields*)il2cpp_codegen_static_fields_for(OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_il2cpp_TypeInfo_var))->___MD5WithRsa = L_1; Il2CppCodeGenWriteBarrier((void**)(&((OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_StaticFields*)il2cpp_codegen_static_fields_for(OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_il2cpp_TypeInfo_var))->___MD5WithRsa), (void*)L_1); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_2 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_2, _stringLiteral9CD944CC2F94D393A85A2E0420941DCD6622DA70, NULL); ((OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_StaticFields*)il2cpp_codegen_static_fields_for(OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_il2cpp_TypeInfo_var))->___MD4WithRsaEncryption = L_2; Il2CppCodeGenWriteBarrier((void**)(&((OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_StaticFields*)il2cpp_codegen_static_fields_for(OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_il2cpp_TypeInfo_var))->___MD4WithRsaEncryption), (void*)L_2); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_3 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_3, _stringLiteralAFB136EC3D9B9F55791281FAE7CDE7EFA6370E3E, NULL); ((OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_StaticFields*)il2cpp_codegen_static_fields_for(OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_il2cpp_TypeInfo_var))->___DesEcb = L_3; Il2CppCodeGenWriteBarrier((void**)(&((OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_StaticFields*)il2cpp_codegen_static_fields_for(OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_il2cpp_TypeInfo_var))->___DesEcb), (void*)L_3); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_4 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_4, _stringLiteralDAC8159E4A2EFDD9F6B375FC8448887EB86937BF, NULL); ((OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_StaticFields*)il2cpp_codegen_static_fields_for(OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_il2cpp_TypeInfo_var))->___DesCbc = L_4; Il2CppCodeGenWriteBarrier((void**)(&((OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_StaticFields*)il2cpp_codegen_static_fields_for(OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_il2cpp_TypeInfo_var))->___DesCbc), (void*)L_4); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_5 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_5, _stringLiteral6197DEE7C9F3E81A9AFEBA66F124EDC7A0216A5E, NULL); ((OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_StaticFields*)il2cpp_codegen_static_fields_for(OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_il2cpp_TypeInfo_var))->___DesOfb = L_5; Il2CppCodeGenWriteBarrier((void**)(&((OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_StaticFields*)il2cpp_codegen_static_fields_for(OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_il2cpp_TypeInfo_var))->___DesOfb), (void*)L_5); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_6 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_6, _stringLiteralE27D70570057EEB69471B3E996AED335575A5767, NULL); ((OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_StaticFields*)il2cpp_codegen_static_fields_for(OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_il2cpp_TypeInfo_var))->___DesCfb = L_6; Il2CppCodeGenWriteBarrier((void**)(&((OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_StaticFields*)il2cpp_codegen_static_fields_for(OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_il2cpp_TypeInfo_var))->___DesCfb), (void*)L_6); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_7 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_7, _stringLiteral4EC7F61635C4293656DB96EBC0B013ECCD9A52E7, NULL); ((OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_StaticFields*)il2cpp_codegen_static_fields_for(OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_il2cpp_TypeInfo_var))->___DesEde = L_7; Il2CppCodeGenWriteBarrier((void**)(&((OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_StaticFields*)il2cpp_codegen_static_fields_for(OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_il2cpp_TypeInfo_var))->___DesEde), (void*)L_7); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_8 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_8, _stringLiteralB16364632FFDA7CF8AB0EF198C603812CB7ECD94, NULL); ((OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_StaticFields*)il2cpp_codegen_static_fields_for(OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_il2cpp_TypeInfo_var))->___IdSha1 = L_8; Il2CppCodeGenWriteBarrier((void**)(&((OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_StaticFields*)il2cpp_codegen_static_fields_for(OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_il2cpp_TypeInfo_var))->___IdSha1), (void*)L_8); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_9 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_9, _stringLiteral0CBADE8543F92DF670C549BE1A3C836260EAD8FD, NULL); ((OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_StaticFields*)il2cpp_codegen_static_fields_for(OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_il2cpp_TypeInfo_var))->___DsaWithSha1 = L_9; Il2CppCodeGenWriteBarrier((void**)(&((OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_StaticFields*)il2cpp_codegen_static_fields_for(OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_il2cpp_TypeInfo_var))->___DsaWithSha1), (void*)L_9); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_10 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_10, _stringLiteralE7F2002E39D5228A8496A82B1F7CAC32E1BD0715, NULL); ((OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_StaticFields*)il2cpp_codegen_static_fields_for(OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_il2cpp_TypeInfo_var))->___Sha1WithRsa = L_10; Il2CppCodeGenWriteBarrier((void**)(&((OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_StaticFields*)il2cpp_codegen_static_fields_for(OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_il2cpp_TypeInfo_var))->___Sha1WithRsa), (void*)L_10); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_11 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_11, _stringLiteral41AC59436ABDF96247BD0209E60D527914A1C1F8, NULL); ((OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_StaticFields*)il2cpp_codegen_static_fields_for(OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_il2cpp_TypeInfo_var))->___ElGamalAlgorithm = L_11; Il2CppCodeGenWriteBarrier((void**)(&((OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_StaticFields*)il2cpp_codegen_static_fields_for(OiwObjectIdentifiers_t0BD285319DB304A145416947FF876189A5C57833_il2cpp_TypeInfo_var))->___ElGamalAlgorithm), (void*)L_11); 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 IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OcspResponse_t99C28B1CAC9352F72037B40166833E8AF58DF2D4* OcspResponse_GetInstance_mB897151CBBE52A9252445D8F36E7F68473F2CD7F (Asn1TaggedObject_t2DB9C432DA4B3E13450CD1802214CD78B5DDD29F* ___0_obj, bool ___1_explicitly, const RuntimeMethod* method) { { Asn1TaggedObject_t2DB9C432DA4B3E13450CD1802214CD78B5DDD29F* L_0 = ___0_obj; bool L_1 = ___1_explicitly; Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F* L_2; L_2 = Asn1Sequence_GetInstance_m21C91F7A6E3F7C6039D522FC39FAF1FF8C0A88A6(L_0, L_1, NULL); OcspResponse_t99C28B1CAC9352F72037B40166833E8AF58DF2D4* L_3; L_3 = OcspResponse_GetInstance_m2E5FF54352D0B84B0F92762DD436A321E0044B0D(L_2, NULL); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OcspResponse_t99C28B1CAC9352F72037B40166833E8AF58DF2D4* OcspResponse_GetInstance_m2E5FF54352D0B84B0F92762DD436A321E0044B0D (RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OcspResponse_t99C28B1CAC9352F72037B40166833E8AF58DF2D4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_obj; if (!L_0) { goto IL_000b; } } { RuntimeObject* L_1 = ___0_obj; if (!((OcspResponse_t99C28B1CAC9352F72037B40166833E8AF58DF2D4*)IsInstClass((RuntimeObject*)L_1, OcspResponse_t99C28B1CAC9352F72037B40166833E8AF58DF2D4_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { RuntimeObject* L_2 = ___0_obj; return ((OcspResponse_t99C28B1CAC9352F72037B40166833E8AF58DF2D4*)CastclassClass((RuntimeObject*)L_2, OcspResponse_t99C28B1CAC9352F72037B40166833E8AF58DF2D4_il2cpp_TypeInfo_var)); } IL_0012: { RuntimeObject* L_3 = ___0_obj; if (!((Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F*)IsInstClass((RuntimeObject*)L_3, Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F_il2cpp_TypeInfo_var))) { goto IL_0026; } } { RuntimeObject* L_4 = ___0_obj; OcspResponse_t99C28B1CAC9352F72037B40166833E8AF58DF2D4* L_5 = (OcspResponse_t99C28B1CAC9352F72037B40166833E8AF58DF2D4*)il2cpp_codegen_object_new(OcspResponse_t99C28B1CAC9352F72037B40166833E8AF58DF2D4_il2cpp_TypeInfo_var); OcspResponse__ctor_mECC7267D31CB22E6E9B946C8DB16234A4F84963C(L_5, ((Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F*)CastclassClass((RuntimeObject*)L_4, Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F_il2cpp_TypeInfo_var)), NULL); return L_5; } IL_0026: { RuntimeObject* L_6 = ___0_obj; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t64AA9A0F22E3D706E15FD5F5481FAFA2ADD7B4AF_il2cpp_TypeInfo_var))); String_t* L_7; L_7 = Platform_GetTypeName_mF842E4498CA2DB0E9E412E90EA9FFFDCC16C2184(L_6, NULL); String_t* L_8; L_8 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral208AB955F2E809407B7FCCE1C2D128F670FAC0BE)), L_7, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_9 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_9, L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OcspResponse_GetInstance_m2E5FF54352D0B84B0F92762DD436A321E0044B0D_RuntimeMethod_var))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OcspResponse__ctor_m7F3DC8FAF9EBFBF4280B8A3DA127558D41F73BA3 (OcspResponse_t99C28B1CAC9352F72037B40166833E8AF58DF2D4* __this, OcspResponseStatus_tB751512FAD9D6D25C65933D6B84C25E07D44A176* ___0_responseStatus, ResponseBytes_tB0A55F4ED30E4E8B95C9478EC90937568FA70600* ___1_responseBytes, const RuntimeMethod* method) { { Asn1Encodable__ctor_m994F288BF3CC1369A52711A1CD9A6C893E5189FB(__this, NULL); OcspResponseStatus_tB751512FAD9D6D25C65933D6B84C25E07D44A176* L_0 = ___0_responseStatus; if (L_0) { goto IL_0014; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral03381CF98932C6E970D29878BC3992628C89A999)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OcspResponse__ctor_m7F3DC8FAF9EBFBF4280B8A3DA127558D41F73BA3_RuntimeMethod_var))); } IL_0014: { OcspResponseStatus_tB751512FAD9D6D25C65933D6B84C25E07D44A176* L_2 = ___0_responseStatus; __this->___responseStatus = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___responseStatus), (void*)L_2); ResponseBytes_tB0A55F4ED30E4E8B95C9478EC90937568FA70600* L_3 = ___1_responseBytes; __this->___responseBytes = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___responseBytes), (void*)L_3); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OcspResponse__ctor_mECC7267D31CB22E6E9B946C8DB16234A4F84963C (OcspResponse_t99C28B1CAC9352F72037B40166833E8AF58DF2D4* __this, Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F* ___0_seq, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1TaggedObject_t2DB9C432DA4B3E13450CD1802214CD78B5DDD29F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerEnumerated_t941CA9A7C2864ECD856B6012B25E323FE418FB9A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OcspResponseStatus_tB751512FAD9D6D25C65933D6B84C25E07D44A176_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Asn1Encodable__ctor_m994F288BF3CC1369A52711A1CD9A6C893E5189FB(__this, NULL); Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F* L_0 = ___0_seq; NullCheck(L_0); Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* L_1; L_1 = VirtualFuncInvoker1< Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F*, int32_t >::Invoke(12, L_0, 0); il2cpp_codegen_runtime_class_init_inline(DerEnumerated_t941CA9A7C2864ECD856B6012B25E323FE418FB9A_il2cpp_TypeInfo_var); DerEnumerated_t941CA9A7C2864ECD856B6012B25E323FE418FB9A* L_2; L_2 = DerEnumerated_GetInstance_m0AA10A09624E7858DEB1BBE5A14BD37435483692(L_1, NULL); OcspResponseStatus_tB751512FAD9D6D25C65933D6B84C25E07D44A176* L_3 = (OcspResponseStatus_tB751512FAD9D6D25C65933D6B84C25E07D44A176*)il2cpp_codegen_object_new(OcspResponseStatus_tB751512FAD9D6D25C65933D6B84C25E07D44A176_il2cpp_TypeInfo_var); OcspResponseStatus__ctor_m1BDFEB585F430C5D9735F4BC60DDCA1560298C02(L_3, L_2, NULL); __this->___responseStatus = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___responseStatus), (void*)L_3); Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F* L_4 = ___0_seq; NullCheck(L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(13, L_4); if ((!(((uint32_t)L_5) == ((uint32_t)2)))) { goto IL_003e; } } { Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F* L_6 = ___0_seq; NullCheck(L_6); Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* L_7; L_7 = VirtualFuncInvoker1< Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F*, int32_t >::Invoke(12, L_6, 1); ResponseBytes_tB0A55F4ED30E4E8B95C9478EC90937568FA70600* L_8; L_8 = ResponseBytes_GetInstance_m02CD38260DABE49704EDA50FCCEE2F98423B4AA9(((Asn1TaggedObject_t2DB9C432DA4B3E13450CD1802214CD78B5DDD29F*)CastclassClass((RuntimeObject*)L_7, Asn1TaggedObject_t2DB9C432DA4B3E13450CD1802214CD78B5DDD29F_il2cpp_TypeInfo_var)), (bool)1, NULL); __this->___responseBytes = L_8; Il2CppCodeGenWriteBarrier((void**)(&__this->___responseBytes), (void*)L_8); } IL_003e: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OcspResponseStatus_tB751512FAD9D6D25C65933D6B84C25E07D44A176* OcspResponse_get_ResponseStatus_mB69936B136B4E82CF80BBCBE34B10CA4E3394181 (OcspResponse_t99C28B1CAC9352F72037B40166833E8AF58DF2D4* __this, const RuntimeMethod* method) { { OcspResponseStatus_tB751512FAD9D6D25C65933D6B84C25E07D44A176* L_0 = __this->___responseStatus; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResponseBytes_tB0A55F4ED30E4E8B95C9478EC90937568FA70600* OcspResponse_get_ResponseBytes_mF974F4860906B062973499E0054BC1D6E0D8307C (OcspResponse_t99C28B1CAC9352F72037B40166833E8AF58DF2D4* __this, const RuntimeMethod* method) { { ResponseBytes_tB0A55F4ED30E4E8B95C9478EC90937568FA70600* L_0 = __this->___responseBytes; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* OcspResponse_ToAsn1Object_mBDF8B167622DCBAC81A06E45E5866711C16CEE33 (OcspResponse_t99C28B1CAC9352F72037B40166833E8AF58DF2D4* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t063B1A6AFFD4FBE34487D3EFADF2647A1D9D4EE9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7* V_0 = NULL; { Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28* L_0 = (Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28*)(Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28*)SZArrayNew(Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28* L_1 = L_0; OcspResponseStatus_tB751512FAD9D6D25C65933D6B84C25E07D44A176* L_2 = __this->___responseStatus; NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F*)L_2); Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7* L_3 = (Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7*)il2cpp_codegen_object_new(Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_mCA8253A6579345E1A96C3183B984C85726FC2F77(L_3, L_1, NULL); V_0 = L_3; ResponseBytes_tB0A55F4ED30E4E8B95C9478EC90937568FA70600* L_4 = __this->___responseBytes; if (!L_4) { goto IL_0039; } } { Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7* L_5 = V_0; Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28* L_6 = (Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28*)(Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28*)SZArrayNew(Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28* L_7 = L_6; ResponseBytes_tB0A55F4ED30E4E8B95C9478EC90937568FA70600* L_8 = __this->___responseBytes; DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824* L_9 = (DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824*)il2cpp_codegen_object_new(DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m549FD743801AB6E9A6CFA82EF43F7CCBB740633B(L_9, (bool)1, 0, L_8, NULL); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_9); (L_7)->SetAt(static_cast(0), (Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F*)L_9); NullCheck(L_5); Asn1EncodableVector_Add_m402CA435F0C9B0EF45A370C22F588B8101D75D03(L_5, L_7, NULL); } IL_0039: { Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7* L_10 = V_0; DerSequence_t063B1A6AFFD4FBE34487D3EFADF2647A1D9D4EE9* L_11 = (DerSequence_t063B1A6AFFD4FBE34487D3EFADF2647A1D9D4EE9*)il2cpp_codegen_object_new(DerSequence_t063B1A6AFFD4FBE34487D3EFADF2647A1D9D4EE9_il2cpp_TypeInfo_var); DerSequence__ctor_m1159490D2849C1A9F592CF5CE22E2D8089DE05C4(L_11, L_10, NULL); return L_11; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OcspResponseStatus__ctor_mC0211430209C1B9931B78871784382CA78B45D8E (OcspResponseStatus_tB751512FAD9D6D25C65933D6B84C25E07D44A176* __this, int32_t ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerEnumerated_t941CA9A7C2864ECD856B6012B25E323FE418FB9A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___0_value; il2cpp_codegen_runtime_class_init_inline(DerEnumerated_t941CA9A7C2864ECD856B6012B25E323FE418FB9A_il2cpp_TypeInfo_var); DerEnumerated__ctor_m000A37678A38C880B84666BE911A0051F62039AE(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OcspResponseStatus__ctor_m1BDFEB585F430C5D9735F4BC60DDCA1560298C02 (OcspResponseStatus_tB751512FAD9D6D25C65933D6B84C25E07D44A176* __this, DerEnumerated_t941CA9A7C2864ECD856B6012B25E323FE418FB9A* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerEnumerated_t941CA9A7C2864ECD856B6012B25E323FE418FB9A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DerEnumerated_t941CA9A7C2864ECD856B6012B25E323FE418FB9A* L_0 = ___0_value; NullCheck(L_0); il2cpp_codegen_runtime_class_init_inline(DerEnumerated_t941CA9A7C2864ECD856B6012B25E323FE418FB9A_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1; L_1 = DerEnumerated_get_Value_mF55D17F9C45B11F0D39550756C5C2CF5CDFA06F0(L_0, NULL); NullCheck(L_1); int32_t L_2; L_2 = BigInteger_get_IntValue_m9AC89595666859FE4A21922B1247B7BCCB18E6D4(L_1, NULL); DerEnumerated__ctor_m000A37678A38C880B84666BE911A0051F62039AE(__this, L_2, 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 IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResponderID_t15710F329E44294377A3B13AC3F7A3E7867BBB68* ResponderID_GetInstance_m1A68510B1D6B42FE524C5C422CFD9B6721228AD4 (RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1TaggedObject_t2DB9C432DA4B3E13450CD1802214CD78B5DDD29F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerOctetString_t16B97706EF492825DA1BA7D8636FF88D2D6B985D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResponderID_t15710F329E44294377A3B13AC3F7A3E7867BBB68_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Name_t4C0E6C820D606AA93AD46BE8254DC8A4E09A83BE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1TaggedObject_t2DB9C432DA4B3E13450CD1802214CD78B5DDD29F* V_0 = NULL; { RuntimeObject* L_0 = ___0_obj; if (!L_0) { goto IL_000b; } } { RuntimeObject* L_1 = ___0_obj; if (!((ResponderID_t15710F329E44294377A3B13AC3F7A3E7867BBB68*)IsInstClass((RuntimeObject*)L_1, ResponderID_t15710F329E44294377A3B13AC3F7A3E7867BBB68_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { RuntimeObject* L_2 = ___0_obj; return ((ResponderID_t15710F329E44294377A3B13AC3F7A3E7867BBB68*)CastclassClass((RuntimeObject*)L_2, ResponderID_t15710F329E44294377A3B13AC3F7A3E7867BBB68_il2cpp_TypeInfo_var)); } IL_0012: { RuntimeObject* L_3 = ___0_obj; if (!((DerOctetString_t16B97706EF492825DA1BA7D8636FF88D2D6B985D*)IsInstClass((RuntimeObject*)L_3, DerOctetString_t16B97706EF492825DA1BA7D8636FF88D2D6B985D_il2cpp_TypeInfo_var))) { goto IL_0026; } } { RuntimeObject* L_4 = ___0_obj; ResponderID_t15710F329E44294377A3B13AC3F7A3E7867BBB68* L_5 = (ResponderID_t15710F329E44294377A3B13AC3F7A3E7867BBB68*)il2cpp_codegen_object_new(ResponderID_t15710F329E44294377A3B13AC3F7A3E7867BBB68_il2cpp_TypeInfo_var); ResponderID__ctor_mFDE687FBFB671DFA9D00D7AF42C893B55395C7E2(L_5, ((DerOctetString_t16B97706EF492825DA1BA7D8636FF88D2D6B985D*)CastclassClass((RuntimeObject*)L_4, DerOctetString_t16B97706EF492825DA1BA7D8636FF88D2D6B985D_il2cpp_TypeInfo_var)), NULL); return L_5; } IL_0026: { RuntimeObject* L_6 = ___0_obj; if (!((Asn1TaggedObject_t2DB9C432DA4B3E13450CD1802214CD78B5DDD29F*)IsInstClass((RuntimeObject*)L_6, Asn1TaggedObject_t2DB9C432DA4B3E13450CD1802214CD78B5DDD29F_il2cpp_TypeInfo_var))) { goto IL_0058; } } { RuntimeObject* L_7 = ___0_obj; V_0 = ((Asn1TaggedObject_t2DB9C432DA4B3E13450CD1802214CD78B5DDD29F*)CastclassClass((RuntimeObject*)L_7, Asn1TaggedObject_t2DB9C432DA4B3E13450CD1802214CD78B5DDD29F_il2cpp_TypeInfo_var)); Asn1TaggedObject_t2DB9C432DA4B3E13450CD1802214CD78B5DDD29F* L_8 = V_0; NullCheck(L_8); int32_t L_9; L_9 = Asn1TaggedObject_get_TagNo_mBCA719C9A487DD649A2D144630CB4C2086070E42_inline(L_8, NULL); if ((!(((uint32_t)L_9) == ((uint32_t)1)))) { goto IL_004b; } } { Asn1TaggedObject_t2DB9C432DA4B3E13450CD1802214CD78B5DDD29F* L_10 = V_0; il2cpp_codegen_runtime_class_init_inline(X509Name_t4C0E6C820D606AA93AD46BE8254DC8A4E09A83BE_il2cpp_TypeInfo_var); X509Name_t4C0E6C820D606AA93AD46BE8254DC8A4E09A83BE* L_11; L_11 = X509Name_GetInstance_m170AED023A53CCC3677A0717906E24923A059CA6(L_10, (bool)1, NULL); ResponderID_t15710F329E44294377A3B13AC3F7A3E7867BBB68* L_12 = (ResponderID_t15710F329E44294377A3B13AC3F7A3E7867BBB68*)il2cpp_codegen_object_new(ResponderID_t15710F329E44294377A3B13AC3F7A3E7867BBB68_il2cpp_TypeInfo_var); ResponderID__ctor_mE9942BFB4DE2096ED92F461D5D17396066EA5693(L_12, L_11, NULL); return L_12; } IL_004b: { Asn1TaggedObject_t2DB9C432DA4B3E13450CD1802214CD78B5DDD29F* L_13 = V_0; Asn1OctetString_tB176DD5A7E4BB48D00BEFCE97966F6191F9949D2* L_14; L_14 = Asn1OctetString_GetInstance_m0FD40BE6EC81B09EE6E8800201CA196052A39A3E(L_13, (bool)1, NULL); ResponderID_t15710F329E44294377A3B13AC3F7A3E7867BBB68* L_15 = (ResponderID_t15710F329E44294377A3B13AC3F7A3E7867BBB68*)il2cpp_codegen_object_new(ResponderID_t15710F329E44294377A3B13AC3F7A3E7867BBB68_il2cpp_TypeInfo_var); ResponderID__ctor_mFDE687FBFB671DFA9D00D7AF42C893B55395C7E2(L_15, L_14, NULL); return L_15; } IL_0058: { RuntimeObject* L_16 = ___0_obj; il2cpp_codegen_runtime_class_init_inline(X509Name_t4C0E6C820D606AA93AD46BE8254DC8A4E09A83BE_il2cpp_TypeInfo_var); X509Name_t4C0E6C820D606AA93AD46BE8254DC8A4E09A83BE* L_17; L_17 = X509Name_GetInstance_mD026CDD836D4661312BB0468B7790B1971C3C120(L_16, NULL); ResponderID_t15710F329E44294377A3B13AC3F7A3E7867BBB68* L_18 = (ResponderID_t15710F329E44294377A3B13AC3F7A3E7867BBB68*)il2cpp_codegen_object_new(ResponderID_t15710F329E44294377A3B13AC3F7A3E7867BBB68_il2cpp_TypeInfo_var); ResponderID__ctor_mE9942BFB4DE2096ED92F461D5D17396066EA5693(L_18, L_17, NULL); return L_18; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResponderID__ctor_mFDE687FBFB671DFA9D00D7AF42C893B55395C7E2 (ResponderID_t15710F329E44294377A3B13AC3F7A3E7867BBB68* __this, Asn1OctetString_tB176DD5A7E4BB48D00BEFCE97966F6191F9949D2* ___0_id, const RuntimeMethod* method) { { Asn1Encodable__ctor_m994F288BF3CC1369A52711A1CD9A6C893E5189FB(__this, NULL); Asn1OctetString_tB176DD5A7E4BB48D00BEFCE97966F6191F9949D2* L_0 = ___0_id; if (L_0) { goto IL_0014; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResponderID__ctor_mFDE687FBFB671DFA9D00D7AF42C893B55395C7E2_RuntimeMethod_var))); } IL_0014: { Asn1OctetString_tB176DD5A7E4BB48D00BEFCE97966F6191F9949D2* L_2 = ___0_id; __this->___id = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___id), (void*)L_2); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResponderID__ctor_mE9942BFB4DE2096ED92F461D5D17396066EA5693 (ResponderID_t15710F329E44294377A3B13AC3F7A3E7867BBB68* __this, X509Name_t4C0E6C820D606AA93AD46BE8254DC8A4E09A83BE* ___0_id, const RuntimeMethod* method) { { Asn1Encodable__ctor_m994F288BF3CC1369A52711A1CD9A6C893E5189FB(__this, NULL); X509Name_t4C0E6C820D606AA93AD46BE8254DC8A4E09A83BE* L_0 = ___0_id; if (L_0) { goto IL_0014; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResponderID__ctor_mE9942BFB4DE2096ED92F461D5D17396066EA5693_RuntimeMethod_var))); } IL_0014: { X509Name_t4C0E6C820D606AA93AD46BE8254DC8A4E09A83BE* L_2 = ___0_id; __this->___id = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___id), (void*)L_2); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResponderID_t15710F329E44294377A3B13AC3F7A3E7867BBB68* ResponderID_GetInstance_mBD16B1E0A5805E172058D43D4C724BAA3587E8C2 (Asn1TaggedObject_t2DB9C432DA4B3E13450CD1802214CD78B5DDD29F* ___0_obj, bool ___1_isExplicit, const RuntimeMethod* method) { { Asn1TaggedObject_t2DB9C432DA4B3E13450CD1802214CD78B5DDD29F* L_0 = ___0_obj; NullCheck(L_0); Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_1; L_1 = Asn1TaggedObject_GetObject_m26DED35850FB6943A39A7399DFF4A8694D98BFC1(L_0, NULL); ResponderID_t15710F329E44294377A3B13AC3F7A3E7867BBB68* L_2; L_2 = ResponderID_GetInstance_m1A68510B1D6B42FE524C5C422CFD9B6721228AD4(L_1, NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ResponderID_GetKeyHash_m6A85C8CF4D0483F63E3D90196AF8DFB6A24711F9 (ResponderID_t15710F329E44294377A3B13AC3F7A3E7867BBB68* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1OctetString_tB176DD5A7E4BB48D00BEFCE97966F6191F9949D2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* L_0 = __this->___id; if (!((Asn1OctetString_tB176DD5A7E4BB48D00BEFCE97966F6191F9949D2*)IsInstClass((RuntimeObject*)L_0, Asn1OctetString_tB176DD5A7E4BB48D00BEFCE97966F6191F9949D2_il2cpp_TypeInfo_var))) { goto IL_001e; } } { Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* L_1 = __this->___id; NullCheck(((Asn1OctetString_tB176DD5A7E4BB48D00BEFCE97966F6191F9949D2*)CastclassClass((RuntimeObject*)L_1, Asn1OctetString_tB176DD5A7E4BB48D00BEFCE97966F6191F9949D2_il2cpp_TypeInfo_var))); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2; L_2 = VirtualFuncInvoker0< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(10, ((Asn1OctetString_tB176DD5A7E4BB48D00BEFCE97966F6191F9949D2*)CastclassClass((RuntimeObject*)L_1, Asn1OctetString_tB176DD5A7E4BB48D00BEFCE97966F6191F9949D2_il2cpp_TypeInfo_var))); return L_2; } IL_001e: { return (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Name_t4C0E6C820D606AA93AD46BE8254DC8A4E09A83BE* ResponderID_get_Name_m7DC3E3F9A7C7264C678E11B6E46223B46D4C0DA4 (ResponderID_t15710F329E44294377A3B13AC3F7A3E7867BBB68* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1OctetString_tB176DD5A7E4BB48D00BEFCE97966F6191F9949D2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Name_t4C0E6C820D606AA93AD46BE8254DC8A4E09A83BE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* L_0 = __this->___id; if (!((Asn1OctetString_tB176DD5A7E4BB48D00BEFCE97966F6191F9949D2*)IsInstClass((RuntimeObject*)L_0, Asn1OctetString_tB176DD5A7E4BB48D00BEFCE97966F6191F9949D2_il2cpp_TypeInfo_var))) { goto IL_000f; } } { return (X509Name_t4C0E6C820D606AA93AD46BE8254DC8A4E09A83BE*)NULL; } IL_000f: { Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* L_1 = __this->___id; il2cpp_codegen_runtime_class_init_inline(X509Name_t4C0E6C820D606AA93AD46BE8254DC8A4E09A83BE_il2cpp_TypeInfo_var); X509Name_t4C0E6C820D606AA93AD46BE8254DC8A4E09A83BE* L_2; L_2 = X509Name_GetInstance_mD026CDD836D4661312BB0468B7790B1971C3C120(L_1, NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* ResponderID_ToAsn1Object_m8AD6914E89F789BFF90C8AAD4982CDFA913615D5 (ResponderID_t15710F329E44294377A3B13AC3F7A3E7867BBB68* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1OctetString_tB176DD5A7E4BB48D00BEFCE97966F6191F9949D2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* L_0 = __this->___id; if (!((Asn1OctetString_tB176DD5A7E4BB48D00BEFCE97966F6191F9949D2*)IsInstClass((RuntimeObject*)L_0, Asn1OctetString_tB176DD5A7E4BB48D00BEFCE97966F6191F9949D2_il2cpp_TypeInfo_var))) { goto IL_001b; } } { Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* L_1 = __this->___id; DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824* L_2 = (DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824*)il2cpp_codegen_object_new(DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m549FD743801AB6E9A6CFA82EF43F7CCBB740633B(L_2, (bool)1, 2, L_1, NULL); return L_2; } IL_001b: { Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* L_3 = __this->___id; DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824* L_4 = (DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824*)il2cpp_codegen_object_new(DerTaggedObject_t3D52CB4D02D785A6EDD1C313F123318E0C98E824_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m549FD743801AB6E9A6CFA82EF43F7CCBB740633B(L_4, (bool)1, 1, L_3, NULL); return L_4; } } #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 IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResponseBytes_tB0A55F4ED30E4E8B95C9478EC90937568FA70600* ResponseBytes_GetInstance_m02CD38260DABE49704EDA50FCCEE2F98423B4AA9 (Asn1TaggedObject_t2DB9C432DA4B3E13450CD1802214CD78B5DDD29F* ___0_obj, bool ___1_explicitly, const RuntimeMethod* method) { { Asn1TaggedObject_t2DB9C432DA4B3E13450CD1802214CD78B5DDD29F* L_0 = ___0_obj; bool L_1 = ___1_explicitly; Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F* L_2; L_2 = Asn1Sequence_GetInstance_m21C91F7A6E3F7C6039D522FC39FAF1FF8C0A88A6(L_0, L_1, NULL); ResponseBytes_tB0A55F4ED30E4E8B95C9478EC90937568FA70600* L_3; L_3 = ResponseBytes_GetInstance_mDC9D456E3D303D77AD0BCA35E243A3A002979CE6(L_2, NULL); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResponseBytes_tB0A55F4ED30E4E8B95C9478EC90937568FA70600* ResponseBytes_GetInstance_mDC9D456E3D303D77AD0BCA35E243A3A002979CE6 (RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResponseBytes_tB0A55F4ED30E4E8B95C9478EC90937568FA70600_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_obj; if (!L_0) { goto IL_000b; } } { RuntimeObject* L_1 = ___0_obj; if (!((ResponseBytes_tB0A55F4ED30E4E8B95C9478EC90937568FA70600*)IsInstClass((RuntimeObject*)L_1, ResponseBytes_tB0A55F4ED30E4E8B95C9478EC90937568FA70600_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { RuntimeObject* L_2 = ___0_obj; return ((ResponseBytes_tB0A55F4ED30E4E8B95C9478EC90937568FA70600*)CastclassClass((RuntimeObject*)L_2, ResponseBytes_tB0A55F4ED30E4E8B95C9478EC90937568FA70600_il2cpp_TypeInfo_var)); } IL_0012: { RuntimeObject* L_3 = ___0_obj; if (!((Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F*)IsInstClass((RuntimeObject*)L_3, Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F_il2cpp_TypeInfo_var))) { goto IL_0026; } } { RuntimeObject* L_4 = ___0_obj; ResponseBytes_tB0A55F4ED30E4E8B95C9478EC90937568FA70600* L_5 = (ResponseBytes_tB0A55F4ED30E4E8B95C9478EC90937568FA70600*)il2cpp_codegen_object_new(ResponseBytes_tB0A55F4ED30E4E8B95C9478EC90937568FA70600_il2cpp_TypeInfo_var); ResponseBytes__ctor_mD27BD3262532A1A200BE45A4290E5AEA08FD8A6A(L_5, ((Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F*)CastclassClass((RuntimeObject*)L_4, Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F_il2cpp_TypeInfo_var)), NULL); return L_5; } IL_0026: { RuntimeObject* L_6 = ___0_obj; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t64AA9A0F22E3D706E15FD5F5481FAFA2ADD7B4AF_il2cpp_TypeInfo_var))); String_t* L_7; L_7 = Platform_GetTypeName_mF842E4498CA2DB0E9E412E90EA9FFFDCC16C2184(L_6, NULL); String_t* L_8; L_8 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral208AB955F2E809407B7FCCE1C2D128F670FAC0BE)), L_7, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_9 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_9, L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResponseBytes_GetInstance_mDC9D456E3D303D77AD0BCA35E243A3A002979CE6_RuntimeMethod_var))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResponseBytes__ctor_mEEC8C2112EB868B12C08F325D446E2B3F17B9968 (ResponseBytes_tB0A55F4ED30E4E8B95C9478EC90937568FA70600* __this, DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___0_responseType, Asn1OctetString_tB176DD5A7E4BB48D00BEFCE97966F6191F9949D2* ___1_response, const RuntimeMethod* method) { { Asn1Encodable__ctor_m994F288BF3CC1369A52711A1CD9A6C893E5189FB(__this, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_0 = ___0_responseType; if (L_0) { goto IL_0014; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8B368E5D81D2659B254FFC886CD8CACF3ECD18F2)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResponseBytes__ctor_mEEC8C2112EB868B12C08F325D446E2B3F17B9968_RuntimeMethod_var))); } IL_0014: { Asn1OctetString_tB176DD5A7E4BB48D00BEFCE97966F6191F9949D2* L_2 = ___1_response; if (L_2) { goto IL_0022; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_3 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2C410EB1F22365EC1A74DF0D8C89C99D53453CDD)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResponseBytes__ctor_mEEC8C2112EB868B12C08F325D446E2B3F17B9968_RuntimeMethod_var))); } IL_0022: { DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_4 = ___0_responseType; __this->___responseType = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___responseType), (void*)L_4); Asn1OctetString_tB176DD5A7E4BB48D00BEFCE97966F6191F9949D2* L_5 = ___1_response; __this->___response = L_5; Il2CppCodeGenWriteBarrier((void**)(&__this->___response), (void*)L_5); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResponseBytes__ctor_mD27BD3262532A1A200BE45A4290E5AEA08FD8A6A (ResponseBytes_tB0A55F4ED30E4E8B95C9478EC90937568FA70600* __this, Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F* ___0_seq, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Asn1Encodable__ctor_m994F288BF3CC1369A52711A1CD9A6C893E5189FB(__this, NULL); Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F* L_0 = ___0_seq; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(13, L_0); if ((((int32_t)L_1) == ((int32_t)2))) { goto IL_001f; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral04C8B9CA601D09C92B620D508D19F994619B6489)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral24C049E512CD1B48036BD162FF63700A57CA3469)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResponseBytes__ctor_mD27BD3262532A1A200BE45A4290E5AEA08FD8A6A_RuntimeMethod_var))); } IL_001f: { Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F* L_3 = ___0_seq; NullCheck(L_3); Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* L_4; L_4 = VirtualFuncInvoker1< Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F*, int32_t >::Invoke(12, L_3, 0); il2cpp_codegen_runtime_class_init_inline(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_5; L_5 = DerObjectIdentifier_GetInstance_mBAA1F9FD83AFBEA859DE76EAFAA135120FE12734(L_4, NULL); __this->___responseType = L_5; Il2CppCodeGenWriteBarrier((void**)(&__this->___responseType), (void*)L_5); Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F* L_6 = ___0_seq; NullCheck(L_6); Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* L_7; L_7 = VirtualFuncInvoker1< Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F*, int32_t >::Invoke(12, L_6, 1); Asn1OctetString_tB176DD5A7E4BB48D00BEFCE97966F6191F9949D2* L_8; L_8 = Asn1OctetString_GetInstance_m8A815637FE20540BC8C637BE1ACB9825E2F77F9C(L_7, NULL); __this->___response = L_8; Il2CppCodeGenWriteBarrier((void**)(&__this->___response), (void*)L_8); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ResponseBytes_get_ResponseType_m43423C7BDAE4389D44E2398085C1D11865E57F28 (ResponseBytes_tB0A55F4ED30E4E8B95C9478EC90937568FA70600* __this, const RuntimeMethod* method) { { DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_0 = __this->___responseType; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1OctetString_tB176DD5A7E4BB48D00BEFCE97966F6191F9949D2* ResponseBytes_get_Response_mEDAF7740C5DBA0E90DE9A29766111B796593ED01 (ResponseBytes_tB0A55F4ED30E4E8B95C9478EC90937568FA70600* __this, const RuntimeMethod* method) { { Asn1OctetString_tB176DD5A7E4BB48D00BEFCE97966F6191F9949D2* L_0 = __this->___response; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* ResponseBytes_ToAsn1Object_m50754585359999CD4EF0CBD6CB175BA0616F9CB9 (ResponseBytes_tB0A55F4ED30E4E8B95C9478EC90937568FA70600* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t063B1A6AFFD4FBE34487D3EFADF2647A1D9D4EE9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28* L_0 = (Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28*)(Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28*)SZArrayNew(Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28_il2cpp_TypeInfo_var, (uint32_t)2); Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28* L_1 = L_0; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_2 = __this->___responseType; NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F*)L_2); Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28* L_3 = L_1; Asn1OctetString_tB176DD5A7E4BB48D00BEFCE97966F6191F9949D2* L_4 = __this->___response; NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(1), (Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F*)L_4); DerSequence_t063B1A6AFFD4FBE34487D3EFADF2647A1D9D4EE9* L_5 = (DerSequence_t063B1A6AFFD4FBE34487D3EFADF2647A1D9D4EE9*)il2cpp_codegen_object_new(DerSequence_t063B1A6AFFD4FBE34487D3EFADF2647A1D9D4EE9_il2cpp_TypeInfo_var); DerSequence__ctor_m27D12EF3B51D8990FF98BB836B7C5884ACCCDCF9(L_5, L_3, NULL); return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NistNamedCurves__ctor_m165050A3D44DCE14A6EE43C78B7837FF40988CDE (NistNamedCurves_tB9799EB2460BD4604CD4B95E9D86B3422F6B1BD5* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NistNamedCurves_DefineCurveAlias_m29AA8C51C4D556700C0F434BD93C2CDCD0ACA82F (String_t* ___0_name, DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___1_oid, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NistNamedCurves_tB9799EB2460BD4604CD4B95E9D86B3422F6B1BD5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t64AA9A0F22E3D706E15FD5F5481FAFA2ADD7B4AF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(NistNamedCurves_tB9799EB2460BD4604CD4B95E9D86B3422F6B1BD5_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((NistNamedCurves_tB9799EB2460BD4604CD4B95E9D86B3422F6B1BD5_StaticFields*)il2cpp_codegen_static_fields_for(NistNamedCurves_tB9799EB2460BD4604CD4B95E9D86B3422F6B1BD5_il2cpp_TypeInfo_var))->___objIds; String_t* L_1 = ___0_name; il2cpp_codegen_runtime_class_init_inline(Platform_t64AA9A0F22E3D706E15FD5F5481FAFA2ADD7B4AF_il2cpp_TypeInfo_var); String_t* L_2; L_2 = Platform_ToUpperInvariant_mE42B5571F3A8B243EC1A23A4DCFD399AFA086922(L_1, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_3 = ___1_oid; NullCheck(L_0); InterfaceActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(5, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_0, L_2, L_3); RuntimeObject* L_4 = ((NistNamedCurves_tB9799EB2460BD4604CD4B95E9D86B3422F6B1BD5_StaticFields*)il2cpp_codegen_static_fields_for(NistNamedCurves_tB9799EB2460BD4604CD4B95E9D86B3422F6B1BD5_il2cpp_TypeInfo_var))->___names; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_5 = ___1_oid; String_t* L_6 = ___0_name; NullCheck(L_4); InterfaceActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(5, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_4, L_5, L_6); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NistNamedCurves__cctor_mCD9DFD2EDBB0C6F4A2145A8BD7CA4E66D0343B02 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NistNamedCurves_tB9799EB2460BD4604CD4B95E9D86B3422F6B1BD5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t64AA9A0F22E3D706E15FD5F5481FAFA2ADD7B4AF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral121C4C482521BAC60D9843CA1C2EC60228CD0E04); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral20F8D13FB02603A64C6EFA3BAB77505EA82A0329); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral295D64C15805E8B87DE6268E6C208DC097900D16); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral317820C53E8C96F3F3CB5EBCBC64786D3085C97D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral424361A636835E34F0B2F9CACA7AA037448A4A44); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5532FE05AC1F9905E82EA8B3069C706903FBC6C7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral56D52AD282DBCFB2D99151E8DB5A2E4598834384); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C5080960E62793E72538806C84DA62D6AA21637); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D4D325381C1A11D3538AD29D1B428BAF343DFF1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9369C15741F567CCB187EBA6138866E39B755551); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA6FA674D84149E00E1BD5050C2D218560759D2E2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAB30661A27320A92CF3AB0B7CB38F153F4CED107); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBD8359A08BF3AE7D4D96436F5EBC8ABFC50B22EA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBF289442F665D0D89080A24EA187093A102B47B8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCA3EDAE8181D1A67857C59386CF03AAF007C8ABA); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(Platform_t64AA9A0F22E3D706E15FD5F5481FAFA2ADD7B4AF_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = Platform_CreateHashtable_m591C0A8EEB8EDE93E6BD509E2689DA3C888B8BDC(NULL); ((NistNamedCurves_tB9799EB2460BD4604CD4B95E9D86B3422F6B1BD5_StaticFields*)il2cpp_codegen_static_fields_for(NistNamedCurves_tB9799EB2460BD4604CD4B95E9D86B3422F6B1BD5_il2cpp_TypeInfo_var))->___objIds = L_0; Il2CppCodeGenWriteBarrier((void**)(&((NistNamedCurves_tB9799EB2460BD4604CD4B95E9D86B3422F6B1BD5_StaticFields*)il2cpp_codegen_static_fields_for(NistNamedCurves_tB9799EB2460BD4604CD4B95E9D86B3422F6B1BD5_il2cpp_TypeInfo_var))->___objIds), (void*)L_0); RuntimeObject* L_1; L_1 = Platform_CreateHashtable_m591C0A8EEB8EDE93E6BD509E2689DA3C888B8BDC(NULL); ((NistNamedCurves_tB9799EB2460BD4604CD4B95E9D86B3422F6B1BD5_StaticFields*)il2cpp_codegen_static_fields_for(NistNamedCurves_tB9799EB2460BD4604CD4B95E9D86B3422F6B1BD5_il2cpp_TypeInfo_var))->___names = L_1; Il2CppCodeGenWriteBarrier((void**)(&((NistNamedCurves_tB9799EB2460BD4604CD4B95E9D86B3422F6B1BD5_StaticFields*)il2cpp_codegen_static_fields_for(NistNamedCurves_tB9799EB2460BD4604CD4B95E9D86B3422F6B1BD5_il2cpp_TypeInfo_var))->___names), (void*)L_1); il2cpp_codegen_runtime_class_init_inline(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_2 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT163r2; NistNamedCurves_DefineCurveAlias_m29AA8C51C4D556700C0F434BD93C2CDCD0ACA82F(_stringLiteralCA3EDAE8181D1A67857C59386CF03AAF007C8ABA, L_2, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_3 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT233r1; NistNamedCurves_DefineCurveAlias_m29AA8C51C4D556700C0F434BD93C2CDCD0ACA82F(_stringLiteral8D4D325381C1A11D3538AD29D1B428BAF343DFF1, L_3, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_4 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT283r1; NistNamedCurves_DefineCurveAlias_m29AA8C51C4D556700C0F434BD93C2CDCD0ACA82F(_stringLiteral20F8D13FB02603A64C6EFA3BAB77505EA82A0329, L_4, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_5 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT409r1; NistNamedCurves_DefineCurveAlias_m29AA8C51C4D556700C0F434BD93C2CDCD0ACA82F(_stringLiteral5532FE05AC1F9905E82EA8B3069C706903FBC6C7, L_5, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_6 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT571r1; NistNamedCurves_DefineCurveAlias_m29AA8C51C4D556700C0F434BD93C2CDCD0ACA82F(_stringLiteral295D64C15805E8B87DE6268E6C208DC097900D16, L_6, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_7 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT163k1; NistNamedCurves_DefineCurveAlias_m29AA8C51C4D556700C0F434BD93C2CDCD0ACA82F(_stringLiteralBF289442F665D0D89080A24EA187093A102B47B8, L_7, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_8 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT233k1; NistNamedCurves_DefineCurveAlias_m29AA8C51C4D556700C0F434BD93C2CDCD0ACA82F(_stringLiteral9369C15741F567CCB187EBA6138866E39B755551, L_8, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_9 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT283k1; NistNamedCurves_DefineCurveAlias_m29AA8C51C4D556700C0F434BD93C2CDCD0ACA82F(_stringLiteral317820C53E8C96F3F3CB5EBCBC64786D3085C97D, L_9, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_10 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT409k1; NistNamedCurves_DefineCurveAlias_m29AA8C51C4D556700C0F434BD93C2CDCD0ACA82F(_stringLiteral6C5080960E62793E72538806C84DA62D6AA21637, L_10, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_11 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecT571k1; NistNamedCurves_DefineCurveAlias_m29AA8C51C4D556700C0F434BD93C2CDCD0ACA82F(_stringLiteral424361A636835E34F0B2F9CACA7AA037448A4A44, L_11, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_12 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecP192r1; NistNamedCurves_DefineCurveAlias_m29AA8C51C4D556700C0F434BD93C2CDCD0ACA82F(_stringLiteralA6FA674D84149E00E1BD5050C2D218560759D2E2, L_12, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_13 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecP224r1; NistNamedCurves_DefineCurveAlias_m29AA8C51C4D556700C0F434BD93C2CDCD0ACA82F(_stringLiteral121C4C482521BAC60D9843CA1C2EC60228CD0E04, L_13, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_14 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecP256r1; NistNamedCurves_DefineCurveAlias_m29AA8C51C4D556700C0F434BD93C2CDCD0ACA82F(_stringLiteralAB30661A27320A92CF3AB0B7CB38F153F4CED107, L_14, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_15 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecP384r1; NistNamedCurves_DefineCurveAlias_m29AA8C51C4D556700C0F434BD93C2CDCD0ACA82F(_stringLiteralBD8359A08BF3AE7D4D96436F5EBC8ABFC50B22EA, L_15, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_16 = ((SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_StaticFields*)il2cpp_codegen_static_fields_for(SecObjectIdentifiers_tBF53E81D5B59669A3B4A7549066EB7C93EBA7527_il2cpp_TypeInfo_var))->___SecP521r1; NistNamedCurves_DefineCurveAlias_m29AA8C51C4D556700C0F434BD93C2CDCD0ACA82F(_stringLiteral56D52AD282DBCFB2D99151E8DB5A2E4598834384, L_16, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* NistNamedCurves_GetByName_m293CBFE8B08453371CDEA5914F53442BB51C1479 (String_t* ___0_name, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NistNamedCurves_tB9799EB2460BD4604CD4B95E9D86B3422F6B1BD5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* V_0 = NULL; { String_t* L_0 = ___0_name; il2cpp_codegen_runtime_class_init_inline(NistNamedCurves_tB9799EB2460BD4604CD4B95E9D86B3422F6B1BD5_il2cpp_TypeInfo_var); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_1; L_1 = NistNamedCurves_GetOid_m928D2639D0584027989D03DCC70B656DB5487D31(L_0, NULL); V_0 = L_1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_2 = V_0; if (!L_2) { goto IL_0011; } } { DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_3 = V_0; il2cpp_codegen_runtime_class_init_inline(NistNamedCurves_tB9799EB2460BD4604CD4B95E9D86B3422F6B1BD5_il2cpp_TypeInfo_var); X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_4; L_4 = NistNamedCurves_GetByOid_m99D02381B46E321A90D2A80D738A8747006A25C3(L_3, NULL); return L_4; } IL_0011: { return (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)NULL; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* NistNamedCurves_GetByOid_m99D02381B46E321A90D2A80D738A8747006A25C3 (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___0_oid, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_0 = ___0_oid; il2cpp_codegen_runtime_class_init_inline(SecNamedCurves_t63762E62B6658C53E93A4B43BD57C50938DFE714_il2cpp_TypeInfo_var); X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_1; L_1 = SecNamedCurves_GetByOid_m940DECEBA0F555FC1DA096F24718E2E9D7DF422E(L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* NistNamedCurves_GetOid_m928D2639D0584027989D03DCC70B656DB5487D31 (String_t* ___0_name, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NistNamedCurves_tB9799EB2460BD4604CD4B95E9D86B3422F6B1BD5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t64AA9A0F22E3D706E15FD5F5481FAFA2ADD7B4AF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(NistNamedCurves_tB9799EB2460BD4604CD4B95E9D86B3422F6B1BD5_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((NistNamedCurves_tB9799EB2460BD4604CD4B95E9D86B3422F6B1BD5_StaticFields*)il2cpp_codegen_static_fields_for(NistNamedCurves_tB9799EB2460BD4604CD4B95E9D86B3422F6B1BD5_il2cpp_TypeInfo_var))->___objIds; String_t* L_1 = ___0_name; il2cpp_codegen_runtime_class_init_inline(Platform_t64AA9A0F22E3D706E15FD5F5481FAFA2ADD7B4AF_il2cpp_TypeInfo_var); String_t* L_2; L_2 = Platform_ToUpperInvariant_mE42B5571F3A8B243EC1A23A4DCFD399AFA086922(L_1, NULL); NullCheck(L_0); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_0, L_2); return ((DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)CastclassClass((RuntimeObject*)L_3, DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var)); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NistNamedCurves_GetName_m3560D41E1D50D04E4206A3C48428ADB796CFA65D (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___0_oid, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NistNamedCurves_tB9799EB2460BD4604CD4B95E9D86B3422F6B1BD5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(NistNamedCurves_tB9799EB2460BD4604CD4B95E9D86B3422F6B1BD5_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((NistNamedCurves_tB9799EB2460BD4604CD4B95E9D86B3422F6B1BD5_StaticFields*)il2cpp_codegen_static_fields_for(NistNamedCurves_tB9799EB2460BD4604CD4B95E9D86B3422F6B1BD5_il2cpp_TypeInfo_var))->___names; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_1 = ___0_oid; NullCheck(L_0); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_0, L_1); return ((String_t*)CastclassSealed((RuntimeObject*)L_2, String_t_il2cpp_TypeInfo_var)); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NistNamedCurves_get_Names_m49ABA7AD3D6624C8F5BBED8851D7F9255F32D814 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumerableProxy_t1DE130F19CC37E48E9B58DDB8AF7C94EB1E3650B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NistNamedCurves_tB9799EB2460BD4604CD4B95E9D86B3422F6B1BD5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(NistNamedCurves_tB9799EB2460BD4604CD4B95E9D86B3422F6B1BD5_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((NistNamedCurves_tB9799EB2460BD4604CD4B95E9D86B3422F6B1BD5_StaticFields*)il2cpp_codegen_static_fields_for(NistNamedCurves_tB9799EB2460BD4604CD4B95E9D86B3422F6B1BD5_il2cpp_TypeInfo_var))->___names; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(3, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_0); EnumerableProxy_t1DE130F19CC37E48E9B58DDB8AF7C94EB1E3650B* L_2 = (EnumerableProxy_t1DE130F19CC37E48E9B58DDB8AF7C94EB1E3650B*)il2cpp_codegen_object_new(EnumerableProxy_t1DE130F19CC37E48E9B58DDB8AF7C94EB1E3650B_il2cpp_TypeInfo_var); EnumerableProxy__ctor_m016A9F84E918D8E816280C358DC1C091E60053DE(L_2, L_1, NULL); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NistObjectIdentifiers__ctor_m44726388EB6F100BBC3D07FDA26F7BC33E87CEF3 (NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NistObjectIdentifiers__cctor_mB8EC8CBF6F59E099921E62B088A3486FD3FC67E7 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral18B2774010BD8DAB44A32296E20CD4950B06E067); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2064F80F811DB79A33C4E51C10221454E30C74AE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2163E57A17B89A02201CB8C1949F522F7CFFD20C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral21ED4C7AF50D987589A9029FC0422151BE3A0FC2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral25D74BC981E6316A5E3CAEEA0BAF3C438F5C94DA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral28CEECE47824EDEF06E64DD53D862ED8A0104CA7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C1AFC1F1B91D27E72583D491DA0E30DD8BD1E51); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2EC56193C8195EAD5B8542B13E1FCC9CF4DB3C08); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F7234099CCD07F9C0939ACCC13D7F7F6E95DBAD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3F9D535B2299B288482A2642168A1C1BAD0E53FB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4C344936BFE9804F4FAAF1136199DD3097C35C88); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7248D90711F70CAD81AC5F6BE6D0612C793D1B7A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7402F76B2D6078A455F77607AF6E7350B6DE019E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7454695E25D304C65D0C1333D8008E862569CAE9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral816238D2C5B664EF76E039079E40C1492ADCF0EC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral81D0867D36C5583FF580547434E283CAD6DE759A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral82B40C98D5F9314DB5E7152D9C8639E9BA577E2D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8B8B3CA4DC793AD594AABE837D6FA7BA36298DAA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8BDB21D5F1BAF66B7BE908A15E946035E5A43BA4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral92EB87BC57FA6F020987EFDEB85F8385C7FAA4AA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CDC0E4EE6E3689868362BD0B7266F31CA73E518); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAA4DA1A93F07E2E4B09F8D5E2C45905E26A45E79); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralACF235F6913A54EC693AC2AC5183EE717D13DD32); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB16CF3324CA15FF0851B0F99DD86AC638C3E0CAE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB2E86EB01079C727723F8DBF73E978BACF9028B2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3617A860A67F27363F920DB6DF60FB7E896957A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB68C5B65F07F639077ED6438EE996FE7FACBD6DE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7D17CE41A641C6A349B2DE0B450E57D0F6A3BA3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB9E15D36DACFA970D8917F8A2D25B3E56074B572); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC4BDA98415573B97838847CF1A6949BA9FCC789E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE61C73879BEE91EFDDEA9838CA6F446E91E26195); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF1A4896CB674029AC2475FD1D0263BBA37C4723E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF7DDF59B44DDF9253B657C54053522CF694D3FBE); s_Il2CppMethodInitialized = true; } DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B2_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B1_0 = NULL; String_t* G_B3_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B5_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B4_0 = NULL; String_t* G_B6_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B8_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B7_0 = NULL; String_t* G_B9_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B11_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B10_0 = NULL; String_t* G_B12_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B14_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B13_0 = NULL; String_t* G_B15_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B17_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B16_0 = NULL; String_t* G_B18_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B20_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B19_0 = NULL; String_t* G_B21_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B23_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B22_0 = NULL; String_t* G_B24_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B26_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B25_0 = NULL; String_t* G_B27_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B29_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B28_0 = NULL; String_t* G_B30_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B32_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B31_0 = NULL; String_t* G_B33_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B35_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B34_0 = NULL; String_t* G_B36_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B38_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B37_0 = NULL; String_t* G_B39_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B41_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B40_0 = NULL; String_t* G_B42_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B44_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B43_0 = NULL; String_t* G_B45_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B47_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B46_0 = NULL; String_t* G_B48_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B50_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B49_0 = NULL; String_t* G_B51_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B53_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B52_0 = NULL; String_t* G_B54_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B56_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B55_0 = NULL; String_t* G_B57_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B59_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B58_0 = NULL; String_t* G_B60_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B62_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B61_0 = NULL; String_t* G_B63_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B65_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B64_0 = NULL; String_t* G_B66_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B68_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B67_0 = NULL; String_t* G_B69_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B71_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B70_0 = NULL; String_t* G_B72_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B74_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B73_0 = NULL; String_t* G_B75_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B77_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B76_0 = NULL; String_t* G_B78_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B80_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B79_0 = NULL; String_t* G_B81_0 = NULL; { DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_0 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_0, _stringLiteral4C344936BFE9804F4FAAF1136199DD3097C35C88, NULL); ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___NistAlgorithm = L_0; Il2CppCodeGenWriteBarrier((void**)(&((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___NistAlgorithm), (void*)L_0); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_1 = ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___NistAlgorithm; NullCheck(L_1); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_2; L_2 = VirtualFuncInvoker1< DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*, String_t* >::Invoke(9, L_1, _stringLiteral21ED4C7AF50D987589A9029FC0422151BE3A0FC2); ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___HashAlgs = L_2; Il2CppCodeGenWriteBarrier((void**)(&((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___HashAlgs), (void*)L_2); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_3 = ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___HashAlgs; NullCheck(L_3); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_4; L_4 = VirtualFuncInvoker1< DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*, String_t* >::Invoke(9, L_3, _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3); ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdSha256 = L_4; Il2CppCodeGenWriteBarrier((void**)(&((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdSha256), (void*)L_4); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_5 = ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___HashAlgs; NullCheck(L_5); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_6; L_6 = VirtualFuncInvoker1< DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*, String_t* >::Invoke(9, L_5, _stringLiteral21ED4C7AF50D987589A9029FC0422151BE3A0FC2); ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdSha384 = L_6; Il2CppCodeGenWriteBarrier((void**)(&((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdSha384), (void*)L_6); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_7 = ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___HashAlgs; NullCheck(L_7); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_8; L_8 = VirtualFuncInvoker1< DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*, String_t* >::Invoke(9, L_7, _stringLiteral2064F80F811DB79A33C4E51C10221454E30C74AE); ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdSha512 = L_8; Il2CppCodeGenWriteBarrier((void**)(&((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdSha512), (void*)L_8); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_9 = ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___HashAlgs; NullCheck(L_9); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_10; L_10 = VirtualFuncInvoker1< DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*, String_t* >::Invoke(9, L_9, _stringLiteral7454695E25D304C65D0C1333D8008E862569CAE9); ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdSha224 = L_10; Il2CppCodeGenWriteBarrier((void**)(&((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdSha224), (void*)L_10); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_11 = ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___HashAlgs; NullCheck(L_11); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_12; L_12 = VirtualFuncInvoker1< DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*, String_t* >::Invoke(9, L_11, _stringLiteralF7DDF59B44DDF9253B657C54053522CF694D3FBE); ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdSha512_224 = L_12; Il2CppCodeGenWriteBarrier((void**)(&((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdSha512_224), (void*)L_12); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_13 = ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___HashAlgs; NullCheck(L_13); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_14; L_14 = VirtualFuncInvoker1< DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*, String_t* >::Invoke(9, L_13, _stringLiteral2F7234099CCD07F9C0939ACCC13D7F7F6E95DBAD); ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdSha512_256 = L_14; Il2CppCodeGenWriteBarrier((void**)(&((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdSha512_256), (void*)L_14); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_15 = ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___HashAlgs; NullCheck(L_15); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_16; L_16 = VirtualFuncInvoker1< DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*, String_t* >::Invoke(9, L_15, _stringLiteral7402F76B2D6078A455F77607AF6E7350B6DE019E); ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdSha3_224 = L_16; Il2CppCodeGenWriteBarrier((void**)(&((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdSha3_224), (void*)L_16); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_17 = ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___HashAlgs; NullCheck(L_17); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_18; L_18 = VirtualFuncInvoker1< DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*, String_t* >::Invoke(9, L_17, _stringLiteralB16CF3324CA15FF0851B0F99DD86AC638C3E0CAE); ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdSha3_256 = L_18; Il2CppCodeGenWriteBarrier((void**)(&((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdSha3_256), (void*)L_18); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_19 = ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___HashAlgs; NullCheck(L_19); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_20; L_20 = VirtualFuncInvoker1< DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*, String_t* >::Invoke(9, L_19, _stringLiteral25D74BC981E6316A5E3CAEEA0BAF3C438F5C94DA); ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdSha3_384 = L_20; Il2CppCodeGenWriteBarrier((void**)(&((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdSha3_384), (void*)L_20); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_21 = ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___HashAlgs; NullCheck(L_21); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_22; L_22 = VirtualFuncInvoker1< DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*, String_t* >::Invoke(9, L_21, _stringLiteralAA4DA1A93F07E2E4B09F8D5E2C45905E26A45E79); ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdSha3_512 = L_22; Il2CppCodeGenWriteBarrier((void**)(&((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdSha3_512), (void*)L_22); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_23 = ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___HashAlgs; NullCheck(L_23); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_24; L_24 = VirtualFuncInvoker1< DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*, String_t* >::Invoke(9, L_23, _stringLiteral816238D2C5B664EF76E039079E40C1492ADCF0EC); ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdShake128 = L_24; Il2CppCodeGenWriteBarrier((void**)(&((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdShake128), (void*)L_24); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_25 = ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___HashAlgs; NullCheck(L_25); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_26; L_26 = VirtualFuncInvoker1< DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*, String_t* >::Invoke(9, L_25, _stringLiteralB9E15D36DACFA970D8917F8A2D25B3E56074B572); ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdShake256 = L_26; Il2CppCodeGenWriteBarrier((void**)(&((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdShake256), (void*)L_26); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_27 = ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___NistAlgorithm; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_28 = L_27; if (L_28) { G_B2_0 = L_28; goto IL_011f; } G_B1_0 = L_28; } { G_B3_0 = ((String_t*)(NULL)); goto IL_0124; } IL_011f: { NullCheck(G_B2_0); String_t* L_29; L_29 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B2_0); G_B3_0 = L_29; } IL_0124: { String_t* L_30; L_30 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B3_0, _stringLiteral2EC56193C8195EAD5B8542B13E1FCC9CF4DB3C08, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_31 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_31, L_30, NULL); ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___Aes = L_31; Il2CppCodeGenWriteBarrier((void**)(&((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___Aes), (void*)L_31); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_32 = ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___Aes; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_33 = L_32; if (L_33) { G_B5_0 = L_33; goto IL_0144; } G_B4_0 = L_33; } { G_B6_0 = ((String_t*)(NULL)); goto IL_0149; } IL_0144: { NullCheck(G_B5_0); String_t* L_34; L_34 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B5_0); G_B6_0 = L_34; } IL_0149: { String_t* L_35; L_35 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B6_0, _stringLiteral2EC56193C8195EAD5B8542B13E1FCC9CF4DB3C08, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_36 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_36, L_35, NULL); ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdAes128Ecb = L_36; Il2CppCodeGenWriteBarrier((void**)(&((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdAes128Ecb), (void*)L_36); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_37 = ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___Aes; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_38 = L_37; if (L_38) { G_B8_0 = L_38; goto IL_0169; } G_B7_0 = L_38; } { G_B9_0 = ((String_t*)(NULL)); goto IL_016e; } IL_0169: { NullCheck(G_B8_0); String_t* L_39; L_39 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B8_0); G_B9_0 = L_39; } IL_016e: { String_t* L_40; L_40 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B9_0, _stringLiteralC4BDA98415573B97838847CF1A6949BA9FCC789E, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_41 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_41, L_40, NULL); ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdAes128Cbc = L_41; Il2CppCodeGenWriteBarrier((void**)(&((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdAes128Cbc), (void*)L_41); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_42 = ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___Aes; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_43 = L_42; if (L_43) { G_B11_0 = L_43; goto IL_018e; } G_B10_0 = L_43; } { G_B12_0 = ((String_t*)(NULL)); goto IL_0193; } IL_018e: { NullCheck(G_B11_0); String_t* L_44; L_44 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B11_0); G_B12_0 = L_44; } IL_0193: { String_t* L_45; L_45 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B12_0, _stringLiteralB2E86EB01079C727723F8DBF73E978BACF9028B2, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_46 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_46, L_45, NULL); ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdAes128Ofb = L_46; Il2CppCodeGenWriteBarrier((void**)(&((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdAes128Ofb), (void*)L_46); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_47 = ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___Aes; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_48 = L_47; if (L_48) { G_B14_0 = L_48; goto IL_01b3; } G_B13_0 = L_48; } { G_B15_0 = ((String_t*)(NULL)); goto IL_01b8; } IL_01b3: { NullCheck(G_B14_0); String_t* L_49; L_49 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B14_0); G_B15_0 = L_49; } IL_01b8: { String_t* L_50; L_50 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B15_0, _stringLiteral28CEECE47824EDEF06E64DD53D862ED8A0104CA7, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_51 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_51, L_50, NULL); ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdAes128Cfb = L_51; Il2CppCodeGenWriteBarrier((void**)(&((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdAes128Cfb), (void*)L_51); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_52 = ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___Aes; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_53 = L_52; if (L_53) { G_B17_0 = L_53; goto IL_01d8; } G_B16_0 = L_53; } { G_B18_0 = ((String_t*)(NULL)); goto IL_01dd; } IL_01d8: { NullCheck(G_B17_0); String_t* L_54; L_54 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B17_0); G_B18_0 = L_54; } IL_01dd: { String_t* L_55; L_55 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B18_0, _stringLiteral8BDB21D5F1BAF66B7BE908A15E946035E5A43BA4, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_56 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_56, L_55, NULL); ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdAes128Wrap = L_56; Il2CppCodeGenWriteBarrier((void**)(&((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdAes128Wrap), (void*)L_56); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_57 = ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___Aes; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_58 = L_57; if (L_58) { G_B20_0 = L_58; goto IL_01fd; } G_B19_0 = L_58; } { G_B21_0 = ((String_t*)(NULL)); goto IL_0202; } IL_01fd: { NullCheck(G_B20_0); String_t* L_59; L_59 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B20_0); G_B21_0 = L_59; } IL_0202: { String_t* L_60; L_60 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B21_0, _stringLiteralE61C73879BEE91EFDDEA9838CA6F446E91E26195, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_61 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_61, L_60, NULL); ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdAes128Gcm = L_61; Il2CppCodeGenWriteBarrier((void**)(&((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdAes128Gcm), (void*)L_61); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_62 = ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___Aes; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_63 = L_62; if (L_63) { G_B23_0 = L_63; goto IL_0222; } G_B22_0 = L_63; } { G_B24_0 = ((String_t*)(NULL)); goto IL_0227; } IL_0222: { NullCheck(G_B23_0); String_t* L_64; L_64 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B23_0); G_B24_0 = L_64; } IL_0227: { String_t* L_65; L_65 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B24_0, _stringLiteral81D0867D36C5583FF580547434E283CAD6DE759A, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_66 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_66, L_65, NULL); ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdAes128Ccm = L_66; Il2CppCodeGenWriteBarrier((void**)(&((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdAes128Ccm), (void*)L_66); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_67 = ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___Aes; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_68 = L_67; if (L_68) { G_B26_0 = L_68; goto IL_0247; } G_B25_0 = L_68; } { G_B27_0 = ((String_t*)(NULL)); goto IL_024c; } IL_0247: { NullCheck(G_B26_0); String_t* L_69; L_69 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B26_0); G_B27_0 = L_69; } IL_024c: { String_t* L_70; L_70 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B27_0, _stringLiteral2163E57A17B89A02201CB8C1949F522F7CFFD20C, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_71 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_71, L_70, NULL); ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdAes192Ecb = L_71; Il2CppCodeGenWriteBarrier((void**)(&((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdAes192Ecb), (void*)L_71); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_72 = ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___Aes; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_73 = L_72; if (L_73) { G_B29_0 = L_73; goto IL_026c; } G_B28_0 = L_73; } { G_B30_0 = ((String_t*)(NULL)); goto IL_0271; } IL_026c: { NullCheck(G_B29_0); String_t* L_74; L_74 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B29_0); G_B30_0 = L_74; } IL_0271: { String_t* L_75; L_75 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B30_0, _stringLiteral9CDC0E4EE6E3689868362BD0B7266F31CA73E518, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_76 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_76, L_75, NULL); ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdAes192Cbc = L_76; Il2CppCodeGenWriteBarrier((void**)(&((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdAes192Cbc), (void*)L_76); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_77 = ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___Aes; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_78 = L_77; if (L_78) { G_B32_0 = L_78; goto IL_0291; } G_B31_0 = L_78; } { G_B33_0 = ((String_t*)(NULL)); goto IL_0296; } IL_0291: { NullCheck(G_B32_0); String_t* L_79; L_79 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B32_0); G_B33_0 = L_79; } IL_0296: { String_t* L_80; L_80 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B33_0, _stringLiteral2C1AFC1F1B91D27E72583D491DA0E30DD8BD1E51, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_81 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_81, L_80, NULL); ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdAes192Ofb = L_81; Il2CppCodeGenWriteBarrier((void**)(&((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdAes192Ofb), (void*)L_81); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_82 = ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___Aes; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_83 = L_82; if (L_83) { G_B35_0 = L_83; goto IL_02b6; } G_B34_0 = L_83; } { G_B36_0 = ((String_t*)(NULL)); goto IL_02bb; } IL_02b6: { NullCheck(G_B35_0); String_t* L_84; L_84 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B35_0); G_B36_0 = L_84; } IL_02bb: { String_t* L_85; L_85 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B36_0, _stringLiteral3F9D535B2299B288482A2642168A1C1BAD0E53FB, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_86 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_86, L_85, NULL); ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdAes192Cfb = L_86; Il2CppCodeGenWriteBarrier((void**)(&((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdAes192Cfb), (void*)L_86); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_87 = ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___Aes; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_88 = L_87; if (L_88) { G_B38_0 = L_88; goto IL_02db; } G_B37_0 = L_88; } { G_B39_0 = ((String_t*)(NULL)); goto IL_02e0; } IL_02db: { NullCheck(G_B38_0); String_t* L_89; L_89 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B38_0); G_B39_0 = L_89; } IL_02e0: { String_t* L_90; L_90 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B39_0, _stringLiteral82B40C98D5F9314DB5E7152D9C8639E9BA577E2D, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_91 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_91, L_90, NULL); ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdAes192Wrap = L_91; Il2CppCodeGenWriteBarrier((void**)(&((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdAes192Wrap), (void*)L_91); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_92 = ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___Aes; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_93 = L_92; if (L_93) { G_B41_0 = L_93; goto IL_0300; } G_B40_0 = L_93; } { G_B42_0 = ((String_t*)(NULL)); goto IL_0305; } IL_0300: { NullCheck(G_B41_0); String_t* L_94; L_94 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B41_0); G_B42_0 = L_94; } IL_0305: { String_t* L_95; L_95 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B42_0, _stringLiteralACF235F6913A54EC693AC2AC5183EE717D13DD32, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_96 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_96, L_95, NULL); ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdAes192Gcm = L_96; Il2CppCodeGenWriteBarrier((void**)(&((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdAes192Gcm), (void*)L_96); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_97 = ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___Aes; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_98 = L_97; if (L_98) { G_B44_0 = L_98; goto IL_0325; } G_B43_0 = L_98; } { G_B45_0 = ((String_t*)(NULL)); goto IL_032a; } IL_0325: { NullCheck(G_B44_0); String_t* L_99; L_99 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B44_0); G_B45_0 = L_99; } IL_032a: { String_t* L_100; L_100 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B45_0, _stringLiteralB68C5B65F07F639077ED6438EE996FE7FACBD6DE, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_101 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_101, L_100, NULL); ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdAes192Ccm = L_101; Il2CppCodeGenWriteBarrier((void**)(&((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdAes192Ccm), (void*)L_101); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_102 = ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___Aes; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_103 = L_102; if (L_103) { G_B47_0 = L_103; goto IL_034a; } G_B46_0 = L_103; } { G_B48_0 = ((String_t*)(NULL)); goto IL_034f; } IL_034a: { NullCheck(G_B47_0); String_t* L_104; L_104 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B47_0); G_B48_0 = L_104; } IL_034f: { String_t* L_105; L_105 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B48_0, _stringLiteralB3617A860A67F27363F920DB6DF60FB7E896957A, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_106 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_106, L_105, NULL); ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdAes256Ecb = L_106; Il2CppCodeGenWriteBarrier((void**)(&((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdAes256Ecb), (void*)L_106); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_107 = ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___Aes; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_108 = L_107; if (L_108) { G_B50_0 = L_108; goto IL_036f; } G_B49_0 = L_108; } { G_B51_0 = ((String_t*)(NULL)); goto IL_0374; } IL_036f: { NullCheck(G_B50_0); String_t* L_109; L_109 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B50_0); G_B51_0 = L_109; } IL_0374: { String_t* L_110; L_110 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B51_0, _stringLiteral7248D90711F70CAD81AC5F6BE6D0612C793D1B7A, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_111 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_111, L_110, NULL); ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdAes256Cbc = L_111; Il2CppCodeGenWriteBarrier((void**)(&((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdAes256Cbc), (void*)L_111); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_112 = ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___Aes; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_113 = L_112; if (L_113) { G_B53_0 = L_113; goto IL_0394; } G_B52_0 = L_113; } { G_B54_0 = ((String_t*)(NULL)); goto IL_0399; } IL_0394: { NullCheck(G_B53_0); String_t* L_114; L_114 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B53_0); G_B54_0 = L_114; } IL_0399: { String_t* L_115; L_115 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B54_0, _stringLiteral8B8B3CA4DC793AD594AABE837D6FA7BA36298DAA, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_116 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_116, L_115, NULL); ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdAes256Ofb = L_116; Il2CppCodeGenWriteBarrier((void**)(&((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdAes256Ofb), (void*)L_116); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_117 = ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___Aes; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_118 = L_117; if (L_118) { G_B56_0 = L_118; goto IL_03b9; } G_B55_0 = L_118; } { G_B57_0 = ((String_t*)(NULL)); goto IL_03be; } IL_03b9: { NullCheck(G_B56_0); String_t* L_119; L_119 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B56_0); G_B57_0 = L_119; } IL_03be: { String_t* L_120; L_120 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B57_0, _stringLiteralF1A4896CB674029AC2475FD1D0263BBA37C4723E, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_121 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_121, L_120, NULL); ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdAes256Cfb = L_121; Il2CppCodeGenWriteBarrier((void**)(&((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdAes256Cfb), (void*)L_121); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_122 = ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___Aes; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_123 = L_122; if (L_123) { G_B59_0 = L_123; goto IL_03de; } G_B58_0 = L_123; } { G_B60_0 = ((String_t*)(NULL)); goto IL_03e3; } IL_03de: { NullCheck(G_B59_0); String_t* L_124; L_124 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B59_0); G_B60_0 = L_124; } IL_03e3: { String_t* L_125; L_125 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B60_0, _stringLiteralB7D17CE41A641C6A349B2DE0B450E57D0F6A3BA3, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_126 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_126, L_125, NULL); ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdAes256Wrap = L_126; Il2CppCodeGenWriteBarrier((void**)(&((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdAes256Wrap), (void*)L_126); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_127 = ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___Aes; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_128 = L_127; if (L_128) { G_B62_0 = L_128; goto IL_0403; } G_B61_0 = L_128; } { G_B63_0 = ((String_t*)(NULL)); goto IL_0408; } IL_0403: { NullCheck(G_B62_0); String_t* L_129; L_129 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B62_0); G_B63_0 = L_129; } IL_0408: { String_t* L_130; L_130 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B63_0, _stringLiteral92EB87BC57FA6F020987EFDEB85F8385C7FAA4AA, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_131 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_131, L_130, NULL); ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdAes256Gcm = L_131; Il2CppCodeGenWriteBarrier((void**)(&((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdAes256Gcm), (void*)L_131); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_132 = ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___Aes; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_133 = L_132; if (L_133) { G_B65_0 = L_133; goto IL_0428; } G_B64_0 = L_133; } { G_B66_0 = ((String_t*)(NULL)); goto IL_042d; } IL_0428: { NullCheck(G_B65_0); String_t* L_134; L_134 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B65_0); G_B66_0 = L_134; } IL_042d: { String_t* L_135; L_135 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B66_0, _stringLiteral18B2774010BD8DAB44A32296E20CD4950B06E067, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_136 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_136, L_135, NULL); ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdAes256Ccm = L_136; Il2CppCodeGenWriteBarrier((void**)(&((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdAes256Ccm), (void*)L_136); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_137 = ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___NistAlgorithm; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_138 = L_137; if (L_138) { G_B68_0 = L_138; goto IL_044d; } G_B67_0 = L_138; } { G_B69_0 = ((String_t*)(NULL)); goto IL_0452; } IL_044d: { NullCheck(G_B68_0); String_t* L_139; L_139 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B68_0); G_B69_0 = L_139; } IL_0452: { String_t* L_140; L_140 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B69_0, _stringLiteralB2E86EB01079C727723F8DBF73E978BACF9028B2, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_141 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_141, L_140, NULL); ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdDsaWithSha2 = L_141; Il2CppCodeGenWriteBarrier((void**)(&((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdDsaWithSha2), (void*)L_141); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_142 = ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdDsaWithSha2; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_143 = L_142; if (L_143) { G_B71_0 = L_143; goto IL_0472; } G_B70_0 = L_143; } { G_B72_0 = ((String_t*)(NULL)); goto IL_0477; } IL_0472: { NullCheck(G_B71_0); String_t* L_144; L_144 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B71_0); G_B72_0 = L_144; } IL_0477: { String_t* L_145; L_145 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B72_0, _stringLiteral2EC56193C8195EAD5B8542B13E1FCC9CF4DB3C08, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_146 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_146, L_145, NULL); ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___DsaWithSha224 = L_146; Il2CppCodeGenWriteBarrier((void**)(&((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___DsaWithSha224), (void*)L_146); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_147 = ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdDsaWithSha2; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_148 = L_147; if (L_148) { G_B74_0 = L_148; goto IL_0497; } G_B73_0 = L_148; } { G_B75_0 = ((String_t*)(NULL)); goto IL_049c; } IL_0497: { NullCheck(G_B74_0); String_t* L_149; L_149 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B74_0); G_B75_0 = L_149; } IL_049c: { String_t* L_150; L_150 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B75_0, _stringLiteralC4BDA98415573B97838847CF1A6949BA9FCC789E, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_151 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_151, L_150, NULL); ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___DsaWithSha256 = L_151; Il2CppCodeGenWriteBarrier((void**)(&((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___DsaWithSha256), (void*)L_151); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_152 = ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdDsaWithSha2; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_153 = L_152; if (L_153) { G_B77_0 = L_153; goto IL_04bc; } G_B76_0 = L_153; } { G_B78_0 = ((String_t*)(NULL)); goto IL_04c1; } IL_04bc: { NullCheck(G_B77_0); String_t* L_154; L_154 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B77_0); G_B78_0 = L_154; } IL_04c1: { String_t* L_155; L_155 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B78_0, _stringLiteralB2E86EB01079C727723F8DBF73E978BACF9028B2, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_156 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_156, L_155, NULL); ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___DsaWithSha384 = L_156; Il2CppCodeGenWriteBarrier((void**)(&((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___DsaWithSha384), (void*)L_156); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_157 = ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___IdDsaWithSha2; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_158 = L_157; if (L_158) { G_B80_0 = L_158; goto IL_04e1; } G_B79_0 = L_158; } { G_B81_0 = ((String_t*)(NULL)); goto IL_04e6; } IL_04e1: { NullCheck(G_B80_0); String_t* L_159; L_159 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B80_0); G_B81_0 = L_159; } IL_04e6: { String_t* L_160; L_160 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B81_0, _stringLiteral28CEECE47824EDEF06E64DD53D862ED8A0104CA7, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_161 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_161, L_160, NULL); ((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___DsaWithSha512 = L_161; Il2CppCodeGenWriteBarrier((void**)(&((NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t4A5EC446D5381AD10DF778A9EBBF990E5B3223D0_il2cpp_TypeInfo_var))->___DsaWithSha512), (void*)L_161); 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 IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MiscObjectIdentifiers__ctor_m84C78DB84BD749CF404E9EB921D7712C3DECEFA7 (MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MiscObjectIdentifiers__cctor_m7AB771236EDE24BB460102513E3A41C2D7723A48 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral003C7812DBE615555B5D88D6C35073FD4BF2CAC4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0795FA74D790A96EC33A091005E9DE5071BE761D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral195B52630B81BB85B4CBA09C55B9FD0D31B361C6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1AA1790AE1BC157DD7BC2E8E7D142CB22C2346A8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1DCF6C4E415C01544E3FBB31C8616ACD39DFBD18); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1DDAE3143F21B1FFFE53965480C2B7719C430027); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2064F80F811DB79A33C4E51C10221454E30C74AE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral21ED4C7AF50D987589A9029FC0422151BE3A0FC2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2DA046D01BA4CDF4DA57FB9035F6671494D1A1E1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral33831BF047983F42122095C986CB2FBB701E1211); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral359A9823DC8082CDC7BE587B07BEBE8F42E6E317); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3CBED7E4BD59A149E72C700432D4CC0FE185B2BB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral45EF86FB3E6727A00D5090D7C941D32C03BDE83F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4FF15C7CC36E6EAC8EC7EBEE9FC4785A0186A8DD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7402F76B2D6078A455F77607AF6E7350B6DE019E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7454695E25D304C65D0C1333D8008E862569CAE9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral78BAEB1F596D840A0E63FD3FCFA1183FC947695C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral808DBB322A79F8FE16763373B0F2652FF1EAC034); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D3778B3D0306391E93AED92682BC7C86DEED6A6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAB208787952720CE341FAC3135FA095D2F1C22B9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB16CF3324CA15FF0851B0F99DD86AC638C3E0CAE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB9E15D36DACFA970D8917F8A2D25B3E56074B572); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC7FBDEF56BD43B2DFBC424D79734E92CB0BE0D0A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE0B715AFBDB586842A2439BEF967CCE1752E106); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD0C0C48B15969193630FBD329E427D217E869C85); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD599110D428DCF01889F1FBD2A629753E88C1F75); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD6664827DC27C06530D4349D406286FE4CDABE44); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralED42F47D4633C5F50F8AC3CC233A6BC22D9AED23); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF0E8CE8A60C2E3D47FDC6EDBC761120ED99858F4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA48379DAFEFBF9F8BC6562334B54D37C7EA736C); s_Il2CppMethodInitialized = true; } { DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_0 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_0, _stringLiteral1DCF6C4E415C01544E3FBB31C8616ACD39DFBD18, NULL); ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___Netscape = L_0; Il2CppCodeGenWriteBarrier((void**)(&((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___Netscape), (void*)L_0); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_1 = ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___Netscape; NullCheck(L_1); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_2; L_2 = VirtualFuncInvoker1< DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*, String_t* >::Invoke(9, L_1, _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3); ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___NetscapeCertType = L_2; Il2CppCodeGenWriteBarrier((void**)(&((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___NetscapeCertType), (void*)L_2); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_3 = ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___Netscape; NullCheck(L_3); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_4; L_4 = VirtualFuncInvoker1< DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*, String_t* >::Invoke(9, L_3, _stringLiteral21ED4C7AF50D987589A9029FC0422151BE3A0FC2); ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___NetscapeBaseUrl = L_4; Il2CppCodeGenWriteBarrier((void**)(&((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___NetscapeBaseUrl), (void*)L_4); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_5 = ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___Netscape; NullCheck(L_5); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_6; L_6 = VirtualFuncInvoker1< DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*, String_t* >::Invoke(9, L_5, _stringLiteral2064F80F811DB79A33C4E51C10221454E30C74AE); ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___NetscapeRevocationUrl = L_6; Il2CppCodeGenWriteBarrier((void**)(&((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___NetscapeRevocationUrl), (void*)L_6); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_7 = ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___Netscape; NullCheck(L_7); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_8; L_8 = VirtualFuncInvoker1< DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*, String_t* >::Invoke(9, L_7, _stringLiteral7454695E25D304C65D0C1333D8008E862569CAE9); ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___NetscapeCARevocationUrl = L_8; Il2CppCodeGenWriteBarrier((void**)(&((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___NetscapeCARevocationUrl), (void*)L_8); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_9 = ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___Netscape; NullCheck(L_9); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_10; L_10 = VirtualFuncInvoker1< DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*, String_t* >::Invoke(9, L_9, _stringLiteral7402F76B2D6078A455F77607AF6E7350B6DE019E); ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___NetscapeRenewalUrl = L_10; Il2CppCodeGenWriteBarrier((void**)(&((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___NetscapeRenewalUrl), (void*)L_10); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_11 = ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___Netscape; NullCheck(L_11); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_12; L_12 = VirtualFuncInvoker1< DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*, String_t* >::Invoke(9, L_11, _stringLiteralB16CF3324CA15FF0851B0F99DD86AC638C3E0CAE); ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___NetscapeCAPolicyUrl = L_12; Il2CppCodeGenWriteBarrier((void**)(&((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___NetscapeCAPolicyUrl), (void*)L_12); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_13 = ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___Netscape; NullCheck(L_13); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_14; L_14 = VirtualFuncInvoker1< DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*, String_t* >::Invoke(9, L_13, _stringLiteralB9E15D36DACFA970D8917F8A2D25B3E56074B572); ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___NetscapeSslServerName = L_14; Il2CppCodeGenWriteBarrier((void**)(&((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___NetscapeSslServerName), (void*)L_14); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_15 = ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___Netscape; NullCheck(L_15); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_16; L_16 = VirtualFuncInvoker1< DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*, String_t* >::Invoke(9, L_15, _stringLiteral1AA1790AE1BC157DD7BC2E8E7D142CB22C2346A8); ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___NetscapeCertComment = L_16; Il2CppCodeGenWriteBarrier((void**)(&((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___NetscapeCertComment), (void*)L_16); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_17 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_17, _stringLiteral78BAEB1F596D840A0E63FD3FCFA1183FC947695C, NULL); ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___Verisign = L_17; Il2CppCodeGenWriteBarrier((void**)(&((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___Verisign), (void*)L_17); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_18 = ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___Verisign; NullCheck(L_18); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_19; L_19 = VirtualFuncInvoker1< DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*, String_t* >::Invoke(9, L_18, _stringLiteralD6664827DC27C06530D4349D406286FE4CDABE44); ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___VerisignCzagExtension = L_19; Il2CppCodeGenWriteBarrier((void**)(&((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___VerisignCzagExtension), (void*)L_19); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_20 = ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___Verisign; NullCheck(L_20); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_21; L_21 = VirtualFuncInvoker1< DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*, String_t* >::Invoke(9, L_20, _stringLiteral3CBED7E4BD59A149E72C700432D4CC0FE185B2BB); ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___VerisignPrivate_6_9 = L_21; Il2CppCodeGenWriteBarrier((void**)(&((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___VerisignPrivate_6_9), (void*)L_21); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_22 = ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___Verisign; NullCheck(L_22); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_23; L_23 = VirtualFuncInvoker1< DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*, String_t* >::Invoke(9, L_22, _stringLiteralD599110D428DCF01889F1FBD2A629753E88C1F75); ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___VerisignOnSiteJurisdictionHash = L_23; Il2CppCodeGenWriteBarrier((void**)(&((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___VerisignOnSiteJurisdictionHash), (void*)L_23); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_24 = ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___Verisign; NullCheck(L_24); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_25; L_25 = VirtualFuncInvoker1< DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*, String_t* >::Invoke(9, L_24, _stringLiteralD0C0C48B15969193630FBD329E427D217E869C85); ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___VerisignBitString_6_13 = L_25; Il2CppCodeGenWriteBarrier((void**)(&((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___VerisignBitString_6_13), (void*)L_25); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_26 = ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___Verisign; NullCheck(L_26); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_27; L_27 = VirtualFuncInvoker1< DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*, String_t* >::Invoke(9, L_26, _stringLiteralC7FBDEF56BD43B2DFBC424D79734E92CB0BE0D0A); ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___VerisignDnbDunsNumber = L_27; Il2CppCodeGenWriteBarrier((void**)(&((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___VerisignDnbDunsNumber), (void*)L_27); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_28 = ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___Verisign; NullCheck(L_28); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_29; L_29 = VirtualFuncInvoker1< DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*, String_t* >::Invoke(9, L_28, _stringLiteral195B52630B81BB85B4CBA09C55B9FD0D31B361C6); ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___VerisignIssStrongCrypto = L_29; Il2CppCodeGenWriteBarrier((void**)(&((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___VerisignIssStrongCrypto), (void*)L_29); ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___Novell = _stringLiteralCE0B715AFBDB586842A2439BEF967CCE1752E106; Il2CppCodeGenWriteBarrier((void**)(&((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___Novell), (void*)_stringLiteralCE0B715AFBDB586842A2439BEF967CCE1752E106); String_t* L_30 = ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___Novell; String_t* L_31; L_31 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_30, _stringLiteral4FF15C7CC36E6EAC8EC7EBEE9FC4785A0186A8DD, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_32 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_32, L_31, NULL); ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___NovellSecurityAttribs = L_32; Il2CppCodeGenWriteBarrier((void**)(&((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___NovellSecurityAttribs), (void*)L_32); ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___Entrust = _stringLiteral1DDAE3143F21B1FFFE53965480C2B7719C430027; Il2CppCodeGenWriteBarrier((void**)(&((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___Entrust), (void*)_stringLiteral1DDAE3143F21B1FFFE53965480C2B7719C430027); String_t* L_33 = ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___Entrust; String_t* L_34; L_34 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_33, _stringLiteralF0E8CE8A60C2E3D47FDC6EDBC761120ED99858F4, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_35 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_35, L_34, NULL); ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___EntrustVersionExtension = L_35; Il2CppCodeGenWriteBarrier((void**)(&((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___EntrustVersionExtension), (void*)L_35); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_36 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_36, _stringLiteralAB208787952720CE341FAC3135FA095D2F1C22B9, NULL); ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___as_sys_sec_alg_ideaCBC = L_36; Il2CppCodeGenWriteBarrier((void**)(&((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___as_sys_sec_alg_ideaCBC), (void*)L_36); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_37 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_37, _stringLiteral359A9823DC8082CDC7BE587B07BEBE8F42E6E317, NULL); ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___cryptlib = L_37; Il2CppCodeGenWriteBarrier((void**)(&((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___cryptlib), (void*)L_37); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_38 = ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___cryptlib; NullCheck(L_38); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_39; L_39 = VirtualFuncInvoker1< DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*, String_t* >::Invoke(9, L_38, _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3); ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___cryptlib_algorithm = L_39; Il2CppCodeGenWriteBarrier((void**)(&((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___cryptlib_algorithm), (void*)L_39); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_40 = ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___cryptlib_algorithm; NullCheck(L_40); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_41; L_41 = VirtualFuncInvoker1< DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*, String_t* >::Invoke(9, L_40, _stringLiteral808DBB322A79F8FE16763373B0F2652FF1EAC034); ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___cryptlib_algorithm_blowfish_ECB = L_41; Il2CppCodeGenWriteBarrier((void**)(&((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___cryptlib_algorithm_blowfish_ECB), (void*)L_41); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_42 = ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___cryptlib_algorithm; NullCheck(L_42); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_43; L_43 = VirtualFuncInvoker1< DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*, String_t* >::Invoke(9, L_42, _stringLiteral45EF86FB3E6727A00D5090D7C941D32C03BDE83F); ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___cryptlib_algorithm_blowfish_CBC = L_43; Il2CppCodeGenWriteBarrier((void**)(&((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___cryptlib_algorithm_blowfish_CBC), (void*)L_43); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_44 = ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___cryptlib_algorithm; NullCheck(L_44); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_45; L_45 = VirtualFuncInvoker1< DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*, String_t* >::Invoke(9, L_44, _stringLiteral33831BF047983F42122095C986CB2FBB701E1211); ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___cryptlib_algorithm_blowfish_CFB = L_45; Il2CppCodeGenWriteBarrier((void**)(&((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___cryptlib_algorithm_blowfish_CFB), (void*)L_45); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_46 = ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___cryptlib_algorithm; NullCheck(L_46); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_47; L_47 = VirtualFuncInvoker1< DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*, String_t* >::Invoke(9, L_46, _stringLiteralFA48379DAFEFBF9F8BC6562334B54D37C7EA736C); ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___cryptlib_algorithm_blowfish_OFB = L_47; Il2CppCodeGenWriteBarrier((void**)(&((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___cryptlib_algorithm_blowfish_OFB), (void*)L_47); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_48 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_48, _stringLiteral003C7812DBE615555B5D88D6C35073FD4BF2CAC4, NULL); ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___blake2 = L_48; Il2CppCodeGenWriteBarrier((void**)(&((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___blake2), (void*)L_48); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_49 = ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___blake2; NullCheck(L_49); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_50; L_50 = VirtualFuncInvoker1< DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*, String_t* >::Invoke(9, L_49, _stringLiteral9D3778B3D0306391E93AED92682BC7C86DEED6A6); ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___id_blake2b160 = L_50; Il2CppCodeGenWriteBarrier((void**)(&((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___id_blake2b160), (void*)L_50); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_51 = ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___blake2; NullCheck(L_51); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_52; L_52 = VirtualFuncInvoker1< DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*, String_t* >::Invoke(9, L_51, _stringLiteral2DA046D01BA4CDF4DA57FB9035F6671494D1A1E1); ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___id_blake2b256 = L_52; Il2CppCodeGenWriteBarrier((void**)(&((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___id_blake2b256), (void*)L_52); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_53 = ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___blake2; NullCheck(L_53); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_54; L_54 = VirtualFuncInvoker1< DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*, String_t* >::Invoke(9, L_53, _stringLiteral0795FA74D790A96EC33A091005E9DE5071BE761D); ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___id_blake2b384 = L_54; Il2CppCodeGenWriteBarrier((void**)(&((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___id_blake2b384), (void*)L_54); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_55 = ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___blake2; NullCheck(L_55); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_56; L_56 = VirtualFuncInvoker1< DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*, String_t* >::Invoke(9, L_55, _stringLiteralED42F47D4633C5F50F8AC3CC233A6BC22D9AED23); ((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___id_blake2b512 = L_56; Il2CppCodeGenWriteBarrier((void**)(&((MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_StaticFields*)il2cpp_codegen_static_fields_for(MiscObjectIdentifiers_t3D57CF217DC9B2573A84EA03B059D30DAABF7F2F_il2cpp_TypeInfo_var))->___id_blake2b512), (void*)L_56); 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 IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetscapeCertType__ctor_m44F1966FBC95E4E85C90EC53A9D19D88FAB2C177 (NetscapeCertType_t9EF86EDB5735EBA7B6C19578061EAB9043671447* __this, int32_t ___0_usage, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerBitString_tE81BF16C73422819294A79406519EE56E9FE2F48_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___0_usage; il2cpp_codegen_runtime_class_init_inline(DerBitString_tE81BF16C73422819294A79406519EE56E9FE2F48_il2cpp_TypeInfo_var); DerBitString__ctor_m8CD542039D82B7AB0DC40557C1203D0340EC8F8C(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetscapeCertType__ctor_m73A0AC380B42401DADA8E626A74C3999E0D0DA06 (NetscapeCertType_t9EF86EDB5735EBA7B6C19578061EAB9043671447* __this, DerBitString_tE81BF16C73422819294A79406519EE56E9FE2F48* ___0_usage, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerBitString_tE81BF16C73422819294A79406519EE56E9FE2F48_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DerBitString_tE81BF16C73422819294A79406519EE56E9FE2F48* L_0 = ___0_usage; NullCheck(L_0); il2cpp_codegen_runtime_class_init_inline(DerBitString_tE81BF16C73422819294A79406519EE56E9FE2F48_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1; L_1 = VirtualFuncInvoker0< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(12, L_0); DerBitString_tE81BF16C73422819294A79406519EE56E9FE2F48* L_2 = ___0_usage; NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(13, L_2); DerBitString__ctor_mE828139123A0ED0DD03C961301D3067A3AC24BB6(__this, L_1, L_3, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NetscapeCertType_ToString_m6ED0FA32D1D1F0B8045B32AA8005E7B0169962DF (NetscapeCertType_t9EF86EDB5735EBA7B6C19578061EAB9043671447* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral64E869D5186561539A204C373201380834F5540A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_0 = NULL; int32_t V_1 = 0; { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0; L_0 = VirtualFuncInvoker0< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(12, __this); V_0 = L_0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = V_0; NullCheck(L_1); int32_t L_2 = 0; uint8_t L_3 = (L_1)->GetAt(static_cast(L_2)); V_1 = ((int32_t)((int32_t)L_3&((int32_t)255))); String_t* L_4; L_4 = Int32_ToString_m967AECC237535C552A97A80C7875E31B98496CA9((&V_1), _stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE, NULL); String_t* L_5; L_5 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral64E869D5186561539A204C373201380834F5540A, L_4, NULL); return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetscapeRevocationUrl__ctor_m35275907776A4E3FCF736C99C099EADFE64060E2 (NetscapeRevocationUrl_t8BCA9B7CF876246388E10F53BE8FCA29CF111309* __this, DerIA5String_tFEB91254C82A8FCC32F260DB2A6135E9AEF5BC23* ___0_str, const RuntimeMethod* method) { { DerIA5String_tFEB91254C82A8FCC32F260DB2A6135E9AEF5BC23* L_0 = ___0_str; NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(10, L_0); DerIA5String__ctor_m8D16BC4598637590CA4841DA7F3AB8C658229D2A(__this, L_1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NetscapeRevocationUrl_ToString_m7770C092A26E59077D9CF9455B0F5659412E081A (NetscapeRevocationUrl_t8BCA9B7CF876246388E10F53BE8FCA29CF111309* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB38608B9757963D54EC168D070C51F804BE3AB44); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = VirtualFuncInvoker0< String_t* >::Invoke(10, __this); String_t* L_1; L_1 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralB38608B9757963D54EC168D070C51F804BE3AB44, L_0, NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VerisignCzagExtension__ctor_m330D1BB7D24B9A9C06DA76E028E263AB62AAA29D (VerisignCzagExtension_tEDB8A1032CF70ED1079B0634D5D8289FD3B98D82* __this, DerIA5String_tFEB91254C82A8FCC32F260DB2A6135E9AEF5BC23* ___0_str, const RuntimeMethod* method) { { DerIA5String_tFEB91254C82A8FCC32F260DB2A6135E9AEF5BC23* L_0 = ___0_str; NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(10, L_0); DerIA5String__ctor_m8D16BC4598637590CA4841DA7F3AB8C658229D2A(__this, L_1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* VerisignCzagExtension_ToString_m86DBA1ABF5A25B982479178FDE16A2AAB1BA1B4E (VerisignCzagExtension_tEDB8A1032CF70ED1079B0634D5D8289FD3B98D82* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral12246EBA6DCB96B7C1EA078B6A97F60D75A3372F); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = VirtualFuncInvoker0< String_t* >::Invoke(10, __this); String_t* L_1; L_1 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral12246EBA6DCB96B7C1EA078B6A97F60D75A3372F, L_0, NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IanaObjectIdentifiers__ctor_m3BF3940F3F745AEFA72B07EA004B16CBDCEB3DBE (IanaObjectIdentifiers_t80A057627D616A91FFCB2753B2775B99E9AAACBB* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IanaObjectIdentifiers__cctor_m5DC838700920D1371C7D25C6B17675D756886331 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IanaObjectIdentifiers_t80A057627D616A91FFCB2753B2775B99E9AAACBB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral28CEECE47824EDEF06E64DD53D862ED8A0104CA7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2EC56193C8195EAD5B8542B13E1FCC9CF4DB3C08); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral40F4BCFD7D1C3BD59C6DE9EEF377E69FED0CC937); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB2E86EB01079C727723F8DBF73E978BACF9028B2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC4BDA98415573B97838847CF1A6949BA9FCC789E); s_Il2CppMethodInitialized = true; } DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B2_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B1_0 = NULL; String_t* G_B3_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B5_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B4_0 = NULL; String_t* G_B6_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B8_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B7_0 = NULL; String_t* G_B9_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B11_0 = NULL; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* G_B10_0 = NULL; String_t* G_B12_0 = NULL; { DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_0 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_0, _stringLiteral40F4BCFD7D1C3BD59C6DE9EEF377E69FED0CC937, NULL); ((IanaObjectIdentifiers_t80A057627D616A91FFCB2753B2775B99E9AAACBB_StaticFields*)il2cpp_codegen_static_fields_for(IanaObjectIdentifiers_t80A057627D616A91FFCB2753B2775B99E9AAACBB_il2cpp_TypeInfo_var))->___IsakmpOakley = L_0; Il2CppCodeGenWriteBarrier((void**)(&((IanaObjectIdentifiers_t80A057627D616A91FFCB2753B2775B99E9AAACBB_StaticFields*)il2cpp_codegen_static_fields_for(IanaObjectIdentifiers_t80A057627D616A91FFCB2753B2775B99E9AAACBB_il2cpp_TypeInfo_var))->___IsakmpOakley), (void*)L_0); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_1 = ((IanaObjectIdentifiers_t80A057627D616A91FFCB2753B2775B99E9AAACBB_StaticFields*)il2cpp_codegen_static_fields_for(IanaObjectIdentifiers_t80A057627D616A91FFCB2753B2775B99E9AAACBB_il2cpp_TypeInfo_var))->___IsakmpOakley; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_2 = L_1; if (L_2) { G_B2_0 = L_2; goto IL_001b; } G_B1_0 = L_2; } { G_B3_0 = ((String_t*)(NULL)); goto IL_0020; } IL_001b: { NullCheck(G_B2_0); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B2_0); G_B3_0 = L_3; } IL_0020: { String_t* L_4; L_4 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B3_0, _stringLiteral2EC56193C8195EAD5B8542B13E1FCC9CF4DB3C08, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_5 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_5, L_4, NULL); ((IanaObjectIdentifiers_t80A057627D616A91FFCB2753B2775B99E9AAACBB_StaticFields*)il2cpp_codegen_static_fields_for(IanaObjectIdentifiers_t80A057627D616A91FFCB2753B2775B99E9AAACBB_il2cpp_TypeInfo_var))->___HmacMD5 = L_5; Il2CppCodeGenWriteBarrier((void**)(&((IanaObjectIdentifiers_t80A057627D616A91FFCB2753B2775B99E9AAACBB_StaticFields*)il2cpp_codegen_static_fields_for(IanaObjectIdentifiers_t80A057627D616A91FFCB2753B2775B99E9AAACBB_il2cpp_TypeInfo_var))->___HmacMD5), (void*)L_5); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_6 = ((IanaObjectIdentifiers_t80A057627D616A91FFCB2753B2775B99E9AAACBB_StaticFields*)il2cpp_codegen_static_fields_for(IanaObjectIdentifiers_t80A057627D616A91FFCB2753B2775B99E9AAACBB_il2cpp_TypeInfo_var))->___IsakmpOakley; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_7 = L_6; if (L_7) { G_B5_0 = L_7; goto IL_0040; } G_B4_0 = L_7; } { G_B6_0 = ((String_t*)(NULL)); goto IL_0045; } IL_0040: { NullCheck(G_B5_0); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B5_0); G_B6_0 = L_8; } IL_0045: { String_t* L_9; L_9 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B6_0, _stringLiteralC4BDA98415573B97838847CF1A6949BA9FCC789E, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_10 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_10, L_9, NULL); ((IanaObjectIdentifiers_t80A057627D616A91FFCB2753B2775B99E9AAACBB_StaticFields*)il2cpp_codegen_static_fields_for(IanaObjectIdentifiers_t80A057627D616A91FFCB2753B2775B99E9AAACBB_il2cpp_TypeInfo_var))->___HmacSha1 = L_10; Il2CppCodeGenWriteBarrier((void**)(&((IanaObjectIdentifiers_t80A057627D616A91FFCB2753B2775B99E9AAACBB_StaticFields*)il2cpp_codegen_static_fields_for(IanaObjectIdentifiers_t80A057627D616A91FFCB2753B2775B99E9AAACBB_il2cpp_TypeInfo_var))->___HmacSha1), (void*)L_10); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_11 = ((IanaObjectIdentifiers_t80A057627D616A91FFCB2753B2775B99E9AAACBB_StaticFields*)il2cpp_codegen_static_fields_for(IanaObjectIdentifiers_t80A057627D616A91FFCB2753B2775B99E9AAACBB_il2cpp_TypeInfo_var))->___IsakmpOakley; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_12 = L_11; if (L_12) { G_B8_0 = L_12; goto IL_0065; } G_B7_0 = L_12; } { G_B9_0 = ((String_t*)(NULL)); goto IL_006a; } IL_0065: { NullCheck(G_B8_0); String_t* L_13; L_13 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B8_0); G_B9_0 = L_13; } IL_006a: { String_t* L_14; L_14 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B9_0, _stringLiteralB2E86EB01079C727723F8DBF73E978BACF9028B2, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_15 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_15, L_14, NULL); ((IanaObjectIdentifiers_t80A057627D616A91FFCB2753B2775B99E9AAACBB_StaticFields*)il2cpp_codegen_static_fields_for(IanaObjectIdentifiers_t80A057627D616A91FFCB2753B2775B99E9AAACBB_il2cpp_TypeInfo_var))->___HmacTiger = L_15; Il2CppCodeGenWriteBarrier((void**)(&((IanaObjectIdentifiers_t80A057627D616A91FFCB2753B2775B99E9AAACBB_StaticFields*)il2cpp_codegen_static_fields_for(IanaObjectIdentifiers_t80A057627D616A91FFCB2753B2775B99E9AAACBB_il2cpp_TypeInfo_var))->___HmacTiger), (void*)L_15); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_16 = ((IanaObjectIdentifiers_t80A057627D616A91FFCB2753B2775B99E9AAACBB_StaticFields*)il2cpp_codegen_static_fields_for(IanaObjectIdentifiers_t80A057627D616A91FFCB2753B2775B99E9AAACBB_il2cpp_TypeInfo_var))->___IsakmpOakley; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_17 = L_16; if (L_17) { G_B11_0 = L_17; goto IL_008a; } G_B10_0 = L_17; } { G_B12_0 = ((String_t*)(NULL)); goto IL_008f; } IL_008a: { NullCheck(G_B11_0); String_t* L_18; L_18 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B11_0); G_B12_0 = L_18; } IL_008f: { String_t* L_19; L_19 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B12_0, _stringLiteral28CEECE47824EDEF06E64DD53D862ED8A0104CA7, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_20 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_20, L_19, NULL); ((IanaObjectIdentifiers_t80A057627D616A91FFCB2753B2775B99E9AAACBB_StaticFields*)il2cpp_codegen_static_fields_for(IanaObjectIdentifiers_t80A057627D616A91FFCB2753B2775B99E9AAACBB_il2cpp_TypeInfo_var))->___HmacRipeMD160 = L_20; Il2CppCodeGenWriteBarrier((void**)(&((IanaObjectIdentifiers_t80A057627D616A91FFCB2753B2775B99E9AAACBB_StaticFields*)il2cpp_codegen_static_fields_for(IanaObjectIdentifiers_t80A057627D616A91FFCB2753B2775B99E9AAACBB_il2cpp_TypeInfo_var))->___HmacRipeMD160), (void*)L_20); 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 IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoProObjectIdentifiers__ctor_mB23E3A21E674294AD371A175DC4C9ADF70477D81 (CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoProObjectIdentifiers__cctor_m3DD5F7D239B22B6ACE246D2081A3031A841C421D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0097A0017BDF6DC21EFF0842F1B07F3FCAB6D2EE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral07370C7A66E567E05A867F280E55620BB8AEA532); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral14D5DB8894805305C95512B901A26BEBA2D6EB5B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B015E85EFB9D541559D750419E57A363183DB76); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F3EE28350E79347E16074426FAACEA74D26D8DF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral303405A30DCDD8001CCB49365445B55C3EB2FE3C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral35DA4C4D38D9862AA311412F66ED087671D6A9C4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3C255A390A7F03F5A7C1EF7553165F4053C05888); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral49885D4B866C9DC43265D753258445A98A737843); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4A8E0C8D13355155F62EAE3D3F44DFB6BE74D9C4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4D18200CFF053B0935F005E7A5BAA8336D9130B4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral59D1E36D161D397AD5030F651259B9D0C189A67A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral649052EB1B18FB03350AC44EBBDBEF84AC2B278E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7BE15F95730C89472C7FB2CC95F4831B712987A1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8124551E709D8BC58275CA955BF3174DBD185C27); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CE16860FAFAE14E8B206058D0C4AB7A03D217BC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA29A6238B1646B12D3328F6FB511C7482BFAEDFF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA4C472B59A8ECF1E1E1641FE8CF077EF7260289A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA75C13A9F731540BED109C1DEB0297083D58ABA0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3AE0CD84BC7E11FE3C417FBF57CC6D8D87ADFD2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDF0DDE59B6A582F9EB5BA3125965E4C4CE22BFB8); s_Il2CppMethodInitialized = true; } { DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_0 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_0, _stringLiteral9CE16860FAFAE14E8B206058D0C4AB7A03D217BC, NULL); ((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3411 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3411), (void*)L_0); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_1 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_1, _stringLiteralDF0DDE59B6A582F9EB5BA3125965E4C4CE22BFB8, NULL); ((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3411Hmac = L_1; Il2CppCodeGenWriteBarrier((void**)(&((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3411Hmac), (void*)L_1); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_2 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_2, _stringLiteral8124551E709D8BC58275CA955BF3174DBD185C27, NULL); ((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR28147Cbc = L_2; Il2CppCodeGenWriteBarrier((void**)(&((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR28147Cbc), (void*)L_2); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_3 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_3, _stringLiteral4A8E0C8D13355155F62EAE3D3F44DFB6BE74D9C4, NULL); ((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___ID_Gost28147_89_CryptoPro_A_ParamSet = L_3; Il2CppCodeGenWriteBarrier((void**)(&((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___ID_Gost28147_89_CryptoPro_A_ParamSet), (void*)L_3); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_4 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_4, _stringLiteral49885D4B866C9DC43265D753258445A98A737843, NULL); ((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3410x94 = L_4; Il2CppCodeGenWriteBarrier((void**)(&((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3410x94), (void*)L_4); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_5 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_5, _stringLiteral0097A0017BDF6DC21EFF0842F1B07F3FCAB6D2EE, NULL); ((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3410x2001 = L_5; Il2CppCodeGenWriteBarrier((void**)(&((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3410x2001), (void*)L_5); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_6 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_6, _stringLiteralA29A6238B1646B12D3328F6FB511C7482BFAEDFF, NULL); ((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3411x94WithGostR3410x94 = L_6; Il2CppCodeGenWriteBarrier((void**)(&((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3411x94WithGostR3410x94), (void*)L_6); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_7 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_7, _stringLiteral07370C7A66E567E05A867F280E55620BB8AEA532, NULL); ((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3411x94WithGostR3410x2001 = L_7; Il2CppCodeGenWriteBarrier((void**)(&((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3411x94WithGostR3410x2001), (void*)L_7); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_8 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_8, _stringLiteralB3AE0CD84BC7E11FE3C417FBF57CC6D8D87ADFD2, NULL); ((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3411x94CryptoProParamSet = L_8; Il2CppCodeGenWriteBarrier((void**)(&((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3411x94CryptoProParamSet), (void*)L_8); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_9 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_9, _stringLiteralA4C472B59A8ECF1E1E1641FE8CF077EF7260289A, NULL); ((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3410x94CryptoProA = L_9; Il2CppCodeGenWriteBarrier((void**)(&((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3410x94CryptoProA), (void*)L_9); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_10 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_10, _stringLiteral2F3EE28350E79347E16074426FAACEA74D26D8DF, NULL); ((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3410x94CryptoProB = L_10; Il2CppCodeGenWriteBarrier((void**)(&((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3410x94CryptoProB), (void*)L_10); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_11 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_11, _stringLiteral7BE15F95730C89472C7FB2CC95F4831B712987A1, NULL); ((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3410x94CryptoProC = L_11; Il2CppCodeGenWriteBarrier((void**)(&((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3410x94CryptoProC), (void*)L_11); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_12 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_12, _stringLiteral303405A30DCDD8001CCB49365445B55C3EB2FE3C, NULL); ((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3410x94CryptoProD = L_12; Il2CppCodeGenWriteBarrier((void**)(&((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3410x94CryptoProD), (void*)L_12); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_13 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_13, _stringLiteral4D18200CFF053B0935F005E7A5BAA8336D9130B4, NULL); ((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3410x94CryptoProXchA = L_13; Il2CppCodeGenWriteBarrier((void**)(&((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3410x94CryptoProXchA), (void*)L_13); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_14 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_14, _stringLiteralA75C13A9F731540BED109C1DEB0297083D58ABA0, NULL); ((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3410x94CryptoProXchB = L_14; Il2CppCodeGenWriteBarrier((void**)(&((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3410x94CryptoProXchB), (void*)L_14); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_15 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_15, _stringLiteral649052EB1B18FB03350AC44EBBDBEF84AC2B278E, NULL); ((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3410x94CryptoProXchC = L_15; Il2CppCodeGenWriteBarrier((void**)(&((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3410x94CryptoProXchC), (void*)L_15); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_16 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_16, _stringLiteral1B015E85EFB9D541559D750419E57A363183DB76, NULL); ((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3410x2001CryptoProA = L_16; Il2CppCodeGenWriteBarrier((void**)(&((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3410x2001CryptoProA), (void*)L_16); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_17 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_17, _stringLiteral59D1E36D161D397AD5030F651259B9D0C189A67A, NULL); ((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3410x2001CryptoProB = L_17; Il2CppCodeGenWriteBarrier((void**)(&((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3410x2001CryptoProB), (void*)L_17); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_18 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_18, _stringLiteral35DA4C4D38D9862AA311412F66ED087671D6A9C4, NULL); ((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3410x2001CryptoProC = L_18; Il2CppCodeGenWriteBarrier((void**)(&((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3410x2001CryptoProC), (void*)L_18); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_19 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_19, _stringLiteral14D5DB8894805305C95512B901A26BEBA2D6EB5B, NULL); ((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3410x2001CryptoProXchA = L_19; Il2CppCodeGenWriteBarrier((void**)(&((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3410x2001CryptoProXchA), (void*)L_19); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_20 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_20, _stringLiteral3C255A390A7F03F5A7C1EF7553165F4053C05888, NULL); ((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3410x2001CryptoProXchB = L_20; Il2CppCodeGenWriteBarrier((void**)(&((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3410x2001CryptoProXchB), (void*)L_20); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_21 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_21, _stringLiteral14D5DB8894805305C95512B901A26BEBA2D6EB5B, NULL); ((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostElSgDH3410Default = L_21; Il2CppCodeGenWriteBarrier((void**)(&((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostElSgDH3410Default), (void*)L_21); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_22 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_22, _stringLiteral3C255A390A7F03F5A7C1EF7553165F4053C05888, NULL); ((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostElSgDH3410x1 = L_22; Il2CppCodeGenWriteBarrier((void**)(&((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostElSgDH3410x1), (void*)L_22); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECGost3410NamedCurves__ctor_m5EA6BFEC8F2AAEBFE1CCDF8DD37F4F05852CCD4A (ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECGost3410NamedCurves__cctor_m8BEAFD44BD8F515758B6D14D487B0F9CC1EFDAEB (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECDomainParameters_t043B92B96F4A72978DD06EA986E518961B816194_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t64AA9A0F22E3D706E15FD5F5481FAFA2ADD7B4AF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral20F7422100C8C88F6B340925BAE5048C30576E23); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3DD76D3077F87B98C7C5AB8CF2F3F081912348DE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral47897467C289E1E51875B7BE0A8CFD148657C64D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral495FB6B8211354090008ECE66A4F0F4C56D595AF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5F0E0E4FD20D264DD71A98D304397A53CE06D485); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral85A8A90B5F192F9171591E220AEAE8BF98E46D9E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA6CFF9BA0FFB9E961A1009F3C2D0D2BF233C4E24); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA7EFBE7F1BCDE14DDA3B606A5F35D70FCD927D4E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAB1884265C9E3BBE790EC2DEBA9D74770BD8BD21); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAC6F5A4052EFDA8F3ABA4A3E049AA81980EE08BA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAE8DAE8CB28032AAE362FE4155C2D33608A9AED4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB68D96028BD9D3876AEFB7ACF3D7B72FD005DA58); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC591B1C32392EBE66D2D66C9101FD6E0C8E97686); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD22CAA4530F10CCFA10C706C2EA30D020D07B591); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDDEBA5C718D86B7D3A4F2771FE5FEE72964652B1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDEFFC44CEBAF4A7E48E4183E884F92E8024495C8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE048A033719D20DAF396B46256692FAD1476B2B3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE1C262722E8E2006A0A85AD4C2BF25E74FB7FCD4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF43E7AC121C30B30D71E4345C0180DE7F322A779); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA3A96CD759774DD5AD0E6FAC6EEF64AD51AEBAC); s_Il2CppMethodInitialized = true; } BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_0 = NULL; FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD* V_1 = NULL; ECDomainParameters_t043B92B96F4A72978DD06EA986E518961B816194* V_2 = NULL; { il2cpp_codegen_runtime_class_init_inline(Platform_t64AA9A0F22E3D706E15FD5F5481FAFA2ADD7B4AF_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = Platform_CreateHashtable_m591C0A8EEB8EDE93E6BD509E2689DA3C888B8BDC(NULL); ((ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_il2cpp_TypeInfo_var))->___objIds = L_0; Il2CppCodeGenWriteBarrier((void**)(&((ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_il2cpp_TypeInfo_var))->___objIds), (void*)L_0); RuntimeObject* L_1; L_1 = Platform_CreateHashtable_m591C0A8EEB8EDE93E6BD509E2689DA3C888B8BDC(NULL); ((ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_il2cpp_TypeInfo_var))->___parameters = L_1; Il2CppCodeGenWriteBarrier((void**)(&((ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_il2cpp_TypeInfo_var))->___parameters), (void*)L_1); RuntimeObject* L_2; L_2 = Platform_CreateHashtable_m591C0A8EEB8EDE93E6BD509E2689DA3C888B8BDC(NULL); ((ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_il2cpp_TypeInfo_var))->___names = L_2; Il2CppCodeGenWriteBarrier((void**)(&((ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_il2cpp_TypeInfo_var))->___names), (void*)L_2); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_3 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_mBD865A0200B0FFF1B56D8DDCFED8167CCC0042E8(L_3, _stringLiteral85A8A90B5F192F9171591E220AEAE8BF98E46D9E, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_4 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_mBD865A0200B0FFF1B56D8DDCFED8167CCC0042E8(L_4, _stringLiteralDEFFC44CEBAF4A7E48E4183E884F92E8024495C8, NULL); V_0 = L_4; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_5 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_mBD865A0200B0FFF1B56D8DDCFED8167CCC0042E8(L_5, _stringLiteralAE8DAE8CB28032AAE362FE4155C2D33608A9AED4, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_6 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_mBD865A0200B0FFF1B56D8DDCFED8167CCC0042E8(L_6, _stringLiteralAC6F5A4052EFDA8F3ABA4A3E049AA81980EE08BA, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_7 = V_0; il2cpp_codegen_runtime_class_init_inline(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_8 = ((BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var))->___One; FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD* L_9 = (FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD*)il2cpp_codegen_object_new(FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); FpCurve__ctor_mA33C90E41F879DD0EE0A04C8C2950276512F527B(L_9, L_3, L_5, L_6, L_7, L_8, NULL); V_1 = L_9; FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD* L_10 = V_1; FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD* L_11 = V_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_12 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_mBD865A0200B0FFF1B56D8DDCFED8167CCC0042E8(L_12, _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_13 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_mBD865A0200B0FFF1B56D8DDCFED8167CCC0042E8(L_13, _stringLiteralA7EFBE7F1BCDE14DDA3B606A5F35D70FCD927D4E, NULL); NullCheck(L_11); ECPoint_t3140239580846DCABD076C228670186579EEB5D1* L_14; L_14 = VirtualFuncInvoker2< ECPoint_t3140239580846DCABD076C228670186579EEB5D1*, BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*, BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* >::Invoke(10, L_11, L_12, L_13); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_15 = V_0; ECDomainParameters_t043B92B96F4A72978DD06EA986E518961B816194* L_16 = (ECDomainParameters_t043B92B96F4A72978DD06EA986E518961B816194*)il2cpp_codegen_object_new(ECDomainParameters_t043B92B96F4A72978DD06EA986E518961B816194_il2cpp_TypeInfo_var); ECDomainParameters__ctor_mCEA3E3A4F2E6A63164AAC07C4AEC34764183983B(L_16, L_10, L_14, L_15, NULL); V_2 = L_16; RuntimeObject* L_17 = ((ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_il2cpp_TypeInfo_var))->___parameters; il2cpp_codegen_runtime_class_init_inline(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_18 = ((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3410x2001CryptoProA; ECDomainParameters_t043B92B96F4A72978DD06EA986E518961B816194* L_19 = V_2; NullCheck(L_17); InterfaceActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(1, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_17, L_18, L_19); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_20 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_mBD865A0200B0FFF1B56D8DDCFED8167CCC0042E8(L_20, _stringLiteral85A8A90B5F192F9171591E220AEAE8BF98E46D9E, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_21 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_mBD865A0200B0FFF1B56D8DDCFED8167CCC0042E8(L_21, _stringLiteralDEFFC44CEBAF4A7E48E4183E884F92E8024495C8, NULL); V_0 = L_21; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_22 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_mBD865A0200B0FFF1B56D8DDCFED8167CCC0042E8(L_22, _stringLiteralAE8DAE8CB28032AAE362FE4155C2D33608A9AED4, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_23 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_mBD865A0200B0FFF1B56D8DDCFED8167CCC0042E8(L_23, _stringLiteralAC6F5A4052EFDA8F3ABA4A3E049AA81980EE08BA, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_24 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_25 = ((BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var))->___One; FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD* L_26 = (FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD*)il2cpp_codegen_object_new(FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); FpCurve__ctor_mA33C90E41F879DD0EE0A04C8C2950276512F527B(L_26, L_20, L_22, L_23, L_24, L_25, NULL); V_1 = L_26; FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD* L_27 = V_1; FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD* L_28 = V_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_29 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_mBD865A0200B0FFF1B56D8DDCFED8167CCC0042E8(L_29, _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_30 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_mBD865A0200B0FFF1B56D8DDCFED8167CCC0042E8(L_30, _stringLiteralA7EFBE7F1BCDE14DDA3B606A5F35D70FCD927D4E, NULL); NullCheck(L_28); ECPoint_t3140239580846DCABD076C228670186579EEB5D1* L_31; L_31 = VirtualFuncInvoker2< ECPoint_t3140239580846DCABD076C228670186579EEB5D1*, BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*, BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* >::Invoke(10, L_28, L_29, L_30); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_32 = V_0; ECDomainParameters_t043B92B96F4A72978DD06EA986E518961B816194* L_33 = (ECDomainParameters_t043B92B96F4A72978DD06EA986E518961B816194*)il2cpp_codegen_object_new(ECDomainParameters_t043B92B96F4A72978DD06EA986E518961B816194_il2cpp_TypeInfo_var); ECDomainParameters__ctor_mCEA3E3A4F2E6A63164AAC07C4AEC34764183983B(L_33, L_27, L_31, L_32, NULL); V_2 = L_33; RuntimeObject* L_34 = ((ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_il2cpp_TypeInfo_var))->___parameters; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_35 = ((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3410x2001CryptoProXchA; ECDomainParameters_t043B92B96F4A72978DD06EA986E518961B816194* L_36 = V_2; NullCheck(L_34); InterfaceActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(1, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_34, L_35, L_36); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_37 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_mBD865A0200B0FFF1B56D8DDCFED8167CCC0042E8(L_37, _stringLiteralB68D96028BD9D3876AEFB7ACF3D7B72FD005DA58, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_38 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_mBD865A0200B0FFF1B56D8DDCFED8167CCC0042E8(L_38, _stringLiteralC591B1C32392EBE66D2D66C9101FD6E0C8E97686, NULL); V_0 = L_38; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_39 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_mBD865A0200B0FFF1B56D8DDCFED8167CCC0042E8(L_39, _stringLiteral20F7422100C8C88F6B340925BAE5048C30576E23, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_40 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_mBD865A0200B0FFF1B56D8DDCFED8167CCC0042E8(L_40, _stringLiteralD22CAA4530F10CCFA10C706C2EA30D020D07B591, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_41 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_42 = ((BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var))->___One; FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD* L_43 = (FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD*)il2cpp_codegen_object_new(FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); FpCurve__ctor_mA33C90E41F879DD0EE0A04C8C2950276512F527B(L_43, L_37, L_39, L_40, L_41, L_42, NULL); V_1 = L_43; FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD* L_44 = V_1; FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD* L_45 = V_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_46 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_mBD865A0200B0FFF1B56D8DDCFED8167CCC0042E8(L_46, _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_47 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_mBD865A0200B0FFF1B56D8DDCFED8167CCC0042E8(L_47, _stringLiteralF43E7AC121C30B30D71E4345C0180DE7F322A779, NULL); NullCheck(L_45); ECPoint_t3140239580846DCABD076C228670186579EEB5D1* L_48; L_48 = VirtualFuncInvoker2< ECPoint_t3140239580846DCABD076C228670186579EEB5D1*, BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*, BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* >::Invoke(10, L_45, L_46, L_47); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_49 = V_0; ECDomainParameters_t043B92B96F4A72978DD06EA986E518961B816194* L_50 = (ECDomainParameters_t043B92B96F4A72978DD06EA986E518961B816194*)il2cpp_codegen_object_new(ECDomainParameters_t043B92B96F4A72978DD06EA986E518961B816194_il2cpp_TypeInfo_var); ECDomainParameters__ctor_mCEA3E3A4F2E6A63164AAC07C4AEC34764183983B(L_50, L_44, L_48, L_49, NULL); V_2 = L_50; RuntimeObject* L_51 = ((ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_il2cpp_TypeInfo_var))->___parameters; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_52 = ((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3410x2001CryptoProB; ECDomainParameters_t043B92B96F4A72978DD06EA986E518961B816194* L_53 = V_2; NullCheck(L_51); InterfaceActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(1, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_51, L_52, L_53); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_54 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_mBD865A0200B0FFF1B56D8DDCFED8167CCC0042E8(L_54, _stringLiteral3DD76D3077F87B98C7C5AB8CF2F3F081912348DE, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_55 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_mBD865A0200B0FFF1B56D8DDCFED8167CCC0042E8(L_55, _stringLiteralDDEBA5C718D86B7D3A4F2771FE5FEE72964652B1, NULL); V_0 = L_55; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_56 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_mBD865A0200B0FFF1B56D8DDCFED8167CCC0042E8(L_56, _stringLiteralA6CFF9BA0FFB9E961A1009F3C2D0D2BF233C4E24, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_57 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_mBD865A0200B0FFF1B56D8DDCFED8167CCC0042E8(L_57, _stringLiteral47897467C289E1E51875B7BE0A8CFD148657C64D, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_58 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_59 = ((BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var))->___One; FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD* L_60 = (FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD*)il2cpp_codegen_object_new(FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); FpCurve__ctor_mA33C90E41F879DD0EE0A04C8C2950276512F527B(L_60, L_54, L_56, L_57, L_58, L_59, NULL); V_1 = L_60; FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD* L_61 = V_1; FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD* L_62 = V_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_63 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_mBD865A0200B0FFF1B56D8DDCFED8167CCC0042E8(L_63, _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_64 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_mBD865A0200B0FFF1B56D8DDCFED8167CCC0042E8(L_64, _stringLiteral5F0E0E4FD20D264DD71A98D304397A53CE06D485, NULL); NullCheck(L_62); ECPoint_t3140239580846DCABD076C228670186579EEB5D1* L_65; L_65 = VirtualFuncInvoker2< ECPoint_t3140239580846DCABD076C228670186579EEB5D1*, BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*, BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* >::Invoke(10, L_62, L_63, L_64); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_66 = V_0; ECDomainParameters_t043B92B96F4A72978DD06EA986E518961B816194* L_67 = (ECDomainParameters_t043B92B96F4A72978DD06EA986E518961B816194*)il2cpp_codegen_object_new(ECDomainParameters_t043B92B96F4A72978DD06EA986E518961B816194_il2cpp_TypeInfo_var); ECDomainParameters__ctor_mCEA3E3A4F2E6A63164AAC07C4AEC34764183983B(L_67, L_61, L_65, L_66, NULL); V_2 = L_67; RuntimeObject* L_68 = ((ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_il2cpp_TypeInfo_var))->___parameters; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_69 = ((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3410x2001CryptoProXchB; ECDomainParameters_t043B92B96F4A72978DD06EA986E518961B816194* L_70 = V_2; NullCheck(L_68); InterfaceActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(1, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_68, L_69, L_70); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_71 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_mBD865A0200B0FFF1B56D8DDCFED8167CCC0042E8(L_71, _stringLiteral3DD76D3077F87B98C7C5AB8CF2F3F081912348DE, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_72 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_mBD865A0200B0FFF1B56D8DDCFED8167CCC0042E8(L_72, _stringLiteralDDEBA5C718D86B7D3A4F2771FE5FEE72964652B1, NULL); V_0 = L_72; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_73 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_mBD865A0200B0FFF1B56D8DDCFED8167CCC0042E8(L_73, _stringLiteralA6CFF9BA0FFB9E961A1009F3C2D0D2BF233C4E24, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_74 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_mBD865A0200B0FFF1B56D8DDCFED8167CCC0042E8(L_74, _stringLiteral47897467C289E1E51875B7BE0A8CFD148657C64D, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_75 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_76 = ((BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var))->___One; FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD* L_77 = (FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD*)il2cpp_codegen_object_new(FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); FpCurve__ctor_mA33C90E41F879DD0EE0A04C8C2950276512F527B(L_77, L_71, L_73, L_74, L_75, L_76, NULL); V_1 = L_77; FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD* L_78 = V_1; FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD* L_79 = V_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_80 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_mBD865A0200B0FFF1B56D8DDCFED8167CCC0042E8(L_80, _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_81 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_mBD865A0200B0FFF1B56D8DDCFED8167CCC0042E8(L_81, _stringLiteral5F0E0E4FD20D264DD71A98D304397A53CE06D485, NULL); NullCheck(L_79); ECPoint_t3140239580846DCABD076C228670186579EEB5D1* L_82; L_82 = VirtualFuncInvoker2< ECPoint_t3140239580846DCABD076C228670186579EEB5D1*, BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*, BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* >::Invoke(10, L_79, L_80, L_81); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_83 = V_0; ECDomainParameters_t043B92B96F4A72978DD06EA986E518961B816194* L_84 = (ECDomainParameters_t043B92B96F4A72978DD06EA986E518961B816194*)il2cpp_codegen_object_new(ECDomainParameters_t043B92B96F4A72978DD06EA986E518961B816194_il2cpp_TypeInfo_var); ECDomainParameters__ctor_mCEA3E3A4F2E6A63164AAC07C4AEC34764183983B(L_84, L_78, L_82, L_83, NULL); V_2 = L_84; RuntimeObject* L_85 = ((ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_il2cpp_TypeInfo_var))->___parameters; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_86 = ((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3410x2001CryptoProC; ECDomainParameters_t043B92B96F4A72978DD06EA986E518961B816194* L_87 = V_2; NullCheck(L_85); InterfaceActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(1, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_85, L_86, L_87); RuntimeObject* L_88 = ((ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_il2cpp_TypeInfo_var))->___objIds; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_89 = ((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3410x2001CryptoProA; NullCheck(L_88); InterfaceActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(1, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_88, _stringLiteral495FB6B8211354090008ECE66A4F0F4C56D595AF, L_89); RuntimeObject* L_90 = ((ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_il2cpp_TypeInfo_var))->___objIds; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_91 = ((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3410x2001CryptoProB; NullCheck(L_90); InterfaceActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(1, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_90, _stringLiteralE1C262722E8E2006A0A85AD4C2BF25E74FB7FCD4, L_91); RuntimeObject* L_92 = ((ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_il2cpp_TypeInfo_var))->___objIds; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_93 = ((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3410x2001CryptoProC; NullCheck(L_92); InterfaceActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(1, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_92, _stringLiteralFA3A96CD759774DD5AD0E6FAC6EEF64AD51AEBAC, L_93); RuntimeObject* L_94 = ((ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_il2cpp_TypeInfo_var))->___objIds; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_95 = ((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3410x2001CryptoProXchA; NullCheck(L_94); InterfaceActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(1, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_94, _stringLiteralAB1884265C9E3BBE790EC2DEBA9D74770BD8BD21, L_95); RuntimeObject* L_96 = ((ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_il2cpp_TypeInfo_var))->___objIds; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_97 = ((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3410x2001CryptoProXchB; NullCheck(L_96); InterfaceActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(1, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_96, _stringLiteralE048A033719D20DAF396B46256692FAD1476B2B3, L_97); RuntimeObject* L_98 = ((ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_il2cpp_TypeInfo_var))->___names; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_99 = ((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3410x2001CryptoProA; NullCheck(L_98); InterfaceActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(1, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_98, L_99, _stringLiteral495FB6B8211354090008ECE66A4F0F4C56D595AF); RuntimeObject* L_100 = ((ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_il2cpp_TypeInfo_var))->___names; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_101 = ((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3410x2001CryptoProB; NullCheck(L_100); InterfaceActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(1, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_100, L_101, _stringLiteralE1C262722E8E2006A0A85AD4C2BF25E74FB7FCD4); RuntimeObject* L_102 = ((ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_il2cpp_TypeInfo_var))->___names; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_103 = ((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3410x2001CryptoProC; NullCheck(L_102); InterfaceActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(1, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_102, L_103, _stringLiteralFA3A96CD759774DD5AD0E6FAC6EEF64AD51AEBAC); RuntimeObject* L_104 = ((ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_il2cpp_TypeInfo_var))->___names; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_105 = ((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3410x2001CryptoProXchA; NullCheck(L_104); InterfaceActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(1, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_104, L_105, _stringLiteralAB1884265C9E3BBE790EC2DEBA9D74770BD8BD21); RuntimeObject* L_106 = ((ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_il2cpp_TypeInfo_var))->___names; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_107 = ((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3410x2001CryptoProXchB; NullCheck(L_106); InterfaceActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(1, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_106, L_107, _stringLiteralE048A033719D20DAF396B46256692FAD1476B2B3); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECDomainParameters_t043B92B96F4A72978DD06EA986E518961B816194* ECGost3410NamedCurves_GetByOid_mABD19E21F9FA573F8D0BE7AFB8E6DBEDE463FD51 (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___0_oid, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECDomainParameters_t043B92B96F4A72978DD06EA986E518961B816194_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_il2cpp_TypeInfo_var))->___parameters; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_1 = ___0_oid; NullCheck(L_0); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_0, L_1); return ((ECDomainParameters_t043B92B96F4A72978DD06EA986E518961B816194*)CastclassClass((RuntimeObject*)L_2, ECDomainParameters_t043B92B96F4A72978DD06EA986E518961B816194_il2cpp_TypeInfo_var)); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ECGost3410NamedCurves_get_Names_m3C6992A2D2F5EBA2EF556F2F386E19CB55648C6F (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumerableProxy_t1DE130F19CC37E48E9B58DDB8AF7C94EB1E3650B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_il2cpp_TypeInfo_var))->___names; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(3, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_0); EnumerableProxy_t1DE130F19CC37E48E9B58DDB8AF7C94EB1E3650B* L_2 = (EnumerableProxy_t1DE130F19CC37E48E9B58DDB8AF7C94EB1E3650B*)il2cpp_codegen_object_new(EnumerableProxy_t1DE130F19CC37E48E9B58DDB8AF7C94EB1E3650B_il2cpp_TypeInfo_var); EnumerableProxy__ctor_m016A9F84E918D8E816280C358DC1C091E60053DE(L_2, L_1, NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECDomainParameters_t043B92B96F4A72978DD06EA986E518961B816194* ECGost3410NamedCurves_GetByName_mEE707CBE6C14E97AB768BF9FDBA98BF0FBEB5E71 (String_t* ___0_name, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECDomainParameters_t043B92B96F4A72978DD06EA986E518961B816194_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* V_0 = NULL; { il2cpp_codegen_runtime_class_init_inline(ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_il2cpp_TypeInfo_var))->___objIds; String_t* L_1 = ___0_name; NullCheck(L_0); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_0, L_1); V_0 = ((DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)CastclassClass((RuntimeObject*)L_2, DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var)); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_3 = V_0; if (!L_3) { goto IL_0025; } } { il2cpp_codegen_runtime_class_init_inline(ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_il2cpp_TypeInfo_var); RuntimeObject* L_4 = ((ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_il2cpp_TypeInfo_var))->___parameters; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_5 = V_0; NullCheck(L_4); RuntimeObject* L_6; L_6 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_4, L_5); return ((ECDomainParameters_t043B92B96F4A72978DD06EA986E518961B816194*)CastclassClass((RuntimeObject*)L_6, ECDomainParameters_t043B92B96F4A72978DD06EA986E518961B816194_il2cpp_TypeInfo_var)); } IL_0025: { return (ECDomainParameters_t043B92B96F4A72978DD06EA986E518961B816194*)NULL; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ECGost3410NamedCurves_GetName_m0C2E6E1974D1547D0E9D0FDCB6CD7A50EC6E2C5B (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___0_oid, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_il2cpp_TypeInfo_var))->___names; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_1 = ___0_oid; NullCheck(L_0); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_0, L_1); return ((String_t*)CastclassSealed((RuntimeObject*)L_2, String_t_il2cpp_TypeInfo_var)); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ECGost3410NamedCurves_GetOid_m5BD1351E1E363486C2B0D07DEC615229F9201F6C (String_t* ___0_name, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_StaticFields*)il2cpp_codegen_static_fields_for(ECGost3410NamedCurves_t618F877FBA2B8DFD64D738FBF90DB6C105CBA334_il2cpp_TypeInfo_var))->___objIds; String_t* L_1 = ___0_name; NullCheck(L_0); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_0, L_1); return ((DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)CastclassClass((RuntimeObject*)L_2, DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_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 IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gost3410NamedParameters__ctor_m54939765FADC8D439B41AF782B7DE6C725E10BA1 (Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gost3410NamedParameters__cctor_mA9A11BA44C760E3750365980BF15F64D997FF96A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Gost3410ParamSetParameters_t3B6599F9E3F8AD740E53D574CBB62251FC5E27D0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t64AA9A0F22E3D706E15FD5F5481FAFA2ADD7B4AF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0E334076D886BF190FEA3EC811F68CFA0C1A9D49); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral315E9293E7091E89B757B9A668851F5B70883E50); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4034DD5F1099E9E10BF9743A42A5DA16247D0965); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral624A5E270C9A550B9463C0A943E807F66B883CAF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C0723AFB7AE2AF742ED859E952A5F5B629A10C0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral701735DD88CE670EAFD4EACE23D002DFF23C0904); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9246599CB943C8EE7B15D09891A45B0B03B97856); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9BD620DE16F5F7A0DDC1DBCE3B9FF40D0DA2C5FC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA9DEE09EF96117A5E7C4471EA38B1653785795C2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDDE614EF8AA521B76ED2A8ED8763AC6A20E8B6D6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEB0FFD08F8023062F42A80B736CC707CCF3B7EBF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF9BA3D7F2DCE1C1246B787A71197FC40F03C68D3); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(Platform_t64AA9A0F22E3D706E15FD5F5481FAFA2ADD7B4AF_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = Platform_CreateHashtable_m591C0A8EEB8EDE93E6BD509E2689DA3C888B8BDC(NULL); ((Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_StaticFields*)il2cpp_codegen_static_fields_for(Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_il2cpp_TypeInfo_var))->___objIds = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_StaticFields*)il2cpp_codegen_static_fields_for(Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_il2cpp_TypeInfo_var))->___objIds), (void*)L_0); RuntimeObject* L_1; L_1 = Platform_CreateHashtable_m591C0A8EEB8EDE93E6BD509E2689DA3C888B8BDC(NULL); ((Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_StaticFields*)il2cpp_codegen_static_fields_for(Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_il2cpp_TypeInfo_var))->___parameters = L_1; Il2CppCodeGenWriteBarrier((void**)(&((Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_StaticFields*)il2cpp_codegen_static_fields_for(Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_il2cpp_TypeInfo_var))->___parameters), (void*)L_1); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_2 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_mBD865A0200B0FFF1B56D8DDCFED8167CCC0042E8(L_2, _stringLiteral9BD620DE16F5F7A0DDC1DBCE3B9FF40D0DA2C5FC, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_3 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_mBD865A0200B0FFF1B56D8DDCFED8167CCC0042E8(L_3, _stringLiteral6C0723AFB7AE2AF742ED859E952A5F5B629A10C0, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_4 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_mBD865A0200B0FFF1B56D8DDCFED8167CCC0042E8(L_4, _stringLiteral701735DD88CE670EAFD4EACE23D002DFF23C0904, NULL); Gost3410ParamSetParameters_t3B6599F9E3F8AD740E53D574CBB62251FC5E27D0* L_5 = (Gost3410ParamSetParameters_t3B6599F9E3F8AD740E53D574CBB62251FC5E27D0*)il2cpp_codegen_object_new(Gost3410ParamSetParameters_t3B6599F9E3F8AD740E53D574CBB62251FC5E27D0_il2cpp_TypeInfo_var); Gost3410ParamSetParameters__ctor_m358C38A5010DE1A53AFD18DE8C4C682904B53070(L_5, ((int32_t)1024), L_2, L_3, L_4, NULL); ((Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_StaticFields*)il2cpp_codegen_static_fields_for(Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_il2cpp_TypeInfo_var))->___cryptoProA = L_5; Il2CppCodeGenWriteBarrier((void**)(&((Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_StaticFields*)il2cpp_codegen_static_fields_for(Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_il2cpp_TypeInfo_var))->___cryptoProA), (void*)L_5); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_6 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_mBD865A0200B0FFF1B56D8DDCFED8167CCC0042E8(L_6, _stringLiteralEB0FFD08F8023062F42A80B736CC707CCF3B7EBF, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_7 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_mBD865A0200B0FFF1B56D8DDCFED8167CCC0042E8(L_7, _stringLiteralF9BA3D7F2DCE1C1246B787A71197FC40F03C68D3, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_8 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_mBD865A0200B0FFF1B56D8DDCFED8167CCC0042E8(L_8, _stringLiteral4034DD5F1099E9E10BF9743A42A5DA16247D0965, NULL); Gost3410ParamSetParameters_t3B6599F9E3F8AD740E53D574CBB62251FC5E27D0* L_9 = (Gost3410ParamSetParameters_t3B6599F9E3F8AD740E53D574CBB62251FC5E27D0*)il2cpp_codegen_object_new(Gost3410ParamSetParameters_t3B6599F9E3F8AD740E53D574CBB62251FC5E27D0_il2cpp_TypeInfo_var); Gost3410ParamSetParameters__ctor_m358C38A5010DE1A53AFD18DE8C4C682904B53070(L_9, ((int32_t)1024), L_6, L_7, L_8, NULL); ((Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_StaticFields*)il2cpp_codegen_static_fields_for(Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_il2cpp_TypeInfo_var))->___cryptoProB = L_9; Il2CppCodeGenWriteBarrier((void**)(&((Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_StaticFields*)il2cpp_codegen_static_fields_for(Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_il2cpp_TypeInfo_var))->___cryptoProB), (void*)L_9); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_10 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_mBD865A0200B0FFF1B56D8DDCFED8167CCC0042E8(L_10, _stringLiteral9246599CB943C8EE7B15D09891A45B0B03B97856, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_11 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_mBD865A0200B0FFF1B56D8DDCFED8167CCC0042E8(L_11, _stringLiteral624A5E270C9A550B9463C0A943E807F66B883CAF, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_12 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_mBD865A0200B0FFF1B56D8DDCFED8167CCC0042E8(L_12, _stringLiteralA9DEE09EF96117A5E7C4471EA38B1653785795C2, NULL); Gost3410ParamSetParameters_t3B6599F9E3F8AD740E53D574CBB62251FC5E27D0* L_13 = (Gost3410ParamSetParameters_t3B6599F9E3F8AD740E53D574CBB62251FC5E27D0*)il2cpp_codegen_object_new(Gost3410ParamSetParameters_t3B6599F9E3F8AD740E53D574CBB62251FC5E27D0_il2cpp_TypeInfo_var); Gost3410ParamSetParameters__ctor_m358C38A5010DE1A53AFD18DE8C4C682904B53070(L_13, ((int32_t)1024), L_10, L_11, L_12, NULL); ((Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_StaticFields*)il2cpp_codegen_static_fields_for(Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_il2cpp_TypeInfo_var))->___cryptoProXchA = L_13; Il2CppCodeGenWriteBarrier((void**)(&((Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_StaticFields*)il2cpp_codegen_static_fields_for(Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_il2cpp_TypeInfo_var))->___cryptoProXchA), (void*)L_13); RuntimeObject* L_14 = ((Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_StaticFields*)il2cpp_codegen_static_fields_for(Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_il2cpp_TypeInfo_var))->___parameters; il2cpp_codegen_runtime_class_init_inline(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_15 = ((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3410x94CryptoProA; Gost3410ParamSetParameters_t3B6599F9E3F8AD740E53D574CBB62251FC5E27D0* L_16 = ((Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_StaticFields*)il2cpp_codegen_static_fields_for(Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_il2cpp_TypeInfo_var))->___cryptoProA; NullCheck(L_14); InterfaceActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(1, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_14, L_15, L_16); RuntimeObject* L_17 = ((Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_StaticFields*)il2cpp_codegen_static_fields_for(Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_il2cpp_TypeInfo_var))->___parameters; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_18 = ((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3410x94CryptoProB; Gost3410ParamSetParameters_t3B6599F9E3F8AD740E53D574CBB62251FC5E27D0* L_19 = ((Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_StaticFields*)il2cpp_codegen_static_fields_for(Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_il2cpp_TypeInfo_var))->___cryptoProB; NullCheck(L_17); InterfaceActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(1, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_17, L_18, L_19); RuntimeObject* L_20 = ((Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_StaticFields*)il2cpp_codegen_static_fields_for(Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_il2cpp_TypeInfo_var))->___parameters; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_21 = ((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3410x94CryptoProXchA; Gost3410ParamSetParameters_t3B6599F9E3F8AD740E53D574CBB62251FC5E27D0* L_22 = ((Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_StaticFields*)il2cpp_codegen_static_fields_for(Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_il2cpp_TypeInfo_var))->___cryptoProXchA; NullCheck(L_20); InterfaceActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(1, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_20, L_21, L_22); RuntimeObject* L_23 = ((Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_StaticFields*)il2cpp_codegen_static_fields_for(Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_il2cpp_TypeInfo_var))->___objIds; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_24 = ((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3410x94CryptoProA; NullCheck(L_23); InterfaceActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(1, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_23, _stringLiteralDDE614EF8AA521B76ED2A8ED8763AC6A20E8B6D6, L_24); RuntimeObject* L_25 = ((Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_StaticFields*)il2cpp_codegen_static_fields_for(Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_il2cpp_TypeInfo_var))->___objIds; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_26 = ((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3410x94CryptoProB; NullCheck(L_25); InterfaceActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(1, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_25, _stringLiteral0E334076D886BF190FEA3EC811F68CFA0C1A9D49, L_26); RuntimeObject* L_27 = ((Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_StaticFields*)il2cpp_codegen_static_fields_for(Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_il2cpp_TypeInfo_var))->___objIds; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_28 = ((CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tBDF285B346DD34DFB46B545CB414C81D1F8D6EA8_il2cpp_TypeInfo_var))->___GostR3410x94CryptoProXchA; NullCheck(L_27); InterfaceActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(1, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_27, _stringLiteral315E9293E7091E89B757B9A668851F5B70883E50, L_28); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Gost3410ParamSetParameters_t3B6599F9E3F8AD740E53D574CBB62251FC5E27D0* Gost3410NamedParameters_GetByOid_mEDA5C8F4F174DA62B620434165AA38398D361E93 (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___0_oid, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Gost3410ParamSetParameters_t3B6599F9E3F8AD740E53D574CBB62251FC5E27D0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_StaticFields*)il2cpp_codegen_static_fields_for(Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_il2cpp_TypeInfo_var))->___parameters; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_1 = ___0_oid; NullCheck(L_0); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_0, L_1); return ((Gost3410ParamSetParameters_t3B6599F9E3F8AD740E53D574CBB62251FC5E27D0*)CastclassClass((RuntimeObject*)L_2, Gost3410ParamSetParameters_t3B6599F9E3F8AD740E53D574CBB62251FC5E27D0_il2cpp_TypeInfo_var)); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Gost3410NamedParameters_get_Names_m299EB4ED7B0B2D89B869008E1021E2D4F44AC308 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumerableProxy_t1DE130F19CC37E48E9B58DDB8AF7C94EB1E3650B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_StaticFields*)il2cpp_codegen_static_fields_for(Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_il2cpp_TypeInfo_var))->___objIds; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_0); EnumerableProxy_t1DE130F19CC37E48E9B58DDB8AF7C94EB1E3650B* L_2 = (EnumerableProxy_t1DE130F19CC37E48E9B58DDB8AF7C94EB1E3650B*)il2cpp_codegen_object_new(EnumerableProxy_t1DE130F19CC37E48E9B58DDB8AF7C94EB1E3650B_il2cpp_TypeInfo_var); EnumerableProxy__ctor_m016A9F84E918D8E816280C358DC1C091E60053DE(L_2, L_1, NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Gost3410ParamSetParameters_t3B6599F9E3F8AD740E53D574CBB62251FC5E27D0* Gost3410NamedParameters_GetByName_m0E1BC9C36164A0A0629C7640BAC26602DDA861B0 (String_t* ___0_name, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Gost3410ParamSetParameters_t3B6599F9E3F8AD740E53D574CBB62251FC5E27D0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* V_0 = NULL; { il2cpp_codegen_runtime_class_init_inline(Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_StaticFields*)il2cpp_codegen_static_fields_for(Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_il2cpp_TypeInfo_var))->___objIds; String_t* L_1 = ___0_name; NullCheck(L_0); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_0, L_1); V_0 = ((DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)CastclassClass((RuntimeObject*)L_2, DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var)); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_3 = V_0; if (!L_3) { goto IL_0025; } } { il2cpp_codegen_runtime_class_init_inline(Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_il2cpp_TypeInfo_var); RuntimeObject* L_4 = ((Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_StaticFields*)il2cpp_codegen_static_fields_for(Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_il2cpp_TypeInfo_var))->___parameters; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_5 = V_0; NullCheck(L_4); RuntimeObject* L_6; L_6 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_4, L_5); return ((Gost3410ParamSetParameters_t3B6599F9E3F8AD740E53D574CBB62251FC5E27D0*)CastclassClass((RuntimeObject*)L_6, Gost3410ParamSetParameters_t3B6599F9E3F8AD740E53D574CBB62251FC5E27D0_il2cpp_TypeInfo_var)); } IL_0025: { return (Gost3410ParamSetParameters_t3B6599F9E3F8AD740E53D574CBB62251FC5E27D0*)NULL; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* Gost3410NamedParameters_GetOid_m5C90D3F2D450D5054340A0E346130469CBADCEC3 (String_t* ___0_name, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_StaticFields*)il2cpp_codegen_static_fields_for(Gost3410NamedParameters_tD3594A500BA85AECA75A1DAC07E11690C35D3D76_il2cpp_TypeInfo_var))->___objIds; String_t* L_1 = ___0_name; NullCheck(L_0); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_0, L_1); return ((DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)CastclassClass((RuntimeObject*)L_2, DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_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 IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Gost3410ParamSetParameters_t3B6599F9E3F8AD740E53D574CBB62251FC5E27D0* Gost3410ParamSetParameters_GetInstance_m68D7541666961394BDE4988EFF271F821B32257E (Asn1TaggedObject_t2DB9C432DA4B3E13450CD1802214CD78B5DDD29F* ___0_obj, bool ___1_explicitly, const RuntimeMethod* method) { { Asn1TaggedObject_t2DB9C432DA4B3E13450CD1802214CD78B5DDD29F* L_0 = ___0_obj; bool L_1 = ___1_explicitly; Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F* L_2; L_2 = Asn1Sequence_GetInstance_m21C91F7A6E3F7C6039D522FC39FAF1FF8C0A88A6(L_0, L_1, NULL); Gost3410ParamSetParameters_t3B6599F9E3F8AD740E53D574CBB62251FC5E27D0* L_3; L_3 = Gost3410ParamSetParameters_GetInstance_m07A3C88091D1C3BBD1A60FD23D519FD717F09788(L_2, NULL); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Gost3410ParamSetParameters_t3B6599F9E3F8AD740E53D574CBB62251FC5E27D0* Gost3410ParamSetParameters_GetInstance_m07A3C88091D1C3BBD1A60FD23D519FD717F09788 (RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Gost3410ParamSetParameters_t3B6599F9E3F8AD740E53D574CBB62251FC5E27D0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_obj; if (!L_0) { goto IL_000b; } } { RuntimeObject* L_1 = ___0_obj; if (!((Gost3410ParamSetParameters_t3B6599F9E3F8AD740E53D574CBB62251FC5E27D0*)IsInstClass((RuntimeObject*)L_1, Gost3410ParamSetParameters_t3B6599F9E3F8AD740E53D574CBB62251FC5E27D0_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { RuntimeObject* L_2 = ___0_obj; return ((Gost3410ParamSetParameters_t3B6599F9E3F8AD740E53D574CBB62251FC5E27D0*)CastclassClass((RuntimeObject*)L_2, Gost3410ParamSetParameters_t3B6599F9E3F8AD740E53D574CBB62251FC5E27D0_il2cpp_TypeInfo_var)); } IL_0012: { RuntimeObject* L_3 = ___0_obj; if (!((Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F*)IsInstClass((RuntimeObject*)L_3, Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F_il2cpp_TypeInfo_var))) { goto IL_0026; } } { RuntimeObject* L_4 = ___0_obj; Gost3410ParamSetParameters_t3B6599F9E3F8AD740E53D574CBB62251FC5E27D0* L_5 = (Gost3410ParamSetParameters_t3B6599F9E3F8AD740E53D574CBB62251FC5E27D0*)il2cpp_codegen_object_new(Gost3410ParamSetParameters_t3B6599F9E3F8AD740E53D574CBB62251FC5E27D0_il2cpp_TypeInfo_var); Gost3410ParamSetParameters__ctor_m1C5B6FF17550C5E787A23F4A53ECC1CB032AD272(L_5, ((Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F*)CastclassClass((RuntimeObject*)L_4, Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F_il2cpp_TypeInfo_var)), NULL); return L_5; } IL_0026: { RuntimeObject* L_6 = ___0_obj; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t64AA9A0F22E3D706E15FD5F5481FAFA2ADD7B4AF_il2cpp_TypeInfo_var))); String_t* L_7; L_7 = Platform_GetTypeName_mF842E4498CA2DB0E9E412E90EA9FFFDCC16C2184(L_6, NULL); String_t* L_8; L_8 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCED20C6CFAC09FF5E0E230D3F19BF9716E3033A7)), L_7, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_9 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_9, L_8, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Gost3410ParamSetParameters_GetInstance_m07A3C88091D1C3BBD1A60FD23D519FD717F09788_RuntimeMethod_var))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gost3410ParamSetParameters__ctor_m358C38A5010DE1A53AFD18DE8C4C682904B53070 (Gost3410ParamSetParameters_t3B6599F9E3F8AD740E53D574CBB62251FC5E27D0* __this, int32_t ___0_keySize, BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___1_p, BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___2_q, BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* ___3_a, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Asn1Encodable__ctor_m994F288BF3CC1369A52711A1CD9A6C893E5189FB(__this, NULL); int32_t L_0 = ___0_keySize; __this->___keySize = L_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1 = ___1_p; DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_2 = (DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F*)il2cpp_codegen_object_new(DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F_il2cpp_TypeInfo_var); DerInteger__ctor_m68299D63775369AA6716B2829E3FE00B744EB59A(L_2, L_1, NULL); __this->___p = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___p), (void*)L_2); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_3 = ___2_q; DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_4 = (DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F*)il2cpp_codegen_object_new(DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F_il2cpp_TypeInfo_var); DerInteger__ctor_m68299D63775369AA6716B2829E3FE00B744EB59A(L_4, L_3, NULL); __this->___q = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___q), (void*)L_4); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_5 = ___3_a; DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_6 = (DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F*)il2cpp_codegen_object_new(DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F_il2cpp_TypeInfo_var); DerInteger__ctor_m68299D63775369AA6716B2829E3FE00B744EB59A(L_6, L_5, NULL); __this->___a = L_6; Il2CppCodeGenWriteBarrier((void**)(&__this->___a), (void*)L_6); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gost3410ParamSetParameters__ctor_m1C5B6FF17550C5E787A23F4A53ECC1CB032AD272 (Gost3410ParamSetParameters_t3B6599F9E3F8AD740E53D574CBB62251FC5E27D0* __this, Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F* ___0_seq, const RuntimeMethod* method) { { Asn1Encodable__ctor_m994F288BF3CC1369A52711A1CD9A6C893E5189FB(__this, NULL); Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F* L_0 = ___0_seq; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(13, L_0); if ((((int32_t)L_1) == ((int32_t)4))) { goto IL_001f; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral04C8B9CA601D09C92B620D508D19F994619B6489)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral24C049E512CD1B48036BD162FF63700A57CA3469)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Gost3410ParamSetParameters__ctor_m1C5B6FF17550C5E787A23F4A53ECC1CB032AD272_RuntimeMethod_var))); } IL_001f: { Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F* L_3 = ___0_seq; NullCheck(L_3); Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* L_4; L_4 = VirtualFuncInvoker1< Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F*, int32_t >::Invoke(12, L_3, 0); DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_5; L_5 = DerInteger_GetInstance_mF86363D7BC79B2E7974B304FA0F52CDEB09F85C2(L_4, NULL); NullCheck(L_5); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_6; L_6 = DerInteger_get_Value_mB09DAB573E9D95149472342715DE72E57C426F9E(L_5, NULL); NullCheck(L_6); int32_t L_7; L_7 = BigInteger_get_IntValue_m9AC89595666859FE4A21922B1247B7BCCB18E6D4(L_6, NULL); __this->___keySize = L_7; Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F* L_8 = ___0_seq; NullCheck(L_8); Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* L_9; L_9 = VirtualFuncInvoker1< Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F*, int32_t >::Invoke(12, L_8, 1); DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_10; L_10 = DerInteger_GetInstance_mF86363D7BC79B2E7974B304FA0F52CDEB09F85C2(L_9, NULL); __this->___p = L_10; Il2CppCodeGenWriteBarrier((void**)(&__this->___p), (void*)L_10); Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F* L_11 = ___0_seq; NullCheck(L_11); Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* L_12; L_12 = VirtualFuncInvoker1< Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F*, int32_t >::Invoke(12, L_11, 2); DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_13; L_13 = DerInteger_GetInstance_mF86363D7BC79B2E7974B304FA0F52CDEB09F85C2(L_12, NULL); __this->___q = L_13; Il2CppCodeGenWriteBarrier((void**)(&__this->___q), (void*)L_13); Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F* L_14 = ___0_seq; NullCheck(L_14); Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* L_15; L_15 = VirtualFuncInvoker1< Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F*, int32_t >::Invoke(12, L_14, 3); DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_16; L_16 = DerInteger_GetInstance_mF86363D7BC79B2E7974B304FA0F52CDEB09F85C2(L_15, NULL); __this->___a = L_16; Il2CppCodeGenWriteBarrier((void**)(&__this->___a), (void*)L_16); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Gost3410ParamSetParameters_get_KeySize_m2B1698B37DD26888F75AACAFB9C4BE3E69053AC7 (Gost3410ParamSetParameters_t3B6599F9E3F8AD740E53D574CBB62251FC5E27D0* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___keySize; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* Gost3410ParamSetParameters_get_P_m99B8E92AEF08ECB11BC73453CBE0B522BF7DB7DA (Gost3410ParamSetParameters_t3B6599F9E3F8AD740E53D574CBB62251FC5E27D0* __this, const RuntimeMethod* method) { { DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_0 = __this->___p; NullCheck(L_0); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1; L_1 = DerInteger_get_PositiveValue_m737FB2EDA7ABE286D12B2F4337B1EC6AB2506CCC(L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* Gost3410ParamSetParameters_get_Q_m1BF5012082111F6F4D531D0E458C18B6E8B04ED6 (Gost3410ParamSetParameters_t3B6599F9E3F8AD740E53D574CBB62251FC5E27D0* __this, const RuntimeMethod* method) { { DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_0 = __this->___q; NullCheck(L_0); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1; L_1 = DerInteger_get_PositiveValue_m737FB2EDA7ABE286D12B2F4337B1EC6AB2506CCC(L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* Gost3410ParamSetParameters_get_A_m1AD9E38EB8951E491662538DA58BECA6EB4C032F (Gost3410ParamSetParameters_t3B6599F9E3F8AD740E53D574CBB62251FC5E27D0* __this, const RuntimeMethod* method) { { DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_0 = __this->___a; NullCheck(L_0); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1; L_1 = DerInteger_get_PositiveValue_m737FB2EDA7ABE286D12B2F4337B1EC6AB2506CCC(L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* Gost3410ParamSetParameters_ToAsn1Object_mC84619A014CA99AB6579CB81A32F94673A729592 (Gost3410ParamSetParameters_t3B6599F9E3F8AD740E53D574CBB62251FC5E27D0* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t063B1A6AFFD4FBE34487D3EFADF2647A1D9D4EE9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28* L_0 = (Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28*)(Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28*)SZArrayNew(Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28_il2cpp_TypeInfo_var, (uint32_t)4); Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28* L_1 = L_0; int32_t L_2 = __this->___keySize; DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_3 = (DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F*)il2cpp_codegen_object_new(DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F_il2cpp_TypeInfo_var); DerInteger__ctor_mF1049AA6BC75779BFA0B447401D8CDD39968B966(L_3, L_2, NULL); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_3); (L_1)->SetAt(static_cast(0), (Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F*)L_3); Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28* L_4 = L_1; DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_5 = __this->___p; NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(1), (Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F*)L_5); Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28* L_6 = L_4; DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_7 = __this->___q; NullCheck(L_6); ArrayElementTypeCheck (L_6, L_7); (L_6)->SetAt(static_cast(2), (Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F*)L_7); Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28* L_8 = L_6; DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_9 = __this->___a; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(3), (Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F*)L_9); DerSequence_t063B1A6AFFD4FBE34487D3EFADF2647A1D9D4EE9* L_10 = (DerSequence_t063B1A6AFFD4FBE34487D3EFADF2647A1D9D4EE9*)il2cpp_codegen_object_new(DerSequence_t063B1A6AFFD4FBE34487D3EFADF2647A1D9D4EE9_il2cpp_TypeInfo_var); DerSequence__ctor_m27D12EF3B51D8990FF98BB836B7C5884ACCCDCF9(L_10, L_8, NULL); 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 IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Gost3410PublicKeyAlgParameters_tE882FD632716E81B1B45CB8C8473C62F4B13A79A* Gost3410PublicKeyAlgParameters_GetInstance_m3CE4B2C513745A295AF7E24AEFEB68B8666069E8 (Asn1TaggedObject_t2DB9C432DA4B3E13450CD1802214CD78B5DDD29F* ___0_obj, bool ___1_explicitly, const RuntimeMethod* method) { { Asn1TaggedObject_t2DB9C432DA4B3E13450CD1802214CD78B5DDD29F* L_0 = ___0_obj; bool L_1 = ___1_explicitly; Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F* L_2; L_2 = Asn1Sequence_GetInstance_m21C91F7A6E3F7C6039D522FC39FAF1FF8C0A88A6(L_0, L_1, NULL); Gost3410PublicKeyAlgParameters_tE882FD632716E81B1B45CB8C8473C62F4B13A79A* L_3; L_3 = Gost3410PublicKeyAlgParameters_GetInstance_mE3450D11258B005E8CEBD4C9032D7F2A125552C5(L_2, NULL); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Gost3410PublicKeyAlgParameters_tE882FD632716E81B1B45CB8C8473C62F4B13A79A* Gost3410PublicKeyAlgParameters_GetInstance_mE3450D11258B005E8CEBD4C9032D7F2A125552C5 (RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Gost3410PublicKeyAlgParameters_tE882FD632716E81B1B45CB8C8473C62F4B13A79A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_obj; if (!L_0) { goto IL_000b; } } { RuntimeObject* L_1 = ___0_obj; if (!((Gost3410PublicKeyAlgParameters_tE882FD632716E81B1B45CB8C8473C62F4B13A79A*)IsInstClass((RuntimeObject*)L_1, Gost3410PublicKeyAlgParameters_tE882FD632716E81B1B45CB8C8473C62F4B13A79A_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { RuntimeObject* L_2 = ___0_obj; return ((Gost3410PublicKeyAlgParameters_tE882FD632716E81B1B45CB8C8473C62F4B13A79A*)CastclassClass((RuntimeObject*)L_2, Gost3410PublicKeyAlgParameters_tE882FD632716E81B1B45CB8C8473C62F4B13A79A_il2cpp_TypeInfo_var)); } IL_0012: { RuntimeObject* L_3 = ___0_obj; if (!((Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F*)IsInstClass((RuntimeObject*)L_3, Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F_il2cpp_TypeInfo_var))) { goto IL_0026; } } { RuntimeObject* L_4 = ___0_obj; Gost3410PublicKeyAlgParameters_tE882FD632716E81B1B45CB8C8473C62F4B13A79A* L_5 = (Gost3410PublicKeyAlgParameters_tE882FD632716E81B1B45CB8C8473C62F4B13A79A*)il2cpp_codegen_object_new(Gost3410PublicKeyAlgParameters_tE882FD632716E81B1B45CB8C8473C62F4B13A79A_il2cpp_TypeInfo_var); Gost3410PublicKeyAlgParameters__ctor_mC96BECFC303C26B9CA57CE8B6863611DF4711694(L_5, ((Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F*)CastclassClass((RuntimeObject*)L_4, Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F_il2cpp_TypeInfo_var)), NULL); return L_5; } IL_0026: { RuntimeObject* L_6 = ___0_obj; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t64AA9A0F22E3D706E15FD5F5481FAFA2ADD7B4AF_il2cpp_TypeInfo_var))); String_t* L_7; L_7 = Platform_GetTypeName_mF842E4498CA2DB0E9E412E90EA9FFFDCC16C2184(L_6, NULL); String_t* L_8; L_8 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCED20C6CFAC09FF5E0E230D3F19BF9716E3033A7)), L_7, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_9 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_9, L_8, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Gost3410PublicKeyAlgParameters_GetInstance_mE3450D11258B005E8CEBD4C9032D7F2A125552C5_RuntimeMethod_var))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gost3410PublicKeyAlgParameters__ctor_m65F445E6B38078C7475C3AA5DCA86218A12488FF (Gost3410PublicKeyAlgParameters_tE882FD632716E81B1B45CB8C8473C62F4B13A79A* __this, DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___0_publicKeyParamSet, DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___1_digestParamSet, const RuntimeMethod* method) { { DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_0 = ___0_publicKeyParamSet; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_1 = ___1_digestParamSet; Gost3410PublicKeyAlgParameters__ctor_mF47020A96DD68C0D38614540C99666A56F539868(__this, L_0, L_1, (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)NULL, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gost3410PublicKeyAlgParameters__ctor_mF47020A96DD68C0D38614540C99666A56F539868 (Gost3410PublicKeyAlgParameters_tE882FD632716E81B1B45CB8C8473C62F4B13A79A* __this, DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___0_publicKeyParamSet, DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___1_digestParamSet, DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___2_encryptionParamSet, const RuntimeMethod* method) { { Asn1Encodable__ctor_m994F288BF3CC1369A52711A1CD9A6C893E5189FB(__this, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_0 = ___0_publicKeyParamSet; if (L_0) { goto IL_0014; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8663BD1615D5C02136900A8A4762C8C1833F8F9D)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Gost3410PublicKeyAlgParameters__ctor_mF47020A96DD68C0D38614540C99666A56F539868_RuntimeMethod_var))); } IL_0014: { DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_2 = ___1_digestParamSet; if (L_2) { goto IL_0022; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_3 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBD538CD9355C9B91EA5CF260A740D24D0114BA34)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Gost3410PublicKeyAlgParameters__ctor_mF47020A96DD68C0D38614540C99666A56F539868_RuntimeMethod_var))); } IL_0022: { DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_4 = ___0_publicKeyParamSet; __this->___publicKeyParamSet = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___publicKeyParamSet), (void*)L_4); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_5 = ___1_digestParamSet; __this->___digestParamSet = L_5; Il2CppCodeGenWriteBarrier((void**)(&__this->___digestParamSet), (void*)L_5); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_6 = ___2_encryptionParamSet; __this->___encryptionParamSet = L_6; Il2CppCodeGenWriteBarrier((void**)(&__this->___encryptionParamSet), (void*)L_6); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gost3410PublicKeyAlgParameters__ctor_mC96BECFC303C26B9CA57CE8B6863611DF4711694 (Gost3410PublicKeyAlgParameters_tE882FD632716E81B1B45CB8C8473C62F4B13A79A* __this, Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F* ___0_seq, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Asn1Encodable__ctor_m994F288BF3CC1369A52711A1CD9A6C893E5189FB(__this, NULL); Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F* L_0 = ___0_seq; NullCheck(L_0); Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* L_1; L_1 = VirtualFuncInvoker1< Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F*, int32_t >::Invoke(12, L_0, 0); __this->___publicKeyParamSet = ((DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)CastclassClass((RuntimeObject*)L_1, DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((void**)(&__this->___publicKeyParamSet), (void*)((DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)CastclassClass((RuntimeObject*)L_1, DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var))); Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F* L_2 = ___0_seq; NullCheck(L_2); Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* L_3; L_3 = VirtualFuncInvoker1< Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F*, int32_t >::Invoke(12, L_2, 1); __this->___digestParamSet = ((DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)CastclassClass((RuntimeObject*)L_3, DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((void**)(&__this->___digestParamSet), (void*)((DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)CastclassClass((RuntimeObject*)L_3, DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var))); Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F* L_4 = ___0_seq; NullCheck(L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(13, L_4); if ((((int32_t)L_5) <= ((int32_t)2))) { goto IL_0045; } } { Asn1Sequence_t6E5F48A5C2F18C2545C52A4C01850E08FFADE86F* L_6 = ___0_seq; NullCheck(L_6); Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F* L_7; L_7 = VirtualFuncInvoker1< Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F*, int32_t >::Invoke(12, L_6, 2); __this->___encryptionParamSet = ((DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)CastclassClass((RuntimeObject*)L_7, DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((void**)(&__this->___encryptionParamSet), (void*)((DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)CastclassClass((RuntimeObject*)L_7, DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var))); } IL_0045: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* Gost3410PublicKeyAlgParameters_get_PublicKeyParamSet_mFE7C1924A0EBB6B0AAAFE51038A9DE9C2806852B (Gost3410PublicKeyAlgParameters_tE882FD632716E81B1B45CB8C8473C62F4B13A79A* __this, const RuntimeMethod* method) { { DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_0 = __this->___publicKeyParamSet; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* Gost3410PublicKeyAlgParameters_get_DigestParamSet_mC644FE39C5C35508B619E810A619092DE5EA749A (Gost3410PublicKeyAlgParameters_tE882FD632716E81B1B45CB8C8473C62F4B13A79A* __this, const RuntimeMethod* method) { { DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_0 = __this->___digestParamSet; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* Gost3410PublicKeyAlgParameters_get_EncryptionParamSet_mACEF2CEA5AE62A845B807CC22F0B3CA4C2CDDF92 (Gost3410PublicKeyAlgParameters_tE882FD632716E81B1B45CB8C8473C62F4B13A79A* __this, const RuntimeMethod* method) { { DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_0 = __this->___encryptionParamSet; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* Gost3410PublicKeyAlgParameters_ToAsn1Object_mCEA6E60CB3A91E90BE61E9E18602239F794473B8 (Gost3410PublicKeyAlgParameters_tE882FD632716E81B1B45CB8C8473C62F4B13A79A* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t063B1A6AFFD4FBE34487D3EFADF2647A1D9D4EE9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7* V_0 = NULL; { Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28* L_0 = (Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28*)(Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28*)SZArrayNew(Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28_il2cpp_TypeInfo_var, (uint32_t)2); Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28* L_1 = L_0; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_2 = __this->___publicKeyParamSet; NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F*)L_2); Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28* L_3 = L_1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_4 = __this->___digestParamSet; NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(1), (Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F*)L_4); Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7* L_5 = (Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7*)il2cpp_codegen_object_new(Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_mCA8253A6579345E1A96C3183B984C85726FC2F77(L_5, L_3, NULL); V_0 = L_5; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_6 = __this->___encryptionParamSet; if (!L_6) { goto IL_003b; } } { Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7* L_7 = V_0; Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28* L_8 = (Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28*)(Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28*)SZArrayNew(Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t9155CA2A24B0D1C5475AF293F3FEC40481F94A28* L_9 = L_8; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_10 = __this->___encryptionParamSet; NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast(0), (Asn1Encodable_t0F971DE8D9F5B6842BB65EE8B86B73CFA4A3974F*)L_10); NullCheck(L_7); Asn1EncodableVector_Add_m402CA435F0C9B0EF45A370C22F588B8101D75D03(L_7, L_9, NULL); } IL_003b: { Asn1EncodableVector_tA5893D72A562F9FF6DEA81A616F95B1564E8C9B7* L_11 = V_0; DerSequence_t063B1A6AFFD4FBE34487D3EFADF2647A1D9D4EE9* L_12 = (DerSequence_t063B1A6AFFD4FBE34487D3EFADF2647A1D9D4EE9*)il2cpp_codegen_object_new(DerSequence_t063B1A6AFFD4FBE34487D3EFADF2647A1D9D4EE9_il2cpp_TypeInfo_var); DerSequence__ctor_m1159490D2849C1A9F592CF5CE22E2D8089DE05C4(L_12, L_11, NULL); return L_12; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* AnssiNamedCurves_ConfigureCurve_m730776319FFBD89B2215A54FB5C993302DD750B2 (ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* ___0_curve, const RuntimeMethod* method) { { ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_0 = ___0_curve; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* AnssiNamedCurves_FromHex_m7FCEA5BF13C8813F96379E0CED2CE13F9EC6E68A (String_t* ___0_hex, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_hex; il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1; L_1 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(L_0, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_2 = (BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08*)il2cpp_codegen_object_new(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger__ctor_mD8BFF19E0DEDE4BE5B9D2CF11B412ED8AAEDE7D3(L_2, 1, L_1, NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnssiNamedCurves_DefineCurve_mF9B7CC7AFCAE638B1E3579A08A10B4E62F6323CC (String_t* ___0_name, DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___1_oid, X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* ___2_holder, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AnssiNamedCurves_tFE66811CA2184D9BD41354DC01597CA809557A8F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t64AA9A0F22E3D706E15FD5F5481FAFA2ADD7B4AF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(AnssiNamedCurves_tFE66811CA2184D9BD41354DC01597CA809557A8F_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((AnssiNamedCurves_tFE66811CA2184D9BD41354DC01597CA809557A8F_StaticFields*)il2cpp_codegen_static_fields_for(AnssiNamedCurves_tFE66811CA2184D9BD41354DC01597CA809557A8F_il2cpp_TypeInfo_var))->___objIds; String_t* L_1 = ___0_name; il2cpp_codegen_runtime_class_init_inline(Platform_t64AA9A0F22E3D706E15FD5F5481FAFA2ADD7B4AF_il2cpp_TypeInfo_var); String_t* L_2; L_2 = Platform_ToUpperInvariant_mE42B5571F3A8B243EC1A23A4DCFD399AFA086922(L_1, NULL); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_3 = ___1_oid; NullCheck(L_0); InterfaceActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(5, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_0, L_2, L_3); RuntimeObject* L_4 = ((AnssiNamedCurves_tFE66811CA2184D9BD41354DC01597CA809557A8F_StaticFields*)il2cpp_codegen_static_fields_for(AnssiNamedCurves_tFE66811CA2184D9BD41354DC01597CA809557A8F_il2cpp_TypeInfo_var))->___names; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_5 = ___1_oid; String_t* L_6 = ___0_name; NullCheck(L_4); InterfaceActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(5, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_4, L_5, L_6); RuntimeObject* L_7 = ((AnssiNamedCurves_tFE66811CA2184D9BD41354DC01597CA809557A8F_StaticFields*)il2cpp_codegen_static_fields_for(AnssiNamedCurves_tFE66811CA2184D9BD41354DC01597CA809557A8F_il2cpp_TypeInfo_var))->___curves; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_8 = ___1_oid; X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_9 = ___2_holder; NullCheck(L_7); InterfaceActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(5, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_7, L_8, L_9); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnssiNamedCurves__cctor_m451130DA9505FC03D00F62E57D9E8B1A2CB180D1 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AnssiNamedCurves_tFE66811CA2184D9BD41354DC01597CA809557A8F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AnssiObjectIdentifiers_t9F32546050CB11E2DF37F8FAB878277BF0209440_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Frp256v1Holder_t70F02F5D7AF1F4EC725B55DB7EA0D0BAC327EA84_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t64AA9A0F22E3D706E15FD5F5481FAFA2ADD7B4AF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE7AAE942B604FEEFC2327E2399341CDCAD41B668); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(Platform_t64AA9A0F22E3D706E15FD5F5481FAFA2ADD7B4AF_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = Platform_CreateHashtable_m591C0A8EEB8EDE93E6BD509E2689DA3C888B8BDC(NULL); ((AnssiNamedCurves_tFE66811CA2184D9BD41354DC01597CA809557A8F_StaticFields*)il2cpp_codegen_static_fields_for(AnssiNamedCurves_tFE66811CA2184D9BD41354DC01597CA809557A8F_il2cpp_TypeInfo_var))->___objIds = L_0; Il2CppCodeGenWriteBarrier((void**)(&((AnssiNamedCurves_tFE66811CA2184D9BD41354DC01597CA809557A8F_StaticFields*)il2cpp_codegen_static_fields_for(AnssiNamedCurves_tFE66811CA2184D9BD41354DC01597CA809557A8F_il2cpp_TypeInfo_var))->___objIds), (void*)L_0); RuntimeObject* L_1; L_1 = Platform_CreateHashtable_m591C0A8EEB8EDE93E6BD509E2689DA3C888B8BDC(NULL); ((AnssiNamedCurves_tFE66811CA2184D9BD41354DC01597CA809557A8F_StaticFields*)il2cpp_codegen_static_fields_for(AnssiNamedCurves_tFE66811CA2184D9BD41354DC01597CA809557A8F_il2cpp_TypeInfo_var))->___curves = L_1; Il2CppCodeGenWriteBarrier((void**)(&((AnssiNamedCurves_tFE66811CA2184D9BD41354DC01597CA809557A8F_StaticFields*)il2cpp_codegen_static_fields_for(AnssiNamedCurves_tFE66811CA2184D9BD41354DC01597CA809557A8F_il2cpp_TypeInfo_var))->___curves), (void*)L_1); RuntimeObject* L_2; L_2 = Platform_CreateHashtable_m591C0A8EEB8EDE93E6BD509E2689DA3C888B8BDC(NULL); ((AnssiNamedCurves_tFE66811CA2184D9BD41354DC01597CA809557A8F_StaticFields*)il2cpp_codegen_static_fields_for(AnssiNamedCurves_tFE66811CA2184D9BD41354DC01597CA809557A8F_il2cpp_TypeInfo_var))->___names = L_2; Il2CppCodeGenWriteBarrier((void**)(&((AnssiNamedCurves_tFE66811CA2184D9BD41354DC01597CA809557A8F_StaticFields*)il2cpp_codegen_static_fields_for(AnssiNamedCurves_tFE66811CA2184D9BD41354DC01597CA809557A8F_il2cpp_TypeInfo_var))->___names), (void*)L_2); il2cpp_codegen_runtime_class_init_inline(AnssiObjectIdentifiers_t9F32546050CB11E2DF37F8FAB878277BF0209440_il2cpp_TypeInfo_var); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_3 = ((AnssiObjectIdentifiers_t9F32546050CB11E2DF37F8FAB878277BF0209440_StaticFields*)il2cpp_codegen_static_fields_for(AnssiObjectIdentifiers_t9F32546050CB11E2DF37F8FAB878277BF0209440_il2cpp_TypeInfo_var))->___FRP256v1; il2cpp_codegen_runtime_class_init_inline(Frp256v1Holder_t70F02F5D7AF1F4EC725B55DB7EA0D0BAC327EA84_il2cpp_TypeInfo_var); X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_4 = ((Frp256v1Holder_t70F02F5D7AF1F4EC725B55DB7EA0D0BAC327EA84_StaticFields*)il2cpp_codegen_static_fields_for(Frp256v1Holder_t70F02F5D7AF1F4EC725B55DB7EA0D0BAC327EA84_il2cpp_TypeInfo_var))->___Instance; AnssiNamedCurves_DefineCurve_mF9B7CC7AFCAE638B1E3579A08A10B4E62F6323CC(_stringLiteralE7AAE942B604FEEFC2327E2399341CDCAD41B668, L_3, L_4, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* AnssiNamedCurves_GetByName_m16D42CF7144CDF228A1F423DC68F3C855CEF7576 (String_t* ___0_name, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AnssiNamedCurves_tFE66811CA2184D9BD41354DC01597CA809557A8F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* V_0 = NULL; { String_t* L_0 = ___0_name; il2cpp_codegen_runtime_class_init_inline(AnssiNamedCurves_tFE66811CA2184D9BD41354DC01597CA809557A8F_il2cpp_TypeInfo_var); DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_1; L_1 = AnssiNamedCurves_GetOid_mDFC503BD6A5CC6A86EC0EBE07F031180CBC0182D(L_0, NULL); V_0 = L_1; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_2 = V_0; if (!L_2) { goto IL_0011; } } { DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_3 = V_0; il2cpp_codegen_runtime_class_init_inline(AnssiNamedCurves_tFE66811CA2184D9BD41354DC01597CA809557A8F_il2cpp_TypeInfo_var); X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_4; L_4 = AnssiNamedCurves_GetByOid_mC0B18A00A2C457BAFFFEDF70905485EC91BDC265(L_3, NULL); return L_4; } IL_0011: { return (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)NULL; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* AnssiNamedCurves_GetByOid_mC0B18A00A2C457BAFFFEDF70905485EC91BDC265 (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___0_oid, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AnssiNamedCurves_tFE66811CA2184D9BD41354DC01597CA809557A8F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* V_0 = NULL; { il2cpp_codegen_runtime_class_init_inline(AnssiNamedCurves_tFE66811CA2184D9BD41354DC01597CA809557A8F_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((AnssiNamedCurves_tFE66811CA2184D9BD41354DC01597CA809557A8F_StaticFields*)il2cpp_codegen_static_fields_for(AnssiNamedCurves_tFE66811CA2184D9BD41354DC01597CA809557A8F_il2cpp_TypeInfo_var))->___curves; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_1 = ___0_oid; NullCheck(L_0); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_0, L_1); V_0 = ((X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09*)CastclassClass((RuntimeObject*)L_2, X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09_il2cpp_TypeInfo_var)); X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_3 = V_0; if (!L_3) { goto IL_001b; } } { X9ECParametersHolder_t0F63C8A43F05BD28247994FCBC83282A752C9F09* L_4 = V_0; NullCheck(L_4); X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_5; L_5 = X9ECParametersHolder_get_Parameters_m2B5C967FAC6574A3A5C7DA4AEA23B583BA84F9A7(L_4, NULL); return L_5; } IL_001b: { return (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)NULL; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* AnssiNamedCurves_GetOid_mDFC503BD6A5CC6A86EC0EBE07F031180CBC0182D (String_t* ___0_name, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AnssiNamedCurves_tFE66811CA2184D9BD41354DC01597CA809557A8F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t64AA9A0F22E3D706E15FD5F5481FAFA2ADD7B4AF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(AnssiNamedCurves_tFE66811CA2184D9BD41354DC01597CA809557A8F_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((AnssiNamedCurves_tFE66811CA2184D9BD41354DC01597CA809557A8F_StaticFields*)il2cpp_codegen_static_fields_for(AnssiNamedCurves_tFE66811CA2184D9BD41354DC01597CA809557A8F_il2cpp_TypeInfo_var))->___objIds; String_t* L_1 = ___0_name; il2cpp_codegen_runtime_class_init_inline(Platform_t64AA9A0F22E3D706E15FD5F5481FAFA2ADD7B4AF_il2cpp_TypeInfo_var); String_t* L_2; L_2 = Platform_ToUpperInvariant_mE42B5571F3A8B243EC1A23A4DCFD399AFA086922(L_1, NULL); NullCheck(L_0); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_0, L_2); return ((DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)CastclassClass((RuntimeObject*)L_3, DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var)); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AnssiNamedCurves_GetName_mC29ED778BB18873D1DD90D8E741AA3A6A0356A26 (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* ___0_oid, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AnssiNamedCurves_tFE66811CA2184D9BD41354DC01597CA809557A8F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(AnssiNamedCurves_tFE66811CA2184D9BD41354DC01597CA809557A8F_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((AnssiNamedCurves_tFE66811CA2184D9BD41354DC01597CA809557A8F_StaticFields*)il2cpp_codegen_static_fields_for(AnssiNamedCurves_tFE66811CA2184D9BD41354DC01597CA809557A8F_il2cpp_TypeInfo_var))->___names; DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_1 = ___0_oid; NullCheck(L_0); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_0, L_1); return ((String_t*)CastclassSealed((RuntimeObject*)L_2, String_t_il2cpp_TypeInfo_var)); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AnssiNamedCurves_get_Names_m26CCF5AC209F5925A7C3C682D1089FE50B8EEBDA (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AnssiNamedCurves_tFE66811CA2184D9BD41354DC01597CA809557A8F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumerableProxy_t1DE130F19CC37E48E9B58DDB8AF7C94EB1E3650B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(AnssiNamedCurves_tFE66811CA2184D9BD41354DC01597CA809557A8F_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((AnssiNamedCurves_tFE66811CA2184D9BD41354DC01597CA809557A8F_StaticFields*)il2cpp_codegen_static_fields_for(AnssiNamedCurves_tFE66811CA2184D9BD41354DC01597CA809557A8F_il2cpp_TypeInfo_var))->___names; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(3, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_0); EnumerableProxy_t1DE130F19CC37E48E9B58DDB8AF7C94EB1E3650B* L_2 = (EnumerableProxy_t1DE130F19CC37E48E9B58DDB8AF7C94EB1E3650B*)il2cpp_codegen_object_new(EnumerableProxy_t1DE130F19CC37E48E9B58DDB8AF7C94EB1E3650B_il2cpp_TypeInfo_var); EnumerableProxy__ctor_m016A9F84E918D8E816280C358DC1C091E60053DE(L_2, L_1, NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnssiNamedCurves__ctor_m70616B87141A74D57EB82BF0F4BFB908B4919BCA (AnssiNamedCurves_tFE66811CA2184D9BD41354DC01597CA809557A8F* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, 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 IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Frp256v1Holder__ctor_mBB6DFF1270CBDB6FDEDD30C9570BD23D25FBAD41 (Frp256v1Holder_t70F02F5D7AF1F4EC725B55DB7EA0D0BAC327EA84* __this, const RuntimeMethod* method) { { X9ECParametersHolder__ctor_m6D26DDE5152F86A808129FBADFAAACCCCD4B08B9(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* Frp256v1Holder_CreateParameters_m33942B98673396EA65C69A6E26B40B6E1F739B3B (Frp256v1Holder_t70F02F5D7AF1F4EC725B55DB7EA0D0BAC327EA84* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AnssiNamedCurves_tFE66811CA2184D9BD41354DC01597CA809557A8F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1614BBC64F278A24D44F6470C16864678D530B54); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2309CB260B39EE33B2041CC894F06287D8CACD0B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB5C4768C151D248CB78691E1386433A0653C5D1F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB608113BA5D284442B18D8F123B8242EFFD9B50E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD7926AF4A18D1FAF85D168A423D77A8BEF3439BF); s_Il2CppMethodInitialized = true; } BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_0 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_1 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_3 = NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* V_4 = NULL; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* V_5 = NULL; { il2cpp_codegen_runtime_class_init_inline(AnssiNamedCurves_tFE66811CA2184D9BD41354DC01597CA809557A8F_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_0; L_0 = AnssiNamedCurves_FromHex_m7FCEA5BF13C8813F96379E0CED2CE13F9EC6E68A(_stringLiteralD7926AF4A18D1FAF85D168A423D77A8BEF3439BF, NULL); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_1; L_1 = AnssiNamedCurves_FromHex_m7FCEA5BF13C8813F96379E0CED2CE13F9EC6E68A(_stringLiteral1614BBC64F278A24D44F6470C16864678D530B54, NULL); V_0 = L_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_2; L_2 = AnssiNamedCurves_FromHex_m7FCEA5BF13C8813F96379E0CED2CE13F9EC6E68A(_stringLiteral2309CB260B39EE33B2041CC894F06287D8CACD0B, NULL); V_1 = L_2; V_2 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_3; L_3 = AnssiNamedCurves_FromHex_m7FCEA5BF13C8813F96379E0CED2CE13F9EC6E68A(_stringLiteralB608113BA5D284442B18D8F123B8242EFFD9B50E, NULL); V_3 = L_3; il2cpp_codegen_runtime_class_init_inline(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var); BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_4 = ((BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08_il2cpp_TypeInfo_var))->___One; V_4 = L_4; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_5 = V_0; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_6 = V_1; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_7 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_8 = V_4; FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD* L_9 = (FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD*)il2cpp_codegen_object_new(FpCurve_t7F67ED8C56C0D32CB66D4C93EF5C4C1DAF36A1AD_il2cpp_TypeInfo_var); FpCurve__ctor_mA33C90E41F879DD0EE0A04C8C2950276512F527B(L_9, L_0, L_5, L_6, L_7, L_8, NULL); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_10; L_10 = AnssiNamedCurves_ConfigureCurve_m730776319FFBD89B2215A54FB5C993302DD750B2(L_9, NULL); ECCurve_t49813A874471613D85DF7F82186C81F96B71F089* L_11 = L_10; il2cpp_codegen_runtime_class_init_inline(Hex_t4D0548EB2E009700116EC4E14D2EEF88062725B7_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12; L_12 = Hex_Decode_m15492A0A591D5F396AD666C6E9CA54B4C83EEDC7(_stringLiteralB5C4768C151D248CB78691E1386433A0653C5D1F, NULL); X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_13 = (X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D*)il2cpp_codegen_object_new(X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D_il2cpp_TypeInfo_var); X9ECPoint__ctor_m86678E96A1FEC551276BBD02F0B08A093F4C19BB(L_13, L_11, L_12, NULL); V_5 = L_13; X9ECPoint_tBE1F4C0ED8CCA37BCA823DB6CC7AC0B14F57A85D* L_14 = V_5; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_15 = V_3; BigInteger_tA83BE7955C75AA9ADB22830CCDEB62E6D71DAB08* L_16 = V_4; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_17 = V_2; X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD* L_18 = (X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD*)il2cpp_codegen_object_new(X9ECParameters_t7591B48C59F0720E1F90F6724A83DE34F4ABE3CD_il2cpp_TypeInfo_var); X9ECParameters__ctor_mE044AF5434DB27095FFE09B9E4116104895DDF38(L_18, L_11, L_14, L_15, L_16, L_17, NULL); return L_18; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Frp256v1Holder__cctor_mF32F3DEF0A6978760BCF5D2F41C960F45C86A5AA (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Frp256v1Holder_t70F02F5D7AF1F4EC725B55DB7EA0D0BAC327EA84_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Frp256v1Holder_t70F02F5D7AF1F4EC725B55DB7EA0D0BAC327EA84* L_0 = (Frp256v1Holder_t70F02F5D7AF1F4EC725B55DB7EA0D0BAC327EA84*)il2cpp_codegen_object_new(Frp256v1Holder_t70F02F5D7AF1F4EC725B55DB7EA0D0BAC327EA84_il2cpp_TypeInfo_var); Frp256v1Holder__ctor_mBB6DFF1270CBDB6FDEDD30C9570BD23D25FBAD41(L_0, NULL); ((Frp256v1Holder_t70F02F5D7AF1F4EC725B55DB7EA0D0BAC327EA84_StaticFields*)il2cpp_codegen_static_fields_for(Frp256v1Holder_t70F02F5D7AF1F4EC725B55DB7EA0D0BAC327EA84_il2cpp_TypeInfo_var))->___Instance = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Frp256v1Holder_t70F02F5D7AF1F4EC725B55DB7EA0D0BAC327EA84_StaticFields*)il2cpp_codegen_static_fields_for(Frp256v1Holder_t70F02F5D7AF1F4EC725B55DB7EA0D0BAC327EA84_il2cpp_TypeInfo_var))->___Instance), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnssiObjectIdentifiers__ctor_mE9D06F1BBF29C2A95A4F829C63F271989BAF0801 (AnssiObjectIdentifiers_t9F32546050CB11E2DF37F8FAB878277BF0209440* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnssiObjectIdentifiers__cctor_mEBAC2D02ED5C45FDA2FCFC937420C64DFDE46DE4 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AnssiObjectIdentifiers_t9F32546050CB11E2DF37F8FAB878277BF0209440_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB387E0FFBFB7595C7AC8F04331A06CE8077E4BE9); s_Il2CppMethodInitialized = true; } { DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_0 = (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967*)il2cpp_codegen_object_new(DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m285989554E76A9CF1A2421F489C3EA64591C4985(L_0, _stringLiteralB387E0FFBFB7595C7AC8F04331A06CE8077E4BE9, NULL); ((AnssiObjectIdentifiers_t9F32546050CB11E2DF37F8FAB878277BF0209440_StaticFields*)il2cpp_codegen_static_fields_for(AnssiObjectIdentifiers_t9F32546050CB11E2DF37F8FAB878277BF0209440_il2cpp_TypeInfo_var))->___FRP256v1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((AnssiObjectIdentifiers_t9F32546050CB11E2DF37F8FAB878277BF0209440_StaticFields*)il2cpp_codegen_static_fields_for(AnssiObjectIdentifiers_t9F32546050CB11E2DF37F8FAB878277BF0209440_il2cpp_TypeInfo_var))->___FRP256v1), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif void NotifyCollectionChangedEventHandler_Invoke_m0098E9AC67427D72E4937307C62F2AA448BB6501_Multicast(NotifyCollectionChangedEventHandler_tABC1B087CD6328190B772B4BCE527877AB357AE1* __this, RuntimeObject* ___0_sender, NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F* ___1_e, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { NotifyCollectionChangedEventHandler_tABC1B087CD6328190B772B4BCE527877AB357AE1* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F*, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl)((Il2CppObject*)currentDelegate->___method_code, ___0_sender, ___1_e, reinterpret_cast(currentDelegate->___method)); } } void NotifyCollectionChangedEventHandler_Invoke_m0098E9AC67427D72E4937307C62F2AA448BB6501_OpenInst(NotifyCollectionChangedEventHandler_tABC1B087CD6328190B772B4BCE527877AB357AE1* __this, RuntimeObject* ___0_sender, NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); typedef void (*FunctionPointerType) (RuntimeObject*, NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_sender, ___1_e, method); } void NotifyCollectionChangedEventHandler_Invoke_m0098E9AC67427D72E4937307C62F2AA448BB6501_OpenStatic(NotifyCollectionChangedEventHandler_tABC1B087CD6328190B772B4BCE527877AB357AE1* __this, RuntimeObject* ___0_sender, NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F* ___1_e, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_sender, ___1_e, method); } void NotifyCollectionChangedEventHandler_Invoke_m0098E9AC67427D72E4937307C62F2AA448BB6501_OpenVirtual(NotifyCollectionChangedEventHandler_tABC1B087CD6328190B772B4BCE527877AB357AE1* __this, RuntimeObject* ___0_sender, NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); VirtualActionInvoker1< NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F* >::Invoke(il2cpp_codegen_method_get_slot(method), ___0_sender, ___1_e); } void NotifyCollectionChangedEventHandler_Invoke_m0098E9AC67427D72E4937307C62F2AA448BB6501_OpenInterface(NotifyCollectionChangedEventHandler_tABC1B087CD6328190B772B4BCE527877AB357AE1* __this, RuntimeObject* ___0_sender, NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); InterfaceActionInvoker1< NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F* >::Invoke(il2cpp_codegen_method_get_slot(method), il2cpp_codegen_method_get_declaring_type(method), ___0_sender, ___1_e); } void NotifyCollectionChangedEventHandler_Invoke_m0098E9AC67427D72E4937307C62F2AA448BB6501_OpenGenericVirtual(NotifyCollectionChangedEventHandler_tABC1B087CD6328190B772B4BCE527877AB357AE1* __this, RuntimeObject* ___0_sender, NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); GenericVirtualActionInvoker1< NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F* >::Invoke(method, ___0_sender, ___1_e); } void NotifyCollectionChangedEventHandler_Invoke_m0098E9AC67427D72E4937307C62F2AA448BB6501_OpenGenericInterface(NotifyCollectionChangedEventHandler_tABC1B087CD6328190B772B4BCE527877AB357AE1* __this, RuntimeObject* ___0_sender, NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); GenericInterfaceActionInvoker1< NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F* >::Invoke(method, ___0_sender, ___1_e); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotifyCollectionChangedEventHandler__ctor_m3EBA994035C72C2ED42175F5C2E1918FC8114FB8 (NotifyCollectionChangedEventHandler_tABC1B087CD6328190B772B4BCE527877AB357AE1* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr = (intptr_t)il2cpp_codegen_get_method_pointer((RuntimeMethod*)___1_method); __this->___method = ___1_method; __this->___m_target = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 2; if (isOpen) __this->___invoke_impl = (intptr_t)&NotifyCollectionChangedEventHandler_Invoke_m0098E9AC67427D72E4937307C62F2AA448BB6501_OpenStatic; else { __this->___invoke_impl = __this->___method_ptr; __this->___method_code = (intptr_t)__this->___m_target; } } else { bool isOpen = parameterCount == 1; if (isOpen) { if (__this->___method_is_virtual) { if (il2cpp_codegen_method_is_generic_instance_method((RuntimeMethod*)___1_method)) if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl = (intptr_t)&NotifyCollectionChangedEventHandler_Invoke_m0098E9AC67427D72E4937307C62F2AA448BB6501_OpenGenericInterface; else __this->___invoke_impl = (intptr_t)&NotifyCollectionChangedEventHandler_Invoke_m0098E9AC67427D72E4937307C62F2AA448BB6501_OpenGenericVirtual; else if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl = (intptr_t)&NotifyCollectionChangedEventHandler_Invoke_m0098E9AC67427D72E4937307C62F2AA448BB6501_OpenInterface; else __this->___invoke_impl = (intptr_t)&NotifyCollectionChangedEventHandler_Invoke_m0098E9AC67427D72E4937307C62F2AA448BB6501_OpenVirtual; } else { __this->___invoke_impl = (intptr_t)&NotifyCollectionChangedEventHandler_Invoke_m0098E9AC67427D72E4937307C62F2AA448BB6501_OpenInst; } } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl = __this->___method_ptr; __this->___method_code = (intptr_t)__this->___m_target; } } __this->___extra_arg = (intptr_t)&NotifyCollectionChangedEventHandler_Invoke_m0098E9AC67427D72E4937307C62F2AA448BB6501_Multicast; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotifyCollectionChangedEventHandler_Invoke_m0098E9AC67427D72E4937307C62F2AA448BB6501 (NotifyCollectionChangedEventHandler_tABC1B087CD6328190B772B4BCE527877AB357AE1* __this, RuntimeObject* ___0_sender, NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F* ___1_e, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_sender, ___1_e, reinterpret_cast(__this->___method)); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NotifyCollectionChangedEventHandler_BeginInvoke_mE2670DD55CBE76CF5704851DC405922CE7326A9D (NotifyCollectionChangedEventHandler_tABC1B087CD6328190B772B4BCE527877AB357AE1* __this, RuntimeObject* ___0_sender, NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F* ___1_e, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___2_callback, RuntimeObject* ___3_object, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___0_sender; __d_args[1] = ___1_e; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___2_callback, (RuntimeObject*)___3_object); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotifyCollectionChangedEventHandler_EndInvoke_m4FE501FD6BEE73645A6CD1502A3719F0B2095A13 (NotifyCollectionChangedEventHandler_tABC1B087CD6328190B772B4BCE527877AB357AE1* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 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 IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotifyCollectionChangedEventArgs__ctor_m9768F521123C27FED74A4D97553DAE5159CD86C4 (NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F* __this, int32_t ___0_action, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->____newStartingIndex = (-1); __this->____oldStartingIndex = (-1); il2cpp_codegen_runtime_class_init_inline(EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); EventArgs__ctor_mC6F9412D03203ADEF854117542C8EBF61624C8C3(__this, NULL); int32_t L_0 = ___0_action; if ((((int32_t)L_0) == ((int32_t)4))) { goto IL_0023; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_1 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotifyCollectionChangedEventArgs__ctor_m9768F521123C27FED74A4D97553DAE5159CD86C4_RuntimeMethod_var))); } IL_0023: { int32_t L_2 = ___0_action; NotifyCollectionChangedEventArgs_InitializeAdd_m337504D98B69FC1672838BCF0884F59F662739FD(__this, L_2, (RuntimeObject*)NULL, (-1), NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotifyCollectionChangedEventArgs__ctor_m76790A47D2FF917B49AFE677C2AB7D2A7098D7A5 (NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F* __this, int32_t ___0_action, RuntimeObject* ___1_changedItem, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->____newStartingIndex = (-1); __this->____oldStartingIndex = (-1); il2cpp_codegen_runtime_class_init_inline(EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); EventArgs__ctor_mC6F9412D03203ADEF854117542C8EBF61624C8C3(__this, NULL); int32_t L_0 = ___0_action; if (!L_0) { goto IL_002a; } } { int32_t L_1 = ___0_action; if ((((int32_t)L_1) == ((int32_t)1))) { goto IL_002a; } } { int32_t L_2 = ___0_action; if ((((int32_t)L_2) == ((int32_t)4))) { goto IL_002a; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_3 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotifyCollectionChangedEventArgs__ctor_m76790A47D2FF917B49AFE677C2AB7D2A7098D7A5_RuntimeMethod_var))); } IL_002a: { int32_t L_4 = ___0_action; if ((!(((uint32_t)L_4) == ((uint32_t)4)))) { goto IL_0046; } } { RuntimeObject* L_5 = ___1_changedItem; if (!L_5) { goto IL_003c; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_6 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotifyCollectionChangedEventArgs__ctor_m76790A47D2FF917B49AFE677C2AB7D2A7098D7A5_RuntimeMethod_var))); } IL_003c: { int32_t L_7 = ___0_action; NotifyCollectionChangedEventArgs_InitializeAdd_m337504D98B69FC1672838BCF0884F59F662739FD(__this, L_7, (RuntimeObject*)NULL, (-1), NULL); return; } IL_0046: { int32_t L_8 = ___0_action; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_10 = L_9; RuntimeObject* L_11 = ___1_changedItem; NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(0), (RuntimeObject*)L_11); NotifyCollectionChangedEventArgs_InitializeAddOrRemove_m18161D4E32315E8FB864B7732B04A18755E56905(__this, L_8, (RuntimeObject*)L_10, (-1), NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotifyCollectionChangedEventArgs__ctor_m67A2328DD6EAD7E9DF1145B4E6BB9626292FEB34 (NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F* __this, int32_t ___0_action, RuntimeObject* ___1_changedItem, int32_t ___2_index, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->____newStartingIndex = (-1); __this->____oldStartingIndex = (-1); il2cpp_codegen_runtime_class_init_inline(EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); EventArgs__ctor_mC6F9412D03203ADEF854117542C8EBF61624C8C3(__this, NULL); int32_t L_0 = ___0_action; if (!L_0) { goto IL_002a; } } { int32_t L_1 = ___0_action; if ((((int32_t)L_1) == ((int32_t)1))) { goto IL_002a; } } { int32_t L_2 = ___0_action; if ((((int32_t)L_2) == ((int32_t)4))) { goto IL_002a; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_3 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotifyCollectionChangedEventArgs__ctor_m67A2328DD6EAD7E9DF1145B4E6BB9626292FEB34_RuntimeMethod_var))); } IL_002a: { int32_t L_4 = ___0_action; if ((!(((uint32_t)L_4) == ((uint32_t)4)))) { goto IL_0055; } } { RuntimeObject* L_5 = ___1_changedItem; if (!L_5) { goto IL_003c; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_6 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotifyCollectionChangedEventArgs__ctor_m67A2328DD6EAD7E9DF1145B4E6BB9626292FEB34_RuntimeMethod_var))); } IL_003c: { int32_t L_7 = ___2_index; if ((((int32_t)L_7) == ((int32_t)(-1)))) { goto IL_004b; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_8 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotifyCollectionChangedEventArgs__ctor_m67A2328DD6EAD7E9DF1145B4E6BB9626292FEB34_RuntimeMethod_var))); } IL_004b: { int32_t L_9 = ___0_action; NotifyCollectionChangedEventArgs_InitializeAdd_m337504D98B69FC1672838BCF0884F59F662739FD(__this, L_9, (RuntimeObject*)NULL, (-1), NULL); return; } IL_0055: { int32_t L_10 = ___0_action; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_11 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_12 = L_11; RuntimeObject* L_13 = ___1_changedItem; NullCheck(L_12); ArrayElementTypeCheck (L_12, L_13); (L_12)->SetAt(static_cast(0), (RuntimeObject*)L_13); int32_t L_14 = ___2_index; NotifyCollectionChangedEventArgs_InitializeAddOrRemove_m18161D4E32315E8FB864B7732B04A18755E56905(__this, L_10, (RuntimeObject*)L_12, L_14, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotifyCollectionChangedEventArgs__ctor_m3D4B8A7665C4F3569AD94AFA891E38337F9F185D (NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F* __this, int32_t ___0_action, RuntimeObject* ___1_changedItems, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->____newStartingIndex = (-1); __this->____oldStartingIndex = (-1); il2cpp_codegen_runtime_class_init_inline(EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); EventArgs__ctor_mC6F9412D03203ADEF854117542C8EBF61624C8C3(__this, NULL); int32_t L_0 = ___0_action; if (!L_0) { goto IL_002a; } } { int32_t L_1 = ___0_action; if ((((int32_t)L_1) == ((int32_t)1))) { goto IL_002a; } } { int32_t L_2 = ___0_action; if ((((int32_t)L_2) == ((int32_t)4))) { goto IL_002a; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_3 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotifyCollectionChangedEventArgs__ctor_m3D4B8A7665C4F3569AD94AFA891E38337F9F185D_RuntimeMethod_var))); } IL_002a: { int32_t L_4 = ___0_action; if ((!(((uint32_t)L_4) == ((uint32_t)4)))) { goto IL_0046; } } { RuntimeObject* L_5 = ___1_changedItems; if (!L_5) { goto IL_003c; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_6 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotifyCollectionChangedEventArgs__ctor_m3D4B8A7665C4F3569AD94AFA891E38337F9F185D_RuntimeMethod_var))); } IL_003c: { int32_t L_7 = ___0_action; NotifyCollectionChangedEventArgs_InitializeAdd_m337504D98B69FC1672838BCF0884F59F662739FD(__this, L_7, (RuntimeObject*)NULL, (-1), NULL); return; } IL_0046: { RuntimeObject* L_8 = ___1_changedItems; if (L_8) { goto IL_0054; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_9 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB4968672ECEECF5A6B270993641EFC5B884A56AF)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotifyCollectionChangedEventArgs__ctor_m3D4B8A7665C4F3569AD94AFA891E38337F9F185D_RuntimeMethod_var))); } IL_0054: { int32_t L_10 = ___0_action; RuntimeObject* L_11 = ___1_changedItems; NotifyCollectionChangedEventArgs_InitializeAddOrRemove_m18161D4E32315E8FB864B7732B04A18755E56905(__this, L_10, L_11, (-1), NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotifyCollectionChangedEventArgs__ctor_m3588DC01C95F6481255F1343EC64EE521A530A6F (NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F* __this, int32_t ___0_action, RuntimeObject* ___1_changedItems, int32_t ___2_startingIndex, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->____newStartingIndex = (-1); __this->____oldStartingIndex = (-1); il2cpp_codegen_runtime_class_init_inline(EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); EventArgs__ctor_mC6F9412D03203ADEF854117542C8EBF61624C8C3(__this, NULL); int32_t L_0 = ___0_action; if (!L_0) { goto IL_002a; } } { int32_t L_1 = ___0_action; if ((((int32_t)L_1) == ((int32_t)1))) { goto IL_002a; } } { int32_t L_2 = ___0_action; if ((((int32_t)L_2) == ((int32_t)4))) { goto IL_002a; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_3 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotifyCollectionChangedEventArgs__ctor_m3588DC01C95F6481255F1343EC64EE521A530A6F_RuntimeMethod_var))); } IL_002a: { int32_t L_4 = ___0_action; if ((!(((uint32_t)L_4) == ((uint32_t)4)))) { goto IL_0055; } } { RuntimeObject* L_5 = ___1_changedItems; if (!L_5) { goto IL_003c; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_6 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotifyCollectionChangedEventArgs__ctor_m3588DC01C95F6481255F1343EC64EE521A530A6F_RuntimeMethod_var))); } IL_003c: { int32_t L_7 = ___2_startingIndex; if ((((int32_t)L_7) == ((int32_t)(-1)))) { goto IL_004b; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_8 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotifyCollectionChangedEventArgs__ctor_m3588DC01C95F6481255F1343EC64EE521A530A6F_RuntimeMethod_var))); } IL_004b: { int32_t L_9 = ___0_action; NotifyCollectionChangedEventArgs_InitializeAdd_m337504D98B69FC1672838BCF0884F59F662739FD(__this, L_9, (RuntimeObject*)NULL, (-1), NULL); return; } IL_0055: { RuntimeObject* L_10 = ___1_changedItems; if (L_10) { goto IL_0063; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_11 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB4968672ECEECF5A6B270993641EFC5B884A56AF)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotifyCollectionChangedEventArgs__ctor_m3588DC01C95F6481255F1343EC64EE521A530A6F_RuntimeMethod_var))); } IL_0063: { int32_t L_12 = ___2_startingIndex; if ((((int32_t)L_12) >= ((int32_t)(-1)))) { goto IL_0072; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_13 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral71F57878A7D52F065EEDDF229801DF7EF57EF0E8)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotifyCollectionChangedEventArgs__ctor_m3588DC01C95F6481255F1343EC64EE521A530A6F_RuntimeMethod_var))); } IL_0072: { int32_t L_14 = ___0_action; RuntimeObject* L_15 = ___1_changedItems; int32_t L_16 = ___2_startingIndex; NotifyCollectionChangedEventArgs_InitializeAddOrRemove_m18161D4E32315E8FB864B7732B04A18755E56905(__this, L_14, L_15, L_16, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotifyCollectionChangedEventArgs__ctor_m4C16F63AA64CAB8D951B20B1B7858D501100F788 (NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F* __this, int32_t ___0_action, RuntimeObject* ___1_newItem, RuntimeObject* ___2_oldItem, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->____newStartingIndex = (-1); __this->____oldStartingIndex = (-1); il2cpp_codegen_runtime_class_init_inline(EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); EventArgs__ctor_mC6F9412D03203ADEF854117542C8EBF61624C8C3(__this, NULL); int32_t L_0 = ___0_action; if ((((int32_t)L_0) == ((int32_t)2))) { goto IL_0023; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_1 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotifyCollectionChangedEventArgs__ctor_m4C16F63AA64CAB8D951B20B1B7858D501100F788_RuntimeMethod_var))); } IL_0023: { int32_t L_2 = ___0_action; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = L_3; RuntimeObject* L_5 = ___1_newItem; NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(0), (RuntimeObject*)L_5); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_7 = L_6; RuntimeObject* L_8 = ___2_oldItem; NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(0), (RuntimeObject*)L_8); NotifyCollectionChangedEventArgs_InitializeMoveOrReplace_mACCEF7093E7F7972E5EDB9E5B26E2B6F7956419F(__this, L_2, (RuntimeObject*)L_4, (RuntimeObject*)L_7, (-1), (-1), NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotifyCollectionChangedEventArgs__ctor_m522DBC20775B7F9667A4C448F4ABCBAAC9B6F2F4 (NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F* __this, int32_t ___0_action, RuntimeObject* ___1_newItem, RuntimeObject* ___2_oldItem, int32_t ___3_index, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->____newStartingIndex = (-1); __this->____oldStartingIndex = (-1); il2cpp_codegen_runtime_class_init_inline(EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); EventArgs__ctor_mC6F9412D03203ADEF854117542C8EBF61624C8C3(__this, NULL); int32_t L_0 = ___0_action; if ((((int32_t)L_0) == ((int32_t)2))) { goto IL_0023; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_1 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotifyCollectionChangedEventArgs__ctor_m522DBC20775B7F9667A4C448F4ABCBAAC9B6F2F4_RuntimeMethod_var))); } IL_0023: { int32_t L_2 = ___0_action; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = L_3; RuntimeObject* L_5 = ___1_newItem; NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(0), (RuntimeObject*)L_5); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_7 = L_6; RuntimeObject* L_8 = ___2_oldItem; NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(0), (RuntimeObject*)L_8); int32_t L_9 = ___3_index; int32_t L_10 = ___3_index; NotifyCollectionChangedEventArgs_InitializeMoveOrReplace_mACCEF7093E7F7972E5EDB9E5B26E2B6F7956419F(__this, L_2, (RuntimeObject*)L_4, (RuntimeObject*)L_7, L_9, L_10, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotifyCollectionChangedEventArgs__ctor_mFCCF5DAD4B6B4B24D29AE9153A7B5AF7063F1982 (NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F* __this, int32_t ___0_action, RuntimeObject* ___1_newItems, RuntimeObject* ___2_oldItems, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->____newStartingIndex = (-1); __this->____oldStartingIndex = (-1); il2cpp_codegen_runtime_class_init_inline(EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); EventArgs__ctor_mC6F9412D03203ADEF854117542C8EBF61624C8C3(__this, NULL); int32_t L_0 = ___0_action; if ((((int32_t)L_0) == ((int32_t)2))) { goto IL_0023; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_1 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotifyCollectionChangedEventArgs__ctor_mFCCF5DAD4B6B4B24D29AE9153A7B5AF7063F1982_RuntimeMethod_var))); } IL_0023: { RuntimeObject* L_2 = ___1_newItems; if (L_2) { goto IL_0031; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_3 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral74ADAFFFEA0873318DEE194E1C238D984D1EA8B8)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotifyCollectionChangedEventArgs__ctor_mFCCF5DAD4B6B4B24D29AE9153A7B5AF7063F1982_RuntimeMethod_var))); } IL_0031: { RuntimeObject* L_4 = ___2_oldItems; if (L_4) { goto IL_003f; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_5 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2F48C4E423A99B63DF6FEA241F4A52091B94195D)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotifyCollectionChangedEventArgs__ctor_mFCCF5DAD4B6B4B24D29AE9153A7B5AF7063F1982_RuntimeMethod_var))); } IL_003f: { int32_t L_6 = ___0_action; RuntimeObject* L_7 = ___1_newItems; RuntimeObject* L_8 = ___2_oldItems; NotifyCollectionChangedEventArgs_InitializeMoveOrReplace_mACCEF7093E7F7972E5EDB9E5B26E2B6F7956419F(__this, L_6, L_7, L_8, (-1), (-1), NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotifyCollectionChangedEventArgs__ctor_m039F825291921D2F9FC7654087E4333BF23E0CE4 (NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F* __this, int32_t ___0_action, RuntimeObject* ___1_newItems, RuntimeObject* ___2_oldItems, int32_t ___3_startingIndex, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->____newStartingIndex = (-1); __this->____oldStartingIndex = (-1); il2cpp_codegen_runtime_class_init_inline(EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); EventArgs__ctor_mC6F9412D03203ADEF854117542C8EBF61624C8C3(__this, NULL); int32_t L_0 = ___0_action; if ((((int32_t)L_0) == ((int32_t)2))) { goto IL_0023; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_1 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotifyCollectionChangedEventArgs__ctor_m039F825291921D2F9FC7654087E4333BF23E0CE4_RuntimeMethod_var))); } IL_0023: { RuntimeObject* L_2 = ___1_newItems; if (L_2) { goto IL_0031; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_3 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral74ADAFFFEA0873318DEE194E1C238D984D1EA8B8)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotifyCollectionChangedEventArgs__ctor_m039F825291921D2F9FC7654087E4333BF23E0CE4_RuntimeMethod_var))); } IL_0031: { RuntimeObject* L_4 = ___2_oldItems; if (L_4) { goto IL_003f; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_5 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2F48C4E423A99B63DF6FEA241F4A52091B94195D)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotifyCollectionChangedEventArgs__ctor_m039F825291921D2F9FC7654087E4333BF23E0CE4_RuntimeMethod_var))); } IL_003f: { int32_t L_6 = ___0_action; RuntimeObject* L_7 = ___1_newItems; RuntimeObject* L_8 = ___2_oldItems; int32_t L_9 = ___3_startingIndex; int32_t L_10 = ___3_startingIndex; NotifyCollectionChangedEventArgs_InitializeMoveOrReplace_mACCEF7093E7F7972E5EDB9E5B26E2B6F7956419F(__this, L_6, L_7, L_8, L_9, L_10, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotifyCollectionChangedEventArgs__ctor_m1656DA2556CD119B91706F2B9504D6599829E783 (NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F* __this, int32_t ___0_action, RuntimeObject* ___1_changedItem, int32_t ___2_index, int32_t ___3_oldIndex, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_0 = NULL; { __this->____newStartingIndex = (-1); __this->____oldStartingIndex = (-1); il2cpp_codegen_runtime_class_init_inline(EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); EventArgs__ctor_mC6F9412D03203ADEF854117542C8EBF61624C8C3(__this, NULL); int32_t L_0 = ___0_action; if ((((int32_t)L_0) == ((int32_t)3))) { goto IL_0023; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_1 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotifyCollectionChangedEventArgs__ctor_m1656DA2556CD119B91706F2B9504D6599829E783_RuntimeMethod_var))); } IL_0023: { int32_t L_2 = ___2_index; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0032; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_3 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotifyCollectionChangedEventArgs__ctor_m1656DA2556CD119B91706F2B9504D6599829E783_RuntimeMethod_var))); } IL_0032: { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = L_4; RuntimeObject* L_6 = ___1_changedItem; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (RuntimeObject*)L_6); V_0 = L_5; int32_t L_7 = ___0_action; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_8 = V_0; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_0; int32_t L_10 = ___2_index; int32_t L_11 = ___3_oldIndex; NotifyCollectionChangedEventArgs_InitializeMoveOrReplace_mACCEF7093E7F7972E5EDB9E5B26E2B6F7956419F(__this, L_7, (RuntimeObject*)L_8, (RuntimeObject*)L_9, L_10, L_11, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotifyCollectionChangedEventArgs__ctor_mE39CF94BA376EF1D08F876D2D7036460EEB5DA73 (NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F* __this, int32_t ___0_action, RuntimeObject* ___1_changedItems, int32_t ___2_index, int32_t ___3_oldIndex, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->____newStartingIndex = (-1); __this->____oldStartingIndex = (-1); il2cpp_codegen_runtime_class_init_inline(EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); EventArgs__ctor_mC6F9412D03203ADEF854117542C8EBF61624C8C3(__this, NULL); int32_t L_0 = ___0_action; if ((((int32_t)L_0) == ((int32_t)3))) { goto IL_0023; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_1 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotifyCollectionChangedEventArgs__ctor_mE39CF94BA376EF1D08F876D2D7036460EEB5DA73_RuntimeMethod_var))); } IL_0023: { int32_t L_2 = ___2_index; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0032; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_3 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotifyCollectionChangedEventArgs__ctor_mE39CF94BA376EF1D08F876D2D7036460EEB5DA73_RuntimeMethod_var))); } IL_0032: { int32_t L_4 = ___0_action; RuntimeObject* L_5 = ___1_changedItems; RuntimeObject* L_6 = ___1_changedItems; int32_t L_7 = ___2_index; int32_t L_8 = ___3_oldIndex; NotifyCollectionChangedEventArgs_InitializeMoveOrReplace_mACCEF7093E7F7972E5EDB9E5B26E2B6F7956419F(__this, L_4, L_5, L_6, L_7, L_8, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotifyCollectionChangedEventArgs__ctor_mC79551492EE2DD0B51942C278472D938F398714F (NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F* __this, int32_t ___0_action, RuntimeObject* ___1_newItems, RuntimeObject* ___2_oldItems, int32_t ___3_newIndex, int32_t ___4_oldIndex, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyList_tF217AD63645DFB08812600798B86811C1848EA2A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F* G_B2_0 = NULL; NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F* G_B1_0 = NULL; ReadOnlyList_tF217AD63645DFB08812600798B86811C1848EA2A* G_B3_0 = NULL; NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F* G_B3_1 = NULL; NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F* G_B5_0 = NULL; NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F* G_B4_0 = NULL; ReadOnlyList_tF217AD63645DFB08812600798B86811C1848EA2A* G_B6_0 = NULL; NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F* G_B6_1 = NULL; { __this->____newStartingIndex = (-1); __this->____oldStartingIndex = (-1); il2cpp_codegen_runtime_class_init_inline(EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); EventArgs__ctor_mC6F9412D03203ADEF854117542C8EBF61624C8C3(__this, NULL); int32_t L_0 = ___0_action; __this->____action = L_0; RuntimeObject* L_1 = ___1_newItems; if (!L_1) { G_B2_0 = __this; goto IL_0027; } G_B1_0 = __this; } { RuntimeObject* L_2 = ___1_newItems; ReadOnlyList_tF217AD63645DFB08812600798B86811C1848EA2A* L_3 = (ReadOnlyList_tF217AD63645DFB08812600798B86811C1848EA2A*)il2cpp_codegen_object_new(ReadOnlyList_tF217AD63645DFB08812600798B86811C1848EA2A_il2cpp_TypeInfo_var); ReadOnlyList__ctor_mEC8F23AD1D40AF8BD2EC5B6D71792A341A6B3D9D(L_3, L_2, NULL); G_B3_0 = L_3; G_B3_1 = G_B1_0; goto IL_0028; } IL_0027: { G_B3_0 = ((ReadOnlyList_tF217AD63645DFB08812600798B86811C1848EA2A*)(NULL)); G_B3_1 = G_B2_0; } IL_0028: { NullCheck(G_B3_1); G_B3_1->____newItems = G_B3_0; Il2CppCodeGenWriteBarrier((void**)(&G_B3_1->____newItems), (void*)G_B3_0); RuntimeObject* L_4 = ___2_oldItems; if (!L_4) { G_B5_0 = __this; goto IL_0039; } G_B4_0 = __this; } { RuntimeObject* L_5 = ___2_oldItems; ReadOnlyList_tF217AD63645DFB08812600798B86811C1848EA2A* L_6 = (ReadOnlyList_tF217AD63645DFB08812600798B86811C1848EA2A*)il2cpp_codegen_object_new(ReadOnlyList_tF217AD63645DFB08812600798B86811C1848EA2A_il2cpp_TypeInfo_var); ReadOnlyList__ctor_mEC8F23AD1D40AF8BD2EC5B6D71792A341A6B3D9D(L_6, L_5, NULL); G_B6_0 = L_6; G_B6_1 = G_B4_0; goto IL_003a; } IL_0039: { G_B6_0 = ((ReadOnlyList_tF217AD63645DFB08812600798B86811C1848EA2A*)(NULL)); G_B6_1 = G_B5_0; } IL_003a: { NullCheck(G_B6_1); G_B6_1->____oldItems = G_B6_0; Il2CppCodeGenWriteBarrier((void**)(&G_B6_1->____oldItems), (void*)G_B6_0); int32_t L_7 = ___3_newIndex; __this->____newStartingIndex = L_7; int32_t L_8 = ___4_oldIndex; __this->____oldStartingIndex = L_8; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotifyCollectionChangedEventArgs_InitializeAddOrRemove_m18161D4E32315E8FB864B7732B04A18755E56905 (NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F* __this, int32_t ___0_action, RuntimeObject* ___1_changedItems, int32_t ___2_startingIndex, const RuntimeMethod* method) { { int32_t L_0 = ___0_action; if (L_0) { goto IL_000d; } } { int32_t L_1 = ___0_action; RuntimeObject* L_2 = ___1_changedItems; int32_t L_3 = ___2_startingIndex; NotifyCollectionChangedEventArgs_InitializeAdd_m337504D98B69FC1672838BCF0884F59F662739FD(__this, L_1, L_2, L_3, NULL); return; } IL_000d: { int32_t L_4 = ___0_action; if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_001a; } } { int32_t L_5 = ___0_action; RuntimeObject* L_6 = ___1_changedItems; int32_t L_7 = ___2_startingIndex; NotifyCollectionChangedEventArgs_InitializeRemove_m906AF3908006B4B3C090451124EF45014184E551(__this, L_5, L_6, L_7, NULL); } IL_001a: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotifyCollectionChangedEventArgs_InitializeAdd_m337504D98B69FC1672838BCF0884F59F662739FD (NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F* __this, int32_t ___0_action, RuntimeObject* ___1_newItems, int32_t ___2_newStartingIndex, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyList_tF217AD63645DFB08812600798B86811C1848EA2A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F* G_B2_0 = NULL; NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F* G_B1_0 = NULL; ReadOnlyList_tF217AD63645DFB08812600798B86811C1848EA2A* G_B3_0 = NULL; NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F* G_B3_1 = NULL; { int32_t L_0 = ___0_action; __this->____action = L_0; RuntimeObject* L_1 = ___1_newItems; if (!L_1) { G_B2_0 = __this; goto IL_0013; } G_B1_0 = __this; } { RuntimeObject* L_2 = ___1_newItems; ReadOnlyList_tF217AD63645DFB08812600798B86811C1848EA2A* L_3 = (ReadOnlyList_tF217AD63645DFB08812600798B86811C1848EA2A*)il2cpp_codegen_object_new(ReadOnlyList_tF217AD63645DFB08812600798B86811C1848EA2A_il2cpp_TypeInfo_var); ReadOnlyList__ctor_mEC8F23AD1D40AF8BD2EC5B6D71792A341A6B3D9D(L_3, L_2, NULL); G_B3_0 = L_3; G_B3_1 = G_B1_0; goto IL_0014; } IL_0013: { G_B3_0 = ((ReadOnlyList_tF217AD63645DFB08812600798B86811C1848EA2A*)(NULL)); G_B3_1 = G_B2_0; } IL_0014: { NullCheck(G_B3_1); G_B3_1->____newItems = G_B3_0; Il2CppCodeGenWriteBarrier((void**)(&G_B3_1->____newItems), (void*)G_B3_0); int32_t L_4 = ___2_newStartingIndex; __this->____newStartingIndex = L_4; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotifyCollectionChangedEventArgs_InitializeRemove_m906AF3908006B4B3C090451124EF45014184E551 (NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F* __this, int32_t ___0_action, RuntimeObject* ___1_oldItems, int32_t ___2_oldStartingIndex, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyList_tF217AD63645DFB08812600798B86811C1848EA2A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F* G_B2_0 = NULL; NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F* G_B1_0 = NULL; ReadOnlyList_tF217AD63645DFB08812600798B86811C1848EA2A* G_B3_0 = NULL; NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F* G_B3_1 = NULL; { int32_t L_0 = ___0_action; __this->____action = L_0; RuntimeObject* L_1 = ___1_oldItems; if (!L_1) { G_B2_0 = __this; goto IL_0013; } G_B1_0 = __this; } { RuntimeObject* L_2 = ___1_oldItems; ReadOnlyList_tF217AD63645DFB08812600798B86811C1848EA2A* L_3 = (ReadOnlyList_tF217AD63645DFB08812600798B86811C1848EA2A*)il2cpp_codegen_object_new(ReadOnlyList_tF217AD63645DFB08812600798B86811C1848EA2A_il2cpp_TypeInfo_var); ReadOnlyList__ctor_mEC8F23AD1D40AF8BD2EC5B6D71792A341A6B3D9D(L_3, L_2, NULL); G_B3_0 = L_3; G_B3_1 = G_B1_0; goto IL_0014; } IL_0013: { G_B3_0 = ((ReadOnlyList_tF217AD63645DFB08812600798B86811C1848EA2A*)(NULL)); G_B3_1 = G_B2_0; } IL_0014: { NullCheck(G_B3_1); G_B3_1->____oldItems = G_B3_0; Il2CppCodeGenWriteBarrier((void**)(&G_B3_1->____oldItems), (void*)G_B3_0); int32_t L_4 = ___2_oldStartingIndex; __this->____oldStartingIndex = L_4; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotifyCollectionChangedEventArgs_InitializeMoveOrReplace_mACCEF7093E7F7972E5EDB9E5B26E2B6F7956419F (NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F* __this, int32_t ___0_action, RuntimeObject* ___1_newItems, RuntimeObject* ___2_oldItems, int32_t ___3_startingIndex, int32_t ___4_oldStartingIndex, const RuntimeMethod* method) { { int32_t L_0 = ___0_action; RuntimeObject* L_1 = ___1_newItems; int32_t L_2 = ___3_startingIndex; NotifyCollectionChangedEventArgs_InitializeAdd_m337504D98B69FC1672838BCF0884F59F662739FD(__this, L_0, L_1, L_2, NULL); int32_t L_3 = ___0_action; RuntimeObject* L_4 = ___2_oldItems; int32_t L_5 = ___4_oldStartingIndex; NotifyCollectionChangedEventArgs_InitializeRemove_m906AF3908006B4B3C090451124EF45014184E551(__this, L_3, L_4, L_5, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotifyCollectionChangedEventArgs_get_Action_mF5BCF6742B14F5222E08A1940C5A6DC2B85AAB7F (NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->____action; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NotifyCollectionChangedEventArgs_get_NewItems_mFDD5AB30C3E9F5EE61CF3E3590FE8089DE19666A (NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->____newItems; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NotifyCollectionChangedEventArgs_get_OldItems_m86B71115AC824F3CA79CFE5D566E40A926C22748 (NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->____oldItems; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotifyCollectionChangedEventArgs_get_NewStartingIndex_m00CBAFA70891BC1DB95363A9DD93C4293F5E93D8 (NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->____newStartingIndex; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotifyCollectionChangedEventArgs_get_OldStartingIndex_mF2622FE86CE42353F013AFA6E3217FC6BEB49529 (NotifyCollectionChangedEventArgs_tF00825CBA1550D75A0CC0C930C84A9A3B72B683F* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->____oldStartingIndex; 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 IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyList__ctor_mEC8F23AD1D40AF8BD2EC5B6D71792A341A6B3D9D (ReadOnlyList_tF217AD63645DFB08812600798B86811C1848EA2A* __this, RuntimeObject* ___0_list, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); RuntimeObject* L_0 = ___0_list; __this->____list = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->____list), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyList_get_Count_m82E1DEA999A1FE11EC3F4C50D488445369E40F6D (ReadOnlyList_tF217AD63645DFB08812600798B86811C1848EA2A* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->____list; NullCheck(L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(1, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyList_get_IsReadOnly_m96CBAD12CBB0A6893B0F26345E782DFD67CD6892 (ReadOnlyList_tF217AD63645DFB08812600798B86811C1848EA2A* __this, const RuntimeMethod* method) { { return (bool)1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyList_get_IsFixedSize_m5BE606599D5513E26344B736C5CD8B2D25BD3F0E (ReadOnlyList_tF217AD63645DFB08812600798B86811C1848EA2A* __this, const RuntimeMethod* method) { { return (bool)1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyList_get_IsSynchronized_mF3A1AE1C25A8571C702DF8AD49E270BEFF2D44CD (ReadOnlyList_tF217AD63645DFB08812600798B86811C1848EA2A* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->____list; NullCheck(L_0); bool L_1; L_1 = InterfaceFuncInvoker0< bool >::Invoke(3, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReadOnlyList_get_Item_m4FFD3DE49D54796E956B77964199430B90104E54 (ReadOnlyList_tF217AD63645DFB08812600798B86811C1848EA2A* __this, int32_t ___0_index, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->____list; int32_t L_1 = ___0_index; NullCheck(L_0); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker1< RuntimeObject*, int32_t >::Invoke(0, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var, L_0, L_1); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyList_set_Item_mA188C3061CD476C9C044B0E4F7330A630534C390 (ReadOnlyList_tF217AD63645DFB08812600798B86811C1848EA2A* __this, int32_t ___0_index, RuntimeObject* ___1_value, const RuntimeMethod* method) { { NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReadOnlyList_set_Item_mA188C3061CD476C9C044B0E4F7330A630534C390_RuntimeMethod_var))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReadOnlyList_get_SyncRoot_mC5B7524785537A3281C4550DE5A6589478128BC0 (ReadOnlyList_tF217AD63645DFB08812600798B86811C1848EA2A* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->____list; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyList_Add_m6C88069206287DE1BED7BA74C67DD098814E954C (ReadOnlyList_tF217AD63645DFB08812600798B86811C1848EA2A* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { { NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReadOnlyList_Add_m6C88069206287DE1BED7BA74C67DD098814E954C_RuntimeMethod_var))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyList_Clear_m96C3CC82E7CE9FD83F28EBB0684C316E4D730833 (ReadOnlyList_tF217AD63645DFB08812600798B86811C1848EA2A* __this, const RuntimeMethod* method) { { NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReadOnlyList_Clear_m96C3CC82E7CE9FD83F28EBB0684C316E4D730833_RuntimeMethod_var))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyList_Contains_m4871469090183B21E4C5993D9C0DEA25E7FEC731 (ReadOnlyList_tF217AD63645DFB08812600798B86811C1848EA2A* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->____list; RuntimeObject* L_1 = ___0_value; NullCheck(L_0); bool L_2; L_2 = InterfaceFuncInvoker1< bool, RuntimeObject* >::Invoke(3, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var, L_0, L_1); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyList_CopyTo_m59433B08612BB8CC1F2E0E3ADFF47D46DBD699EC (ReadOnlyList_tF217AD63645DFB08812600798B86811C1848EA2A* __this, RuntimeArray* ___0_array, int32_t ___1_index, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->____list; RuntimeArray* L_1 = ___0_array; int32_t L_2 = ___1_index; NullCheck(L_0); InterfaceActionInvoker2< RuntimeArray*, int32_t >::Invoke(0, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, L_0, L_1, L_2); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReadOnlyList_GetEnumerator_mA6D57D107ACEE666758531FB424A4DD6100840E2 (ReadOnlyList_tF217AD63645DFB08812600798B86811C1848EA2A* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->____list; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyList_IndexOf_m20A7DA88DC4E20B09617CFEEF822191315187557 (ReadOnlyList_tF217AD63645DFB08812600798B86811C1848EA2A* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->____list; RuntimeObject* L_1 = ___0_value; NullCheck(L_0); int32_t L_2; L_2 = InterfaceFuncInvoker1< int32_t, RuntimeObject* >::Invoke(7, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var, L_0, L_1); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyList_Insert_m1A3866B60392BE583D793EE515BDE7AF76F86C4C (ReadOnlyList_tF217AD63645DFB08812600798B86811C1848EA2A* __this, int32_t ___0_index, RuntimeObject* ___1_value, const RuntimeMethod* method) { { NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReadOnlyList_Insert_m1A3866B60392BE583D793EE515BDE7AF76F86C4C_RuntimeMethod_var))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyList_Remove_mE3FAAC7A26673771AD71C869B97ADADA782ECF08 (ReadOnlyList_tF217AD63645DFB08812600798B86811C1848EA2A* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { { NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReadOnlyList_Remove_mE3FAAC7A26673771AD71C869B97ADADA782ECF08_RuntimeMethod_var))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyList_RemoveAt_m4BED740CF512967F6BC2C6C4B1C82135F9019F6D (ReadOnlyList_tF217AD63645DFB08812600798B86811C1848EA2A* __this, int32_t ___0_index, const RuntimeMethod* method) { { NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReadOnlyList_RemoveAt_m4BED740CF512967F6BC2C6C4B1C82135F9019F6D_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 void HTTPConnectionRecycledDelegate_Invoke_m1E0BEF1686A78F0C90FDB1DE4CB81C35036615BC_Multicast(HTTPConnectionRecycledDelegate_tDB0ED44771CCC789BB54522DCF7370C3A386FECF* __this, ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* ___0_conn, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { HTTPConnectionRecycledDelegate_tDB0ED44771CCC789BB54522DCF7370C3A386FECF* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF*, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl)((Il2CppObject*)currentDelegate->___method_code, ___0_conn, reinterpret_cast(currentDelegate->___method)); } } void HTTPConnectionRecycledDelegate_Invoke_m1E0BEF1686A78F0C90FDB1DE4CB81C35036615BC_OpenInst(HTTPConnectionRecycledDelegate_tDB0ED44771CCC789BB54522DCF7370C3A386FECF* __this, ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* ___0_conn, const RuntimeMethod* method) { NullCheck(___0_conn); typedef void (*FunctionPointerType) (ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_conn, method); } void HTTPConnectionRecycledDelegate_Invoke_m1E0BEF1686A78F0C90FDB1DE4CB81C35036615BC_OpenStatic(HTTPConnectionRecycledDelegate_tDB0ED44771CCC789BB54522DCF7370C3A386FECF* __this, ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* ___0_conn, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_conn, method); } void HTTPConnectionRecycledDelegate_Invoke_m1E0BEF1686A78F0C90FDB1DE4CB81C35036615BC_OpenVirtual(HTTPConnectionRecycledDelegate_tDB0ED44771CCC789BB54522DCF7370C3A386FECF* __this, ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* ___0_conn, const RuntimeMethod* method) { NullCheck(___0_conn); VirtualActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(method), ___0_conn); } void HTTPConnectionRecycledDelegate_Invoke_m1E0BEF1686A78F0C90FDB1DE4CB81C35036615BC_OpenInterface(HTTPConnectionRecycledDelegate_tDB0ED44771CCC789BB54522DCF7370C3A386FECF* __this, ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* ___0_conn, const RuntimeMethod* method) { NullCheck(___0_conn); InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(method), il2cpp_codegen_method_get_declaring_type(method), ___0_conn); } void HTTPConnectionRecycledDelegate_Invoke_m1E0BEF1686A78F0C90FDB1DE4CB81C35036615BC_OpenGenericVirtual(HTTPConnectionRecycledDelegate_tDB0ED44771CCC789BB54522DCF7370C3A386FECF* __this, ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* ___0_conn, const RuntimeMethod* method) { NullCheck(___0_conn); GenericVirtualActionInvoker0::Invoke(method, ___0_conn); } void HTTPConnectionRecycledDelegate_Invoke_m1E0BEF1686A78F0C90FDB1DE4CB81C35036615BC_OpenGenericInterface(HTTPConnectionRecycledDelegate_tDB0ED44771CCC789BB54522DCF7370C3A386FECF* __this, ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* ___0_conn, const RuntimeMethod* method) { NullCheck(___0_conn); GenericInterfaceActionInvoker0::Invoke(method, ___0_conn); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPConnectionRecycledDelegate__ctor_m3D5920BAA45E602DF9539E7B28492CC2BA93A556 (HTTPConnectionRecycledDelegate_tDB0ED44771CCC789BB54522DCF7370C3A386FECF* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr = (intptr_t)il2cpp_codegen_get_method_pointer((RuntimeMethod*)___1_method); __this->___method = ___1_method; __this->___m_target = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 1; if (isOpen) __this->___invoke_impl = (intptr_t)&HTTPConnectionRecycledDelegate_Invoke_m1E0BEF1686A78F0C90FDB1DE4CB81C35036615BC_OpenStatic; else { __this->___invoke_impl = __this->___method_ptr; __this->___method_code = (intptr_t)__this->___m_target; } } else { bool isOpen = parameterCount == 0; if (isOpen) { if (__this->___method_is_virtual) { if (il2cpp_codegen_method_is_generic_instance_method((RuntimeMethod*)___1_method)) if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl = (intptr_t)&HTTPConnectionRecycledDelegate_Invoke_m1E0BEF1686A78F0C90FDB1DE4CB81C35036615BC_OpenGenericInterface; else __this->___invoke_impl = (intptr_t)&HTTPConnectionRecycledDelegate_Invoke_m1E0BEF1686A78F0C90FDB1DE4CB81C35036615BC_OpenGenericVirtual; else if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl = (intptr_t)&HTTPConnectionRecycledDelegate_Invoke_m1E0BEF1686A78F0C90FDB1DE4CB81C35036615BC_OpenInterface; else __this->___invoke_impl = (intptr_t)&HTTPConnectionRecycledDelegate_Invoke_m1E0BEF1686A78F0C90FDB1DE4CB81C35036615BC_OpenVirtual; } else { __this->___invoke_impl = (intptr_t)&HTTPConnectionRecycledDelegate_Invoke_m1E0BEF1686A78F0C90FDB1DE4CB81C35036615BC_OpenInst; } } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl = __this->___method_ptr; __this->___method_code = (intptr_t)__this->___m_target; } } __this->___extra_arg = (intptr_t)&HTTPConnectionRecycledDelegate_Invoke_m1E0BEF1686A78F0C90FDB1DE4CB81C35036615BC_Multicast; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPConnectionRecycledDelegate_Invoke_m1E0BEF1686A78F0C90FDB1DE4CB81C35036615BC (HTTPConnectionRecycledDelegate_tDB0ED44771CCC789BB54522DCF7370C3A386FECF* __this, ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* ___0_conn, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_conn, reinterpret_cast(__this->___method)); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HTTPConnectionRecycledDelegate_BeginInvoke_mF09E6D45FB5D5824BE45605E72BD1F7B7C3ED686 (HTTPConnectionRecycledDelegate_tDB0ED44771CCC789BB54522DCF7370C3A386FECF* __this, ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* ___0_conn, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___1_callback, RuntimeObject* ___2_object, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___0_conn; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___1_callback, (RuntimeObject*)___2_object); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPConnectionRecycledDelegate_EndInvoke_m38D3EE95E1C70341CFADF8825AEAE61D0EF26743 (HTTPConnectionRecycledDelegate_tDB0ED44771CCC789BB54522DCF7370C3A386FECF* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 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 IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ConnectionBase_get_ServerAddress_m41E8C2BFCEA40A35B1A14EDAD42F3DB41DD529FB (ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CServerAddressU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_set_ServerAddress_mB4CDAF13D9EF53C10E9C79F85937199AAD9C2D02 (ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CServerAddressU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CServerAddressU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConnectionBase_get_State_m39EAFADE9647A70139BF88DCB62AD53CC9FAA92F (ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___U3CStateU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_set_State_m2042B900B9543F73F186641A65329A588B631FB5 (ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* __this, int32_t ___0_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_value; __this->___U3CStateU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConnectionBase_get_IsFree_mFD5D6D718485697ACA2BCC437B7E1E1EBDA60FFA (ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = ConnectionBase_get_State_m39EAFADE9647A70139BF88DCB62AD53CC9FAA92F_inline(__this, NULL); if (!L_0) { goto IL_0012; } } { int32_t L_1; L_1 = ConnectionBase_get_State_m39EAFADE9647A70139BF88DCB62AD53CC9FAA92F_inline(__this, NULL); return (bool)((((int32_t)L_1) == ((int32_t)6))? 1 : 0); } IL_0012: { return (bool)1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConnectionBase_get_IsActive_m31CBF398DD01F36D99ED0C61A376F9D4E6811092 (ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = ConnectionBase_get_State_m39EAFADE9647A70139BF88DCB62AD53CC9FAA92F_inline(__this, NULL); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0013; } } { int32_t L_1; L_1 = ConnectionBase_get_State_m39EAFADE9647A70139BF88DCB62AD53CC9FAA92F_inline(__this, NULL); return (bool)((((int32_t)L_1) < ((int32_t)6))? 1 : 0); } IL_0013: { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* ConnectionBase_get_CurrentRequest_m9E2C2FD0BBE084F80C9DD739B7389518DB1137E4 (ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* __this, const RuntimeMethod* method) { { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_0 = __this->___U3CCurrentRequestU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_set_CurrentRequest_m6AFCEE92F6FD1C4ED40BA482A4550E7DBB07CE44 (ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* __this, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* ___0_value, const RuntimeMethod* method) { { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_0 = ___0_value; __this->___U3CCurrentRequestU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CCurrentRequestU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConnectionBase_get_IsRemovable_mCD843482EEE4256EBDDFB3B1E7A3F8B6272D089E (ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = ConnectionBase_get_IsFree_mFD5D6D718485697ACA2BCC437B7E1E1EBDA60FFA(__this, NULL); if (!L_0) { goto IL_0023; } } { il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_1; L_1 = DateTime_get_UtcNow_m06B6E9995FE16846A0F71EC9DB23E90BE2C5F9FA(NULL); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_2 = __this->___LastProcessTime; TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_3; L_3 = DateTime_op_Subtraction_m64D26F5ABFAE6E166A7E567093D025F6C69F0123(L_1, L_2, NULL); il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_4; L_4 = HTTPManager_get_MaxConnectionIdleTime_m1496533150DCA75DCC5E5B3EF6CFC24DB9B60AB6_inline(NULL); il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); bool L_5; L_5 = TimeSpan_op_GreaterThan_m346676C36494E3CD2560A604996F88CEC3D845C0(L_3, L_4, NULL); return L_5; } IL_0023: { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ConnectionBase_get_StartTime_m54D3522E1218E592D0A913F389BAD8BB38D9C13D (ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* __this, const RuntimeMethod* method) { { DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0 = __this->___U3CStartTimeU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_set_StartTime_m5B8C6C78E01BBB498A0840A42B17986E17C617D4 (ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* __this, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_value, const RuntimeMethod* method) { { DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0 = ___0_value; __this->___U3CStartTimeU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ConnectionBase_get_TimedOutStart_mEA23BEF82112648415BBBD7E9CC91017F8E43EB4 (ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* __this, const RuntimeMethod* method) { { DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0 = __this->___U3CTimedOutStartU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_set_TimedOutStart_mD0F28F8C0001DCB0177543003B0AC94E34D3F92A (ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* __this, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_value, const RuntimeMethod* method) { { DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0 = ___0_value; __this->___U3CTimedOutStartU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HTTPProxy_t2EEE688B747771B1F7BADA0F4EA68B9A2D1EF50D* ConnectionBase_get_Proxy_m92A8A96E412820BE572826ABC5F2490FD390569F (ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* __this, const RuntimeMethod* method) { { HTTPProxy_t2EEE688B747771B1F7BADA0F4EA68B9A2D1EF50D* L_0 = __this->___U3CProxyU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_set_Proxy_mAC9EFF9C82F898C9BCF7F2ED63478815870F8023 (ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* __this, HTTPProxy_t2EEE688B747771B1F7BADA0F4EA68B9A2D1EF50D* ___0_value, const RuntimeMethod* method) { { HTTPProxy_t2EEE688B747771B1F7BADA0F4EA68B9A2D1EF50D* L_0 = ___0_value; __this->___U3CProxyU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CProxyU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConnectionBase_get_HasProxy_mAFF8F784F385C316CA7D29CBEFE4191449EA84E4 (ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* __this, const RuntimeMethod* method) { { HTTPProxy_t2EEE688B747771B1F7BADA0F4EA68B9A2D1EF50D* L_0; L_0 = ConnectionBase_get_Proxy_m92A8A96E412820BE572826ABC5F2490FD390569F_inline(__this, NULL); return (bool)((!(((RuntimeObject*)(HTTPProxy_t2EEE688B747771B1F7BADA0F4EA68B9A2D1EF50D*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ConnectionBase_get_LastProcessedUri_mBB75063164262879CAEBCA1AEF8B6FA66947E48C (ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* __this, const RuntimeMethod* method) { { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = __this->___U3CLastProcessedUriU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_set_LastProcessedUri_mDC55BC1A6ACC11E291137376C733F6CD9075400C (ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_value, const RuntimeMethod* method) { { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = ___0_value; __this->___U3CLastProcessedUriU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CLastProcessedUriU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase__ctor_mC0EC78DFC8CED13723315677968C26D784E48D38 (ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* __this, String_t* ___0_serverAddress, const RuntimeMethod* method) { { String_t* L_0 = ___0_serverAddress; ConnectionBase__ctor_mBB8E4B0F8F872680D510C47D88D0B6B0A7A6ADED(__this, L_0, (bool)1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase__ctor_mBB8E4B0F8F872680D510C47D88D0B6B0A7A6ADED (ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* __this, String_t* ___0_serverAddress, bool ___1_threaded, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); String_t* L_0 = ___0_serverAddress; ConnectionBase_set_ServerAddress_mB4CDAF13D9EF53C10E9C79F85937199AAD9C2D02_inline(__this, L_0, NULL); ConnectionBase_set_State_m2042B900B9543F73F186641A65329A588B631FB5_inline(__this, 0, NULL); il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_1; L_1 = DateTime_get_UtcNow_m06B6E9995FE16846A0F71EC9DB23E90BE2C5F9FA(NULL); __this->___LastProcessTime = L_1; bool L_2 = ___1_threaded; __this->___IsThreaded = L_2; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_Process_m90DE60DE87B011D51D68278947C6E99BF6D30F38 (ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* __this, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* ___0_request, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitCallback_tFB2C7FD58D024BBC2B0333DC7A4CB63B8DEBD5D3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0; L_0 = ConnectionBase_get_State_m39EAFADE9647A70139BF88DCB62AD53CC9FAA92F_inline(__this, NULL); if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_0014; } } { Exception_t* L_1 = (Exception_t*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA998E267635FEC25A206EE1BFAE35FF4154C7A82)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ConnectionBase_Process_m90DE60DE87B011D51D68278947C6E99BF6D30F38_RuntimeMethod_var))); } IL_0014: { il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_2 = ((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___MaxValue; ConnectionBase_set_StartTime_m5B8C6C78E01BBB498A0840A42B17986E17C617D4_inline(__this, L_2, NULL); ConnectionBase_set_State_m2042B900B9543F73F186641A65329A588B631FB5_inline(__this, 1, NULL); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_3 = ___0_request; ConnectionBase_set_CurrentRequest_m6AFCEE92F6FD1C4ED40BA482A4550E7DBB07CE44_inline(__this, L_3, NULL); bool L_4 = __this->___IsThreaded; if (!L_4) { goto IL_0049; } } { WaitCallback_tFB2C7FD58D024BBC2B0333DC7A4CB63B8DEBD5D3* L_5 = (WaitCallback_tFB2C7FD58D024BBC2B0333DC7A4CB63B8DEBD5D3*)il2cpp_codegen_object_new(WaitCallback_tFB2C7FD58D024BBC2B0333DC7A4CB63B8DEBD5D3_il2cpp_TypeInfo_var); WaitCallback__ctor_m9730564F9A28ECB72462D05AA92CA9E43DE9B41C(L_5, __this, (intptr_t)((void*)GetVirtualMethodInfo(__this, 7)), NULL); bool L_6; L_6 = ThreadPool_QueueUserWorkItem_m24B9C1887DBABE1F408E31475AF15B9B9A08854D(L_5, NULL); return; } IL_0049: { VirtualActionInvoker1< RuntimeObject* >::Invoke(7, __this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_ThreadFunc_m05B4B6CAAA19D22FB78BF9B9DEB7907FAECB86EA (ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* __this, RuntimeObject* ___0_param, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_HandleProgressCallback_m52EF6BD7EA83732A8792D0E7252429630E3D911B (ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* __this, const RuntimeMethod* method) { Exception_t* V_0 = NULL; Exception_t* V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_0; L_0 = ConnectionBase_get_CurrentRequest_m9E2C2FD0BBE084F80C9DD739B7389518DB1137E4_inline(__this, NULL); NullCheck(L_0); OnDownloadProgressDelegate_t639F51319E1C390DE4C7131D2CDC2F087FB7E10B* L_1 = L_0->___OnProgress; if (!L_1) { goto IL_006c; } } { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_2; L_2 = ConnectionBase_get_CurrentRequest_m9E2C2FD0BBE084F80C9DD739B7389518DB1137E4_inline(__this, NULL); NullCheck(L_2); bool L_3; L_3 = HTTPRequest_get_DownloadProgressChanged_m02F3C55543A485B47701F6E233CA7DB7A936224B_inline(L_2, NULL); if (!L_3) { goto IL_006c; } } try { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_4; L_4 = ConnectionBase_get_CurrentRequest_m9E2C2FD0BBE084F80C9DD739B7389518DB1137E4_inline(__this, NULL); NullCheck(L_4); OnDownloadProgressDelegate_t639F51319E1C390DE4C7131D2CDC2F087FB7E10B* L_5 = L_4->___OnProgress; HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_6; L_6 = ConnectionBase_get_CurrentRequest_m9E2C2FD0BBE084F80C9DD739B7389518DB1137E4_inline(__this, NULL); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_7; L_7 = ConnectionBase_get_CurrentRequest_m9E2C2FD0BBE084F80C9DD739B7389518DB1137E4_inline(__this, NULL); NullCheck(L_7); int64_t L_8; L_8 = HTTPRequest_get_Downloaded_m8306EFCEC41F6C01E53705B1E627E076E048E08A_inline(L_7, NULL); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_9; L_9 = ConnectionBase_get_CurrentRequest_m9E2C2FD0BBE084F80C9DD739B7389518DB1137E4_inline(__this, NULL); NullCheck(L_9); int64_t L_10; L_10 = HTTPRequest_get_DownloadLength_m6EA9A9B96C8540F204CE35DC2A5E74C28F6C927D_inline(L_9, NULL); NullCheck(L_5); OnDownloadProgressDelegate_Invoke_m6A36D68CB59AF214F82CB406F2EA0EF1AD5E3222_inline(L_5, L_6, L_8, L_10, NULL); goto IL_0060; } catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0048; } throw e; } CATCH_0048: { Exception_t* L_11 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));; V_0 = L_11; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var))); RuntimeObject* L_12; L_12 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); Exception_t* L_13 = V_0; NullCheck(L_12); InterfaceActionInvoker3< String_t*, String_t*, Exception_t* >::Invoke(16, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var)), L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral51B34CC2C11B75062A72C72DC9BF4F9C0ABE1025)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral68F5FE71D2C973E23D0F4D01C77BEA89A461DB26)), L_13); IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_0060; } IL_0060: { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_14; L_14 = ConnectionBase_get_CurrentRequest_m9E2C2FD0BBE084F80C9DD739B7389518DB1137E4_inline(__this, NULL); NullCheck(L_14); HTTPRequest_set_DownloadProgressChanged_mAEDADE1B6EAFD242180469E0EC29732116629685_inline(L_14, (bool)0, NULL); } IL_006c: { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_15; L_15 = ConnectionBase_get_CurrentRequest_m9E2C2FD0BBE084F80C9DD739B7389518DB1137E4_inline(__this, NULL); NullCheck(L_15); OnUploadProgressDelegate_t776878E6D6A8A974A781B23F0D731BA0843BC8EA* L_16 = L_15->___OnUploadProgress; if (!L_16) { goto IL_00d8; } } { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_17; L_17 = ConnectionBase_get_CurrentRequest_m9E2C2FD0BBE084F80C9DD739B7389518DB1137E4_inline(__this, NULL); NullCheck(L_17); bool L_18; L_18 = HTTPRequest_get_UploadProgressChanged_m0DAC5E9D244F54AFAC838A9375355731D2328B29_inline(L_17, NULL); if (!L_18) { goto IL_00d8; } } try { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_19; L_19 = ConnectionBase_get_CurrentRequest_m9E2C2FD0BBE084F80C9DD739B7389518DB1137E4_inline(__this, NULL); NullCheck(L_19); OnUploadProgressDelegate_t776878E6D6A8A974A781B23F0D731BA0843BC8EA* L_20 = L_19->___OnUploadProgress; HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_21; L_21 = ConnectionBase_get_CurrentRequest_m9E2C2FD0BBE084F80C9DD739B7389518DB1137E4_inline(__this, NULL); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_22; L_22 = ConnectionBase_get_CurrentRequest_m9E2C2FD0BBE084F80C9DD739B7389518DB1137E4_inline(__this, NULL); NullCheck(L_22); int64_t L_23; L_23 = HTTPRequest_get_Uploaded_m403C812E03446C782837326103E0DAB6AF6CA2F3_inline(L_22, NULL); HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_24; L_24 = ConnectionBase_get_CurrentRequest_m9E2C2FD0BBE084F80C9DD739B7389518DB1137E4_inline(__this, NULL); NullCheck(L_24); int64_t L_25; L_25 = HTTPRequest_get_UploadLength_m9CAFE546F93474A3861452DD4BDD6A979B2662E2_inline(L_24, NULL); NullCheck(L_20); OnUploadProgressDelegate_Invoke_m5C961F02E58C2FE45EBF71A99BAA87E4FA4B969D_inline(L_20, L_21, L_23, L_25, NULL); goto IL_00cc; } catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00b4; } throw e; } CATCH_00b4: { Exception_t* L_26 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));; V_1 = L_26; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var))); RuntimeObject* L_27; L_27 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); Exception_t* L_28 = V_1; NullCheck(L_27); InterfaceActionInvoker3< String_t*, String_t*, Exception_t* >::Invoke(16, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var)), L_27, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral51B34CC2C11B75062A72C72DC9BF4F9C0ABE1025)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4E43532D34F4B7732BE0F2F30E940364125B6E6C)), L_28); IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_00cc; } IL_00cc: { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_29; L_29 = ConnectionBase_get_CurrentRequest_m9E2C2FD0BBE084F80C9DD739B7389518DB1137E4_inline(__this, NULL); NullCheck(L_29); HTTPRequest_set_UploadProgressChanged_mA239C1140AAE0DEAFC46BE88382AADF10DEA541F_inline(L_29, (bool)0, NULL); } IL_00d8: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_HandleCallback_mAE2B10BE516BCB7A61EA03FD3F26ABB54204D9B8 (ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* __this, const RuntimeMethod* method) { Exception_t* V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; try { { ConnectionBase_HandleProgressCallback_m52EF6BD7EA83732A8792D0E7252429630E3D911B(__this, NULL); int32_t L_0; L_0 = ConnectionBase_get_State_m39EAFADE9647A70139BF88DCB62AD53CC9FAA92F_inline(__this, NULL); if ((!(((uint32_t)L_0) == ((uint32_t)3)))) { goto IL_004a_1; } } { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_1; L_1 = ConnectionBase_get_CurrentRequest_m9E2C2FD0BBE084F80C9DD739B7389518DB1137E4_inline(__this, NULL); if (!L_1) { goto IL_0041_1; } } { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_2; L_2 = ConnectionBase_get_CurrentRequest_m9E2C2FD0BBE084F80C9DD739B7389518DB1137E4_inline(__this, NULL); NullCheck(L_2); HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_3; L_3 = HTTPRequest_get_Response_m0B363D36786B2A59BD681C99D5B2558901E43094_inline(L_2, NULL); if (!L_3) { goto IL_0041_1; } } { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_4; L_4 = ConnectionBase_get_CurrentRequest_m9E2C2FD0BBE084F80C9DD739B7389518DB1137E4_inline(__this, NULL); NullCheck(L_4); HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_5; L_5 = HTTPRequest_get_Response_m0B363D36786B2A59BD681C99D5B2558901E43094_inline(L_4, NULL); NullCheck(L_5); bool L_6; L_6 = HTTPResponse_get_IsUpgraded_m67F7BC60C0F7F6DECA914D60C993626DDFAB1485_inline(L_5, NULL); if (!L_6) { goto IL_0041_1; } } { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_7; L_7 = ConnectionBase_get_CurrentRequest_m9E2C2FD0BBE084F80C9DD739B7389518DB1137E4_inline(__this, NULL); NullCheck(L_7); HTTPRequest_UpgradeCallback_mE284E39E495BFA80875AD5F759E0205A8D9061F1(L_7, NULL); } IL_0041_1: { ConnectionBase_set_State_m2042B900B9543F73F186641A65329A588B631FB5_inline(__this, 4, NULL); goto IL_0055_1; } IL_004a_1: { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_8; L_8 = ConnectionBase_get_CurrentRequest_m9E2C2FD0BBE084F80C9DD739B7389518DB1137E4_inline(__this, NULL); NullCheck(L_8); HTTPRequest_CallCallback_m5B06D2367144F075418AF867B2E90DD61538F9AB(L_8, NULL); } IL_0055_1: { goto IL_006f; } } catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0057; } throw e; } CATCH_0057: { Exception_t* L_9 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));; V_0 = L_9; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var))); RuntimeObject* L_10; L_10 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); Exception_t* L_11 = V_0; NullCheck(L_10); InterfaceActionInvoker3< String_t*, String_t*, Exception_t* >::Invoke(16, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var)), L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral51B34CC2C11B75062A72C72DC9BF4F9C0ABE1025)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral62267E44E69A06456F3BCA422446750BA4C25A2C)), L_11); IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_006f; } IL_006f: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_Recycle_mACD7706E3DC11E0F69A05C2A0EAF7B3FD4181FA7 (ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* __this, HTTPConnectionRecycledDelegate_tDB0ED44771CCC789BB54522DCF7370C3A386FECF* ___0_onConnectionRecycled, const RuntimeMethod* method) { { HTTPConnectionRecycledDelegate_tDB0ED44771CCC789BB54522DCF7370C3A386FECF* L_0 = ___0_onConnectionRecycled; __this->___OnConnectionRecycled = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___OnConnectionRecycled), (void*)L_0); int32_t L_1; L_1 = ConnectionBase_get_State_m39EAFADE9647A70139BF88DCB62AD53CC9FAA92F_inline(__this, NULL); if ((((int32_t)L_1) <= ((int32_t)0))) { goto IL_0022; } } { int32_t L_2; L_2 = ConnectionBase_get_State_m39EAFADE9647A70139BF88DCB62AD53CC9FAA92F_inline(__this, NULL); if ((((int32_t)L_2) >= ((int32_t)4))) { goto IL_0022; } } { int32_t L_3; L_3 = ConnectionBase_get_State_m39EAFADE9647A70139BF88DCB62AD53CC9FAA92F_inline(__this, NULL); if ((!(((uint32_t)L_3) == ((uint32_t)2)))) { goto IL_0028; } } IL_0022: { ConnectionBase_RecycleNow_m7AABFF8CF476C0C0125F9E11106ED41C31A75926(__this, NULL); } IL_0028: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_RecycleNow_m7AABFF8CF476C0C0125F9E11106ED41C31A75926 (ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0; L_0 = ConnectionBase_get_State_m39EAFADE9647A70139BF88DCB62AD53CC9FAA92F_inline(__this, NULL); if ((((int32_t)L_0) == ((int32_t)8))) { goto IL_0013; } } { int32_t L_1; L_1 = ConnectionBase_get_State_m39EAFADE9647A70139BF88DCB62AD53CC9FAA92F_inline(__this, NULL); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)9))))) { goto IL_001e; } } IL_0013: { il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_2 = ((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___MinValue; __this->___LastProcessTime = L_2; } IL_001e: { ConnectionBase_set_State_m2042B900B9543F73F186641A65329A588B631FB5_inline(__this, 6, NULL); ConnectionBase_set_CurrentRequest_m6AFCEE92F6FD1C4ED40BA482A4550E7DBB07CE44_inline(__this, (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB*)NULL, NULL); HTTPConnectionRecycledDelegate_tDB0ED44771CCC789BB54522DCF7370C3A386FECF* L_3 = __this->___OnConnectionRecycled; if (!L_3) { goto IL_0047; } } { HTTPConnectionRecycledDelegate_tDB0ED44771CCC789BB54522DCF7370C3A386FECF* L_4 = __this->___OnConnectionRecycled; NullCheck(L_4); HTTPConnectionRecycledDelegate_Invoke_m1E0BEF1686A78F0C90FDB1DE4CB81C35036615BC_inline(L_4, __this, NULL); __this->___OnConnectionRecycled = (HTTPConnectionRecycledDelegate_tDB0ED44771CCC789BB54522DCF7370C3A386FECF*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___OnConnectionRecycled), (void*)(HTTPConnectionRecycledDelegate_tDB0ED44771CCC789BB54522DCF7370C3A386FECF*)NULL); } IL_0047: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConnectionBase_get_IsDisposed_mE3F31A3E7CA21ED91F58A969749E18642F087856 (ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CIsDisposedU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_set_IsDisposed_m2F95A14C78B8B631627EA8F8223243090744C038 (ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CIsDisposedU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_Dispose_m825AEAB1C35439C69C8D8698C0BF725B89107F79 (ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { VirtualActionInvoker1< bool >::Invoke(8, __this, (bool)1); il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_Dispose_m2492904A619ED40D5B05204EDD3D4D8617B8D134 (ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* __this, bool ___0_disposing, const RuntimeMethod* method) { { ConnectionBase_set_IsDisposed_m2F95A14C78B8B631627EA8F8223243090744C038_inline(__this, (bool)1, 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 IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamList__ctor_mAFFB4120FDBE6552E06171FB3C95C81A73077FFA (StreamList_tBA07DEC52434F1EE32AF67B563F5893B82C44460* __this, StreamU5BU5D_tE599557689D8A9690C5CA10C48A4D797DA081A55* ___0_streams, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_il2cpp_TypeInfo_var); Stream__ctor_mE8B074A0EBEB026FFF14062AB4B8A78E17EFFBF0(__this, NULL); StreamU5BU5D_tE599557689D8A9690C5CA10C48A4D797DA081A55* L_0 = ___0_streams; __this->___Streams = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___Streams), (void*)L_0); __this->___CurrentIdx = 0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StreamList_get_CanRead_mEF5D1A87B7F2D891151029813B1F5A57E87C19F0 (StreamList_tBA07DEC52434F1EE32AF67B563F5893B82C44460* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___CurrentIdx; StreamU5BU5D_tE599557689D8A9690C5CA10C48A4D797DA081A55* L_1 = __this->___Streams; NullCheck(L_1); if ((((int32_t)L_0) < ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))))) { goto IL_0012; } } { return (bool)0; } IL_0012: { StreamU5BU5D_tE599557689D8A9690C5CA10C48A4D797DA081A55* L_2 = __this->___Streams; int32_t L_3 = __this->___CurrentIdx; NullCheck(L_2); int32_t L_4 = L_3; Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_5 = (L_2)->GetAt(static_cast(L_4)); NullCheck(L_5); bool L_6; L_6 = VirtualFuncInvoker0< bool >::Invoke(7, L_5); return L_6; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StreamList_get_CanSeek_mF6C2F9115F64491CB1BEEB7BB570D29A6AD1EB44 (StreamList_tBA07DEC52434F1EE32AF67B563F5893B82C44460* __this, const RuntimeMethod* method) { { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StreamList_get_CanWrite_mBF90F3897A578D3CBF795E749159256ED395387C (StreamList_tBA07DEC52434F1EE32AF67B563F5893B82C44460* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___CurrentIdx; StreamU5BU5D_tE599557689D8A9690C5CA10C48A4D797DA081A55* L_1 = __this->___Streams; NullCheck(L_1); if ((((int32_t)L_0) < ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))))) { goto IL_0012; } } { return (bool)0; } IL_0012: { StreamU5BU5D_tE599557689D8A9690C5CA10C48A4D797DA081A55* L_2 = __this->___Streams; int32_t L_3 = __this->___CurrentIdx; NullCheck(L_2); int32_t L_4 = L_3; Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_5 = (L_2)->GetAt(static_cast(L_4)); NullCheck(L_5); bool L_6; L_6 = VirtualFuncInvoker0< bool >::Invoke(10, L_5); return L_6; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamList_Flush_m5EC86DE498F17016E023C2181B649F74B69344F0 (StreamList_tBA07DEC52434F1EE32AF67B563F5893B82C44460* __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->___CurrentIdx; StreamU5BU5D_tE599557689D8A9690C5CA10C48A4D797DA081A55* L_1 = __this->___Streams; NullCheck(L_1); if ((((int32_t)L_0) < ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))))) { goto IL_0011; } } { return; } IL_0011: { V_0 = 0; goto IL_0026; } IL_0015: { StreamU5BU5D_tE599557689D8A9690C5CA10C48A4D797DA081A55* L_2 = __this->___Streams; int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_5 = (L_2)->GetAt(static_cast(L_4)); NullCheck(L_5); VirtualActionInvoker0::Invoke(22, L_5); int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_6, 1)); } IL_0026: { int32_t L_7 = V_0; int32_t L_8 = __this->___CurrentIdx; if ((((int32_t)L_7) <= ((int32_t)L_8))) { goto IL_0015; } } { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t StreamList_get_Length_m883759C4D5A9576F686EC55AA218F117643BA21F (StreamList_tBA07DEC52434F1EE32AF67B563F5893B82C44460* __this, const RuntimeMethod* method) { int64_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = __this->___CurrentIdx; StreamU5BU5D_tE599557689D8A9690C5CA10C48A4D797DA081A55* L_1 = __this->___Streams; NullCheck(L_1); if ((((int32_t)L_0) < ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))))) { goto IL_0013; } } { return ((int64_t)0); } IL_0013: { V_0 = ((int64_t)0); V_1 = 0; goto IL_002e; } IL_001a: { int64_t L_2 = V_0; StreamU5BU5D_tE599557689D8A9690C5CA10C48A4D797DA081A55* L_3 = __this->___Streams; int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_6 = (L_3)->GetAt(static_cast(L_5)); NullCheck(L_6); int64_t L_7; L_7 = VirtualFuncInvoker0< int64_t >::Invoke(11, L_6); V_0 = ((int64_t)il2cpp_codegen_add(L_2, L_7)); int32_t L_8 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_8, 1)); } IL_002e: { int32_t L_9 = V_1; StreamU5BU5D_tE599557689D8A9690C5CA10C48A4D797DA081A55* L_10 = __this->___Streams; NullCheck(L_10); if ((((int32_t)L_9) < ((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length))))) { goto IL_001a; } } { int64_t L_11 = V_0; return L_11; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StreamList_Read_mC4BA157CD02B2E7EBD0CB2DF19DA824428A987CC (StreamList_tBA07DEC52434F1EE32AF67B563F5893B82C44460* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_offset, int32_t ___2_count, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = __this->___CurrentIdx; StreamU5BU5D_tE599557689D8A9690C5CA10C48A4D797DA081A55* L_1 = __this->___Streams; NullCheck(L_1); if ((((int32_t)L_0) < ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))))) { goto IL_0012; } } { return (-1); } IL_0012: { StreamU5BU5D_tE599557689D8A9690C5CA10C48A4D797DA081A55* L_2 = __this->___Streams; int32_t L_3 = __this->___CurrentIdx; NullCheck(L_2); int32_t L_4 = L_3; Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_5 = (L_2)->GetAt(static_cast(L_4)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = ___0_buffer; int32_t L_7 = ___1_offset; int32_t L_8 = ___2_count; NullCheck(L_5); int32_t L_9; L_9 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t >::Invoke(34, L_5, L_6, L_7, L_8); V_0 = L_9; goto IL_0046; } IL_002a: { int32_t L_10 = V_0; StreamU5BU5D_tE599557689D8A9690C5CA10C48A4D797DA081A55* L_11 = __this->___Streams; int32_t L_12 = __this->___CurrentIdx; NullCheck(L_11); int32_t L_13 = L_12; Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_14 = (L_11)->GetAt(static_cast(L_13)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_15 = ___0_buffer; int32_t L_16 = ___1_offset; int32_t L_17 = V_0; int32_t L_18 = ___2_count; int32_t L_19 = V_0; NullCheck(L_14); int32_t L_20; L_20 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t >::Invoke(34, L_14, L_15, ((int32_t)il2cpp_codegen_add(L_16, L_17)), ((int32_t)il2cpp_codegen_subtract(L_18, L_19))); V_0 = ((int32_t)il2cpp_codegen_add(L_10, L_20)); } IL_0046: { int32_t L_21 = V_0; int32_t L_22 = ___2_count; if ((((int32_t)L_21) >= ((int32_t)L_22))) { goto IL_0065; } } { int32_t L_23 = __this->___CurrentIdx; V_1 = L_23; int32_t L_24 = V_1; __this->___CurrentIdx = ((int32_t)il2cpp_codegen_add(L_24, 1)); int32_t L_25 = V_1; StreamU5BU5D_tE599557689D8A9690C5CA10C48A4D797DA081A55* L_26 = __this->___Streams; NullCheck(L_26); if ((((int32_t)L_25) < ((int32_t)((int32_t)(((RuntimeArray*)L_26)->max_length))))) { goto IL_002a; } } IL_0065: { int32_t L_27 = V_0; return L_27; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamList_Write_m4B4A3BC086397BC2B1803D1E1FECE88CF75D6767 (StreamList_tBA07DEC52434F1EE32AF67B563F5893B82C44460* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_offset, int32_t ___2_count, const RuntimeMethod* method) { { int32_t L_0 = __this->___CurrentIdx; StreamU5BU5D_tE599557689D8A9690C5CA10C48A4D797DA081A55* L_1 = __this->___Streams; NullCheck(L_1); if ((((int32_t)L_0) < ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))))) { goto IL_0011; } } { return; } IL_0011: { StreamU5BU5D_tE599557689D8A9690C5CA10C48A4D797DA081A55* L_2 = __this->___Streams; int32_t L_3 = __this->___CurrentIdx; NullCheck(L_2); int32_t L_4 = L_3; Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_5 = (L_2)->GetAt(static_cast(L_4)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = ___0_buffer; int32_t L_7 = ___1_offset; int32_t L_8 = ___2_count; NullCheck(L_5); VirtualActionInvoker3< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t >::Invoke(37, L_5, L_6, L_7, L_8); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamList_Write_mCE5C2086986DC26FC5A84B4FE678C1D3487B5263 (StreamList_tBA07DEC52434F1EE32AF67B563F5893B82C44460* __this, String_t* ___0_str, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Extensions_tDFD968359F47AD19BD9E929BCBD8C8F79A3B62A1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_0 = NULL; { String_t* L_0 = ___0_str; il2cpp_codegen_runtime_class_init_inline(Extensions_tDFD968359F47AD19BD9E929BCBD8C8F79A3B62A1_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1; L_1 = Extensions_GetASCIIBytes_mE47462CA9E39A1BF848341A25834F77A1171678C(L_0, NULL); V_0 = L_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = V_0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = V_0; NullCheck(L_3); VirtualActionInvoker3< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t >::Invoke(37, __this, L_2, 0, ((int32_t)(((RuntimeArray*)L_3)->max_length))); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamList_Dispose_m2156636E264950E169810A53098744CCC13BE45A (StreamList_tBA07DEC52434F1EE32AF67B563F5893B82C44460* __this, bool ___0_disposing, const RuntimeMethod* method) { int32_t V_0 = 0; Exception_t* V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { V_0 = 0; goto IL_0030; } IL_0004: { } try { StreamU5BU5D_tE599557689D8A9690C5CA10C48A4D797DA081A55* L_0 = __this->___Streams; int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_3 = (L_0)->GetAt(static_cast(L_2)); NullCheck(L_3); Stream_Dispose_mCDB42F32A17541CCA6D3A5906827A401570B07A8(L_3, NULL); goto IL_002c; } catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0014; } throw e; } CATCH_0014: { Exception_t* L_4 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));; V_1 = L_4; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var))); RuntimeObject* L_5; L_5 = HTTPManager_get_Logger_mFD1E2EFC6F9F65F3EA52639214ED70ED6F90CE89(NULL); Exception_t* L_6 = V_1; NullCheck(L_5); InterfaceActionInvoker3< String_t*, String_t*, Exception_t* >::Invoke(16, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ILogger_tDA75DE2C62DB182BD6880F353A143CD576E8E56D_il2cpp_TypeInfo_var)), L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8610EF0CF2FB1FE5275785FFAE015BEB020386DD)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0E113F97D77FF0E45934C610A144C2819DC64A04)), L_6); IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_002c; } IL_002c: { int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_7, 1)); } IL_0030: { int32_t L_8 = V_0; StreamU5BU5D_tE599557689D8A9690C5CA10C48A4D797DA081A55* L_9 = __this->___Streams; NullCheck(L_9); if ((((int32_t)L_8) < ((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))))) { goto IL_0004; } } { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t StreamList_get_Position_m5BF4BEB47EF16FA21335F647082987389308AF23 (StreamList_tBA07DEC52434F1EE32AF67B563F5893B82C44460* __this, const RuntimeMethod* method) { { NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_0 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var))); NotImplementedException__ctor_m8339D1A685E8D77CAC9D3260C06B38B5C7CA7742(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5F42E9A086500A5BB201C3BEB0792ABBD26FF195)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StreamList_get_Position_m5BF4BEB47EF16FA21335F647082987389308AF23_RuntimeMethod_var))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamList_set_Position_mB0B5B6C9F280DC647728AC4F1DFE8F6B08E4B929 (StreamList_tBA07DEC52434F1EE32AF67B563F5893B82C44460* __this, int64_t ___0_value, const RuntimeMethod* method) { { NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_0 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var))); NotImplementedException__ctor_m8339D1A685E8D77CAC9D3260C06B38B5C7CA7742(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC254086DD389497FB3ADCA91EE6F1FCD4C670CF2)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StreamList_set_Position_mB0B5B6C9F280DC647728AC4F1DFE8F6B08E4B929_RuntimeMethod_var))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t StreamList_Seek_m389924B74D4EE63B50243BFBDCC1C275E8A2B88C (StreamList_tBA07DEC52434F1EE32AF67B563F5893B82C44460* __this, int64_t ___0_offset, int32_t ___1_origin, const RuntimeMethod* method) { { int32_t L_0 = __this->___CurrentIdx; StreamU5BU5D_tE599557689D8A9690C5CA10C48A4D797DA081A55* L_1 = __this->___Streams; NullCheck(L_1); if ((((int32_t)L_0) < ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))))) { goto IL_0013; } } { return ((int64_t)0); } IL_0013: { StreamU5BU5D_tE599557689D8A9690C5CA10C48A4D797DA081A55* L_2 = __this->___Streams; int32_t L_3 = __this->___CurrentIdx; NullCheck(L_2); int32_t L_4 = L_3; Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_5 = (L_2)->GetAt(static_cast(L_4)); int64_t L_6 = ___0_offset; int32_t L_7 = ___1_origin; NullCheck(L_5); int64_t L_8; L_8 = VirtualFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(32, L_5, L_6, L_7); return L_8; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamList_SetLength_m4E4C78953A03B8058C422D969210CFF869F35886 (StreamList_tBA07DEC52434F1EE32AF67B563F5893B82C44460* __this, int64_t ___0_value, const RuntimeMethod* method) { { NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_0 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var))); NotImplementedException__ctor_m8339D1A685E8D77CAC9D3260C06B38B5C7CA7742(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEA11839FFA673044FF4EB9A4F59B3BC47F4144AE)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StreamList_SetLength_m4E4C78953A03B8058C422D969210CFF869F35886_RuntimeMethod_var))); } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->____stringLength; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Asn1TaggedObject_get_TagNo_mBCA719C9A487DD649A2D144630CB4C2086070E42_inline (Asn1TaggedObject_t2DB9C432DA4B3E13450CD1802214CD78B5DDD29F* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___tagNo; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Asn1TaggedObject_IsExplicit_m248DAFAE111FB6C320D5F5F35BFFCC3DF0ECF431_inline (Asn1TaggedObject_t2DB9C432DA4B3E13450CD1802214CD78B5DDD29F* __this, const RuntimeMethod* method) { { bool L_0 = __this->___explicitly; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DerObjectIdentifier_get_Id_m140553EFA5010F30A4226B583504BDE8CA7F226A_inline (DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___identifier; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* DerExternal_get_DirectReference_m2D233643D27E548524B29FB68C9D5FA8313AE378_inline (DerExternal_tE5756ED1EE4DFF604804D231DA4B538E4A63042F* __this, const RuntimeMethod* method) { { DerObjectIdentifier_t139453F85D20EAF8E9E90C7B8F6F5748ABE0C967* L_0 = __this->___directReference; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* DerExternal_get_IndirectReference_mC873035BC4DDD266F46A8B3BD74A6D1F780E3075_inline (DerExternal_tE5756ED1EE4DFF604804D231DA4B538E4A63042F* __this, const RuntimeMethod* method) { { DerInteger_tD96BDB4EA0AE7B346C81FB8D8BAABCF1623C818F* L_0 = __this->___indirectReference; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* DerExternal_get_DataValueDescriptor_m9484DA5E19CCAA0C20590B4F91E15C9CFE9AB2C2_inline (DerExternal_tE5756ED1EE4DFF604804D231DA4B538E4A63042F* __this, const RuntimeMethod* method) { { Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_0 = __this->___dataValueDescriptor; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DerExternal_get_Encoding_mA508C8BF9A8F2167155DDFE6176D5384090DB447_inline (DerExternal_tE5756ED1EE4DFF604804D231DA4B538E4A63042F* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___encoding; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* DerExternal_get_ExternalContent_mC82DE34EF3D28876B63AEE401D1E281BB3CCD5EC_inline (DerExternal_tE5756ED1EE4DFF604804D231DA4B538E4A63042F* __this, const RuntimeMethod* method) { { Asn1Object_t92B69E5A5F3701FC39D266A60958473513707A0D* L_0 = __this->___externalContent; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DerApplicationSpecific_IsConstructed_mECFB6199B009E80D7362205D4CA99DFB7AB9F499_inline (DerApplicationSpecific_t9C9CBA4F114712501326314D472CA388207F80B6* __this, const RuntimeMethod* method) { { bool L_0 = __this->___isConstructed; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DerApplicationSpecific_get_ApplicationTag_mDE403A4C2F5E412DAFA589014633B580841C9BAE_inline (DerApplicationSpecific_t9C9CBA4F114712501326314D472CA388207F80B6* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___tag; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* DerApplicationSpecific_GetContents_mB5B6689C335E99571C4D4DF64586813C14989662_inline (DerApplicationSpecific_t9C9CBA4F114712501326314D472CA388207F80B6* __this, const RuntimeMethod* method) { { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = __this->___octets; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ConnectionBase_get_State_m39EAFADE9647A70139BF88DCB62AD53CC9FAA92F_inline (ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___U3CStateU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A HTTPManager_get_MaxConnectionIdleTime_m1496533150DCA75DCC5E5B3EF6CFC24DB9B60AB6_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var); TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = ((HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tC6C05F06C598AB047A2906366A11E823A62DD94C_il2cpp_TypeInfo_var))->___U3CMaxConnectionIdleTimeU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HTTPProxy_t2EEE688B747771B1F7BADA0F4EA68B9A2D1EF50D* ConnectionBase_get_Proxy_m92A8A96E412820BE572826ABC5F2490FD390569F_inline (ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* __this, const RuntimeMethod* method) { { HTTPProxy_t2EEE688B747771B1F7BADA0F4EA68B9A2D1EF50D* L_0 = __this->___U3CProxyU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ConnectionBase_set_ServerAddress_mB4CDAF13D9EF53C10E9C79F85937199AAD9C2D02_inline (ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CServerAddressU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CServerAddressU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ConnectionBase_set_State_m2042B900B9543F73F186641A65329A588B631FB5_inline (ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* __this, int32_t ___0_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_value; __this->___U3CStateU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ConnectionBase_set_StartTime_m5B8C6C78E01BBB498A0840A42B17986E17C617D4_inline (ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* __this, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_value, const RuntimeMethod* method) { { DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0 = ___0_value; __this->___U3CStartTimeU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ConnectionBase_set_CurrentRequest_m6AFCEE92F6FD1C4ED40BA482A4550E7DBB07CE44_inline (ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* __this, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* ___0_value, const RuntimeMethod* method) { { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_0 = ___0_value; __this->___U3CCurrentRequestU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CCurrentRequestU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* ConnectionBase_get_CurrentRequest_m9E2C2FD0BBE084F80C9DD739B7389518DB1137E4_inline (ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* __this, const RuntimeMethod* method) { { HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* L_0 = __this->___U3CCurrentRequestU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HTTPRequest_get_DownloadProgressChanged_m02F3C55543A485B47701F6E233CA7DB7A936224B_inline (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CDownloadProgressChangedU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t HTTPRequest_get_Downloaded_m8306EFCEC41F6C01E53705B1E627E076E048E08A_inline (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* __this, const RuntimeMethod* method) { { int64_t L_0 = __this->___U3CDownloadedU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t HTTPRequest_get_DownloadLength_m6EA9A9B96C8540F204CE35DC2A5E74C28F6C927D_inline (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* __this, const RuntimeMethod* method) { { int64_t L_0 = __this->___U3CDownloadLengthU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnDownloadProgressDelegate_Invoke_m6A36D68CB59AF214F82CB406F2EA0EF1AD5E3222_inline (OnDownloadProgressDelegate_t639F51319E1C390DE4C7131D2CDC2F087FB7E10B* __this, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* ___0_originalRequest, int64_t ___1_downloaded, int64_t ___2_downloadLength, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB*, int64_t, int64_t, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_originalRequest, ___1_downloaded, ___2_downloadLength, reinterpret_cast(__this->___method)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPRequest_set_DownloadProgressChanged_mAEDADE1B6EAFD242180469E0EC29732116629685_inline (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CDownloadProgressChangedU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HTTPRequest_get_UploadProgressChanged_m0DAC5E9D244F54AFAC838A9375355731D2328B29_inline (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CUploadProgressChangedU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t HTTPRequest_get_Uploaded_m403C812E03446C782837326103E0DAB6AF6CA2F3_inline (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* __this, const RuntimeMethod* method) { { int64_t L_0 = __this->___U3CUploadedU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t HTTPRequest_get_UploadLength_m9CAFE546F93474A3861452DD4BDD6A979B2662E2_inline (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* __this, const RuntimeMethod* method) { { int64_t L_0 = __this->___U3CUploadLengthU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnUploadProgressDelegate_Invoke_m5C961F02E58C2FE45EBF71A99BAA87E4FA4B969D_inline (OnUploadProgressDelegate_t776878E6D6A8A974A781B23F0D731BA0843BC8EA* __this, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* ___0_originalRequest, int64_t ___1_uploaded, int64_t ___2_uploadLength, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB*, int64_t, int64_t, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_originalRequest, ___1_uploaded, ___2_uploadLength, reinterpret_cast(__this->___method)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPRequest_set_UploadProgressChanged_mA239C1140AAE0DEAFC46BE88382AADF10DEA541F_inline (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CUploadProgressChangedU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* HTTPRequest_get_Response_m0B363D36786B2A59BD681C99D5B2558901E43094_inline (HTTPRequest_t4927AA5865030EC29FC221AE3C6897488643E6CB* __this, const RuntimeMethod* method) { { HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* L_0 = __this->___U3CResponseU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HTTPResponse_get_IsUpgraded_m67F7BC60C0F7F6DECA914D60C993626DDFAB1485_inline (HTTPResponse_t9FDEE842944A0FED3ED4754913171BB787BB0774* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CIsUpgradedU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPConnectionRecycledDelegate_Invoke_m1E0BEF1686A78F0C90FDB1DE4CB81C35036615BC_inline (HTTPConnectionRecycledDelegate_tDB0ED44771CCC789BB54522DCF7370C3A386FECF* __this, ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* ___0_conn, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_conn, reinterpret_cast(__this->___method)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ConnectionBase_set_IsDisposed_m2F95A14C78B8B631627EA8F8223243090744C038_inline (ConnectionBase_t89E36BB13C730FA8E62C33D13F8C7E3B9ACFD7BF* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CIsDisposedU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_gshared_inline (const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); { il2cpp_codegen_runtime_class_init_inline(il2cpp_rgctx_data(method->rgctx_data, 2)); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = ((EmptyArray_1_tDF0DD7256B115243AA6BD5558417387A734240EE_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_rgctx_data(method->rgctx_data, 2)))->___Value; return L_0; } }