Searched refs:intSequence (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/crypt32/ |
H A D | encode.c | 2582 static const BYTE intSequence[] = { 0x30, 0x1b, 0x02, 0x01, 0x01, 0x02, 0x01, variable 2614 ok(bufSize == sizeof(intSequence), "Wrong size %d\n", bufSize); in test_encodeSequenceOfAny() 2615 ok(!memcmp(buf, intSequence, intSequence[1] + 2), "Unexpected value\n"); in test_encodeSequenceOfAny() 2641 ret = pCryptDecodeObjectEx(dwEncoding, X509_SEQUENCE_OF_ANY, intSequence, in test_decodeSequenceOfAny() 2642 intSequence[1] + 2, CRYPT_DECODE_ALLOC_FLAG, NULL, &buf, &bufSize); in test_decodeSequenceOfAny()
|