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