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