5 references to GetMax
System.Security.Cryptography (5)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.Dsa.cs (3)
123int qx_cb = GetMax(q_cb, x_cb); 204return GetMax(GetMax(value1, value2), value3);
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.EcDsa.ImportExport.cs (2)
248cbKey = GetMax(cbKey, expectedKeySizeBytes); 460int cbSubgroupOrder = GetMax(order_cb, d_cb);