| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
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_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_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_nconf| Name: | X509V3_EXT_nconf | | Prototype: | X509_EXTENSION * X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, const char *name, const char *value) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_conf.c | | Lines: | 87-104 |
| | 11 | 3 |
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/libressl/src/crypto/x509v3/v3_conf.c | | Lines: | 108-120 |
| | 7 | 2 |
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/libressl/src/crypto/x509v3/v3_prn.c | | Lines: | 214-225 |
| | 7 | 2 |
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/26) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_utl.c | | Lines: | 1308-1342 |
| | 22 | 8 |
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_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/libressl/src/crypto/x509v3/v3_utl.c | | Lines: | 142-149 |
| | 3 | 2 |
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_get_section| Name: | X509V3_get_section | | Prototype: | struct stack_st_CONF_VALUE * X509V3_get_section(X509V3_CTX *ctx, const char *section) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_conf.c | | Lines: | 423-431 |
| | 8 | 2 |
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/8) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_conf.c | | Lines: | 413-421 |
| | 8 | 2 |
X509V3_get_value_bool| Name: | X509V3_get_value_bool | | Prototype: | int X509V3_get_value_bool(const CONF_VALUE *value, int *asn1_bool) | | Coverage: | 0.000% (0/391) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_utl.c | | Lines: | 248-271 |
| | 1980 | 77 |
X509V3_get_value_int| Name: | X509V3_get_value_int | | Prototype: | int X509V3_get_value_int(const CONF_VALUE *value, ASN1_INTEGER **aint) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_utl.c | | Lines: | 273-284 |
| | 10 | 2 |
X509V3_parse_list| Name: | X509V3_parse_list | | Prototype: | struct stack_st_CONF_VALUE * X509V3_parse_list(const char *line) | | Coverage: | 0.000% (0/53) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_utl.c | | Lines: | 291-375 |
| | 114 | 16 |
X509V3_section_free| Name: | X509V3_section_free | | Prototype: | void X509V3_section_free(X509V3_CTX *ctx, struct stack_st_CONF_VALUE *section) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_conf.c | | Lines: | 442-449 |
| | 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/libressl/src/crypto/x509v3/v3_conf.c | | Lines: | 531-536 |
| | 2 | 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/libressl/src/crypto/x509v3/v3_conf.c | | Lines: | 433-440 |
| | 4 | 3 |
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 |
X509_ALGOR_set_md| Name: | X509_ALGOR_set_md | | Prototype: | void X509_ALGOR_set_md(X509_ALGOR *alg, const EVP_MD *md) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_algor.c | | Lines: | 197-208 |
| | 9 | 2 |
X509_ATTRIBUTE_count| Name: | X509_ATTRIBUTE_count | | Prototype: | int X509_ATTRIBUTE_count(const X509_ATTRIBUTE *attr) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_att.c | | Lines: | 355-363 |
| | 5 | 3 |
X509_ATTRIBUTE_create_by_NID| Name: | X509_ATTRIBUTE_create_by_NID | | Prototype: | X509_ATTRIBUTE * X509_ATTRIBUTE_create_by_NID(X509_ATTRIBUTE **attr, int nid, int atrtype, const void *data, int len) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_att.c | | Lines: | 225-241 |
| | 18 | 3 |
X509_ATTRIBUTE_create_by_OBJ| Name: | X509_ATTRIBUTE_create_by_OBJ | | Prototype: | X509_ATTRIBUTE * X509_ATTRIBUTE_create_by_OBJ(X509_ATTRIBUTE **attr, const ASN1_OBJECT *obj, int atrtype, const void *data, int len) | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_att.c | | Lines: | 243-270 |
| | 46 | 8 |
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/libressl/src/crypto/x509/x509_att.c | | Lines: | 272-288 |
| | 16 | 2 |
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_ATTRIBUTE_get0_data| Name: | X509_ATTRIBUTE_get0_data | | Prototype: | void * X509_ATTRIBUTE_get0_data(X509_ATTRIBUTE *attr, int idx, int atrtype, void *data) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_att.c | | Lines: | 373-386 |
| | 16 | 3 |
X509_ATTRIBUTE_get0_object| Name: | X509_ATTRIBUTE_get0_object | | Prototype: | ASN1_OBJECT * X509_ATTRIBUTE_get0_object(X509_ATTRIBUTE *attr) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_att.c | | Lines: | 365-371 |
| | 9 | 2 |
X509_ATTRIBUTE_get0_type| Name: | X509_ATTRIBUTE_get0_type | | Prototype: | ASN1_TYPE * X509_ATTRIBUTE_get0_type(X509_ATTRIBUTE *attr, int idx) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_att.c | | Lines: | 388-399 |
| | 17 | 4 |
X509_ATTRIBUTE_set1_data| Name: | X509_ATTRIBUTE_set1_data | | Prototype: | int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype, const void *data, int len) | | Coverage: | 0.000% (0/41) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_att.c | | Lines: | 300-353 |
| | 49 | 14 |
X509_ATTRIBUTE_set1_object| Name: | X509_ATTRIBUTE_set1_object | | Prototype: | int X509_ATTRIBUTE_set1_object(X509_ATTRIBUTE *attr, const ASN1_OBJECT *obj) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_att.c | | Lines: | 290-298 |
| | 17 | 2 |
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_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_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_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_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/libressl/src/crypto/asn1/x_crl.c | | Lines: | 655-673 |
| | 14 | 2 |
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/libressl/src/crypto/asn1/x_crl.c | | Lines: | 535-549 |
| | 9 | 3 |
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_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_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_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_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_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_get0_by_cert| Name: | X509_CRL_get0_by_cert | | Prototype: | int X509_CRL_get0_by_cert(X509_CRL *crl, X509_REVOKED **ret, X509 *x) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_crl.c | | Lines: | 568-575 |
| | 4 | 2 |
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/libressl/src/crypto/asn1/x_crl.c | | Lines: | 559-566 |
| | 7 | 2 |
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_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_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_signature| Name: | X509_CRL_get0_signature | | Prototype: | void X509_CRL_get0_signature(const X509_CRL *crl, const ASN1_BIT_STRING **psig, const X509_ALGOR **palg) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_crl.c | | Lines: | 751-759 |
| | 8 | 3 |
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_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_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_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_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_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_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_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_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_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_nextUpdate| Name: | X509_CRL_get_nextUpdate | | Prototype: | ASN1_TIME * X509_CRL_get_nextUpdate(X509_CRL *crl) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_crl.c | | Lines: | 733-737 |
| | 1 | 1 |
X509_CRL_get_signature_nid| Name: | X509_CRL_get_signature_nid | | Prototype: | int X509_CRL_get_signature_nid(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: | 697-701 |
| | 1 | 1 |
X509_CRL_get_version| Name: | X509_CRL_get_version | | Prototype: | long X509_CRL_get_version(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: | 709-713 |
| | 1 | 1 |
X509_CRL_match| Name: | X509_CRL_match | | Prototype: | int X509_CRL_match(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: | 140-144 |
| | 1 | 1 |
X509_CRL_new| Name: | X509_CRL_new | | Prototype: | X509_CRL * X509_CRL_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_crl.c | | Lines: | 509-513 |
| | 1 | 1 |
X509_CRL_print| Name: | X509_CRL_print | | Prototype: | int X509_CRL_print(BIO *out, X509_CRL *x) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/t_crl.c | | Lines: | 84-140 |
| | 52 | 8 |
X509_CRL_print_fp| Name: | X509_CRL_print_fp | | Prototype: | int X509_CRL_print_fp(FILE *fp, X509_CRL *x) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/t_crl.c | | Lines: | 68-82 |
| | 11 | 2 |
X509_CRL_set1_lastUpdate| Name: | X509_CRL_set1_lastUpdate | | Prototype: | int X509_CRL_set1_lastUpdate(X509_CRL *x, const ASN1_TIME *tm) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509cset.c | | Lines: | 111-115 |
| | 1 | 1 |
X509_CRL_set1_nextUpdate| Name: | X509_CRL_set1_nextUpdate | | Prototype: | int X509_CRL_set1_nextUpdate(X509_CRL *x, const ASN1_TIME *tm) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509cset.c | | Lines: | 135-139 |
| | 1 | 1 |
X509_CRL_set_default_method| Name: | X509_CRL_set_default_method | | Prototype: | void X509_CRL_set_default_method(const X509_CRL_METHOD *meth) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_crl.c | | Lines: | 646-653 |
| | 5 | 2 |
X509_CRL_set_issuer_name| Name: | X509_CRL_set_issuer_name | | Prototype: | int X509_CRL_set_issuer_name(X509_CRL *x, X509_NAME *name) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509cset.c | | Lines: | 85-91 |
| | 11 | 2 |
X509_CRL_set_lastUpdate| Name: | X509_CRL_set_lastUpdate | | Prototype: | int X509_CRL_set_lastUpdate(X509_CRL *x, const ASN1_TIME *tm) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509cset.c | | Lines: | 93-109 |
| | 18 | 4 |
X509_CRL_set_meth_data| Name: | X509_CRL_set_meth_data | | Prototype: | void X509_CRL_set_meth_data(X509_CRL *crl, void *dat) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_crl.c | | Lines: | 685-689 |
| | 1 | 1 |
X509_CRL_set_nextUpdate| Name: | X509_CRL_set_nextUpdate | | Prototype: | int X509_CRL_set_nextUpdate(X509_CRL *x, const ASN1_TIME *tm) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509cset.c | | Lines: | 117-133 |
| | 18 | 4 |
X509_CRL_set_version| Name: | X509_CRL_set_version | | Prototype: | int X509_CRL_set_version(X509_CRL *x, long version) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509cset.c | | Lines: | 73-83 |
| | 12 | 4 |
X509_CRL_sign| Name: | X509_CRL_sign | | Prototype: | int X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x_all.c | | Lines: | 530-536 |
| | 3 | 1 |
X509_CRL_sign_ctx| Name: | X509_CRL_sign_ctx | | Prototype: | int X509_CRL_sign_ctx(X509_CRL *x, EVP_MD_CTX *ctx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x_all.c | | Lines: | 538-544 |
| | 3 | 1 |
X509_CRL_sort| Name: | X509_CRL_sort | | Prototype: | int X509_CRL_sort(X509_CRL *c) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509cset.c | | Lines: | 141-156 |
| | 8 | 2 |
X509_CRL_up_ref| Name: | X509_CRL_up_ref | | Prototype: | int X509_CRL_up_ref(X509_CRL *x) | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509cset.c | | Lines: | 66-71 |
| | 2 | 1 |
X509_CRL_verify| Name: | X509_CRL_verify | | Prototype: | int X509_CRL_verify(X509_CRL *crl, EVP_PKEY *r) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_crl.c | | Lines: | 551-557 |
| | 3 | 2 |
X509_EXTENSION_dup| Name: | X509_EXTENSION_dup | | Prototype: | X509_EXTENSION * X509_EXTENSION_dup(X509_EXTENSION *x) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_exten.c | | Lines: | 149-153 |
| | 1 | 1 |
X509_EXTENSION_get_data| Name: | X509_EXTENSION_get_data | | Prototype: | ASN1_OCTET_STRING * X509_EXTENSION_get_data(X509_EXTENSION *ex) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_v3.c | | Lines: | 282-288 |
| | 9 | 2 |
X509_LOOKUP_by_alias| Name: | X509_LOOKUP_by_alias | | Prototype: | int X509_LOOKUP_by_alias(X509_LOOKUP *ctx, int type, const char *str, int len, X509_OBJECT *ret) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_lu.c | | Lines: | 164-171 |
| | 11 | 2 |
X509_LOOKUP_by_fingerprint| Name: | X509_LOOKUP_by_fingerprint | | Prototype: | int X509_LOOKUP_by_fingerprint(X509_LOOKUP *ctx, int type, const unsigned char *bytes, int len, X509_OBJECT *ret) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_lu.c | | Lines: | 155-162 |
| | 11 | 2 |
X509_LOOKUP_by_issuer_serial| Name: | X509_LOOKUP_by_issuer_serial | | Prototype: | int X509_LOOKUP_by_issuer_serial(X509_LOOKUP *ctx, int type, X509_NAME *name, ASN1_INTEGER *serial, X509_OBJECT *ret) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_lu.c | | Lines: | 145-153 |
| | 12 | 2 |
X509_LOOKUP_by_subject| Name: | X509_LOOKUP_by_subject | | Prototype: | int X509_LOOKUP_by_subject(X509_LOOKUP *ctx, int type, X509_NAME *name, X509_OBJECT *ret) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_lu.c | | Lines: | 134-143 |
| | 13 | 3 |
X509_LOOKUP_init| Name: | X509_LOOKUP_init | | Prototype: | int X509_LOOKUP_init(X509_LOOKUP *ctx) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_lu.c | | Lines: | 100-109 |
| | 9 | 3 |
X509_NAME_ENTRY_create_by_txt| Name: | X509_NAME_ENTRY_create_by_txt | | Prototype: | X509_NAME_ENTRY * X509_NAME_ENTRY_create_by_txt(X509_NAME_ENTRY **ne, const char *field, int type, const unsigned char *bytes, int len) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509name.c | | Lines: | 294-310 |
| | 16 | 2 |
X509_NAME_ENTRY_get_object| Name: | X509_NAME_ENTRY_get_object | | Prototype: | ASN1_OBJECT * X509_NAME_ENTRY_get_object(const X509_NAME_ENTRY *ne) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509name.c | | Lines: | 393-399 |
| | 9 | 2 |
X509_NAME_ENTRY_set| Name: | X509_NAME_ENTRY_set | | Prototype: | int X509_NAME_ENTRY_set(const X509_NAME_ENTRY *ne) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509name.c | | Lines: | 409-413 |
| | 1 | 1 |
X509_NAME_add_entry_by_OBJ| Name: | X509_NAME_add_entry_by_OBJ | | Prototype: | int X509_NAME_add_entry_by_OBJ(X509_NAME *name, const ASN1_OBJECT *obj, int type, const unsigned char *bytes, int len, int loc, int set) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509name.c | | Lines: | 191-204 |
| | 12 | 2 |
X509_NAME_add_entry_by_txt| Name: | X509_NAME_add_entry_by_txt | | Prototype: | int X509_NAME_add_entry_by_txt(X509_NAME *name, const char *field, int type, const unsigned char *bytes, int len, int loc, int set) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509name.c | | Lines: | 221-234 |
| | 12 | 2 |
X509_NAME_delete_entry| Name: | X509_NAME_delete_entry | | Prototype: | X509_NAME_ENTRY * X509_NAME_delete_entry(X509_NAME *name, int loc) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509name.c | | Lines: | 153-189 |
| | 28 | 6 |
X509_NAME_digest| Name: | X509_NAME_digest | | Prototype: | int X509_NAME_digest(const X509_NAME *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: | 588-594 |
| | 2 | 1 |
X509_NAME_get0_der| Name: | X509_NAME_get0_der | | Prototype: | int X509_NAME_get0_der(X509_NAME *nm, const unsigned char **pder, size_t *pderlen) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_name.c | | Lines: | 644-655 |
| | 15 | 4 |
X509_NAME_get_index_by_NID| Name: | X509_NAME_get_index_by_NID | | Prototype: | int X509_NAME_get_index_by_NID(const X509_NAME *name, int nid, int lastpos) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509name.c | | Lines: | 109-118 |
| | 7 | 2 |
X509_NAME_hash| Name: | X509_NAME_hash | | Prototype: | unsigned long X509_NAME_hash(X509_NAME *x) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_cmp.c | | Lines: | 242-258 |
| | 22 | 2 |
X509_NAME_hash_old| Name: | X509_NAME_hash_old | | Prototype: | unsigned long X509_NAME_hash_old(X509_NAME *x) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_cmp.c | | Lines: | 265-286 |
| | 27 | 2 |
X509_NAME_print_ex_fp| Name: | X509_NAME_print_ex_fp | | Prototype: | int X509_NAME_print_ex_fp(FILE *fp, const X509_NAME *nm, int indent, unsigned long flags) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_strex.c | | Lines: | 593-608 |
| | 10 | 3 |
X509_OBJECT_dec_ref_count| Name: | X509_OBJECT_dec_ref_count | | Prototype: | static void X509_OBJECT_dec_ref_count(X509_OBJECT *a) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_lu.c | | Lines: | 434-445 |
| | 5 | 3 |
X509_OBJECT_get0_X509| Name: | X509_OBJECT_get0_X509 | | Prototype: | X509 * X509_OBJECT_get0_X509(const X509_OBJECT *xo) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_lu.c | | Lines: | 540-546 |
| | 11 | 2 |
X509_OBJECT_get0_X509_CRL| Name: | X509_OBJECT_get0_X509_CRL | | Prototype: | X509_CRL * X509_OBJECT_get0_X509_CRL(X509_OBJECT *xo) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_lu.c | | Lines: | 548-554 |
| | 11 | 2 |