/openssl-master/ssl/ |
A D | s3_msg.c | 29 if (!s->method->ssl3_enc->setup_key_block(s)) { in ssl3_do_change_cipher_spec() 35 if (!s->method->ssl3_enc->change_cipher_state(s, i)) { in ssl3_do_change_cipher_spec() 49 desc = s->method->ssl3_enc->alert_value(desc); in ssl3_send_alert()
|
A D | ssl_local.h | 341 # define SSL_IS_DTLS(s) (s->method->ssl3_enc->enc_flags & SSL_ENC_FLAG_DTLS) 360 (s->method->ssl3_enc->enc_flags & SSL_ENC_FLAG_EXPLICIT_IV) 366 (s->method->ssl3_enc->enc_flags & SSL_ENC_FLAG_SIGALGS) 372 (s->method->ssl3_enc->enc_flags & SSL_ENC_FLAG_TLS1_2_CIPHERS) 516 const struct ssl3_enc_method *ssl3_enc; /* Extra SSLv3/TLS stuff */ member 2099 s->method->ssl3_enc->set_handshake_header((s), (pkt), (htype)) 2101 s->method->ssl3_enc->close_construct_packet((s), (pkt), (htype)) 2102 # define ssl_do_write(s) s->method->ssl3_enc->do_write(s)
|
A D | ssl_ciph.c | 704 if (((ssl_method->ssl3_enc->enc_flags & SSL_ENC_FLAG_DTLS) == 0) && in ssl_cipher_collect_ciphers() 707 if (((ssl_method->ssl3_enc->enc_flags & SSL_ENC_FLAG_DTLS) != 0) && in ssl_cipher_collect_ciphers() 1284 if (!(meth->ssl3_enc->enc_flags & SSL_ENC_FLAG_TLS1_2_CIPHERS)) { in check_suiteb_cipher_list()
|
A D | s3_lib.c | 3273 ssl3_enc, 4525 if (s->method->ssl3_enc->enc_flags & SSL_ENC_FLAG_SHA256_PRF) { in ssl_get_algorithm2() 4610 if (!s->method->ssl3_enc->generate_master_secret(s, in ssl_generate_master_secret() 4623 if (!s->method->ssl3_enc->generate_master_secret(s, in ssl_generate_master_secret()
|
A D | tls13_enc.c | 279 if (str == s->method->ssl3_enc->server_finished_label) { in tls13_final_finish_mac()
|
A D | ssl_lib.c | 3110 return s->method->ssl3_enc->export_keying_material(s, out, olen, label, in SSL_export_keying_material() 3279 if (!(meth->ssl3_enc->enc_flags & SSL_ENC_FLAG_DTLS)) in SSL_CTX_new_ex()
|
/openssl-master/ssl/statem/ |
A D | statem_lib.c | 580 && (!s->method->ssl3_enc->change_cipher_state(s, in tls_construct_finished() 587 sender = s->method->ssl3_enc->server_finished_label; in tls_construct_finished() 588 slen = s->method->ssl3_enc->server_finished_label_len; in tls_construct_finished() 590 sender = s->method->ssl3_enc->client_finished_label; in tls_construct_finished() 591 slen = s->method->ssl3_enc->client_finished_label_len; in tls_construct_finished() 594 finish_md_len = s->method->ssl3_enc->final_finish_mac(s, in tls_construct_finished() 706 sender = s->method->ssl3_enc->server_finished_label; in ssl3_take_mac() 707 slen = s->method->ssl3_enc->server_finished_label_len; in ssl3_take_mac() 709 sender = s->method->ssl3_enc->client_finished_label; in ssl3_take_mac() 710 slen = s->method->ssl3_enc->client_finished_label_len; in ssl3_take_mac() [all …]
|
A D | statem_srvr.c | 756 if (!s->method->ssl3_enc->setup_key_block(s)) { in ossl_statem_server_pre_work() 895 if (!s->method->ssl3_enc->setup_key_block(s) in ossl_statem_server_post_work() 896 || !s->method->ssl3_enc->change_cipher_state(s, in ossl_statem_server_post_work() 903 && !s->method->ssl3_enc->change_cipher_state(s, in ossl_statem_server_post_work() 927 if (!s->method->ssl3_enc->change_cipher_state(s, in ossl_statem_server_post_work() 959 if (!s->method->ssl3_enc->generate_master_secret(s, in ossl_statem_server_post_work() 962 || !s->method->ssl3_enc->change_cipher_state(s, in ossl_statem_server_post_work() 4090 if (!s->method->ssl3_enc->change_cipher_state(s, in tls_process_end_of_early_data()
|
A D | statem_clnt.c | 805 if (!s->method->ssl3_enc->setup_key_block(s)) { in ossl_statem_client_post_work() 810 if (!s->method->ssl3_enc->change_cipher_state(s, in ossl_statem_client_post_work() 852 if (!s->method->ssl3_enc->change_cipher_state(s, in ossl_statem_client_post_work() 1693 && (!s->method->ssl3_enc->setup_key_block(s) in tls_process_server_hello() 1694 || !s->method->ssl3_enc->change_cipher_state(s, in tls_process_server_hello() 3515 && (!s->method->ssl3_enc->change_cipher_state(s, in tls_construct_client_certificate()
|
/openssl-master/ssl/record/ |
A D | ssl3_record.c | 553 i = s->method->ssl3_enc->mac(s, thisrr, md, 0 /* not send */ ); in ssl3_get_record() 575 enc_err = s->method->ssl3_enc->enc(s, rr, num_recs, 0, macbufs, mac_size); in ssl3_get_record() 628 i = s->method->ssl3_enc->mac(s, thisrr, md, 0 /* not send */ ); in ssl3_get_record() 822 int ssl3_enc(SSL *s, SSL3_RECORD *inrecs, size_t n_recs, int sending, in ssl3_enc() function 1553 i = s->method->ssl3_enc->mac(s, rr, md, 0 /* not send */ ); in dtls1_process_record() 1572 enc_err = s->method->ssl3_enc->enc(s, rr, 1, 0, &macbuf, mac_size); in dtls1_process_record() 1604 i = s->method->ssl3_enc->mac(s, rr, md, 0 /* not send */ ); in dtls1_process_record()
|
A D | rec_layer_d1.c | 918 if (!s->method->ssl3_enc->mac(s, &wr, in do_dtls1_write() 934 if (s->method->ssl3_enc->enc(s, &wr, 1, 1, NULL, mac_size) < 1) { in do_dtls1_write() 942 if (!s->method->ssl3_enc->mac(s, &wr, in do_dtls1_write()
|
A D | record.h | 222 __owur int ssl3_enc(SSL *s, SSL3_RECORD *inrecs, size_t n_recs, int send,
|
A D | rec_layer_s3.c | 995 || !s->method->ssl3_enc->mac(s, thiswr, mac, 1)) { in do_ssl3_write() 1040 if (s->method->ssl3_enc->enc(s, wr, numpipes, 1, NULL, in do_ssl3_write() 1074 || !s->method->ssl3_enc->mac(s, thiswr, mac, 1)) { in do_ssl3_write()
|
/openssl-master/ |
A D | CHANGES.md | 14465 ssl3_enc (ssl/s3_enc.c) and tls1_enc (ssl/t1_enc.c).
|