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