terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ Dispose() [2/2]

override void Mono.Security.Cryptography.DSAManaged.Dispose ( bool disposing)
inlineprotectedvirtual

Reimplemented from System.Security.Cryptography.AsymmetricAlgorithm.

Definition at line 338 of file DSAManaged.cs.

339 {
340 bool disposed = this.m_disposed;
341 if (!disposed)
342 {
343 BigInteger bigInteger = this.x;
344 if (!disposed)
345 {
346 }
347 BigInteger bigInteger2 = this.x;
348 if (bigInteger2.length != 0U)
349 {
350 uint[] data = bigInteger2.data;
351 uint length = bigInteger2.length;
352 }
353 BigInteger bigInteger3 = this.p;
354 if (bigInteger2 == null)
355 {
356 }
357 BigInteger bigInteger4 = this.p;
358 if (bigInteger4.length != 0U)
359 {
360 uint[] data2 = bigInteger4.data;
361 uint length2 = bigInteger4.length;
362 }
363 BigInteger bigInteger5 = this.q;
364 if (bigInteger4 == null)
365 {
366 }
367 BigInteger bigInteger6 = this.q;
368 if (bigInteger6.length != 0U)
369 {
370 uint[] data3 = bigInteger6.data;
371 uint length3 = bigInteger6.length;
372 }
373 BigInteger bigInteger7 = this.g;
374 if (bigInteger6 == null)
375 {
376 }
377 BigInteger bigInteger8 = this.g;
378 if (bigInteger8.length != 0U)
379 {
380 uint[] data4 = bigInteger8.data;
381 uint length4 = bigInteger8.length;
382 }
383 BigInteger bigInteger9 = this.j;
384 if (bigInteger8 == null)
385 {
386 }
388 if (bigInteger10.length != 0U)
389 {
390 uint[] data5 = bigInteger10.data;
391 uint length5 = bigInteger10.length;
392 }
394 if (bigInteger10 == null)
395 {
396 }
398 if (bigInteger12.length != 0U)
399 {
400 uint[] data6 = bigInteger12.data;
401 uint length6 = bigInteger12.length;
402 }
404 if (bigInteger12 == null)
405 {
406 }
408 if (bigInteger14.length != 0U)
409 {
410 uint[] data7 = bigInteger14.data;
411 uint length7 = bigInteger14.length;
412 }
413 }
414 int num = 1;
415 this.m_disposed = num != 0;
416 }
class f__AnonymousType0<< Count > j__TPar

References Mono.Math.BigInteger.data, Mono.Security.Cryptography.DSAManaged.g, Mono.Security.Cryptography.DSAManaged.j, j__TPar, Mono.Math.BigInteger.length, System.length, Mono.Security.Cryptography.DSAManaged.m_disposed, Mono.Security.Cryptography.DSAManaged.p, Mono.Security.Cryptography.DSAManaged.q, Mono.Security.Cryptography.DSAManaged.seed, System.U, Mono.Security.Cryptography.DSAManaged.x, and Mono.Security.Cryptography.DSAManaged.y.