3 references to s_rsaOaepSha384Parameters
System.Security.Cryptography.Pkcs (3)
Internal\Cryptography\Pal\AnyOS\ManagedPal.KeyTrans.cs (1)
160
ktri.KeyEncryptionAlgorithm.Parameters =
s_rsaOaepSha384Parameters
;
Internal\Cryptography\Pal\Windows\PkcsPalWindows.Encrypt.cs (2)
306
pEncodeInfo->KeyEncryptionAlgorithm.Parameters.cbData = (uint)
s_rsaOaepSha384Parameters
.Length;
307
pEncodeInfo->KeyEncryptionAlgorithm.Parameters.pbData = hb.AllocBytes(
s_rsaOaepSha384Parameters
);