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

/freebsd-10-stable/lib/libradius/
H A Dradlib_private.h91 int authentic_pos; /* Position of message authenticator */ member in struct:rad_handle
H A Dradlib.c160 if (h->authentic_pos != 0) {
173 memcpy(&h->out[h->authentic_pos + 2], md, md_len);
859 h->authentic_pos = 0;
877 h->authentic_pos = 0;
1058 h->authentic_pos = 0;
1182 if (h->authentic_pos == 0) {
1183 h->authentic_pos = h->out_len;

Completed in 130 milliseconds