Searched refs:_auth_send_data (Results 1 – 1 of 1) sorted by relevance
99 static uchar_t _auth_send_data[BUFSIZ]; variable349 if (auth_send_cnt > sizeof (_auth_send_data)) in auth_send()350 auth_send_cnt = sizeof (_auth_send_data); in auth_send()351 (void) memcpy((void *)_auth_send_data, (void *)data, auth_send_cnt); in auth_send()352 auth_send_data = _auth_send_data; in auth_send()