Searched refs:bigUInts (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/crypt32/ |
H A D | encode.c | 84 static const struct encodedBigInt bigUInts[] = { variable 181 for (i = 0; i < ARRAY_SIZE(bigUInts); i++) in test_encodeInt() 183 blob.cbData = strlen((const char*)bigUInts[i].val); in test_encodeInt() 184 blob.pbData = (BYTE*)bigUInts[i].val; in test_encodeInt() 196 buf[1], bigUInts[i].encoded[1]); in test_encodeInt() 197 ok(!memcmp(buf + 1, bigUInts[i].encoded + 1, in test_encodeInt() 198 bigUInts[i].encoded[1] + 1), in test_encodeInt() 292 for (i = 0; i < ARRAY_SIZE(bigUInts); i++) in test_decodeInt() 295 bigUInts[i].encoded, bigUInts[i].encoded[1] + 2, 0, NULL, NULL, in test_decodeInt() 300 bigUInts[i].encoded, bigUInts[i].encoded[1] + 2, in test_decodeInt() [all …]
|