Home
last modified time | relevance | path

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

/external/openssl/ssl/
Dssl_stat.c110 case SSL2_ST_SEND_REQUEST_CERTIFICATE_A: str="SSLv2 write request certificate A"; break; in SSL_state_string_long()
263 case SSL2_ST_SEND_REQUEST_CERTIFICATE_A: str="2SRC_A"; break; in SSL_state_string()
Dssl2.h257 #define SSL2_ST_SEND_REQUEST_CERTIFICATE_A (0x70|SSL_ST_ACCEPT) macro
Ds2_srvr.c290 s->state=SSL2_ST_SEND_REQUEST_CERTIFICATE_A; in IMPLEMENT_ssl2_meth_func()
293 case SSL2_ST_SEND_REQUEST_CERTIFICATE_A: in IMPLEMENT_ssl2_meth_func()
932 if (s->state == SSL2_ST_SEND_REQUEST_CERTIFICATE_A) in request_certificate()
/external/openssl/include/openssl/
Dssl2.h257 #define SSL2_ST_SEND_REQUEST_CERTIFICATE_A (0x70|SSL_ST_ACCEPT) macro