| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/ssl/methods.c |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | - | |
| 3 | - | |
| 4 | - | |
| 5 | - | |
| 6 | const SSL_METHOD *TLS_method(void) { static const SSL_METHOD TLS_method_data= { 0x10000, 0, 0, tls1_new, tls1_clear, tls1_free, ossl_statem_accept, ossl_statem_connect, ssl3_read, ssl3_peek, ssl3_write, ssl3_shutdown, ssl3_renegotiate, ssl3_renegotiate_check, ssl3_read_bytes, ssl3_write_bytes, ssl3_dispatch_alert, ssl3_ctrl, ssl3_ctx_ctrl, ssl3_get_cipher_by_char, ssl3_put_cipher_by_char, ssl3_pending, ssl3_num_ciphers, ssl3_get_cipher, tls1_default_timeout, &TLSv1_2_enc_data, ssl_undefined_void_function, ssl3_callback_ctrl, ssl3_ctx_callback_ctrl, }; return executed 4320 times by 2 tests: &TLS_method_data;return &TLS_method_data;Executed by:
executed 4320 times by 2 tests: }return &TLS_method_data;Executed by:
| 4320 |
| 7 | - | |
| 8 | - | |
| 9 | - | |
| 10 | const SSL_METHOD *tlsv1_3_method(void) { static const SSL_METHOD tlsv1_3_method_data= { 0x0304, 0, 0x20000000U, tls1_new, tls1_clear, tls1_free, ossl_statem_accept, ossl_statem_connect, ssl3_read, ssl3_peek, ssl3_write, ssl3_shutdown, ssl3_renegotiate, ssl3_renegotiate_check, ssl3_read_bytes, ssl3_write_bytes, ssl3_dispatch_alert, ssl3_ctrl, ssl3_ctx_ctrl, ssl3_get_cipher_by_char, ssl3_put_cipher_by_char, ssl3_pending, ssl3_num_ciphers, ssl3_get_cipher, tls1_default_timeout, &TLSv1_3_enc_data, ssl_undefined_void_function, ssl3_callback_ctrl, ssl3_ctx_callback_ctrl, }; return never executed: &tlsv1_3_method_data;return &tlsv1_3_method_data;never executed: }return &tlsv1_3_method_data; | 0 |
| 11 | - | |
| 12 | - | |
| 13 | - | |
| 14 | - | |
| 15 | const SSL_METHOD *tlsv1_2_method(void) { static const SSL_METHOD tlsv1_2_method_data= { 0x0303, 0, 0x08000000U, tls1_new, tls1_clear, tls1_free, ossl_statem_accept, ossl_statem_connect, ssl3_read, ssl3_peek, ssl3_write, ssl3_shutdown, ssl3_renegotiate, ssl3_renegotiate_check, ssl3_read_bytes, ssl3_write_bytes, ssl3_dispatch_alert, ssl3_ctrl, ssl3_ctx_ctrl, ssl3_get_cipher_by_char, ssl3_put_cipher_by_char, ssl3_pending, ssl3_num_ciphers, ssl3_get_cipher, tls1_default_timeout, &TLSv1_2_enc_data, ssl_undefined_void_function, ssl3_callback_ctrl, ssl3_ctx_callback_ctrl, }; return never executed: &tlsv1_2_method_data;return &tlsv1_2_method_data;never executed: }return &tlsv1_2_method_data; | 0 |
| 16 | - | |
| 17 | - | |
| 18 | - | |
| 19 | - | |
| 20 | - | |
| 21 | const SSL_METHOD *tlsv1_1_method(void) { static const SSL_METHOD tlsv1_1_method_data= { 0x0302, (1U<<1), 0x10000000U, tls1_new, tls1_clear, tls1_free, ossl_statem_accept, ossl_statem_connect, ssl3_read, ssl3_peek, ssl3_write, ssl3_shutdown, ssl3_renegotiate, ssl3_renegotiate_check, ssl3_read_bytes, ssl3_write_bytes, ssl3_dispatch_alert, ssl3_ctrl, ssl3_ctx_ctrl, ssl3_get_cipher_by_char, ssl3_put_cipher_by_char, ssl3_pending, ssl3_num_ciphers, ssl3_get_cipher, tls1_default_timeout, &TLSv1_1_enc_data, ssl_undefined_void_function, ssl3_callback_ctrl, ssl3_ctx_callback_ctrl, }; return never executed: &tlsv1_1_method_data;return &tlsv1_1_method_data;never executed: }return &tlsv1_1_method_data; | 0 |
| 22 | - | |
| 23 | - | |
| 24 | - | |
| 25 | - | |
| 26 | - | |
| 27 | const SSL_METHOD *tlsv1_method(void) { static const SSL_METHOD tlsv1_method_data= { 0x0301, (1U<<1), 0x04000000U, tls1_new, tls1_clear, tls1_free, ossl_statem_accept, ossl_statem_connect, ssl3_read, ssl3_peek, ssl3_write, ssl3_shutdown, ssl3_renegotiate, ssl3_renegotiate_check, ssl3_read_bytes, ssl3_write_bytes, ssl3_dispatch_alert, ssl3_ctrl, ssl3_ctx_ctrl, ssl3_get_cipher_by_char, ssl3_put_cipher_by_char, ssl3_pending, ssl3_num_ciphers, ssl3_get_cipher, tls1_default_timeout, &TLSv1_enc_data, ssl_undefined_void_function, ssl3_callback_ctrl, ssl3_ctx_callback_ctrl, }; return never executed: &tlsv1_method_data;return &tlsv1_method_data;never executed: }return &tlsv1_method_data; | 0 |
| 28 | const SSL_METHOD *TLS_server_method(void) { static const SSL_METHOD TLS_server_method_data= { 0x10000, 0, 0, tls1_new, tls1_clear, tls1_free, ossl_statem_accept, ssl_undefined_function, ssl3_read, ssl3_peek, ssl3_write, ssl3_shutdown, ssl3_renegotiate, ssl3_renegotiate_check, ssl3_read_bytes, ssl3_write_bytes, ssl3_dispatch_alert, ssl3_ctrl, ssl3_ctx_ctrl, ssl3_get_cipher_by_char, ssl3_put_cipher_by_char, ssl3_pending, ssl3_num_ciphers, ssl3_get_cipher, tls1_default_timeout, &TLSv1_2_enc_data, ssl_undefined_void_function, ssl3_callback_ctrl, ssl3_ctx_callback_ctrl, }; return executed 1615 times by 1 test: &TLS_server_method_data;return &TLS_server_method_data;Executed by:
executed 1615 times by 1 test: }return &TLS_server_method_data;Executed by:
| 1615 |
| 29 | - | |
| 30 | - | |
| 31 | - | |
| 32 | const SSL_METHOD *tlsv1_3_server_method(void) { static const SSL_METHOD tlsv1_3_server_method_data= { 0x0304, 0, 0x20000000U, tls1_new, tls1_clear, tls1_free, ossl_statem_accept, ssl_undefined_function, ssl3_read, ssl3_peek, ssl3_write, ssl3_shutdown, ssl3_renegotiate, ssl3_renegotiate_check, ssl3_read_bytes, ssl3_write_bytes, ssl3_dispatch_alert, ssl3_ctrl, ssl3_ctx_ctrl, ssl3_get_cipher_by_char, ssl3_put_cipher_by_char, ssl3_pending, ssl3_num_ciphers, ssl3_get_cipher, tls1_default_timeout, &TLSv1_3_enc_data, ssl_undefined_void_function, ssl3_callback_ctrl, ssl3_ctx_callback_ctrl, }; return executed 57 times by 1 test: &tlsv1_3_server_method_data;return &tlsv1_3_server_method_data;Executed by:
executed 57 times by 1 test: }return &tlsv1_3_server_method_data;Executed by:
| 57 |
| 33 | - | |
| 34 | - | |
| 35 | - | |
| 36 | - | |
| 37 | const SSL_METHOD *tlsv1_2_server_method(void) { static const SSL_METHOD tlsv1_2_server_method_data= { 0x0303, 0, 0x08000000U, tls1_new, tls1_clear, tls1_free, ossl_statem_accept, ssl_undefined_function, ssl3_read, ssl3_peek, ssl3_write, ssl3_shutdown, ssl3_renegotiate, ssl3_renegotiate_check, ssl3_read_bytes, ssl3_write_bytes, ssl3_dispatch_alert, ssl3_ctrl, ssl3_ctx_ctrl, ssl3_get_cipher_by_char, ssl3_put_cipher_by_char, ssl3_pending, ssl3_num_ciphers, ssl3_get_cipher, tls1_default_timeout, &TLSv1_2_enc_data, ssl_undefined_void_function, ssl3_callback_ctrl, ssl3_ctx_callback_ctrl, }; return executed 1155 times by 1 test: &tlsv1_2_server_method_data;return &tlsv1_2_server_method_data;Executed by:
executed 1155 times by 1 test: }return &tlsv1_2_server_method_data;Executed by:
| 1155 |
| 38 | - | |
| 39 | - | |
| 40 | - | |
| 41 | - | |
| 42 | - | |
| 43 | const SSL_METHOD *tlsv1_1_server_method(void) { static const SSL_METHOD tlsv1_1_server_method_data= { 0x0302, (1U<<1), 0x10000000U, tls1_new, tls1_clear, tls1_free, ossl_statem_accept, ssl_undefined_function, ssl3_read, ssl3_peek, ssl3_write, ssl3_shutdown, ssl3_renegotiate, ssl3_renegotiate_check, ssl3_read_bytes, ssl3_write_bytes, ssl3_dispatch_alert, ssl3_ctrl, ssl3_ctx_ctrl, ssl3_get_cipher_by_char, ssl3_put_cipher_by_char, ssl3_pending, ssl3_num_ciphers, ssl3_get_cipher, tls1_default_timeout, &TLSv1_1_enc_data, ssl_undefined_void_function, ssl3_callback_ctrl, ssl3_ctx_callback_ctrl, }; return executed 301 times by 1 test: &tlsv1_1_server_method_data;return &tlsv1_1_server_method_data;Executed by:
executed 301 times by 1 test: }return &tlsv1_1_server_method_data;Executed by:
| 301 |
| 44 | - | |
| 45 | - | |
| 46 | - | |
| 47 | - | |
| 48 | - | |
| 49 | const SSL_METHOD *tlsv1_server_method(void) { static const SSL_METHOD tlsv1_server_method_data= { 0x0301, (1U<<1), 0x04000000U, tls1_new, tls1_clear, tls1_free, ossl_statem_accept, ssl_undefined_function, ssl3_read, ssl3_peek, ssl3_write, ssl3_shutdown, ssl3_renegotiate, ssl3_renegotiate_check, ssl3_read_bytes, ssl3_write_bytes, ssl3_dispatch_alert, ssl3_ctrl, ssl3_ctx_ctrl, ssl3_get_cipher_by_char, ssl3_put_cipher_by_char, ssl3_pending, ssl3_num_ciphers, ssl3_get_cipher, tls1_default_timeout, &TLSv1_enc_data, ssl_undefined_void_function, ssl3_callback_ctrl, ssl3_ctx_callback_ctrl, }; return executed 314 times by 1 test: &tlsv1_server_method_data;return &tlsv1_server_method_data;Executed by:
executed 314 times by 1 test: }return &tlsv1_server_method_data;Executed by:
| 314 |
| 50 | const SSL_METHOD *TLS_client_method(void) { static const SSL_METHOD TLS_client_method_data= { 0x10000, 0, 0, tls1_new, tls1_clear, tls1_free, ssl_undefined_function, ossl_statem_connect, ssl3_read, ssl3_peek, ssl3_write, ssl3_shutdown, ssl3_renegotiate, ssl3_renegotiate_check, ssl3_read_bytes, ssl3_write_bytes, ssl3_dispatch_alert, ssl3_ctrl, ssl3_ctx_ctrl, ssl3_get_cipher_by_char, ssl3_put_cipher_by_char, ssl3_pending, ssl3_num_ciphers, ssl3_get_cipher, tls1_default_timeout, &TLSv1_2_enc_data, ssl_undefined_void_function, ssl3_callback_ctrl, ssl3_ctx_callback_ctrl, }; return executed 1590 times by 1 test: &TLS_client_method_data;return &TLS_client_method_data;Executed by:
executed 1590 times by 1 test: }return &TLS_client_method_data;Executed by:
| 1590 |
| 51 | - | |
| 52 | - | |
| 53 | - | |
| 54 | const SSL_METHOD *tlsv1_3_client_method(void) { static const SSL_METHOD tlsv1_3_client_method_data= { 0x0304, 0, 0x20000000U, tls1_new, tls1_clear, tls1_free, ssl_undefined_function, ossl_statem_connect, ssl3_read, ssl3_peek, ssl3_write, ssl3_shutdown, ssl3_renegotiate, ssl3_renegotiate_check, ssl3_read_bytes, ssl3_write_bytes, ssl3_dispatch_alert, ssl3_ctrl, ssl3_ctx_ctrl, ssl3_get_cipher_by_char, ssl3_put_cipher_by_char, ssl3_pending, ssl3_num_ciphers, ssl3_get_cipher, tls1_default_timeout, &TLSv1_3_enc_data, ssl_undefined_void_function, ssl3_callback_ctrl, ssl3_ctx_callback_ctrl, }; return executed 31201 times by 1 test: &tlsv1_3_client_method_data;return &tlsv1_3_client_method_data;Executed by:
executed 31201 times by 1 test: }return &tlsv1_3_client_method_data;Executed by:
| 31201 |
| 55 | - | |
| 56 | - | |
| 57 | - | |
| 58 | - | |
| 59 | const SSL_METHOD *tlsv1_2_client_method(void) { static const SSL_METHOD tlsv1_2_client_method_data= { 0x0303, 0, 0x08000000U, tls1_new, tls1_clear, tls1_free, ssl_undefined_function, ossl_statem_connect, ssl3_read, ssl3_peek, ssl3_write, ssl3_shutdown, ssl3_renegotiate, ssl3_renegotiate_check, ssl3_read_bytes, ssl3_write_bytes, ssl3_dispatch_alert, ssl3_ctrl, ssl3_ctx_ctrl, ssl3_get_cipher_by_char, ssl3_put_cipher_by_char, ssl3_pending, ssl3_num_ciphers, ssl3_get_cipher, tls1_default_timeout, &TLSv1_2_enc_data, ssl_undefined_void_function, ssl3_callback_ctrl, ssl3_ctx_callback_ctrl, }; return executed 29599 times by 1 test: &tlsv1_2_client_method_data;return &tlsv1_2_client_method_data;Executed by:
executed 29599 times by 1 test: }return &tlsv1_2_client_method_data;Executed by:
| 29599 |
| 60 | - | |
| 61 | - | |
| 62 | - | |
| 63 | - | |
| 64 | - | |
| 65 | const SSL_METHOD *tlsv1_1_client_method(void) { static const SSL_METHOD tlsv1_1_client_method_data= { 0x0302, (1U<<1), 0x10000000U, tls1_new, tls1_clear, tls1_free, ssl_undefined_function, ossl_statem_connect, ssl3_read, ssl3_peek, ssl3_write, ssl3_shutdown, ssl3_renegotiate, ssl3_renegotiate_check, ssl3_read_bytes, ssl3_write_bytes, ssl3_dispatch_alert, ssl3_ctrl, ssl3_ctx_ctrl, ssl3_get_cipher_by_char, ssl3_put_cipher_by_char, ssl3_pending, ssl3_num_ciphers, ssl3_get_cipher, tls1_default_timeout, &TLSv1_1_enc_data, ssl_undefined_void_function, ssl3_callback_ctrl, ssl3_ctx_callback_ctrl, }; return executed 26653 times by 1 test: &tlsv1_1_client_method_data;return &tlsv1_1_client_method_data;Executed by:
executed 26653 times by 1 test: }return &tlsv1_1_client_method_data;Executed by:
| 26653 |
| 66 | - | |
| 67 | - | |
| 68 | - | |
| 69 | - | |
| 70 | - | |
| 71 | const SSL_METHOD *tlsv1_client_method(void) { static const SSL_METHOD tlsv1_client_method_data= { 0x0301, (1U<<1), 0x04000000U, tls1_new, tls1_clear, tls1_free, ssl_undefined_function, ossl_statem_connect, ssl3_read, ssl3_peek, ssl3_write, ssl3_shutdown, ssl3_renegotiate, ssl3_renegotiate_check, ssl3_read_bytes, ssl3_write_bytes, ssl3_dispatch_alert, ssl3_ctrl, ssl3_ctx_ctrl, ssl3_get_cipher_by_char, ssl3_put_cipher_by_char, ssl3_pending, ssl3_num_ciphers, ssl3_get_cipher, tls1_default_timeout, &TLSv1_enc_data, ssl_undefined_void_function, ssl3_callback_ctrl, ssl3_ctx_callback_ctrl, }; return executed 26584 times by 1 test: &tlsv1_client_method_data;return &tlsv1_client_method_data;Executed by:
executed 26584 times by 1 test: }return &tlsv1_client_method_data;Executed by:
| 26584 |
| 72 | const SSL_METHOD *dtlsv1_method(void) { static const SSL_METHOD dtlsv1_method_data= { 0xFEFF, (1U<<1), 0x04000000U, dtls1_new, dtls1_clear, dtls1_free, ossl_statem_accept, ossl_statem_connect, ssl3_read, ssl3_peek, ssl3_write, dtls1_shutdown, ssl3_renegotiate, ssl3_renegotiate_check, dtls1_read_bytes, dtls1_write_app_data_bytes, dtls1_dispatch_alert, dtls1_ctrl, ssl3_ctx_ctrl, ssl3_get_cipher_by_char, ssl3_put_cipher_by_char, ssl3_pending, ssl3_num_ciphers, ssl3_get_cipher, dtls1_default_timeout, &DTLSv1_enc_data, ssl_undefined_void_function, ssl3_callback_ctrl, ssl3_ctx_callback_ctrl, }; return never executed: &dtlsv1_method_data;return &dtlsv1_method_data;never executed: }return &dtlsv1_method_data; | 0 |
| 73 | - | |
| 74 | - | |
| 75 | - | |
| 76 | - | |
| 77 | - | |
| 78 | const SSL_METHOD *dtlsv1_2_method(void) { static const SSL_METHOD dtlsv1_2_method_data= { 0xFEFD, 0, 0x08000000U, dtls1_new, dtls1_clear, dtls1_free, ossl_statem_accept, ossl_statem_connect, ssl3_read, ssl3_peek, ssl3_write, dtls1_shutdown, ssl3_renegotiate, ssl3_renegotiate_check, dtls1_read_bytes, dtls1_write_app_data_bytes, dtls1_dispatch_alert, dtls1_ctrl, ssl3_ctx_ctrl, ssl3_get_cipher_by_char, ssl3_put_cipher_by_char, ssl3_pending, ssl3_num_ciphers, ssl3_get_cipher, dtls1_default_timeout, &DTLSv1_2_enc_data, ssl_undefined_void_function, ssl3_callback_ctrl, ssl3_ctx_callback_ctrl, }; return never executed: &dtlsv1_2_method_data;return &dtlsv1_2_method_data;never executed: }return &dtlsv1_2_method_data; | 0 |
| 79 | - | |
| 80 | - | |
| 81 | - | |
| 82 | - | |
| 83 | const SSL_METHOD *DTLS_method(void) { static const SSL_METHOD DTLS_method_data= { 0x1FFFF, 0, 0, dtls1_new, dtls1_clear, dtls1_free, ossl_statem_accept, ossl_statem_connect, ssl3_read, ssl3_peek, ssl3_write, dtls1_shutdown, ssl3_renegotiate, ssl3_renegotiate_check, dtls1_read_bytes, dtls1_write_app_data_bytes, dtls1_dispatch_alert, dtls1_ctrl, ssl3_ctx_ctrl, ssl3_get_cipher_by_char, ssl3_put_cipher_by_char, ssl3_pending, ssl3_num_ciphers, ssl3_get_cipher, dtls1_default_timeout, &DTLSv1_2_enc_data, ssl_undefined_void_function, ssl3_callback_ctrl, ssl3_ctx_callback_ctrl, }; return executed 1 time by 1 test: &DTLS_method_data;return &DTLS_method_data;Executed by:
executed 1 time by 1 test: }return &DTLS_method_data;Executed by:
| 1 |
| 84 | const SSL_METHOD *dtlsv1_server_method(void) { static const SSL_METHOD dtlsv1_server_method_data= { 0xFEFF, (1U<<1), 0x04000000U, dtls1_new, dtls1_clear, dtls1_free, ossl_statem_accept, ssl_undefined_function, ssl3_read, ssl3_peek, ssl3_write, dtls1_shutdown, ssl3_renegotiate, ssl3_renegotiate_check, dtls1_read_bytes, dtls1_write_app_data_bytes, dtls1_dispatch_alert, dtls1_ctrl, ssl3_ctx_ctrl, ssl3_get_cipher_by_char, ssl3_put_cipher_by_char, ssl3_pending, ssl3_num_ciphers, ssl3_get_cipher, dtls1_default_timeout, &DTLSv1_enc_data, ssl_undefined_void_function, ssl3_callback_ctrl, ssl3_ctx_callback_ctrl, }; return executed 50 times by 1 test: &dtlsv1_server_method_data;return &dtlsv1_server_method_data;Executed by:
executed 50 times by 1 test: }return &dtlsv1_server_method_data;Executed by:
| 50 |
| 85 | - | |
| 86 | - | |
| 87 | - | |
| 88 | - | |
| 89 | - | |
| 90 | const SSL_METHOD *dtlsv1_2_server_method(void) { static const SSL_METHOD dtlsv1_2_server_method_data= { 0xFEFD, 0, 0x08000000U, dtls1_new, dtls1_clear, dtls1_free, ossl_statem_accept, ssl_undefined_function, ssl3_read, ssl3_peek, ssl3_write, dtls1_shutdown, ssl3_renegotiate, ssl3_renegotiate_check, dtls1_read_bytes, dtls1_write_app_data_bytes, dtls1_dispatch_alert, dtls1_ctrl, ssl3_ctx_ctrl, ssl3_get_cipher_by_char, ssl3_put_cipher_by_char, ssl3_pending, ssl3_num_ciphers, ssl3_get_cipher, dtls1_default_timeout, &DTLSv1_2_enc_data, ssl_undefined_void_function, ssl3_callback_ctrl, ssl3_ctx_callback_ctrl, }; return executed 151 times by 1 test: &dtlsv1_2_server_method_data;return &dtlsv1_2_server_method_data;Executed by:
executed 151 times by 1 test: }return &dtlsv1_2_server_method_data;Executed by:
| 151 |
| 91 | - | |
| 92 | - | |
| 93 | - | |
| 94 | - | |
| 95 | const SSL_METHOD *DTLS_server_method(void) { static const SSL_METHOD DTLS_server_method_data= { 0x1FFFF, 0, 0, dtls1_new, dtls1_clear, dtls1_free, ossl_statem_accept, ssl_undefined_function, ssl3_read, ssl3_peek, ssl3_write, dtls1_shutdown, ssl3_renegotiate, ssl3_renegotiate_check, dtls1_read_bytes, dtls1_write_app_data_bytes, dtls1_dispatch_alert, dtls1_ctrl, ssl3_ctx_ctrl, ssl3_get_cipher_by_char, ssl3_put_cipher_by_char, ssl3_pending, ssl3_num_ciphers, ssl3_get_cipher, dtls1_default_timeout, &DTLSv1_2_enc_data, ssl_undefined_void_function, ssl3_callback_ctrl, ssl3_ctx_callback_ctrl, }; return executed 156 times by 1 test: &DTLS_server_method_data;return &DTLS_server_method_data;Executed by:
executed 156 times by 1 test: }return &DTLS_server_method_data;Executed by:
| 156 |
| 96 | const SSL_METHOD *dtlsv1_client_method(void) { static const SSL_METHOD dtlsv1_client_method_data= { 0xFEFF, (1U<<1), 0x04000000U, dtls1_new, dtls1_clear, dtls1_free, ssl_undefined_function, ossl_statem_connect, ssl3_read, ssl3_peek, ssl3_write, dtls1_shutdown, ssl3_renegotiate, ssl3_renegotiate_check, dtls1_read_bytes, dtls1_write_app_data_bytes, dtls1_dispatch_alert, dtls1_ctrl, ssl3_ctx_ctrl, ssl3_get_cipher_by_char, ssl3_put_cipher_by_char, ssl3_pending, ssl3_num_ciphers, ssl3_get_cipher, dtls1_default_timeout, &DTLSv1_enc_data, ssl_undefined_void_function, ssl3_callback_ctrl, ssl3_ctx_callback_ctrl, }; return executed 958 times by 1 test: &dtlsv1_client_method_data;return &dtlsv1_client_method_data;Executed by:
executed 958 times by 1 test: }return &dtlsv1_client_method_data;Executed by:
| 958 |
| 97 | - | |
| 98 | - | |
| 99 | - | |
| 100 | const SSL_METHOD *dtls_bad_ver_client_method(void) { static const SSL_METHOD dtls_bad_ver_client_method_data= { 0x0100, (1U<<1), 0x04000000U, dtls1_new, dtls1_clear, dtls1_free, ssl_undefined_function, ossl_statem_connect, ssl3_read, ssl3_peek, ssl3_write, dtls1_shutdown, ssl3_renegotiate, ssl3_renegotiate_check, dtls1_read_bytes, dtls1_write_app_data_bytes, dtls1_dispatch_alert, dtls1_ctrl, ssl3_ctx_ctrl, ssl3_get_cipher_by_char, ssl3_put_cipher_by_char, ssl3_pending, ssl3_num_ciphers, ssl3_get_cipher, dtls1_default_timeout, &DTLSv1_enc_data, ssl_undefined_void_function, ssl3_callback_ctrl, ssl3_ctx_callback_ctrl, }; return executed 911 times by 1 test: &dtls_bad_ver_client_method_data;return &dtls_bad_ver_client_method_data;Executed by:
executed 911 times by 1 test: }return &dtls_bad_ver_client_method_data;Executed by:
| 911 |
| 101 | - | |
| 102 | - | |
| 103 | - | |
| 104 | - | |
| 105 | - | |
| 106 | const SSL_METHOD *dtlsv1_2_client_method(void) { static const SSL_METHOD dtlsv1_2_client_method_data= { 0xFEFD, 0, 0x08000000U, dtls1_new, dtls1_clear, dtls1_free, ssl_undefined_function, ossl_statem_connect, ssl3_read, ssl3_peek, ssl3_write, dtls1_shutdown, ssl3_renegotiate, ssl3_renegotiate_check, dtls1_read_bytes, dtls1_write_app_data_bytes, dtls1_dispatch_alert, dtls1_ctrl, ssl3_ctx_ctrl, ssl3_get_cipher_by_char, ssl3_put_cipher_by_char, ssl3_pending, ssl3_num_ciphers, ssl3_get_cipher, dtls1_default_timeout, &DTLSv1_2_enc_data, ssl_undefined_void_function, ssl3_callback_ctrl, ssl3_ctx_callback_ctrl, }; return executed 1054 times by 1 test: &dtlsv1_2_client_method_data;return &dtlsv1_2_client_method_data;Executed by:
executed 1054 times by 1 test: }return &dtlsv1_2_client_method_data;Executed by:
| 1054 |
| 107 | - | |
| 108 | - | |
| 109 | - | |
| 110 | - | |
| 111 | const SSL_METHOD *DTLS_client_method(void) { static const SSL_METHOD DTLS_client_method_data= { 0x1FFFF, 0, 0, dtls1_new, dtls1_clear, dtls1_free, ssl_undefined_function, ossl_statem_connect, ssl3_read, ssl3_peek, ssl3_write, dtls1_shutdown, ssl3_renegotiate, ssl3_renegotiate_check, dtls1_read_bytes, dtls1_write_app_data_bytes, dtls1_dispatch_alert, dtls1_ctrl, ssl3_ctx_ctrl, ssl3_get_cipher_by_char, ssl3_put_cipher_by_char, ssl3_pending, ssl3_num_ciphers, ssl3_get_cipher, dtls1_default_timeout, &DTLSv1_2_enc_data, ssl_undefined_void_function, ssl3_callback_ctrl, ssl3_ctx_callback_ctrl, }; return executed 148 times by 1 test: &DTLS_client_method_data;return &DTLS_client_method_data;Executed by:
executed 148 times by 1 test: }return &DTLS_client_method_data;Executed by:
| 148 |
| 112 | - | |
| 113 | - | |
| 114 | - | |
| 115 | - | |
| 116 | - | |
| 117 | const SSL_METHOD *TLSv1_2_method(void) | - |
| 118 | { | - |
| 119 | return never executed: tlsv1_2_method();return tlsv1_2_method();never executed: return tlsv1_2_method(); | 0 |
| 120 | } | - |
| 121 | - | |
| 122 | const SSL_METHOD *TLSv1_2_server_method(void) | - |
| 123 | { | - |
| 124 | return never executed: tlsv1_2_server_method();return tlsv1_2_server_method();never executed: return tlsv1_2_server_method(); | 0 |
| 125 | } | - |
| 126 | - | |
| 127 | const SSL_METHOD *TLSv1_2_client_method(void) | - |
| 128 | { | - |
| 129 | return never executed: tlsv1_2_client_method();return tlsv1_2_client_method();never executed: return tlsv1_2_client_method(); | 0 |
| 130 | } | - |
| 131 | - | |
| 132 | - | |
| 133 | - | |
| 134 | const SSL_METHOD *TLSv1_1_method(void) | - |
| 135 | { | - |
| 136 | return never executed: tlsv1_1_method();return tlsv1_1_method();never executed: return tlsv1_1_method(); | 0 |
| 137 | } | - |
| 138 | - | |
| 139 | const SSL_METHOD *TLSv1_1_server_method(void) | - |
| 140 | { | - |
| 141 | return never executed: tlsv1_1_server_method();return tlsv1_1_server_method();never executed: return tlsv1_1_server_method(); | 0 |
| 142 | } | - |
| 143 | - | |
| 144 | const SSL_METHOD *TLSv1_1_client_method(void) | - |
| 145 | { | - |
| 146 | return never executed: tlsv1_1_client_method();return tlsv1_1_client_method();never executed: return tlsv1_1_client_method(); | 0 |
| 147 | } | - |
| 148 | - | |
| 149 | - | |
| 150 | - | |
| 151 | const SSL_METHOD *TLSv1_method(void) | - |
| 152 | { | - |
| 153 | return never executed: tlsv1_method();return tlsv1_method();never executed: return tlsv1_method(); | 0 |
| 154 | } | - |
| 155 | - | |
| 156 | const SSL_METHOD *TLSv1_server_method(void) | - |
| 157 | { | - |
| 158 | return never executed: tlsv1_server_method();return tlsv1_server_method();never executed: return tlsv1_server_method(); | 0 |
| 159 | } | - |
| 160 | - | |
| 161 | const SSL_METHOD *TLSv1_client_method(void) | - |
| 162 | { | - |
| 163 | return never executed: tlsv1_client_method();return tlsv1_client_method();never executed: return tlsv1_client_method(); | 0 |
| 164 | } | - |
| 165 | const SSL_METHOD *DTLSv1_2_method(void) | - |
| 166 | { | - |
| 167 | return never executed: dtlsv1_2_method();return dtlsv1_2_method();never executed: return dtlsv1_2_method(); | 0 |
| 168 | } | - |
| 169 | - | |
| 170 | const SSL_METHOD *DTLSv1_2_server_method(void) | - |
| 171 | { | - |
| 172 | return never executed: dtlsv1_2_server_method();return dtlsv1_2_server_method();never executed: return dtlsv1_2_server_method(); | 0 |
| 173 | } | - |
| 174 | - | |
| 175 | const SSL_METHOD *DTLSv1_2_client_method(void) | - |
| 176 | { | - |
| 177 | return never executed: dtlsv1_2_client_method();return dtlsv1_2_client_method();never executed: return dtlsv1_2_client_method(); | 0 |
| 178 | } | - |
| 179 | - | |
| 180 | - | |
| 181 | - | |
| 182 | const SSL_METHOD *DTLSv1_method(void) | - |
| 183 | { | - |
| 184 | return never executed: dtlsv1_method();return dtlsv1_method();never executed: return dtlsv1_method(); | 0 |
| 185 | } | - |
| 186 | - | |
| 187 | const SSL_METHOD *DTLSv1_server_method(void) | - |
| 188 | { | - |
| 189 | return never executed: dtlsv1_server_method();return dtlsv1_server_method();never executed: return dtlsv1_server_method(); | 0 |
| 190 | } | - |
| 191 | - | |
| 192 | const SSL_METHOD *DTLSv1_client_method(void) | - |
| 193 | { | - |
| 194 | return never executed: dtlsv1_client_method();return dtlsv1_client_method();never executed: return dtlsv1_client_method(); | 0 |
| 195 | } | - |
| Switch to Source code | Preprocessed file |