Searched refs:extraBytes (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/crypt32/ |
H A D | encode.c | 211 static const BYTE extraBytes[] = { 2, 1, 1, 0, 0, 0, 0 }; in test_decodeInt() local 327 ret = pCryptDecodeObjectEx(dwEncoding, X509_INTEGER, extraBytes, in test_decodeInt() 328 sizeof(extraBytes), CRYPT_DECODE_ALLOC_FLAG, NULL, &buf, &bufSize); in test_decodeInt()
|