Home
last modified time | relevance | path

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

/openbmc/ipmitool/src/plugins/lanplus/
H A Dlanplus_crypt.h57 int lanplus_encrypt_payload(uint8_t crypt_alg,
63 int lanplus_decrypt_payload(uint8_t crypt_alg,
H A Dlanplus.c169 uint8_t * crypt_alg) in lanplus_get_requested_ciphers() argument
180 *crypt_alg = IPMI_CRYPT_NONE; in lanplus_get_requested_ciphers()
185 *crypt_alg = IPMI_CRYPT_NONE; in lanplus_get_requested_ciphers()
190 *crypt_alg = IPMI_CRYPT_NONE; in lanplus_get_requested_ciphers()
205 *crypt_alg = IPMI_CRYPT_XRC4_40; in lanplus_get_requested_ciphers()
210 *crypt_alg = IPMI_CRYPT_NONE; in lanplus_get_requested_ciphers()
215 *crypt_alg = IPMI_CRYPT_NONE; in lanplus_get_requested_ciphers()
230 *crypt_alg = IPMI_CRYPT_XRC4_40; in lanplus_get_requested_ciphers()
235 *crypt_alg = IPMI_CRYPT_NONE; in lanplus_get_requested_ciphers()
250 *crypt_alg = IPMI_CRYPT_XRC4_40; in lanplus_get_requested_ciphers()
[all …]
H A Dlanplus_crypt.c698 lanplus_encrypt_payload(uint8_t crypt_alg, in lanplus_encrypt_payload() argument
707 if (crypt_alg == IPMI_CRYPT_NONE) in lanplus_encrypt_payload()
715 assert(crypt_alg == IPMI_CRYPT_AES_CBC_128); in lanplus_encrypt_payload()
861 lanplus_decrypt_payload(uint8_t crypt_alg, const uint8_t * key, in lanplus_decrypt_payload() argument
868 if (crypt_alg == IPMI_CRYPT_NONE) in lanplus_decrypt_payload()
877 assert(crypt_alg == IPMI_CRYPT_AES_CBC_128); in lanplus_decrypt_payload()
H A Dlanplus_dump.c84 val2str(rsp->payload.open_session_response.crypt_alg, in lanplus_dump_open_session_response()
/openbmc/ipmitool/lib/
H A Dipmi_channel.c354 uint8_t auth_alg, integrity_alg, crypt_alg; in ipmi_get_channel_cipher_suites() local
485 crypt_alg = IPMI_CRYPT_NONE; in ipmi_get_channel_cipher_suites()
502 crypt_alg = cipher_suite_data[offset++] & 0x3F; in ipmi_get_channel_cipher_suites()
513 val2str(crypt_alg, ipmi_encryption_algorithms)); in ipmi_get_channel_cipher_suites()
/openbmc/ipmitool/include/ipmitool/
H A Dipmi.h206 uint8_t crypt_alg; member
H A Dipmi_intf.h115 uint8_t crypt_alg; member