Searched refs:headerValue (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/crypt32/ |
H A D | msg.c | 155 static const BYTE headerValue[] = { 0x30,0x80,0x06,0x09,0x2a,0x86,0x48, in CRYPT_EncodeDataContentInfoHeader() local 158 header->pbData = LocalAlloc(0, sizeof(headerValue)); in CRYPT_EncodeDataContentInfoHeader() 161 header->cbData = sizeof(headerValue); in CRYPT_EncodeDataContentInfoHeader() 162 memcpy(header->pbData, headerValue, sizeof(headerValue)); in CRYPT_EncodeDataContentInfoHeader()
|