Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/wintrust/
H A Dsoftpub.c1166 { TRUST_E_BAD_DIGEST, FALSE }, { TRUST_E_NOSIGNATURE, TRUE } in test_wintrust_digest()
1196 { TRUST_E_BAD_DIGEST, FALSE }, { TRUST_E_NOSIGNATURE, TRUE } in test_wintrust_digest()
/reactos/dll/win32/wintrust/
H A Dsoftpub.c369 !memcmp(hash_data, indirect->Digest.pbData, hash_size)) ? S_OK : TRUST_E_BAD_DIGEST; in SOFTPUB_VerifyImageHash()
/reactos/sdk/include/psdk/
H A Dwinerror.h3109 #define TRUST_E_BAD_DIGEST _HRESULT_TYPEDEF_(0x80096010L) macro