Lines Matching +full:20 +full:brief
46 * @brief Constructor for Interface
60 * @brief Verify the integrity data of the packet
77 * @brief Generate integrity data for the outgoing IPMI packet
88 * @brief Check if the Integrity algorithm is supported
108 * @brief Generate additional keying material based on SIK
126 * @param[in] data - 20-byte Const_n
134 /** @brief Authcode field
143 /** @brief K1 key used to generated the integrity data. */
150 * @brief Implementation of the HMAC-SHA1-96 Integrity algorithm
164 * @brief Constructor for AlgoSHA1
178 * @brief Verify the integrity data of the packet
196 * @brief Generate integrity data for the outgoing IPMI packet
207 * @brief Generate additional keying material based on SIK
210 * @param[in] data - 20-byte Const_n
220 * @brief Generate HMAC based on HMAC-SHA1-96 algorithm
235 * @brief Implementation of the HMAC-SHA256-128 Integrity algorithm
249 * @brief Constructor for AlgoSHA256
263 * @brief Verify the integrity data of the packet
281 * @brief Generate integrity data for the outgoing IPMI packet
292 * @brief Generate additional keying material based on SIK
295 * @param[in] data - 20-byte Const_n
305 * @brief Generate HMAC based on HMAC-SHA256-128 algorithm