/reactos/dll/win32/crypt32/ |
H A D | message.c | 28 HCERTSTORE WINAPI CryptGetMessageCertificates(DWORD dwMsgAndCertEncodingType, in CryptGetMessageCertificates() argument 34 TRACE("(%08x, %ld, %d08x %p, %d)\n", dwMsgAndCertEncodingType, hCryptProv, in CryptGetMessageCertificates() 37 return CertOpenStore(CERT_STORE_PROV_PKCS7, dwMsgAndCertEncodingType, in CryptGetMessageCertificates() 105 pVerifyPara->dwMsgAndCertEncodingType, certInfo, store); in CRYPT_GetSignerCertificate() 125 GET_CMSG_ENCODING_TYPE(pVerifyPara->dwMsgAndCertEncodingType) != in CryptVerifyDetachedMessageSignature() 132 msg = CryptMsgOpenToDecode(pVerifyPara->dwMsgAndCertEncodingType, in CryptVerifyDetachedMessageSignature() 154 pVerifyPara->dwMsgAndCertEncodingType, in CryptVerifyDetachedMessageSignature() 199 GET_CMSG_ENCODING_TYPE(pVerifyPara->dwMsgAndCertEncodingType) != in CryptVerifyMessageSignature() 208 msg = CryptMsgOpenToDecode(pVerifyPara->dwMsgAndCertEncodingType, 0, 0, in CryptVerifyMessageSignature() 225 pVerifyPara->dwMsgAndCertEncodingType, in CryptVerifyMessageSignature()
|
H A D | ctl.c | 178 DWORD dwMsgAndCertEncodingType, const BYTE *pbCtlEncoded, DWORD cbCtlEncoded, in CertAddEncodedCTLToStore() argument 181 PCCTL_CONTEXT ctl = CertCreateCTLContext(dwMsgAndCertEncodingType, in CertAddEncodedCTLToStore() 186 dwMsgAndCertEncodingType, pbCtlEncoded, cbCtlEncoded, dwAddDisposition, in CertAddEncodedCTLToStore() 363 PCCTL_CONTEXT WINAPI CertCreateCTLContext(DWORD dwMsgAndCertEncodingType, in CertCreateCTLContext() argument 373 TRACE("(%08x, %p, %d)\n", dwMsgAndCertEncodingType, pbCtlEncoded, in CertCreateCTLContext() 376 if (GET_CERT_ENCODING_TYPE(dwMsgAndCertEncodingType) != X509_ASN_ENCODING) in CertCreateCTLContext() 434 ret = CryptDecodeObjectEx(dwMsgAndCertEncodingType, PKCS_CTL, in CertCreateCTLContext() 447 ctl->ctx.dwMsgAndCertEncodingType = in CertCreateCTLContext()
|
H A D | serialize.c | 692 DWORD dwMsgAndCertEncodingType, void *handle) in CRYPT_SavePKCSToMem() argument 790 DWORD dwMsgAndCertEncodingType, void *handle) in CRYPT_SavePKCSToFile() argument 797 ret = CRYPT_SavePKCSToMem(store, dwMsgAndCertEncodingType, &blob); in CRYPT_SavePKCSToFile() 803 ret = CRYPT_SavePKCSToMem(store, dwMsgAndCertEncodingType, &blob); in CRYPT_SavePKCSToFile() 819 DWORD dwMsgAndCertEncodingType, void *handle) in CRYPT_SaveSerializedToFile() argument 862 DWORD dwMsgAndCertEncodingType, void *handle) in CRYPT_SaveSerializedToMem() argument 895 BOOL WINAPI CertSaveStore(HCERTSTORE hCertStore, DWORD dwMsgAndCertEncodingType, in CertSaveStore() argument 903 dwMsgAndCertEncodingType, dwSaveAs, dwSaveTo, pvSaveToPara, dwFlags); in CertSaveStore() 946 ret = saveFunc(hCertStore, dwMsgAndCertEncodingType, handle); in CertSaveStore()
|
H A D | store.c | 816 DWORD dwMsgAndCertEncodingType, HCRYPTPROV_LEGACY hCryptProv, DWORD dwFlags, in CertOpenStore() argument 823 dwMsgAndCertEncodingType, hCryptProv, dwFlags, pvPara); in CertOpenStore() 897 hcs = CRYPT_ProvOpenStore(lpszStoreProvider, dwMsgAndCertEncodingType, in CertOpenStore()
|
/reactos/modules/rostests/winetests/crypt32/ |
H A D | ctl.c | 173 ok(ctl->dwMsgAndCertEncodingType == in testCreateCTL() 176 ctl->dwMsgAndCertEncodingType); in testCreateCTL()
|
H A D | message.c | 370 para.dwMsgAndCertEncodingType = X509_ASN_ENCODING; in test_verify_detached_message_signature() 376 para.dwMsgAndCertEncodingType = PKCS_7_ASN_ENCODING; in test_verify_detached_message_signature() 531 para.dwMsgAndCertEncodingType = PKCS_7_ASN_ENCODING; in test_verify_message_signature()
|
/reactos/sdk/include/psdk/ |
H A D | wincrypt.h | 744 DWORD dwMsgAndCertEncodingType; member 1266 DWORD dwMsgAndCertEncodingType; member 1461 DWORD dwMsgAndCertEncodingType; member 1481 DWORD dwMsgAndCertEncodingType; member 1499 DWORD dwMsgAndCertEncodingType; member 5076 _In_ DWORD dwMsgAndCertEncodingType, 5155 _In_ DWORD dwMsgAndCertEncodingType, 5210 _In_ DWORD dwMsgAndCertEncodingType, 5961 _In_ DWORD dwMsgAndCertEncodingType,
|