Searched refs:process_heartbeat (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.c63 int (*process_heartbeat) (SSL *s); member in struct:heartbeat_test_fixture
129 fixture.process_heartbeat = dtls1_process_heartbeat;
135 * type encoded by process_heartbeat for a total of 14 bytes, at which
152 fixture.process_heartbeat = tls1_process_heartbeat;
158 * bytes And then skipping the 1-byte type encoded by process_heartbeat
216 return_value = fixture.process_heartbeat(s);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dheartbeat_test.c63 int (*process_heartbeat) (SSL *s); member in struct:heartbeat_test_fixture
129 fixture.process_heartbeat = dtls1_process_heartbeat;
135 * type encoded by process_heartbeat for a total of 14 bytes, at which
152 fixture.process_heartbeat = tls1_process_heartbeat;
158 * bytes And then skipping the 1-byte type encoded by process_heartbeat
216 return_value = fixture.process_heartbeat(s);

Completed in 90 milliseconds