| Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
EC_curve_nist2nid| Name: | EC_curve_nist2nid | | Prototype: | int EC_curve_nist2nid(const char *name) | | Coverage: | 13.514% (5/37) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_curve.c | | Lines: | 3334-3344 |
| | 167 | 9 |
EC_curve_nid2nist| Name: | EC_curve_nid2nist | | Prototype: | const char * EC_curve_nid2nist(int nid) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_curve.c | | Lines: | 3322-3332 |
| | 9 | 3 |
EC_PRIVATEKEY_new| Name: | EC_PRIVATEKEY_new | | Prototype: | EC_PRIVATEKEY * EC_PRIVATEKEY_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_asn1.c | | Lines: | 651-655 |
| | 1 | 1 |
EC_PRIVATEKEY_free| Name: | EC_PRIVATEKEY_free | | Prototype: | void EC_PRIVATEKEY_free(EC_PRIVATEKEY *a) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_asn1.c | | Lines: | 657-661 |
| | 1 | 1 |
EC_POINTs_mul| Name: | EC_POINTs_mul | | Prototype: | int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx) | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 1030-1058 |
| | 49 | 4 |
EC_POINTs_make_affine| Name: | EC_POINTs_make_affine | | Prototype: | int EC_POINTs_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx) | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 1009-1026 |
| | 9 | 4 |
EC_POINT_set_to_infinity| Name: | EC_POINT_set_to_infinity | | Prototype: | int EC_POINT_set_to_infinity(const EC_GROUP * group, EC_POINT * point) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 791-803 |
| | 7 | 3 |
EC_POINT_set_compressed_coordinates_GFp| Name: | EC_POINT_set_compressed_coordinates_GFp | | Prototype: | int EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP * group, EC_POINT * point, const BIGNUM * x, int y_bit, BN_CTX * ctx) | | Coverage: | 40.000% (6/15) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_oct.c | | Lines: | 73-102 |
| | 14 | 5 |
EC_POINT_set_compressed_coordinates_GF2m| Name: | EC_POINT_set_compressed_coordinates_GF2m | | Prototype: | int EC_POINT_set_compressed_coordinates_GF2m(const EC_GROUP * group, EC_POINT * point, const BIGNUM * x, int y_bit, BN_CTX * ctx) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_oct.c | | Lines: | 105-127 |
| | 14 | 5 |
EC_POINT_set_affine_coordinates_GFp| Name: | EC_POINT_set_affine_coordinates_GFp | | Prototype: | int EC_POINT_set_affine_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 838-851 |
| | 7 | 3 |
EC_POINT_set_affine_coordinates_GF2m| Name: | EC_POINT_set_affine_coordinates_GF2m | | Prototype: | int EC_POINT_set_affine_coordinates_GF2m(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 854-867 |
| | 7 | 3 |
EC_POINT_set_Jprojective_coordinates_GFp| Name: | EC_POINT_set_Jprojective_coordinates_GFp | | Prototype: | int EC_POINT_set_Jprojective_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, const BIGNUM *z, BN_CTX *ctx) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 806-819 |
| | 7 | 3 |
EC_POINT_point2oct| Name: | EC_POINT_point2oct | | Prototype: | size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, unsigned char *buf, size_t len, BN_CTX *ctx) | | Coverage: | 53.333% (8/15) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_oct.c | | Lines: | 130-160 |
| | 14 | 5 |
EC_POINT_point2hex| Name: | EC_POINT_point2hex | | Prototype: | char * EC_POINT_point2hex(const EC_GROUP * group, const EC_POINT * point, point_conversion_form_t form, BN_CTX * ctx) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_print.c | | Lines: | 124-161 |
| | 53 | 6 |
EC_POINT_point2bn| Name: | EC_POINT_point2bn | | Prototype: | BIGNUM * EC_POINT_point2bn(const EC_GROUP * group, const EC_POINT * point, point_conversion_form_t form, BIGNUM * ret, BN_CTX * ctx) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_print.c | | Lines: | 59-83 |
| | 32 | 4 |
EC_POINT_oct2point| Name: | EC_POINT_oct2point | | Prototype: | int EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *point, const unsigned char *buf, size_t len, BN_CTX *ctx) | | Coverage: | 53.333% (8/15) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_oct.c | | Lines: | 163-192 |
| | 14 | 5 |
EC_POINT_new| Name: | EC_POINT_new | | Prototype: | EC_POINT * EC_POINT_new(const EC_GROUP * group) | | Coverage: | 38.462% (5/13) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 692-717 |
| | 36 | 5 |
EC_POINT_mul| Name: | EC_POINT_mul | | Prototype: | int EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *g_scalar, const EC_POINT *point, const BIGNUM *p_scalar, BN_CTX *ctx) | | Coverage: | 62.069% (18/29) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 1060-1106 |
| | 55 | 5 |
EC_POINT_method_of| Name: | EC_POINT_method_of | | Prototype: | const EC_METHOD * EC_POINT_method_of(const EC_POINT * point) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 784-788 |
| | 1 | 1 |
EC_POINT_make_affine| Name: | EC_POINT_make_affine | | Prototype: | int EC_POINT_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 994-1006 |
| | 7 | 3 |
EC_POINT_is_on_curve| Name: | EC_POINT_is_on_curve | | Prototype: | int EC_POINT_is_on_curve(const EC_GROUP * group, const EC_POINT * point, BN_CTX * ctx) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 963-975 |
| | 7 | 3 |
EC_POINT_is_at_infinity| Name: | EC_POINT_is_at_infinity | | Prototype: | int EC_POINT_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 948-960 |
| | 7 | 3 |
EC_POINT_invert| Name: | EC_POINT_invert | | Prototype: | int EC_POINT_invert(const EC_GROUP *group, EC_POINT *a, BN_CTX *ctx) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 933-945 |
| | 7 | 3 |
EC_POINT_hex2point| Name: | EC_POINT_hex2point | | Prototype: | EC_POINT * EC_POINT_hex2point(const EC_GROUP * group, const char *buf, EC_POINT * point, BN_CTX * ctx) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_print.c | | Lines: | 163-178 |
| | 19 | 2 |
EC_POINT_get_affine_coordinates_GFp| Name: | EC_POINT_get_affine_coordinates_GFp | | Prototype: | int EC_POINT_get_affine_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 870-883 |
| | 7 | 3 |
EC_POINT_get_affine_coordinates_GF2m| Name: | EC_POINT_get_affine_coordinates_GF2m | | Prototype: | int EC_POINT_get_affine_coordinates_GF2m(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 886-899 |
| | 7 | 3 |
EC_POINT_get_Jprojective_coordinates_GFp| Name: | EC_POINT_get_Jprojective_coordinates_GFp | | Prototype: | int EC_POINT_get_Jprojective_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BIGNUM *z, BN_CTX *ctx) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 822-835 |
| | 7 | 3 |
EC_POINT_free| Name: | EC_POINT_free | | Prototype: | void EC_POINT_free(EC_POINT * point) | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 720-729 |
| | 5 | 3 |
EC_POINT_dup| Name: | EC_POINT_dup | | Prototype: | EC_POINT * EC_POINT_dup(const EC_POINT * a, const EC_GROUP * group) | | Coverage: | 40.000% (4/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 763-781 |
| | 28 | 4 |
EC_POINT_dbl| Name: | EC_POINT_dbl | | Prototype: | int EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx) | | Coverage: | 44.444% (4/9) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 918-930 |
| | 7 | 3 |
EC_POINT_copy| Name: | EC_POINT_copy | | Prototype: | int EC_POINT_copy(EC_POINT * dest, const EC_POINT * src) | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 746-760 |
| | 9 | 4 |
EC_POINT_cmp| Name: | EC_POINT_cmp | | Prototype: | int EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX * ctx) | | Coverage: | 44.444% (4/9) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 978-991 |
| | 7 | 3 |
EC_POINT_clear_free| Name: | EC_POINT_clear_free | | Prototype: | void EC_POINT_clear_free(EC_POINT * point) | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 732-743 |
| | 7 | 4 |
EC_POINT_bn2point| Name: | EC_POINT_bn2point | | Prototype: | EC_POINT * EC_POINT_bn2point(const EC_GROUP * group, const BIGNUM * bn, EC_POINT * point, BN_CTX * ctx) | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_print.c | | Lines: | 85-119 |
| | 51 | 8 |
EC_POINT_add| Name: | EC_POINT_add | | Prototype: | int EC_POINT_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) | | Coverage: | 45.455% (5/11) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 902-915 |
| | 7 | 3 |
EC_METHOD_get_field_type| Name: | EC_METHOD_get_field_type | | Prototype: | int EC_METHOD_get_field_type(const EC_METHOD *meth) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_lib.c | | Lines: | 249-253 |
| | 1 | 1 |
EC_KEY_up_ref| Name: | EC_KEY_up_ref | | Prototype: | int EC_KEY_up_ref(EC_KEY * r) | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_key.c | | Lines: | 202-207 |
| | 2 | 1 |
EC_KEY_set_public_key_affine_coordinates| Name: | EC_KEY_set_public_key_affine_coordinates | | Prototype: | int EC_KEY_set_public_key_affine_coordinates(EC_KEY * key, BIGNUM * x, BIGNUM * y) | | Coverage: | 0.000% (0/53) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_key.c | | Lines: | 333-403 |
| | 56 | 16 |
EC_KEY_set_public_key| Name: | EC_KEY_set_public_key | | Prototype: | int EC_KEY_set_public_key(EC_KEY * key, const EC_POINT * pub_key) | | Coverage: | 66.667% (2/3) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_key.c | | Lines: | 439-445 |
| | 7 | 1 |
EC_KEY_set_private_key| Name: | EC_KEY_set_private_key | | Prototype: | int EC_KEY_set_private_key(EC_KEY * key, const BIGNUM * priv_key) | | Coverage: | 66.667% (2/3) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_key.c | | Lines: | 425-431 |
| | 7 | 1 |
EC_KEY_set_group| Name: | EC_KEY_set_group | | Prototype: | int EC_KEY_set_group(EC_KEY * key, const EC_GROUP * group) | | Coverage: | 66.667% (2/3) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_key.c | | Lines: | 411-417 |
| | 7 | 1 |
EC_KEY_set_flags| Name: | EC_KEY_set_flags | | Prototype: | void EC_KEY_set_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: | 526-530 |
| | 1 | 1 |
EC_KEY_set_enc_flags| Name: | EC_KEY_set_enc_flags | | Prototype: | void EC_KEY_set_enc_flags(EC_KEY * key, unsigned int flags) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_key.c | | Lines: | 453-457 |
| | 1 | 1 |
EC_KEY_set_conv_form| Name: | EC_KEY_set_conv_form | | Prototype: | void EC_KEY_set_conv_form(EC_KEY * key, point_conversion_form_t cform) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_key.c | | Lines: | 465-471 |
| | 5 | 2 |
EC_KEY_set_asn1_flag| Name: | EC_KEY_set_asn1_flag | | Prototype: | void EC_KEY_set_asn1_flag(EC_KEY * key, int flag) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_key.c | | Lines: | 505-510 |
| | 4 | 2 |
EC_KEY_print_fp| Name: | EC_KEY_print_fp | | Prototype: | int EC_KEY_print_fp(FILE * fp, const EC_KEY * x, int off) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/eck_prn.c | | Lines: | 90-104 |
| | 11 | 2 |
EC_KEY_print| Name: | EC_KEY_print | | Prototype: | int EC_KEY_print(BIO * bp, const EC_KEY * x, int off) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/eck_prn.c | | Lines: | 122-133 |
| | 12 | 2 |
EC_KEY_precompute_mult| Name: | EC_KEY_precompute_mult | | Prototype: | int EC_KEY_precompute_mult(EC_KEY * key, BN_CTX * ctx) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_key.c | | Lines: | 512-518 |
| | 5 | 2 |
EC_KEY_new_by_curve_name| Name: | EC_KEY_new_by_curve_name | | Prototype: | EC_KEY * EC_KEY_new_by_curve_name(int nid) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_key.c | | Lines: | 93-105 |
| | 20 | 3 |
EC_KEY_new| Name: | EC_KEY_new | | Prototype: | EC_KEY * EC_KEY_new(void) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_key.c | | Lines: | 71-91 |
| | 37 | 2 |
EC_KEY_insert_key_method_data| Name: | EC_KEY_insert_key_method_data | | Prototype: | void * EC_KEY_insert_key_method_data(EC_KEY * key, void *data, void *(*dup_func) (void *), void (*free_func) (void *), void (*clear_free_func) (void *)) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_key.c | | Lines: | 488-503 |
| | 9 | 2 |
EC_KEY_get_key_method_data| Name: | EC_KEY_get_key_method_data | | Prototype: | void * EC_KEY_get_key_method_data(EC_KEY *key, void *(*dup_func) (void *), void (*free_func) (void *), void (*clear_free_func) (void *)) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_key.c | | Lines: | 473-486 |
| | 5 | 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 |
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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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| 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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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 |