Home
last modified time | relevance | path

Searched defs:enc_data (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dip.h124 __u8 enc_data[]; /* Variable len but >=8. Mind the 64 bit alignment! */ member
/openbmc/libpldm/tests/dsp/
H A Dfirmware_update.cpp1401 std::vector<uint8_t> enc_data(1000); in TEST() local