Home | History | Annotate | Download | only in libradius

Lines Matching refs:POS_ATTRS

165 	MD5Update(&ctx, &h->request[POS_ATTRS],
166 (MD5Len)(h->req_len - POS_ATTRS));
189 HMAC_Update(ctx, &h->request[POS_ATTRS],
190 (size_t)(h->req_len - POS_ATTRS));
227 if (h->resp_len < POS_ATTRS)
239 MD5Update(&ctx, &h->response[POS_ATTRS],
240 (MD5Len)(len - POS_ATTRS));
255 pos = POS_ATTRS;
272 HMAC_Update(hctx, &resp[POS_ATTRS],
273 (size_t)(h->resp_len - POS_ATTRS));
578 h->resp_pos = POS_ATTRS;
642 h->req_len = POS_ATTRS;