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