Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/crypt32/
H A Dencode.c1250 static BYTE printableCommonNameValue[] = { variable
1279 printableCommonNameValue, sizeof(printableCommonNameValue) },
1322 value.Value.pbData = printableCommonNameValue; in test_encodeNameValue()
1323 value.Value.cbData = sizeof(printableCommonNameValue); in test_encodeNameValue()
1329 ok(size == sizeof(printableCommonNameValue), "Unexpected size %d\n", in test_encodeNameValue()
1331 ok(!memcmp(buf, printableCommonNameValue, size), in test_encodeNameValue()