Lines Matching defs:hmac
977 char *hmac, int hmaclen)
989 ASSERT(hmac != NULL);
997 v1.iov_base = hmac;
1046 char *hmac, int hmaclen)
1058 ASSERT(hmac != NULL);
1066 v1.iov_base = hmac;
1182 char *hmac, int hmaclen)
1203 vmac.iov_base = hmac;
1568 * | confounder | msg-data | hmac |
1650 * | confounder | msg-data | hmac |
1740 * | hmac | confounder | msg-data |
1899 /* adjust the rptr so we don't decrypt the original hmac field */
1973 * | hmac | confounder | msg-data |
2223 * |confounder | msg-data | hmac | pad |
2385 * |confounder | msg-data | hmac | pad |
2880 cmn_err(CE_WARN, "failed to create hmac template:"