Searched refs:SSL2_ST_CLIENT_START_ENCRYPTION (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dssl2.h244 #define SSL2_ST_CLIENT_START_ENCRYPTION (0x80|SSL_ST_CONNECT) macro
/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dssl2.h244 #define SSL2_ST_CLIENT_START_ENCRYPTION (0x80|SSL_ST_CONNECT) macro
H A Dssl_stat.c104 case SSL2_ST_CLIENT_START_ENCRYPTION: str="SSLv2 client start encryption"; break;
263 case SSL2_ST_CLIENT_START_ENCRYPTION: str="2CSENC"; break;
H A Ds2_clnt.c226 s->state=SSL2_ST_CLIENT_START_ENCRYPTION;
235 s->state=SSL2_ST_CLIENT_START_ENCRYPTION;
238 case SSL2_ST_CLIENT_START_ENCRYPTION:
/external/openssl/include/openssl/
H A Dssl2.h244 #define SSL2_ST_CLIENT_START_ENCRYPTION (0x80|SSL_ST_CONNECT) macro
/external/openssl/ssl/
H A Dssl2.h244 #define SSL2_ST_CLIENT_START_ENCRYPTION (0x80|SSL_ST_CONNECT) macro
H A Dssl_stat.c104 case SSL2_ST_CLIENT_START_ENCRYPTION: str="SSLv2 client start encryption"; break;
263 case SSL2_ST_CLIENT_START_ENCRYPTION: str="2CSENC"; break;
H A Ds2_clnt.c226 s->state=SSL2_ST_CLIENT_START_ENCRYPTION;
235 s->state=SSL2_ST_CLIENT_START_ENCRYPTION;
238 case SSL2_ST_CLIENT_START_ENCRYPTION:

Completed in 190 milliseconds