| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_get_builtin_curves| Name: | EC_get_builtin_curves | | Prototype: | size_t EC_get_builtin_curves(EC_builtin_curve * r, size_t nitems) | | Coverage: | 81.818% (9/11) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_curve.c | | Lines: | 3277-3293 |
| | 12 | 3 |
EDIPARTYNAME_free| Name: | EDIPARTYNAME_free | | Prototype: | void EDIPARTYNAME_free(EDIPARTYNAME *a) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_genn.c | | Lines: | 167-171 |
| | 1 | 1 |
EDIPARTYNAME_new| Name: | EDIPARTYNAME_new | | Prototype: | EDIPARTYNAME * EDIPARTYNAME_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_genn.c | | Lines: | 161-165 |
| | 1 | 1 |
ENGINE_add| Name: | ENGINE_add | | Prototype: | int ENGINE_add(ENGINE *e) | | Coverage: | 58.333% (7/12) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_list.c | | Lines: | 259-278 |
| | 22 | 4 |
ENGINE_add_conf_module| Name: | ENGINE_add_conf_module | | Prototype: | void ENGINE_add_conf_module(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_cnf.c | | Lines: | 247-252 |
| | 2 | 1 |
ENGINE_by_id| Name: | ENGINE_by_id | | Prototype: | ENGINE * ENGINE_by_id(const char *id) | | Coverage: | 0.000% (0/51) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_list.c | | Lines: | 334-371 |
| | 197 | 13 |
ENGINE_cleanup| Name: | ENGINE_cleanup | | Prototype: | void ENGINE_cleanup(void) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_lib.c | | Lines: | 206-217 |
| | 13 | 2 |
ENGINE_cmd_is_executable| Name: | ENGINE_cmd_is_executable | | Prototype: | int ENGINE_cmd_is_executable(ENGINE *e, int cmd) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_ctrl.c | | Lines: | 242-257 |
| | 18 | 3 |
ENGINE_ctrl| Name: | ENGINE_ctrl | | Prototype: | int ENGINE_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void)) | | Coverage: | 0.000% (0/35) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_ctrl.c | | Lines: | 192-240 |
| | 29 | 16 |
ENGINE_ctrl_cmd| Name: | ENGINE_ctrl_cmd | | Prototype: | int ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name, long i, void *p, void (*f)(void), int cmd_optional) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_ctrl.c | | Lines: | 259-292 |
| | 31 | 5 |
ENGINE_ctrl_cmd_string| Name: | ENGINE_ctrl_cmd_string | | Prototype: | int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg, int cmd_optional) | | Coverage: | 0.000% (0/49) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_ctrl.c | | Lines: | 294-379 |
| | 89 | 15 |
ENGINE_finish| Name: | ENGINE_finish | | Prototype: | int ENGINE_finish(ENGINE *e) | | Coverage: | 28.571% (2/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_init.c | | Lines: | 132-147 |
| | 12 | 3 |
ENGINE_free| Name: | ENGINE_free | | Prototype: | int ENGINE_free(ENGINE *e) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_lib.c | | Lines: | 140-144 |
| | 1 | 1 |
ENGINE_get_DH| Name: | ENGINE_get_DH | | Prototype: | const DH_METHOD * ENGINE_get_DH(const ENGINE *e) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_dh.c | | Lines: | 115-119 |
| | 1 | 1 |
ENGINE_get_DSA| Name: | ENGINE_get_DSA | | Prototype: | const DSA_METHOD * ENGINE_get_DSA(const ENGINE *e) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_dsa.c | | Lines: | 115-119 |
| | 1 | 1 |
ENGINE_get_ECDH| Name: | ENGINE_get_ECDH | | Prototype: | const ECDH_METHOD * ENGINE_get_ECDH(const ENGINE *e) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_ecdh.c | | Lines: | 129-133 |
| | 1 | 1 |
ENGINE_get_ECDSA| Name: | ENGINE_get_ECDSA | | Prototype: | const ECDSA_METHOD * ENGINE_get_ECDSA(const ENGINE *e) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_ecdsa.c | | Lines: | 115-119 |
| | 1 | 1 |
ENGINE_get_RAND| Name: | ENGINE_get_RAND | | Prototype: | const RAND_METHOD * ENGINE_get_RAND(const ENGINE *e) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_rand.c | | Lines: | 115-119 |
| | 1 | 1 |
ENGINE_get_RSA| Name: | ENGINE_get_RSA | | Prototype: | const RSA_METHOD * ENGINE_get_RSA(const ENGINE *e) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_rsa.c | | Lines: | 115-119 |
| | 1 | 1 |
ENGINE_get_STORE| Name: | ENGINE_get_STORE | | Prototype: | const STORE_METHOD * ENGINE_get_STORE(const ENGINE *e) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_store.c | | Lines: | 97-101 |
| | 1 | 1 |
ENGINE_get_cipher| Name: | ENGINE_get_cipher | | Prototype: | const EVP_CIPHER * ENGINE_get_cipher(ENGINE *e, int nid) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_cipher.c | | Lines: | 126-137 |
| | 14 | 2 |
ENGINE_get_cipher_engine| Name: | ENGINE_get_cipher_engine | | Prototype: | ENGINE * ENGINE_get_cipher_engine(int nid) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_cipher.c | | Lines: | 119-123 |
| | 1 | 1 |
ENGINE_get_ciphers| Name: | ENGINE_get_ciphers | | Prototype: | ENGINE_CIPHERS_PTR ENGINE_get_ciphers(const ENGINE *e) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_cipher.c | | Lines: | 140-144 |
| | 1 | 1 |
ENGINE_get_cmd_defns| Name: | ENGINE_get_cmd_defns | | Prototype: | const ENGINE_CMD_DEFN * ENGINE_get_cmd_defns(const ENGINE *e) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_lib.c | | Lines: | 350-354 |
| | 1 | 1 |
ENGINE_get_ctrl_function| Name: | ENGINE_get_ctrl_function | | Prototype: | ENGINE_CTRL_FUNC_PTR ENGINE_get_ctrl_function(const ENGINE *e) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_lib.c | | Lines: | 338-342 |
| | 1 | 1 |
ENGINE_get_default_DH| Name: | ENGINE_get_default_DH | | Prototype: | ENGINE * ENGINE_get_default_DH(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_dh.c | | Lines: | 108-112 |
| | 1 | 1 |
ENGINE_get_default_DSA| Name: | ENGINE_get_default_DSA | | Prototype: | ENGINE * ENGINE_get_default_DSA(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_dsa.c | | Lines: | 108-112 |
| | 1 | 1 |
ENGINE_get_default_ECDH| Name: | ENGINE_get_default_ECDH | | Prototype: | ENGINE * ENGINE_get_default_ECDH(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_ecdh.c | | Lines: | 122-126 |
| | 1 | 1 |
ENGINE_get_default_ECDSA| Name: | ENGINE_get_default_ECDSA | | Prototype: | ENGINE * ENGINE_get_default_ECDSA(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_ecdsa.c | | Lines: | 108-112 |
| | 1 | 1 |
ENGINE_get_default_RAND| Name: | ENGINE_get_default_RAND | | Prototype: | ENGINE * ENGINE_get_default_RAND(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_rand.c | | Lines: | 108-112 |
| | 1 | 1 |
ENGINE_get_default_RSA| Name: | ENGINE_get_default_RSA | | Prototype: | ENGINE * ENGINE_get_default_RSA(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_rsa.c | | Lines: | 108-112 |
| | 1 | 1 |
ENGINE_get_destroy_function| Name: | ENGINE_get_destroy_function | | Prototype: | ENGINE_GEN_INT_FUNC_PTR ENGINE_get_destroy_function(const ENGINE *e) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_lib.c | | Lines: | 320-324 |
| | 1 | 1 |
ENGINE_get_digest| Name: | ENGINE_get_digest | | Prototype: | const EVP_MD * ENGINE_get_digest(ENGINE *e, int nid) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_digest.c | | Lines: | 126-137 |
| | 14 | 2 |
ENGINE_get_digest_engine| Name: | ENGINE_get_digest_engine | | Prototype: | ENGINE * ENGINE_get_digest_engine(int nid) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_digest.c | | Lines: | 119-123 |
| | 1 | 1 |
ENGINE_get_digests| Name: | ENGINE_get_digests | | Prototype: | ENGINE_DIGESTS_PTR ENGINE_get_digests(const ENGINE *e) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_digest.c | | Lines: | 140-144 |
| | 1 | 1 |
ENGINE_get_ex_data| Name: | ENGINE_get_ex_data | | Prototype: | void * ENGINE_get_ex_data(const ENGINE *e, int idx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_lib.c | | Lines: | 235-239 |
| | 1 | 1 |
ENGINE_get_ex_new_index| Name: | ENGINE_get_ex_new_index | | Prototype: | int ENGINE_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/engine/eng_lib.c | | Lines: | 221-227 |
| | 2 | 1 |
ENGINE_get_finish_function| Name: | ENGINE_get_finish_function | | Prototype: | ENGINE_GEN_INT_FUNC_PTR ENGINE_get_finish_function(const ENGINE *e) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_lib.c | | Lines: | 332-336 |
| | 1 | 1 |
ENGINE_get_first| Name: | ENGINE_get_first | | Prototype: | ENGINE * ENGINE_get_first(void) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_list.c | | Lines: | 183-196 |
| | 7 | 2 |
ENGINE_get_flags| Name: | ENGINE_get_flags | | Prototype: | int ENGINE_get_flags(const ENGINE *e) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_lib.c | | Lines: | 344-348 |
| | 1 | 1 |
ENGINE_get_id| Name: | ENGINE_get_id | | Prototype: | const char * ENGINE_get_id(const ENGINE *e) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_lib.c | | Lines: | 308-312 |
| | 1 | 1 |
ENGINE_get_init_function| Name: | ENGINE_get_init_function | | Prototype: | ENGINE_GEN_INT_FUNC_PTR ENGINE_get_init_function(const ENGINE *e) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_lib.c | | Lines: | 326-330 |
| | 1 | 1 |
ENGINE_get_last| Name: | ENGINE_get_last | | Prototype: | ENGINE * ENGINE_get_last(void) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_list.c | | Lines: | 198-211 |
| | 7 | 2 |
ENGINE_get_load_privkey_function| Name: | ENGINE_get_load_privkey_function | | Prototype: | ENGINE_LOAD_KEY_PTR ENGINE_get_load_privkey_function(const ENGINE *e) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_pkey.c | | Lines: | 84-88 |
| | 1 | 1 |
ENGINE_get_load_pubkey_function| Name: | ENGINE_get_load_pubkey_function | | Prototype: | ENGINE_LOAD_KEY_PTR ENGINE_get_load_pubkey_function(const ENGINE *e) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_pkey.c | | Lines: | 90-94 |
| | 1 | 1 |
ENGINE_get_name| Name: | ENGINE_get_name | | Prototype: | const char * ENGINE_get_name(const ENGINE *e) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_lib.c | | Lines: | 314-318 |
| | 1 | 1 |
ENGINE_get_next| Name: | ENGINE_get_next | | Prototype: | ENGINE * ENGINE_get_next(ENGINE *e) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_list.c | | Lines: | 214-234 |
| | 17 | 3 |
ENGINE_get_pkey_asn1_meth| Name: | ENGINE_get_pkey_asn1_meth | | Prototype: | const EVP_PKEY_ASN1_METHOD * ENGINE_get_pkey_asn1_meth(ENGINE *e, int nid) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_asnmth.c | | Lines: | 131-142 |
| | 14 | 2 |