Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/crypt32/
H A Dcert.c366 static const BYTE v1CertWithSubjectKeyId[] = { variable
599 v1CertWithSubjectKeyId, sizeof(v1CertWithSubjectKeyId)); in testCertProperties()
H A Dencode.c3009 static const BYTE v1CertWithSubjectKeyId[] = { variable
3229 ok(size == sizeof(v1CertWithSubjectKeyId), "Wrong size %d\n", size); in test_encodeCertToBeSigned()
3230 ok(!memcmp(buf, v1CertWithSubjectKeyId, size), "Unexpected value\n"); in test_encodeCertToBeSigned()
3272 v1CertWithSubjectKeyId, sizeof(v1CertWithSubjectKeyId), in test_decodeCertToBeSigned()