Home
last modified time | relevance | path

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

/external/openssl/ssl/
Dssl_stat.c167 case SSL3_ST_CW_CERT_VRFY_B: str="SSLv3 write certificate verify B"; break; in SSL_state_string_long()
326 case SSL3_ST_CW_CERT_VRFY_B: str="3WCV_B"; break; in SSL_state_string()
Dssl3.h589 #define SSL3_ST_CW_CERT_VRFY_B (0x191|SSL_ST_CONNECT) macro
Dd1_clnt.c516 case SSL3_ST_CW_CERT_VRFY_B: in IMPLEMENT_dtls1_meth_func()
1626 s->state = SSL3_ST_CW_CERT_VRFY_B; in dtls1_send_client_verify()
Ds3_clnt.c460 case SSL3_ST_CW_CERT_VRFY_B: in IMPLEMENT_ssl3_meth_func()
3129 s->state=SSL3_ST_CW_CERT_VRFY_B; in ssl3_send_client_verify()
/external/openssl/include/openssl/
Dssl3.h589 #define SSL3_ST_CW_CERT_VRFY_B (0x191|SSL_ST_CONNECT) macro