| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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 |
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 |
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_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_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_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_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_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_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_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_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 |
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 |
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 |
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 |
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 |
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_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 |
PBE2PARAM_new| Name: | PBE2PARAM_new | | Prototype: | PBE2PARAM * PBE2PARAM_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/p5_pbev2.c | | Lines: | 105-109 |
| | 1 | 1 |
PBEPARAM_new| Name: | PBEPARAM_new | | Prototype: | PBEPARAM * PBEPARAM_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/p5_pbe.c | | Lines: | 105-109 |
| | 1 | 1 |
PBKDF2PARAM_new| Name: | PBKDF2PARAM_new | | Prototype: | PBKDF2PARAM * PBKDF2PARAM_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/p5_pbev2.c | | Lines: | 165-169 |
| | 1 | 1 |
PEM_ASN1_read| Name: | PEM_ASN1_read | | Prototype: | void * PEM_ASN1_read(d2i_of_void *d2i, const char *name, FILE *fp, void **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_lib.c | | Lines: | 170-185 |
| | 11 | 2 |
PEM_ASN1_write| Name: | PEM_ASN1_write | | Prototype: | int PEM_ASN1_write(i2d_of_void *i2d, const char *name, FILE *fp, void *x, const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *callback, void *u) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pem/pem_lib.c | | Lines: | 315-331 |
| | 11 | 2 |
PEM_ENCODE_SEAL_CTX_cleanup| Name: | PEM_ENCODE_SEAL_CTX_cleanup | | Prototype: | static void PEM_ENCODE_SEAL_CTX_cleanup(PEM_ENCODE_SEAL_CTX *ctx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pem/pem_seal.c | | Lines: | 73-79 |
| | 3 | 1 |
PEM_SealFinal| Name: | PEM_SealFinal | | Prototype: | int PEM_SealFinal(PEM_ENCODE_SEAL_CTX *ctx, unsigned char *sig, int *sigl, unsigned char *out, int *outl, EVP_PKEY *priv) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pem/pem_seal.c | | Lines: | 164-203 |
| | 37 | 7 |
PEM_SealInit| Name: | PEM_SealInit | | Prototype: | int PEM_SealInit(PEM_ENCODE_SEAL_CTX *ctx, EVP_CIPHER *type, EVP_MD *md_type, unsigned char **ek, int *ekl, unsigned char *iv, EVP_PKEY **pubk, int npubk) | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pem/pem_seal.c | | Lines: | 81-137 |
| | 43 | 9 |
PEM_SealUpdate| Name: | PEM_SealUpdate | | Prototype: | void PEM_SealUpdate(PEM_ENCODE_SEAL_CTX *ctx, unsigned char *out, int *outl, unsigned char *in, int inl) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pem/pem_seal.c | | Lines: | 139-162 |
| | 16 | 4 |
PEM_SignFinal| Name: | PEM_SignFinal | | Prototype: | int PEM_SignFinal(EVP_MD_CTX *ctx, unsigned char *sigret, unsigned int *siglen, EVP_PKEY *pkey) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pem/pem_sign.c | | Lines: | 80-105 |
| | 16 | 4 |
PEM_SignInit| Name: | PEM_SignInit | | Prototype: | int PEM_SignInit(EVP_MD_CTX *ctx, EVP_MD *type) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pem/pem_sign.c | | Lines: | 67-71 |
| | 5 | 1 |
PEM_SignUpdate| Name: | PEM_SignUpdate | | Prototype: | int PEM_SignUpdate(EVP_MD_CTX *ctx, unsigned char *data, unsigned int count) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pem/pem_sign.c | | Lines: | 73-78 |
| | 1 | 1 |
PEM_X509_INFO_read| Name: | PEM_X509_INFO_read | | Prototype: | struct stack_st_X509_INFO * PEM_X509_INFO_read(FILE *fp, struct stack_st_X509_INFO *sk, pem_password_cb *cb, void *u) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pem/pem_info.c | | Lines: | 78-93 |
| | 11 | 2 |
PEM_X509_INFO_write_bio| Name: | PEM_X509_INFO_write_bio | | Prototype: | int PEM_X509_INFO_write_bio(BIO *bp, X509_INFO *xi, EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb, void *u) | | Coverage: | 0.000% (0/36) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pem/pem_info.c | | Lines: | 309-399 |
| | 74 | 12 |
PEM_def_callback| Name: | PEM_def_callback | | Prototype: | int PEM_def_callback(char *buf, int num, int w, void *key) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pem/pem_lib.c | | Lines: | 90-128 |
| | 33 | 8 |
PEM_dek_info| Name: | PEM_dek_info | | Prototype: | void PEM_dek_info(char *buf, const char *type, int len, char *str) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pem/pem_lib.c | | Lines: | 149-168 |
| | 13 | 3 |
PEM_proc_type| Name: | PEM_proc_type | | Prototype: | void PEM_proc_type(char *buf, int type) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pem/pem_lib.c | | Lines: | 130-147 |
| | 11 | 4 |
PEM_read| Name: | PEM_read | | Prototype: | int PEM_read(FILE *fp, char **name, char **header, unsigned char **data, long *len) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pem/pem_lib.c | | Lines: | 641-655 |
| | 11 | 2 |
PEM_read_DHparams| Name: | PEM_read_DHparams | | Prototype: | DH * PEM_read_DHparams(FILE *fp, DH **x, pem_password_cb *cb, void *u) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pem/pem_all.c | | Lines: | 618-623 |
| | 2 | 1 |
PEM_read_DSAPrivateKey| Name: | PEM_read_DSAPrivateKey | | Prototype: | DSA * PEM_read_DSAPrivateKey(FILE *fp, DSA **dsa, pem_password_cb *cb, void *u) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pem/pem_all.c | | Lines: | 411-418 |
| | 7 | 1 |
PEM_read_DSA_PUBKEY| Name: | PEM_read_DSA_PUBKEY | | Prototype: | DSA * PEM_read_DSA_PUBKEY(FILE *fp, DSA **x, pem_password_cb *cb, void *u) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pem/pem_all.c | | Lines: | 446-451 |
| | 2 | 1 |
PEM_read_DSAparams| Name: | PEM_read_DSAparams | | Prototype: | DSA * PEM_read_DSAparams(FILE *fp, DSA **x, pem_password_cb *cb, void *u) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pem/pem_all.c | | Lines: | 474-479 |
| | 2 | 1 |
PEM_read_ECPKParameters| Name: | PEM_read_ECPKParameters | | Prototype: | EC_GROUP * PEM_read_ECPKParameters(FILE *fp, EC_GROUP **x, pem_password_cb *cb, void *u) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pem/pem_all.c | | Lines: | 524-529 |
| | 2 | 1 |
PEM_read_ECPrivateKey| Name: | PEM_read_ECPrivateKey | | Prototype: | EC_KEY * PEM_read_ECPrivateKey(FILE *fp, EC_KEY **eckey, pem_password_cb *cb, void *u) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pem/pem_all.c | | Lines: | 552-559 |
| | 7 | 1 |
PEM_read_EC_PUBKEY| Name: | PEM_read_EC_PUBKEY | | Prototype: | EC_KEY * PEM_read_EC_PUBKEY(FILE *fp, EC_KEY **x, pem_password_cb *cb, void *u) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pem/pem_all.c | | Lines: | 586-591 |
| | 2 | 1 |
PEM_read_NETSCAPE_CERT_SEQUENCE| Name: | PEM_read_NETSCAPE_CERT_SEQUENCE | | Prototype: | NETSCAPE_CERT_SEQUENCE * PEM_read_NETSCAPE_CERT_SEQUENCE(FILE *fp, NETSCAPE_CERT_SEQUENCE **x, pem_password_cb *cb, void *u) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pem/pem_all.c | | Lines: | 249-254 |
| | 2 | 1 |
PEM_read_PKCS7| Name: | PEM_read_PKCS7 | | Prototype: | PKCS7 * PEM_read_PKCS7(FILE *fp, PKCS7 **x, pem_password_cb *cb, void *u) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pem/pem_all.c | | Lines: | 214-219 |
| | 2 | 1 |
PEM_read_PKCS8| Name: | PEM_read_PKCS8 | | Prototype: | X509_SIG * PEM_read_PKCS8(FILE *fp, X509_SIG **x, pem_password_cb *cb, void *u) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pem/pem_pk8.c | | Lines: | 252-257 |
| | 2 | 1 |
PEM_read_PKCS8_PRIV_KEY_INFO| Name: | PEM_read_PKCS8_PRIV_KEY_INFO | | Prototype: | PKCS8_PRIV_KEY_INFO * PEM_read_PKCS8_PRIV_KEY_INFO(FILE *fp, PKCS8_PRIV_KEY_INFO **x, pem_password_cb *cb, void *u) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pem/pem_pk8.c | | Lines: | 280-285 |
| | 2 | 1 |
PEM_read_PUBKEY| Name: | PEM_read_PUBKEY | | Prototype: | EVP_PKEY * PEM_read_PUBKEY(FILE *fp, EVP_PKEY **x, pem_password_cb *cb, void *u) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pem/pem_all.c | | Lines: | 648-653 |
| | 2 | 1 |
PEM_read_PrivateKey| Name: | PEM_read_PrivateKey | | Prototype: | EVP_PKEY * PEM_read_PrivateKey(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_pkey.c | | Lines: | 220-234 |
| | 11 | 2 |
PEM_read_RSAPrivateKey| Name: | PEM_read_RSAPrivateKey | | Prototype: | RSA * PEM_read_RSAPrivateKey(FILE *fp, RSA **rsa, pem_password_cb *cb, void *u) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pem/pem_all.c | | Lines: | 298-305 |
| | 7 | 1 |
PEM_read_RSAPublicKey| Name: | PEM_read_RSAPublicKey | | Prototype: | RSA * PEM_read_RSAPublicKey(FILE *fp, RSA **x, pem_password_cb *cb, void *u) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pem/pem_all.c | | Lines: | 333-338 |
| | 2 | 1 |
PEM_read_RSA_PUBKEY| Name: | PEM_read_RSA_PUBKEY | | Prototype: | RSA * PEM_read_RSA_PUBKEY(FILE *fp, RSA **x, pem_password_cb *cb, void *u) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pem/pem_all.c | | Lines: | 361-366 |
| | 2 | 1 |
PEM_read_SSL_SESSION| Name: | PEM_read_SSL_SESSION | | Prototype: | SSL_SESSION * PEM_read_SSL_SESSION(FILE *fp, SSL_SESSION **x, pem_password_cb *cb, void *u) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_sess.c | | Lines: | 1173-1178 |
| | 2 | 1 |
PEM_read_X509| Name: | PEM_read_X509 | | Prototype: | X509 * PEM_read_X509(FILE *fp, X509 **x, pem_password_cb *cb, void *u) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pem/pem_x509.c | | Lines: | 68-73 |
| | 2 | 1 |
PEM_read_X509_AUX| Name: | PEM_read_X509_AUX | | Prototype: | X509 * PEM_read_X509_AUX(FILE *fp, X509 **x, pem_password_cb *cb, void *u) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pem/pem_xaux.c | | Lines: | 68-73 |
| | 2 | 1 |
PEM_read_X509_CERT_PAIR| Name: | PEM_read_X509_CERT_PAIR | | Prototype: | X509_CERT_PAIR * PEM_read_X509_CERT_PAIR(FILE *fp, X509_CERT_PAIR **x, pem_password_cb *cb, void *u) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pem/pem_xaux.c | | Lines: | 96-101 |
| | 2 | 1 |
PEM_read_X509_CRL| Name: | PEM_read_X509_CRL | | Prototype: | X509_CRL * PEM_read_X509_CRL(FILE *fp, X509_CRL **x, pem_password_cb *cb, void *u) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pem/pem_all.c | | Lines: | 186-191 |
| | 2 | 1 |
PEM_read_X509_REQ| Name: | PEM_read_X509_REQ | | Prototype: | X509_REQ * PEM_read_X509_REQ(FILE *fp, X509_REQ **x, pem_password_cb *cb, void *u) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pem/pem_all.c | | Lines: | 144-149 |
| | 2 | 1 |
PEM_read_bio_DHparams| Name: | PEM_read_bio_DHparams | | Prototype: | DH * PEM_read_bio_DHparams(BIO *bp, DH **x, pem_password_cb *cb, void *u) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pem/pem_all.c | | Lines: | 632-637 |
| | 2 | 1 |
PEM_read_bio_DSAPrivateKey| Name: | PEM_read_bio_DSAPrivateKey | | Prototype: | DSA * PEM_read_bio_DSAPrivateKey(BIO *bp, DSA **dsa, pem_password_cb *cb, void *u) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pem/pem_all.c | | Lines: | 428-435 |
| | 7 | 1 |
PEM_read_bio_DSA_PUBKEY| Name: | PEM_read_bio_DSA_PUBKEY | | Prototype: | DSA * PEM_read_bio_DSA_PUBKEY(BIO *bp, DSA **x, pem_password_cb *cb, void *u) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pem/pem_all.c | | Lines: | 467-472 |
| | 2 | 1 |
PEM_read_bio_DSAparams| Name: | PEM_read_bio_DSAparams | | Prototype: | DSA * PEM_read_bio_DSAparams(BIO *bp, DSA **x, pem_password_cb *cb, void *u) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pem/pem_all.c | | Lines: | 488-493 |
| | 2 | 1 |
PEM_read_bio_ECPKParameters| Name: | PEM_read_bio_ECPKParameters | | Prototype: | EC_GROUP * PEM_read_bio_ECPKParameters(BIO *bp, EC_GROUP **x, pem_password_cb *cb, void *u) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pem/pem_all.c | | Lines: | 538-543 |
| | 2 | 1 |
PEM_read_bio_ECPrivateKey| Name: | PEM_read_bio_ECPrivateKey | | Prototype: | EC_KEY * PEM_read_bio_ECPrivateKey(BIO *bp, EC_KEY **key, pem_password_cb *cb, void *u) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pem/pem_all.c | | Lines: | 569-575 |
| | 7 | 1 |
PEM_read_bio_EC_PUBKEY| Name: | PEM_read_bio_EC_PUBKEY | | Prototype: | EC_KEY * PEM_read_bio_EC_PUBKEY(BIO *bp, EC_KEY **x, pem_password_cb *cb, void *u) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pem/pem_all.c | | Lines: | 600-605 |
| | 2 | 1 |
PEM_read_bio_NETSCAPE_CERT_SEQUENCE| Name: | PEM_read_bio_NETSCAPE_CERT_SEQUENCE | | Prototype: | NETSCAPE_CERT_SEQUENCE * PEM_read_bio_NETSCAPE_CERT_SEQUENCE(BIO *bp, NETSCAPE_CERT_SEQUENCE **x, pem_password_cb *cb, void *u) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pem/pem_all.c | | Lines: | 256-261 |
| | 2 | 1 |