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

/external/openssl/include/openssl/
H A Dssl2.h261 #define SSL2_ST_SEND_REQUEST_CERTIFICATE_A (0x70|SSL_ST_ACCEPT) macro
/external/openssl/ssl/
H A Dssl2.h261 #define SSL2_ST_SEND_REQUEST_CERTIFICATE_A (0x70|SSL_ST_ACCEPT) macro
H A Dssl_stat.c136 case SSL2_ST_SEND_REQUEST_CERTIFICATE_A: str="SSLv2 write request certificate A"; break;
295 case SSL2_ST_SEND_REQUEST_CERTIFICATE_A: str="2SRC_A"; break;
H A Ds2_srvr.c290 s->state=SSL2_ST_SEND_REQUEST_CERTIFICATE_A;
293 case SSL2_ST_SEND_REQUEST_CERTIFICATE_A:
931 if (s->state == SSL2_ST_SEND_REQUEST_CERTIFICATE_A)

Completed in 112 milliseconds