Searched refs:bufferLength (Results 1 – 4 of 4) sorted by relevance
| /openbmc/ipmitool/src/plugins/lanplus/ |
| H A D | lanplus_crypt.c | 76 int bufferLength, i; in lanplus_rakp2_hmac_matches() local 90 bufferLength = in lanplus_rakp2_hmac_matches() 100 buffer = malloc(bufferLength); in lanplus_rakp2_hmac_matches() 174 printbuf((const uint8_t *)buffer, bufferLength, ">> rakp2 mac input buffer"); in lanplus_rakp2_hmac_matches() 185 bufferLength, in lanplus_rakp2_hmac_matches() 230 int bufferLength, i; in lanplus_rakp4_hmac_matches() local 250 bufferLength = in lanplus_rakp4_hmac_matches() 255 buffer = (uint8_t *)malloc(bufferLength); in lanplus_rakp4_hmac_matches() 296 printbuf((const uint8_t *)buffer, bufferLength, ">> rakp4 mac input buffer"); in lanplus_rakp4_hmac_matches() 310 bufferLength, in lanplus_rakp4_hmac_matches()
|
| /openbmc/intel-ipmi-oem/include/ |
| H A D | bridgingcommands.hpp | 154 IpmbRequest(const ipmbHeader* ipmbBuffer, size_t bufferLength); 175 void ipmbToi2cConstruct(uint8_t* buffer, size_t* bufferLength);
|
| /openbmc/intel-ipmi-oem/src/ |
| H A D | bridgingcommands.cpp | 129 IpmbRequest::IpmbRequest(const ipmbHeader* ipmbBuffer, size_t bufferLength) in IpmbRequest() argument 140 bufferLength - (ipmbConnectionHeaderLength + in IpmbRequest() 165 void IpmbResponse::ipmbToi2cConstruct(uint8_t* buffer, size_t* bufferLength) in ipmbToi2cConstruct() argument 186 *bufferLength = data.size() + ipmbResponseDataHeaderLength + in ipmbToi2cConstruct() 189 buffer[*bufferLength - ipmbChecksumSize] = in ipmbToi2cConstruct()
|
| /openbmc/ipmbbridge/ |
| H A D | ipmbbridged.hpp | 183 void i2cToIpmbConstruct(IPMB_HEADER* ipmbBuffer, size_t bufferLength); 223 void i2cToIpmbConstruct(IPMB_HEADER* ipmbBuffer, size_t bufferLength);
|