| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
cpy_bmp| Name: | cpy_bmp | | Prototype: | static int cpy_bmp(unsigned long value, void *arg) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/a_mbstr.c | | Lines: | 306-315 |
| | 7 | 1 |
cpy_univ| Name: | cpy_univ | | Prototype: | static int cpy_univ(unsigned long value, void *arg) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/a_mbstr.c | | Lines: | 319-330 |
| | 9 | 1 |
cpy_utf8| Name: | cpy_utf8 | | Prototype: | static int cpy_utf8(unsigned long value, void *arg) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/a_mbstr.c | | Lines: | 334-343 |
| | 6 | 1 |
ct_permissive| Name: | ct_permissive | | Prototype: | static int ct_permissive(const CT_POLICY_EVAL_CTX * ctx, const struct stack_st_SCT *scts, void *unused_arg) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/ssl/ssl_lib.c | | Lines: | 4725-4729 |
| | 1 | 1 |
ctlog_store_load_ctx_free| Name: | ctlog_store_load_ctx_free | | Prototype: | static void ctlog_store_load_ctx_free(CTLOG_STORE_LOAD_CTX* ctx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ct/ct_log.c | | Lines: | 67-70 |
| | 1 | 1 |
curve448_point_copy| Name: | curve448_point_copy | | Prototype: | static inline void curve448_point_copy(curve448_point_t a, const curve448_point_t b) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ec/curve448/point_448.h | | Lines: | 174-178 |
| | 1 | 1 |
curve448_point_decode_like_eddsa_and_mul_by_ratio| Name: | curve448_point_decode_like_eddsa_and_mul_by_ratio | | Prototype: | c448_error_t curve448_point_decode_like_eddsa_and_mul_by_ratio( curve448_point_t p, const uint8_t enc[57]) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ec/curve448/curve448.c | | Lines: | 321-377 |
| | 41 | 1 |
curve448_point_destroy| Name: | curve448_point_destroy | | Prototype: | void curve448_point_destroy(curve448_point_t point) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ec/curve448/curve448.c | | Lines: | 711-714 |
| | 1 | 1 |
curve448_point_double| Name: | curve448_point_double | | Prototype: | void curve448_point_double(curve448_point_t p, const curve448_point_t q) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ec/curve448/curve448.c | | Lines: | 84-87 |
| | 1 | 1 |
curve448_point_eq| Name: | curve448_point_eq | | Prototype: | c448_bool_t curve448_point_eq(const curve448_point_t p, const curve448_point_t q) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ec/curve448/curve448.c | | Lines: | 186-198 |
| | 6 | 1 |
curve448_point_mul_by_ratio_and_encode_like_eddsa| Name: | curve448_point_mul_by_ratio_and_encode_like_eddsa | | Prototype: | void curve448_point_mul_by_ratio_and_encode_like_eddsa( uint8_t enc[57], const curve448_point_t p) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ec/curve448/curve448.c | | Lines: | 274-319 |
| | 29 | 1 |
curve448_point_mul_by_ratio_and_encode_like_x448| Name: | curve448_point_mul_by_ratio_and_encode_like_x448 | | Prototype: | void curve448_point_mul_by_ratio_and_encode_like_x448(uint8_t out[56], const curve448_point_t p) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ec/curve448/curve448.c | | Lines: | 458-470 |
| | 7 | 1 |
curve448_point_valid| Name: | curve448_point_valid | | Prototype: | c448_bool_t curve448_point_valid(const curve448_point_t p) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ec/curve448/curve448.c | | Lines: | 200-218 |
| | 15 | 1 |
curve448_scalar_copy| Name: | curve448_scalar_copy | | Prototype: | static inline void curve448_scalar_copy(curve448_scalar_t out, const curve448_scalar_t a) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ec/curve448/point_448.h | | Lines: | 161-165 |
| | 1 | 1 |
curve448_scalar_destroy| Name: | curve448_scalar_destroy | | Prototype: | void curve448_scalar_destroy(curve448_scalar_t scalar) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ec/curve448/scalar.c | | Lines: | 168-171 |
| | 1 | 1 |
curve448_scalar_mul| Name: | curve448_scalar_mul | | Prototype: | void curve448_scalar_mul(curve448_scalar_t out, const curve448_scalar_t a, const curve448_scalar_t b) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ec/curve448/scalar.c | | Lines: | 109-114 |
| | 2 | 1 |
curve448_scalar_sub| Name: | curve448_scalar_sub | | Prototype: | void curve448_scalar_sub(curve448_scalar_t out, const curve448_scalar_t a, const curve448_scalar_t b) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ec/curve448/scalar.c | | Lines: | 116-120 |
| | 1 | 1 |
d2i_ACCESS_DESCRIPTION| Name: | d2i_ACCESS_DESCRIPTION | | Prototype: | ACCESS_DESCRIPTION *d2i_ACCESS_DESCRIPTION(ACCESS_DESCRIPTION **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_info.c | | Lines: | 53-53 |
| | 1 | 1 |
d2i_ADMISSIONS| Name: | d2i_ADMISSIONS | | Prototype: | ADMISSIONS *d2i_ADMISSIONS(ADMISSIONS **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_admis.c | | Lines: | 51-51 |
| | 1 | 1 |
d2i_ADMISSION_SYNTAX| Name: | d2i_ADMISSION_SYNTAX | | Prototype: | ADMISSION_SYNTAX *d2i_ADMISSION_SYNTAX(ADMISSION_SYNTAX **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_admis.c | | Lines: | 52-52 |
| | 1 | 1 |
d2i_ASIdOrRange| Name: | d2i_ASIdOrRange | | Prototype: | ASIdOrRange *d2i_ASIdOrRange(ASIdOrRange **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_asid.c | | Lines: | 54-54 |
| | 1 | 1 |
d2i_ASIdentifierChoice| Name: | d2i_ASIdentifierChoice | | Prototype: | ASIdentifierChoice *d2i_ASIdentifierChoice(ASIdentifierChoice **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_asid.c | | Lines: | 55-55 |
| | 1 | 1 |
d2i_ASIdentifiers| Name: | d2i_ASIdentifiers | | Prototype: | ASIdentifiers *d2i_ASIdentifiers(ASIdentifiers **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_asid.c | | Lines: | 56-56 |
| | 1 | 1 |
d2i_ASN1_BIT_STRING| Name: | d2i_ASN1_BIT_STRING | | Prototype: | ASN1_BIT_STRING *d2i_ASN1_BIT_STRING(ASN1_BIT_STRING **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/tasn_typ.c | | Lines: | 31-31 |
| | 1 | 1 |
d2i_ASN1_BMPSTRING| Name: | d2i_ASN1_BMPSTRING | | Prototype: | ASN1_BMPSTRING *d2i_ASN1_BMPSTRING(ASN1_BMPSTRING **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/tasn_typ.c | | Lines: | 41-41 |
| | 1 | 1 |
d2i_ASN1_ENUMERATED| Name: | d2i_ASN1_ENUMERATED | | Prototype: | ASN1_ENUMERATED *d2i_ASN1_ENUMERATED(ASN1_ENUMERATED **a, const unsigned char **in, long len) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/tasn_typ.c | | Lines: | 30-30 |
| | 1 | 1 |
d2i_ASN1_GENERALIZEDTIME| Name: | d2i_ASN1_GENERALIZEDTIME | | Prototype: | ASN1_GENERALIZEDTIME *d2i_ASN1_GENERALIZEDTIME(ASN1_GENERALIZEDTIME **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/tasn_typ.c | | Lines: | 38-38 |
| | 1 | 1 |
d2i_ASN1_GENERALSTRING| Name: | d2i_ASN1_GENERALSTRING | | Prototype: | ASN1_GENERALSTRING *d2i_ASN1_GENERALSTRING(ASN1_GENERALSTRING **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/tasn_typ.c | | Lines: | 36-36 |
| | 1 | 1 |
d2i_ASN1_IA5STRING| Name: | d2i_ASN1_IA5STRING | | Prototype: | ASN1_IA5STRING *d2i_ASN1_IA5STRING(ASN1_IA5STRING **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/tasn_typ.c | | Lines: | 35-35 |
| | 1 | 1 |
d2i_ASN1_INTEGER| Name: | d2i_ASN1_INTEGER | | Prototype: | ASN1_INTEGER *d2i_ASN1_INTEGER(ASN1_INTEGER **a, const unsigned char **in, long len) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/tasn_typ.c | | Lines: | 29-29 |
| | 1 | 1 |
d2i_ASN1_NULL| Name: | d2i_ASN1_NULL | | Prototype: | ASN1_NULL *d2i_ASN1_NULL(ASN1_NULL **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/tasn_typ.c | | Lines: | 44-44 |
| | 1 | 1 |
d2i_ASN1_OCTET_STRING| Name: | d2i_ASN1_OCTET_STRING | | Prototype: | ASN1_OCTET_STRING *d2i_ASN1_OCTET_STRING(ASN1_OCTET_STRING **a, const unsigned char **in, long len) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/tasn_typ.c | | Lines: | 28-28 |
| | 1 | 1 |
d2i_ASN1_PRINTABLE| Name: | d2i_ASN1_PRINTABLE | | Prototype: | ASN1_STRING *d2i_ASN1_PRINTABLE(ASN1_STRING **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/tasn_typ.c | | Lines: | 58-58 |
| | 1 | 1 |
d2i_ASN1_PRINTABLESTRING| Name: | d2i_ASN1_PRINTABLESTRING | | Prototype: | ASN1_PRINTABLESTRING *d2i_ASN1_PRINTABLESTRING(ASN1_PRINTABLESTRING **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/tasn_typ.c | | Lines: | 33-33 |
| | 1 | 1 |
d2i_ASN1_SEQUENCE_ANY| Name: | d2i_ASN1_SEQUENCE_ANY | | Prototype: | ASN1_SEQUENCE_ANY *d2i_ASN1_SEQUENCE_ANY(ASN1_SEQUENCE_ANY **a, const unsigned char **in, long len) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/tasn_typ.c | | Lines: | 83-83 |
| | 1 | 1 |
d2i_ASN1_SET_ANY| Name: | d2i_ASN1_SET_ANY | | Prototype: | ASN1_SEQUENCE_ANY *d2i_ASN1_SET_ANY(ASN1_SEQUENCE_ANY **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/tasn_typ.c | | Lines: | 84-84 |
| | 1 | 1 |
d2i_ASN1_T61STRING| Name: | d2i_ASN1_T61STRING | | Prototype: | ASN1_T61STRING *d2i_ASN1_T61STRING(ASN1_T61STRING **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/tasn_typ.c | | Lines: | 34-34 |
| | 1 | 1 |
d2i_ASN1_TIME| Name: | d2i_ASN1_TIME | | Prototype: | ASN1_TIME *d2i_ASN1_TIME(ASN1_TIME **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/a_time.c | | Lines: | 26-26 |
| | 1 | 1 |
d2i_ASN1_TYPE| Name: | d2i_ASN1_TYPE | | Prototype: | ASN1_TYPE *d2i_ASN1_TYPE(ASN1_TYPE **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/tasn_typ.c | | Lines: | 53-53 |
| | 1 | 1 |
d2i_ASN1_UNIVERSALSTRING| Name: | d2i_ASN1_UNIVERSALSTRING | | Prototype: | ASN1_UNIVERSALSTRING *d2i_ASN1_UNIVERSALSTRING(ASN1_UNIVERSALSTRING **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/tasn_typ.c | | Lines: | 40-40 |
| | 1 | 1 |
d2i_ASN1_UTCTIME| Name: | d2i_ASN1_UTCTIME | | Prototype: | ASN1_UTCTIME *d2i_ASN1_UTCTIME(ASN1_UTCTIME **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/tasn_typ.c | | Lines: | 37-37 |
| | 1 | 1 |
d2i_ASN1_UTF8STRING| Name: | d2i_ASN1_UTF8STRING | | Prototype: | ASN1_UTF8STRING *d2i_ASN1_UTF8STRING(ASN1_UTF8STRING **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/tasn_typ.c | | Lines: | 32-32 |
| | 1 | 1 |
d2i_ASN1_VISIBLESTRING| Name: | d2i_ASN1_VISIBLESTRING | | Prototype: | ASN1_VISIBLESTRING *d2i_ASN1_VISIBLESTRING(ASN1_VISIBLESTRING **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/tasn_typ.c | | Lines: | 39-39 |
| | 1 | 1 |
d2i_ASRange| Name: | d2i_ASRange | | Prototype: | ASRange *d2i_ASRange(ASRange **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_asid.c | | Lines: | 53-53 |
| | 1 | 1 |
d2i_AUTHORITY_INFO_ACCESS| Name: | d2i_AUTHORITY_INFO_ACCESS | | Prototype: | AUTHORITY_INFO_ACCESS *d2i_AUTHORITY_INFO_ACCESS(AUTHORITY_INFO_ACCESS **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_info.c | | Lines: | 59-59 |
| | 1 | 1 |
d2i_AUTHORITY_KEYID| Name: | d2i_AUTHORITY_KEYID | | Prototype: | AUTHORITY_KEYID *d2i_AUTHORITY_KEYID(AUTHORITY_KEYID **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_akeya.c | | Lines: | 23-23 |
| | 1 | 1 |
d2i_BASIC_CONSTRAINTS| Name: | d2i_BASIC_CONSTRAINTS | | Prototype: | BASIC_CONSTRAINTS *d2i_BASIC_CONSTRAINTS(BASIC_CONSTRAINTS **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_bcons.c | | Lines: | 42-42 |
| | 1 | 1 |
d2i_CERTIFICATEPOLICIES| Name: | d2i_CERTIFICATEPOLICIES | | Prototype: | CERTIFICATEPOLICIES *d2i_CERTIFICATEPOLICIES(CERTIFICATEPOLICIES **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_cpols.c | | Lines: | 51-51 |
| | 1 | 1 |
d2i_CMS_ContentInfo| Name: | d2i_CMS_ContentInfo | | Prototype: | CMS_ContentInfo *d2i_CMS_ContentInfo(CMS_ContentInfo **a, const unsigned char **in, long len) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/cms/cms_lib.c | | Lines: | 19-19 |
| | 1 | 1 |
d2i_CMS_ReceiptRequest| Name: | d2i_CMS_ReceiptRequest | | Prototype: | CMS_ReceiptRequest *d2i_CMS_ReceiptRequest(CMS_ReceiptRequest **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/cms/cms_ess.c | | Lines: | 19-19 |
| | 1 | 1 |
d2i_CMS_bio| Name: | d2i_CMS_bio | | Prototype: | CMS_ContentInfo *d2i_CMS_bio(BIO *bp, CMS_ContentInfo **cms) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/cms/cms_io.c | | Lines: | 35-38 |
| | 1 | 1 |
d2i_CRL_DIST_POINTS| Name: | d2i_CRL_DIST_POINTS | | Prototype: | CRL_DIST_POINTS *d2i_CRL_DIST_POINTS(CRL_DIST_POINTS **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_crld.c | | Lines: | 331-331 |
| | 1 | 1 |
d2i_DHparams| Name: | d2i_DHparams | | Prototype: | DH *d2i_DHparams(DH **a, const unsigned char **in, long len) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/dh/dh_asn1.c | | Lines: | 40-40 |
| | 1 | 1 |
d2i_DIRECTORYSTRING| Name: | d2i_DIRECTORYSTRING | | Prototype: | ASN1_STRING *d2i_DIRECTORYSTRING(ASN1_STRING **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/tasn_typ.c | | Lines: | 64-64 |
| | 1 | 1 |
d2i_DISPLAYTEXT| Name: | d2i_DISPLAYTEXT | | Prototype: | ASN1_STRING *d2i_DISPLAYTEXT(ASN1_STRING **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/tasn_typ.c | | Lines: | 61-61 |
| | 1 | 1 |
d2i_DIST_POINT| Name: | d2i_DIST_POINT | | Prototype: | DIST_POINT *d2i_DIST_POINT(DIST_POINT **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_crld.c | | Lines: | 325-325 |
| | 1 | 1 |
d2i_DIST_POINT_NAME| Name: | d2i_DIST_POINT_NAME | | Prototype: | DIST_POINT_NAME *d2i_DIST_POINT_NAME(DIST_POINT_NAME **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_crld.c | | Lines: | 317-317 |
| | 1 | 1 |
d2i_DSAPrivateKey| Name: | d2i_DSAPrivateKey | | Prototype: | DSA *d2i_DSAPrivateKey(DSA **a, const unsigned char **in, long len) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/dsa/dsa_asn1.c | | Lines: | 86-86 |
| | 1 | 1 |
d2i_DSAPrivateKey_bio| Name: | d2i_DSAPrivateKey_bio | | Prototype: | DSA *d2i_DSAPrivateKey_bio(BIO *bp, DSA **dsa) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x_all.c | | Lines: | 287-290 |
| | 1 | 1 |
d2i_DSAPrivateKey_fp| Name: | d2i_DSAPrivateKey_fp | | Prototype: | DSA *d2i_DSAPrivateKey_fp(FILE *fp, DSA **dsa) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x_all.c | | Lines: | 266-269 |
| | 1 | 1 |
d2i_DSAPublicKey| Name: | d2i_DSAPublicKey | | Prototype: | DSA *d2i_DSAPublicKey(DSA **a, const unsigned char **in, long len) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/dsa/dsa_asn1.c | | Lines: | 103-103 |
| | 1 | 1 |
d2i_DSA_PUBKEY_bio| Name: | d2i_DSA_PUBKEY_bio | | Prototype: | DSA *d2i_DSA_PUBKEY_bio(BIO *bp, DSA **dsa) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x_all.c | | Lines: | 297-300 |
| | 1 | 1 |
d2i_DSA_PUBKEY_fp| Name: | d2i_DSA_PUBKEY_fp | | Prototype: | DSA *d2i_DSA_PUBKEY_fp(FILE *fp, DSA **dsa) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x_all.c | | Lines: | 276-279 |
| | 1 | 1 |
d2i_DSA_SIG| Name: | d2i_DSA_SIG | | Prototype: | DSA_SIG *d2i_DSA_SIG(DSA_SIG **a, const unsigned char **in, long len) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/dsa/dsa_asn1.c | | Lines: | 22-22 |
| | 1 | 1 |
d2i_DSAparams| Name: | d2i_DSAparams | | Prototype: | DSA *d2i_DSAparams(DSA **a, const unsigned char **in, long len) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/dsa/dsa_asn1.c | | Lines: | 94-94 |
| | 1 | 1 |
d2i_ECDSA_SIG| Name: | d2i_ECDSA_SIG | | Prototype: | ECDSA_SIG *d2i_ECDSA_SIG(ECDSA_SIG **a, const unsigned char **in, long len) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ec/ec_asn1.c | | Lines: | 1147-1147 |
| | 1 | 1 |
d2i_ECPKPARAMETERS| Name: | d2i_ECPKPARAMETERS | | Prototype: | ECPKPARAMETERS *d2i_ECPKPARAMETERS(ECPKPARAMETERS **a, const unsigned char **in, long len) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ec/ec_asn1.c | | Lines: | 222-222 |
| | 1 | 1 |
d2i_ECPrivateKey_bio| Name: | d2i_ECPrivateKey_bio | | Prototype: | EC_KEY *d2i_ECPrivateKey_bio(BIO *bp, EC_KEY **eckey) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x_all.c | | Lines: | 341-344 |
| | 1 | 1 |
d2i_ECPrivateKey_fp| Name: | d2i_ECPrivateKey_fp | | Prototype: | EC_KEY *d2i_ECPrivateKey_fp(FILE *fp, EC_KEY **eckey) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x_all.c | | Lines: | 321-324 |
| | 1 | 1 |
d2i_EC_PRIVATEKEY| Name: | d2i_EC_PRIVATEKEY | | Prototype: | EC_PRIVATEKEY *d2i_EC_PRIVATEKEY(EC_PRIVATEKEY **a, const unsigned char **in, long len) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ec/ec_asn1.c | | Lines: | 233-233 |
| | 1 | 1 |
d2i_EC_PUBKEY_bio| Name: | d2i_EC_PUBKEY_bio | | Prototype: | EC_KEY *d2i_EC_PUBKEY_bio(BIO *bp, EC_KEY **eckey) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x_all.c | | Lines: | 331-334 |
| | 1 | 1 |
d2i_EC_PUBKEY_fp| Name: | d2i_EC_PUBKEY_fp | | Prototype: | EC_KEY *d2i_EC_PUBKEY_fp(FILE *fp, EC_KEY **eckey) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x_all.c | | Lines: | 311-314 |
| | 1 | 1 |
d2i_EDIPARTYNAME| Name: | d2i_EDIPARTYNAME | | Prototype: | EDIPARTYNAME *d2i_EDIPARTYNAME(EDIPARTYNAME **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_genn.c | | Lines: | 29-29 |
| | 1 | 1 |
d2i_ESS_CERT_ID| Name: | d2i_ESS_CERT_ID | | Prototype: | ESS_CERT_ID *d2i_ESS_CERT_ID(ESS_CERT_ID **a, const unsigned char **in, long len) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_asn1.c | | Lines: | 217-217 |
| | 1 | 1 |
d2i_ESS_CERT_ID_V2| Name: | d2i_ESS_CERT_ID_V2 | | Prototype: | ESS_CERT_ID_V2 *d2i_ESS_CERT_ID_V2(ESS_CERT_ID_V2 **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_asn1.c | | Lines: | 234-234 |
| | 1 | 1 |
d2i_ESS_ISSUER_SERIAL| Name: | d2i_ESS_ISSUER_SERIAL | | Prototype: | ESS_ISSUER_SERIAL *d2i_ESS_ISSUER_SERIAL(ESS_ISSUER_SERIAL **a, const unsigned char **in, long len) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_asn1.c | | Lines: | 209-209 |
| | 1 | 1 |
d2i_ESS_SIGNING_CERT| Name: | d2i_ESS_SIGNING_CERT | | Prototype: | ESS_SIGNING_CERT *d2i_ESS_SIGNING_CERT(ESS_SIGNING_CERT **a, const unsigned char **in, long len) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_asn1.c | | Lines: | 225-225 |
| | 1 | 1 |
d2i_ESS_SIGNING_CERT_V2| Name: | d2i_ESS_SIGNING_CERT_V2 | | Prototype: | ESS_SIGNING_CERT_V2 *d2i_ESS_SIGNING_CERT_V2(ESS_SIGNING_CERT_V2 **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_asn1.c | | Lines: | 242-242 |
| | 1 | 1 |
d2i_EXTENDED_KEY_USAGE| Name: | d2i_EXTENDED_KEY_USAGE | | Prototype: | EXTENDED_KEY_USAGE *d2i_EXTENDED_KEY_USAGE(EXTENDED_KEY_USAGE **a, const unsigned char **in, long len) | | 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 |
d2i_GENERAL_NAME| Name: | d2i_GENERAL_NAME | | Prototype: | GENERAL_NAME *d2i_GENERAL_NAME(GENERAL_NAME **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_genn.c | | Lines: | 45-45 |
| | 1 | 1 |
d2i_GENERAL_NAMES| Name: | d2i_GENERAL_NAMES | | Prototype: | GENERAL_NAMES *d2i_GENERAL_NAMES(GENERAL_NAMES **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_genn.c | | Lines: | 51-51 |
| | 1 | 1 |
d2i_IPAddressChoice| Name: | d2i_IPAddressChoice | | Prototype: | IPAddressChoice *d2i_IPAddressChoice(IPAddressChoice **a, const unsigned char **in, long len) | | 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 |
d2i_IPAddressFamily| Name: | d2i_IPAddressFamily | | Prototype: | IPAddressFamily *d2i_IPAddressFamily(IPAddressFamily **a, const unsigned char **in, long len) | | 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 |
d2i_IPAddressOrRange| Name: | d2i_IPAddressOrRange | | Prototype: | IPAddressOrRange *d2i_IPAddressOrRange(IPAddressOrRange **a, const unsigned char **in, long len) | | 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 |
d2i_IPAddressRange| Name: | d2i_IPAddressRange | | Prototype: | IPAddressRange *d2i_IPAddressRange(IPAddressRange **a, const unsigned char **in, long len) | | 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 |
d2i_ISSUING_DIST_POINT| Name: | d2i_ISSUING_DIST_POINT | | Prototype: | ISSUING_DIST_POINT *d2i_ISSUING_DIST_POINT(ISSUING_DIST_POINT **a, const unsigned char **in, long len) | | 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 |
d2i_NAMING_AUTHORITY| Name: | d2i_NAMING_AUTHORITY | | Prototype: | NAMING_AUTHORITY *d2i_NAMING_AUTHORITY(NAMING_AUTHORITY **a, const unsigned char **in, long len) | | 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 |
d2i_NETSCAPE_CERT_SEQUENCE| Name: | d2i_NETSCAPE_CERT_SEQUENCE | | Prototype: | NETSCAPE_CERT_SEQUENCE *d2i_NETSCAPE_CERT_SEQUENCE(NETSCAPE_CERT_SEQUENCE **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/nsseq.c | | Lines: | 34-34 |
| | 1 | 1 |
d2i_NETSCAPE_ENCRYPTED_PKEY| Name: | d2i_NETSCAPE_ENCRYPTED_PKEY | | Prototype: | NETSCAPE_ENCRYPTED_PKEY *d2i_NETSCAPE_ENCRYPTED_PKEY(NETSCAPE_ENCRYPTED_PKEY **a, const unsigned char **in, long len) | | 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 |
d2i_NETSCAPE_PKEY| Name: | d2i_NETSCAPE_PKEY | | Prototype: | NETSCAPE_PKEY *d2i_NETSCAPE_PKEY(NETSCAPE_PKEY **a, const unsigned char **in, long len) | | 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 |
d2i_NETSCAPE_SPKAC| Name: | d2i_NETSCAPE_SPKAC | | Prototype: | NETSCAPE_SPKAC *d2i_NETSCAPE_SPKAC(NETSCAPE_SPKAC **a, const unsigned char **in, long len) | | 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 |
d2i_NETSCAPE_SPKI| Name: | d2i_NETSCAPE_SPKI | | Prototype: | NETSCAPE_SPKI *d2i_NETSCAPE_SPKI(NETSCAPE_SPKI **a, const unsigned char **in, long len) | | 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 |
d2i_NOTICEREF| Name: | d2i_NOTICEREF | | Prototype: | NOTICEREF *d2i_NOTICEREF(NOTICEREF **a, const unsigned char **in, long len) | | 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 |
d2i_OCSP_BASICRESP| Name: | d2i_OCSP_BASICRESP | | Prototype: | OCSP_BASICRESP *d2i_OCSP_BASICRESP(OCSP_BASICRESP **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ocsp/ocsp_asn.c | | Lines: | 120-120 |
| | 1 | 1 |
d2i_OCSP_CERTID| Name: | d2i_OCSP_CERTID | | Prototype: | OCSP_CERTID *d2i_OCSP_CERTID(OCSP_CERTID **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ocsp/ocsp_asn.c | | Lines: | 30-30 |
| | 1 | 1 |
d2i_OCSP_CERTSTATUS| Name: | d2i_OCSP_CERTSTATUS | | Prototype: | OCSP_CERTSTATUS *d2i_OCSP_CERTSTATUS(OCSP_CERTSTATUS **a, const unsigned char **in, long len) | | 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 |
d2i_OCSP_CRLID| Name: | d2i_OCSP_CRLID | | Prototype: | OCSP_CRLID *d2i_OCSP_CRLID(OCSP_CRLID **a, const unsigned char **in, long len) | | 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 |
d2i_OCSP_ONEREQ| Name: | d2i_OCSP_ONEREQ | | Prototype: | OCSP_ONEREQ *d2i_OCSP_ONEREQ(OCSP_ONEREQ **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ocsp/ocsp_asn.c | | Lines: | 37-37 |
| | 1 | 1 |
d2i_OCSP_REQINFO| Name: | d2i_OCSP_REQINFO | | Prototype: | OCSP_REQINFO *d2i_OCSP_REQINFO(OCSP_REQINFO **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ocsp/ocsp_asn.c | | Lines: | 46-46 |
| | 1 | 1 |
d2i_OCSP_REQUEST| Name: | d2i_OCSP_REQUEST | | Prototype: | OCSP_REQUEST *d2i_OCSP_REQUEST(OCSP_REQUEST **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ocsp/ocsp_asn.c | | Lines: | 53-53 |
| | 1 | 1 |