14 references to GetNonNullPinnableReference
System.Security.Cryptography (14)
src\runtime\src\libraries\Common\src\Interop\Windows\BCrypt\Interop.BCryptVerifySignature.cs (1)
98
fixed (byte* pData = &Helpers.
GetNonNullPinnableReference
(data))
src\runtime\src\libraries\Common\src\Interop\Windows\NCrypt\Interop.SignVerify.cs (3)
18
fixed (byte* pHash = &Helpers.
GetNonNullPinnableReference
(pbHashValue))
30
fixed (byte* pHash = &Helpers.
GetNonNullPinnableReference
(pbHashValue))
31
fixed (byte* pSignature = &Helpers.
GetNonNullPinnableReference
(pbSignature))
src\runtime\src\libraries\Common\src\System\Security\Cryptography\AeadCommon.Windows.cs (7)
22
fixed (byte* plaintextBytes = &Helpers.
GetNonNullPinnableReference
(plaintext))
23
fixed (byte* nonceBytes = &Helpers.
GetNonNullPinnableReference
(nonce))
26
fixed (byte* associatedDataBytes = &Helpers.
GetNonNullPinnableReference
(associatedData))
68
fixed (byte* nonceBytes = &Helpers.
GetNonNullPinnableReference
(nonce))
69
fixed (byte* ciphertextBytes = &Helpers.
GetNonNullPinnableReference
(ciphertext))
70
fixed (byte* tagBytes = &Helpers.
GetNonNullPinnableReference
(tag))
71
fixed (byte* associatedDataBytes = &Helpers.
GetNonNullPinnableReference
(associatedData))
System\Security\Cryptography\HKDF.Windows.cs (3)
148
fixed (byte* pSecret = &Helpers.
GetNonNullPinnableReference
(secret))
168
fixed (byte* pSalt = &Helpers.
GetNonNullPinnableReference
(salt))
196
fixed (byte* pInfoBlob = &Helpers.
GetNonNullPinnableReference
(infoBlob))