Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/crypt32/
H A Dencode.c6260 static const BYTE singlePKCSAttributes[] = { 0x31,0x08,0x30,0x06,0x06,0x02, variable
6297 ok(size == sizeof(singlePKCSAttributes), "Unexpected size %d\n", size); in test_encodePKCSAttributes()
6298 ok(!memcmp(buf, singlePKCSAttributes, size), "Unexpected value\n"); in test_encodePKCSAttributes()
6337 singlePKCSAttributes, sizeof(singlePKCSAttributes), in test_decodePKCSAttributes()