OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSL3_RT_ALERT
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/openssl/openssl/ssl/
d1_pkt.c
952
else if (rr->type ==
SSL3_RT_ALERT
)
1024
* s->d1->alert_fragment_len == 7 iff rr->type ==
SSL3_RT_ALERT
.
[
all
...]
s3_pkt.c
1088
else if (rr->type ==
SSL3_RT_ALERT
)
1127
* s->s3->alert_fragment_len == 2 iff rr->type ==
SSL3_RT_ALERT
.
[
all
...]
s23_clnt.c
676
(p[0] ==
SSL3_RT_ALERT
&& p[3] == 0 && p[4] == 2)))
718
if (p[0] ==
SSL3_RT_ALERT
&& p[5] != SSL3_AL_WARNING)
738
s->msg_callback(0, s->version,
SSL3_RT_ALERT
, p+5, 2, s, s->msg_callback_arg);
ssl3.h
322
#define
SSL3_RT_ALERT
21
/external/openssl/ssl/
d1_pkt.c
952
else if (rr->type ==
SSL3_RT_ALERT
)
1024
* s->d1->alert_fragment_len == 7 iff rr->type ==
SSL3_RT_ALERT
.
[
all
...]
s3_pkt.c
1083
else if (rr->type ==
SSL3_RT_ALERT
)
1122
* s->s3->alert_fragment_len == 2 iff rr->type ==
SSL3_RT_ALERT
.
[
all
...]
s23_clnt.c
676
(p[0] ==
SSL3_RT_ALERT
&& p[3] == 0 && p[4] == 2)))
718
if (p[0] ==
SSL3_RT_ALERT
&& p[5] != SSL3_AL_WARNING)
738
s->msg_callback(0, s->version,
SSL3_RT_ALERT
, p+5, 2, s, s->msg_callback_arg);
ssl3.h
322
#define
SSL3_RT_ALERT
21
/external/chromium_org/third_party/openssl/openssl/include/openssl/
ssl3.h
322
#define
SSL3_RT_ALERT
21
/external/openssl/include/openssl/
ssl3.h
322
#define
SSL3_RT_ALERT
21
Completed in 63 milliseconds