Home
last modified time | relevance | path

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

/openbsd/src/lib/libssl/
Dssl_stat.c117 case SSL3_ST_CR_SRVR_HELLO_A: in SSL_state_string_long()
289 case SSL3_ST_CR_SRVR_HELLO_A: in SSL_state_string()
Dtls13_handshake.c581 .recv = SSL3_ST_CR_SRVR_HELLO_A,
589 .recv = SSL3_ST_CR_SRVR_HELLO_A,
Dssl3.h329 #define SSL3_ST_CR_SRVR_HELLO_A (0x120|SSL_ST_CONNECT) macro
Dssl_clnt.c293 s->s3->hs.tls12.next_state = SSL3_ST_CR_SRVR_HELLO_A; in ssl3_connect()
295 s->s3->hs.state = SSL3_ST_CR_SRVR_HELLO_A; in ssl3_connect()
305 case SSL3_ST_CR_SRVR_HELLO_A: in ssl3_connect()
825 if ((ret = ssl3_get_message(s, SSL3_ST_CR_SRVR_HELLO_A, in ssl3_get_server_hello()
Dssl_err.c509 case SSL3_ST_CR_SRVR_HELLO_A: in SSL_state_func_code()
Dd1_pkt.c914 (s->s3->hs.state <= SSL3_ST_CR_SRVR_HELLO_A)) || ( in dtls1_read_bytes()
Dssl_pkt.c1189 (s->s3->hs.state <= SSL3_ST_CR_SRVR_HELLO_A)) || ( in ssl3_read_bytes()