Home
last modified time | relevance | path

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

/openbmc/ipmitool/lib/
H A Dipmi_channel.c358 uint8_t cipher_suite_data[1024]; in ipmi_get_channel_cipher_suites() local
363 memset(cipher_suite_data, 0, sizeof(cipher_suite_data)); in ipmi_get_channel_cipher_suites()
442 if (cipher_suite_data[offset++] == 0xC0) { in ipmi_get_channel_cipher_suites()
451 cipher_suite_id = cipher_suite_data[offset++]; in ipmi_get_channel_cipher_suites()
452 } else if (cipher_suite_data[offset++] == 0xC1) { in ipmi_get_channel_cipher_suites()
462 cipher_suite_id = cipher_suite_data[offset++]; in ipmi_get_channel_cipher_suites()
466 cipher_suite_data[offset] | in ipmi_get_channel_cipher_suites()
467 (cipher_suite_data[offset + 1] << 8) | in ipmi_get_channel_cipher_suites()
468 (cipher_suite_data[offset + 2] << 16); in ipmi_get_channel_cipher_suites()
490 switch (cipher_suite_data[offset] & 0xC0) in ipmi_get_channel_cipher_suites()
[all …]