HomeSort by relevance Sort by last modified time
    Searched refs:SSL3_RT_ALERT (Results 1 - 6 of 6) sorted by null

  /external/openssl/ssl/
s23_clnt.c 613 (p[0] == SSL3_RT_ALERT && p[3] == 0 && p[4] == 2)))
635 if (p[0] == SSL3_RT_ALERT && p[5] != SSL3_AL_WARNING)
655 s->msg_callback(0, s->version, SSL3_RT_ALERT, p+5, 2, s, s->msg_callback_arg);
d1_pkt.c 894 else if (rr->type == SSL3_RT_ALERT)
953 * s->d1->alert_fragment_len == 7 iff rr->type == SSL3_RT_ALERT.
1025 s->msg_callback(0, s->version, SSL3_RT_ALERT,
    [all...]
s3_pkt.c 1076 else if (rr->type == SSL3_RT_ALERT)
1102 * s->s3->alert_fragment_len == 2 iff rr->type == SSL3_RT_ALERT.
    [all...]
ssl3.h 332 #define SSL3_RT_ALERT 21
  /external/openssl/include/openssl/
ssl3.h 332 #define SSL3_RT_ALERT 21
  /libcore/luni/src/main/native/
NativeCrypto.cpp 1022 case SSL3_RT_ALERT: {
1023 return "SSL3_RT_ALERT";
    [all...]

Completed in 82 milliseconds