2 writes to cbPrime1
System.Security.Cryptography (2)
System\Security\Cryptography\CngHelpers.cs (2)
198
pBcryptBlob->
cbPrime1
= parameters.P!.Length;
203
pBcryptBlob->
cbPrime1
= pBcryptBlob->cbPrime2 = 0;
3 references to cbPrime1
System.Security.Cryptography (3)
System\Security\Cryptography\CngHelpers.cs (3)
267
rsaParams.P = Interop.BCrypt.Consume(rsaBlob, ref offset, pBcryptBlob->
cbPrime1
);
269
rsaParams.DP = Interop.BCrypt.Consume(rsaBlob, ref offset, pBcryptBlob->
cbPrime1
);
271
rsaParams.InverseQ = Interop.BCrypt.Consume(rsaBlob, ref offset, pBcryptBlob->
cbPrime1
);