3 references to DsaEncodedSignatureSize
System.Security.Cryptography (3)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.Dsa.cs (1)
46
Debug.Assert(size * 2 <
DsaEncodedSignatureSize
(dsa));
src\libraries\Common\src\System\Security\Cryptography\DSAOpenSsl.cs (2)
201
int signatureSize = Interop.Crypto.
DsaEncodedSignatureSize
(key);
228
int maxSignatureSize = Interop.Crypto.
DsaEncodedSignatureSize
(key);