2 writes to cbGroupSize
System.Security.Cryptography (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\DSACng.ImportExport.cs (2)
282pBcryptBlob->cbGroupSize = parameters.Q.Length; 293pBcryptBlob->cbGroupSize = parameters.Q.Length;
3 references to cbGroupSize
System.Security.Cryptography (3)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\DSACng.ImportExport.cs (2)
398dsaParams.Q = Interop.BCrypt.Consume(dsaBlob, ref offset, pBcryptBlob->cbGroupSize); 404dsaParams.X = Interop.BCrypt.Consume(dsaBlob, ref offset, pBcryptBlob->cbGroupSize);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\DSACng.SignVerify.cs (1)
168return pBlob->cbGroupSize;