Home
last modified time | relevance | path

Searched refs:ComparedSize (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rostests/apitests/advapi32/
H A DHash.c131 SIZE_T ComparedSize; in Test_SHA1() local
146 ComparedSize = RtlCompareMemory(ctx.State, in Test_SHA1()
155 ComparedSize = RtlCompareMemory(ctx.Buffer, in Test_SHA1()
159 ComparedSize = RtlCompareMemory(ctx.State, in Test_SHA1()
170 ComparedSize = RtlCompareMemory(ctx.State, in Test_SHA1()
186 SIZE_T ComparedSize; in Test_MD5() local
203 ComparedSize = RtlCompareMemory(ctx.State, in Test_MD5()
214 ComparedSize = RtlCompareMemory(ctx.State, in Test_MD5()
232 ok_eq_size(ComparedSize, MD5_DIGEST_LEN); in Test_MD5()
241 SIZE_T ComparedSize; in Test_MD4() local
[all …]