Home
last modified time | relevance | path

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

/openbmc/ipmitool/src/plugins/lanplus/
H A Dlanplus.c1775 uint32_t length_before_authcode; in ipmi_lanplus_build_v2x_msg() local
1778 length_before_authcode = in ipmi_lanplus_build_v2x_msg()
1782 length_before_authcode = in ipmi_lanplus_build_v2x_msg()
1789 if (length_before_authcode % 4) in ipmi_lanplus_build_v2x_msg()
1790 integrity_pad_size = 4 - (length_before_authcode % 4); in ipmi_lanplus_build_v2x_msg()