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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dheartbeat_test.c57 # define MAX_PRINTABLE_CHARACTERS 1024 macro
176 const int end = n < MAX_PRINTABLE_CHARACTERS ? n
177 : MAX_PRINTABLE_CHARACTERS;
200 unsigned char sent_buf[MAX_PRINTABLE_CHARACTERS + 1];
275 unsigned char payload_buf[MAX_PRINTABLE_CHARACTERS + 4] =
297 unsigned char payload_buf[4 + MAX_PRINTABLE_CHARACTERS];
314 unsigned char payload_buf[4 + MAX_PRINTABLE_CHARACTERS] =
318 fixture.sent_payload_len = MAX_PRINTABLE_CHARACTERS;
332 unsigned char payload_buf[MAX_PRINTABLE_CHARACTERS + 4];
337 fixture.sent_payload_len = MAX_PRINTABLE_CHARACTERS;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dheartbeat_test.c57 # define MAX_PRINTABLE_CHARACTERS 1024 macro
176 const int end = n < MAX_PRINTABLE_CHARACTERS ? n
177 : MAX_PRINTABLE_CHARACTERS;
200 unsigned char sent_buf[MAX_PRINTABLE_CHARACTERS + 1];
275 unsigned char payload_buf[MAX_PRINTABLE_CHARACTERS + 4] =
297 unsigned char payload_buf[4 + MAX_PRINTABLE_CHARACTERS];
314 unsigned char payload_buf[4 + MAX_PRINTABLE_CHARACTERS] =
318 fixture.sent_payload_len = MAX_PRINTABLE_CHARACTERS;
332 unsigned char payload_buf[MAX_PRINTABLE_CHARACTERS + 4];
337 fixture.sent_payload_len = MAX_PRINTABLE_CHARACTERS;
[all...]

Completed in 47 milliseconds