Home
last modified time | relevance | path

Searched refs:OSS_PDU_MISMATCH (Results 1 – 5 of 5) sorted by relevance

/reactos/modules/rostests/winetests/crypt32/
H A Dmessage.c87 GetLastError() == OSS_PDU_MISMATCH, /* win9x */ in test_msg_get_signer_count()
562 GetLastError() == OSS_PDU_MISMATCH /* NT40 */), in test_verify_message_signature()
565 GetLastError() == OSS_PDU_MISMATCH, /* win9x */ in test_verify_message_signature()
H A Dmsg.c2403 GetLastError() == OSS_PDU_MISMATCH /* Win9x */), in test_decode_msg_update()
2413 GetLastError() == OSS_PDU_MISMATCH /* Win9x */), in test_decode_msg_update()
2424 GetLastError() == OSS_PDU_MISMATCH /* Win9x */), in test_decode_msg_update()
2442 GetLastError() == OSS_PDU_MISMATCH /* Win9x */), in test_decode_msg_update()
2454 GetLastError() == OSS_PDU_MISMATCH /* Win9x */), in test_decode_msg_update()
2487 GetLastError() == OSS_PDU_MISMATCH /* some Win9x */ || in test_decode_msg_update()
2500 GetLastError() == OSS_PDU_MISMATCH /* some Win9x */ || in test_decode_msg_update()
2528 GetLastError() == OSS_PDU_MISMATCH /* some Win9x */ || in test_decode_msg_update()
2540 GetLastError() == OSS_PDU_MISMATCH /* some Win9x */ || in test_decode_msg_update()
H A Dencode.c242 GetLastError() == OSS_PDU_MISMATCH /* Win9x */ ), in test_decodeInt()
544 GetLastError() == OSS_PDU_MISMATCH /* Win9x */ ), in testTimeDecoding()
1339 ok(ret || broken(GetLastError() == OSS_PDU_MISMATCH) /* NT4/Win9x */, in test_encodeNameValue()
1353 ok(ret || broken(GetLastError() == OSS_PDU_MISMATCH) /* NT4/Win9x */, in test_encodeNameValue()
1890 ok(ret || broken(GetLastError() == OSS_PDU_MISMATCH /* Win9x */), in test_encodeUnicodeNameValue()
H A Dcert.c4024 GetLastError() == OSS_PDU_MISMATCH), /* win9x */ in testGetPublicKeyLength()
/reactos/sdk/include/psdk/
H A Dwinerror.h3046 #define OSS_PDU_MISMATCH _HRESULT_TYPEDEF_(0x80093009L) macro