Home
last modified time | relevance | path

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

/external/openssl/ssl/
Dssl_stat.c200 case SSL3_ST_SW_KEY_EXCH_B: str="SSLv3 write key exchange B"; break; in SSL_state_string_long()
356 case SSL3_ST_SW_KEY_EXCH_B: str="3WSKEB"; break; in SSL_state_string()
Dssl3.h629 #define SSL3_ST_SW_KEY_EXCH_B (0x151|SSL_ST_ACCEPT) macro
Dd1_srvr.c449 case SSL3_ST_SW_KEY_EXCH_B: in IMPLEMENT_dtls1_meth_func()
1454 s->state = SSL3_ST_SW_KEY_EXCH_B; in dtls1_send_server_key_exchange()
Ds3_srvr.c439 case SSL3_ST_SW_KEY_EXCH_B: in IMPLEMENT_ssl3_meth_func()
2013 s->state = SSL3_ST_SW_KEY_EXCH_B; in ssl3_send_server_key_exchange()
/external/openssl/include/openssl/
Dssl3.h629 #define SSL3_ST_SW_KEY_EXCH_B (0x151|SSL_ST_ACCEPT) macro