| Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
acpt_new| Name: | acpt_new | | Prototype: | static int acpt_new(BIO *bi) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bss_acpt.c | | Lines: | 120-134 |
| | 12 | 2 |
acpt_free| Name: | acpt_free | | Prototype: | static int acpt_free(BIO *a) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bss_acpt.c | | Lines: | 174-191 |
| | 17 | 3 |
acpt_ctrl| Name: | acpt_ctrl | | Prototype: | static long acpt_ctrl(BIO *b, int cmd, long num, void *ptr) | | Coverage: | 0.000% (0/67) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bss_acpt.c | | Lines: | 328-426 |
| | 104 | 26 |
acpt_close_socket| Name: | acpt_close_socket | | Prototype: | static void acpt_close_socket(BIO *bio) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bss_acpt.c | | Lines: | 160-172 |
| | 11 | 2 |
a2i_ipadd| Name: | a2i_ipadd | | Prototype: | int a2i_ipadd(unsigned char *ipout, const char *ipasc) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_utl.c | | Lines: | 1132-1146 |
| | 35 | 4 |
a2i_IPADDRESS_NC| Name: | a2i_IPADDRESS_NC | | Prototype: | ASN1_OCTET_STRING * a2i_IPADDRESS_NC(const char *ipasc) | | Coverage: | 0.000% (0/40) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_utl.c | | Lines: | 1086-1129 |
| | 118 | 10 |
a2i_IPADDRESS| Name: | a2i_IPADDRESS | | Prototype: | ASN1_OCTET_STRING * a2i_IPADDRESS(const char *ipasc) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_utl.c | | Lines: | 1062-1084 |
| | 25 | 4 |
a2i_GENERAL_NAME| Name: | a2i_GENERAL_NAME | | Prototype: | GENERAL_NAME * a2i_GENERAL_NAME(GENERAL_NAME *out, const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, int gen_type, const char *value, int is_nc) | | Coverage: | 0.000% (0/53) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_alt.c | | Lines: | 482-570 |
| | 71 | 21 |
a2i_ASN1_STRING| Name: | a2i_ASN1_STRING | | Prototype: | int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size) | | Coverage: | 0.000% (0/75) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/f_string.c | | Lines: | 99-194 |
| | 75 | 22 |
a2i_ASN1_INTEGER| Name: | a2i_ASN1_INTEGER | | Prototype: | int a2i_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *bs, char *buf, int size) | | Coverage: | 0.000% (0/80) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/f_int.c | | Lines: | 105-200 |
| | 76 | 23 |
a2i_ASN1_ENUMERATED| Name: | a2i_ASN1_ENUMERATED | | Prototype: | int a2i_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *bs, char *buf, int size) | | Coverage: | 0.000% (0/80) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/f_enum.c | | Lines: | 101-198 |
| | 78 | 23 |
a2d_ASN1_OBJECT| Name: | a2d_ASN1_OBJECT | | Prototype: | int a2d_ASN1_OBJECT(unsigned char *out, int olen, const char *buf, int num) | | Coverage: | 40.909% (45/110) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_object.c | | Lines: | 91-213 |
| | 104 | 34 |
_rs_stir_if_needed| Name: | _rs_stir_if_needed | | Prototype: | static __inline void _rs_stir_if_needed(size_t len) | | Coverage: | 66.667% (6/9) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/compat/arc4random.c | | Lines: | 106-116 |
| | 6 | 3 |
_rs_stir| Name: | _rs_stir | | Prototype: | static void _rs_stir(void) | | Coverage: | 50.000% (4/8) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/compat/arc4random.c | | Lines: | 85-104 |
| | 10 | 3 |
_rs_rekey| Name: | _rs_rekey | | Prototype: | static __inline void _rs_rekey(u_char *dat, size_t datlen) | | Coverage: | 22.222% (2/9) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/compat/arc4random.c | | Lines: | 118-139 |
| | 10 | 3 |
_rs_random_u32| Name: | _rs_random_u32 | | Prototype: | static __inline void _rs_random_u32(uint32_t *val) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/compat/arc4random.c | | Lines: | 165-177 |
| | 12 | 2 |
_rs_random_buf| Name: | _rs_random_buf | | Prototype: | static __inline void _rs_random_buf(void *_buf, size_t n) | | Coverage: | 100.000% (12/12) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/compat/arc4random.c | | Lines: | 141-163 |
| | 20 | 4 |
_rs_init| Name: | _rs_init | | Prototype: | static __inline void _rs_init(u_char *buf, size_t n) | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/compat/arc4random.c | | Lines: | 70-83 |
| | 9 | 4 |
_rs_forkhandler| Name: | _rs_forkhandler | | Prototype: | static __inline void _rs_forkhandler(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/compat/arc4random_linux.h | | Lines: | 51-55 |
| | 1 | 1 |
_rs_forkdetect| Name: | _rs_forkdetect | | Prototype: | static __inline void _rs_forkdetect(void) | | Coverage: | 61.538% (8/13) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/compat/arc4random_linux.h | | Lines: | 57-70 |
| | 6 | 3 |
_rs_allocate| Name: | _rs_allocate | | Prototype: | static __inline int _rs_allocate(struct _rs **rsp, struct _rsx **rsxp) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/compat/arc4random_linux.h | | Lines: | 72-88 |
| | 66 | 3 |
_ossl_old_des_read_pw_string| Name: | _ossl_old_des_read_pw_string | | Prototype: | int _ossl_old_des_read_pw_string(char *buf, int length, const char *prompt, int verify) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ui/ui_util.c | | Lines: | 101-105 |
| | 1 | 1 |
_ossl_old_des_read_pw| Name: | _ossl_old_des_read_pw | | Prototype: | int _ossl_old_des_read_pw(char *buf, char *buff, int size, const char *prompt, int verify) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ui/ui_util.c | | Lines: | 107-111 |
| | 1 | 1 |
_getentropy_fail| Name: | _getentropy_fail | | Prototype: | static __inline void _getentropy_fail(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/compat/arc4random_linux.h | | Lines: | 43-47 |
| | 5 | 1 |
_asn1_check_infinite_end| Name: | _asn1_check_infinite_end | | Prototype: | static int _asn1_check_infinite_end(const unsigned char **p, long len) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/asn1_lib.c | | Lines: | 69-81 |
| | 6 | 3 |
_asn1_Finish| Name: | _asn1_Finish | | Prototype: | static int _asn1_Finish(ASN1_const_CTX *c) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/asn1_lib.c | | Lines: | 288-303 |
| | 9 | 4 |
_SSL_total_renegotiations| Name: | _SSL_total_renegotiations | | Prototype: | static int _SSL_total_renegotiations(SSL *s) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/s3_lib.c | | Lines: | 1666-1670 |
| | 1 | 1 |
_SSL_set_tmp_ecdh| Name: | _SSL_set_tmp_ecdh | | Prototype: | static int _SSL_set_tmp_ecdh(SSL *s, EC_KEY *ecdh) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/s3_lib.c | | Lines: | 1705-1723 |
| | 15 | 4 |
_SSL_set_tmp_dh| Name: | _SSL_set_tmp_dh | | Prototype: | static int _SSL_set_tmp_dh(SSL *s, DH *dh) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/s3_lib.c | | Lines: | 1672-1696 |
| | 17 | 4 |
_SSL_set_tlsext_status_type| Name: | _SSL_set_tlsext_status_type | | Prototype: | static int _SSL_set_tlsext_status_type(SSL *s, int type) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/s3_lib.c | | Lines: | 1760-1765 |
| | 2 | 1 |
_SSL_set_tlsext_status_ocsp_resp| Name: | _SSL_set_tlsext_status_ocsp_resp | | Prototype: | static int _SSL_set_tlsext_status_ocsp_resp(SSL *s, unsigned char *resp, int resp_len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/s3_lib.c | | Lines: | 1804-1811 |
| | 4 | 1 |
_SSL_set_tlsext_status_ids| Name: | _SSL_set_tlsext_status_ids | | Prototype: | static int _SSL_set_tlsext_status_ids(SSL *s, struct stack_st_OCSP_RESPID *ids) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/s3_lib.c | | Lines: | 1789-1795 |
| | 2 | 1 |
_SSL_set_tlsext_status_exts| Name: | _SSL_set_tlsext_status_exts | | Prototype: | static int _SSL_set_tlsext_status_exts(SSL *s, struct stack_st_X509_EXTENSION *exts) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/s3_lib.c | | Lines: | 1774-1780 |
| | 2 | 1 |
_SSL_set_tlsext_host_name| Name: | _SSL_set_tlsext_host_name | | Prototype: | static int _SSL_set_tlsext_host_name(SSL *s, const char *name) | | Coverage: | 26.316% (5/19) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/s3_lib.c | | Lines: | 1731-1751 |
| | 51 | 5 |
_SSL_set_tlsext_debug_arg| Name: | _SSL_set_tlsext_debug_arg | | Prototype: | static int _SSL_set_tlsext_debug_arg(SSL *s, void *arg) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/s3_lib.c | | Lines: | 1753-1758 |
| | 2 | 1 |
_SSL_set_ecdh_auto| Name: | _SSL_set_ecdh_auto | | Prototype: | static int _SSL_set_ecdh_auto(SSL *s, int state) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/s3_lib.c | | Lines: | 1725-1729 |
| | 1 | 1 |
_SSL_set_dh_auto| Name: | _SSL_set_dh_auto | | Prototype: | static int _SSL_set_dh_auto(SSL *s, int state) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/s3_lib.c | | Lines: | 1698-1703 |
| | 2 | 1 |
_SSL_session_reused| Name: | _SSL_session_reused | | Prototype: | static int _SSL_session_reused(SSL *s) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/s3_lib.c | | Lines: | 1643-1647 |
| | 1 | 1 |
_SSL_num_renegotiations| Name: | _SSL_num_renegotiations | | Prototype: | static int _SSL_num_renegotiations(SSL *s) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/s3_lib.c | | Lines: | 1649-1653 |
| | 1 | 1 |
_SSL_get_tlsext_status_ocsp_resp| Name: | _SSL_get_tlsext_status_ocsp_resp | | Prototype: | static int _SSL_get_tlsext_status_ocsp_resp(SSL *s, unsigned char **resp) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/s3_lib.c | | Lines: | 1797-1802 |
| | 2 | 1 |
_SSL_get_tlsext_status_ids| Name: | _SSL_get_tlsext_status_ids | | Prototype: | static int _SSL_get_tlsext_status_ids(SSL *s, struct stack_st_OCSP_RESPID **ids) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/s3_lib.c | | Lines: | 1782-1787 |
| | 2 | 1 |
_SSL_get_tlsext_status_exts| Name: | _SSL_get_tlsext_status_exts | | Prototype: | static int _SSL_get_tlsext_status_exts(SSL *s, struct stack_st_X509_EXTENSION **exts) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/s3_lib.c | | Lines: | 1767-1772 |
| | 2 | 1 |
_SSL_clear_num_renegotiations| Name: | _SSL_clear_num_renegotiations | | Prototype: | static int _SSL_clear_num_renegotiations(SSL *s) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/s3_lib.c | | Lines: | 1655-1664 |
| | 4 | 1 |
_SSL_CTX_set_tmp_ecdh| Name: | _SSL_CTX_set_tmp_ecdh | | Prototype: | static int _SSL_CTX_set_tmp_ecdh(SSL_CTX *ctx, EC_KEY *ecdh) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/s3_lib.c | | Lines: | 1994-2007 |
| | 12 | 3 |
_SSL_CTX_set_tmp_dh| Name: | _SSL_CTX_set_tmp_dh | | Prototype: | static int _SSL_CTX_set_tmp_dh(SSL_CTX *ctx, DH *dh) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/s3_lib.c | | Lines: | 1971-1985 |
| | 9 | 2 |
_SSL_CTX_set_tlsext_ticket_keys| Name: | _SSL_CTX_set_tlsext_ticket_keys | | Prototype: | static int _SSL_CTX_set_tlsext_ticket_keys(SSL_CTX *ctx, unsigned char *keys, int keys_len) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/s3_lib.c | | Lines: | 2040-2056 |
| | 11 | 3 |
_SSL_CTX_set_tlsext_status_arg| Name: | _SSL_CTX_set_tlsext_status_arg | | Prototype: | static int _SSL_CTX_set_tlsext_status_arg(SSL_CTX *ctx, void *arg) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/s3_lib.c | | Lines: | 2065-2070 |
| | 2 | 1 |
_SSL_CTX_set_tlsext_servername_arg| Name: | _SSL_CTX_set_tlsext_servername_arg | | Prototype: | static int _SSL_CTX_set_tlsext_servername_arg(SSL_CTX *ctx, void *arg) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/s3_lib.c | | Lines: | 2015-2020 |
| | 2 | 1 |
_SSL_CTX_set_ecdh_auto| Name: | _SSL_CTX_set_ecdh_auto | | Prototype: | static int _SSL_CTX_set_ecdh_auto(SSL_CTX *ctx, int state) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/s3_lib.c | | Lines: | 2009-2013 |
| | 1 | 1 |
_SSL_CTX_set_dh_auto| Name: | _SSL_CTX_set_dh_auto | | Prototype: | static int _SSL_CTX_set_dh_auto(SSL_CTX *ctx, int state) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/s3_lib.c | | Lines: | 1987-1992 |
| | 2 | 1 |
_SSL_CTX_get_tlsext_ticket_keys| Name: | _SSL_CTX_get_tlsext_ticket_keys | | Prototype: | static int _SSL_CTX_get_tlsext_ticket_keys(SSL_CTX *ctx, unsigned char *keys, int keys_len) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/s3_lib.c | | Lines: | 2022-2038 |
| | 11 | 3 |
_SSL_CTX_get_tlsext_status_arg| Name: | _SSL_CTX_get_tlsext_status_arg | | Prototype: | static int _SSL_CTX_get_tlsext_status_arg(SSL_CTX *ctx, void **arg) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/s3_lib.c | | Lines: | 2058-2063 |
| | 2 | 1 |
_SSL_CTX_get_extra_chain_certs| Name: | _SSL_CTX_get_extra_chain_certs | | Prototype: | static int _SSL_CTX_get_extra_chain_certs(SSL_CTX *ctx, struct stack_st_X509 **certs) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/s3_lib.c | | Lines: | 2085-2090 |
| | 2 | 1 |
_SSL_CTX_clear_extra_chain_certs| Name: | _SSL_CTX_clear_extra_chain_certs | | Prototype: | static int _SSL_CTX_clear_extra_chain_certs(SSL_CTX *ctx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/s3_lib.c | | Lines: | 2092-2098 |
| | 7 | 1 |
_SSL_CTX_add_extra_chain_cert| Name: | _SSL_CTX_add_extra_chain_cert | | Prototype: | static int _SSL_CTX_add_extra_chain_cert(SSL_CTX *ctx, X509 *cert) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/s3_lib.c | | Lines: | 2072-2083 |
| | 10 | 4 |
_CONF_new_section| Name: | _CONF_new_section | | Prototype: | CONF_VALUE * _CONF_new_section(CONF *conf, const char *section) | | Coverage: | 35.294% (6/17) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/conf/conf_api.c | | Lines: | 248-279 |
| | 50 | 7 |
_CONF_new_data| Name: | _CONF_new_data | | Prototype: | int _CONF_new_data(CONF *conf) | | Coverage: | 44.444% (4/9) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/conf/conf_api.c | | Lines: | 184-195 |
| | 12 | 4 |
_CONF_get_string| Name: | _CONF_get_string | | Prototype: | char * _CONF_get_string(const CONF *conf, const char *section, const char *name) | | Coverage: | 62.500% (10/16) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/conf/conf_api.c | | Lines: | 129-153 |
| | 39 | 6 |
_CONF_get_section_values| Name: | _CONF_get_section_values | | Prototype: | struct stack_st_CONF_VALUE * _CONF_get_section_values(const CONF *conf, const char *section) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/conf/conf_api.c | | Lines: | 94-104 |
| | 11 | 2 |
_CONF_get_section| Name: | _CONF_get_section | | Prototype: | CONF_VALUE * _CONF_get_section(const CONF *conf, const char *section) | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/conf/conf_api.c | | Lines: | 80-91 |
| | 23 | 2 |
_CONF_free_data| Name: | _CONF_free_data | | Prototype: | void _CONF_free_data(CONF *conf) | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/conf/conf_api.c | | Lines: | 197-215 |
| | 14 | 2 |
_CONF_add_string| Name: | _CONF_add_string | | Prototype: | int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/conf/conf_api.c | | Lines: | 106-127 |
| | 19 | 3 |
X9_62_PENTANOMIAL_new| Name: | X9_62_PENTANOMIAL_new | | Prototype: | X9_62_PENTANOMIAL * X9_62_PENTANOMIAL_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_asn1.c | | Lines: | 239-243 |
| | 1 | 1 |
X9_62_PENTANOMIAL_free| Name: | X9_62_PENTANOMIAL_free | | Prototype: | void X9_62_PENTANOMIAL_free(X9_62_PENTANOMIAL *a) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_asn1.c | | Lines: | 245-249 |
| | 1 | 1 |
X9_62_CHARACTERISTIC_TWO_new| Name: | X9_62_CHARACTERISTIC_TWO_new | | Prototype: | X9_62_CHARACTERISTIC_TWO * X9_62_CHARACTERISTIC_TWO_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_asn1.c | | Lines: | 342-346 |
| | 1 | 1 |
X9_62_CHARACTERISTIC_TWO_free| Name: | X9_62_CHARACTERISTIC_TWO_free | | Prototype: | void X9_62_CHARACTERISTIC_TWO_free(X9_62_CHARACTERISTIC_TWO *a) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_asn1.c | | Lines: | 348-352 |
| | 1 | 1 |
X509v3_get_ext_count| Name: | X509v3_get_ext_count | | Prototype: | int X509v3_get_ext_count(const struct stack_st_X509_EXTENSION *x) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_v3.c | | Lines: | 69-75 |
| | 5 | 2 |
X509v3_get_ext_by_critical| Name: | X509v3_get_ext_by_critical | | Prototype: | int X509v3_get_ext_by_critical(const struct stack_st_X509_EXTENSION *sk, int crit, int lastpos) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_v3.c | | Lines: | 109-129 |
| | 16 | 5 |
X509v3_get_ext_by_OBJ| Name: | X509v3_get_ext_by_OBJ | | Prototype: | int X509v3_get_ext_by_OBJ(const struct stack_st_X509_EXTENSION *sk, const ASN1_OBJECT *obj, int lastpos) | | Coverage: | 15.385% (2/13) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_v3.c | | Lines: | 88-107 |
| | 15 | 5 |
X509v3_get_ext_by_NID| Name: | X509v3_get_ext_by_NID | | Prototype: | int X509v3_get_ext_by_NID(const struct stack_st_X509_EXTENSION *x, int nid, int lastpos) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_v3.c | | Lines: | 77-86 |
| | 7 | 2 |
X509v3_get_ext| Name: | X509v3_get_ext | | Prototype: | X509_EXTENSION * X509v3_get_ext(const struct stack_st_X509_EXTENSION *x, int loc) | | Coverage: | 50.000% (4/8) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_v3.c | | Lines: | 131-138 |
| | 11 | 2 |
X509v3_delete_ext| Name: | X509v3_delete_ext | | Prototype: | X509_EXTENSION * X509v3_delete_ext(struct stack_st_X509_EXTENSION *x, int loc) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_v3.c | | Lines: | 140-149 |
| | 13 | 2 |
X509v3_add_ext| Name: | X509v3_add_ext | | Prototype: | struct stack_st_X509_EXTENSION * X509v3_add_ext(struct stack_st_X509_EXTENSION **x, X509_EXTENSION *ex, int loc) | | Coverage: | 0.000% (0/38) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_v3.c | | Lines: | 151-191 |
| | 60 | 13 |
X509at_get_attr_count| Name: | X509at_get_attr_count | | Prototype: | int X509at_get_attr_count(const struct stack_st_X509_ATTRIBUTE *x) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_att.c | | Lines: | 69-73 |
| | 1 | 1 |
X509at_get_attr_by_OBJ| Name: | X509at_get_attr_by_OBJ | | Prototype: | int X509at_get_attr_by_OBJ(const struct stack_st_X509_ATTRIBUTE *sk, const ASN1_OBJECT *obj, int lastpos) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_att.c | | Lines: | 86-105 |
| | 15 | 5 |
X509at_get_attr_by_NID| Name: | X509at_get_attr_by_NID | | Prototype: | int X509at_get_attr_by_NID(const struct stack_st_X509_ATTRIBUTE *x, int nid, int lastpos) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_att.c | | Lines: | 75-84 |
| | 7 | 2 |
X509at_get_attr| Name: | X509at_get_attr | | Prototype: | X509_ATTRIBUTE * X509at_get_attr(const struct stack_st_X509_ATTRIBUTE *x, int loc) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_att.c | | Lines: | 107-114 |
| | 11 | 2 |
X509at_get0_data_by_OBJ| Name: | X509at_get0_data_by_OBJ | | Prototype: | void * X509at_get0_data_by_OBJ(struct stack_st_X509_ATTRIBUTE *x, const ASN1_OBJECT *obj, int lastpos, int type) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_att.c | | Lines: | 207-223 |
| | 27 | 4 |
X509at_delete_attr| Name: | X509at_delete_attr | | Prototype: | X509_ATTRIBUTE * X509at_delete_attr(struct stack_st_X509_ATTRIBUTE *x, int loc) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_att.c | | Lines: | 116-125 |
| | 13 | 2 |
X509at_add1_attr_by_txt| Name: | X509at_add1_attr_by_txt | | Prototype: | struct stack_st_X509_ATTRIBUTE * X509at_add1_attr_by_txt(struct stack_st_X509_ATTRIBUTE **x, const char *attrname, int type, const unsigned char *bytes, int len) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_att.c | | Lines: | 192-205 |
| | 12 | 2 |
X509at_add1_attr_by_OBJ| Name: | X509at_add1_attr_by_OBJ | | Prototype: | struct stack_st_X509_ATTRIBUTE * X509at_add1_attr_by_OBJ(struct stack_st_X509_ATTRIBUTE **x, const ASN1_OBJECT *obj, int type, const unsigned char *bytes, int len) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_att.c | | Lines: | 162-175 |
| | 12 | 2 |
X509at_add1_attr_by_NID| Name: | X509at_add1_attr_by_NID | | Prototype: | struct stack_st_X509_ATTRIBUTE * X509at_add1_attr_by_NID(struct stack_st_X509_ATTRIBUTE **x, int nid, int type, const unsigned char *bytes, int len) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_att.c | | Lines: | 177-190 |
| | 12 | 2 |
X509at_add1_attr| Name: | X509at_add1_attr | | Prototype: | struct stack_st_X509_ATTRIBUTE * X509at_add1_attr(struct stack_st_X509_ATTRIBUTE **x, X509_ATTRIBUTE *attr) | | Coverage: | 0.000% (0/30) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_att.c | | Lines: | 127-160 |
| | 54 | 11 |
X509_verify_cert_error_string| Name: | X509_verify_cert_error_string | | Prototype: | const char * X509_verify_cert_error_string(long n) | | Coverage: | 0.000% (0/110) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_txt.c | | Lines: | 70-189 |
| | 57 | 56 |
X509_verify_cert| Name: | X509_verify_cert | | Prototype: | int X509_verify_cert(X509_STORE_CTX *ctx) | | Coverage: | 45.223% (71/157) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_vfy.c | | Lines: | 224-559 |
| | 216 | 48 |
X509_verify| Name: | X509_verify | | Prototype: | int X509_verify(X509 *a, EVP_PKEY *r) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x_all.c | | Lines: | 475-482 |
| | 4 | 2 |
X509_up_ref| Name: | X509_up_ref | | Prototype: | int X509_up_ref(X509 *x) | | Coverage: | 66.667% (2/3) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x_all.c | | Lines: | 604-609 |
| | 2 | 1 |
X509_trust_clear| Name: | X509_trust_clear | | Prototype: | void X509_trust_clear(X509 *x) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_x509a.c | | Lines: | 256-263 |
| | 7 | 2 |
X509_to_X509_REQ| Name: | X509_to_X509_REQ | | Prototype: | X509_REQ * X509_to_X509_REQ(X509 *x, EVP_PKEY *pkey, const EVP_MD *md) | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_req.c | | Lines: | 73-114 |
| | 39 | 10 |
X509_time_adj_ex| Name: | X509_time_adj_ex | | Prototype: | ASN1_TIME * X509_time_adj_ex(ASN1_TIME *s, int offset_day, long offset_sec, time_t *in_time) | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_vfy.c | | Lines: | 1937-1947 |
| | 11 | 2 |
X509_time_adj| Name: | X509_time_adj | | Prototype: | ASN1_TIME * X509_time_adj(ASN1_TIME *s, long offset_sec, time_t *in_time) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_vfy.c | | Lines: | 1931-1935 |
| | 1 | 1 |
X509_supported_extension| Name: | X509_supported_extension | | Prototype: | int X509_supported_extension(X509_EXTENSION *ex) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_purp.c | | Lines: | 353-387 |
| | 7 | 3 |
X509_subject_name_hash_old| Name: | X509_subject_name_hash_old | | Prototype: | unsigned long X509_subject_name_hash_old(X509 *x) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_cmp.c | | Lines: | 192-196 |
| | 1 | 1 |
X509_subject_name_hash| Name: | X509_subject_name_hash | | Prototype: | unsigned long X509_subject_name_hash(X509 *x) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_cmp.c | | Lines: | 185-189 |
| | 1 | 1 |
X509_subject_name_cmp| Name: | X509_subject_name_cmp | | Prototype: | int X509_subject_name_cmp(const X509 *a, const X509 *b) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_cmp.c | | Lines: | 127-131 |
| | 1 | 1 |
X509_signature_print| Name: | X509_signature_print | | Prototype: | int X509_signature_print(BIO *bp, const X509_ALGOR *sigalg, const ASN1_STRING *sig) | | Coverage: | 29.167% (7/24) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/t_x509.c | | Lines: | 323-347 |
| | 22 | 8 |
X509_signature_dump| Name: | X509_signature_dump | | Prototype: | int X509_signature_dump(BIO *bp, const ASN1_STRING *sig, int indent) | | Coverage: | 57.895% (11/19) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/t_x509.c | | Lines: | 298-321 |
| | 16 | 7 |
X509_sign_ctx| Name: | X509_sign_ctx | | Prototype: | int X509_sign_ctx(X509 *x, EVP_MD_CTX *ctx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x_all.c | | Lines: | 507-514 |
| | 4 | 1 |
X509_sign| Name: | X509_sign | | Prototype: | int X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x_all.c | | Lines: | 498-505 |
| | 4 | 1 |
X509_set_version| Name: | X509_set_version | | Prototype: | int X509_set_version(X509 *x, long version) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_set.c | | Lines: | 78-88 |
| | 12 | 4 |