Searched refs:SSL3_RT_CHANGE_CIPHER_SPEC (Results 1 – 14 of 14) sorted by relevance
| /src/crypto/openssl/ssl/record/ |
| H A D | rec_layer_d1.c | 311 || (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 D | rec_layer_s3.c | 751 || (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 D | ssl3.h | 219 #define SSL3_RT_CHANGE_CIPHER_SPEC 20 macro
|
| /src/crypto/openssl/ssl/statem/ |
| H A D | statem.c | 756 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 D | statem_dtls.c | 371 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 D | statem_lib.c | 1575 if (recvd_type == SSL3_RT_CHANGE_CIPHER_SPEC) { in tls_get_message_header()
|
| /src/crypto/openssl/test/ |
| H A D | asynciotest.c | 231 if (contenttype == SSL3_RT_CHANGE_CIPHER_SPEC in async_write()
|
| H A D | tls13ccstest.c | 170 } else if (rectype == SSL3_RT_CHANGE_CIPHER_SPEC) { in watchccs_write()
|
| H A D | bad_dtls_test.c | 613 if (!PACKET_get_1(&pkt, &u) || u != SSL3_RT_CHANGE_CIPHER_SPEC) in validate_ccs()
|
| /src/crypto/openssl/ssl/record/methods/ |
| H A D | tls13_meth.c | 260 && (rec->type != SSL3_RT_CHANGE_CIPHER_SPEC in tls13_validate_record_header()
|
| H A D | tls_common.c | 738 && 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 D | t1_trce.c | 77 { SSL3_RT_CHANGE_CIPHER_SPEC, "ChangeCipherSpec" }, 1784 case SSL3_RT_CHANGE_CIPHER_SPEC: in SSL_trace()
|
| /src/crypto/openssl/doc/man3/ |
| H A D | SSL_CTX_set_msg_callback.pod | 68 (B<SSL3_RT_CHANGE_CIPHER_SPEC>, B<SSL3_RT_ALERT>, B<SSL3_RT_HANDSHAKE>; but never
|
| /src/crypto/openssl/apps/lib/ |
| H A D | s_cb.c | 666 case SSL3_RT_CHANGE_CIPHER_SPEC: in msg_cb()
|