Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/ssl/
Dssl_stat.c258 case SSL3_ST_CW_CERT_B: in SSL_state_string_long()
635 case SSL3_ST_CW_CERT_B: in SSL_state_string()
Dd1_clnt.c363 case SSL3_ST_CW_CERT_B: in IMPLEMENT_dtls1_meth_func()
1168 s->state = SSL3_ST_CW_CERT_B; in dtls1_send_client_certificate()
1174 if (s->state == SSL3_ST_CW_CERT_B) { in dtls1_send_client_certificate()
1187 s->state = SSL3_ST_CW_CERT_B; in dtls1_send_client_certificate()
Dssl3.h522 # define SSL3_ST_CW_CERT_B (0x171|SSL_ST_CONNECT) macro
Ds3_clnt.c360 case SSL3_ST_CW_CERT_B: in IMPLEMENT_ssl3_meth_func()
2488 s->state = SSL3_ST_CW_CERT_B; in ssl3_send_client_certificate()
2494 if (s->state == SSL3_ST_CW_CERT_B) { in ssl3_send_client_certificate()
2507 s->state = SSL3_ST_CW_CERT_B; in ssl3_send_client_certificate()