3 references to DsaSignatureFieldSize
System.Security.Cryptography (3)
src\libraries\Common\src\System\Security\Cryptography\DSAOpenSsl.cs (3)
202int signatureFieldSize = Interop.Crypto.DsaSignatureFieldSize(key) * BitsPerByte; 233int fieldSizeBytes = Interop.Crypto.DsaSignatureFieldSize(key); 328int expectedSignatureBytes = Interop.Crypto.DsaSignatureFieldSize(key) * 2;