Home
last modified time | relevance | path

Searched defs:bufferLength (Results 1 – 4 of 4) sorted by relevance

/openbmc/ipmitool/src/plugins/lanplus/
H A Dlanplus_crypt.c76 int bufferLength, i; in lanplus_rakp2_hmac_matches() local
230 int bufferLength, i; in lanplus_rakp4_hmac_matches() local
/openbmc/ipmbbridge/
H A Dipmbbridged.cpp73 size_t bufferLength) in i2cToIpmbConstruct()
97 size_t bufferLength = 1 + data.size() + ipmbRequestDataHeaderLength + in ipmbToi2cConstruct() local
175 size_t bufferLength) in i2cToIpmbConstruct()
199 size_t bufferLength = 1 + data.size() + ipmbResponseDataHeaderLength + in ipmbToi2cConstruct() local
/openbmc/intel-ipmi-oem/src/
H A Dbridgingcommands.cpp129 IpmbRequest::IpmbRequest(const ipmbHeader* ipmbBuffer, size_t bufferLength) in IpmbRequest()
166 void IpmbResponse::ipmbToi2cConstruct(uint8_t* buffer, size_t* bufferLength) in ipmbToi2cConstruct()
/openbmc/linux/drivers/usb/serial/
H A Dio_edgeport.c1610 unsigned char *buffer, __u16 bufferLength) in process_rcvd_data()