Home
last modified time | relevance | path

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

/openbmc/ipmitool/src/plugins/lanplus/
H A Dlanplus.c1764 uint32_t i, hmac_length, integrity_pad_size = 0, hmac_input_size; in ipmi_lanplus_build_v2x_msg() local
1790 integrity_pad_size = 4 - (length_before_authcode % 4); in ipmi_lanplus_build_v2x_msg()
1792 for (i = 0; i < integrity_pad_size; ++i) in ipmi_lanplus_build_v2x_msg()
1796 msg[start_of_session_trailer + integrity_pad_size] = integrity_pad_size; in ipmi_lanplus_build_v2x_msg()
1799 msg[start_of_session_trailer + integrity_pad_size + 1] = in ipmi_lanplus_build_v2x_msg()
1805 integrity_pad_size + in ipmi_lanplus_build_v2x_msg()
1812 integrity_pad_size + in ipmi_lanplus_build_v2x_msg()
1835 integrity_pad_size + in ipmi_lanplus_build_v2x_msg()