| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
d2i_PROXY_POLICY| Name: | d2i_PROXY_POLICY | | Prototype: | PROXY_POLICY * d2i_PROXY_POLICY(PROXY_POLICY **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_pcia.c | | Lines: | 69-74 |
| | 2 | 1 |
d2i_PROXY_CERT_INFO_EXTENSION| Name: | d2i_PROXY_CERT_INFO_EXTENSION | | Prototype: | PROXY_CERT_INFO_EXTENSION * d2i_PROXY_CERT_INFO_EXTENSION(PROXY_CERT_INFO_EXTENSION **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_pcia.c | | Lines: | 122-127 |
| | 2 | 1 |
d2i_POLICYQUALINFO| Name: | d2i_POLICYQUALINFO | | Prototype: | POLICYQUALINFO * d2i_POLICYQUALINFO(POLICYQUALINFO **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_cpols.c | | Lines: | 270-275 |
| | 2 | 1 |
d2i_POLICYINFO| Name: | d2i_POLICYINFO | | Prototype: | POLICYINFO * d2i_POLICYINFO(POLICYINFO **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_cpols.c | | Lines: | 174-179 |
| | 2 | 1 |
d2i_PKEY_USAGE_PERIOD| Name: | d2i_PKEY_USAGE_PERIOD | | Prototype: | PKEY_USAGE_PERIOD * d2i_PKEY_USAGE_PERIOD(PKEY_USAGE_PERIOD **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_pku.c | | Lines: | 115-120 |
| | 2 | 1 |
d2i_PKCS8_fp| Name: | d2i_PKCS8_fp | | Prototype: | X509_SIG * d2i_PKCS8_fp(FILE *fp, X509_SIG **p8) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x_all.c | | Lines: | 358-362 |
| | 1 | 1 |
d2i_PKCS8_bio| Name: | d2i_PKCS8_bio | | Prototype: | X509_SIG * d2i_PKCS8_bio(BIO *bp, X509_SIG **p8) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x_all.c | | Lines: | 346-350 |
| | 1 | 1 |
d2i_PKCS8_PRIV_KEY_INFO_fp| Name: | d2i_PKCS8_PRIV_KEY_INFO_fp | | Prototype: | PKCS8_PRIV_KEY_INFO * d2i_PKCS8_PRIV_KEY_INFO_fp(FILE *fp, PKCS8_PRIV_KEY_INFO **p8inf) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x_all.c | | Lines: | 384-389 |
| | 2 | 1 |
d2i_PKCS8_PRIV_KEY_INFO_bio| Name: | d2i_PKCS8_PRIV_KEY_INFO_bio | | Prototype: | PKCS8_PRIV_KEY_INFO * d2i_PKCS8_PRIV_KEY_INFO_bio(BIO *bp, PKCS8_PRIV_KEY_INFO **p8inf) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x_all.c | | Lines: | 370-375 |
| | 2 | 1 |
d2i_PKCS8_PRIV_KEY_INFO| Name: | d2i_PKCS8_PRIV_KEY_INFO | | Prototype: | PKCS8_PRIV_KEY_INFO * d2i_PKCS8_PRIV_KEY_INFO(PKCS8_PRIV_KEY_INFO **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/p8_pkey.c | | Lines: | 116-121 |
| | 2 | 1 |
d2i_PKCS8PrivateKey_fp| Name: | d2i_PKCS8PrivateKey_fp | | Prototype: | EVP_PKEY * d2i_PKCS8PrivateKey_fp(FILE *fp, EVP_PKEY **x, pem_password_cb *cb, void *u) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pem/pem_pk8.c | | Lines: | 237-250 |
| | 12 | 2 |
d2i_PKCS8PrivateKey_bio| Name: | d2i_PKCS8PrivateKey_bio | | Prototype: | EVP_PKEY * d2i_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, void *u) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pem/pem_pk8.c | | Lines: | 156-190 |
| | 55 | 7 |
d2i_PKCS7_fp| Name: | d2i_PKCS7_fp | | Prototype: | PKCS7 * d2i_PKCS7_fp(FILE *fp, PKCS7 **p7) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x_all.c | | Lines: | 136-140 |
| | 1 | 1 |
d2i_PKCS7_bio| Name: | d2i_PKCS7_bio | | Prototype: | PKCS7 * d2i_PKCS7_bio(BIO *bp, PKCS7 **p7) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x_all.c | | Lines: | 124-128 |
| | 1 | 1 |
d2i_PKCS7_SIGN_ENVELOPE| Name: | d2i_PKCS7_SIGN_ENVELOPE | | Prototype: | PKCS7_SIGN_ENVELOPE * d2i_PKCS7_SIGN_ENVELOPE(PKCS7_SIGN_ENVELOPE **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_asn1.c | | Lines: | 771-776 |
| | 2 | 1 |
d2i_PKCS7_SIGNER_INFO| Name: | d2i_PKCS7_SIGNER_INFO | | Prototype: | PKCS7_SIGNER_INFO * d2i_PKCS7_SIGNER_INFO(PKCS7_SIGNER_INFO **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_asn1.c | | Lines: | 424-429 |
| | 2 | 1 |
d2i_PKCS7_SIGNED| Name: | d2i_PKCS7_SIGNED | | Prototype: | PKCS7_SIGNED * d2i_PKCS7_SIGNED(PKCS7_SIGNED **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_asn1.c | | Lines: | 312-317 |
| | 2 | 1 |
d2i_PKCS7_RECIP_INFO| Name: | d2i_PKCS7_RECIP_INFO | | Prototype: | PKCS7_RECIP_INFO * d2i_PKCS7_RECIP_INFO(PKCS7_RECIP_INFO **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_asn1.c | | Lines: | 623-628 |
| | 2 | 1 |
d2i_PKCS7_ISSUER_AND_SERIAL| Name: | d2i_PKCS7_ISSUER_AND_SERIAL | | Prototype: | PKCS7_ISSUER_AND_SERIAL * d2i_PKCS7_ISSUER_AND_SERIAL(PKCS7_ISSUER_AND_SERIAL **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_asn1.c | | Lines: | 477-482 |
| | 2 | 1 |
d2i_PKCS7_ENVELOPE| Name: | d2i_PKCS7_ENVELOPE | | Prototype: | PKCS7_ENVELOPE * d2i_PKCS7_ENVELOPE(PKCS7_ENVELOPE **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_asn1.c | | Lines: | 537-542 |
| | 2 | 1 |
d2i_PKCS7_ENC_CONTENT| Name: | d2i_PKCS7_ENC_CONTENT | | Prototype: | PKCS7_ENC_CONTENT * d2i_PKCS7_ENC_CONTENT(PKCS7_ENC_CONTENT **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_asn1.c | | Lines: | 683-688 |
| | 2 | 1 |
d2i_PKCS7_ENCRYPT| Name: | d2i_PKCS7_ENCRYPT | | Prototype: | PKCS7_ENCRYPT * d2i_PKCS7_ENCRYPT(PKCS7_ENCRYPT **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_asn1.c | | Lines: | 824-829 |
| | 2 | 1 |
d2i_PKCS7_DIGEST| Name: | d2i_PKCS7_DIGEST | | Prototype: | PKCS7_DIGEST * d2i_PKCS7_DIGEST(PKCS7_DIGEST **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_asn1.c | | Lines: | 891-896 |
| | 2 | 1 |
d2i_PKCS12_fp| Name: | d2i_PKCS12_fp | | Prototype: | PKCS12 * d2i_PKCS12_fp(FILE *fp, PKCS12 **p12) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs12/p12_utl.c | | Lines: | 145-149 |
| | 1 | 1 |
d2i_PKCS12_bio| Name: | d2i_PKCS12_bio | | Prototype: | PKCS12 * d2i_PKCS12_bio(BIO *bp, PKCS12 **p12) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs12/p12_utl.c | | Lines: | 139-143 |
| | 1 | 1 |
d2i_PKCS12_SAFEBAG| Name: | d2i_PKCS12_SAFEBAG | | Prototype: | PKCS12_SAFEBAG * d2i_PKCS12_SAFEBAG(PKCS12_SAFEBAG **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs12/p12_asn.c | | Lines: | 414-419 |
| | 2 | 1 |
d2i_PKCS12_MAC_DATA| Name: | d2i_PKCS12_MAC_DATA | | Prototype: | PKCS12_MAC_DATA * d2i_PKCS12_MAC_DATA(PKCS12_MAC_DATA **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs12/p12_asn.c | | Lines: | 161-166 |
| | 2 | 1 |
d2i_PKCS12_BAGS| Name: | d2i_PKCS12_BAGS | | Prototype: | PKCS12_BAGS * d2i_PKCS12_BAGS(PKCS12_BAGS **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs12/p12_asn.c | | Lines: | 268-273 |
| | 2 | 1 |
d2i_PKCS12| Name: | d2i_PKCS12 | | Prototype: | PKCS12 * d2i_PKCS12(PKCS12 **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs12/p12_asn.c | | Lines: | 101-106 |
| | 2 | 1 |
d2i_PBKDF2PARAM| Name: | d2i_PBKDF2PARAM | | Prototype: | PBKDF2PARAM * d2i_PBKDF2PARAM(PBKDF2PARAM **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/p5_pbev2.c | | Lines: | 152-157 |
| | 2 | 1 |
d2i_PBEPARAM| Name: | d2i_PBEPARAM | | Prototype: | PBEPARAM * d2i_PBEPARAM(PBEPARAM **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/p5_pbe.c | | Lines: | 92-97 |
| | 2 | 1 |
d2i_PBE2PARAM| Name: | d2i_PBE2PARAM | | Prototype: | PBE2PARAM * d2i_PBE2PARAM(PBE2PARAM **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/p5_pbev2.c | | Lines: | 92-97 |
| | 2 | 1 |
d2i_OTHERNAME| Name: | d2i_OTHERNAME | | Prototype: | OTHERNAME * d2i_OTHERNAME(OTHERNAME **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_genn.c | | Lines: | 95-100 |
| | 2 | 1 |
d2i_OCSP_SINGLERESP| Name: | d2i_OCSP_SINGLERESP | | Prototype: | OCSP_SINGLERESP * d2i_OCSP_SINGLERESP(OCSP_SINGLERESP **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_asn.c | | Lines: | 708-713 |
| | 2 | 1 |
d2i_OCSP_SIGNATURE| Name: | d2i_OCSP_SIGNATURE | | Prototype: | OCSP_SIGNATURE * d2i_OCSP_SIGNATURE(OCSP_SIGNATURE **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_asn.c | | Lines: | 97-102 |
| | 2 | 1 |
d2i_OCSP_SERVICELOC| Name: | d2i_OCSP_SERVICELOC | | Prototype: | OCSP_SERVICELOC * d2i_OCSP_SERVICELOC(OCSP_SERVICELOC **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_asn.c | | Lines: | 962-967 |
| | 2 | 1 |
d2i_OCSP_REVOKEDINFO| Name: | d2i_OCSP_REVOKEDINFO | | Prototype: | OCSP_REVOKEDINFO * d2i_OCSP_REVOKEDINFO(OCSP_REVOKEDINFO **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_asn.c | | Lines: | 574-579 |
| | 2 | 1 |
d2i_OCSP_RESPONSE_bio| Name: | d2i_OCSP_RESPONSE_bio | | Prototype: | OCSP_RESPONSE * d2i_OCSP_RESPONSE_bio(BIO *bp, OCSP_RESPONSE **a) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_asn.c | | Lines: | 469-473 |
| | 1 | 1 |
d2i_OCSP_RESPONSE| Name: | d2i_OCSP_RESPONSE | | Prototype: | OCSP_RESPONSE * d2i_OCSP_RESPONSE(OCSP_RESPONSE **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_asn.c | | Lines: | 456-461 |
| | 2 | 1 |
d2i_OCSP_RESPID| Name: | d2i_OCSP_RESPID | | Prototype: | OCSP_RESPID * d2i_OCSP_RESPID(OCSP_RESPID **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_asn.c | | Lines: | 521-526 |
| | 2 | 1 |
d2i_OCSP_RESPDATA| Name: | d2i_OCSP_RESPDATA | | Prototype: | OCSP_RESPDATA * d2i_OCSP_RESPDATA(OCSP_RESPDATA **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_asn.c | | Lines: | 782-787 |
| | 2 | 1 |
d2i_OCSP_RESPBYTES| Name: | d2i_OCSP_RESPBYTES | | Prototype: | OCSP_RESPBYTES * d2i_OCSP_RESPBYTES(OCSP_RESPBYTES **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_asn.c | | Lines: | 403-408 |
| | 2 | 1 |
d2i_OCSP_REQUEST_bio| Name: | d2i_OCSP_REQUEST_bio | | Prototype: | OCSP_REQUEST * d2i_OCSP_REQUEST_bio(BIO *bp, OCSP_REQUEST **a) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_asn.c | | Lines: | 349-353 |
| | 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/libressl/src/crypto/ocsp/ocsp_asn.c | | Lines: | 336-341 |
| | 2 | 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/libressl/src/crypto/ocsp/ocsp_asn.c | | Lines: | 284-289 |
| | 2 | 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/libressl/src/crypto/ocsp/ocsp_asn.c | | Lines: | 217-222 |
| | 2 | 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/libressl/src/crypto/ocsp/ocsp_asn.c | | Lines: | 909-914 |
| | 2 | 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/libressl/src/crypto/ocsp/ocsp_asn.c | | Lines: | 634-639 |
| | 2 | 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/libressl/src/crypto/ocsp/ocsp_asn.c | | Lines: | 164-169 |
| | 2 | 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/libressl/src/crypto/ocsp/ocsp_asn.c | | Lines: | 849-854 |
| | 2 | 1 |
d2i_Netscape_RSA| Name: | d2i_Netscape_RSA | | Prototype: | RSA * d2i_Netscape_RSA(RSA **a, const unsigned char **pp, long length, int (*cb)(char *buf, int len, const char *prompt, int verify)) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/n_pkey.c | | Lines: | 324-329 |
| | 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/libressl/src/crypto/x509v3/v3_cpols.c | | Lines: | 376-381 |
| | 2 | 1 |
d2i_NETSCAPE_X509| Name: | d2i_NETSCAPE_X509 | | Prototype: | NETSCAPE_X509 * d2i_NETSCAPE_X509(NETSCAPE_X509 **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_nx509.c | | Lines: | 90-95 |
| | 2 | 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/libressl/src/crypto/asn1/x_spki.c | | Lines: | 151-156 |
| | 2 | 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/libressl/src/crypto/asn1/x_spki.c | | Lines: | 91-96 |
| | 2 | 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/libressl/src/crypto/asn1/n_pkey.c | | Lines: | 178-183 |
| | 2 | 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/libressl/src/crypto/asn1/n_pkey.c | | Lines: | 121-126 |
| | 2 | 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/libressl/src/crypto/asn1/nsseq.c | | Lines: | 106-111 |
| | 2 | 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/libressl/src/crypto/x509v3/v3_crld.c | | Lines: | 606-611 |
| | 2 | 1 |
d2i_GOST_KEY_TRANSPORT| Name: | d2i_GOST_KEY_TRANSPORT | | Prototype: | GOST_KEY_TRANSPORT * d2i_GOST_KEY_TRANSPORT(GOST_KEY_TRANSPORT **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/gost/gost_asn1.c | | Lines: | 47-52 |
| | 2 | 1 |
d2i_GOST_KEY_PARAMS| Name: | d2i_GOST_KEY_PARAMS | | Prototype: | GOST_KEY_PARAMS * d2i_GOST_KEY_PARAMS(GOST_KEY_PARAMS **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/gost/gost_asn1.c | | Lines: | 218-223 |
| | 2 | 1 |
d2i_GOST_KEY_INFO| Name: | d2i_GOST_KEY_INFO | | Prototype: | GOST_KEY_INFO * d2i_GOST_KEY_INFO(GOST_KEY_INFO **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/gost/gost_asn1.c | | Lines: | 99-104 |
| | 2 | 1 |
d2i_GOST_KEY_AGREEMENT_INFO| Name: | d2i_GOST_KEY_AGREEMENT_INFO | | Prototype: | GOST_KEY_AGREEMENT_INFO * d2i_GOST_KEY_AGREEMENT_INFO(GOST_KEY_AGREEMENT_INFO **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/gost/gost_asn1.c | | Lines: | 158-163 |
| | 2 | 1 |
d2i_GOST_CIPHER_PARAMS| Name: | d2i_GOST_CIPHER_PARAMS | | Prototype: | GOST_CIPHER_PARAMS * d2i_GOST_CIPHER_PARAMS(GOST_CIPHER_PARAMS **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/gost/gost_asn1.c | | Lines: | 270-275 |
| | 2 | 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/libressl/src/crypto/x509v3/v3_genn.c | | Lines: | 296-301 |
| | 2 | 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/libressl/src/crypto/x509v3/v3_genn.c | | Lines: | 252-257 |
| | 2 | 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/libressl/src/crypto/x509v3/v3_extku.c | | Lines: | 125-130 |
| | 2 | 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: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_asn1.c | | Lines: | 818-823 |
| | 2 | 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: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_asn1.c | | Lines: | 700-705 |
| | 2 | 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: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_asn1.c | | Lines: | 759-764 |
| | 2 | 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/libressl/src/crypto/x509v3/v3_genn.c | | Lines: | 148-153 |
| | 2 | 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/libressl/src/crypto/x509/x_all.c | | Lines: | 333-337 |
| | 1 | 1 |
d2i_EC_PUBKEY_bio| Name: | d2i_EC_PUBKEY_bio | | Prototype: | EC_KEY * d2i_EC_PUBKEY_bio(BIO *bp, EC_KEY **eckey) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x_all.c | | Lines: | 322-326 |
| | 1 | 1 |
d2i_EC_PUBKEY| Name: | d2i_EC_PUBKEY | | Prototype: | EC_KEY * d2i_EC_PUBKEY(EC_KEY **a, const unsigned char **pp, long length) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_pubkey.c | | Lines: | 367-387 |
| | 28 | 4 |
d2i_EC_PRIVATEKEY| Name: | d2i_EC_PRIVATEKEY | | Prototype: | EC_PRIVATEKEY * d2i_EC_PRIVATEKEY(EC_PRIVATEKEY **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_asn1.c | | Lines: | 638-643 |
| | 2 | 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/libressl/src/crypto/x509/x_all.c | | Lines: | 310-314 |
| | 1 | 1 |
d2i_ECPrivateKey_bio| Name: | d2i_ECPrivateKey_bio | | Prototype: | EC_KEY * d2i_ECPrivateKey_bio(BIO *bp, EC_KEY **eckey) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x_all.c | | Lines: | 298-302 |
| | 1 | 1 |
d2i_ECPrivateKey| Name: | d2i_ECPrivateKey | | Prototype: | EC_KEY * d2i_ECPrivateKey(EC_KEY ** a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/62) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_asn1.c | | Lines: | 1342-1437 |
| | 128 | 19 |
d2i_ECParameters| Name: | d2i_ECParameters | | Prototype: | EC_KEY * d2i_ECParameters(EC_KEY ** a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_asn1.c | | Lines: | 1532-1559 |
| | 49 | 7 |
d2i_ECPKParameters| Name: | d2i_ECPKParameters | | Prototype: | EC_GROUP * d2i_ECPKParameters(EC_GROUP ** a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_asn1.c | | Lines: | 1297-1320 |
| | 31 | 5 |
d2i_ECPKPARAMETERS| Name: | d2i_ECPKPARAMETERS | | Prototype: | ECPKPARAMETERS * d2i_ECPKPARAMETERS(ECPKPARAMETERS **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_asn1.c | | Lines: | 567-572 |
| | 2 | 1 |
d2i_DSAparams_fp| Name: | d2i_DSAparams_fp | | Prototype: | DSA * d2i_DSAparams_fp(FILE *fp, DSA **a) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dsa/dsa_asn1.c | | Lines: | 318-322 |
| | 1 | 1 |
d2i_DSAparams_bio| Name: | d2i_DSAparams_bio | | Prototype: | DSA * d2i_DSAparams_bio(BIO *bp, DSA **a) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dsa/dsa_asn1.c | | Lines: | 306-310 |
| | 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/libressl/src/crypto/x509/x_all.c | | Lines: | 284-288 |
| | 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/libressl/src/crypto/x509/x_all.c | | Lines: | 272-276 |
| | 1 | 1 |
d2i_DSA_PUBKEY| Name: | d2i_DSA_PUBKEY | | Prototype: | DSA * d2i_DSA_PUBKEY(DSA **a, const unsigned char **pp, long length) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_pubkey.c | | Lines: | 325-345 |
| | 28 | 4 |
d2i_DSAPublicKey| Name: | d2i_DSAPublicKey | | Prototype: | DSA * d2i_DSAPublicKey(DSA **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dsa/dsa_asn1.c | | Lines: | 414-419 |
| | 2 | 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/libressl/src/crypto/x509/x_all.c | | Lines: | 260-264 |
| | 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/libressl/src/crypto/x509/x_all.c | | Lines: | 248-252 |
| | 1 | 1 |
d2i_DSAPrivateKey| Name: | d2i_DSAPrivateKey | | Prototype: | DSA * d2i_DSAPrivateKey(DSA **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dsa/dsa_asn1.c | | Lines: | 237-242 |
| | 2 | 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/libressl/src/crypto/x509v3/v3_crld.c | | Lines: | 421-426 |
| | 2 | 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/libressl/src/crypto/x509v3/v3_crld.c | | Lines: | 481-486 |
| | 2 | 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/libressl/src/crypto/asn1/tasn_typ.c | | Lines: | 645-650 |
| | 2 | 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/libressl/src/crypto/asn1/tasn_typ.c | | Lines: | 681-686 |
| | 2 | 1 |
d2i_DHparams_fp| Name: | d2i_DHparams_fp | | Prototype: | DH * d2i_DHparams_fp(FILE *fp, DH **a) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dh/dh_asn1.c | | Lines: | 151-155 |
| | 1 | 1 |
d2i_DHparams_bio| Name: | d2i_DHparams_bio | | Prototype: | DH * d2i_DHparams_bio(BIO *bp, DH **a) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dh/dh_asn1.c | | Lines: | 139-143 |
| | 1 | 1 |
d2i_DHparams| Name: | d2i_DHparams | | Prototype: | DH * d2i_DHparams(DH **a, const unsigned char **in, long len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dh/dh_asn1.c | | Lines: | 126-131 |
| | 2 | 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/libressl/src/crypto/x509v3/v3_crld.c | | Lines: | 525-530 |
| | 2 | 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/libressl/src/crypto/x509v3/v3_cpols.c | | Lines: | 121-126 |
| | 2 | 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/libressl/src/crypto/x509v3/v3_bcons.c | | Lines: | 118-123 |
| | 2 | 1 |