5 references to NID_undef
System.Security.Cryptography (5)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.Nid.cs (1)
30if (nid == NID_undef)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.EcDsa.ImportExport.cs (2)
108return (nidCurveName != Interop.Crypto.NID_undef); 122return nidCurveName != Interop.Crypto.NID_undef ? CurveNidToOidValue(nidCurveName) : null;
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.EcKey.cs (2)
71return (nidCurveName != Interop.Crypto.NID_undef); 79if (nidCurveName == Interop.Crypto.NID_undef)