Searched refs:authentic_pos (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/ppp-727.90.1/Authenticators/Radius/
H A Dradlib_private.h106 int authentic_pos; /* Position of message authenticator */ member in struct:rad_handle
H A Dradlib.c180 if (h->authentic_pos != 0) {
182 memset(&h->request[h->authentic_pos + 2], 0, MD5_DIGEST_LENGTH);
190 memcpy(&h->request[h->authentic_pos + 2], md, CC_MD5_DIGEST_LENGTH);
633 h->authentic_pos = 0;
806 h->authentic_pos = 0;
908 if (h->authentic_pos == 0) {
909 h->authentic_pos = h->req_len;

Completed in 125 milliseconds