Lines Matching full:hmac
336 /* AUTH Section 3.3 HMAC Algorithm */
522 * chunk is received with an unsupported HMAC identifier.
527 * 0x0105 Unsupported HMAC Identifier
681 * This chunk is used to hold the result of the HMAC calculation.
688 * | Shared Key Identifier | HMAC Identifier |
691 * \ HMAC /
702 * This value holds the length of the HMAC in bytes plus 8.
707 * HMAC Identifier: 2 bytes (unsigned integer)
711 * The following Table 2 shows the currently defined values for HMAC
715 * | HMAC Identifier | Message Digest Algorithm |
724 * HMAC: n bytes (unsigned integer) This hold the result of the HMAC
730 __u8 hmac[]; member