| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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 |
_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 |
_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 |
_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 |
_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 |
_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 |
_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 |
_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_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_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_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_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_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_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_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 |
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 |
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 |
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_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_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_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_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_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 |
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 |
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_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_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_puts| Name: | acpt_puts | | Prototype: | static int acpt_puts(BIO *bp, const char *str) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bss_acpt.c | | Lines: | 428-436 |
| | 4 | 1 |
acpt_read| Name: | acpt_read | | Prototype: | static int acpt_read(BIO *b, char *out, int outl) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bss_acpt.c | | Lines: | 288-306 |
| | 13 | 3 |
acpt_state| Name: | acpt_state | | Prototype: | static int acpt_state(BIO *b, BIO_ACCEPT *c) | | Coverage: | 0.000% (0/58) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bss_acpt.c | | Lines: | 193-286 |
| | 78 | 23 |
acpt_write| Name: | acpt_write | | Prototype: | static int acpt_write(BIO *b, const char *in, int inl) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bss_acpt.c | | Lines: | 308-326 |
| | 13 | 3 |
add_attribute| Name: | add_attribute | | Prototype: | static int add_attribute(struct stack_st_X509_ATTRIBUTE **sk, int nid, int atrtype, void *value) | | Coverage: | 50.000% (14/28) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_doit.c | | Lines: | 1204-1242 |
| | 35 | 11 |
add_blocks| Name: | add_blocks | | Prototype: | static int add_blocks(int n, unsigned char *left, const unsigned char *right) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/gost/gostr341194.c | | Lines: | 102-115 |
| | 8 | 2 |
add_cert_dir| Name: | add_cert_dir | | Prototype: | static int add_cert_dir(BY_DIR *ctx, const char *dir, int type) | | Coverage: | 21.649% (21/97) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/by_dir.c | | Lines: | 200-258 |
| | 294 | 21 |
add_cipher_smcap| Name: | add_cipher_smcap | | Prototype: | static int add_cipher_smcap(struct stack_st_X509_ALGOR *sk, int nid, int arg) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_smime.c | | Lines: | 143-149 |
| | 3 | 2 |
add_client_CA| Name: | add_client_CA | | Prototype: | static int add_client_CA(struct stack_st_X509_NAME **sk, X509 *x) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_cert.c | | Lines: | 510-528 |
| | 23 | 5 |
add_digest_smcap| Name: | add_digest_smcap | | Prototype: | static int add_digest_smcap(struct stack_st_X509_ALGOR *sk, int nid, int arg) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_smime.c | | Lines: | 151-157 |
| | 3 | 2 |
added_obj_LHASH_COMP| Name: | added_obj_LHASH_COMP | | Prototype: | static int added_obj_LHASH_COMP(const void *arg1, const void *arg2) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/obj_dat.c | | Lines: | 214-214 |
| | 1 | 1 |
added_obj_LHASH_HASH| Name: | added_obj_LHASH_HASH | | Prototype: | static unsigned long added_obj_LHASH_HASH(const void *arg) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/obj_dat.c | | Lines: | 174-174 |
| | 1 | 1 |
added_obj_cmp| Name: | added_obj_cmp | | Prototype: | static int added_obj_cmp(const ADDED_OBJ *ca, const ADDED_OBJ *cb) | | Coverage: | 0.000% (0/88) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/obj_dat.c | | Lines: | 176-213 |
| | 360 | 24 |
added_obj_hash| Name: | added_obj_hash | | Prototype: | static unsigned long added_obj_hash(const ADDED_OBJ *ca) | | Coverage: | 85.714% (12/14) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/obj_dat.c | | Lines: | 141-173 |
| | 21 | 7 |
aead_aes_gcm_cleanup| Name: | aead_aes_gcm_cleanup | | Prototype: | static void aead_aes_gcm_cleanup(EVP_AEAD_CTX *ctx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/e_aes.c | | Lines: | 1420-1426 |
| | 2 | 1 |
aead_aes_gcm_init| Name: | aead_aes_gcm_init | | Prototype: | static int aead_aes_gcm_init(EVP_AEAD_CTX *ctx, const unsigned char *key, size_t key_len, size_t tag_len) | | Coverage: | 57.895% (11/19) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/e_aes.c | | Lines: | 1377-1418 |
| | 25 | 6 |
aead_aes_gcm_open| Name: | aead_aes_gcm_open | | Prototype: | static int aead_aes_gcm_open(const EVP_AEAD_CTX *ctx, unsigned char *out, size_t *out_len, size_t max_out_len, const unsigned char *nonce, size_t nonce_len, const unsigned char *in, size_t in_len, const unsigned char *ad, size_t ad_len) | | Coverage: | 43.478% (10/23) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/e_aes.c | | Lines: | 1465-1514 |
| | 29 | 8 |
aead_aes_gcm_seal| Name: | aead_aes_gcm_seal | | Prototype: | static int aead_aes_gcm_seal(const EVP_AEAD_CTX *ctx, unsigned char *out, size_t *out_len, size_t max_out_len, const unsigned char *nonce, size_t nonce_len, const unsigned char *in, size_t in_len, const unsigned char *ad, size_t ad_len) | | Coverage: | 36.842% (7/19) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/e_aes.c | | Lines: | 1428-1463 |
| | 20 | 6 |
aead_chacha20_poly1305_cleanup| Name: | aead_chacha20_poly1305_cleanup | | Prototype: | static void aead_chacha20_poly1305_cleanup(EVP_AEAD_CTX *ctx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/e_chacha20poly1305.c | | Lines: | 74-80 |
| | 2 | 1 |
aead_chacha20_poly1305_init| Name: | aead_chacha20_poly1305_init | | Prototype: | static int aead_chacha20_poly1305_init(EVP_AEAD_CTX *ctx, const unsigned char *key, size_t key_len, size_t tag_len) | | Coverage: | 53.846% (7/13) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/e_chacha20poly1305.c | | Lines: | 45-72 |
| | 17 | 5 |
aead_chacha20_poly1305_open| Name: | aead_chacha20_poly1305_open | | Prototype: | static int aead_chacha20_poly1305_open(const EVP_AEAD_CTX *ctx, unsigned char *out, size_t *out_len, size_t max_out_len, const unsigned char *nonce, size_t nonce_len, const unsigned char *in, size_t in_len, const unsigned char *ad, size_t ad_len) | | Coverage: | 50.000% (8/16) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/e_chacha20poly1305.c | | Lines: | 179-247 |
| | 47 | 6 |
aead_chacha20_poly1305_seal| Name: | aead_chacha20_poly1305_seal | | Prototype: | static int aead_chacha20_poly1305_seal(const EVP_AEAD_CTX *ctx, unsigned char *out, size_t *out_len, size_t max_out_len, const unsigned char *nonce, size_t nonce_len, const unsigned char *in, size_t in_len, const unsigned char *ad, size_t ad_len) | | Coverage: | 38.462% (5/13) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/e_chacha20poly1305.c | | Lines: | 116-177 |
| | 44 | 5 |
aes_cbc_cipher| Name: | aes_cbc_cipher | | Prototype: | static int aes_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) | | Coverage: | 37.500% (3/8) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/e_aes.c | | Lines: | 573-590 |
| | 10 | 3 |
aes_ccm_cipher| Name: | aes_ccm_cipher | | Prototype: | static int aes_ccm_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) | | Coverage: | 0.000% (0/56) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/e_aes.c | | Lines: | 1294-1354 |
| | 42 | 16 |
aes_ccm_ctrl| Name: | aes_ccm_ctrl | | Prototype: | static int aes_ccm_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr) | | Coverage: | 0.000% (0/52) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/e_aes.c | | Lines: | 1198-1260 |
| | 39 | 16 |
aes_ccm_init_key| Name: | aes_ccm_init_key | | Prototype: | static int aes_ccm_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/e_aes.c | | Lines: | 1262-1292 |
| | 28 | 5 |
aes_cfb1_cipher| Name: | aes_cfb1_cipher | | Prototype: | static int aes_cfb1_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) | | Coverage: | 50.000% (5/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/e_aes.c | | Lines: | 642-664 |
| | 13 | 4 |
aes_cfb8_cipher| Name: | aes_cfb8_cipher | | Prototype: | static int aes_cfb8_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/e_aes.c | | Lines: | 631-640 |
| | 4 | 1 |
aes_cfb_cipher| Name: | aes_cfb_cipher | | Prototype: | static int aes_cfb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/e_aes.c | | Lines: | 620-629 |
| | 4 | 1 |
aes_ctr_cipher| Name: | aes_ctr_cipher | | Prototype: | static int aes_ctr_cipher (EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/e_aes.c | | Lines: | 666-680 |
| | 9 | 2 |
aes_ecb_cipher| Name: | aes_ecb_cipher | | Prototype: | static int aes_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/e_aes.c | | Lines: | 592-607 |
| | 8 | 3 |
aes_gcm_cipher| Name: | aes_gcm_cipher | | Prototype: | static int aes_gcm_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) | | Coverage: | 0.000% (0/50) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/e_aes.c | | Lines: | 992-1052 |
| | 41 | 17 |
aes_gcm_cleanup| Name: | aes_gcm_cleanup | | Prototype: | static int aes_gcm_cleanup(EVP_CIPHER_CTX *c) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/e_aes.c | | Lines: | 686-695 |
| | 5 | 2 |
aes_gcm_ctrl| Name: | aes_gcm_ctrl | | Prototype: | static int aes_gcm_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr) | | Coverage: | 0.000% (0/106) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/e_aes.c | | Lines: | 714-851 |
| | 86 | 32 |
aes_gcm_init_key| Name: | aes_gcm_init_key | | Prototype: | static int aes_gcm_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/e_aes.c | | Lines: | 882-914 |
| | 22 | 6 |
aes_gcm_set_key| Name: | aes_gcm_set_key | | Prototype: | static ctr128_f aes_gcm_set_key(AES_KEY *aes_key, GCM128_CONTEXT *gcm_ctx, const unsigned char *key, size_t key_len) | | Coverage: | 25.000% (2/8) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/e_aes.c | | Lines: | 853-880 |
| | 20 | 3 |
aes_gcm_tls_cipher| Name: | aes_gcm_tls_cipher | | Prototype: | static int aes_gcm_tls_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) | | Coverage: | 0.000% (0/40) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/e_aes.c | | Lines: | 922-990 |
| | 38 | 13 |
aes_init_key| Name: | aes_init_key | | Prototype: | static int aes_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) | | Coverage: | 63.889% (23/36) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/e_aes.c | | Lines: | 502-571 |
| | 57 | 7 |
aes_ofb_cipher| Name: | aes_ofb_cipher | | Prototype: | static int aes_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/e_aes.c | | Lines: | 609-618 |
| | 4 | 1 |
aes_xts_cipher| Name: | aes_xts_cipher | | Prototype: | static int aes_xts_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/e_aes.c | | Lines: | 1169-1187 |
| | 12 | 5 |
aes_xts_ctrl| Name: | aes_xts_ctrl | | Prototype: | static int aes_xts_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/e_aes.c | | Lines: | 1066-1100 |
| | 25 | 7 |
aes_xts_init_key| Name: | aes_xts_init_key | | Prototype: | static int aes_xts_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) | | Coverage: | 0.000% (0/29) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/e_aes.c | | Lines: | 1102-1167 |
| | 39 | 8 |
aesni_cbc_cipher| Name: | aesni_cbc_cipher | | Prototype: | static int aesni_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/e_aes.c | | Lines: | 235-243 |
| | 3 | 1 |
aesni_cbc_hmac_sha1_cipher| Name: | aesni_cbc_hmac_sha1_cipher | | Prototype: | static int aesni_cbc_hmac_sha1_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) | | Coverage: | 0.000% (0/62) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/e_aes_cbc_hmac_sha1.c | | Lines: | 167-468 |
| | 169 | 20 |
aesni_cbc_hmac_sha1_ctrl| Name: | aesni_cbc_hmac_sha1_ctrl | | Prototype: | static int aesni_cbc_hmac_sha1_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg, void *ptr) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/e_aes_cbc_hmac_sha1.c | | Lines: | 470-535 |
| | 39 | 10 |
aesni_cbc_hmac_sha1_init_key| Name: | aesni_cbc_hmac_sha1_init_key | | Prototype: | static int aesni_cbc_hmac_sha1_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *inkey, const unsigned char *iv, int enc) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/e_aes_cbc_hmac_sha1.c | | Lines: | 101-120 |
| | 10 | 2 |
aesni_ccm_init_key| Name: | aesni_ccm_init_key | | Prototype: | static int aesni_ccm_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/e_aes.c | | Lines: | 360-381 |
| | 14 | 4 |
aesni_ecb_cipher| Name: | aesni_ecb_cipher | | Prototype: | static int aesni_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/e_aes.c | | Lines: | 245-257 |
| | 5 | 2 |