3 references to ConvertDerToIeee1363
System.Security.Cryptography (3)
src\libraries\Common\src\System\Security\Cryptography\DSAOpenSsl.cs (1)
245bytesWritten = AsymmetricAlgorithmHelpers.ConvertDerToIeee1363(derSignature, fieldSizeBits, destination);
src\libraries\Common\src\System\Security\Cryptography\ECDsaOpenSsl.cs (1)
131bytesWritten = AsymmetricAlgorithmHelpers.ConvertDerToIeee1363(derSignature, KeySize, destination);
System\Security\Cryptography\AsymmetricAlgorithmHelpers.Der.cs (1)
59ConvertDerToIeee1363(input, fieldSizeBits, response);