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