| Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
X509_NAME_get_text_by_NID| Name: | X509_NAME_get_text_by_NID | | Prototype: | int X509_NAME_get_text_by_NID(X509_NAME *name, int nid, char *buf, int len) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509name.c | | Lines: | 69-78 |
| | 7 | 2 |
X509_NAME_get_index_by_OBJ| Name: | X509_NAME_get_index_by_OBJ | | Prototype: | int X509_NAME_get_index_by_OBJ(const X509_NAME *name, const ASN1_OBJECT *obj, int lastpos) | | Coverage: | 46.154% (6/13) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509name.c | | Lines: | 121-141 |
| | 16 | 5 |
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_get_entry| Name: | X509_NAME_get_entry | | Prototype: | X509_NAME_ENTRY * X509_NAME_get_entry(const X509_NAME *name, int loc) | | Coverage: | 50.000% (4/8) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509name.c | | Lines: | 143-151 |
| | 12 | 2 |
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_free| Name: | X509_NAME_free | | Prototype: | void X509_NAME_free(X509_NAME *a) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_name.c | | Lines: | 229-233 |
| | 1 | 1 |
X509_NAME_entry_count| Name: | X509_NAME_entry_count | | Prototype: | int X509_NAME_entry_count(const X509_NAME *name) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509name.c | | Lines: | 101-107 |
| | 5 | 2 |
X509_NAME_dup| Name: | X509_NAME_dup | | Prototype: | X509_NAME * X509_NAME_dup(X509_NAME *x) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_name.c | | Lines: | 235-239 |
| | 1 | 1 |
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_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_cmp| Name: | X509_NAME_cmp | | Prototype: | int X509_NAME_cmp(const X509_NAME *a, const X509_NAME *b) | | Coverage: | 40.000% (8/20) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_cmp.c | | Lines: | 220-240 |
| | 21 | 6 |
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_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_NID| Name: | X509_NAME_add_entry_by_NID | | Prototype: | int X509_NAME_add_entry_by_NID(X509_NAME *name, int nid, int type, const unsigned char *bytes, int len, int loc, int set) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509name.c | | Lines: | 206-219 |
| | 12 | 2 |
X509_NAME_add_entry| Name: | X509_NAME_add_entry | | Prototype: | int X509_NAME_add_entry(X509_NAME *name, const X509_NAME_ENTRY *ne, int loc, int set) | | Coverage: | 41.026% (16/39) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509name.c | | Lines: | 238-292 |
| | 47 | 14 |
X509_NAME_ENTRY_set_object| Name: | X509_NAME_ENTRY_set_object | | Prototype: | int X509_NAME_ENTRY_set_object(X509_NAME_ENTRY *ne, const ASN1_OBJECT *obj) | | Coverage: | 50.000% (4/8) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509name.c | | Lines: | 356-366 |
| | 18 | 2 |
X509_NAME_ENTRY_set_data| Name: | X509_NAME_ENTRY_set_data | | Prototype: | int X509_NAME_ENTRY_set_data(X509_NAME_ENTRY *ne, int type, const unsigned char *bytes, int len) | | Coverage: | 22.222% (6/27) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509name.c | | Lines: | 368-391 |
| | 24 | 7 |
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_ENTRY_new| Name: | X509_NAME_ENTRY_new | | Prototype: | X509_NAME_ENTRY * X509_NAME_ENTRY_new(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_name.c | | Lines: | 126-130 |
| | 1 | 1 |
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_get_data| Name: | X509_NAME_ENTRY_get_data | | Prototype: | ASN1_STRING * X509_NAME_ENTRY_get_data(const X509_NAME_ENTRY *ne) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509name.c | | Lines: | 401-407 |
| | 9 | 2 |
X509_NAME_ENTRY_free| Name: | X509_NAME_ENTRY_free | | Prototype: | void X509_NAME_ENTRY_free(X509_NAME_ENTRY *a) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_name.c | | Lines: | 132-136 |
| | 1 | 1 |
X509_NAME_ENTRY_dup| Name: | X509_NAME_ENTRY_dup | | Prototype: | X509_NAME_ENTRY * X509_NAME_ENTRY_dup(X509_NAME_ENTRY *x) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_name.c | | Lines: | 138-142 |
| | 1 | 1 |
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_create_by_OBJ| Name: | X509_NAME_ENTRY_create_by_OBJ | | Prototype: | X509_NAME_ENTRY * X509_NAME_ENTRY_create_by_OBJ(X509_NAME_ENTRY **ne, const ASN1_OBJECT *obj, int type, const unsigned char *bytes, int len) | | Coverage: | 25.926% (7/27) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509name.c | | Lines: | 329-354 |
| | 45 | 8 |
X509_NAME_ENTRY_create_by_NID| Name: | X509_NAME_ENTRY_create_by_NID | | Prototype: | X509_NAME_ENTRY * X509_NAME_ENTRY_create_by_NID(X509_NAME_ENTRY **ne, int nid, int type, const unsigned char *bytes, int len) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509name.c | | Lines: | 312-327 |
| | 15 | 2 |
X509_LOOKUP_shutdown| Name: | X509_LOOKUP_shutdown | | Prototype: | int X509_LOOKUP_shutdown(X509_LOOKUP *ctx) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_lu.c | | Lines: | 111-120 |
| | 9 | 3 |
X509_LOOKUP_new| Name: | X509_LOOKUP_new | | Prototype: | X509_LOOKUP * X509_LOOKUP_new(X509_LOOKUP_METHOD *method) | | Coverage: | 55.556% (5/9) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_lu.c | | Lines: | 69-88 |
| | 35 | 3 |
X509_LOOKUP_mem| Name: | X509_LOOKUP_mem | | Prototype: | X509_LOOKUP_METHOD * X509_LOOKUP_mem(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/by_mem.c | | Lines: | 86-90 |
| | 1 | 1 |
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_LOOKUP_hash_dir| Name: | X509_LOOKUP_hash_dir | | Prototype: | X509_LOOKUP_METHOD * X509_LOOKUP_hash_dir(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/by_dir.c | | Lines: | 115-119 |
| | 1 | 1 |
X509_LOOKUP_free| Name: | X509_LOOKUP_free | | Prototype: | void X509_LOOKUP_free(X509_LOOKUP *ctx) | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_lu.c | | Lines: | 90-98 |
| | 15 | 3 |
X509_LOOKUP_file| Name: | X509_LOOKUP_file | | Prototype: | X509_LOOKUP_METHOD * X509_LOOKUP_file(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/by_file.c | | Lines: | 86-90 |
| | 1 | 1 |
X509_LOOKUP_ctrl| Name: | X509_LOOKUP_ctrl | | Prototype: | int X509_LOOKUP_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc, long argl, char **ret) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_lu.c | | Lines: | 122-132 |
| | 9 | 3 |
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_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_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_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_INFO_new| Name: | X509_INFO_new | | Prototype: | X509_INFO * X509_INFO_new(void) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_info.c | | Lines: | 66-86 |
| | 43 | 2 |
X509_INFO_free| Name: | X509_INFO_free | | Prototype: | void X509_INFO_free(X509_INFO *x) | | Coverage: | 53.846% (7/13) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_info.c | | Lines: | 88-107 |
| | 19 | 5 |
X509_EXTENSION_set_object| Name: | X509_EXTENSION_set_object | | Prototype: | int X509_EXTENSION_set_object(X509_EXTENSION *ex, const ASN1_OBJECT *obj) | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_v3.c | | Lines: | 242-250 |
| | 17 | 2 |
X509_EXTENSION_set_data| Name: | X509_EXTENSION_set_data | | Prototype: | int X509_EXTENSION_set_data(X509_EXTENSION *ex, ASN1_OCTET_STRING *data) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_v3.c | | Lines: | 261-272 |
| | 9 | 3 |
X509_EXTENSION_set_critical| Name: | X509_EXTENSION_set_critical | | Prototype: | int X509_EXTENSION_set_critical(X509_EXTENSION *ex, int crit) | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_v3.c | | Lines: | 252-259 |
| | 6 | 2 |
X509_EXTENSION_new| Name: | X509_EXTENSION_new | | Prototype: | X509_EXTENSION * X509_EXTENSION_new(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_exten.c | | Lines: | 124-128 |
| | 1 | 1 |
X509_EXTENSION_get_object| Name: | X509_EXTENSION_get_object | | Prototype: | ASN1_OBJECT * X509_EXTENSION_get_object(X509_EXTENSION *ex) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_v3.c | | Lines: | 274-280 |
| | 9 | 2 |
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_EXTENSION_get_critical| Name: | X509_EXTENSION_get_critical | | Prototype: | int X509_EXTENSION_get_critical(const X509_EXTENSION *ex) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_v3.c | | Lines: | 290-298 |
| | 7 | 3 |
X509_EXTENSION_free| Name: | X509_EXTENSION_free | | Prototype: | void X509_EXTENSION_free(X509_EXTENSION *a) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_exten.c | | Lines: | 130-134 |
| | 1 | 1 |
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_create_by_OBJ| Name: | X509_EXTENSION_create_by_OBJ | | Prototype: | X509_EXTENSION * X509_EXTENSION_create_by_OBJ(X509_EXTENSION **ex, const ASN1_OBJECT *obj, int crit, ASN1_OCTET_STRING *data) | | Coverage: | 26.667% (8/30) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_v3.c | | Lines: | 211-240 |
| | 48 | 9 |
X509_EXTENSION_create_by_NID| Name: | X509_EXTENSION_create_by_NID | | Prototype: | X509_EXTENSION * X509_EXTENSION_create_by_NID(X509_EXTENSION **ex, int nid, int crit, ASN1_OCTET_STRING *data) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_v3.c | | Lines: | 193-209 |
| | 18 | 3 |
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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_METHOD_free| Name: | X509_CRL_METHOD_free | | Prototype: | void X509_CRL_METHOD_free(X509_CRL_METHOD *m) | | Coverage: | 28.571% (2/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_crl.c | | Lines: | 675-683 |
| | 7 | 3 |
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 |