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 - 9
of
9
) sorted by null
/external/chromium_org/third_party/boringssl/src/ssl/
s23_clnt.c
483
(p[0] ==
SSL3_RT_ALERT
&& p[3] == 0 && p[4] == 2)))
517
if (p[0] ==
SSL3_RT_ALERT
&& p[5] != SSL3_AL_WARNING)
539
s->msg_callback(0, s->version,
SSL3_RT_ALERT
, p+5, 2, s, s->msg_callback_arg);
d1_pkt.c
886
else if (rr->type ==
SSL3_RT_ALERT
)
945
* s->d1->alert_fragment_len == 7 iff rr->type ==
SSL3_RT_ALERT
.
1019
s->msg_callback(0, s->version,
SSL3_RT_ALERT
,
[
all
...]
s3_pkt.c
[
all
...]
/external/openssl/ssl/
d1_pkt.c
961
else if (rr->type ==
SSL3_RT_ALERT
)
1033
* s->d1->alert_fragment_len == 7 iff rr->type ==
SSL3_RT_ALERT
.
[
all
...]
s3_pkt.c
[
all
...]
s23_clnt.c
699
(p[0] ==
SSL3_RT_ALERT
&& p[3] == 0 && p[4] == 2)))
747
if (p[0] ==
SSL3_RT_ALERT
&& p[5] != SSL3_AL_WARNING)
767
s->msg_callback(0, s->version,
SSL3_RT_ALERT
, p+5, 2, s, s->msg_callback_arg);
ssl3.h
327
#define
SSL3_RT_ALERT
21
/external/chromium_org/third_party/boringssl/src/include/openssl/
ssl3.h
270
#define
SSL3_RT_ALERT
21
/external/openssl/include/openssl/
ssl3.h
327
#define
SSL3_RT_ALERT
21
Completed in 217 milliseconds