Home
last modified time | relevance | path

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

/external/openssl/ssl/
Dd1_clnt.c503 s->d1->next_state=SSL3_ST_CW_CHANGE_A; in IMPLEMENT_dtls1_meth_func()
508 s->state=SSL3_ST_CW_CHANGE_A; in IMPLEMENT_dtls1_meth_func()
523 s->d1->next_state=SSL3_ST_CW_CHANGE_A; in IMPLEMENT_dtls1_meth_func()
528 s->state=SSL3_ST_CW_CHANGE_A; in IMPLEMENT_dtls1_meth_func()
533 case SSL3_ST_CW_CHANGE_A: in IMPLEMENT_dtls1_meth_func()
538 SSL3_ST_CW_CHANGE_A,SSL3_ST_CW_CHANGE_B); in IMPLEMENT_dtls1_meth_func()
655 s->state=SSL3_ST_CW_CHANGE_A; in IMPLEMENT_dtls1_meth_func()
Dssl_stat.c169 case SSL3_ST_CW_CHANGE_A: in SSL_state_string_long()
329 case SSL3_ST_CW_CHANGE_A: str="3WCCSA"; break; in SSL_state_string()
Dssl3.h590 #define SSL3_ST_CW_CHANGE_A (0x1A0|SSL_ST_CONNECT) macro
Ds3_clnt.c447 s->state=SSL3_ST_CW_CHANGE_A; in IMPLEMENT_ssl3_meth_func()
452 s->state=SSL3_ST_CW_CHANGE_A; in IMPLEMENT_ssl3_meth_func()
463 s->state=SSL3_ST_CW_CHANGE_A; in IMPLEMENT_ssl3_meth_func()
468 case SSL3_ST_CW_CHANGE_A: in IMPLEMENT_ssl3_meth_func()
471 SSL3_ST_CW_CHANGE_A,SSL3_ST_CW_CHANGE_B); in IMPLEMENT_ssl3_meth_func()
597 s->state=SSL3_ST_CW_CHANGE_A; in IMPLEMENT_ssl3_meth_func()
/external/openssl/include/openssl/
Dssl3.h590 #define SSL3_ST_CW_CHANGE_A (0x1A0|SSL_ST_CONNECT) macro