HomeSort by: relevance | last modified time | path
    Searched refs:POS_ATTRS (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libradius/
radlib_private.h 64 #define POS_ATTRS 20 /* Start of attributes */
radlib.c 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));
    [all...]

Completed in 12 milliseconds