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

◆ BCryptCreateHash() [3/4]

static NTSTATUS Interop.BCrypt.BCryptCreateHash ( SafeBCryptAlgorithmHandle hAlgorithm,
out SafeBCryptHashHandle phHash,
IntPtr pbHashObject,
int cbHashObject,
ReadOnlySpan< byte > secret,
int cbSecret,
BCryptCreateHashFlags dwFlags )
inlinestaticpackage

Definition at line 473 of file Interop.cs.

474 {
475 return BCryptCreateHash(hAlgorithm, out phHash, pbHashObject, cbHashObject, ref MemoryMarshal.GetReference(secret), cbSecret, dwFlags);
476 }
static NTSTATUS BCryptCreateHash(SafeBCryptAlgorithmHandle hAlgorithm, out SafeBCryptHashHandle phHash, IntPtr pbHashObject, int cbHashObject, ReadOnlySpan< byte > secret, int cbSecret, BCryptCreateHashFlags dwFlags)
Definition Interop.cs:473

References Interop.BCrypt.BCryptCreateHash().

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