Home
last modified time | relevance | path

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

/external/openssl/ssl/
Dssl_stat.c154 case SSL3_ST_CR_CERT_REQ_A: str="SSLv3 read server certificate request A"; break; in SSL_state_string_long()
315 case SSL3_ST_CR_CERT_REQ_A: str="3RCR_A"; break; in SSL_state_string()
Dssl3.h577 #define SSL3_ST_CR_CERT_REQ_A (0x150|SSL_ST_CONNECT) macro
Dd1_clnt.c418 s->state=SSL3_ST_CR_CERT_REQ_A; in IMPLEMENT_dtls1_meth_func()
430 case SSL3_ST_CR_CERT_REQ_A: in IMPLEMENT_dtls1_meth_func()
Ds3_clnt.c373 s->state=SSL3_ST_CR_CERT_REQ_A; in IMPLEMENT_ssl3_meth_func()
385 case SSL3_ST_CR_CERT_REQ_A: in IMPLEMENT_ssl3_meth_func()
1927 SSL3_ST_CR_CERT_REQ_A, in ssl3_get_certificate_request()
/external/openssl/include/openssl/
Dssl3.h577 #define SSL3_ST_CR_CERT_REQ_A (0x150|SSL_ST_CONNECT) macro