Home
last modified time | relevance | path

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

/openbmc/libpldm/tests/fuzz/
H A Dfd-fuzz.cpp402 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 Dmsgbuf.h115 #define pldm_msgbuf_extract_uint32(ctx, dst) \ macro
/openbmc/libpldm/tests/
H A Dmsgbuf.hpp209 #define pldm_msgbuf_extract_uint32(ctx, dst) \ macro
H A Dmsgbuf.cpp267 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 Dpdr.cpp61 pldm_msgbuf_extract_uint32(buf, association_pdr_test.record_handle); in getAssociationPdrDetails()