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

/freebsd-12-stable/lib/libradius/
H A Dradlib_private.h93 int authentic_pos; /* Position of message authenticator */ member in struct:rad_handle
H A Dradlib.c162 if (h->authentic_pos != 0) {
174 memcpy(&h->out[h->authentic_pos + 2], md, md_len);
887 h->authentic_pos = 0;
905 h->authentic_pos = 0;
1092 h->authentic_pos = 0;
1216 if (h->authentic_pos == 0) {
1217 h->authentic_pos = h->out_len;

Completed in 110 milliseconds