Searched refs:pldm_msgbuf_extract_uint32 (Results 1 – 5 of 5) sorted by relevance
| /openbmc/libpldm/tests/fuzz/ |
| H A D | fd-fuzz.cpp | 402 rc = pldm_msgbuf_extract_uint32(fuzzctrl, send_len); in LLVMFuzzerTestOneInput() 420 rc = pldm_msgbuf_extract_uint32(fuzzproto, part_len); in LLVMFuzzerTestOneInput()
|
| /openbmc/libpldm/src/ |
| H A D | msgbuf.h | 115 #define pldm_msgbuf_extract_uint32(ctx, dst) \ macro
|
| /openbmc/libpldm/tests/ |
| H A D | msgbuf.hpp | 209 #define pldm_msgbuf_extract_uint32(ctx, dst) \ macro
|
| H A D | msgbuf.cpp | 267 ASSERT_EQ(pldm_msgbuf_extract_uint32(ctx, val), 0); in TEST() 280 EXPECT_NE(pldm_msgbuf_extract_uint32(ctx, val), 0); in TEST() 294 EXPECT_NE(pldm_msgbuf_extract_uint32(ctx, val), 0); in TEST() 573 EXPECT_EQ(pldm_msgbuf_extract_uint32(ctxExtract, checkVal), 0); in TEST()
|
| /openbmc/libpldm/tests/dsp/ |
| H A D | pdr.cpp | 61 pldm_msgbuf_extract_uint32(buf, association_pdr_test.record_handle); in getAssociationPdrDetails()
|