8 references to AllocBytes
System.Security.Cryptography.Pkcs (8)
Internal\Cryptography\Pal\Windows\PkcsPalWindows.Encrypt.cs (8)
173
pCertEncoded[i].pbData = hb.
AllocBytes
(certEncoded);
202
pValues[j].pbData = hb.
AllocBytes
(rawData);
289
pEncodeInfo->KeyEncryptionAlgorithm.Parameters.pbData = hb.
AllocBytes
(s_rsaPkcsParameters);
295
pEncodeInfo->KeyEncryptionAlgorithm.Parameters.pbData = hb.
AllocBytes
(s_rsaOaepSha1Parameters);
301
pEncodeInfo->KeyEncryptionAlgorithm.Parameters.pbData = hb.
AllocBytes
(s_rsaOaepSha256Parameters);
307
pEncodeInfo->KeyEncryptionAlgorithm.Parameters.pbData = hb.
AllocBytes
(s_rsaOaepSha384Parameters);
313
pEncodeInfo->KeyEncryptionAlgorithm.Parameters.pbData = hb.
AllocBytes
(s_rsaOaepSha512Parameters);
413
IntPtr pSki = hb.
AllocBytes
(ski);