Lines Matching full:algorithm
18 * The Integrity Algorithm Number specifies the algorithm used to generate the
21 * Integrity Algorithm is none the AuthCode value is not calculated and the
38 * Unless otherwise specified, the integrity algorithm is applied to the packet
69 * using integrity algorithm on the packet data, false otherwise
88 * @brief Check if the Integrity algorithm is supported
90 * @param[in] algo - integrity algorithm
92 * @return true if algorithm is supported else false
113 * state whether this is the integrity algorithm or the authentication
114 * algorithm. Other implementations of the RMCP+ algorithm (ipmitool
136 * AuthCode field length varies based on the integrity algorithm, for
150 * @brief Implementation of the HMAC-SHA1-96 Integrity algorithm
155 * the Session Integrity Key. When the HMAC-SHA1-96 Integrity Algorithm is used
188 * using integrity algorithm on the packet data, false otherwise
221 * @brief Generate HMAC based on HMAC-SHA1-96 algorithm
236 * @brief Implementation of the HMAC-SHA256-128 Integrity algorithm
241 * Session Integrity Key. When the HMAC-SHA256-128 Integrity Algorithm is used
274 * using integrity algorithm on the packet data, false otherwise
307 * @brief Generate HMAC based on HMAC-SHA256-128 algorithm