Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
OCSP_REQUEST_get_ext_countName: | OCSP_REQUEST_get_ext_count | Prototype: | int OCSP_REQUEST_get_ext_count(OCSP_REQUEST *x) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | Lines: | 77-81 |
| | 1 | 1 |
OCSP_REQUEST_get_ext_by_criticalName: | OCSP_REQUEST_get_ext_by_critical | Prototype: | int OCSP_REQUEST_get_ext_by_critical(OCSP_REQUEST *x, int crit, int lastpos) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | Lines: | 98-103 |
| | 2 | 1 |
OCSP_REQUEST_get_ext_by_OBJName: | OCSP_REQUEST_get_ext_by_OBJ | Prototype: | int OCSP_REQUEST_get_ext_by_OBJ(OCSP_REQUEST *x, const ASN1_OBJECT *obj, int lastpos) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | Lines: | 90-96 |
| | 2 | 1 |
OCSP_REQUEST_get_ext_by_NIDName: | OCSP_REQUEST_get_ext_by_NID | Prototype: | int OCSP_REQUEST_get_ext_by_NID(OCSP_REQUEST *x, int nid, int lastpos) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | Lines: | 83-88 |
| | 2 | 1 |
OCSP_REQUEST_get_extName: | OCSP_REQUEST_get_ext | Prototype: | X509_EXTENSION * OCSP_REQUEST_get_ext(OCSP_REQUEST *x, int loc) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | Lines: | 105-109 |
| | 1 | 1 |
OCSP_REQUEST_get1_ext_d2iName: | OCSP_REQUEST_get1_ext_d2i | Prototype: | void * OCSP_REQUEST_get1_ext_d2i(OCSP_REQUEST *x, int nid, int *crit, int *idx) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | Lines: | 117-121 |
| | 1 | 1 |
OCSP_REQUEST_freeName: | OCSP_REQUEST_free | Prototype: | void OCSP_REQUEST_free(OCSP_REQUEST *a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_asn.c | Lines: | 367-371 |
| | 1 | 1 |
OCSP_REQUEST_delete_extName: | OCSP_REQUEST_delete_ext | Prototype: | X509_EXTENSION * OCSP_REQUEST_delete_ext(OCSP_REQUEST *x, int loc) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | Lines: | 111-115 |
| | 1 | 1 |
OCSP_REQUEST_add_extName: | OCSP_REQUEST_add_ext | Prototype: | int OCSP_REQUEST_add_ext(OCSP_REQUEST *x, X509_EXTENSION *ex, int loc) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | Lines: | 131-136 |
| | 6 | 1 |
OCSP_REQUEST_add1_ext_i2dName: | OCSP_REQUEST_add1_ext_i2d | Prototype: | int OCSP_REQUEST_add1_ext_i2d(OCSP_REQUEST *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/ocsp/ocsp_ext.c | Lines: | 123-129 |
| | 2 | 1 |
OCSP_REQINFO_newName: | OCSP_REQINFO_new | Prototype: | OCSP_REQINFO * OCSP_REQINFO_new(void) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_asn.c | Lines: | 297-301 |
| | 1 | 1 |
OCSP_REQINFO_freeName: | OCSP_REQINFO_free | Prototype: | void OCSP_REQINFO_free(OCSP_REQINFO *a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_asn.c | Lines: | 303-307 |
| | 1 | 1 |
OCSP_ONEREQ_newName: | OCSP_ONEREQ_new | Prototype: | OCSP_ONEREQ * OCSP_ONEREQ_new(void) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_asn.c | Lines: | 230-234 |
| | 1 | 1 |
OCSP_ONEREQ_get_ext_countName: | OCSP_ONEREQ_get_ext_count | Prototype: | int OCSP_ONEREQ_get_ext_count(OCSP_ONEREQ *x) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | Lines: | 140-144 |
| | 1 | 1 |
OCSP_ONEREQ_get_ext_by_criticalName: | OCSP_ONEREQ_get_ext_by_critical | Prototype: | int OCSP_ONEREQ_get_ext_by_critical(OCSP_ONEREQ *x, int crit, int lastpos) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | Lines: | 158-163 |
| | 2 | 1 |
OCSP_ONEREQ_get_ext_by_OBJName: | OCSP_ONEREQ_get_ext_by_OBJ | Prototype: | int OCSP_ONEREQ_get_ext_by_OBJ(OCSP_ONEREQ *x, const ASN1_OBJECT *obj, int lastpos) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | Lines: | 152-156 |
| | 1 | 1 |
OCSP_ONEREQ_get_ext_by_NIDName: | OCSP_ONEREQ_get_ext_by_NID | Prototype: | int OCSP_ONEREQ_get_ext_by_NID(OCSP_ONEREQ *x, int nid, int lastpos) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | Lines: | 146-150 |
| | 1 | 1 |
OCSP_ONEREQ_get_extName: | OCSP_ONEREQ_get_ext | Prototype: | X509_EXTENSION * OCSP_ONEREQ_get_ext(OCSP_ONEREQ *x, int loc) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | Lines: | 165-169 |
| | 1 | 1 |
OCSP_ONEREQ_get1_ext_d2iName: | OCSP_ONEREQ_get1_ext_d2i | Prototype: | void * OCSP_ONEREQ_get1_ext_d2i(OCSP_ONEREQ *x, int nid, int *crit, int *idx) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | Lines: | 177-181 |
| | 1 | 1 |
OCSP_ONEREQ_freeName: | OCSP_ONEREQ_free | Prototype: | void OCSP_ONEREQ_free(OCSP_ONEREQ *a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_asn.c | Lines: | 236-240 |
| | 1 | 1 |
OCSP_ONEREQ_delete_extName: | OCSP_ONEREQ_delete_ext | Prototype: | X509_EXTENSION * OCSP_ONEREQ_delete_ext(OCSP_ONEREQ *x, int loc) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | Lines: | 171-175 |
| | 1 | 1 |
OCSP_ONEREQ_add_extName: | OCSP_ONEREQ_add_ext | Prototype: | int OCSP_ONEREQ_add_ext(OCSP_ONEREQ *x, X509_EXTENSION *ex, int loc) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | Lines: | 191-195 |
| | 5 | 1 |
OCSP_ONEREQ_add1_ext_i2dName: | OCSP_ONEREQ_add1_ext_i2d | Prototype: | int OCSP_ONEREQ_add1_ext_i2d(OCSP_ONEREQ *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/ocsp/ocsp_ext.c | Lines: | 183-189 |
| | 2 | 1 |
OCSP_CRLID_newName: | OCSP_CRLID_new | Prototype: | OCSP_CRLID * OCSP_CRLID_new(void) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_asn.c | Lines: | 922-926 |
| | 1 | 1 |
OCSP_CRLID_freeName: | OCSP_CRLID_free | Prototype: | void OCSP_CRLID_free(OCSP_CRLID *a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_asn.c | Lines: | 928-932 |
| | 1 | 1 |
OCSP_CERTSTATUS_newName: | OCSP_CERTSTATUS_new | Prototype: | OCSP_CERTSTATUS * OCSP_CERTSTATUS_new(void) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_asn.c | Lines: | 647-651 |
| | 1 | 1 |
OCSP_CERTSTATUS_freeName: | OCSP_CERTSTATUS_free | Prototype: | void OCSP_CERTSTATUS_free(OCSP_CERTSTATUS *a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_asn.c | Lines: | 653-657 |
| | 1 | 1 |
OCSP_CERTID_newName: | OCSP_CERTID_new | Prototype: | OCSP_CERTID * OCSP_CERTID_new(void) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_asn.c | Lines: | 177-181 |
| | 1 | 1 |
OCSP_CERTID_freeName: | OCSP_CERTID_free | Prototype: | void OCSP_CERTID_free(OCSP_CERTID *a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_asn.c | Lines: | 183-187 |
| | 1 | 1 |
OCSP_CERTID_dupName: | OCSP_CERTID_dup | Prototype: | OCSP_CERTID * OCSP_CERTID_dup(OCSP_CERTID *x) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_lib.c | Lines: | 235-239 |
| | 1 | 1 |
OCSP_BASICRESP_newName: | OCSP_BASICRESP_new | Prototype: | OCSP_BASICRESP * OCSP_BASICRESP_new(void) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_asn.c | Lines: | 862-866 |
| | 1 | 1 |
OCSP_BASICRESP_get_ext_countName: | OCSP_BASICRESP_get_ext_count | Prototype: | int OCSP_BASICRESP_get_ext_count(OCSP_BASICRESP *x) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | Lines: | 199-203 |
| | 1 | 1 |
OCSP_BASICRESP_get_ext_by_criticalName: | OCSP_BASICRESP_get_ext_by_critical | Prototype: | int OCSP_BASICRESP_get_ext_by_critical(OCSP_BASICRESP *x, int crit, int lastpos) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | Lines: | 220-225 |
| | 2 | 1 |
OCSP_BASICRESP_get_ext_by_OBJName: | OCSP_BASICRESP_get_ext_by_OBJ | Prototype: | int OCSP_BASICRESP_get_ext_by_OBJ(OCSP_BASICRESP *x, const ASN1_OBJECT *obj, int lastpos) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | Lines: | 212-218 |
| | 2 | 1 |
OCSP_BASICRESP_get_ext_by_NIDName: | OCSP_BASICRESP_get_ext_by_NID | Prototype: | int OCSP_BASICRESP_get_ext_by_NID(OCSP_BASICRESP *x, int nid, int lastpos) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | Lines: | 205-210 |
| | 2 | 1 |
OCSP_BASICRESP_get_extName: | OCSP_BASICRESP_get_ext | Prototype: | X509_EXTENSION * OCSP_BASICRESP_get_ext(OCSP_BASICRESP *x, int loc) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | Lines: | 227-231 |
| | 1 | 1 |
OCSP_BASICRESP_get1_ext_d2iName: | OCSP_BASICRESP_get1_ext_d2i | Prototype: | void * OCSP_BASICRESP_get1_ext_d2i(OCSP_BASICRESP *x, int nid, int *crit, int *idx) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | Lines: | 239-244 |
| | 2 | 1 |
OCSP_BASICRESP_freeName: | OCSP_BASICRESP_free | Prototype: | void OCSP_BASICRESP_free(OCSP_BASICRESP *a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_asn.c | Lines: | 868-872 |
| | 1 | 1 |
OCSP_BASICRESP_delete_extName: | OCSP_BASICRESP_delete_ext | Prototype: | X509_EXTENSION * OCSP_BASICRESP_delete_ext(OCSP_BASICRESP *x, int loc) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | Lines: | 233-237 |
| | 1 | 1 |
OCSP_BASICRESP_add_extName: | OCSP_BASICRESP_add_ext | Prototype: | int OCSP_BASICRESP_add_ext(OCSP_BASICRESP *x, X509_EXTENSION *ex, int loc) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | Lines: | 254-259 |
| | 6 | 1 |
OCSP_BASICRESP_add1_ext_i2dName: | OCSP_BASICRESP_add1_ext_i2d | Prototype: | int OCSP_BASICRESP_add1_ext_i2d(OCSP_BASICRESP *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/ocsp/ocsp_ext.c | Lines: | 246-252 |
| | 2 | 1 |
OBJ_txt2objName: | OBJ_txt2obj | Prototype: | ASN1_OBJECT * OBJ_txt2obj(const char *s, int no_name) | Coverage: | 33.333% (5/15) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/obj_dat.c | Lines: | 483-522 |
| | 45 | 5 |
OBJ_txt2nidName: | OBJ_txt2nid | Prototype: | int OBJ_txt2nid(const char *s) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/obj_dat.c | Lines: | 644-654 |
| | 6 | 1 |
OBJ_sn2nidName: | OBJ_sn2nid | Prototype: | int OBJ_sn2nid(const char *s) | Coverage: | 50.000% (5/10) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/obj_dat.c | Lines: | 678-698 |
| | 21 | 4 |
OBJ_sigid_freeName: | OBJ_sigid_free | Prototype: | void OBJ_sigid_free(void) | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/obj_xref.c | Lines: | 226-237 |
| | 14 | 3 |
OBJ_obj2txtName: | OBJ_obj2txt | Prototype: | int OBJ_obj2txt(char *buf, int buf_len, const ASN1_OBJECT *a, int no_name) | Coverage: | 10.417% (10/96) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/obj_dat.c | Lines: | 524-642 |
| | 102 | 30 |
OBJ_obj2nidName: | OBJ_obj2nid | Prototype: | int OBJ_obj2nid(const ASN1_OBJECT *a) | Coverage: | 62.500% (10/16) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/obj_dat.c | Lines: | 453-475 |
| | 24 | 6 |
OBJ_nid2snName: | OBJ_nid2sn | Prototype: | const char * OBJ_nid2sn(int n) | Coverage: | 29.412% (5/17) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/obj_dat.c | Lines: | 368-394 |
| | 33 | 5 |
OBJ_nid2objName: | OBJ_nid2obj | Prototype: | ASN1_OBJECT * OBJ_nid2obj(int n) | Coverage: | 35.294% (6/17) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/obj_dat.c | Lines: | 340-366 |
| | 33 | 5 |
OBJ_nid2lnName: | OBJ_nid2ln | Prototype: | const char * OBJ_nid2ln(int n) | Coverage: | 29.412% (5/17) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/obj_dat.c | Lines: | 396-422 |
| | 33 | 5 |
OBJ_new_nidName: | OBJ_new_nid | Prototype: | int OBJ_new_nid(int num) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/obj_dat.c | Lines: | 282-290 |
| | 4 | 1 |
OBJ_ln2nidName: | OBJ_ln2nid | Prototype: | int OBJ_ln2nid(const char *s) | Coverage: | 50.000% (5/10) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/obj_dat.c | Lines: | 656-676 |
| | 21 | 4 |
OBJ_find_sigid_by_algsName: | OBJ_find_sigid_by_algs | Prototype: | int OBJ_find_sigid_by_algs(int *psignid, int dig_nid, int pkey_nid) | Coverage: | 43.750% (7/16) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/obj_xref.c | Lines: | 155-184 |
| | 26 | 6 |
OBJ_find_sigid_algsName: | OBJ_find_sigid_algs | Prototype: | int OBJ_find_sigid_algs(int signid, int *pdig_nid, int *ppkey_nid) | Coverage: | 52.632% (10/19) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/obj_xref.c | Lines: | 127-153 |
| | 25 | 7 |
OBJ_dupName: | OBJ_dup | Prototype: | ASN1_OBJECT * OBJ_dup(const ASN1_OBJECT *o) | Coverage: | 40.426% (19/47) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/obj_lib.c | Lines: | 67-119 |
| | 147 | 13 |
OBJ_create_objectsName: | OBJ_create_objects | Prototype: | int OBJ_create_objects(BIO *in) | Coverage: | 0.000% (0/45) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/obj_dat.c | Lines: | 740-787 |
| | 91 | 14 |
OBJ_createName: | OBJ_create | Prototype: | int OBJ_create(const char *oid, const char *sn, const char *ln) | Coverage: | 42.857% (6/14) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/obj_dat.c | Lines: | 789-817 |
| | 32 | 6 |
OBJ_cmpName: | OBJ_cmp | Prototype: | int OBJ_cmp(const ASN1_OBJECT *a, const ASN1_OBJECT *b) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/obj_lib.c | Lines: | 121-130 |
| | 5 | 2 |
OBJ_cleanupName: | OBJ_cleanup | Prototype: | void OBJ_cleanup(void) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/obj_dat.c | Lines: | 265-280 |
| | 17 | 3 |
OBJ_bsearch_tableName: | OBJ_bsearch_table | Prototype: | static ASN1_STRING_TABLE * OBJ_bsearch_table(ASN1_STRING_TABLE *key, ASN1_STRING_TABLE const *base, int num) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_strnid.c | Lines: | 223-228 |
| | 2 | 1 |
OBJ_bsearch_ssl_cipher_idName: | OBJ_bsearch_ssl_cipher_id | Prototype: | SSL_CIPHER * OBJ_bsearch_ssl_cipher_id(SSL_CIPHER *key, SSL_CIPHER const *base, int num) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | Lines: | 3100-3105 |
| | 2 | 1 |
OBJ_bsearch_snName: | OBJ_bsearch_sn | Prototype: | static unsigned int * OBJ_bsearch_sn(const ASN1_OBJECT * *key, unsigned int const *base, int num) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/obj_dat.c | Lines: | 113-118 |
| | 2 | 1 |
OBJ_bsearch_sigxName: | OBJ_bsearch_sigx | Prototype: | static const nid_triple * * OBJ_bsearch_sigx(const nid_triple * *key, const nid_triple * const *base, int num) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/obj_xref.c | Lines: | 120-125 |
| | 2 | 1 |
OBJ_bsearch_sigName: | OBJ_bsearch_sig | Prototype: | static nid_triple * OBJ_bsearch_sig(nid_triple *key, nid_triple const *base, int num) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/obj_xref.c | Lines: | 83-88 |
| | 2 | 1 |
OBJ_bsearch_pmethName: | OBJ_bsearch_pmeth | Prototype: | static const EVP_PKEY_METHOD * * OBJ_bsearch_pmeth(const EVP_PKEY_METHOD * *key, const EVP_PKEY_METHOD * const *base, int num) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/pmeth_lib.c | Lines: | 125-130 |
| | 2 | 1 |
OBJ_bsearch_pbe2Name: | OBJ_bsearch_pbe2 | Prototype: | static EVP_PBE_CTL * OBJ_bsearch_pbe2(EVP_PBE_CTL *key, EVP_PBE_CTL const *base, int num) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/evp_pbe.c | Lines: | 196-201 |
| | 2 | 1 |
OBJ_bsearch_objName: | OBJ_bsearch_obj | Prototype: | static unsigned int * OBJ_bsearch_obj(const ASN1_OBJECT * *key, unsigned int const *base, int num) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/obj_dat.c | Lines: | 446-451 |
| | 2 | 1 |
OBJ_bsearch_nidName: | OBJ_bsearch_nid | Prototype: | static int * OBJ_bsearch_nid(int *key, int const *base, int num) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_purp.c | Lines: | 346-351 |
| | 2 | 1 |
OBJ_bsearch_lnName: | OBJ_bsearch_ln | Prototype: | static unsigned int * OBJ_bsearch_ln(const ASN1_OBJECT * *key, unsigned int const *base, int num) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/obj_dat.c | Lines: | 134-139 |
| | 2 | 1 |
OBJ_bsearch_extName: | OBJ_bsearch_ext | Prototype: | static const X509V3_EXT_METHOD * * OBJ_bsearch_ext(const X509V3_EXT_METHOD * *key, const X509V3_EXT_METHOD * const *base, int num) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_lib.c | Lines: | 106-111 |
| | 2 | 1 |
OBJ_bsearch_ex_Name: | OBJ_bsearch_ex_ | Prototype: | const void * OBJ_bsearch_ex_(const void *key, const void *base_, int num, int size, int (*cmp)(const void *, const void *), int flags) | Coverage: | 85.714% (24/28) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/obj_dat.c | Lines: | 707-738 |
| | 35 | 8 |
OBJ_bsearch_amethName: | OBJ_bsearch_ameth | Prototype: | static const EVP_PKEY_ASN1_METHOD * * OBJ_bsearch_ameth(const EVP_PKEY_ASN1_METHOD * *key, const EVP_PKEY_ASN1_METHOD * const *base, int num) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/ameth_lib.c | Lines: | 137-142 |
| | 2 | 1 |
OBJ_bsearch_Name: | OBJ_bsearch_ | Prototype: | const void * OBJ_bsearch_(const void *key, const void *base, int num, int size, int (*cmp)(const void *, const void *)) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/obj_dat.c | Lines: | 700-705 |
| | 1 | 1 |
OBJ_add_sigidName: | OBJ_add_sigid | Prototype: | int OBJ_add_sigid(int signid, int dig_id, int pkey_id) | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/obj_xref.c | Lines: | 186-218 |
| | 27 | 8 |
OBJ_add_objectName: | OBJ_add_object | Prototype: | int OBJ_add_object(const ASN1_OBJECT *obj) | Coverage: | 42.500% (17/40) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/obj_dat.c | Lines: | 292-338 |
| | 64 | 16 |
OBJ_NAME_removeName: | OBJ_NAME_remove | Prototype: | int OBJ_NAME_remove(const char *name, int type) | Coverage: | 33.333% (4/12) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/o_names.c | Lines: | 207-235 |
| | 24 | 4 |
OBJ_NAME_new_indexName: | OBJ_NAME_new_index | Prototype: | int OBJ_NAME_new_index(unsigned long (*hash_func)(const char *), int (*cmp_func)(const char *, const char *), void (*free_func)(const char *, int, const char *)) | Coverage: | 0.000% (0/25) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/o_names.c | Lines: | 51-90 |
| | 43 | 9 |
OBJ_NAME_initName: | OBJ_NAME_init | Prototype: | int OBJ_NAME_init(void) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/o_names.c | Lines: | 42-49 |
| | 10 | 2 |
OBJ_NAME_getName: | OBJ_NAME_get | Prototype: | const char * OBJ_NAME_get(const char *name, int type) | Coverage: | 52.381% (11/21) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/o_names.c | Lines: | 130-159 |
| | 43 | 7 |
OBJ_NAME_do_all_sortedName: | OBJ_NAME_do_all_sorted | Prototype: | void OBJ_NAME_do_all_sorted(int type, void (*fn)(const OBJ_NAME *, void *arg), void *arg) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/o_names.c | Lines: | 291-312 |
| | 18 | 3 |
OBJ_NAME_do_allName: | OBJ_NAME_do_all | Prototype: | void OBJ_NAME_do_all(int type, void (*fn)(const OBJ_NAME *, void *arg), void *arg) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/o_names.c | Lines: | 252-263 |
| | 6 | 1 |
OBJ_NAME_cleanupName: | OBJ_NAME_cleanup | Prototype: | void OBJ_NAME_cleanup(int type) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/o_names.c | Lines: | 334-354 |
| | 22 | 3 |
OBJ_NAME_addName: | OBJ_NAME_add | Prototype: | int OBJ_NAME_add(const char *name, int type, const char *data) | Coverage: | 52.381% (11/21) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/o_names.c | Lines: | 161-205 |
| | 35 | 6 |
NOTICEREF_newName: | NOTICEREF_new | Prototype: | NOTICEREF * NOTICEREF_new(void) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_cpols.c | Lines: | 389-393 |
| | 1 | 1 |
NOTICEREF_freeName: | NOTICEREF_free | Prototype: | void NOTICEREF_free(NOTICEREF *a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_cpols.c | Lines: | 395-399 |
| | 1 | 1 |
NETSCAPE_X509_newName: | NETSCAPE_X509_new | Prototype: | NETSCAPE_X509 * NETSCAPE_X509_new(void) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_nx509.c | Lines: | 103-107 |
| | 1 | 1 |
NETSCAPE_X509_freeName: | NETSCAPE_X509_free | Prototype: | void NETSCAPE_X509_free(NETSCAPE_X509 *a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_nx509.c | Lines: | 109-113 |
| | 1 | 1 |
NETSCAPE_SPKI_verifyName: | NETSCAPE_SPKI_verify | Prototype: | int NETSCAPE_SPKI_verify(NETSCAPE_SPKI *a, EVP_PKEY *r) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x_all.c | Lines: | 491-496 |
| | 2 | 1 |
NETSCAPE_SPKI_signName: | NETSCAPE_SPKI_sign | Prototype: | int NETSCAPE_SPKI_sign(NETSCAPE_SPKI *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: | 546-551 |
| | 6 | 1 |
NETSCAPE_SPKI_set_pubkeyName: | NETSCAPE_SPKI_set_pubkey | Prototype: | int NETSCAPE_SPKI_set_pubkey(NETSCAPE_SPKI *x, EVP_PKEY *pkey) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509spki.c | Lines: | 65-71 |
| | 11 | 2 |
NETSCAPE_SPKI_printName: | NETSCAPE_SPKI_print | Prototype: | int NETSCAPE_SPKI_print(BIO *out, NETSCAPE_SPKI *spki) | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/t_spki.c | Lines: | 76-112 |
| | 32 | 5 |
NETSCAPE_SPKI_newName: | NETSCAPE_SPKI_new | Prototype: | NETSCAPE_SPKI * NETSCAPE_SPKI_new(void) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_spki.c | Lines: | 164-168 |
| | 1 | 1 |
NETSCAPE_SPKI_get_pubkeyName: | NETSCAPE_SPKI_get_pubkey | Prototype: | EVP_PKEY * NETSCAPE_SPKI_get_pubkey(NETSCAPE_SPKI *x) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509spki.c | Lines: | 73-79 |
| | 15 | 2 |
NETSCAPE_SPKI_freeName: | NETSCAPE_SPKI_free | Prototype: | void NETSCAPE_SPKI_free(NETSCAPE_SPKI *a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_spki.c | Lines: | 170-174 |
| | 1 | 1 |
NETSCAPE_SPKI_b64_encodeName: | NETSCAPE_SPKI_b64_encode | Prototype: | char * NETSCAPE_SPKI_b64_encode(NETSCAPE_SPKI *spki) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509spki.c | Lines: | 111-131 |
| | 28 | 2 |
NETSCAPE_SPKI_b64_decodeName: | NETSCAPE_SPKI_b64_decode | Prototype: | NETSCAPE_SPKI * NETSCAPE_SPKI_b64_decode(const char *str, int len) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509spki.c | Lines: | 83-107 |
| | 30 | 4 |
NETSCAPE_SPKAC_newName: | NETSCAPE_SPKAC_new | Prototype: | NETSCAPE_SPKAC * NETSCAPE_SPKAC_new(void) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_spki.c | Lines: | 104-108 |
| | 1 | 1 |
NETSCAPE_SPKAC_freeName: | NETSCAPE_SPKAC_free | Prototype: | void NETSCAPE_SPKAC_free(NETSCAPE_SPKAC *a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_spki.c | Lines: | 110-114 |
| | 1 | 1 |
NETSCAPE_PKEY_newName: | NETSCAPE_PKEY_new | Prototype: | NETSCAPE_PKEY * NETSCAPE_PKEY_new(void) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/n_pkey.c | Lines: | 191-195 |
| | 1 | 1 |
NETSCAPE_PKEY_freeName: | NETSCAPE_PKEY_free | Prototype: | void NETSCAPE_PKEY_free(NETSCAPE_PKEY *a) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/n_pkey.c | Lines: | 197-201 |
| | 1 | 1 |