Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/crypt32/
H A Dencode.c3979 static const BYTE v1CRLWithIssuer[] = { 0x30, 0x2c, 0x30, 0x02, 0x06, 0x00, variable
4059 ok(size == sizeof(v1CRLWithIssuer), "Wrong size %d\n", size); in test_encodeCRLToBeSigned()
4060 ok(!memcmp(buf, v1CRLWithIssuer, size), "Got unexpected value\n"); in test_encodeCRLToBeSigned()
4701 v1CRLWithIssuer, v1CRLWithIssuer[1] + 2, CRYPT_DECODE_ALLOC_FLAG, NULL, in test_decodeCRLToBeSigned()