RtlConstantTimeEqualMemory - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wdm.h

int RtlConstantTimeEqualMemory(
  const void    *v1,
  const void    *v2,
  unsigned long len
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wdm-rtlconstanttimeequalmemory)

Description

This topic describes the RtlConstantTimeEqualMemory function.

Parameters

v1

Defines the PVOID parameter v1.

v2

Defines the PVOID parameter v2.

len

Defines the ULONG parameter len.

Return value

0

Remarks

See also