Home
last modified time | relevance | path

Searched refs:hbtype (Results 1 – 2 of 2) sorted by relevance

/external/openssl/ssl/
Dd1_both.c1451 unsigned short hbtype; in dtls1_process_heartbeat() local
1456 hbtype = *p++; in dtls1_process_heartbeat()
1465 if (hbtype == TLS1_HB_REQUEST) in dtls1_process_heartbeat()
1497 else if (hbtype == TLS1_HB_RESPONSE) in dtls1_process_heartbeat()
Dt1_lib.c2511 unsigned short hbtype; in tls1_process_heartbeat() local
2516 hbtype = *p++; in tls1_process_heartbeat()
2525 if (hbtype == TLS1_HB_REQUEST) in tls1_process_heartbeat()
2557 else if (hbtype == TLS1_HB_RESPONSE) in tls1_process_heartbeat()