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