Searched refs:SSL2_ST_SEND_REQUEST_CERTIFICATE_A (Results 1 – 4 of 4) sorted by relevance
110 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()
257 #define SSL2_ST_SEND_REQUEST_CERTIFICATE_A (0x70|SSL_ST_ACCEPT) macro
290 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()