13 references to GetNonNullPinnableReference
System.Security.Cryptography (13)
src\runtime\src\libraries\Common\src\Interop\Windows\BCrypt\Interop.BCryptSignHash.cs (3)
35
fixed (byte* pDest = &Helpers.
GetNonNullPinnableReference
(destination))
61
fixed (byte* pDest = &Helpers.
GetNonNullPinnableReference
(destination))
89
fixed (byte* pDest = &Helpers.
GetNonNullPinnableReference
(destination))
src\runtime\src\libraries\Common\src\Interop\Windows\NCrypt\Interop.SignVerify.cs (1)
19
fixed (byte* pSignature = &Helpers.
GetNonNullPinnableReference
(pbSignature))
src\runtime\src\libraries\Common\src\System\Security\Cryptography\AeadCommon.Windows.cs (3)
24
fixed (byte* ciphertextBytes = &Helpers.
GetNonNullPinnableReference
(ciphertext))
25
fixed (byte* tagBytes = &Helpers.
GetNonNullPinnableReference
(tag))
67
fixed (byte* plaintextBytes = &Helpers.
GetNonNullPinnableReference
(plaintext))
System\Security\Cryptography\HashProviderDispenser.Windows.cs (1)
277
fixed (byte* pDest = &Helpers.
GetNonNullPinnableReference
(destination))
System\Security\Cryptography\LiteHash.Windows.cs (5)
133
fixed (byte* pDestination = &Helpers.
GetNonNullPinnableReference
(destination))
146
fixed (byte* pDestination = &Helpers.
GetNonNullPinnableReference
(destination))
247
fixed (byte* pDestination = &Helpers.
GetNonNullPinnableReference
(destination))
268
fixed (byte* pDestination = &Helpers.
GetNonNullPinnableReference
(destination))
287
fixed (byte* pDestination = &Helpers.
GetNonNullPinnableReference
(destination))