Home
last modified time | relevance | path

Searched refs:SSL3_MT_HELLO_REQUEST (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/crypto/openssl/include/openssl/
Dssl3.h298 # define SSL3_MT_HELLO_REQUEST 0 macro
/freebsd-12-stable/crypto/openssl/ssl/
Dt1_trce.c82 {SSL3_MT_HELLO_REQUEST, "HelloRequest"},
/freebsd-12-stable/crypto/openssl/ssl/statem/
Dstatem_dtls.c828 && wire[0] == SSL3_MT_HELLO_REQUEST) { in dtls_get_reassembled_message()
Dstatem_lib.c1207 && p[0] == SSL3_MT_HELLO_REQUEST) in tls_get_message_header()
Dstatem_clnt.c370 if (mt == SSL3_MT_HELLO_REQUEST) { in ossl_statem_client_read_transition()
Dstatem_srvr.c1047 *mt = SSL3_MT_HELLO_REQUEST; in ossl_statem_server_construct_message()
/freebsd-12-stable/crypto/openssl/apps/
Ds_cb.c542 {", HelloRequest", SSL3_MT_HELLO_REQUEST},