| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
OCSP_CRLID_new| Name: | OCSP_CRLID_new | | Prototype: | OCSP_CRLID *OCSP_CRLID_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ocsp/ocsp_asn.c | | Lines: | 128-128 |
| | 1 | 1 |
OCSP_CRLID_free| Name: | OCSP_CRLID_free | | Prototype: | void OCSP_CRLID_free(OCSP_CRLID *a) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ocsp/ocsp_asn.c | | Lines: | 128-128 |
| | 1 | 1 |
OCSP_CERTSTATUS_new| Name: | OCSP_CERTSTATUS_new | | Prototype: | OCSP_CERTSTATUS *OCSP_CERTSTATUS_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ocsp/ocsp_asn.c | | Lines: | 91-91 |
| | 1 | 1 |
OCSP_CERTSTATUS_free| Name: | OCSP_CERTSTATUS_free | | Prototype: | void OCSP_CERTSTATUS_free(OCSP_CERTSTATUS *a) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ocsp/ocsp_asn.c | | Lines: | 91-91 |
| | 1 | 1 |
OCSP_BASICRESP_get_ext_count| Name: | 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/openssl/src/crypto/ocsp/ocsp_ext.c | | Lines: | 128-131 |
| | 1 | 1 |
OCSP_BASICRESP_get_ext_by_critical| Name: | 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/openssl/src/crypto/ocsp/ocsp_ext.c | | Lines: | 146-151 |
| | 2 | 1 |
OCSP_BASICRESP_get_ext_by_OBJ| Name: | 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/openssl/src/crypto/ocsp/ocsp_ext.c | | Lines: | 139-144 |
| | 2 | 1 |
OCSP_BASICRESP_get_ext_by_NID| Name: | 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/openssl/src/crypto/ocsp/ocsp_ext.c | | Lines: | 133-137 |
| | 2 | 1 |
OCSP_BASICRESP_get_ext| Name: | 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/openssl/src/crypto/ocsp/ocsp_ext.c | | Lines: | 153-156 |
| | 1 | 1 |
OCSP_BASICRESP_get1_ext_d2i| Name: | 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/openssl/src/crypto/ocsp/ocsp_ext.c | | Lines: | 163-168 |
| | 2 | 1 |
OCSP_BASICRESP_delete_ext| Name: | 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/openssl/src/crypto/ocsp/ocsp_ext.c | | Lines: | 158-161 |
| | 1 | 1 |
OCSP_BASICRESP_add_ext| Name: | 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/openssl/src/crypto/ocsp/ocsp_ext.c | | Lines: | 177-181 |
| | 6 | 1 |
OCSP_BASICRESP_add1_ext_i2d| Name: | 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/openssl/src/crypto/ocsp/ocsp_ext.c | | Lines: | 170-175 |
| | 2 | 1 |
OBJ_create_objects| Name: | OBJ_create_objects | | Prototype: | int OBJ_create_objects(BIO *in) | | Coverage: | 0.000% (0/43) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/objects/obj_dat.c | | Lines: | 641-688 |
| | 60 | 14 |
OBJ_add_sigid| Name: | 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/openssl/src/crypto/objects/obj_xref.c | | Lines: | 95-126 |
| | 33 | 8 |
OBJ_NAME_new_index| Name: | 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/29) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/objects/o_names.c | | Lines: | 81-138 |
| | 52 | 11 |
NOTICEREF_new| Name: | NOTICEREF_new | | Prototype: | NOTICEREF *NOTICEREF_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_cpols.c | | Lines: | 86-86 |
| | 1 | 1 |
NOTICEREF_free| Name: | NOTICEREF_free | | Prototype: | void NOTICEREF_free(NOTICEREF *a) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_cpols.c | | Lines: | 86-86 |
| | 1 | 1 |
NETSCAPE_SPKI_verify| Name: | 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/openssl/src/crypto/x509/x_all.c | | Lines: | 36-40 |
| | 2 | 1 |
NETSCAPE_SPKI_sign| Name: | 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/openssl/src/crypto/x509/x_all.c | | Lines: | 103-107 |
| | 6 | 1 |
NETSCAPE_SPKI_set_pubkey| Name: | 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/openssl/src/crypto/x509/x509spki.c | | Lines: | 14-19 |
| | 11 | 2 |
NETSCAPE_SPKI_print| Name: | 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/openssl/src/crypto/asn1/t_spki.c | | Lines: | 20-56 |
| | 46 | 5 |
NETSCAPE_SPKI_new| Name: | NETSCAPE_SPKI_new | | Prototype: | NETSCAPE_SPKI *NETSCAPE_SPKI_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/x_spki.c | | Lines: | 28-28 |
| | 1 | 1 |
NETSCAPE_SPKI_get_pubkey| Name: | 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/openssl/src/crypto/x509/x509spki.c | | Lines: | 21-26 |
| | 15 | 2 |
NETSCAPE_SPKI_free| Name: | NETSCAPE_SPKI_free | | Prototype: | void NETSCAPE_SPKI_free(NETSCAPE_SPKI *a) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/x_spki.c | | Lines: | 28-28 |
| | 1 | 1 |
NETSCAPE_SPKI_b64_encode| Name: | 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/openssl/src/crypto/x509/x509spki.c | | Lines: | 56-75 |
| | 30 | 2 |
NETSCAPE_SPKI_b64_decode| Name: | 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/openssl/src/crypto/x509/x509spki.c | | Lines: | 30-52 |
| | 32 | 4 |
NETSCAPE_SPKAC_new| Name: | NETSCAPE_SPKAC_new | | Prototype: | NETSCAPE_SPKAC *NETSCAPE_SPKAC_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/x_spki.c | | Lines: | 20-20 |
| | 1 | 1 |
NETSCAPE_SPKAC_free| Name: | NETSCAPE_SPKAC_free | | Prototype: | void NETSCAPE_SPKAC_free(NETSCAPE_SPKAC *a) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/x_spki.c | | Lines: | 20-20 |
| | 1 | 1 |
NETSCAPE_PKEY_new| Name: | NETSCAPE_PKEY_new | | Prototype: | NETSCAPE_PKEY *NETSCAPE_PKEY_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/n_pkey.c | | Lines: | 58-58 |
| | 1 | 1 |
NETSCAPE_PKEY_free| Name: | NETSCAPE_PKEY_free | | Prototype: | void NETSCAPE_PKEY_free(NETSCAPE_PKEY *a) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/n_pkey.c | | Lines: | 58-58 |
| | 1 | 1 |
NETSCAPE_ENCRYPTED_PKEY_new| Name: | NETSCAPE_ENCRYPTED_PKEY_new | | Prototype: | NETSCAPE_ENCRYPTED_PKEY *NETSCAPE_ENCRYPTED_PKEY_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/n_pkey.c | | Lines: | 48-48 |
| | 1 | 1 |
NETSCAPE_ENCRYPTED_PKEY_free| Name: | NETSCAPE_ENCRYPTED_PKEY_free | | Prototype: | void NETSCAPE_ENCRYPTED_PKEY_free(NETSCAPE_ENCRYPTED_PKEY *a) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/n_pkey.c | | Lines: | 48-48 |
| | 1 | 1 |
NETSCAPE_CERT_SEQUENCE_new| Name: | NETSCAPE_CERT_SEQUENCE_new | | Prototype: | NETSCAPE_CERT_SEQUENCE *NETSCAPE_CERT_SEQUENCE_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/nsseq.c | | Lines: | 34-34 |
| | 1 | 1 |
NETSCAPE_CERT_SEQUENCE_free| Name: | NETSCAPE_CERT_SEQUENCE_free | | Prototype: | void NETSCAPE_CERT_SEQUENCE_free(NETSCAPE_CERT_SEQUENCE *a) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/nsseq.c | | Lines: | 34-34 |
| | 1 | 1 |
NCONF_load_fp| Name: | NCONF_load_fp | | Prototype: | int NCONF_load_fp(CONF *conf, FILE *fp, long *eline) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/conf/conf_lib.c | | Lines: | 218-229 |
| | 10 | 2 |
NCONF_dump_fp| Name: | NCONF_dump_fp | | Prototype: | int NCONF_dump_fp(const CONF *conf, FILE *out) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/conf/conf_lib.c | | Lines: | 327-338 |
| | 10 | 2 |
NCONF_dump_bio| Name: | NCONF_dump_bio | | Prototype: | int NCONF_dump_bio(const CONF *conf, BIO *out) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/conf/conf_lib.c | | Lines: | 341-349 |
| | 6 | 2 |
NCONF_WIN32| Name: | NCONF_WIN32 | | Prototype: | CONF_METHOD *NCONF_WIN32(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/conf/conf_def.c | | Lines: | 97-100 |
| | 1 | 1 |
NAMING_AUTHORITY_set0_authorityURL| Name: | NAMING_AUTHORITY_set0_authorityURL | | Prototype: | void NAMING_AUTHORITY_set0_authorityURL(NAMING_AUTHORITY *n, ASN1_IA5STRING* u) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_admis.c | | Lines: | 223-227 |
| | 2 | 1 |
NAMING_AUTHORITY_set0_authorityText| Name: | NAMING_AUTHORITY_set0_authorityText | | Prototype: | void NAMING_AUTHORITY_set0_authorityText(NAMING_AUTHORITY *n, ASN1_STRING* t) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_admis.c | | Lines: | 235-239 |
| | 2 | 1 |
NAMING_AUTHORITY_set0_authorityId| Name: | NAMING_AUTHORITY_set0_authorityId | | Prototype: | void NAMING_AUTHORITY_set0_authorityId(NAMING_AUTHORITY *n, ASN1_OBJECT* id) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_admis.c | | Lines: | 211-215 |
| | 2 | 1 |
NAMING_AUTHORITY_new| Name: | NAMING_AUTHORITY_new | | Prototype: | NAMING_AUTHORITY *NAMING_AUTHORITY_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_admis.c | | Lines: | 49-49 |
| | 1 | 1 |
NAMING_AUTHORITY_get0_authorityURL| Name: | NAMING_AUTHORITY_get0_authorityURL | | Prototype: | const ASN1_IA5STRING *NAMING_AUTHORITY_get0_authorityURL( const NAMING_AUTHORITY *n) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_admis.c | | Lines: | 217-221 |
| | 1 | 1 |
NAMING_AUTHORITY_get0_authorityText| Name: | NAMING_AUTHORITY_get0_authorityText | | Prototype: | const ASN1_STRING *NAMING_AUTHORITY_get0_authorityText( const NAMING_AUTHORITY *n) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_admis.c | | Lines: | 229-233 |
| | 1 | 1 |
NAMING_AUTHORITY_get0_authorityId| Name: | NAMING_AUTHORITY_get0_authorityId | | Prototype: | const ASN1_OBJECT *NAMING_AUTHORITY_get0_authorityId(const NAMING_AUTHORITY *n) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_admis.c | | Lines: | 206-209 |
| | 1 | 1 |
NAMING_AUTHORITY_free| Name: | NAMING_AUTHORITY_free | | Prototype: | void NAMING_AUTHORITY_free(NAMING_AUTHORITY *a) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_admis.c | | Lines: | 49-49 |
| | 1 | 1 |
NAME_CONSTRAINTS_new| Name: | NAME_CONSTRAINTS_new | | Prototype: | NAME_CONSTRAINTS *NAME_CONSTRAINTS_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_ncons.c | | Lines: | 64-64 |
| | 1 | 1 |
MDC2| Name: | MDC2 | | Prototype: | unsigned char *MDC2(const unsigned char *d, size_t n, unsigned char *md) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/mdc2/mdc2_one.c | | Lines: | 14-27 |
| | 15 | 3 |
MD5| Name: | MD5 | | Prototype: | unsigned char *MD5(const unsigned char *d, size_t n, unsigned char *md) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/md5/md5_one.c | | Lines: | 19-47 |
| | 15 | 3 |
MD4| Name: | MD4 | | Prototype: | unsigned char *MD4(const unsigned char *d, size_t n, unsigned char *md) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/md4/md4_one.c | | Lines: | 19-47 |
| | 15 | 3 |
ISSUING_DIST_POINT_new| Name: | ISSUING_DIST_POINT_new | | Prototype: | ISSUING_DIST_POINT *ISSUING_DIST_POINT_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_crld.c | | Lines: | 342-342 |
| | 1 | 1 |
IPAddressRange_new| Name: | IPAddressRange_new | | Prototype: | IPAddressRange *IPAddressRange_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_addr.c | | Lines: | 57-57 |
| | 1 | 1 |
IPAddressRange_free| Name: | IPAddressRange_free | | Prototype: | void IPAddressRange_free(IPAddressRange *a) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_addr.c | | Lines: | 57-57 |
| | 1 | 1 |
IPAddressOrRanges_canonize| Name: | IPAddressOrRanges_canonize | | Prototype: | static int IPAddressOrRanges_canonize(IPAddressOrRanges *aors, const unsigned afi) | | Coverage: | 0.000% (0/39) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_addr.c | | Lines: | 791-861 |
| | 39 | 11 |
IPAddressOrRange_new| Name: | IPAddressOrRange_new | | Prototype: | IPAddressOrRange *IPAddressOrRange_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_addr.c | | Lines: | 58-58 |
| | 1 | 1 |
IPAddressOrRange_free| Name: | IPAddressOrRange_free | | Prototype: | void IPAddressOrRange_free(IPAddressOrRange *a) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_addr.c | | Lines: | 58-58 |
| | 1 | 1 |
IPAddressOrRange_cmp| Name: | IPAddressOrRange_cmp | | Prototype: | static int IPAddressOrRange_cmp(const IPAddressOrRange *a, const IPAddressOrRange *b, const int length) | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_addr.c | | Lines: | 276-313 |
| | 24 | 10 |
IPAddressFamily_new| Name: | IPAddressFamily_new | | Prototype: | IPAddressFamily *IPAddressFamily_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_addr.c | | Lines: | 60-60 |
| | 1 | 1 |
IPAddressFamily_free| Name: | IPAddressFamily_free | | Prototype: | void IPAddressFamily_free(IPAddressFamily *a) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_addr.c | | Lines: | 60-60 |
| | 1 | 1 |
IPAddressFamily_cmp| Name: | IPAddressFamily_cmp | | Prototype: | static int IPAddressFamily_cmp(const IPAddressFamily *const *a_, const IPAddressFamily *const *b_) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_addr.c | | Lines: | 669-677 |
| | 5 | 1 |
IPAddressChoice_new| Name: | IPAddressChoice_new | | Prototype: | IPAddressChoice *IPAddressChoice_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_addr.c | | Lines: | 59-59 |
| | 1 | 1 |
IPAddressChoice_free| Name: | IPAddressChoice_free | | Prototype: | void IPAddressChoice_free(IPAddressChoice *a) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_addr.c | | Lines: | 59-59 |
| | 1 | 1 |
IDEA_options| Name: | IDEA_options | | Prototype: | const char *IDEA_options(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/idea/i_ecb.c | | Lines: | 14-17 |
| | 1 | 1 |
HMAC_Init| Name: | HMAC_Init | | Prototype: | int HMAC_Init(HMAC_CTX *ctx, const void *key, int len, const EVP_MD *md) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/hmac/hmac.c | | Lines: | 83-88 |
| | 7 | 2 |
GENERAL_SUBTREE_new| Name: | GENERAL_SUBTREE_new | | Prototype: | GENERAL_SUBTREE *GENERAL_SUBTREE_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_ncons.c | | Lines: | 63-63 |
| | 1 | 1 |
GENERAL_SUBTREE_free| Name: | GENERAL_SUBTREE_free | | Prototype: | void GENERAL_SUBTREE_free(GENERAL_SUBTREE *a) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_ncons.c | | Lines: | 63-63 |
| | 1 | 1 |
GENERAL_NAME_set0_othername| Name: | GENERAL_NAME_set0_othername | | Prototype: | int GENERAL_NAME_set0_othername(GENERAL_NAME *gen, ASN1_OBJECT *oid, ASN1_TYPE *value) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_genn.c | | Lines: | 177-189 |
| | 11 | 2 |
GENERAL_NAME_get0_value| Name: | GENERAL_NAME_get0_value | | Prototype: | void *GENERAL_NAME_get0_value(GENERAL_NAME *a, int *ptype) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_genn.c | | Lines: | 146-175 |
| | 14 | 12 |
GENERAL_NAME_get0_otherName| Name: | GENERAL_NAME_get0_otherName | | Prototype: | int GENERAL_NAME_get0_otherName(GENERAL_NAME *gen, ASN1_OBJECT **poid, ASN1_TYPE **pvalue) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_genn.c | | Lines: | 191-201 |
| | 7 | 4 |
GENERAL_NAME_dup| Name: | GENERAL_NAME_dup | | Prototype: | GENERAL_NAME *GENERAL_NAME_dup(GENERAL_NAME *a) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_genn.c | | Lines: | 53-58 |
| | 3 | 1 |
GENERAL_NAME_cmp| Name: | GENERAL_NAME_cmp | | Prototype: | int GENERAL_NAME_cmp(GENERAL_NAME *a, GENERAL_NAME *b) | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_genn.c | | Lines: | 61-96 |
| | 17 | 11 |
FIPS_mode_set| Name: | FIPS_mode_set | | Prototype: | int FIPS_mode_set(int r) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/o_fips.c | | Lines: | 18-24 |
| | 4 | 2 |
FIPS_mode| Name: | FIPS_mode | | Prototype: | int FIPS_mode(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/o_fips.c | | Lines: | 12-16 |
| | 1 | 1 |
EXTENDED_KEY_USAGE_new| Name: | EXTENDED_KEY_USAGE_new | | Prototype: | EXTENDED_KEY_USAGE *EXTENDED_KEY_USAGE_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_extku.c | | Lines: | 51-51 |
| | 1 | 1 |
EXTENDED_KEY_USAGE_free| Name: | EXTENDED_KEY_USAGE_free | | Prototype: | void EXTENDED_KEY_USAGE_free(EXTENDED_KEY_USAGE *a) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_extku.c | | Lines: | 51-51 |
| | 1 | 1 |
EVP_set_pw_prompt| Name: | EVP_set_pw_prompt | | Prototype: | void EVP_set_pw_prompt(const char *prompt) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/evp/evp_key.c | | Lines: | 20-28 |
| | 20 | 2 |
EVP_read_pw_string_min| Name: | EVP_read_pw_string_min | | Prototype: | int EVP_read_pw_string_min(char *buf, int min, int len, const char *prompt, int verify) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/evp/evp_key.c | | Lines: | 48-72 |
| | 49 | 5 |
EVP_read_pw_string| Name: | EVP_read_pw_string | | Prototype: | int EVP_read_pw_string(char *buf, int len, const char *prompt, int verify) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/evp/evp_key.c | | Lines: | 43-46 |
| | 1 | 1 |
EVP_rc2_cfb| Name: | EVP_rc2_cfb | | Prototype: | const EVP_CIPHER *EVP_rc2_cfb(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/evp/e_old.c | | Lines: | 68-71 |
| | 1 | 1 |
EVP_idea_cfb| Name: | EVP_idea_cfb | | Prototype: | const EVP_CIPHER *EVP_idea_cfb(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/evp/e_old.c | | Lines: | 59-62 |
| | 1 | 1 |
EVP_get_pw_prompt| Name: | EVP_get_pw_prompt | | Prototype: | char *EVP_get_pw_prompt(void) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/evp/evp_key.c | | Lines: | 30-36 |
| | 7 | 2 |
EVP_des_ede_ecb| Name: | EVP_des_ede_ecb | | Prototype: | const EVP_CIPHER *EVP_des_ede_ecb(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/evp/e_des3.c | | Lines: | 206-206 |
| | 1 | 1 |
EVP_des_ede_cfb| Name: | EVP_des_ede_cfb | | Prototype: | const EVP_CIPHER *EVP_des_ede_cfb(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/evp/e_old.c | | Lines: | 50-53 |
| | 1 | 1 |
EVP_des_ede3_ecb| Name: | EVP_des_ede3_ecb | | Prototype: | const EVP_CIPHER *EVP_des_ede3_ecb(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/evp/e_des3.c | | Lines: | 213-213 |
| | 1 | 1 |
EVP_des_ede3_cfb| Name: | EVP_des_ede3_cfb | | Prototype: | const EVP_CIPHER *EVP_des_ede3_cfb(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/evp/e_old.c | | Lines: | 43-46 |
| | 1 | 1 |
EVP_des_cfb| Name: | EVP_des_cfb | | Prototype: | const EVP_CIPHER *EVP_des_cfb(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/evp/e_old.c | | Lines: | 36-39 |
| | 1 | 1 |
EVP_cast5_cfb| Name: | EVP_cast5_cfb | | Prototype: | const EVP_CIPHER *EVP_cast5_cfb(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/evp/e_old.c | | Lines: | 77-80 |
| | 1 | 1 |
EVP_bf_cfb| Name: | EVP_bf_cfb | | Prototype: | const EVP_CIPHER *EVP_bf_cfb(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/evp/e_old.c | | Lines: | 27-30 |
| | 1 | 1 |
EVP_aes_256_cfb| Name: | EVP_aes_256_cfb | | Prototype: | const EVP_CIPHER *EVP_aes_256_cfb(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/evp/e_old.c | | Lines: | 108-111 |
| | 1 | 1 |
EVP_aes_192_cfb| Name: | EVP_aes_192_cfb | | Prototype: | const EVP_CIPHER *EVP_aes_192_cfb(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/evp/e_old.c | | Lines: | 101-104 |
| | 1 | 1 |
EVP_aes_128_cfb| Name: | EVP_aes_128_cfb | | Prototype: | const EVP_CIPHER *EVP_aes_128_cfb(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/evp/e_old.c | | Lines: | 94-97 |
| | 1 | 1 |
EVP_PKEY_save_parameters| Name: | EVP_PKEY_save_parameters | | Prototype: | int EVP_PKEY_save_parameters(EVP_PKEY *pkey, int mode) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/evp/p_lib.c | | Lines: | 52-73 |
| | 11 | 5 |
EVP_PKEY_meth_set_verifyctx| Name: | EVP_PKEY_meth_set_verifyctx | | Prototype: | void EVP_PKEY_meth_set_verifyctx(EVP_PKEY_METHOD *pmeth, int (*verifyctx_init) (EVP_PKEY_CTX *ctx, EVP_MD_CTX *mctx), int (*verifyctx) (EVP_PKEY_CTX *ctx, const unsigned char *sig, int siglen, EVP_MD_CTX *mctx)) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/evp/pmeth_lib.c | | Lines: | 588-598 |
| | 2 | 1 |
EVP_PKEY_meth_set_verify_recover| Name: | EVP_PKEY_meth_set_verify_recover | | Prototype: | void EVP_PKEY_meth_set_verify_recover(EVP_PKEY_METHOD *pmeth, int (*verify_recover_init) (EVP_PKEY_CTX *ctx), int (*verify_recover) (EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen, const unsigned char *tbs, size_t tbslen)) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/evp/pmeth_lib.c | | Lines: | 560-574 |
| | 2 | 1 |
EVP_PKEY_meth_set_verify| Name: | EVP_PKEY_meth_set_verify | | Prototype: | void EVP_PKEY_meth_set_verify(EVP_PKEY_METHOD *pmeth, int (*verify_init) (EVP_PKEY_CTX *ctx), int (*verify) (EVP_PKEY_CTX *ctx, const unsigned char *sig, size_t siglen, const unsigned char *tbs, size_t tbslen)) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/evp/pmeth_lib.c | | Lines: | 548-558 |
| | 2 | 1 |
EVP_PKEY_meth_set_signctx| Name: | EVP_PKEY_meth_set_signctx | | Prototype: | void EVP_PKEY_meth_set_signctx(EVP_PKEY_METHOD *pmeth, int (*signctx_init) (EVP_PKEY_CTX *ctx, EVP_MD_CTX *mctx), int (*signctx) (EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen, EVP_MD_CTX *mctx)) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/evp/pmeth_lib.c | | Lines: | 576-586 |
| | 2 | 1 |
EVP_PKEY_meth_set_sign| Name: | EVP_PKEY_meth_set_sign | | Prototype: | void EVP_PKEY_meth_set_sign(EVP_PKEY_METHOD *pmeth, int (*sign_init) (EVP_PKEY_CTX *ctx), int (*sign) (EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen, const unsigned char *tbs, size_t tbslen)) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/evp/pmeth_lib.c | | Lines: | 537-546 |
| | 2 | 1 |
EVP_PKEY_meth_set_paramgen| Name: | EVP_PKEY_meth_set_paramgen | | Prototype: | void EVP_PKEY_meth_set_paramgen(EVP_PKEY_METHOD *pmeth, int (*paramgen_init) (EVP_PKEY_CTX *ctx), int (*paramgen) (EVP_PKEY_CTX *ctx, EVP_PKEY *pkey)) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/evp/pmeth_lib.c | | Lines: | 519-526 |
| | 2 | 1 |
EVP_PKEY_meth_set_keygen| Name: | EVP_PKEY_meth_set_keygen | | Prototype: | void EVP_PKEY_meth_set_keygen(EVP_PKEY_METHOD *pmeth, int (*keygen_init) (EVP_PKEY_CTX *ctx), int (*keygen) (EVP_PKEY_CTX *ctx, EVP_PKEY *pkey)) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/evp/pmeth_lib.c | | Lines: | 528-535 |
| | 2 | 1 |