38 references to Emit
System.Security.Cryptography (38)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\DSACng.ImportExport.cs (12)
200Interop.BCrypt.Emit(blob, ref offset, parameters.Seed); 213Interop.BCrypt.Emit(blob, ref offset, parameters.Q); 217Interop.BCrypt.Emit(blob, ref offset, parameters.P!); 218Interop.BCrypt.Emit(blob, ref offset, parameters.G!); 219Interop.BCrypt.Emit(blob, ref offset, parameters.Y!); 222Interop.BCrypt.Emit(blob, ref offset, parameters.X!); 283Interop.BCrypt.Emit(blob, ref offset, parameters.Seed); 297Interop.BCrypt.Emit(blob, ref offset, parameters.Q); 298Interop.BCrypt.Emit(blob, ref offset, parameters.P); 299Interop.BCrypt.Emit(blob, ref offset, parameters.G); 300Interop.BCrypt.Emit(blob, ref offset, parameters.Y); 304Interop.BCrypt.Emit(blob, ref offset, parameters.X!);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECCng.ImportExport.cs (19)
93Interop.BCrypt.Emit(blob, ref offset, curve.Prime); 94Interop.BCrypt.Emit(blob, ref offset, curve.A); 95Interop.BCrypt.Emit(blob, ref offset, curve.B); 96Interop.BCrypt.Emit(blob, ref offset, curve.G.X); 97Interop.BCrypt.Emit(blob, ref offset, curve.G.Y); 98Interop.BCrypt.Emit(blob, ref offset, curve.Order); 99Interop.BCrypt.Emit(blob, ref offset, curve.Cofactor); 102Interop.BCrypt.Emit(blob, ref offset, curve.Seed); 104Interop.BCrypt.Emit(blob, ref offset, parameters.Q.X); 105Interop.BCrypt.Emit(blob, ref offset, parameters.Q.Y); 108Interop.BCrypt.Emit(blob, ref offset, parameters.D!); 268Interop.BCrypt.Emit(blob, ref offset, curve.Prime); 269Interop.BCrypt.Emit(blob, ref offset, curve.A); 270Interop.BCrypt.Emit(blob, ref offset, curve.B); 271Interop.BCrypt.Emit(blob, ref offset, curve.G.X); 272Interop.BCrypt.Emit(blob, ref offset, curve.G.Y); 273Interop.BCrypt.Emit(blob, ref offset, curve.Order); 274Interop.BCrypt.Emit(blob, ref offset, curve.Cofactor); 277Interop.BCrypt.Emit(blob, ref offset, curve.Seed);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECCng.ImportExport.NamedCurve.cs (3)
58Interop.BCrypt.Emit(blob, ref offset, x); 59Interop.BCrypt.Emit(blob, ref offset, y); 64Interop.BCrypt.Emit(blob, ref offset, d!);
System\Security\Cryptography\CngHelpers.cs (4)
208Interop.BCrypt.Emit(rsaBlob, ref offset, parameters.Exponent); 209Interop.BCrypt.Emit(rsaBlob, ref offset, parameters.Modulus); 213Interop.BCrypt.Emit(rsaBlob, ref offset, parameters.P!); 214Interop.BCrypt.Emit(rsaBlob, ref offset, parameters.Q!);