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