Home
last modified time | relevance | path

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

/src/crypto/openssl/ssl/record/
H A Drec_layer_d1.c311 || (rr->type == SSL3_RT_CHANGE_CIPHER_SPEC in dtls1_read_bytes()
472 if (rr->type == SSL3_RT_CHANGE_CIPHER_SPEC) { in dtls1_read_bytes()
578 case SSL3_RT_CHANGE_CIPHER_SPEC: in dtls1_read_bytes()
H A Drec_layer_s3.c751 || (rr->type == SSL3_RT_CHANGE_CIPHER_SPEC in ssl3_read_bytes()
770 && rr->type == SSL3_RT_CHANGE_CIPHER_SPEC in ssl3_read_bytes()
1017 if (rr->type == SSL3_RT_CHANGE_CIPHER_SPEC) { in ssl3_read_bytes()
1079 case SSL3_RT_CHANGE_CIPHER_SPEC: in ssl3_read_bytes()
/src/crypto/openssl/include/openssl/
H A Dssl3.h219 #define SSL3_RT_CHANGE_CIPHER_SPEC 20 macro
/src/crypto/openssl/ssl/statem/
H A Dstatem.c756 return dtls1_do_write(s, SSL3_RT_CHANGE_CIPHER_SPEC); in statem_do_write()
758 return ssl3_do_write(s, SSL3_RT_CHANGE_CIPHER_SPEC); in statem_do_write()
H A Dstatem_dtls.c371 s->msg_callback(0, s->version, SSL3_RT_CHANGE_CIPHER_SPEC, in dtls_get_message()
853 if (recvd_type == SSL3_RT_CHANGE_CIPHER_SPEC) { in dtls_get_reassembled_message()
1239 … ret = dtls1_do_write(s, frag->msg_header.is_ccs ? SSL3_RT_CHANGE_CIPHER_SPEC : SSL3_RT_HANDSHAKE); in dtls1_retransmit_message()
H A Dstatem_lib.c1575 if (recvd_type == SSL3_RT_CHANGE_CIPHER_SPEC) { in tls_get_message_header()
/src/crypto/openssl/test/
H A Dasynciotest.c231 if (contenttype == SSL3_RT_CHANGE_CIPHER_SPEC in async_write()
H A Dtls13ccstest.c170 } else if (rectype == SSL3_RT_CHANGE_CIPHER_SPEC) { in watchccs_write()
H A Dbad_dtls_test.c613 if (!PACKET_get_1(&pkt, &u) || u != SSL3_RT_CHANGE_CIPHER_SPEC) in validate_ccs()
/src/crypto/openssl/ssl/record/methods/
H A Dtls13_meth.c260 && (rec->type != SSL3_RT_CHANGE_CIPHER_SPEC in tls13_validate_record_header()
H A Dtls_common.c738 && thisrr->type == SSL3_RT_CHANGE_CIPHER_SPEC in tls_get_more_records()
755 rl->msg_callback(0, TLS1_3_VERSION, SSL3_RT_CHANGE_CIPHER_SPEC, in tls_get_more_records()
/src/crypto/openssl/ssl/
H A Dt1_trce.c77 { SSL3_RT_CHANGE_CIPHER_SPEC, "ChangeCipherSpec" },
1784 case SSL3_RT_CHANGE_CIPHER_SPEC: in SSL_trace()
/src/crypto/openssl/doc/man3/
H A DSSL_CTX_set_msg_callback.pod68 (B<SSL3_RT_CHANGE_CIPHER_SPEC>, B<SSL3_RT_ALERT>, B<SSL3_RT_HANDSHAKE>; but never
/src/crypto/openssl/apps/lib/
H A Ds_cb.c666 case SSL3_RT_CHANGE_CIPHER_SPEC: in msg_cb()