| Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
UI_get_default_method| Name: | UI_get_default_method | | Prototype: | const UI_METHOD * UI_get_default_method(void) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ui/ui_lib.c | | Lines: | 561-568 |
| | 5 | 2 |
UI_get0_user_data| Name: | UI_get0_user_data | | Prototype: | void * UI_get0_user_data(UI *ui) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ui/ui_lib.c | | Lines: | 415-419 |
| | 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/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ui/ui_lib.c | | Lines: | 775-786 |
| | 13 | 4 |
UI_get0_result_string| Name: | UI_get0_result_string | | Prototype: | const char * UI_get0_result_string(UI_STRING *uis) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ui/ui_lib.c | | Lines: | 761-773 |
| | 13 | 5 |
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/libressl/src/crypto/ui/ui_lib.c | | Lines: | 421-433 |
| | 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/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ui/ui_lib.c | | Lines: | 739-745 |
| | 7 | 2 |
UI_get0_action_string| Name: | UI_get0_action_string | | Prototype: | const char * UI_get0_action_string(UI_STRING *uis) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ui/ui_lib.c | | Lines: | 747-759 |
| | 13 | 5 |
UI_free| Name: | UI_free | | Prototype: | void UI_free(UI *ui) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ui/ui_lib.c | | Lines: | 117-125 |
| | 7 | 2 |
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/16) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ui/ui_lib.c | | Lines: | 262-277 |
| | 46 | 4 |
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/16) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ui/ui_lib.c | | Lines: | 237-252 |
| | 50 | 4 |
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/62) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ui/ui_lib.c | | Lines: | 287-334 |
| | 184 | 14 |
UI_dup_info_string| Name: | UI_dup_info_string | | Prototype: | int UI_dup_info_string(UI *ui, const char *text) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ui/ui_lib.c | | Lines: | 343-357 |
| | 54 | 4 |
UI_dup_error_string| Name: | UI_dup_error_string | | Prototype: | int UI_dup_error_string(UI *ui, const char *text) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ui/ui_lib.c | | Lines: | 366-380 |
| | 54 | 4 |
UI_destroy_method| Name: | UI_destroy_method | | Prototype: | void UI_destroy_method(UI_METHOD *ui_method) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ui/ui_lib.c | | Lines: | 598-604 |
| | 7 | 1 |
UI_ctrl| Name: | UI_ctrl | | Prototype: | int UI_ctrl(UI *ui, int cmd, long i, void *p, void (*f) (void)) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ui/ui_lib.c | | Lines: | 509-533 |
| | 15 | 6 |
UI_create_method| Name: | UI_create_method | | Prototype: | UI_METHOD * UI_create_method(const char *name) | | Coverage: | 33.333% (5/15) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ui/ui_lib.c | | Lines: | 584-593 |
| | 36 | 3 |
UI_construct_prompt| Name: | UI_construct_prompt | | Prototype: | char * UI_construct_prompt(UI *ui, const char *object_desc, const char *object_name) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ui/ui_lib.c | | Lines: | 382-404 |
| | 29 | 6 |
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/libressl/src/crypto/ui/ui_lib.c | | Lines: | 254-260 |
| | 2 | 1 |
UI_add_user_data| Name: | UI_add_user_data | | Prototype: | void * UI_add_user_data(UI *ui, void *user_data) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ui/ui_lib.c | | Lines: | 406-413 |
| | 3 | 1 |
UI_add_input_string| Name: | UI_add_input_string | | Prototype: | int UI_add_input_string(UI *ui, const char *prompt, int flags, char *result_buf, int minsize, int maxsize) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ui/ui_lib.c | | Lines: | 228-234 |
| | 6 | 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/libressl/src/crypto/ui/ui_lib.c | | Lines: | 279-285 |
| | 2 | 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/libressl/src/crypto/ui/ui_lib.c | | Lines: | 336-341 |
| | 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/libressl/src/crypto/ui/ui_lib.c | | Lines: | 359-364 |
| | 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/libressl/src/crypto/ui/ui_util.c | | Lines: | 62-72 |
| | 22 | 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/libressl/src/crypto/ui/ui_util.c | | Lines: | 74-96 |
| | 16 | 6 |
UI_OpenSSL| Name: | UI_OpenSSL | | Prototype: | UI_METHOD * UI_OpenSSL(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ui/ui_openssl.c | | Lines: | 165-169 |
| | 1 | 1 |
U8TO32| Name: | U8TO32 | | Prototype: | static unsigned long U8TO32(const unsigned char *p) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/poly1305/poly1305-donna.c | | Lines: | 35-42 |
| | 4 | 1 |
U32TO8| Name: | U32TO8 | | Prototype: | static void U32TO8(unsigned char *p, unsigned long v) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/poly1305/poly1305-donna.c | | Lines: | 45-52 |
| | 4 | 1 |
TXT_DB_write| Name: | TXT_DB_write | | Prototype: | long TXT_DB_write(BIO *out, TXT_DB *db) | | Coverage: | 0.000% (0/35) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/txt_db/txt_db.c | | Lines: | 245-293 |
| | 48 | 14 |
TXT_DB_read| Name: | TXT_DB_read | | Prototype: | TXT_DB * TXT_DB_read(BIO *in, int num) | | Coverage: | 0.000% (0/78) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/txt_db/txt_db.c | | Lines: | 69-186 |
| | 157 | 27 |
TXT_DB_insert| Name: | TXT_DB_insert | | Prototype: | int TXT_DB_insert(TXT_DB *db, OPENSSL_STRING *row) | | Coverage: | 0.000% (0/30) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/txt_db/txt_db.c | | Lines: | 295-331 |
| | 36 | 10 |
TXT_DB_get_by_index| Name: | TXT_DB_get_by_index | | Prototype: | OPENSSL_STRING * TXT_DB_get_by_index(TXT_DB *db, int idx, OPENSSL_STRING *value) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/txt_db/txt_db.c | | Lines: | 188-206 |
| | 22 | 3 |
TXT_DB_free| Name: | TXT_DB_free | | Prototype: | void TXT_DB_free(TXT_DB *db) | | Coverage: | 5.714% (2/35) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/txt_db/txt_db.c | | Lines: | 333-372 |
| | 39 | 11 |
TXT_DB_create_index| Name: | TXT_DB_create_index | | Prototype: | int TXT_DB_create_index(TXT_DB *db, int field, int (*qual)(OPENSSL_STRING *), LHASH_HASH_FN_TYPE hash, LHASH_COMP_FN_TYPE cmp) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/txt_db/txt_db.c | | Lines: | 208-243 |
| | 35 | 7 |
TS_verify_cert| Name: | TS_verify_cert | | Prototype: | static int TS_verify_cert(X509_STORE *store, struct stack_st_X509 *untrusted, X509 *signer, struct stack_st_X509 **chain) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_rsp_verify.c | | Lines: | 232-267 |
| | 25 | 5 |
TS_status_map_print| Name: | TS_status_map_print | | Prototype: | static int TS_status_map_print(BIO *bio, struct status_map_st *a, ASN1_BIT_STRING *v) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_rsp_print.c | | Lines: | 179-193 |
| | 7 | 4 |
TS_issuer_serial_cmp| Name: | TS_issuer_serial_cmp | | Prototype: | static int TS_issuer_serial_cmp(ESS_ISSUER_SERIAL *is, X509_CINF *cinfo) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_rsp_verify.c | | Lines: | 351-370 |
| | 10 | 4 |
TS_get_status_text| Name: | TS_get_status_text | | Prototype: | static char * TS_get_status_text(struct stack_st_ASN1_UTF8STRING *text) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_rsp_verify.c | | Lines: | 553-580 |
| | 25 | 5 |
TS_find_name| Name: | TS_find_name | | Prototype: | static int TS_find_name(struct stack_st_GENERAL_NAME *gen_names, GENERAL_NAME *name) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_rsp_verify.c | | Lines: | 735-745 |
| | 6 | 2 |
TS_find_cert| Name: | TS_find_cert | | Prototype: | static int TS_find_cert(struct stack_st_ESS_CERT_ID *cert_ids, X509 *cert) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_rsp_verify.c | | Lines: | 322-349 |
| | 13 | 5 |
TS_ext_print_bio| Name: | TS_ext_print_bio | | Prototype: | int TS_ext_print_bio(BIO *bio, const struct stack_st_X509_EXTENSION *extensions) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_lib.c | | Lines: | 103-126 |
| | 16 | 3 |
TS_compute_imprint| Name: | TS_compute_imprint | | Prototype: | static int TS_compute_imprint(BIO *data, TS_TST_INFO *tst_info, X509_ALGOR **md_alg, unsigned char **imprint, unsigned *imprint_len) | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_rsp_verify.c | | Lines: | 595-646 |
| | 49 | 10 |
TS_check_status_info| Name: | TS_check_status_info | | Prototype: | static int TS_check_status_info(TS_RESP *response) | | Coverage: | 0.000% (0/33) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_rsp_verify.c | | Lines: | 497-551 |
| | 43 | 9 |
TS_check_signing_certs| Name: | TS_check_signing_certs | | Prototype: | static int TS_check_signing_certs(PKCS7_SIGNER_INFO *si, struct stack_st_X509 *chain) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_rsp_verify.c | | Lines: | 269-303 |
| | 25 | 8 |
TS_check_signer_name| Name: | TS_check_signer_name | | Prototype: | static int TS_check_signer_name(GENERAL_NAME *tsa_name, X509 *signer) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_rsp_verify.c | | Lines: | 702-732 |
| | 36 | 5 |
TS_check_policy| Name: | TS_check_policy | | Prototype: | static int TS_check_policy(ASN1_OBJECT *req_oid, TS_TST_INFO *tst_info) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_rsp_verify.c | | Lines: | 582-593 |
| | 5 | 2 |
TS_check_nonces| Name: | TS_check_nonces | | Prototype: | static int TS_check_nonces(const ASN1_INTEGER *a, TS_TST_INFO *tst_info) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_rsp_verify.c | | Lines: | 680-698 |
| | 8 | 3 |
TS_check_imprints| Name: | TS_check_imprints | | Prototype: | static int TS_check_imprints(X509_ALGOR *algor_a, unsigned char *imprint_a, unsigned len_a, TS_TST_INFO *tst_info) | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_rsp_verify.c | | Lines: | 648-678 |
| | 16 | 6 |
TS_X509_ALGOR_print_bio| Name: | TS_X509_ALGOR_print_bio | | Prototype: | int TS_X509_ALGOR_print_bio(BIO *bio, const X509_ALGOR *alg) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_lib.c | | Lines: | 128-135 |
| | 3 | 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/libressl/src/crypto/ts/ts_verify_ctx.c | | Lines: | 65-74 |
| | 4 | 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/libressl/src/crypto/ts/ts_verify_ctx.c | | Lines: | 76-80 |
| | 1 | 1 |
TS_VERIFY_CTX_free| Name: | TS_VERIFY_CTX_free | | Prototype: | void TS_VERIFY_CTX_free(TS_VERIFY_CTX *ctx) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_verify_ctx.c | | Lines: | 82-90 |
| | 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/libressl/src/crypto/ts/ts_verify_ctx.c | | Lines: | 92-113 |
| | 11 | 2 |
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/libressl/src/crypto/ts/ts_rsp_utils.c | | Lines: | 115-119 |
| | 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/libressl/src/crypto/ts/ts_rsp_utils.c | | Lines: | 351-366 |
| | 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/libressl/src/crypto/ts/ts_rsp_utils.c | | Lines: | 196-211 |
| | 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/libressl/src/crypto/ts/ts_rsp_utils.c | | Lines: | 173-188 |
| | 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/libressl/src/crypto/ts/ts_rsp_utils.c | | Lines: | 127-142 |
| | 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/libressl/src/crypto/ts/ts_rsp_utils.c | | Lines: | 315-320 |
| | 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/libressl/src/crypto/ts/ts_rsp_utils.c | | Lines: | 328-343 |
| | 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/libressl/src/crypto/ts/ts_rsp_utils.c | | Lines: | 150-165 |
| | 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/libressl/src/crypto/ts/ts_rsp_utils.c | | Lines: | 219-234 |
| | 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/libressl/src/crypto/ts/ts_rsp_print.c | | Lines: | 195-275 |
| | 68 | 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/libressl/src/crypto/ts/ts_asn1.c | | Lines: | 425-429 |
| | 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/libressl/src/crypto/ts/ts_rsp_utils.c | | Lines: | 121-125 |
| | 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/libressl/src/crypto/ts/ts_rsp_utils.c | | Lines: | 368-372 |
| | 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/libressl/src/crypto/ts/ts_rsp_utils.c | | Lines: | 213-217 |
| | 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/libressl/src/crypto/ts/ts_rsp_utils.c | | Lines: | 190-194 |
| | 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/libressl/src/crypto/ts/ts_rsp_utils.c | | Lines: | 144-148 |
| | 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/libressl/src/crypto/ts/ts_rsp_utils.c | | Lines: | 322-326 |
| | 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/libressl/src/crypto/ts/ts_rsp_utils.c | | Lines: | 345-349 |
| | 1 | 1 |
TS_TST_INFO_get_msg_imprint| Name: | TS_TST_INFO_get_msg_imprint | | Prototype: | TS_MSG_IMPRINT * TS_TST_INFO_get_msg_imprint(TS_TST_INFO *a) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_rsp_utils.c | | Lines: | 167-171 |
| | 1 | 1 |
TS_TST_INFO_get_exts| Name: | TS_TST_INFO_get_exts | | Prototype: | struct stack_st_X509_EXTENSION *TS_TST_INFO_get_exts(TS_TST_INFO *a) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_rsp_utils.c | | Lines: | 374-377 |
| | 1 | 1 |
TS_TST_INFO_get_ext_d2i| Name: | TS_TST_INFO_get_ext_d2i | | Prototype: | void * TS_TST_INFO_get_ext_d2i(TS_TST_INFO *a, int nid, int *crit, int *idx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_rsp_utils.c | | Lines: | 430-434 |
| | 1 | 1 |
TS_TST_INFO_get_ext_count| Name: | TS_TST_INFO_get_ext_count | | Prototype: | int TS_TST_INFO_get_ext_count(TS_TST_INFO *a) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_rsp_utils.c | | Lines: | 388-392 |
| | 1 | 1 |
TS_TST_INFO_get_ext_by_critical| Name: | TS_TST_INFO_get_ext_by_critical | | Prototype: | int TS_TST_INFO_get_ext_by_critical(TS_TST_INFO *a, int crit, int lastpos) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_rsp_utils.c | | Lines: | 406-410 |
| | 1 | 1 |
TS_TST_INFO_get_ext_by_OBJ| Name: | TS_TST_INFO_get_ext_by_OBJ | | Prototype: | int TS_TST_INFO_get_ext_by_OBJ(TS_TST_INFO *a, const ASN1_OBJECT *obj, int lastpos) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_rsp_utils.c | | Lines: | 400-404 |
| | 1 | 1 |
TS_TST_INFO_get_ext_by_NID| Name: | TS_TST_INFO_get_ext_by_NID | | Prototype: | int TS_TST_INFO_get_ext_by_NID(TS_TST_INFO *a, int nid, int lastpos) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_rsp_utils.c | | Lines: | 394-398 |
| | 1 | 1 |
TS_TST_INFO_get_ext| Name: | TS_TST_INFO_get_ext | | Prototype: | X509_EXTENSION * TS_TST_INFO_get_ext(TS_TST_INFO *a, int loc) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_rsp_utils.c | | Lines: | 412-416 |
| | 1 | 1 |
TS_TST_INFO_get_accuracy| Name: | TS_TST_INFO_get_accuracy | | Prototype: | TS_ACCURACY * TS_TST_INFO_get_accuracy(TS_TST_INFO *a) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_rsp_utils.c | | Lines: | 236-240 |
| | 1 | 1 |
TS_TST_INFO_free| Name: | TS_TST_INFO_free | | Prototype: | void TS_TST_INFO_free(TS_TST_INFO *a) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_asn1.c | | Lines: | 431-435 |
| | 1 | 1 |
TS_TST_INFO_ext_free| Name: | TS_TST_INFO_ext_free | | Prototype: | void TS_TST_INFO_ext_free(TS_TST_INFO *a) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_rsp_utils.c | | Lines: | 379-386 |
| | 8 | 2 |
TS_TST_INFO_dup| Name: | TS_TST_INFO_dup | | Prototype: | TS_TST_INFO * TS_TST_INFO_dup(TS_TST_INFO *x) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_asn1.c | | Lines: | 437-441 |
| | 1 | 1 |
TS_TST_INFO_delete_ext| Name: | TS_TST_INFO_delete_ext | | Prototype: | X509_EXTENSION * TS_TST_INFO_delete_ext(TS_TST_INFO *a, int loc) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_rsp_utils.c | | Lines: | 418-422 |
| | 1 | 1 |
TS_TST_INFO_content_new| Name: | TS_TST_INFO_content_new | | Prototype: | static int TS_TST_INFO_content_new(PKCS7 *p7) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_rsp_sign.c | | Lines: | 891-918 |
| | 29 | 6 |
TS_TST_INFO_add_ext| Name: | TS_TST_INFO_add_ext | | Prototype: | int TS_TST_INFO_add_ext(TS_TST_INFO *a, X509_EXTENSION *ex, int loc) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_rsp_utils.c | | Lines: | 424-428 |
| | 5 | 1 |
TS_STATUS_INFO_print_bio| Name: | TS_STATUS_INFO_print_bio | | Prototype: | int TS_STATUS_INFO_print_bio(BIO *bio, TS_STATUS_INFO *a) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_rsp_print.c | | Lines: | 97-177 |
| | 26 | 7 |
TS_STATUS_INFO_new| Name: | TS_STATUS_INFO_new | | Prototype: | TS_STATUS_INFO * TS_STATUS_INFO_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_asn1.c | | Lines: | 517-521 |
| | 1 | 1 |
TS_STATUS_INFO_free| Name: | TS_STATUS_INFO_free | | Prototype: | void TS_STATUS_INFO_free(TS_STATUS_INFO *a) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_asn1.c | | Lines: | 523-527 |
| | 1 | 1 |
TS_STATUS_INFO_dup| Name: | TS_STATUS_INFO_dup | | Prototype: | TS_STATUS_INFO * TS_STATUS_INFO_dup(TS_STATUS_INFO *x) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_asn1.c | | Lines: | 529-533 |
| | 1 | 1 |
TS_RESP_verify_token| Name: | TS_RESP_verify_token | | Prototype: | int TS_RESP_verify_token(TS_VERIFY_CTX *ctx, PKCS7 *token) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_rsp_verify.c | | Lines: | 403-414 |
| | 6 | 2 |
TS_RESP_verify_signature| Name: | TS_RESP_verify_signature | | Prototype: | int TS_RESP_verify_signature(PKCS7 *token, struct stack_st_X509 *certs, X509_STORE *store, X509 **signer_out) | | Coverage: | 0.000% (0/36) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_rsp_verify.c | | Lines: | 143-226 |
| | 68 | 12 |
TS_RESP_verify_response| Name: | TS_RESP_verify_response | | Prototype: | int TS_RESP_verify_response(TS_VERIFY_CTX *ctx, TS_RESP *response) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_rsp_verify.c | | Lines: | 378-397 |
| | 9 | 4 |
TS_RESP_sign| Name: | TS_RESP_sign | | Prototype: | static int TS_RESP_sign(TS_RESP_CTX *ctx) | | Coverage: | 0.000% (0/52) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_rsp_sign.c | | Lines: | 704-810 |
| | 90 | 18 |
TS_RESP_set_tst_info| Name: | TS_RESP_set_tst_info | | Prototype: | void TS_RESP_set_tst_info(TS_RESP *a, PKCS7 *p7, TS_TST_INFO *tst_info) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_rsp_utils.c | | Lines: | 93-101 |
| | 4 | 1 |
TS_RESP_set_status_info| Name: | TS_RESP_set_status_info | | Prototype: | int TS_RESP_set_status_info(TS_RESP *a, TS_STATUS_INFO *status_info) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_rsp_utils.c | | Lines: | 68-84 |
| | 12 | 3 |
TS_RESP_set_genTime_with_precision| Name: | TS_RESP_set_genTime_with_precision | | Prototype: | static ASN1_GENERALIZEDTIME * TS_RESP_set_genTime_with_precision(ASN1_GENERALIZEDTIME *asn1_time, time_t sec, long usec, unsigned precision) | | Coverage: | 0.000% (0/33) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_rsp_sign.c | | Lines: | 951-1020 |
| | 40 | 10 |
TS_RESP_process_extensions| Name: | TS_RESP_process_extensions | | Prototype: | static int TS_RESP_process_extensions(TS_RESP_CTX *ctx) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_rsp_sign.c | | Lines: | 681-701 |
| | 11 | 2 |
TS_RESP_print_bio| Name: | TS_RESP_print_bio | | Prototype: | int TS_RESP_print_bio(BIO *bio, TS_RESP *a) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_rsp_print.c | | Lines: | 79-95 |
| | 11 | 2 |
TS_RESP_new| Name: | TS_RESP_new | | Prototype: | TS_RESP * TS_RESP_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_asn1.c | | Lines: | 628-632 |
| | 1 | 1 |