HomeSort by: relevance | last modified time | path
    Searched refs:ssl3_enc (Results 1 - 25 of 35) sorted by relevancy

1 2

  /src/crypto/external/bsd/openssl/dist/ssl/
s3_msg.c 29 if (!s->method->ssl3_enc->setup_key_block(s)) {
35 if (!s->method->ssl3_enc->change_cipher_state(s, i)) {
49 desc = s->method->ssl3_enc->alert_value(desc);
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 in struct:ssl_method_st
2105 s->method->ssl3_enc->set_handshake_header((s), (pkt), (htype))
2107 s->method->ssl3_enc->close_construct_packet((s), (pkt), (htype))
2108 # define ssl_do_write(s) s->method->ssl3_enc->do_write(s)
ssl_ciph.c 709 if (((ssl_method->ssl3_enc->enc_flags & SSL_ENC_FLAG_DTLS) == 0) &&
712 if (((ssl_method->ssl3_enc->enc_flags & SSL_ENC_FLAG_DTLS) != 0) &&
1282 if (!(meth->ssl3_enc->enc_flags & SSL_ENC_FLAG_TLS1_2_CIPHERS)) {
  /src/crypto/external/bsd/openssl.old/dist/ssl/
s3_msg.c 29 if (!s->method->ssl3_enc->setup_key_block(s))
33 if (!s->method->ssl3_enc->change_cipher_state(s, i))
45 desc = s->method->ssl3_enc->alert_value(desc);
ssl_local.h 319 # define SSL_IS_DTLS(s) (s->method->ssl3_enc->enc_flags & SSL_ENC_FLAG_DTLS)
338 (s->method->ssl3_enc->enc_flags & SSL_ENC_FLAG_EXPLICIT_IV)
344 (s->method->ssl3_enc->enc_flags & SSL_ENC_FLAG_SIGALGS)
350 (s->method->ssl3_enc->enc_flags & SSL_ENC_FLAG_TLS1_2_CIPHERS)
468 const struct ssl3_enc_method *ssl3_enc; /* Extra SSLv3/TLS stuff */ member in struct:ssl_method_st
1980 s->method->ssl3_enc->set_handshake_header((s), (pkt), (htype))
1982 s->method->ssl3_enc->close_construct_packet((s), (pkt), (htype))
1983 # define ssl_do_write(s) s->method->ssl3_enc->do_write(s)
ssl_ciph.c 673 if (((ssl_method->ssl3_enc->enc_flags & SSL_ENC_FLAG_DTLS) == 0) &&
676 if (((ssl_method->ssl3_enc->enc_flags & SSL_ENC_FLAG_DTLS) != 0) &&
1246 if (!(meth->ssl3_enc->enc_flags & SSL_ENC_FLAG_TLS1_2_CIPHERS)) {
  /src/crypto/external/apache2/openssl/dist/ssl/
s3_msg.c 31 if (!ssl->method->ssl3_enc->setup_key_block(s)) {
37 if (!ssl->method->ssl3_enc->change_cipher_state(s, i)) {
53 desc = ssl->method->ssl3_enc->alert_value(desc);
ssl_local.h 258 (SSL_CONNECTION_GET_SSL(s)->method->ssl3_enc->enc_flags & SSL_ENC_FLAG_DTLS)
262 (ctx->method->ssl3_enc->enc_flags & SSL_ENC_FLAG_DTLS)
285 (SSL_CONNECTION_GET_SSL(s)->method->ssl3_enc->enc_flags & SSL_ENC_FLAG_SIGALGS)
291 (SSL_CONNECTION_GET_SSL(s)->method->ssl3_enc->enc_flags & SSL_ENC_FLAG_TLS1_2_CIPHERS)
438 const struct ssl3_enc_method *ssl3_enc; /* Extra SSLv3/TLS stuff */ member in struct:ssl_method_st
2177 SSL_CONNECTION_GET_SSL(s)->method->ssl3_enc->set_handshake_header((s), (pkt), (htype))
2179 SSL_CONNECTION_GET_SSL(s)->method->ssl3_enc->close_construct_packet((s), (pkt), (htype))
2180 #define ssl_do_write(s) SSL_CONNECTION_GET_SSL(s)->method->ssl3_enc->do_write(s)
ssl_ciph.c 667 if (((ssl_method->ssl3_enc->enc_flags & SSL_ENC_FLAG_DTLS) == 0) && c->min_tls == 0)
669 if (((ssl_method->ssl3_enc->enc_flags & SSL_ENC_FLAG_DTLS) != 0) && c->min_dtls == 0)
1239 if (!(meth->ssl3_enc->enc_flags & SSL_ENC_FLAG_TLS1_2_CIPHERS)) {
  /src/crypto/external/bsd/openssl/dist/ssl/statem/
statem_lib.c 586 && (!s->method->ssl3_enc->change_cipher_state(s,
593 sender = s->method->ssl3_enc->server_finished_label;
594 slen = s->method->ssl3_enc->server_finished_label_len;
596 sender = s->method->ssl3_enc->client_finished_label;
597 slen = s->method->ssl3_enc->client_finished_label_len;
600 finish_md_len = s->method->ssl3_enc->final_finish_mac(s,
712 sender = s->method->ssl3_enc->server_finished_label;
713 slen = s->method->ssl3_enc->server_finished_label_len;
715 sender = s->method->ssl3_enc->client_finished_label;
716 slen = s->method->ssl3_enc->client_finished_label_len
    [all...]
statem_srvr.c 756 if (!s->method->ssl3_enc->setup_key_block(s)) {
895 if (!s->method->ssl3_enc->setup_key_block(s)
896 || !s->method->ssl3_enc->change_cipher_state(s,
903 && !s->method->ssl3_enc->change_cipher_state(s,
927 if (!s->method->ssl3_enc->change_cipher_state(s,
959 if (!s->method->ssl3_enc->generate_master_secret(s,
962 || !s->method->ssl3_enc->change_cipher_state(s,
4130 if (!s->method->ssl3_enc->change_cipher_state(s,
  /src/crypto/external/bsd/openssl.old/dist/ssl/statem/
statem_lib.c 549 && (!s->method->ssl3_enc->change_cipher_state(s,
556 sender = s->method->ssl3_enc->server_finished_label;
557 slen = s->method->ssl3_enc->server_finished_label_len;
559 sender = s->method->ssl3_enc->client_finished_label;
560 slen = s->method->ssl3_enc->client_finished_label_len;
563 finish_md_len = s->method->ssl3_enc->final_finish_mac(s,
681 sender = s->method->ssl3_enc->server_finished_label;
682 slen = s->method->ssl3_enc->server_finished_label_len;
684 sender = s->method->ssl3_enc->client_finished_label;
685 slen = s->method->ssl3_enc->client_finished_label_len
    [all...]
statem_clnt.c 808 if (!s->method->ssl3_enc->setup_key_block(s)) {
813 if (!s->method->ssl3_enc->change_cipher_state(s,
855 if (!s->method->ssl3_enc->change_cipher_state(s,
1741 && (!s->method->ssl3_enc->setup_key_block(s)
1742 || !s->method->ssl3_enc->change_cipher_state(s,
3573 && (!s->method->ssl3_enc->change_cipher_state(s,
statem_srvr.c 755 if (!s->method->ssl3_enc->setup_key_block(s)) {
896 if (!s->method->ssl3_enc->setup_key_block(s)
897 || !s->method->ssl3_enc->change_cipher_state(s,
904 && !s->method->ssl3_enc->change_cipher_state(s,
928 if (!s->method->ssl3_enc->change_cipher_state(s,
960 if (!s->method->ssl3_enc->generate_master_secret(s,
963 || !s->method->ssl3_enc->change_cipher_state(s,
4301 if (!s->method->ssl3_enc->change_cipher_state(s,
  /src/crypto/external/apache2/openssl/dist/ssl/statem/
statem_lib.c 641 && (!ssl->method->ssl3_enc->change_cipher_state(s,
649 sender = ssl->method->ssl3_enc->server_finished_label;
650 slen = ssl->method->ssl3_enc->server_finished_label_len;
652 sender = ssl->method->ssl3_enc->client_finished_label;
653 slen = ssl->method->ssl3_enc->client_finished_label_len;
656 finish_md_len = ssl->method->ssl3_enc->final_finish_mac(s,
769 sender = ssl->method->ssl3_enc->server_finished_label;
770 slen = ssl->method->ssl3_enc->server_finished_label_len;
772 sender = ssl->method->ssl3_enc->client_finished_label;
773 slen = ssl->method->ssl3_enc->client_finished_label_len
    [all...]
statem_clnt.c 864 if (!ssl->method->ssl3_enc->setup_key_block(s)) {
869 if (!ssl->method->ssl3_enc->change_cipher_state(s,
907 if (!ssl->method->ssl3_enc->change_cipher_state(s,
918 && !ssl->method->ssl3_enc->change_cipher_state(s,
1800 if (!ssl->method->ssl3_enc->setup_key_block(s)
1817 if (!ssl->method->ssl3_enc->change_cipher_state(s,
1823 if (!ssl->method->ssl3_enc->change_cipher_state(s,
3851 && (!ssl->method->ssl3_enc->change_cipher_state(s,
3941 && (!ssl->method->ssl3_enc->change_cipher_state(sc,
statem_srvr.c 821 if (!ssl->method->ssl3_enc->setup_key_block(s)) {
848 if (!ssl->method->ssl3_enc->change_cipher_state(s, SSL3_CC_HANDSHAKE | SSL3_CHANGE_CIPHER_SERVER_READ)) {
977 if (!ssl->method->ssl3_enc->setup_key_block(s)
979 || !ssl->method->ssl3_enc->change_cipher_state(s,
986 && !ssl->method->ssl3_enc->change_cipher_state(s,
1011 if (!ssl->method->ssl3_enc->change_cipher_state(s,
1039 if (!ssl->method->ssl3_enc->generate_master_secret(s,
1043 || !ssl->method->ssl3_enc->change_cipher_state(s,
4454 if (!SSL_CONNECTION_GET_SSL(s)->method->ssl3_enc->change_cipher_state(s,
  /src/crypto/external/bsd/openssl/dist/ssl/record/
record.h 223 __owur int ssl3_enc(SSL *s, SSL3_RECORD *inrecs, size_t n_recs, int send,
ssl3_record.c 557 i = s->method->ssl3_enc->mac(s, thisrr, md, 0 /* not send */ );
580 enc_err = s->method->ssl3_enc->enc(s, rr, num_recs, 0, macbufs, mac_size);
643 i = s->method->ssl3_enc->mac(s, thisrr, md, 0 /* not send */ );
840 * ssl3_enc encrypts/decrypts |n_recs| records in |inrecs|. Calls SSLfatal on
848 int ssl3_enc(SSL *s, SSL3_RECORD *inrecs, size_t n_recs, int sending, function
1578 i = s->method->ssl3_enc->mac(s, rr, md, 0 /* not send */ );
1597 enc_err = s->method->ssl3_enc->enc(s, rr, 1, 0, &macbuf, mac_size);
1629 i = s->method->ssl3_enc->mac(s, rr, md, 0 /* not send */ );
rec_layer_d1.c 922 if (!s->method->ssl3_enc->mac(s, &wr,
938 if (s->method->ssl3_enc->enc(s, &wr, 1, 1, NULL, mac_size) < 1) {
946 if (!s->method->ssl3_enc->mac(s, &wr,
rec_layer_s3.c 1012 || !s->method->ssl3_enc->mac(s, thiswr, mac, 1)) {
1058 if (s->method->ssl3_enc->enc(s, wr, numpipes, 1, NULL,
1095 || !s->method->ssl3_enc->mac(s, thiswr, mac, 1)) {
  /src/crypto/external/bsd/openssl.old/dist/ssl/record/
record.h 214 __owur int ssl3_enc(SSL *s, SSL3_RECORD *inrecs, size_t n_recs, int send);
ssl3_record.c 518 i = s->method->ssl3_enc->mac(s, thisrr, md, 0 /* not send */ );
529 enc_err = s->method->ssl3_enc->enc(s, rr, num_recs, 0);
632 i = s->method->ssl3_enc->mac(s, thisrr, md, 0 /* not send */ );
836 * ssl3_enc encrypts/decrypts |n_recs| records in |inrecs|. Will call
846 int ssl3_enc(SSL *s, SSL3_RECORD *inrecs, size_t n_recs, int sending) function
1670 i = s->method->ssl3_enc->mac(s, rr, md, 0 /* not send */ );
1678 enc_err = s->method->ssl3_enc->enc(s, rr, 1, 0);
1765 i = s->method->ssl3_enc->mac(s, rr, md, 0 /* not send */ );
rec_layer_d1.c 928 if (!s->method->ssl3_enc->mac(s, &wr,
945 if (s->method->ssl3_enc->enc(s, &wr, 1, 1) < 1) {
954 if (!s->method->ssl3_enc->mac(s, &wr,
rec_layer_s3.c 979 || !s->method->ssl3_enc->mac(s, thiswr, mac, 1)) {
1027 if (s->method->ssl3_enc->enc(s, wr, numpipes, 1) < 1) {
1060 || !s->method->ssl3_enc->mac(s, thiswr, mac, 1)) {

Completed in 60 milliseconds

1 2