Home
last modified time | relevance | path

Searched refs:SSL3_ST_SW_KEY_EXCH_B (Results 1 – 4 of 4) sorted by relevance

/dragonfly/crypto/libressl/ssl/
H A Dssl_stat.c262 case SSL3_ST_SW_KEY_EXCH_B: in SSL_state_string_long()
496 case SSL3_ST_SW_KEY_EXCH_B: in SSL_state_string()
H A Dssl_err.c588 case SSL3_ST_SW_KEY_EXCH_B: in SSL_state_func_code()
H A Dssl_srvr.c419 case SSL3_ST_SW_KEY_EXCH_B: in ssl3_accept()
1534 s->s3->hs.state = SSL3_ST_SW_KEY_EXCH_B; in ssl3_send_server_key_exchange()
/dragonfly/crypto/libressl/include/openssl/
H A Dssl3.h397 #define SSL3_ST_SW_KEY_EXCH_B (0x151|SSL_ST_ACCEPT) macro