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