Lines Matching full:hmac
112 * generated by running HMAC(constN) using SIK as the key. It does not
137 * HMAC-SHA1-96 the authcode field is 12 bytes. For HMAC-SHA256-128 and
138 * HMAC-MD5-128 the authcode field is 16 bytes.
150 * @brief Implementation of the HMAC-SHA1-96 Integrity algorithm
152 * HMAC-SHA1-96 take the Session Integrity Key and use it to generate K1. K1 is
153 * then used as the key for use in HMAC to produce the AuthCode field.
155 * the Session Integrity Key. When the HMAC-SHA1-96 Integrity Algorithm is used
212 * @return on success returns the Kn based on HMAC-SHA1
221 * @brief Generate HMAC based on HMAC-SHA1-96 algorithm
236 * @brief Implementation of the HMAC-SHA256-128 Integrity algorithm
238 * HMAC-SHA256-128 take the Session Integrity Key and use it to generate K1. K1
239 * is then used as the key for use in HMAC to produce the AuthCode field. For
241 * Session Integrity Key. When the HMAC-SHA256-128 Integrity Algorithm is used
298 * @return on success returns the Kn based on HMAC-SHA256
307 * @brief Generate HMAC based on HMAC-SHA256-128 algorithm