Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ BCryptHashData() [3/4]

static NTSTATUS Interop.BCrypt.BCryptHashData ( SafeBCryptHashHandle hHash,
ReadOnlySpan< byte > pbInput,
int cbInput,
int dwFlags )
inlinestaticpackage

Definition at line 508 of file Interop.cs.

509 {
510 return BCryptHashData(hHash, ref MemoryMarshal.GetReference(pbInput), cbInput, dwFlags);
511 }
static NTSTATUS BCryptHashData(SafeBCryptHashHandle hHash, ReadOnlySpan< byte > pbInput, int cbInput, int dwFlags)
Definition Interop.cs:508

References Interop.BCrypt.BCryptHashData().

Referenced by Interop.BCrypt.BCryptHashData(), and Interop.BCrypt.BCryptHashData().