| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
X509_CRL_get_ext_count| Name: | X509_CRL_get_ext_count | | Prototype: | int X509_CRL_get_ext_count(const X509_CRL *x) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_ext.c | | Lines: | 19-22 |
| | 1 | 1 |
X509_CRL_get_ext_by_critical| Name: | X509_CRL_get_ext_by_critical | | Prototype: | int X509_CRL_get_ext_by_critical(const X509_CRL *x, int crit, int lastpos) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_ext.c | | Lines: | 35-38 |
| | 1 | 1 |
X509_CRL_get_ext_by_OBJ| Name: | X509_CRL_get_ext_by_OBJ | | Prototype: | int X509_CRL_get_ext_by_OBJ(const X509_CRL *x, const ASN1_OBJECT *obj, int lastpos) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_ext.c | | Lines: | 29-33 |
| | 1 | 1 |
X509_CRL_get_ext_by_NID| Name: | X509_CRL_get_ext_by_NID | | Prototype: | int X509_CRL_get_ext_by_NID(const X509_CRL *x, int nid, int lastpos) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_ext.c | | Lines: | 24-27 |
| | 1 | 1 |
X509_CRL_get_ext| Name: | X509_CRL_get_ext | | Prototype: | X509_EXTENSION *X509_CRL_get_ext(const X509_CRL *x, int loc) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_ext.c | | Lines: | 40-43 |
| | 1 | 1 |
X509_CRL_get0_by_serial| Name: | X509_CRL_get0_by_serial | | Prototype: | int X509_CRL_get0_by_serial(X509_CRL *crl, X509_REVOKED **ret, ASN1_INTEGER *serial) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x_crl.c | | Lines: | 331-337 |
| | 7 | 2 |
X509_CRL_dup| Name: | X509_CRL_dup | | Prototype: | X509_CRL * X509_CRL_dup(X509_CRL *x) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x_crl.c | | Lines: | 300-300 |
| | 1 | 1 |
X509_CRL_diff| Name: | X509_CRL_diff | | Prototype: | X509_CRL *X509_CRL_diff(X509_CRL *base, X509_CRL *newer, EVP_PKEY *skey, const EVP_MD *md, unsigned int flags) | | Coverage: | 0.000% (0/73) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_vfy.c | | Lines: | 1917-2020 |
| | 102 | 21 |
X509_CRL_delete_ext| Name: | X509_CRL_delete_ext | | Prototype: | X509_EXTENSION *X509_CRL_delete_ext(X509_CRL *x, int loc) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_ext.c | | Lines: | 45-48 |
| | 1 | 1 |
X509_CRL_cmp| Name: | X509_CRL_cmp | | Prototype: | int X509_CRL_cmp(const X509_CRL *a, const X509_CRL *b) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_cmp.c | | Lines: | 72-75 |
| | 1 | 1 |
X509_CRL_add_ext| Name: | X509_CRL_add_ext | | Prototype: | int X509_CRL_add_ext(X509_CRL *x, X509_EXTENSION *ex, int loc) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_ext.c | | Lines: | 61-64 |
| | 5 | 1 |
X509_CRL_add1_ext_i2d| Name: | X509_CRL_add1_ext_i2d | | Prototype: | int X509_CRL_add1_ext_i2d(X509_CRL *x, int nid, void *value, int crit, unsigned long flags) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_ext.c | | Lines: | 55-59 |
| | 1 | 1 |
X509_CRL_add0_revoked| Name: | X509_CRL_add0_revoked | | Prototype: | int X509_CRL_add0_revoked(X509_CRL *crl, X509_REVOKED *rev) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x_crl.c | | Lines: | 309-322 |
| | 15 | 3 |
X509_CRL_METHOD_new| Name: | X509_CRL_METHOD_new | | Prototype: | X509_CRL_METHOD *X509_CRL_METHOD_new(int (*crl_init) (X509_CRL *crl), int (*crl_free) (X509_CRL *crl), int (*crl_lookup) (X509_CRL *crl, X509_REVOKED **ret, ASN1_INTEGER *ser, X509_NAME *issuer), int (*crl_verify) (X509_CRL *crl, EVP_PKEY *pk)) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x_crl.c | | Lines: | 428-449 |
| | 16 | 2 |
X509_CRL_METHOD_free| Name: | X509_CRL_METHOD_free | | Prototype: | void X509_CRL_METHOD_free(X509_CRL_METHOD *m) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x_crl.c | | Lines: | 451-456 |
| | 7 | 2 |
X509_CRL_INFO_new| Name: | X509_CRL_INFO_new | | Prototype: | X509_CRL_INFO *X509_CRL_INFO_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x_crl.c | | Lines: | 296-296 |
| | 1 | 1 |
X509_CRL_INFO_free| Name: | X509_CRL_INFO_free | | Prototype: | void X509_CRL_INFO_free(X509_CRL_INFO *a) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x_crl.c | | Lines: | 296-296 |
| | 1 | 1 |
X509_CINF_new| Name: | X509_CINF_new | | Prototype: | X509_CINF *X509_CINF_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x_x509.c | | Lines: | 31-31 |
| | 1 | 1 |
X509_CINF_free| Name: | X509_CINF_free | | Prototype: | void X509_CINF_free(X509_CINF *a) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x_x509.c | | Lines: | 31-31 |
| | 1 | 1 |
X509_CERT_AUX_new| Name: | X509_CERT_AUX_new | | Prototype: | X509_CERT_AUX *X509_CERT_AUX_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x_x509a.c | | Lines: | 34-34 |
| | 1 | 1 |
X509_ATTRIBUTE_create_by_txt| Name: | X509_ATTRIBUTE_create_by_txt | | Prototype: | X509_ATTRIBUTE *X509_ATTRIBUTE_create_by_txt(X509_ATTRIBUTE **attr, const char *atrname, int type, const unsigned char *bytes, int len) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_att.c | | Lines: | 216-234 |
| | 17 | 2 |
X509_ALGOR_dup| Name: | X509_ALGOR_dup | | Prototype: | X509_ALGOR * X509_ALGOR_dup(X509_ALGOR *x) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/x_algor.c | | Lines: | 27-27 |
| | 1 | 1 |
X509V3_string_free| Name: | X509V3_string_free | | Prototype: | void X509V3_string_free(X509V3_CTX *ctx, char *str) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_conf.c | | Lines: | 393-399 |
| | 4 | 3 |
X509V3_set_conf_lhash| Name: | X509V3_set_conf_lhash | | Prototype: | void X509V3_set_conf_lhash(X509V3_CTX *ctx, struct lhash_st_CONF_VALUE *lhash) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_conf.c | | Lines: | 479-483 |
| | 2 | 1 |
X509V3_get_string| Name: | X509V3_get_string | | Prototype: | char *X509V3_get_string(X509V3_CTX *ctx, const char *name, const char *section) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_conf.c | | Lines: | 370-379 |
| | 14 | 3 |
X509V3_add_value_bool_nf| Name: | X509V3_add_value_bool_nf | | Prototype: | int X509V3_add_value_bool_nf(const char *name, int asn1_bool, struct stack_st_CONF_VALUE **extlist) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_utl.c | | Lines: | 96-102 |
| | 3 | 2 |
X509V3_add_standard_extensions| Name: | X509V3_add_standard_extensions | | Prototype: | int X509V3_add_standard_extensions(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_lib.c | | Lines: | 122-125 |
| | 1 | 1 |
X509V3_NAME_from_section| Name: | X509V3_NAME_from_section | | Prototype: | int X509V3_NAME_from_section(X509_NAME *nm, struct stack_st_CONF_VALUE *dn_sk, unsigned long chtype) | | Coverage: | 0.000% (0/29) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_utl.c | | Lines: | 1193-1239 |
| | 25 | 8 |
X509V3_EXT_print_fp| Name: | X509V3_EXT_print_fp | | Prototype: | int X509V3_EXT_print_fp(FILE *fp, X509_EXTENSION *ext, int flag, int indent) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_prn.c | | Lines: | 199-209 |
| | 9 | 2 |
X509V3_EXT_nconf_nid| Name: | X509V3_EXT_nconf_nid | | Prototype: | X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, const char *value) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_conf.c | | Lines: | 55-65 |
| | 7 | 2 |
X509V3_EXT_conf_nid| Name: | X509V3_EXT_conf_nid | | Prototype: | X509_EXTENSION *X509V3_EXT_conf_nid(struct lhash_st_CONF_VALUE *conf, X509V3_CTX *ctx, int ext_nid, const char *value) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_conf.c | | Lines: | 454-460 |
| | 3 | 1 |
X509V3_EXT_conf| Name: | X509V3_EXT_conf | | Prototype: | X509_EXTENSION *X509V3_EXT_conf(struct lhash_st_CONF_VALUE *conf, X509V3_CTX *ctx, const char *name, const char *value) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_conf.c | | Lines: | 444-450 |
| | 3 | 1 |
X509V3_EXT_cleanup| Name: | X509V3_EXT_cleanup | | Prototype: | void X509V3_EXT_cleanup(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_lib.c | | Lines: | 105-109 |
| | 6 | 1 |
X509V3_EXT_add_list| Name: | X509V3_EXT_add_list | | Prototype: | int X509V3_EXT_add_list(X509V3_EXT_METHOD *extlist) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_lib.c | | Lines: | 78-84 |
| | 4 | 3 |
X509V3_EXT_add_conf| Name: | X509V3_EXT_add_conf | | Prototype: | int X509V3_EXT_add_conf(struct lhash_st_CONF_VALUE *conf, X509V3_CTX *ctx, const char *section, X509 *cert) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_conf.c | | Lines: | 485-491 |
| | 3 | 1 |
X509V3_EXT_add_alias| Name: | X509V3_EXT_add_alias | | Prototype: | int X509V3_EXT_add_alias(int nid_to, int nid_from) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_lib.c | | Lines: | 86-103 |
| | 16 | 3 |
X509V3_EXT_add| Name: | X509V3_EXT_add | | Prototype: | int X509V3_EXT_add(X509V3_EXT_METHOD *ext) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_lib.c | | Lines: | 25-37 |
| | 14 | 3 |
X509V3_EXT_REQ_add_conf| Name: | X509V3_EXT_REQ_add_conf | | Prototype: | int X509V3_EXT_REQ_add_conf(struct lhash_st_CONF_VALUE *conf, X509V3_CTX *ctx, const char *section, X509_REQ *req) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_conf.c | | Lines: | 505-511 |
| | 3 | 1 |
X509V3_EXT_CRL_add_nconf| Name: | X509V3_EXT_CRL_add_nconf | | Prototype: | int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section, X509_CRL *crl) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_conf.c | | Lines: | 342-349 |
| | 8 | 2 |
X509V3_EXT_CRL_add_conf| Name: | X509V3_EXT_CRL_add_conf | | Prototype: | int X509V3_EXT_CRL_add_conf(struct lhash_st_CONF_VALUE *conf, X509V3_CTX *ctx, const char *section, X509_CRL *crl) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_conf.c | | Lines: | 495-501 |
| | 3 | 1 |
WHIRLPOOL| Name: | WHIRLPOOL | | Prototype: | unsigned char *WHIRLPOOL(const void *inp, size_t bytes, unsigned char *md) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/whrlpool/wp_dgst.c | | Lines: | 247-258 |
| | 9 | 2 |
USERNOTICE_new| Name: | USERNOTICE_new | | Prototype: | USERNOTICE *USERNOTICE_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_cpols.c | | Lines: | 79-79 |
| | 1 | 1 |
USERNOTICE_free| Name: | USERNOTICE_free | | Prototype: | void USERNOTICE_free(USERNOTICE *a) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_cpols.c | | Lines: | 79-79 |
| | 1 | 1 |
UI_set_method| Name: | UI_set_method | | Prototype: | const UI_METHOD *UI_set_method(UI *ui, const UI_METHOD *meth) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ui/ui_lib.c | | Lines: | 589-593 |
| | 2 | 1 |
UI_set_ex_data| Name: | UI_set_ex_data | | Prototype: | int UI_set_ex_data(UI *r, int idx, void *arg) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ui/ui_lib.c | | Lines: | 574-577 |
| | 1 | 1 |
UI_set_default_method| Name: | UI_set_default_method | | Prototype: | void UI_set_default_method(const UI_METHOD *meth) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ui/ui_openssl.c | | Lines: | 730-733 |
| | 1 | 1 |
UI_new| Name: | UI_new | | Prototype: | UI *UI_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ui/ui_lib.c | | Lines: | 18-21 |
| | 5 | 1 |
UI_method_set_prompt_constructor| Name: | UI_method_set_prompt_constructor | | Prototype: | int UI_method_set_prompt_constructor(UI_METHOD *method, char *(*prompt_constructor) (UI *ui, const char *object_desc, const char *object_name)) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ui/ui_lib.c | | Lines: | 687-699 |
| | 6 | 2 |
UI_method_set_flusher| Name: | UI_method_set_flusher | | Prototype: | int UI_method_set_flusher(UI_METHOD *method, int (*flusher) (UI *ui)) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ui/ui_lib.c | | Lines: | 647-654 |
| | 6 | 2 |
UI_method_set_data_duplicator| Name: | UI_method_set_data_duplicator | | Prototype: | int UI_method_set_data_duplicator(UI_METHOD *method, void *(*duplicator) (UI *ui, void *ui_data), void (*destructor)(UI *ui, void *ui_data)) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ui/ui_lib.c | | Lines: | 675-685 |
| | 7 | 2 |
UI_get_result_string_length| Name: | UI_get_result_string_length | | Prototype: | int UI_get_result_string_length(UI_STRING *uis) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ui/ui_lib.c | | Lines: | 813-826 |
| | 4 | 7 |
UI_get_result_minsize| Name: | UI_get_result_minsize | | Prototype: | int UI_get_result_minsize(UI_STRING *uis) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ui/ui_lib.c | | Lines: | 843-856 |
| | 4 | 7 |
UI_get_result_length| Name: | UI_get_result_length | | Prototype: | int UI_get_result_length(UI *ui, int i) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ui/ui_lib.c | | Lines: | 445-456 |
| | 7 | 3 |
UI_get_ex_data| Name: | UI_get_ex_data | | Prototype: | void *UI_get_ex_data(UI *r, int idx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ui/ui_lib.c | | Lines: | 579-582 |
| | 1 | 1 |
UI_get_default_method| Name: | UI_get_default_method | | Prototype: | const UI_METHOD *UI_get_default_method(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ui/ui_openssl.c | | Lines: | 735-738 |
| | 1 | 1 |
UI_get0_test_string| Name: | UI_get0_test_string | | Prototype: | const char *UI_get0_test_string(UI_STRING *uis) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ui/ui_lib.c | | Lines: | 828-841 |
| | 8 | 7 |
UI_get0_result_string| Name: | UI_get0_result_string | | Prototype: | const char *UI_get0_result_string(UI_STRING *uis) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ui/ui_lib.c | | Lines: | 798-811 |
| | 8 | 7 |
UI_get0_result| Name: | UI_get0_result | | Prototype: | const char *UI_get0_result(UI *ui, int i) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ui/ui_lib.c | | Lines: | 432-443 |
| | 15 | 3 |
UI_get0_output_string| Name: | UI_get0_output_string | | Prototype: | const char *UI_get0_output_string(UI_STRING *uis) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ui/ui_lib.c | | Lines: | 778-781 |
| | 1 | 1 |
UI_get0_action_string| Name: | UI_get0_action_string | | Prototype: | const char *UI_get0_action_string(UI_STRING *uis) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ui/ui_lib.c | | Lines: | 783-796 |
| | 8 | 7 |
UI_dup_verify_string| Name: | UI_dup_verify_string | | Prototype: | int UI_dup_verify_string(UI *ui, const char *prompt, int flags, char *result_buf, int minsize, int maxsize, const char *test_buf) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ui/ui_lib.c | | Lines: | 234-251 |
| | 17 | 3 |
UI_dup_user_data| Name: | UI_dup_user_data | | Prototype: | int UI_dup_user_data(UI *ui, void *user_data) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ui/ui_lib.c | | Lines: | 405-425 |
| | 24 | 3 |
UI_dup_input_string| Name: | UI_dup_input_string | | Prototype: | int UI_dup_input_string(UI *ui, const char *prompt, int flags, char *result_buf, int minsize, int maxsize) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ui/ui_lib.c | | Lines: | 207-223 |
| | 21 | 3 |
UI_dup_input_boolean| Name: | UI_dup_input_boolean | | Prototype: | int UI_dup_input_boolean(UI *ui, const char *prompt, const char *action_desc, const char *ok_chars, const char *cancel_chars, int flags, char *result_buf) | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ui/ui_lib.c | | Lines: | 262-312 |
| | 64 | 10 |
UI_dup_info_string| Name: | UI_dup_info_string | | Prototype: | int UI_dup_info_string(UI *ui, const char *text) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ui/ui_lib.c | | Lines: | 320-334 |
| | 24 | 3 |
UI_dup_error_string| Name: | UI_dup_error_string | | Prototype: | int UI_dup_error_string(UI *ui, const char *text) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ui/ui_lib.c | | Lines: | 342-355 |
| | 24 | 3 |
UI_add_verify_string| Name: | UI_add_verify_string | | Prototype: | int UI_add_verify_string(UI *ui, const char *prompt, int flags, char *result_buf, int minsize, int maxsize, const char *test_buf) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ui/ui_lib.c | | Lines: | 225-232 |
| | 3 | 1 |
UI_add_input_boolean| Name: | UI_add_input_boolean | | Prototype: | int UI_add_input_boolean(UI *ui, const char *prompt, const char *action_desc, const char *ok_chars, const char *cancel_chars, int flags, char *result_buf) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ui/ui_lib.c | | Lines: | 253-260 |
| | 3 | 1 |
UI_add_info_string| Name: | UI_add_info_string | | Prototype: | int UI_add_info_string(UI *ui, const char *text) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ui/ui_lib.c | | Lines: | 314-318 |
| | 10 | 1 |
UI_add_error_string| Name: | UI_add_error_string | | Prototype: | int UI_add_error_string(UI *ui, const char *text) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ui/ui_lib.c | | Lines: | 336-340 |
| | 10 | 1 |
UI_UTIL_read_pw_string| Name: | UI_UTIL_read_pw_string | | Prototype: | int UI_UTIL_read_pw_string(char *buf, int length, const char *prompt, int verify) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ui/ui_util.c | | Lines: | 18-29 |
| | 23 | 1 |
UI_UTIL_read_pw| Name: | UI_UTIL_read_pw | | Prototype: | int UI_UTIL_read_pw(char *buf, char *buff, int size, const char *prompt, int verify) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ui/ui_util.c | | Lines: | 31-52 |
| | 17 | 6 |
TS_VERIFY_CTX_set_store| Name: | TS_VERIFY_CTX_set_store | | Prototype: | X509_STORE *TS_VERIFY_CTX_set_store(TS_VERIFY_CTX *ctx, X509_STORE *s) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_verify_ctx.c | | Lines: | 57-61 |
| | 2 | 1 |
TS_VERIFY_CTX_set_imprint| Name: | TS_VERIFY_CTX_set_imprint | | Prototype: | unsigned char *TS_VERIFY_CTX_set_imprint(TS_VERIFY_CTX *ctx, unsigned char *hexstr, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_verify_ctx.c | | Lines: | 70-76 |
| | 3 | 1 |
TS_VERIFY_CTX_set_flags| Name: | TS_VERIFY_CTX_set_flags | | Prototype: | int TS_VERIFY_CTX_set_flags(TS_VERIFY_CTX *ctx, int f) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_verify_ctx.c | | Lines: | 45-49 |
| | 2 | 1 |
TS_VERIFY_CTX_set_data| Name: | TS_VERIFY_CTX_set_data | | Prototype: | BIO *TS_VERIFY_CTX_set_data(TS_VERIFY_CTX *ctx, BIO *b) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_verify_ctx.c | | Lines: | 51-55 |
| | 2 | 1 |
TS_VERIFY_CTX_new| Name: | TS_VERIFY_CTX_new | | Prototype: | TS_VERIFY_CTX *TS_VERIFY_CTX_new(void) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_verify_ctx.c | | Lines: | 15-22 |
| | 6 | 2 |
TS_VERIFY_CTX_init| Name: | TS_VERIFY_CTX_init | | Prototype: | void TS_VERIFY_CTX_init(TS_VERIFY_CTX *ctx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_verify_ctx.c | | Lines: | 24-28 |
| | 6 | 1 |
TS_VERIFY_CTX_free| Name: | TS_VERIFY_CTX_free | | Prototype: | void TS_VERIFY_CTX_free(TS_VERIFY_CTX *ctx) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_verify_ctx.c | | Lines: | 30-37 |
| | 4 | 2 |
TS_VERIFY_CTX_cleanup| Name: | TS_VERIFY_CTX_cleanup | | Prototype: | void TS_VERIFY_CTX_cleanup(TS_VERIFY_CTX *ctx) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_verify_ctx.c | | Lines: | 78-98 |
| | 11 | 2 |
TS_VERIFY_CTX_add_flags| Name: | TS_VERIFY_CTX_add_flags | | Prototype: | int TS_VERIFY_CTX_add_flags(TS_VERIFY_CTX *ctx, int f) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_verify_ctx.c | | Lines: | 39-43 |
| | 2 | 1 |
TS_VERIFY_CTS_set_certs| Name: | TS_VERIFY_CTS_set_certs | | Prototype: | struct stack_st_X509 *TS_VERIFY_CTS_set_certs(TS_VERIFY_CTX *ctx, struct stack_st_X509 *certs) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_verify_ctx.c | | Lines: | 63-68 |
| | 2 | 1 |
TS_TST_INFO_set_version| Name: | TS_TST_INFO_set_version | | Prototype: | int TS_TST_INFO_set_version(TS_TST_INFO *a, long version) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_rsp_utils.c | | Lines: | 58-61 |
| | 1 | 1 |
TS_TST_INFO_set_tsa| Name: | TS_TST_INFO_set_tsa | | Prototype: | int TS_TST_INFO_set_tsa(TS_TST_INFO *a, GENERAL_NAME *tsa) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_rsp_utils.c | | Lines: | 272-286 |
| | 12 | 3 |
TS_TST_INFO_set_time| Name: | TS_TST_INFO_set_time | | Prototype: | int TS_TST_INFO_set_time(TS_TST_INFO *a, const ASN1_GENERALIZEDTIME *gtime) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_rsp_utils.c | | Lines: | 131-145 |
| | 12 | 3 |
TS_TST_INFO_set_serial| Name: | TS_TST_INFO_set_serial | | Prototype: | int TS_TST_INFO_set_serial(TS_TST_INFO *a, const ASN1_INTEGER *serial) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_rsp_utils.c | | Lines: | 110-124 |
| | 12 | 3 |
TS_TST_INFO_set_policy_id| Name: | TS_TST_INFO_set_policy_id | | Prototype: | int TS_TST_INFO_set_policy_id(TS_TST_INFO *a, ASN1_OBJECT *policy) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_rsp_utils.c | | Lines: | 68-82 |
| | 12 | 3 |
TS_TST_INFO_set_ordering| Name: | TS_TST_INFO_set_ordering | | Prototype: | int TS_TST_INFO_set_ordering(TS_TST_INFO *a, int ordering) | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_rsp_utils.c | | Lines: | 240-244 |
| | 2 | 1 |
TS_TST_INFO_set_nonce| Name: | TS_TST_INFO_set_nonce | | Prototype: | int TS_TST_INFO_set_nonce(TS_TST_INFO *a, const ASN1_INTEGER *nonce) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_rsp_utils.c | | Lines: | 251-265 |
| | 12 | 3 |
TS_TST_INFO_set_msg_imprint| Name: | TS_TST_INFO_set_msg_imprint | | Prototype: | int TS_TST_INFO_set_msg_imprint(TS_TST_INFO *a, TS_MSG_IMPRINT *msg_imprint) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_rsp_utils.c | | Lines: | 89-103 |
| | 12 | 3 |
TS_TST_INFO_set_accuracy| Name: | TS_TST_INFO_set_accuracy | | Prototype: | int TS_TST_INFO_set_accuracy(TS_TST_INFO *a, TS_ACCURACY *accuracy) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_rsp_utils.c | | Lines: | 152-166 |
| | 12 | 3 |
TS_TST_INFO_print_bio| Name: | TS_TST_INFO_print_bio | | Prototype: | int TS_TST_INFO_print_bio(BIO *bio, TS_TST_INFO *a) | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_rsp_print.c | | Lines: | 118-174 |
| | 55 | 7 |
TS_TST_INFO_new| Name: | TS_TST_INFO_new | | Prototype: | TS_TST_INFO *TS_TST_INFO_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_asn1.c | | Lines: | 99-99 |
| | 1 | 1 |
TS_TST_INFO_get_version| Name: | TS_TST_INFO_get_version | | Prototype: | long TS_TST_INFO_get_version(const TS_TST_INFO *a) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_rsp_utils.c | | Lines: | 63-66 |
| | 1 | 1 |
TS_TST_INFO_get_tsa| Name: | TS_TST_INFO_get_tsa | | Prototype: | GENERAL_NAME *TS_TST_INFO_get_tsa(TS_TST_INFO *a) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_rsp_utils.c | | Lines: | 288-291 |
| | 1 | 1 |
TS_TST_INFO_get_time| Name: | TS_TST_INFO_get_time | | Prototype: | const ASN1_GENERALIZEDTIME *TS_TST_INFO_get_time(const TS_TST_INFO *a) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_rsp_utils.c | | Lines: | 147-150 |
| | 1 | 1 |
TS_TST_INFO_get_serial| Name: | TS_TST_INFO_get_serial | | Prototype: | const ASN1_INTEGER *TS_TST_INFO_get_serial(const TS_TST_INFO *a) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_rsp_utils.c | | Lines: | 126-129 |
| | 1 | 1 |
TS_TST_INFO_get_policy_id| Name: | TS_TST_INFO_get_policy_id | | Prototype: | ASN1_OBJECT *TS_TST_INFO_get_policy_id(TS_TST_INFO *a) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_rsp_utils.c | | Lines: | 84-87 |
| | 1 | 1 |
TS_TST_INFO_get_ordering| Name: | TS_TST_INFO_get_ordering | | Prototype: | int TS_TST_INFO_get_ordering(const TS_TST_INFO *a) | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_rsp_utils.c | | Lines: | 246-249 |
| | 1 | 1 |
TS_TST_INFO_get_nonce| Name: | TS_TST_INFO_get_nonce | | Prototype: | const ASN1_INTEGER *TS_TST_INFO_get_nonce(const TS_TST_INFO *a) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_rsp_utils.c | | Lines: | 267-270 |
| | 1 | 1 |