Home
last modified time | relevance | path

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

/external/openssl/ssl/
Dssl_stat.c165 case SSL3_ST_CW_KEY_EXCH_B: str="SSLv3 write client key exchange B"; break; in SSL_state_string_long()
324 case SSL3_ST_CW_KEY_EXCH_B: str="3WCKEB"; break; in SSL_state_string()
Dssl3.h587 #define SSL3_ST_CW_KEY_EXCH_B (0x181|SSL_ST_CONNECT) macro
Dd1_clnt.c470 case SSL3_ST_CW_KEY_EXCH_B: in IMPLEMENT_dtls1_meth_func()
1516 s->state=SSL3_ST_CW_KEY_EXCH_B; in dtls1_send_client_key_exchange()
Ds3_clnt.c427 case SSL3_ST_CW_KEY_EXCH_B: in IMPLEMENT_ssl3_meth_func()
2965 s->state=SSL3_ST_CW_KEY_EXCH_B; in ssl3_send_client_key_exchange()
/external/openssl/include/openssl/
Dssl3.h587 #define SSL3_ST_CW_KEY_EXCH_B (0x181|SSL_ST_CONNECT) macro