2 writes to cbPrime2
System.Security.Cryptography (2)
System\Security\Cryptography\CngHelpers.cs (2)
199pBcryptBlob->cbPrime2 = parameters.Q!.Length; 203pBcryptBlob->cbPrime1 = pBcryptBlob->cbPrime2 = 0;
2 references to cbPrime2
System.Security.Cryptography (2)
System\Security\Cryptography\CngHelpers.cs (2)
268rsaParams.Q = Interop.BCrypt.Consume(rsaBlob, ref offset, pBcryptBlob->cbPrime2); 270rsaParams.DQ = Interop.BCrypt.Consume(rsaBlob, ref offset, pBcryptBlob->cbPrime2);