Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/wintrust/
H A Dasn.c169 link.dwLinkChoice = SPC_FILE_LINK_CHOICE; in test_encodeSPCLink()
253 ok(link->dwLinkChoice == SPC_FILE_LINK_CHOICE, in test_decodeSPCLink()
381 link.dwLinkChoice = SPC_FILE_LINK_CHOICE; in test_encodeSPCPEImage()
474 ok(imageData->pFile->dwLinkChoice == SPC_FILE_LINK_CHOICE, in test_decodeSPCPEImage()
497 ok(imageData->pFile->dwLinkChoice == SPC_FILE_LINK_CHOICE, in test_decodeSPCPEImage()
520 ok(imageData->pFile->dwLinkChoice == SPC_FILE_LINK_CHOICE, in test_decodeSPCPEImage()
/reactos/dll/win32/wintrust/
H A Dasn.c145 case SPC_FILE_LINK_CHOICE: in WVTAsn1SpcLinkEncode()
820 info->pMoreInfo->dwLinkChoice != SPC_FILE_LINK_CHOICE) in WVTAsn1SpcSpOpusInfoEncode()
825 info->pPublisherInfo->dwLinkChoice != SPC_FILE_LINK_CHOICE) in WVTAsn1SpcSpOpusInfoEncode()
1345 link->dwLinkChoice = SPC_FILE_LINK_CHOICE; in CRYPT_AsnDecodeSPCLinkInternal()
1368 link->dwLinkChoice = SPC_FILE_LINK_CHOICE; in CRYPT_AsnDecodeSPCLinkInternal()
/reactos/sdk/include/psdk/
H A Dwintrust.h537 #define SPC_FILE_LINK_CHOICE 3 macro