| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
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 |
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 |
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_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 |
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 |
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_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_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_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_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_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_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_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_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 |
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 |
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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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 |
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 |
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 |
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 |
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_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_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 |
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 |
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_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 |
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 |
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_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_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_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_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_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_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_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_simple_method| Name: | EC_GFp_simple_method | | Prototype: | const EC_METHOD * EC_GFp_simple_method(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ecp_smpl.c | | Lines: | 70-114 |
| | 1 | 1 |
EC_GROUP_check| Name: | EC_GROUP_check | | Prototype: | int EC_GROUP_check(const EC_GROUP * group, BN_CTX * ctx) | | Coverage: | 42.105% (16/38) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_check.c | | Lines: | 59-115 |
| | 67 | 14 |
EC_GROUP_check_discriminant| Name: | EC_GROUP_check_discriminant | | Prototype: | int EC_GROUP_check_discriminant(const EC_GROUP * group, BN_CTX * ctx) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 451-459 |
| | 4 | 2 |
EC_GROUP_clear_free| Name: | EC_GROUP_clear_free | | Prototype: | void EC_GROUP_clear_free(EC_GROUP * group) | | Coverage: | 20.000% (2/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 137-156 |
| | 12 | 4 |
EC_GROUP_cmp| Name: | EC_GROUP_cmp | | Prototype: | int EC_GROUP_cmp(const EC_GROUP * a, const EC_GROUP * b, BN_CTX * ctx) | | Coverage: | 0.000% (0/78) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 462-534 |
| | 66 | 20 |
EC_GROUP_copy| Name: | EC_GROUP_copy | | Prototype: | int EC_GROUP_copy(EC_GROUP * dest, const EC_GROUP * src) | | Coverage: | 53.333% (24/45) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 159-225 |
| | 65 | 15 |
EC_GROUP_dup| Name: | EC_GROUP_dup | | Prototype: | EC_GROUP * EC_GROUP_dup(const EC_GROUP * a) | | Coverage: | 50.000% (4/8) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 228-239 |
| | 22 | 2 |
EC_GROUP_free| Name: | EC_GROUP_free | | Prototype: | void EC_GROUP_free(EC_GROUP * group) | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 116-134 |
| | 10 | 3 |
EC_GROUP_get0_generator| Name: | EC_GROUP_get0_generator | | Prototype: | const EC_POINT * EC_GROUP_get0_generator(const EC_GROUP *group) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 288-292 |
| | 1 | 1 |
EC_GROUP_get0_seed| Name: | EC_GROUP_get0_seed | | Prototype: | unsigned char * EC_GROUP_get0_seed(const EC_GROUP * group) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 378-382 |
| | 1 | 1 |
EC_GROUP_get_asn1_flag| Name: | EC_GROUP_get_asn1_flag | | Prototype: | int EC_GROUP_get_asn1_flag(const EC_GROUP * group) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 336-340 |
| | 1 | 1 |
EC_GROUP_get_basis_type| Name: | EC_GROUP_get_basis_type | | Prototype: | int EC_GROUP_get_basis_type(const EC_GROUP * group) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_asn1.c | | Lines: | 68-88 |
| | 11 | 5 |
EC_GROUP_get_cofactor| Name: | EC_GROUP_get_cofactor | | Prototype: | int EC_GROUP_get_cofactor(const EC_GROUP *group, BIGNUM *cofactor, BN_CTX *ctx) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 305-312 |
| | 3 | 2 |
EC_GROUP_get_curve_GF2m| Name: | EC_GROUP_get_curve_GF2m | | Prototype: | int EC_GROUP_get_curve_GF2m(const EC_GROUP * group, BIGNUM * p, BIGNUM * a, BIGNUM * b, BN_CTX * ctx) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 428-437 |
| | 4 | 2 |
EC_GROUP_get_curve_GFp| Name: | EC_GROUP_get_curve_GFp | | Prototype: | int EC_GROUP_get_curve_GFp(const EC_GROUP * group, BIGNUM * p, BIGNUM * a, BIGNUM * b, BN_CTX * ctx) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 404-413 |
| | 4 | 2 |
EC_GROUP_get_curve_name| Name: | EC_GROUP_get_curve_name | | Prototype: | int EC_GROUP_get_curve_name(const EC_GROUP * group) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 322-326 |
| | 1 | 1 |
EC_GROUP_get_degree| Name: | EC_GROUP_get_degree | | Prototype: | int EC_GROUP_get_degree(const EC_GROUP * group) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 440-448 |
| | 4 | 2 |
EC_GROUP_get_order| Name: | EC_GROUP_get_order | | Prototype: | int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 295-302 |
| | 3 | 2 |
EC_GROUP_get_pentanomial_basis| Name: | EC_GROUP_get_pentanomial_basis | | Prototype: | int EC_GROUP_get_pentanomial_basis(const EC_GROUP * group, unsigned int *k1, unsigned int *k2, unsigned int *k3) | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_asn1.c | | Lines: | 109-130 |
| | 16 | 6 |
EC_GROUP_get_point_conversion_form| Name: | EC_GROUP_get_point_conversion_form | | Prototype: | point_conversion_form_t EC_GROUP_get_point_conversion_form(const EC_GROUP * group) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 351-355 |
| | 1 | 1 |
EC_GROUP_get_seed_len| Name: | EC_GROUP_get_seed_len | | Prototype: | size_t EC_GROUP_get_seed_len(const EC_GROUP * group) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 385-389 |
| | 1 | 1 |
EC_GROUP_get_trinomial_basis| Name: | EC_GROUP_get_trinomial_basis | | Prototype: | int EC_GROUP_get_trinomial_basis(const EC_GROUP * group, unsigned int *k) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_asn1.c | | Lines: | 91-107 |
| | 12 | 4 |
EC_GROUP_have_precompute_mult| Name: | EC_GROUP_have_precompute_mult | | Prototype: | int EC_GROUP_have_precompute_mult(const EC_GROUP * group) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 1117-1125 |
| | 3 | 2 |
EC_GROUP_method_of| Name: | EC_GROUP_method_of | | Prototype: | const EC_METHOD * EC_GROUP_method_of(const EC_GROUP *group) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 242-246 |
| | 1 | 1 |
EC_GROUP_new| Name: | EC_GROUP_new | | Prototype: | EC_GROUP * EC_GROUP_new(const EC_METHOD * meth) | | Coverage: | 38.462% (5/13) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 75-113 |
| | 57 | 5 |
EC_GROUP_new_by_curve_name| Name: | EC_GROUP_new_by_curve_name | | Prototype: | EC_GROUP * EC_GROUP_new_by_curve_name(int nid) | | Coverage: | 58.333% (7/12) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_curve.c | | Lines: | 3254-3275 |
| | 27 | 5 |
EC_GROUP_new_curve_GF2m| Name: | EC_GROUP_new_curve_GF2m | | Prototype: | EC_GROUP * EC_GROUP_new_curve_GF2m(const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_cvt.c | | Lines: | 148-166 |
| | 20 | 3 |
EC_GROUP_new_curve_GFp| Name: | EC_GROUP_new_curve_GFp | | Prototype: | EC_GROUP * EC_GROUP_new_curve_GFp(const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) | | Coverage: | 15.000% (3/20) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_cvt.c | | Lines: | 77-145 |
| | 44 | 6 |
EC_GROUP_precompute_mult| Name: | EC_GROUP_precompute_mult | | Prototype: | int EC_GROUP_precompute_mult(EC_GROUP * group, BN_CTX * ctx) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 1108-1115 |
| | 3 | 2 |
EC_GROUP_set_asn1_flag| Name: | EC_GROUP_set_asn1_flag | | Prototype: | void EC_GROUP_set_asn1_flag(EC_GROUP * group, int flag) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 329-333 |
| | 1 | 1 |
EC_GROUP_set_curve_GF2m| Name: | EC_GROUP_set_curve_GF2m | | Prototype: | int EC_GROUP_set_curve_GF2m(EC_GROUP * group, const BIGNUM * p, const BIGNUM * a, const BIGNUM * b, BN_CTX * ctx) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 416-425 |
| | 4 | 2 |
EC_GROUP_set_curve_GFp| Name: | EC_GROUP_set_curve_GFp | | Prototype: | int EC_GROUP_set_curve_GFp(EC_GROUP * group, const BIGNUM * p, const BIGNUM * a, const BIGNUM * b, BN_CTX * ctx) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 392-401 |
| | 4 | 2 |
EC_GROUP_set_curve_name| Name: | EC_GROUP_set_curve_name | | Prototype: | void EC_GROUP_set_curve_name(EC_GROUP * group, int nid) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 315-319 |
| | 1 | 1 |
EC_GROUP_set_generator| Name: | EC_GROUP_set_generator | | Prototype: | int EC_GROUP_set_generator(EC_GROUP *group, const EC_POINT *generator, const BIGNUM *order, const BIGNUM *cofactor) | | Coverage: | 48.148% (13/27) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 256-285 |
| | 28 | 9 |
EC_GROUP_set_point_conversion_form| Name: | EC_GROUP_set_point_conversion_form | | Prototype: | void EC_GROUP_set_point_conversion_form(EC_GROUP * group, point_conversion_form_t form) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 343-348 |
| | 1 | 1 |
EC_GROUP_set_seed| Name: | EC_GROUP_set_seed | | Prototype: | size_t EC_GROUP_set_seed(EC_GROUP * group, const unsigned char *p, size_t len) | | Coverage: | 41.667% (5/12) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 358-375 |
| | 17 | 4 |
EC_KEY_check_key| Name: | EC_KEY_check_key | | Prototype: | int EC_KEY_check_key(const EC_KEY * eckey) | | Coverage: | 40.476% (17/42) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_key.c | | Lines: | 266-331 |
| | 71 | 14 |
EC_KEY_clear_flags| Name: | EC_KEY_clear_flags | | Prototype: | void EC_KEY_clear_flags(EC_KEY * key, int flags) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_key.c | | Lines: | 532-536 |
| | 1 | 1 |
EC_KEY_copy| Name: | EC_KEY_copy | | Prototype: | EC_KEY * EC_KEY_copy(EC_KEY * dest, const EC_KEY * src) | | Coverage: | 0.000% (0/47) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_key.c | | Lines: | 128-187 |
| | 86 | 15 |
EC_KEY_dup| Name: | EC_KEY_dup | | Prototype: | EC_KEY * EC_KEY_dup(const EC_KEY * ec_key) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_key.c | | Lines: | 189-200 |
| | 19 | 3 |
EC_KEY_free| Name: | EC_KEY_free | | Prototype: | void EC_KEY_free(EC_KEY * r) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_key.c | | Lines: | 107-126 |
| | 13 | 3 |
EC_KEY_generate_key| Name: | EC_KEY_generate_key | | Prototype: | int EC_KEY_generate_key(EC_KEY * eckey) | | Coverage: | 41.667% (20/48) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_key.c | | Lines: | 209-264 |
| | 86 | 15 |
EC_KEY_get0_group| Name: | EC_KEY_get0_group | | Prototype: | const EC_GROUP * EC_KEY_get0_group(const EC_KEY * key) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_key.c | | Lines: | 405-409 |
| | 1 | 1 |
EC_KEY_get0_private_key| Name: | EC_KEY_get0_private_key | | Prototype: | const BIGNUM * EC_KEY_get0_private_key(const EC_KEY * key) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_key.c | | Lines: | 419-423 |
| | 1 | 1 |
EC_KEY_get0_public_key| Name: | EC_KEY_get0_public_key | | Prototype: | const EC_POINT * EC_KEY_get0_public_key(const EC_KEY * key) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_key.c | | Lines: | 433-437 |
| | 1 | 1 |
EC_KEY_get_conv_form| Name: | EC_KEY_get_conv_form | | Prototype: | point_conversion_form_t EC_KEY_get_conv_form(const EC_KEY * key) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_key.c | | Lines: | 459-463 |
| | 1 | 1 |
EC_KEY_get_enc_flags| Name: | EC_KEY_get_enc_flags | | Prototype: | unsigned int EC_KEY_get_enc_flags(const EC_KEY * key) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_key.c | | Lines: | 447-451 |
| | 1 | 1 |
EC_KEY_get_flags| Name: | EC_KEY_get_flags | | Prototype: | int EC_KEY_get_flags(const EC_KEY * key) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_key.c | | Lines: | 520-524 |
| | 1 | 1 |