Searched defs:dwPropId (Results 1 – 4 of 4) sorted by relevance
/reactos/dll/win32/crypt32/ |
H A D | ctl.c | 509 DWORD dwPropId) in CertEnumCTLContextProperties() 526 static BOOL CTLContext_GetHashProp(ctl_t *ctl, DWORD dwPropId, in CTLContext_GetHashProp() 541 static BOOL CTLContext_GetProperty(ctl_t *ctl, DWORD dwPropId, in CTLContext_GetProperty() 591 DWORD dwPropId, void *pvData, DWORD *pcbData) in CertGetCTLContextProperty() 630 static BOOL CTLContext_SetProperty(ctl_t *ctl, DWORD dwPropId, in CTLContext_SetProperty() 686 DWORD dwPropId, DWORD dwFlags, const void *pvData) in CertSetCTLContextProperty()
|
H A D | crl.c | 396 DWORD dwPropId) in CertEnumCRLContextProperties() 406 static BOOL CRLContext_GetHashProp(crl_t *crl, DWORD dwPropId, in CRLContext_GetHashProp() 421 static BOOL CRLContext_GetProperty(crl_t *crl, DWORD dwPropId, in CRLContext_GetProperty() 473 DWORD dwPropId, void *pvData, DWORD *pcbData) in CertGetCRLContextProperty() 511 static BOOL CRLContext_SetProperty(crl_t *crl, DWORD dwPropId, in CRLContext_SetProperty() 567 DWORD dwPropId, DWORD dwFlags, const void *pvData) in CertSetCRLContextProperty()
|
H A D | cert.c | 381 DWORD dwPropId) in CertEnumCertificateContextProperties() 395 static BOOL CertContext_GetHashProp(cert_t *cert, DWORD dwPropId, in CertContext_GetHashProp() 431 static BOOL CertContext_GetProperty(cert_t *cert, DWORD dwPropId, in CertContext_GetProperty() 552 DWORD dwPropId, void *pvData, DWORD *pcbData) in CertGetCertificateContextProperty() 678 static BOOL CertContext_SetProperty(cert_t *cert, DWORD dwPropId, in CertContext_SetProperty() 800 DWORD dwPropId, DWORD dwFlags, const void *pvData) in CertSetCertificateContextProperty() 3711 BOOL WINAPI CryptSetKeyIdentifierProperty(const CRYPT_HASH_BLOB *pKeyIdentifier, DWORD dwPropId, in CryptSetKeyIdentifierProperty()
|
H A D | store.c | 1172 BOOL WINAPI CertGetStoreProperty(HCERTSTORE hCertStore, DWORD dwPropId, in CertGetStoreProperty() 1236 BOOL WINAPI CertSetStoreProperty(HCERTSTORE hCertStore, DWORD dwPropId, in CertSetStoreProperty()
|