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