2 references to CreateCngBlob
System.Security.Cryptography (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X25519DiffieHellmanCng.Windows.cs (1)
74
using (CryptoPoolLease lease = X25519WindowsHelpers.
CreateCngBlob
(reducedPublicKey, privateKey: false, out _))
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X25519DiffieHellmanImplementation.Windows.cs (1)
226
using (CryptoPoolLease lease = X25519WindowsHelpers.
CreateCngBlob
(key, privateKey, out preservation))