| Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
EC_GFp_nist_method| Name: | EC_GFp_nist_method | | Prototype: | const EC_METHOD * EC_GFp_nist_method(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ecp_nist.c | | Lines: | 70-114 |
| | 1 | 1 |
EC_GFp_mont_method| Name: | EC_GFp_mont_method | | Prototype: | const EC_METHOD * EC_GFp_mont_method(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ecp_mont.c | | Lines: | 69-116 |
| | 1 | 1 |
EC_GF2m_simple_method| Name: | EC_GF2m_simple_method | | Prototype: | const EC_METHOD * EC_GF2m_simple_method(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec2_smpl.c | | Lines: | 78-121 |
| | 1 | 1 |
EC_EX_DATA_set_data| Name: | EC_EX_DATA_set_data | | Prototype: | int EC_EX_DATA_set_data(EC_EXTRA_DATA ** ex_data, void *data, void *(*dup_func) (void *), void (*free_func) (void *), void (*clear_free_func) (void *)) | | Coverage: | 25.000% (5/20) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 538-574 |
| | 29 | 6 |
EC_EX_DATA_get_data| Name: | EC_EX_DATA_get_data | | Prototype: | void * EC_EX_DATA_get_data(const EC_EXTRA_DATA * ex_data, void *(*dup_func) (void *), void (*free_func) (void *), void (*clear_free_func) (void *)) | | Coverage: | 63.636% (7/11) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 577-591 |
| | 12 | 3 |
EC_EX_DATA_free_data| Name: | EC_EX_DATA_free_data | | Prototype: | void EC_EX_DATA_free_data(EC_EXTRA_DATA ** ex_data, void *(*dup_func) (void *), void (*free_func) (void *), void (*clear_free_func) (void *)) | | Coverage: | 57.143% (8/14) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 594-618 |
| | 17 | 4 |
EC_EX_DATA_free_all_data| Name: | EC_EX_DATA_free_all_data | | Prototype: | void EC_EX_DATA_free_all_data(EC_EXTRA_DATA ** ex_data) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 648-666 |
| | 16 | 3 |
EC_EX_DATA_clear_free_data| Name: | EC_EX_DATA_clear_free_data | | Prototype: | void EC_EX_DATA_clear_free_data(EC_EXTRA_DATA ** ex_data, void *(*dup_func) (void *), void (*free_func) (void *), void (*clear_free_func) (void *)) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 621-645 |
| | 17 | 4 |
EC_EX_DATA_clear_free_all_data| Name: | EC_EX_DATA_clear_free_all_data | | Prototype: | void EC_EX_DATA_clear_free_all_data(EC_EXTRA_DATA ** ex_data) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 669-687 |
| | 16 | 3 |
ECParameters_print_fp| Name: | ECParameters_print_fp | | Prototype: | int ECParameters_print_fp(FILE * fp, const EC_KEY * x) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/eck_prn.c | | Lines: | 106-120 |
| | 11 | 2 |
ECParameters_print| Name: | ECParameters_print | | Prototype: | int ECParameters_print(BIO * bp, const EC_KEY * x) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/eck_prn.c | | Lines: | 135-146 |
| | 12 | 2 |
ECParameters_dup| Name: | ECParameters_dup | | Prototype: | EC_KEY * ECParameters_dup(EC_KEY *key) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 1127-1141 |
| | 26 | 3 |
ECPKParameters_print_fp| Name: | ECPKParameters_print_fp | | Prototype: | int ECPKParameters_print_fp(FILE * fp, const EC_GROUP * x, int off) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/eck_prn.c | | Lines: | 74-88 |
| | 11 | 2 |
ECPKParameters_print| Name: | ECPKParameters_print | | Prototype: | int ECPKParameters_print(BIO * bp, const EC_GROUP * x, int off) | | Coverage: | 0.000% (0/168) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/eck_prn.c | | Lines: | 152-336 |
| | 246 | 46 |
ECPKPARAMETERS_new| Name: | ECPKPARAMETERS_new | | Prototype: | ECPKPARAMETERS * ECPKPARAMETERS_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_asn1.c | | Lines: | 580-584 |
| | 1 | 1 |
ECPKPARAMETERS_free| Name: | ECPKPARAMETERS_free | | Prototype: | void ECPKPARAMETERS_free(ECPKPARAMETERS *a) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_asn1.c | | Lines: | 586-590 |
| | 1 | 1 |
ECPARAMETERS_new| Name: | ECPARAMETERS_new | | Prototype: | ECPARAMETERS * ECPARAMETERS_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_asn1.c | | Lines: | 516-520 |
| | 1 | 1 |
ECPARAMETERS_free| Name: | ECPARAMETERS_free | | Prototype: | void ECPARAMETERS_free(ECPARAMETERS *a) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_asn1.c | | Lines: | 522-526 |
| | 1 | 1 |
ECDSA_verify| Name: | ECDSA_verify | | Prototype: | int ECDSA_verify(int type, const unsigned char *dgst, int dgst_len, const unsigned char *sigbuf, int sig_len, EC_KEY *eckey) | | Coverage: | 61.538% (8/13) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ecdsa/ecs_vrf.c | | Lines: | 88-113 |
| | 25 | 5 |
ECDSA_size| Name: | ECDSA_size | | Prototype: | int ECDSA_size(const EC_KEY *r) | | Coverage: | 38.462% (5/13) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ecdsa/ecs_lib.c | | Lines: | 197-230 |
| | 43 | 5 |
ECDSA_sign_setup| Name: | ECDSA_sign_setup | | Prototype: | int ECDSA_sign_setup(EC_KEY *eckey, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ecdsa/ecs_sign.c | | Lines: | 103-111 |
| | 6 | 2 |
ECDSA_sign_ex| Name: | ECDSA_sign_ex | | Prototype: | int ECDSA_sign_ex(int type, const unsigned char *dgst, int dlen, unsigned char *sig, unsigned int *siglen, const BIGNUM *kinv, const BIGNUM *r, EC_KEY *eckey) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ecdsa/ecs_sign.c | | Lines: | 87-101 |
| | 10 | 2 |
ECDSA_sign| Name: | ECDSA_sign | | Prototype: | int ECDSA_sign(int type, const unsigned char *dgst, int dlen, unsigned char *sig, unsigned int *siglen, EC_KEY *eckey) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ecdsa/ecs_sign.c | | Lines: | 80-85 |
| | 9 | 1 |
ECDSA_set_method| Name: | ECDSA_set_method | | Prototype: | int ECDSA_set_method(EC_KEY *eckey, const ECDSA_METHOD *meth) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ecdsa/ecs_lib.c | | Lines: | 88-105 |
| | 14 | 2 |
ECDSA_set_ex_data| Name: | ECDSA_set_ex_data | | Prototype: | int ECDSA_set_ex_data(EC_KEY *d, int idx, void *arg) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ecdsa/ecs_lib.c | | Lines: | 240-248 |
| | 7 | 2 |
ECDSA_set_default_method| Name: | ECDSA_set_default_method | | Prototype: | void ECDSA_set_default_method(const ECDSA_METHOD *meth) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ecdsa/ecs_lib.c | | Lines: | 73-77 |
| | 1 | 1 |
ECDSA_get_ex_new_index| Name: | ECDSA_get_ex_new_index | | Prototype: | int ECDSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ecdsa/ecs_lib.c | | Lines: | 232-238 |
| | 2 | 1 |
ECDSA_get_ex_data| Name: | ECDSA_get_ex_data | | Prototype: | void * ECDSA_get_ex_data(EC_KEY *d, int idx) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ecdsa/ecs_lib.c | | Lines: | 250-258 |
| | 11 | 2 |
ECDSA_get_default_method| Name: | ECDSA_get_default_method | | Prototype: | const ECDSA_METHOD * ECDSA_get_default_method(void) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ecdsa/ecs_lib.c | | Lines: | 79-86 |
| | 3 | 2 |
ECDSA_do_verify| Name: | ECDSA_do_verify | | Prototype: | int ECDSA_do_verify(const unsigned char *dgst, int dgst_len, const ECDSA_SIG *sig, EC_KEY *eckey) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ecdsa/ecs_vrf.c | | Lines: | 72-81 |
| | 6 | 2 |
ECDSA_do_sign_ex| Name: | ECDSA_do_sign_ex | | Prototype: | ECDSA_SIG * ECDSA_do_sign_ex(const unsigned char *dgst, int dlen, const BIGNUM *kinv, const BIGNUM *rp, EC_KEY *eckey) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ecdsa/ecs_sign.c | | Lines: | 69-78 |
| | 10 | 2 |
ECDSA_do_sign| Name: | ECDSA_do_sign | | Prototype: | ECDSA_SIG * ECDSA_do_sign(const unsigned char *dgst, int dlen, EC_KEY *eckey) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ecdsa/ecs_sign.c | | Lines: | 63-67 |
| | 9 | 1 |
ECDSA_SIG_set0| Name: | ECDSA_SIG_set0 | | Prototype: | int ECDSA_SIG_set0(ECDSA_SIG *sig, BIGNUM *r, BIGNUM *s) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ecdsa/ecs_asn1.c | | Lines: | 126-137 |
| | 13 | 2 |
ECDSA_SIG_new| Name: | ECDSA_SIG_new | | Prototype: | ECDSA_SIG * ECDSA_SIG_new(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ecdsa/ecs_asn1.c | | Lines: | 105-109 |
| | 1 | 1 |
ECDSA_SIG_get0| Name: | ECDSA_SIG_get0 | | Prototype: | void ECDSA_SIG_get0(const ECDSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ecdsa/ecs_asn1.c | | Lines: | 117-124 |
| | 8 | 3 |
ECDSA_SIG_free| Name: | ECDSA_SIG_free | | Prototype: | void ECDSA_SIG_free(ECDSA_SIG *a) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ecdsa/ecs_asn1.c | | Lines: | 111-115 |
| | 1 | 1 |
ECDSA_OpenSSL| Name: | ECDSA_OpenSSL | | Prototype: | const ECDSA_METHOD * ECDSA_OpenSSL(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ecdsa/ecs_ossl.c | | Lines: | 84-88 |
| | 1 | 1 |
ECDSA_DATA_new_method| Name: | ECDSA_DATA_new_method | | Prototype: | static ECDSA_DATA * ECDSA_DATA_new_method(ENGINE *engine) | | Coverage: | 38.462% (5/13) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ecdsa/ecs_lib.c | | Lines: | 107-139 |
| | 36 | 5 |
ECDH_size| Name: | ECDH_size | | Prototype: | int ECDH_size(const EC_KEY *d) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ecdh/ech_lib.c | | Lines: | 238-242 |
| | 1 | 1 |
ECDH_set_method| Name: | ECDH_set_method | | Prototype: | int ECDH_set_method(EC_KEY *eckey, const ECDH_METHOD *meth) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ecdh/ech_lib.c | | Lines: | 101-117 |
| | 14 | 2 |
ECDH_set_ex_data| Name: | ECDH_set_ex_data | | Prototype: | int ECDH_set_ex_data(EC_KEY *d, int idx, void *arg) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ecdh/ech_lib.c | | Lines: | 218-226 |
| | 7 | 2 |
ECDH_set_default_method| Name: | ECDH_set_default_method | | Prototype: | void ECDH_set_default_method(const ECDH_METHOD *meth) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ecdh/ech_lib.c | | Lines: | 86-90 |
| | 1 | 1 |
ECDH_get_ex_new_index| Name: | ECDH_get_ex_new_index | | Prototype: | int ECDH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ecdh/ech_lib.c | | Lines: | 210-216 |
| | 2 | 1 |
ECDH_get_ex_data| Name: | ECDH_get_ex_data | | Prototype: | void * ECDH_get_ex_data(EC_KEY *d, int idx) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ecdh/ech_lib.c | | Lines: | 228-236 |
| | 11 | 2 |
ECDH_get_default_method| Name: | ECDH_get_default_method | | Prototype: | const ECDH_METHOD * ECDH_get_default_method(void) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ecdh/ech_lib.c | | Lines: | 92-99 |
| | 3 | 2 |
ECDH_compute_key| Name: | ECDH_compute_key | | Prototype: | int ECDH_compute_key(void *out, size_t outlen, const EC_POINT *pub_key, EC_KEY *eckey, void *(*KDF)(const void *in, size_t inlen, void *out, size_t *outlen)) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ecdh/ech_key.c | | Lines: | 218-227 |
| | 6 | 2 |
ECDH_OpenSSL| Name: | ECDH_OpenSSL | | Prototype: | const ECDH_METHOD * ECDH_OpenSSL(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ecdh/ech_key.c | | Lines: | 212-216 |
| | 1 | 1 |
ECDH_DATA_new_method| Name: | ECDH_DATA_new_method | | Prototype: | static ECDH_DATA * ECDH_DATA_new_method(ENGINE *engine) | | Coverage: | 38.462% (5/13) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ecdh/ech_lib.c | | Lines: | 119-151 |
| | 36 | 5 |
DTLSv1_server_method| Name: | DTLSv1_server_method | | Prototype: | const SSL_METHOD * DTLSv1_server_method(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/d1_srvr.c | | Lines: | 157-161 |
| | 1 | 1 |
DTLSv1_method| Name: | DTLSv1_method | | Prototype: | const SSL_METHOD * DTLSv1_method(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/d1_meth.c | | Lines: | 97-101 |
| | 1 | 1 |
DTLSv1_client_method| Name: | DTLSv1_client_method | | Prototype: | const SSL_METHOD * DTLSv1_client_method(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/d1_clnt.c | | Lines: | 159-163 |
| | 1 | 1 |
DSO_up_ref| Name: | DSO_up_ref | | Prototype: | int DSO_up_ref(DSO *dso) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dso/dso_lib.c | | Lines: | 174-186 |
| | 8 | 2 |
DSO_set_name_converter| Name: | DSO_set_name_converter | | Prototype: | int DSO_set_name_converter(DSO *dso, DSO_NAME_CONVERTER_FUNC cb, DSO_NAME_CONVERTER_FUNC *oldcb) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dso/dso_lib.c | | Lines: | 321-333 |
| | 9 | 3 |
DSO_set_method| Name: | DSO_set_method | | Prototype: | DSO_METHOD * DSO_set_method(DSO *dso, DSO_METHOD *meth) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dso/dso_lib.c | | Lines: | 92-100 |
| | 4 | 1 |
DSO_set_filename| Name: | DSO_set_filename | | Prototype: | int DSO_set_filename(DSO *dso, const char *filename) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dso/dso_lib.c | | Lines: | 345-367 |
| | 56 | 5 |
DSO_set_default_method| Name: | DSO_set_default_method | | Prototype: | void DSO_set_default_method(DSO_METHOD *meth) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dso/dso_lib.c | | Lines: | 74-78 |
| | 1 | 1 |
DSO_pathbyaddr| Name: | DSO_pathbyaddr | | Prototype: | int DSO_pathbyaddr(void *addr, char *path, int sz) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dso/dso_lib.c | | Lines: | 429-440 |
| | 11 | 3 |
DSO_new_method| Name: | DSO_new_method | | Prototype: | DSO * DSO_new_method(DSO_METHOD *meth) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dso/dso_lib.c | | Lines: | 102-134 |
| | 44 | 6 |
DSO_new| Name: | DSO_new | | Prototype: | DSO * DSO_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dso/dso_lib.c | | Lines: | 68-72 |
| | 5 | 1 |
DSO_merge| Name: | DSO_merge | | Prototype: | char * DSO_merge(DSO *dso, const char *filespec1, const char *filespec2) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dso/dso_lib.c | | Lines: | 369-386 |
| | 29 | 5 |
DSO_load| Name: | DSO_load | | Prototype: | DSO * DSO_load(DSO *dso, const char *filename, DSO_METHOD *meth, int flags) | | Coverage: | 0.000% (0/32) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dso/dso_lib.c | | Lines: | 188-240 |
| | 53 | 12 |
DSO_global_lookup| Name: | DSO_global_lookup | | Prototype: | void * DSO_global_lookup(const char *name) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dso/dso_lib.c | | Lines: | 442-453 |
| | 15 | 3 |
DSO_get_method| Name: | DSO_get_method | | Prototype: | DSO_METHOD * DSO_get_method(DSO *dso) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dso/dso_lib.c | | Lines: | 86-90 |
| | 1 | 1 |
DSO_get_loaded_filename| Name: | DSO_get_loaded_filename | | Prototype: | const char * DSO_get_loaded_filename(DSO *dso) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dso/dso_lib.c | | Lines: | 419-427 |
| | 10 | 2 |
DSO_get_filename| Name: | DSO_get_filename | | Prototype: | const char * DSO_get_filename(DSO *dso) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dso/dso_lib.c | | Lines: | 335-343 |
| | 10 | 2 |
DSO_get_default_method| Name: | DSO_get_default_method | | Prototype: | DSO_METHOD * DSO_get_default_method(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dso/dso_lib.c | | Lines: | 80-84 |
| | 1 | 1 |
DSO_free| Name: | DSO_free | | Prototype: | int DSO_free(DSO *dso) | | Coverage: | 11.765% (2/17) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dso/dso_lib.c | | Lines: | 136-165 |
| | 28 | 5 |
DSO_flags| Name: | DSO_flags | | Prototype: | int DSO_flags(DSO *dso) | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dso/dso_lib.c | | Lines: | 167-171 |
| | 5 | 1 |
DSO_ctrl| Name: | DSO_ctrl | | Prototype: | long DSO_ctrl(DSO *dso, int cmd, long larg, void *parg) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dso/dso_lib.c | | Lines: | 292-319 |
| | 24 | 7 |
DSO_convert_filename| Name: | DSO_convert_filename | | Prototype: | char * DSO_convert_filename(DSO *dso, const char *filename) | | Coverage: | 0.000% (0/34) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dso/dso_lib.c | | Lines: | 388-417 |
| | 82 | 10 |
DSO_bind_var| Name: | DSO_bind_var | | Prototype: | void * DSO_bind_var(DSO *dso, const char *symname) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dso/dso_lib.c | | Lines: | 242-261 |
| | 39 | 4 |
DSO_bind_func| Name: | DSO_bind_func | | Prototype: | DSO_FUNC_TYPE DSO_bind_func(DSO *dso, const char *symname) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dso/dso_lib.c | | Lines: | 263-282 |
| | 39 | 4 |
DSO_METHOD_openssl| Name: | DSO_METHOD_openssl | | Prototype: | DSO_METHOD * DSO_METHOD_openssl(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dso/dso_openssl.c | | Lines: | 65-75 |
| | 1 | 1 |
DSO_METHOD_null| Name: | DSO_METHOD_null | | Prototype: | DSO_METHOD * DSO_METHOD_null(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dso/dso_null.c | | Lines: | 70-74 |
| | 1 | 1 |
DSO_METHOD_dlfcn| Name: | DSO_METHOD_dlfcn | | Prototype: | DSO_METHOD * DSO_METHOD_dlfcn(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dso/dso_dlfcn.c | | Lines: | 66-70 |
| | 5 | 1 |
DSAparams_print_fp| Name: | DSAparams_print_fp | | Prototype: | int DSAparams_print_fp(FILE *fp, const DSA *x) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dsa/dsa_prn.c | | Lines: | 81-95 |
| | 11 | 2 |
DSAparams_print| Name: | DSAparams_print | | Prototype: | int DSAparams_print(BIO *bp, const DSA *x) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dsa/dsa_prn.c | | Lines: | 111-123 |
| | 12 | 2 |
DSAparams_dup| Name: | DSAparams_dup | | Prototype: | DSA * DSAparams_dup(DSA *dsa) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dsa/dsa_asn1.c | | Lines: | 427-431 |
| | 1 | 1 |
DSA_verify| Name: | DSA_verify | | Prototype: | int DSA_verify(int type, const unsigned char *dgst, int dgst_len, const unsigned char *sigbuf, int siglen, DSA *dsa) | | Coverage: | 46.154% (6/13) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dsa/dsa_asn1.c | | Lines: | 456-480 |
| | 25 | 5 |
DSA_up_ref| Name: | DSA_up_ref | | Prototype: | int DSA_up_ref(DSA *r) | | Coverage: | 66.667% (2/3) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dsa/dsa_lib.c | | Lines: | 211-216 |
| | 2 | 1 |
DSA_test_flags| Name: | DSA_test_flags | | Prototype: | int DSA_test_flags(const DSA *d, int flags) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dsa/dsa_lib.c | | Lines: | 370-374 |
| | 1 | 1 |
DSA_size| Name: | DSA_size | | Prototype: | int DSA_size(const DSA *r) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dsa/dsa_lib.c | | Lines: | 218-239 |
| | 16 | 1 |
DSA_sign_setup| Name: | DSA_sign_setup | | Prototype: | int DSA_sign_setup(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dsa/dsa_sign.c | | Lines: | 70-74 |
| | 1 | 1 |
DSA_sign| Name: | DSA_sign | | Prototype: | int DSA_sign(int type, const unsigned char *dgst, int dlen, unsigned char *sig, unsigned int *siglen, DSA *dsa) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dsa/dsa_asn1.c | | Lines: | 433-447 |
| | 10 | 2 |
DSA_set_method| Name: | DSA_set_method | | Prototype: | int DSA_set_method(DSA *dsa, const DSA_METHOD *meth) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dsa/dsa_lib.c | | Lines: | 99-118 |
| | 14 | 3 |
DSA_set_flags| Name: | DSA_set_flags | | Prototype: | void DSA_set_flags(DSA *d, int flags) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dsa/dsa_lib.c | | Lines: | 376-380 |
| | 1 | 1 |
DSA_set_ex_data| Name: | DSA_set_ex_data | | Prototype: | int DSA_set_ex_data(DSA *d, int idx, void *arg) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dsa/dsa_lib.c | | Lines: | 249-253 |
| | 1 | 1 |
DSA_set_default_method| Name: | DSA_set_default_method | | Prototype: | void DSA_set_default_method(const DSA_METHOD *meth) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dsa/dsa_lib.c | | Lines: | 79-83 |
| | 1 | 1 |
DSA_set0_pqg| Name: | DSA_set0_pqg | | Prototype: | int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g) | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dsa/dsa_lib.c | | Lines: | 314-335 |
| | 43 | 5 |
DSA_set0_key| Name: | DSA_set0_key | | Prototype: | int DSA_set0_key(DSA *d, BIGNUM *pub_key, BIGNUM *priv_key) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dsa/dsa_lib.c | | Lines: | 346-362 |
| | 19 | 4 |
DSA_print_fp| Name: | DSA_print_fp | | Prototype: | int DSA_print_fp(FILE *fp, const DSA *x, int off) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dsa/dsa_prn.c | | Lines: | 65-79 |
| | 11 | 2 |
DSA_print| Name: | DSA_print | | Prototype: | int DSA_print(BIO *bp, const DSA *x, int off) | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dsa/dsa_prn.c | | Lines: | 97-109 |
| | 12 | 2 |
DSA_new_method| Name: | DSA_new_method | | Prototype: | DSA * DSA_new_method(ENGINE *engine) | | Coverage: | 31.818% (7/22) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dsa/dsa_lib.c | | Lines: | 120-179 |
| | 96 | 7 |
DSA_new| Name: | DSA_new | | Prototype: | DSA * DSA_new(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dsa/dsa_lib.c | | Lines: | 93-97 |
| | 5 | 1 |
DSA_meth_set_sign| Name: | DSA_meth_set_sign | | Prototype: | int DSA_meth_set_sign(DSA_METHOD *meth, DSA_SIG *(*sign)(const unsigned char *, int, DSA *)) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dsa/dsa_meth.c | | Lines: | 65-71 |
| | 2 | 1 |
DSA_meth_set_finish| Name: | DSA_meth_set_finish | | Prototype: | int DSA_meth_set_finish(DSA_METHOD *meth, int (*finish)(DSA *)) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dsa/dsa_meth.c | | Lines: | 73-78 |
| | 2 | 1 |
DSA_meth_new| Name: | DSA_meth_new | | Prototype: | DSA_METHOD * DSA_meth_new(const char *name, int flags) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dsa/dsa_meth.c | | Lines: | 24-38 |
| | 52 | 4 |
DSA_meth_free| Name: | DSA_meth_free | | Prototype: | void DSA_meth_free(DSA_METHOD *meth) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dsa/dsa_meth.c | | Lines: | 40-47 |
| | 5 | 2 |
DSA_meth_dup| Name: | DSA_meth_dup | | Prototype: | DSA_METHOD * DSA_meth_dup(const DSA_METHOD *meth) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dsa/dsa_meth.c | | Lines: | 49-63 |
| | 52 | 4 |
DSA_get_ex_new_index| Name: | DSA_get_ex_new_index | | Prototype: | int DSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dsa/dsa_lib.c | | Lines: | 241-247 |
| | 2 | 1 |