Searched refs:crypt_alg (Results 1 – 7 of 7) sorted by relevance
57 int lanplus_encrypt_payload(uint8_t crypt_alg,63 int lanplus_decrypt_payload(uint8_t crypt_alg,
169 uint8_t * crypt_alg) in lanplus_get_requested_ciphers() argument180 *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 …]
698 lanplus_encrypt_payload(uint8_t crypt_alg, in lanplus_encrypt_payload() argument707 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() argument868 if (crypt_alg == IPMI_CRYPT_NONE) in lanplus_decrypt_payload()877 assert(crypt_alg == IPMI_CRYPT_AES_CBC_128); in lanplus_decrypt_payload()
84 val2str(rsp->payload.open_session_response.crypt_alg, in lanplus_dump_open_session_response()
354 uint8_t auth_alg, integrity_alg, crypt_alg; in ipmi_get_channel_cipher_suites() local485 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()
206 uint8_t crypt_alg; member
115 uint8_t crypt_alg; member