Searched refs:OSS_PDU_MISMATCH (Results 1 – 5 of 5) sorted by relevance
/reactos/modules/rostests/winetests/crypt32/ |
H A D | message.c | 87 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 D | msg.c | 2403 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 D | encode.c | 242 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 D | cert.c | 4024 GetLastError() == OSS_PDU_MISMATCH), /* win9x */ in testGetPublicKeyLength()
|
/reactos/sdk/include/psdk/ |
H A D | winerror.h | 3046 #define OSS_PDU_MISMATCH _HRESULT_TYPEDEF_(0x80093009L) macro
|