Home
last modified time | relevance | path

Searched refs:SSL3_ST_CW_CHANNEL_ID_A (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/boringssl/src/include/openssl/
Dssl3.h551 #define SSL3_ST_CW_CHANNEL_ID_A (0x220|SSL_ST_CONNECT) macro
/external/openssl/ssl/
Dssl3.h637 #define SSL3_ST_CW_CHANNEL_ID_A (0x210|SSL_ST_CONNECT) macro
Ds3_clnt.c472 s->state=SSL3_ST_CW_CHANNEL_ID_A; in IMPLEMENT_ssl3_meth_func()
511 s->state=SSL3_ST_CW_CHANNEL_ID_A; in IMPLEMENT_ssl3_meth_func()
518 case SSL3_ST_CW_CHANNEL_ID_A: in IMPLEMENT_ssl3_meth_func()
3642 if (s->state != SSL3_ST_CW_CHANNEL_ID_A) in ssl3_send_channel_id()
/external/openssl/include/openssl/
Dssl3.h637 #define SSL3_ST_CW_CHANNEL_ID_A (0x210|SSL_ST_CONNECT) macro
/external/openssl/patches/
D0004-channelid.patch97 + s->state=SSL3_ST_CW_CHANNEL_ID_A;
112 + s->state=SSL3_ST_CW_CHANNEL_ID_A;
119 + case SSL3_ST_CW_CHANNEL_ID_A:
171 + if (s->state != SSL3_ST_CW_CHANNEL_ID_A)
916 +#define SSL3_ST_CW_CHANNEL_ID_A (0x210|SSL_ST_CONNECT)
/external/chromium_org/third_party/boringssl/src/ssl/
Ds3_clnt.c397 s->state=SSL3_ST_CW_CHANNEL_ID_A; in IMPLEMENT_ssl3_meth_func()
423 s->state=SSL3_ST_CW_CHANNEL_ID_A; in IMPLEMENT_ssl3_meth_func()
428 case SSL3_ST_CW_CHANNEL_ID_A: in IMPLEMENT_ssl3_meth_func()
2573 if (s->state != SSL3_ST_CW_CHANNEL_ID_A) in ssl3_send_channel_id()