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

◆ BCryptFinishHash() [4/4]

static NTSTATUS Interop.BCrypt.BCryptFinishHash ( SafeBCryptHashHandle hHash,
Span< byte > pbOutput,
int cbOutput,
int dwFlags )
inlinestaticpackage

Definition at line 516 of file Interop.cs.

517 {
518 return BCryptFinishHash(hHash, ref MemoryMarshal.GetReference(pbOutput), cbOutput, dwFlags);
519 }
static NTSTATUS BCryptFinishHash(SafeBCryptHashHandle hHash, Span< byte > pbOutput, int cbOutput, int dwFlags)
Definition Interop.cs:516

References Interop.BCrypt.BCryptFinishHash().

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