Home
last modified time | relevance | path

Searched refs:SSL3_RT_CHANGE_CIPHER_SPEC (Results 1 – 14 of 14) sorted by relevance

/third_party/openssl/include/openssl/
Dssl3.h213 # define SSL3_RT_CHANGE_CIPHER_SPEC 20 macro
/third_party/python/Modules/_ssl/
Ddebughelpers.c41 case SSL3_RT_CHANGE_CIPHER_SPEC: in _PySSL_msg_callback()
/third_party/openssl/ssl/record/
Drec_layer_d1.c478 || (SSL3_RECORD_get_type(rr) == SSL3_RT_CHANGE_CIPHER_SPEC in dtls1_read_bytes()
639 if (SSL3_RECORD_get_type(rr) == SSL3_RT_CHANGE_CIPHER_SPEC) { in dtls1_read_bytes()
748 case SSL3_RT_CHANGE_CIPHER_SPEC: in dtls1_read_bytes()
Drec_layer_s3.c1363 || (SSL3_RECORD_get_type(rr) == SSL3_RT_CHANGE_CIPHER_SPEC in ssl3_read_bytes()
1383 && SSL3_RECORD_get_type(rr) == SSL3_RT_CHANGE_CIPHER_SPEC in ssl3_read_bytes()
1641 if (SSL3_RECORD_get_type(rr) == SSL3_RT_CHANGE_CIPHER_SPEC) { in ssl3_read_bytes()
1706 case SSL3_RT_CHANGE_CIPHER_SPEC: in ssl3_read_bytes()
Dssl3_record.c344 && (thisrr->type != SSL3_RT_CHANGE_CIPHER_SPEC in ssl3_get_record()
465 && thisrr->type == SSL3_RT_CHANGE_CIPHER_SPEC in ssl3_get_record()
/third_party/openssl/ssl/statem/
Dstatem.c705 return dtls1_do_write(s, SSL3_RT_CHANGE_CIPHER_SPEC); in statem_do_write()
707 return ssl3_do_write(s, SSL3_RT_CHANGE_CIPHER_SPEC); in statem_do_write()
Dstatem_dtls.c359 s->msg_callback(0, s->version, SSL3_RT_CHANGE_CIPHER_SPEC, in dtls_get_message()
768 if (recvd_type == SSL3_RT_CHANGE_CIPHER_SPEC) { in dtls_get_reassembled_message()
1156 SSL3_RT_CHANGE_CIPHER_SPEC : SSL3_RT_HANDSHAKE); in dtls1_retransmit_message()
Dstatem_lib.c1168 if (recvd_type == SSL3_RT_CHANGE_CIPHER_SPEC) { in tls_get_message_header()
/third_party/openssl/test/
Dasynciotest.c231 if (contenttype == SSL3_RT_CHANGE_CIPHER_SPEC in async_write()
Dtls13ccstest.c168 } else if (rectype == SSL3_RT_CHANGE_CIPHER_SPEC) { in watchccs_write()
Dbad_dtls_test.c389 if (!PACKET_get_1(&pkt, &u) || u != SSL3_RT_CHANGE_CIPHER_SPEC) in validate_ccs()
/third_party/openssl/doc/man3/
DSSL_CTX_set_msg_callback.pod62 (B<SSL3_RT_CHANGE_CIPHER_SPEC>, B<SSL3_RT_ALERT>, B<SSL3_RT_HANDSHAKE>; but never
/third_party/openssl/ssl/
Dt1_trce.c74 {SSL3_RT_CHANGE_CIPHER_SPEC, "ChangeCipherSpec"},
1557 case SSL3_RT_CHANGE_CIPHER_SPEC: in SSL_trace()
/third_party/curl/lib/vtls/
Dopenssl.c2091 case SSL3_RT_CHANGE_CIPHER_SPEC: in tls_rt_type()
2185 if(content_type == SSL3_RT_CHANGE_CIPHER_SPEC) { in ossl_trace()