Home
last modified time | relevance | path

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

/openbmc/ipmitool/src/plugins/lanplus/
H A Dlanplus.h97 #define IPMI_MAX_PAYLOAD_SIZE 0xFFFF /* Includes confidentiality header/trailer */ macro
H A Dlanplus_crypt.c716 assert(input_length <= IPMI_MAX_PAYLOAD_SIZE); in lanplus_encrypt_payload()