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