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