Home
last modified time | relevance | path

Searched refs:SSL3_ST_CW_NEXT_PROTO_A (Results 1 – 3 of 3) sorted by relevance

/external/openssl/include/openssl/
Dssl3.h592 #define SSL3_ST_CW_NEXT_PROTO_A (0x200|SSL_ST_CONNECT) macro
/external/openssl/ssl/
Dssl3.h592 #define SSL3_ST_CW_NEXT_PROTO_A (0x200|SSL_ST_CONNECT) macro
Ds3_clnt.c479 s->state=SSL3_ST_CW_NEXT_PROTO_A; in IMPLEMENT_ssl3_meth_func()
511 case SSL3_ST_CW_NEXT_PROTO_A: in IMPLEMENT_ssl3_meth_func()
3363 if (s->state == SSL3_ST_CW_NEXT_PROTO_A) in ssl3_send_next_proto()