Home
last modified time | relevance | path

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

/reactos/dll/win32/crypt32/
H A Dsip.c723 if (!pSubjectInfo || !pSubjectInfo->pgSubjectType || !pcbIndirectData) in CryptSIPCreateIndirectData()
728 if ((sip = CRYPT_GetCachedSIP(pSubjectInfo->pgSubjectType))) in CryptSIPCreateIndirectData()
746 if ((sip = CRYPT_GetCachedSIP(pSubjectInfo->pgSubjectType))) in CryptSIPGetSignedDataMsg()
765 if ((sip = CRYPT_GetCachedSIP(pSubjectInfo->pgSubjectType))) in CryptSIPPutSignedDataMsg()
783 if ((sip = CRYPT_GetCachedSIP(pSubjectInfo->pgSubjectType))) in CryptSIPRemoveSignedDataMsg()
800 if ((sip = CRYPT_GetCachedSIP(pSubjectInfo->pgSubjectType))) in CryptSIPVerifyIndirectData()
H A Dobject.c660 subjectInfo.pgSubjectType = &subject; in CRYPT_QueryEmbeddedMessageObject()
/reactos/dll/win32/wintrust/
H A Dcrypt.c1389 if (!memcmp(pSubjectInfo->pgSubjectType, &unknown, sizeof(unknown))) in CryptSIPGetSignedDataMsg()
1392 else if (!memcmp(pSubjectInfo->pgSubjectType, &cabGUID, sizeof(cabGUID))) in CryptSIPGetSignedDataMsg()
1395 else if (!memcmp(pSubjectInfo->pgSubjectType, &catGUID, sizeof(catGUID))) in CryptSIPGetSignedDataMsg()
1401 debugstr_guid(pSubjectInfo->pgSubjectType)); in CryptSIPGetSignedDataMsg()
1423 if(!memcmp(pSubjectInfo->pgSubjectType, &unknown, sizeof(unknown))) in CryptSIPPutSignedDataMsg()
1428 debugstr_guid(pSubjectInfo->pgSubjectType)); in CryptSIPPutSignedDataMsg()
H A Dsoftpub.c179 data->u.pPDSip->psSipSubjectInfo->pgSubjectType = &data->u.pPDSip->gSubject; in SOFTPUB_GetMessageFromFile()
/reactos/sdk/include/psdk/
H A Dmssip.h52 GUID *pgSubjectType; member
/reactos/modules/rostests/winetests/wintrust/
H A Dcrypt.c1236 info.pgSubjectType = &guid; in test_sip()
1237 ret = CryptSIPRetrieveSubjectGuid(NULL, file, info.pgSubjectType); in test_sip()
H A Dsoftpub.c781 subjinfo.pgSubjectType = &unknown; in test_sip_create_indirect_data()