Searched refs:empty_auth_packet (Results 1 – 1 of 1) sorted by relevance
1538 const uint8_t empty_auth_packet[] = { in empty_auth_encode() local1545 if ((end - cur) < sizeof(empty_auth_packet)) { in empty_auth_encode()1549 memcpy(cur, empty_auth_packet, sizeof(empty_auth_packet)); in empty_auth_encode()1550 buf->end = (cur + sizeof(empty_auth_packet)); in empty_auth_encode()
Completed in 16 milliseconds