| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
X509_CRL_get_meth_data| Name: | X509_CRL_get_meth_data | | Prototype: | void * X509_CRL_get_meth_data(X509_CRL *crl) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_crl.c | | Lines: | 691-695 |
| | 1 | 1 |
X509_CRL_get_lastUpdate| Name: | X509_CRL_get_lastUpdate | | Prototype: | ASN1_TIME * X509_CRL_get_lastUpdate(X509_CRL *crl) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_crl.c | | Lines: | 721-725 |
| | 1 | 1 |
X509_CRL_get_issuer| Name: | X509_CRL_get_issuer | | Prototype: | X509_NAME * X509_CRL_get_issuer(const X509_CRL *crl) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_crl.c | | Lines: | 739-743 |
| | 1 | 1 |
X509_CRL_get_ext_d2i| Name: | X509_CRL_get_ext_d2i | | Prototype: | void * X509_CRL_get_ext_d2i(const X509_CRL *x, int nid, int *crit, int *idx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_ext.c | | Lines: | 104-108 |
| | 1 | 1 |
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/libressl/src/crypto/x509/x509_ext.c | | Lines: | 68-72 |
| | 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/libressl/src/crypto/x509/x509_ext.c | | Lines: | 86-90 |
| | 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/libressl/src/crypto/x509/x509_ext.c | | Lines: | 80-84 |
| | 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/libressl/src/crypto/x509/x509_ext.c | | Lines: | 74-78 |
| | 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/libressl/src/crypto/x509/x509_ext.c | | Lines: | 92-96 |
| | 1 | 1 |
X509_CRL_get_REVOKED| Name: | X509_CRL_get_REVOKED | | Prototype: | struct stack_st_X509_REVOKED * X509_CRL_get_REVOKED(X509_CRL *crl) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_crl.c | | Lines: | 745-749 |
| | 1 | 1 |
X509_CRL_get0_nextUpdate| Name: | X509_CRL_get0_nextUpdate | | Prototype: | const ASN1_TIME * X509_CRL_get0_nextUpdate(const X509_CRL *crl) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_crl.c | | Lines: | 727-731 |
| | 1 | 1 |
X509_CRL_get0_lastUpdate| Name: | X509_CRL_get0_lastUpdate | | Prototype: | const ASN1_TIME * X509_CRL_get0_lastUpdate(const X509_CRL *crl) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_crl.c | | Lines: | 715-719 |
| | 1 | 1 |
X509_CRL_get0_extensions| Name: | X509_CRL_get0_extensions | | Prototype: | const struct stack_st_X509_EXTENSION * X509_CRL_get0_extensions(const X509_CRL *crl) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_crl.c | | Lines: | 703-707 |
| | 1 | 1 |
X509_CRL_free| Name: | X509_CRL_free | | Prototype: | void X509_CRL_free(X509_CRL *a) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_crl.c | | Lines: | 515-519 |
| | 1 | 1 |
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/libressl/src/crypto/asn1/x_crl.c | | Lines: | 521-525 |
| | 1 | 1 |
X509_CRL_digest| Name: | X509_CRL_digest | | Prototype: | int X509_CRL_digest(const X509_CRL *data, const EVP_MD *type, unsigned char *md, unsigned int *len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x_all.c | | Lines: | 572-578 |
| | 2 | 1 |
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/libressl/src/crypto/x509/x509_ext.c | | Lines: | 98-102 |
| | 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/libressl/src/crypto/x509/x509_cmp.c | | Lines: | 133-137 |
| | 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/libressl/src/crypto/x509/x509_ext.c | | Lines: | 117-121 |
| | 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/libressl/src/crypto/x509/x509_ext.c | | Lines: | 110-115 |
| | 1 | 1 |
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/libressl/src/crypto/asn1/x_crl.c | | Lines: | 484-488 |
| | 1 | 1 |
X509_CRL_INFO_free| Name: | X509_CRL_INFO_free | | Prototype: | void X509_CRL_INFO_free(X509_CRL_INFO *a) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_crl.c | | Lines: | 490-494 |
| | 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/libressl/src/crypto/asn1/x_x509.c | | Lines: | 157-161 |
| | 1 | 1 |
X509_CINF_free| Name: | X509_CINF_free | | Prototype: | void X509_CINF_free(X509_CINF *a) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_x509.c | | Lines: | 163-167 |
| | 1 | 1 |
X509_CERT_PAIR_new| Name: | X509_CERT_PAIR_new | | Prototype: | X509_CERT_PAIR * X509_CERT_PAIR_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_x509a.c | | Lines: | 315-319 |
| | 1 | 1 |
X509_CERT_PAIR_free| Name: | X509_CERT_PAIR_free | | Prototype: | void X509_CERT_PAIR_free(X509_CERT_PAIR *a) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_x509a.c | | Lines: | 321-325 |
| | 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/libressl/src/crypto/asn1/x_x509a.c | | Lines: | 134-138 |
| | 1 | 1 |
X509_CERT_AUX_free| Name: | X509_CERT_AUX_free | | Prototype: | void X509_CERT_AUX_free(X509_CERT_AUX *a) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_x509a.c | | Lines: | 140-144 |
| | 1 | 1 |
X509_ATTRIBUTE_new| Name: | X509_ATTRIBUTE_new | | Prototype: | X509_ATTRIBUTE * X509_ATTRIBUTE_new(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_attrib.c | | Lines: | 154-158 |
| | 1 | 1 |
X509_ATTRIBUTE_free| Name: | X509_ATTRIBUTE_free | | Prototype: | void X509_ATTRIBUTE_free(X509_ATTRIBUTE *a) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_attrib.c | | Lines: | 160-164 |
| | 1 | 1 |
X509_ATTRIBUTE_dup| Name: | X509_ATTRIBUTE_dup | | Prototype: | X509_ATTRIBUTE * X509_ATTRIBUTE_dup(X509_ATTRIBUTE *x) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_attrib.c | | Lines: | 166-170 |
| | 1 | 1 |
X509_ALGOR_new| Name: | X509_ALGOR_new | | Prototype: | X509_ALGOR * X509_ALGOR_new(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_algor.c | | Lines: | 119-123 |
| | 1 | 1 |
X509_ALGOR_free| Name: | X509_ALGOR_free | | Prototype: | void X509_ALGOR_free(X509_ALGOR *a) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_algor.c | | Lines: | 125-129 |
| | 1 | 1 |
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/libressl/src/crypto/asn1/x_algor.c | | Lines: | 144-148 |
| | 1 | 1 |
X509V3_set_nconf| Name: | X509V3_set_nconf | | Prototype: | void X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_conf.c | | Lines: | 470-475 |
| | 2 | 1 |
X509V3_set_ctx| Name: | X509V3_set_ctx | | Prototype: | void X509V3_set_ctx(X509V3_CTX *ctx, X509 *issuer, X509 *subj, X509_REQ *req, X509_CRL *crl, int flags) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_conf.c | | Lines: | 477-486 |
| | 5 | 1 |
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/libressl/src/crypto/x509v3/v3_conf.c | | Lines: | 531-536 |
| | 2 | 1 |
X509V3_add_value_uchar| Name: | X509V3_add_value_uchar | | Prototype: | int X509V3_add_value_uchar(const char *name, const unsigned char *value, struct stack_st_CONF_VALUE **extlist) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_utl.c | | Lines: | 113-118 |
| | 1 | 1 |
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/libressl/src/crypto/x509v3/v3_lib.c | | Lines: | 191-195 |
| | 1 | 1 |
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/libressl/src/crypto/x509v3/v3_conf.c | | Lines: | 502-510 |
| | 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/libressl/src/crypto/x509v3/v3_conf.c | | Lines: | 490-498 |
| | 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/libressl/src/crypto/x509v3/v3_lib.c | | Lines: | 173-178 |
| | 6 | 1 |
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/libressl/src/crypto/x509v3/v3_conf.c | | Lines: | 538-546 |
| | 3 | 1 |
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/libressl/src/crypto/x509v3/v3_conf.c | | Lines: | 562-570 |
| | 3 | 1 |
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/libressl/src/crypto/x509v3/v3_conf.c | | Lines: | 550-558 |
| | 3 | 1 |
X25519_keypair| Name: | X25519_keypair | | Prototype: | void X25519_keypair(uint8_t out_public_value[32], uint8_t out_private_key[32]) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/curve25519/curve25519.c | | Lines: | 4897-4921 |
| | 5 | 1 |
X25519| Name: | X25519 | | Prototype: | int X25519(uint8_t out_shared_key[32], const uint8_t private_key[32], const uint8_t peer_public_value[32]) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/curve25519/curve25519.c | | Lines: | 4923-4934 |
| | 2 | 1 |
WHIRLPOOL_Init| Name: | WHIRLPOOL_Init | | Prototype: | int WHIRLPOOL_Init(WHIRLPOOL_CTX *c) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/whrlpool/wp_dgst.c | | Lines: | 59-63 |
| | 2 | 1 |
USERNOTICE_new| Name: | USERNOTICE_new | | Prototype: | USERNOTICE * USERNOTICE_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_cpols.c | | Lines: | 336-340 |
| | 1 | 1 |
USERNOTICE_free| Name: | USERNOTICE_free | | Prototype: | void USERNOTICE_free(USERNOTICE *a) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_cpols.c | | Lines: | 342-346 |
| | 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/libressl/src/crypto/ui/ui_lib.c | | Lines: | 576-581 |
| | 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/libressl/src/crypto/ui/ui_lib.c | | Lines: | 543-547 |
| | 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/libressl/src/crypto/ui/ui_lib.c | | Lines: | 555-559 |
| | 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/libressl/src/crypto/ui/ui_lib.c | | Lines: | 71-75 |
| | 5 | 1 |
UI_get_method| Name: | UI_get_method | | Prototype: | const UI_METHOD * UI_get_method(UI *ui) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ui/ui_lib.c | | Lines: | 570-574 |
| | 1 | 1 |
UI_get_ex_new_index| Name: | UI_get_ex_new_index | | Prototype: | int UI_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/ui/ui_lib.c | | Lines: | 535-541 |
| | 2 | 1 |
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/libressl/src/crypto/ui/ui_lib.c | | Lines: | 549-553 |
| | 1 | 1 |
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_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_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_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 |
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_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_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_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_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_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_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_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_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_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 |
TS_RESP_get_tst_info| Name: | TS_RESP_get_tst_info | | Prototype: | TS_TST_INFO * TS_RESP_get_tst_info(TS_RESP *a) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_rsp_utils.c | | Lines: | 109-113 |
| | 1 | 1 |