Home
last modified time | relevance | path

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

/external/openssl/include/openssl/
Dssl3.h643 #define SSL3_ST_SR_NEXT_PROTO_A (0x210|SSL_ST_ACCEPT) macro
/external/openssl/ssl/
Dssl3.h643 #define SSL3_ST_SR_NEXT_PROTO_A (0x210|SSL_ST_ACCEPT) macro
Ds3_srvr.c614 s->state=SSL3_ST_SR_NEXT_PROTO_A; in IMPLEMENT_ssl3_meth_func()
682 s->state=SSL3_ST_SR_NEXT_PROTO_A; in IMPLEMENT_ssl3_meth_func()
690 case SSL3_ST_SR_NEXT_PROTO_A: in IMPLEMENT_ssl3_meth_func()
771 s->s3->tmp.next_state=SSL3_ST_SR_NEXT_PROTO_A; in IMPLEMENT_ssl3_meth_func()
3550 SSL3_ST_SR_NEXT_PROTO_A, in ssl3_get_next_proto()