| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
OpenSSL_version_num| Name: | OpenSSL_version_num | | Prototype: | unsigned long OpenSSL_version_num(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/cversion.c | | Lines: | 108-112 |
| | 1 | 1 |
OpenSSL_version| Name: | OpenSSL_version | | Prototype: | const char * OpenSSL_version(int t) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/cversion.c | | Lines: | 88-106 |
| | 8 | 7 |
OpenSSL_config| Name: | OpenSSL_config | | Prototype: | int OpenSSL_config(const char *config_name) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/conf/conf_sap.c | | Lines: | 109-128 |
| | 13 | 4 |
OpenSSLDie| Name: | OpenSSLDie | | Prototype: | void OpenSSLDie(const char *file, int line, const char *assertion) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/cryptlib.c | | Lines: | 673-680 |
| | 4 | 1 |
OTHERNAME_new| Name: | OTHERNAME_new | | Prototype: | OTHERNAME * OTHERNAME_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_genn.c | | Lines: | 108-112 |
| | 1 | 1 |
OTHERNAME_cmp| Name: | OTHERNAME_cmp | | Prototype: | int OTHERNAME_cmp(OTHERNAME *a, OTHERNAME *b) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_genn.c | | Lines: | 367-380 |
| | 7 | 3 |
OPENSSL_uni2asc| Name: | OPENSSL_uni2asc | | Prototype: | char * OPENSSL_uni2asc(const unsigned char *uni, int unilen) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs12/p12_utl.c | | Lines: | 102-125 |
| | 25 | 5 |
OPENSSL_strncasecmp| Name: | OPENSSL_strncasecmp | | Prototype: | int OPENSSL_strncasecmp(const char *str1, const char *str2, size_t n) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/o_str.c | | Lines: | 11-15 |
| | 1 | 1 |
OPENSSL_strcasecmp| Name: | OPENSSL_strcasecmp | | Prototype: | int OPENSSL_strcasecmp(const char *str1, const char *str2) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/o_str.c | | Lines: | 17-21 |
| | 1 | 1 |
OPENSSL_showfatal| Name: | OPENSSL_showfatal | | Prototype: | static void OPENSSL_showfatal(const char *fmta, ...) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/cryptlib.c | | Lines: | 663-671 |
| | 24 | 1 |
OPENSSL_no_config| Name: | OPENSSL_no_config | | Prototype: | void OPENSSL_no_config(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/conf/conf_sap.c | | Lines: | 150-154 |
| | 1 | 1 |
OPENSSL_config_internal| Name: | OPENSSL_config_internal | | Prototype: | static void OPENSSL_config_internal(void) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/conf/conf_sap.c | | Lines: | 83-107 |
| | 23 | 3 |
OPENSSL_config| Name: | OPENSSL_config | | Prototype: | void OPENSSL_config(const char *config_name) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/conf/conf_sap.c | | Lines: | 130-134 |
| | 1 | 1 |
OPENSSL_cleanse| Name: | OPENSSL_cleanse | | Prototype: | void OPENSSL_cleanse(void *ptr, size_t len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/mem_clr.c | | Lines: | 7-11 |
| | 1 | 1 |
OPENSSL_asc2uni| Name: | OPENSSL_asc2uni | | Prototype: | unsigned char * OPENSSL_asc2uni(const char *asc, int asclen, unsigned char **uni, int *unilen) | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs12/p12_utl.c | | Lines: | 67-100 |
| | 42 | 8 |
OPENSSL_add_all_algorithms_conf| Name: | OPENSSL_add_all_algorithms_conf | | Prototype: | void OPENSSL_add_all_algorithms_conf(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/c_all.c | | Lines: | 309-314 |
| | 6 | 1 |
OCSP_url_svcloc_new| Name: | OCSP_url_svcloc_new | | Prototype: | X509_EXTENSION * OCSP_url_svcloc_new(X509_NAME* issuer, const char **urls) | | Coverage: | 0.000% (0/47) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | | Lines: | 521-565 |
| | 61 | 15 |
OCSP_single_get0_status| Name: | OCSP_single_get0_status | | Prototype: | int OCSP_single_get0_status(OCSP_SINGLERESP *single, int *reason, ASN1_GENERALIZEDTIME **revtime, ASN1_GENERALIZEDTIME **thisupd, ASN1_GENERALIZEDTIME **nextupd) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_cl.c | | Lines: | 263-293 |
| | 20 | 8 |
OCSP_sendreq_new| Name: | OCSP_sendreq_new | | Prototype: | OCSP_REQ_CTX * OCSP_sendreq_new(BIO *io, const char *path, OCSP_REQUEST *req, int maxline) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ht.c | | Lines: | 151-194 |
| | 55 | 8 |
OCSP_sendreq_nbio| Name: | OCSP_sendreq_nbio | | Prototype: | int OCSP_sendreq_nbio(OCSP_RESPONSE **presp, OCSP_REQ_CTX *rctx) | | Coverage: | 0.000% (0/109) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ht.c | | Lines: | 262-439 |
| | 107 | 39 |
OCSP_sendreq_bio| Name: | OCSP_sendreq_bio | | Prototype: | OCSP_RESPONSE * OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ht.c | | Lines: | 442-463 |
| | 26 | 4 |
OCSP_response_status_str| Name: | OCSP_response_status_str | | Prototype: | const char * OCSP_response_status_str(long s) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_prn.c | | Lines: | 102-114 |
| | 1 | 1 |
OCSP_response_status| Name: | OCSP_response_status | | Prototype: | int OCSP_response_status(OCSP_RESPONSE *resp) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_cl.c | | Lines: | 188-192 |
| | 1 | 1 |
OCSP_response_get1_basic| Name: | OCSP_response_get1_basic | | Prototype: | OCSP_BASICRESP * OCSP_response_get1_basic(OCSP_RESPONSE *resp) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_cl.c | | Lines: | 197-213 |
| | 17 | 3 |
OCSP_response_create| Name: | OCSP_response_create | | Prototype: | OCSP_RESPONSE * OCSP_response_create(int status, OCSP_BASICRESP *bs) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_srv.c | | Lines: | 116-139 |
| | 25 | 8 |
OCSP_resp_get0| Name: | OCSP_resp_get0 | | Prototype: | OCSP_SINGLERESP * OCSP_resp_get0(OCSP_BASICRESP *bs, int idx) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_cl.c | | Lines: | 227-233 |
| | 7 | 2 |
OCSP_resp_find_status| Name: | OCSP_resp_find_status | | Prototype: | int OCSP_resp_find_status(OCSP_BASICRESP *bs, OCSP_CERTID *id, int *status, int *reason, ASN1_GENERALIZEDTIME **revtime, ASN1_GENERALIZEDTIME **thisupd, ASN1_GENERALIZEDTIME **nextupd) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_cl.c | | Lines: | 298-315 |
| | 10 | 3 |
OCSP_resp_find| Name: | OCSP_resp_find | | Prototype: | int OCSP_resp_find(OCSP_BASICRESP *bs, OCSP_CERTID *id, int last) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_cl.c | | Lines: | 236-256 |
| | 14 | 5 |
OCSP_resp_count| Name: | OCSP_resp_count | | Prototype: | int OCSP_resp_count(OCSP_BASICRESP *bs) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_cl.c | | Lines: | 218-224 |
| | 3 | 2 |
OCSP_request_verify| Name: | OCSP_request_verify | | Prototype: | int OCSP_request_verify(OCSP_REQUEST *req, struct stack_st_X509 *certs, X509_STORE *store, unsigned long flags) | | Coverage: | 0.000% (0/41) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_vfy.c | | Lines: | 368-438 |
| | 56 | 12 |
OCSP_request_sign| Name: | OCSP_request_sign | | Prototype: | int OCSP_request_sign(OCSP_REQUEST *req, X509 *signer, EVP_PKEY *key, const EVP_MD *dgst, struct stack_st_X509 *certs, unsigned long flags) | | Coverage: | 0.000% (0/29) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_cl.c | | Lines: | 147-185 |
| | 32 | 11 |
OCSP_request_set1_name| Name: | OCSP_request_set1_name | | Prototype: | int OCSP_request_set1_name(OCSP_REQUEST *req, X509_NAME *nm) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_cl.c | | Lines: | 101-118 |
| | 14 | 4 |
OCSP_request_onereq_get0| Name: | OCSP_request_onereq_get0 | | Prototype: | OCSP_ONEREQ * OCSP_request_onereq_get0(OCSP_REQUEST *req, int i) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_srv.c | | Lines: | 78-82 |
| | 1 | 1 |
OCSP_request_onereq_count| Name: | OCSP_request_onereq_count | | Prototype: | int OCSP_request_onereq_count(OCSP_REQUEST *req) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_srv.c | | Lines: | 72-76 |
| | 1 | 1 |
OCSP_request_is_signed| Name: | OCSP_request_is_signed | | Prototype: | int OCSP_request_is_signed(OCSP_REQUEST *req) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_srv.c | | Lines: | 107-113 |
| | 3 | 2 |
OCSP_request_add1_nonce| Name: | OCSP_request_add1_nonce | | Prototype: | int OCSP_request_add1_nonce(OCSP_REQUEST *req, unsigned char *val, int len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | | Lines: | 362-366 |
| | 1 | 1 |
OCSP_request_add1_cert| Name: | OCSP_request_add1_cert | | Prototype: | int OCSP_request_add1_cert(OCSP_REQUEST *req, X509 *cert) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_cl.c | | Lines: | 121-140 |
| | 14 | 6 |
OCSP_request_add0_id| Name: | OCSP_request_add0_id | | Prototype: | OCSP_ONEREQ * OCSP_request_add0_id(OCSP_REQUEST *req, OCSP_CERTID *cid) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_cl.c | | Lines: | 81-98 |
| | 19 | 5 |
OCSP_parse_url| Name: | OCSP_parse_url | | Prototype: | int OCSP_parse_url(const char *url, char **phost, char **pport, char **ppath, int *pssl) | | Coverage: | 0.000% (0/182) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_lib.c | | Lines: | 182-233 |
| | 741 | 27 |
OCSP_onereq_get0_id| Name: | OCSP_onereq_get0_id | | Prototype: | OCSP_CERTID * OCSP_onereq_get0_id(OCSP_ONEREQ *one) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_srv.c | | Lines: | 84-88 |
| | 1 | 1 |
OCSP_id_issuer_cmp| Name: | OCSP_id_issuer_cmp | | Prototype: | int OCSP_id_issuer_cmp(OCSP_CERTID *a, OCSP_CERTID *b) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_lib.c | | Lines: | 154-166 |
| | 8 | 3 |
OCSP_id_get0_info| Name: | OCSP_id_get0_info | | Prototype: | int OCSP_id_get0_info(ASN1_OCTET_STRING **piNameHash, ASN1_OBJECT **pmd, ASN1_OCTET_STRING **pikeyHash, ASN1_INTEGER **pserial, OCSP_CERTID *cid) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_srv.c | | Lines: | 90-105 |
| | 11 | 6 |
OCSP_id_cmp| Name: | OCSP_id_cmp | | Prototype: | int OCSP_id_cmp(OCSP_CERTID *a, OCSP_CERTID *b) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_lib.c | | Lines: | 168-177 |
| | 5 | 2 |
OCSP_crl_reason_str| Name: | OCSP_crl_reason_str | | Prototype: | const char * OCSP_crl_reason_str(long s) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_prn.c | | Lines: | 127-141 |
| | 1 | 1 |
OCSP_crlID_new| Name: | OCSP_crlID_new | | Prototype: | X509_EXTENSION * OCSP_crlID_new(const char *url, long *n, char *tim) | | Coverage: | 0.000% (0/35) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | | Lines: | 439-471 |
| | 31 | 13 |
OCSP_copy_nonce| Name: | OCSP_copy_nonce | | Prototype: | int OCSP_copy_nonce(OCSP_BASICRESP *resp, OCSP_REQUEST *req) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | | Lines: | 424-437 |
| | 7 | 2 |
OCSP_check_validity| Name: | OCSP_check_validity | | Prototype: | int OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd, ASN1_GENERALIZEDTIME *nextupd, long nsec, long maxsec) | | Coverage: | 0.000% (0/36) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_cl.c | | Lines: | 323-392 |
| | 42 | 12 |
OCSP_check_nonce| Name: | OCSP_check_nonce | | Prototype: | int OCSP_check_nonce(OCSP_REQUEST *req, OCSP_BASICRESP *bs) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | | Lines: | 388-419 |
| | 16 | 5 |
OCSP_cert_to_id| Name: | OCSP_cert_to_id | | Prototype: | OCSP_CERTID * OCSP_cert_to_id(const EVP_MD *dgst, const X509 *subject, const X509 *issuer) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_lib.c | | Lines: | 79-99 |
| | 16 | 3 |
OCSP_cert_status_str| Name: | OCSP_cert_status_str | | Prototype: | const char * OCSP_cert_status_str(long s) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_prn.c | | Lines: | 116-125 |
| | 1 | 1 |
OCSP_cert_id_new| Name: | OCSP_cert_id_new | | Prototype: | OCSP_CERTID * OCSP_cert_id_new(const EVP_MD *dgst, const X509_NAME *issuerName, const ASN1_BIT_STRING *issuerKey, const ASN1_INTEGER *serialNumber) | | Coverage: | 0.000% (0/39) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_lib.c | | Lines: | 101-152 |
| | 51 | 15 |
OCSP_basic_verify| Name: | OCSP_basic_verify | | Prototype: | int OCSP_basic_verify(OCSP_BASICRESP *bs, struct stack_st_X509 *certs, X509_STORE *st, unsigned long flags) | | Coverage: | 0.000% (0/68) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_vfy.c | | Lines: | 77-180 |
| | 81 | 21 |
OCSP_basic_sign| Name: | OCSP_basic_sign | | Prototype: | int OCSP_basic_sign(OCSP_BASICRESP *brsp, X509 *signer, EVP_PKEY *key, const EVP_MD *dgst, struct stack_st_X509 *certs, unsigned long flags) | | Coverage: | 0.000% (0/38) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_srv.c | | Lines: | 220-274 |
| | 45 | 13 |
OCSP_basic_add1_status| Name: | OCSP_basic_add1_status | | Prototype: | OCSP_SINGLERESP * OCSP_basic_add1_status(OCSP_BASICRESP *rsp, OCSP_CERTID *cid, int status, int reason, ASN1_TIME *revtime, ASN1_TIME *thisupd, ASN1_TIME *nextupd) | | Coverage: | 0.000% (0/50) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_srv.c | | Lines: | 141-205 |
| | 50 | 18 |
OCSP_basic_add1_nonce| Name: | OCSP_basic_add1_nonce | | Prototype: | int OCSP_basic_add1_nonce(OCSP_BASICRESP *resp, unsigned char *val, int len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | | Lines: | 369-374 |
| | 2 | 1 |
OCSP_basic_add1_cert| Name: | OCSP_basic_add1_cert | | Prototype: | int OCSP_basic_add1_cert(OCSP_BASICRESP *resp, X509 *cert) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_srv.c | | Lines: | 208-218 |
| | 6 | 3 |
OCSP_archive_cutoff_new| Name: | OCSP_archive_cutoff_new | | Prototype: | X509_EXTENSION * OCSP_archive_cutoff_new(char* tim) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | | Lines: | 499-515 |
| | 22 | 5 |
OCSP_accept_responses_new| Name: | OCSP_accept_responses_new | | Prototype: | X509_EXTENSION * OCSP_accept_responses_new(char **oids) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | | Lines: | 474-496 |
| | 36 | 5 |
OCSP_SINGLERESP_new| Name: | OCSP_SINGLERESP_new | | Prototype: | OCSP_SINGLERESP * OCSP_SINGLERESP_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_asn.c | | Lines: | 721-725 |
| | 1 | 1 |
OCSP_SINGLERESP_get_ext_count| Name: | OCSP_SINGLERESP_get_ext_count | | Prototype: | int OCSP_SINGLERESP_get_ext_count(OCSP_SINGLERESP *x) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | | Lines: | 263-267 |
| | 1 | 1 |
OCSP_SINGLERESP_get_ext_by_critical| Name: | OCSP_SINGLERESP_get_ext_by_critical | | Prototype: | int OCSP_SINGLERESP_get_ext_by_critical(OCSP_SINGLERESP *x, int crit, int lastpos) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | | Lines: | 282-286 |
| | 1 | 1 |
OCSP_SINGLERESP_get_ext_by_OBJ| Name: | OCSP_SINGLERESP_get_ext_by_OBJ | | Prototype: | int OCSP_SINGLERESP_get_ext_by_OBJ(OCSP_SINGLERESP *x, const ASN1_OBJECT *obj, int lastpos) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | | Lines: | 275-280 |
| | 1 | 1 |
OCSP_SINGLERESP_get_ext_by_NID| Name: | OCSP_SINGLERESP_get_ext_by_NID | | Prototype: | int OCSP_SINGLERESP_get_ext_by_NID(OCSP_SINGLERESP *x, int nid, int lastpos) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | | Lines: | 269-273 |
| | 1 | 1 |
OCSP_SINGLERESP_get_ext| Name: | OCSP_SINGLERESP_get_ext | | Prototype: | X509_EXTENSION * OCSP_SINGLERESP_get_ext(OCSP_SINGLERESP *x, int loc) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | | Lines: | 288-292 |
| | 1 | 1 |
OCSP_SINGLERESP_get1_ext_d2i| Name: | OCSP_SINGLERESP_get1_ext_d2i | | Prototype: | void * OCSP_SINGLERESP_get1_ext_d2i(OCSP_SINGLERESP *x, int nid, int *crit, int *idx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | | Lines: | 300-304 |
| | 1 | 1 |
OCSP_SINGLERESP_get0_id| Name: | OCSP_SINGLERESP_get0_id | | Prototype: | const OCSP_CERTID * OCSP_SINGLERESP_get0_id(const OCSP_SINGLERESP *single) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_cl.c | | Lines: | 394-398 |
| | 1 | 1 |
OCSP_SINGLERESP_delete_ext| Name: | OCSP_SINGLERESP_delete_ext | | Prototype: | X509_EXTENSION * OCSP_SINGLERESP_delete_ext(OCSP_SINGLERESP *x, int loc) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | | Lines: | 294-298 |
| | 1 | 1 |
OCSP_SINGLERESP_add_ext| Name: | OCSP_SINGLERESP_add_ext | | Prototype: | int OCSP_SINGLERESP_add_ext(OCSP_SINGLERESP *x, X509_EXTENSION *ex, int loc) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | | Lines: | 313-317 |
| | 5 | 1 |
OCSP_SINGLERESP_add1_ext_i2d| Name: | OCSP_SINGLERESP_add1_ext_i2d | | Prototype: | int OCSP_SINGLERESP_add1_ext_i2d(OCSP_SINGLERESP *x, int nid, void *value, int crit, unsigned long flags) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | | Lines: | 306-311 |
| | 1 | 1 |
OCSP_SIGNATURE_new| Name: | OCSP_SIGNATURE_new | | Prototype: | OCSP_SIGNATURE * OCSP_SIGNATURE_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_asn.c | | Lines: | 110-114 |
| | 1 | 1 |
OCSP_SERVICELOC_new| Name: | OCSP_SERVICELOC_new | | Prototype: | OCSP_SERVICELOC * OCSP_SERVICELOC_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_asn.c | | Lines: | 975-979 |
| | 1 | 1 |
OCSP_REVOKEDINFO_new| Name: | OCSP_REVOKEDINFO_new | | Prototype: | OCSP_REVOKEDINFO * OCSP_REVOKEDINFO_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_asn.c | | Lines: | 587-591 |
| | 1 | 1 |
OCSP_RESPONSE_print| Name: | OCSP_RESPONSE_print | | Prototype: | int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE* o, unsigned long flags) | | Coverage: | 0.000% (0/102) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_prn.c | | Lines: | 194-312 |
| | 128 | 36 |
OCSP_RESPONSE_new| Name: | OCSP_RESPONSE_new | | Prototype: | OCSP_RESPONSE * OCSP_RESPONSE_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_asn.c | | Lines: | 481-485 |
| | 1 | 1 |
OCSP_RESPID_new| Name: | OCSP_RESPID_new | | Prototype: | OCSP_RESPID * OCSP_RESPID_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_asn.c | | Lines: | 534-538 |
| | 1 | 1 |
OCSP_RESPDATA_new| Name: | OCSP_RESPDATA_new | | Prototype: | OCSP_RESPDATA * OCSP_RESPDATA_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_asn.c | | Lines: | 795-799 |
| | 1 | 1 |
OCSP_RESPBYTES_new| Name: | OCSP_RESPBYTES_new | | Prototype: | OCSP_RESPBYTES * OCSP_RESPBYTES_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_asn.c | | Lines: | 416-420 |
| | 1 | 1 |
OCSP_REQ_CTX_set1_req| Name: | OCSP_REQ_CTX_set1_req | | Prototype: | int OCSP_REQ_CTX_set1_req(OCSP_REQ_CTX *rctx, OCSP_REQUEST *req) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ht.c | | Lines: | 119-130 |
| | 16 | 3 |
OCSP_REQ_CTX_add1_header| Name: | OCSP_REQ_CTX_add1_header | | Prototype: | int OCSP_REQ_CTX_add1_header(OCSP_REQ_CTX *rctx, const char *name, const char *value) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ht.c | | Lines: | 132-149 |
| | 12 | 7 |
OCSP_REQUEST_print| Name: | OCSP_REQUEST_print | | Prototype: | int OCSP_REQUEST_print(BIO *bp, OCSP_REQUEST* o, unsigned long flags) | | Coverage: | 0.000% (0/41) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_prn.c | | Lines: | 143-192 |
| | 49 | 15 |
OCSP_REQUEST_new| Name: | OCSP_REQUEST_new | | Prototype: | OCSP_REQUEST * OCSP_REQUEST_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_asn.c | | Lines: | 361-365 |
| | 1 | 1 |
OCSP_REQUEST_get_ext_count| Name: | OCSP_REQUEST_get_ext_count | | Prototype: | int OCSP_REQUEST_get_ext_count(OCSP_REQUEST *x) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | | Lines: | 77-81 |
| | 1 | 1 |
OCSP_REQUEST_get_ext_by_critical| Name: | OCSP_REQUEST_get_ext_by_critical | | Prototype: | int OCSP_REQUEST_get_ext_by_critical(OCSP_REQUEST *x, int crit, int lastpos) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | | Lines: | 98-103 |
| | 2 | 1 |
OCSP_REQUEST_get_ext_by_OBJ| Name: | OCSP_REQUEST_get_ext_by_OBJ | | Prototype: | int OCSP_REQUEST_get_ext_by_OBJ(OCSP_REQUEST *x, const ASN1_OBJECT *obj, int lastpos) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | | Lines: | 90-96 |
| | 2 | 1 |
OCSP_REQUEST_get_ext_by_NID| Name: | OCSP_REQUEST_get_ext_by_NID | | Prototype: | int OCSP_REQUEST_get_ext_by_NID(OCSP_REQUEST *x, int nid, int lastpos) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | | Lines: | 83-88 |
| | 2 | 1 |
OCSP_REQUEST_get_ext| Name: | OCSP_REQUEST_get_ext | | Prototype: | X509_EXTENSION * OCSP_REQUEST_get_ext(OCSP_REQUEST *x, int loc) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | | Lines: | 105-109 |
| | 1 | 1 |
OCSP_REQUEST_get1_ext_d2i| Name: | OCSP_REQUEST_get1_ext_d2i | | Prototype: | void * OCSP_REQUEST_get1_ext_d2i(OCSP_REQUEST *x, int nid, int *crit, int *idx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | | Lines: | 117-121 |
| | 1 | 1 |
OCSP_REQUEST_delete_ext| Name: | OCSP_REQUEST_delete_ext | | Prototype: | X509_EXTENSION * OCSP_REQUEST_delete_ext(OCSP_REQUEST *x, int loc) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | | Lines: | 111-115 |
| | 1 | 1 |
OCSP_REQUEST_add_ext| Name: | OCSP_REQUEST_add_ext | | Prototype: | int OCSP_REQUEST_add_ext(OCSP_REQUEST *x, X509_EXTENSION *ex, int loc) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | | Lines: | 131-136 |
| | 6 | 1 |
OCSP_REQUEST_add1_ext_i2d| Name: | OCSP_REQUEST_add1_ext_i2d | | Prototype: | int OCSP_REQUEST_add1_ext_i2d(OCSP_REQUEST *x, int nid, void *value, int crit, unsigned long flags) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | | Lines: | 123-129 |
| | 2 | 1 |
OCSP_REQINFO_new| Name: | OCSP_REQINFO_new | | Prototype: | OCSP_REQINFO * OCSP_REQINFO_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_asn.c | | Lines: | 297-301 |
| | 1 | 1 |
OCSP_ONEREQ_new| Name: | OCSP_ONEREQ_new | | Prototype: | OCSP_ONEREQ * OCSP_ONEREQ_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_asn.c | | Lines: | 230-234 |
| | 1 | 1 |
OCSP_ONEREQ_get_ext_count| Name: | OCSP_ONEREQ_get_ext_count | | Prototype: | int OCSP_ONEREQ_get_ext_count(OCSP_ONEREQ *x) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | | Lines: | 140-144 |
| | 1 | 1 |
OCSP_ONEREQ_get_ext_by_critical| Name: | OCSP_ONEREQ_get_ext_by_critical | | Prototype: | int OCSP_ONEREQ_get_ext_by_critical(OCSP_ONEREQ *x, int crit, int lastpos) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | | Lines: | 158-163 |
| | 2 | 1 |
OCSP_ONEREQ_get_ext_by_OBJ| Name: | OCSP_ONEREQ_get_ext_by_OBJ | | Prototype: | int OCSP_ONEREQ_get_ext_by_OBJ(OCSP_ONEREQ *x, const ASN1_OBJECT *obj, int lastpos) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | | Lines: | 152-156 |
| | 1 | 1 |
OCSP_ONEREQ_get_ext_by_NID| Name: | OCSP_ONEREQ_get_ext_by_NID | | Prototype: | int OCSP_ONEREQ_get_ext_by_NID(OCSP_ONEREQ *x, int nid, int lastpos) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | | Lines: | 146-150 |
| | 1 | 1 |
OCSP_ONEREQ_get_ext| Name: | OCSP_ONEREQ_get_ext | | Prototype: | X509_EXTENSION * OCSP_ONEREQ_get_ext(OCSP_ONEREQ *x, int loc) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | | Lines: | 165-169 |
| | 1 | 1 |
OCSP_ONEREQ_get1_ext_d2i| Name: | OCSP_ONEREQ_get1_ext_d2i | | Prototype: | void * OCSP_ONEREQ_get1_ext_d2i(OCSP_ONEREQ *x, int nid, int *crit, int *idx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | | Lines: | 177-181 |
| | 1 | 1 |
OCSP_ONEREQ_delete_ext| Name: | OCSP_ONEREQ_delete_ext | | Prototype: | X509_EXTENSION * OCSP_ONEREQ_delete_ext(OCSP_ONEREQ *x, int loc) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | | Lines: | 171-175 |
| | 1 | 1 |
OCSP_ONEREQ_add_ext| Name: | OCSP_ONEREQ_add_ext | | Prototype: | int OCSP_ONEREQ_add_ext(OCSP_ONEREQ *x, X509_EXTENSION *ex, int loc) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | | Lines: | 191-195 |
| | 5 | 1 |