Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
X509_ATTRIBUTE_create_by_NIDName: | X509_ATTRIBUTE_create_by_NID | Prototype: | X509_ATTRIBUTE * X509_ATTRIBUTE_create_by_NID(X509_ATTRIBUTE **attr, int nid, int atrtype, const void *data, int len) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_att.c | Lines: | 225-241 |
| | 18 | 3 |
X509_ATTRIBUTE_countName: | X509_ATTRIBUTE_count | Prototype: | int X509_ATTRIBUTE_count(const X509_ATTRIBUTE *attr) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_att.c | Lines: | 355-363 |
| | 5 | 3 |
X509_ALGOR_cmpName: | X509_ALGOR_cmp | Prototype: | int X509_ALGOR_cmp(const X509_ALGOR *a, const X509_ALGOR *b) | Coverage: | 44.444% (4/9) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_algor.c | Lines: | 211-222 |
| | 6 | 3 |
X509V3_string_freeName: | X509V3_string_free | Prototype: | void X509V3_string_free(X509V3_CTX *ctx, char *str) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_conf.c | Lines: | 433-440 |
| | 4 | 3 |
X509V3_section_freeName: | X509V3_section_free | Prototype: | void X509V3_section_free(X509V3_CTX *ctx, struct stack_st_CONF_VALUE *section) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_conf.c | Lines: | 442-449 |
| | 4 | 3 |
X509V3_add_value_intName: | X509V3_add_value_int | Prototype: | int X509V3_add_value_int(const char *name, const ASN1_INTEGER *aint, struct stack_st_CONF_VALUE **extlist) | Coverage: | 28.571% (2/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_utl.c | Lines: | 232-246 |
| | 13 | 3 |
X509V3_EXT_nconfName: | X509V3_EXT_nconf | Prototype: | X509_EXTENSION * X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, const char *name, const char *value) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_conf.c | Lines: | 87-104 |
| | 11 | 3 |
X509V3_EXT_d2iName: | X509V3_EXT_d2i | Prototype: | void * X509V3_EXT_d2i(X509_EXTENSION *ext) | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_lib.c | Lines: | 199-212 |
| | 21 | 3 |
X509V3_EXT_add_listName: | X509V3_EXT_add_list | Prototype: | int X509V3_EXT_add_list(X509V3_EXT_METHOD *extlist) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_lib.c | Lines: | 144-151 |
| | 4 | 3 |
X509V3_EXT_add_aliasName: | X509V3_EXT_add_alias | Prototype: | int X509V3_EXT_add_alias(int nid_to, int nid_from) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_lib.c | Lines: | 153-171 |
| | 12 | 3 |
X509V3_EXT_addName: | X509V3_EXT_add | Prototype: | int X509V3_EXT_add(X509V3_EXT_METHOD *ext) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_lib.c | Lines: | 74-86 |
| | 7 | 3 |
X509V3_EXT_REQ_add_nconfName: | X509V3_EXT_REQ_add_nconf | Prototype: | int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section, X509_REQ *req) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_conf.c | Lines: | 394-409 |
| | 18 | 3 |
WHIRLPOOL_UpdateName: | WHIRLPOOL_Update | Prototype: | int WHIRLPOOL_Update (WHIRLPOOL_CTX *c,const void *_inp,size_t bytes) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/whrlpool/wp_dgst.c | Lines: | 65-84 |
| | 9 | 3 |
UI_new_methodName: | UI_new_method | Prototype: | UI * UI_new_method(const UI_METHOD *method) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ui/ui_lib.c | Lines: | 77-97 |
| | 29 | 3 |
UI_get0_resultName: | UI_get0_result | Prototype: | const char * UI_get0_result(UI *ui, int i) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ui/ui_lib.c | Lines: | 421-433 |
| | 15 | 3 |
UI_create_methodName: | UI_create_method | Prototype: | UI_METHOD * UI_create_method(const char *name) | Coverage: | 33.333% (5/15) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ui/ui_lib.c | Lines: | 584-593 |
| | 36 | 3 |
TXT_DB_get_by_indexName: | TXT_DB_get_by_index | Prototype: | OPENSSL_STRING * TXT_DB_get_by_index(TXT_DB *db, int idx, OPENSSL_STRING *value) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/txt_db/txt_db.c | Lines: | 188-206 |
| | 22 | 3 |
TS_ext_print_bioName: | TS_ext_print_bio | Prototype: | int TS_ext_print_bio(BIO *bio, const struct stack_st_X509_EXTENSION *extensions) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_lib.c | Lines: | 103-126 |
| | 16 | 3 |
TS_check_noncesName: | TS_check_nonces | Prototype: | static int TS_check_nonces(const ASN1_INTEGER *a, TS_TST_INFO *tst_info) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_rsp_verify.c | Lines: | 680-698 |
| | 8 | 3 |
TS_TST_INFO_set_tsaName: | TS_TST_INFO_set_tsa | Prototype: | int TS_TST_INFO_set_tsa(TS_TST_INFO *a, GENERAL_NAME *tsa) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_rsp_utils.c | Lines: | 351-366 |
| | 12 | 3 |
TS_TST_INFO_set_timeName: | TS_TST_INFO_set_time | Prototype: | int TS_TST_INFO_set_time(TS_TST_INFO *a, const ASN1_GENERALIZEDTIME *gtime) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_rsp_utils.c | Lines: | 196-211 |
| | 12 | 3 |
TS_TST_INFO_set_serialName: | TS_TST_INFO_set_serial | Prototype: | int TS_TST_INFO_set_serial(TS_TST_INFO *a, const ASN1_INTEGER *serial) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_rsp_utils.c | Lines: | 173-188 |
| | 12 | 3 |
TS_TST_INFO_set_policy_idName: | TS_TST_INFO_set_policy_id | Prototype: | int TS_TST_INFO_set_policy_id(TS_TST_INFO *a, ASN1_OBJECT *policy) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_rsp_utils.c | Lines: | 127-142 |
| | 12 | 3 |
TS_TST_INFO_set_nonceName: | TS_TST_INFO_set_nonce | Prototype: | int TS_TST_INFO_set_nonce(TS_TST_INFO *a, const ASN1_INTEGER *nonce) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_rsp_utils.c | Lines: | 328-343 |
| | 12 | 3 |
TS_TST_INFO_set_msg_imprintName: | TS_TST_INFO_set_msg_imprint | Prototype: | int TS_TST_INFO_set_msg_imprint(TS_TST_INFO *a, TS_MSG_IMPRINT *msg_imprint) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_rsp_utils.c | Lines: | 150-165 |
| | 12 | 3 |
TS_TST_INFO_set_accuracyName: | TS_TST_INFO_set_accuracy | Prototype: | int TS_TST_INFO_set_accuracy(TS_TST_INFO *a, TS_ACCURACY *accuracy) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_rsp_utils.c | Lines: | 219-234 |
| | 12 | 3 |
TS_RESP_set_status_infoName: | TS_RESP_set_status_info | Prototype: | int TS_RESP_set_status_info(TS_RESP *a, TS_STATUS_INFO *status_info) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_rsp_utils.c | Lines: | 68-84 |
| | 12 | 3 |
TS_REQ_set_policy_idName: | TS_REQ_set_policy_id | Prototype: | int TS_REQ_set_policy_id(TS_REQ *a, const ASN1_OBJECT *policy) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_req_utils.c | Lines: | 136-151 |
| | 12 | 3 |
TS_REQ_set_nonceName: | TS_REQ_set_nonce | Prototype: | int TS_REQ_set_nonce(TS_REQ *a, const ASN1_INTEGER *nonce) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_req_utils.c | Lines: | 159-174 |
| | 12 | 3 |
TS_REQ_set_msg_imprintName: | TS_REQ_set_msg_imprint | Prototype: | int TS_REQ_set_msg_imprint(TS_REQ *a, TS_MSG_IMPRINT *msg_imprint) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_req_utils.c | Lines: | 78-93 |
| | 12 | 3 |
TS_MSG_IMPRINT_set_algoName: | TS_MSG_IMPRINT_set_algo | Prototype: | int TS_MSG_IMPRINT_set_algo(TS_MSG_IMPRINT *a, X509_ALGOR *alg) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_req_utils.c | Lines: | 101-116 |
| | 12 | 3 |
TS_CONF_set_serialName: | TS_CONF_set_serial | Prototype: | int TS_CONF_set_serial(CONF *conf, const char *section, TS_serial_cb cb, TS_RESP_CTX *ctx) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_conf.c | Lines: | 190-207 |
| | 8 | 3 |
TS_CONF_get_tsa_sectionName: | TS_CONF_get_tsa_section | Prototype: | const char * TS_CONF_get_tsa_section(CONF *conf, const char *section) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_conf.c | Lines: | 179-188 |
| | 5 | 3 |
TS_ACCURACY_set_secondsName: | TS_ACCURACY_set_seconds | Prototype: | int TS_ACCURACY_set_seconds(TS_ACCURACY *a, const ASN1_INTEGER *seconds) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_rsp_utils.c | Lines: | 242-257 |
| | 12 | 3 |
SXNET_get_id_INTEGERName: | SXNET_get_id_INTEGER | Prototype: | ASN1_OCTET_STRING * SXNET_get_id_INTEGER(SXNET *sx, ASN1_INTEGER *zone) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_sxnet.c | Lines: | 371-383 |
| | 11 | 3 |
SSL_writeName: | SSL_write | Prototype: | int SSL_write(SSL *s, const void *buf, int num) | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | Lines: | 983-997 |
| | 10 | 3 |
SSL_use_certificateName: | SSL_use_certificate | Prototype: | int SSL_use_certificate(SSL *ssl, X509 *x) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_rsa.c | Lines: | 73-85 |
| | 9 | 3 |
SSL_use_PrivateKeyName: | SSL_use_PrivateKey | Prototype: | int SSL_use_PrivateKey(SSL *ssl, EVP_PKEY *pkey) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_rsa.c | Lines: | 272-287 |
| | 11 | 3 |
SSL_shutdownName: | SSL_shutdown | Prototype: | int SSL_shutdown(SSL *s) | Coverage: | 44.444% (4/9) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | Lines: | 999-1018 |
| | 12 | 3 |
SSL_set_fdName: | SSL_set_fd | Prototype: | int SSL_set_fd(SSL *s, int fd) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | Lines: | 637-654 |
| | 16 | 3 |
SSL_set_cipher_listName: | SSL_set_cipher_list | Prototype: | int SSL_set_cipher_list(SSL *s, const char *str) | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | Lines: | 1362-1377 |
| | 11 | 3 |
SSL_readName: | SSL_read | Prototype: | int SSL_read(SSL *s, void *buf, int num) | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | Lines: | 954-967 |
| | 9 | 3 |
SSL_peekName: | SSL_peek | Prototype: | int SSL_peek(SSL *s, void *buf, int num) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | Lines: | 969-981 |
| | 8 | 3 |
SSL_get_server_randomName: | SSL_get_server_random | Prototype: | size_t SSL_get_server_random(const SSL *s, unsigned char *out, size_t max_out) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | Lines: | 2707-2721 |
| | 9 | 3 |
SSL_get_peer_finishedName: | SSL_get_peer_finished | Prototype: | size_t SSL_get_peer_finished(const SSL *s, void *buf, size_t count) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | Lines: | 719-731 |
| | 9 | 3 |
SSL_get_peer_certificateName: | SSL_get_peer_certificate | Prototype: | X509 * SSL_get_peer_certificate(const SSL *s) | Coverage: | 70.000% (7/10) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | Lines: | 811-827 |
| | 22 | 3 |
SSL_get_finishedName: | SSL_get_finished | Prototype: | size_t SSL_get_finished(const SSL *s, void *buf, size_t count) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | Lines: | 704-716 |
| | 9 | 3 |
SSL_get_client_randomName: | SSL_get_client_random | Prototype: | size_t SSL_get_client_random(const SSL *s, unsigned char *out, size_t max_out) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | Lines: | 2691-2705 |
| | 9 | 3 |
SSL_dup_CA_listName: | SSL_dup_CA_list | Prototype: | struct stack_st_X509_NAME * SSL_dup_CA_list(const struct stack_st_X509_NAME *sk) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_cert.c | Lines: | 456-472 |
| | 18 | 3 |
SSL_do_handshakeName: | SSL_do_handshake | Prototype: | int SSL_do_handshake(SSL *s) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | Lines: | 2401-2417 |
| | 10 | 3 |
SSL_callback_ctrlName: | SSL_callback_ctrl | Prototype: | long SSL_callback_ctrl(SSL *s, int cmd, void (*fp)(void)) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | Lines: | 1109-1122 |
| | 6 | 3 |
SSL_alert_type_string_longName: | SSL_alert_type_string_long | Prototype: | const char * SSL_alert_type_string_long(int value) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_stat.c | Lines: | 551-561 |
| | 6 | 3 |
SSL_alert_type_stringName: | SSL_alert_type_string | Prototype: | const char * SSL_alert_type_string(int value) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_stat.c | Lines: | 563-573 |
| | 6 | 3 |
SSL_SESSION_ticketName: | SSL_SESSION_ticket | Prototype: | int SSL_SESSION_ticket(SSL_SESSION *ss, unsigned char **out, size_t *out_len) | Coverage: | 33.333% (3/9) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_asn1.c | Lines: | 194-204 |
| | 11 | 3 |
SSL_SESSION_list_addName: | SSL_SESSION_list_add | Prototype: | static void SSL_SESSION_list_add(SSL_CTX *ctx, SSL_SESSION *s) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_sess.c | Lines: | 1049-1066 |
| | 21 | 3 |
SSL_SESSION_get_master_keyName: | SSL_SESSION_get_master_key | Prototype: | size_t SSL_SESSION_get_master_key(const SSL_SESSION *ss, unsigned char *out, size_t max_out) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_sess.c | Lines: | 788-803 |
| | 9 | 3 |
SSL_SESSION_freeName: | SSL_SESSION_free | Prototype: | void SSL_SESSION_free(SSL_SESSION *ss) | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_sess.c | Lines: | 705-735 |
| | 20 | 3 |
SSL_CTX_use_certificate_chain_memName: | SSL_CTX_use_certificate_chain_mem | Prototype: | int SSL_CTX_use_certificate_chain_mem(SSL_CTX *ctx, void *buf, int len) | Coverage: | 60.000% (3/5) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_rsa.c | Lines: | 722-739 |
| | 11 | 3 |
SSL_CTX_use_certificateName: | SSL_CTX_use_certificate | Prototype: | int SSL_CTX_use_certificate(SSL_CTX *ctx, X509 *x) | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_rsa.c | Lines: | 345-357 |
| | 9 | 3 |
SSL_CTX_use_PrivateKeyName: | SSL_CTX_use_PrivateKey | Prototype: | int SSL_CTX_use_PrivateKey(SSL_CTX *ctx, EVP_PKEY *pkey) | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_rsa.c | Lines: | 558-570 |
| | 9 | 3 |
SSL_CTX_set_client_cert_engineName: | SSL_CTX_set_client_cert_engine | Prototype: | int SSL_CTX_set_client_cert_engine(SSL_CTX *ctx, ENGINE *e) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_sess.c | Lines: | 1135-1149 |
| | 9 | 3 |
SSL_CTX_set_cipher_listName: | SSL_CTX_set_cipher_list | Prototype: | int SSL_CTX_set_cipher_list(SSL_CTX *ctx, const char *str) | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | Lines: | 1336-1359 |
| | 11 | 3 |
SSL_CTX_check_private_keyName: | SSL_CTX_check_private_key | Prototype: | int SSL_CTX_check_private_key(const SSL_CTX *ctx) | Coverage: | 45.455% (5/11) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | Lines: | 884-898 |
| | 23 | 3 |
SSL_CTX_callback_ctrlName: | SSL_CTX_callback_ctrl | Prototype: | long SSL_CTX_callback_ctrl(SSL_CTX *ctx, int cmd, void (*fp)(void)) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | Lines: | 1209-1222 |
| | 6 | 3 |
SSL_CIPHER_get_versionName: | SSL_CIPHER_get_version | Prototype: | const char * SSL_CIPHER_get_version(const SSL_CIPHER *c) | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_ciph.c | Lines: | 1617-1626 |
| | 7 | 3 |
SSL_CIPHER_get_bitsName: | SSL_CIPHER_get_bits | Prototype: | int SSL_CIPHER_get_bits(const SSL_CIPHER *c, int *alg_bits) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_ciph.c | Lines: | 1638-1649 |
| | 10 | 3 |
SHA1Name: | SHA1 | Prototype: | unsigned char *SHA1(const unsigned char *d, size_t n, unsigned char *md) | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/sha/sha1_one.c | Lines: | 68-80 |
| | 15 | 3 |
RSA_set_methodName: | RSA_set_method | Prototype: | int RSA_set_method(RSA *rsa, const RSA_METHOD *meth) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_lib.c | Lines: | 104-124 |
| | 14 | 3 |
RSA_padding_add_noneName: | RSA_padding_add_none | Prototype: | int RSA_padding_add_none(unsigned char *to, int tlen, const unsigned char *from, int flen) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_none.c | Lines: | 66-82 |
| | 8 | 3 |
RSA_meth_set1_nameName: | RSA_meth_set1_name | Prototype: | int RSA_meth_set1_name(RSA_METHOD *meth, const char *name) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_meth.c | Lines: | 65-75 |
| | 40 | 3 |
RSA_get0_factorsName: | RSA_get0_factors | Prototype: | void RSA_get0_factors(const RSA *r, const BIGNUM **p, const BIGNUM **q) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_lib.c | Lines: | 324-331 |
| | 8 | 3 |
RIPEMD160Name: | RIPEMD160 | Prototype: | unsigned char *RIPEMD160(const unsigned char *d, size_t n, unsigned char *md) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ripemd/rmd_one.c | Lines: | 64-77 |
| | 15 | 3 |
PKCS7_set_digestName: | PKCS7_set_digest | Prototype: | int PKCS7_set_digest(PKCS7 *p7, const EVP_MD *md) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_lib.c | Lines: | 433-448 |
| | 9 | 3 |
PKCS7_get_octet_stringName: | PKCS7_get_octet_string | Prototype: | static ASN1_OCTET_STRING * PKCS7_get_octet_string(PKCS7 *p7) | Coverage: | 18.182% (2/11) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_doit.c | Lines: | 96-105 |
| | 10 | 3 |
PKCS7_digest_from_attributesName: | PKCS7_digest_from_attributes | Prototype: | ASN1_OCTET_STRING * PKCS7_digest_from_attributes(struct stack_st_X509_ATTRIBUTE *sk) | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_doit.c | Lines: | 1138-1148 |
| | 14 | 3 |
PKCS7_add_attrib_content_typeName: | PKCS7_add_attrib_content_type | Prototype: | int PKCS7_add_attrib_content_type(PKCS7_SIGNER_INFO *si, ASN1_OBJECT *coid) | Coverage: | 57.143% (4/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_attr.c | Lines: | 134-143 |
| | 6 | 3 |
PKCS7_add1_attrib_digestName: | PKCS7_add1_attrib_digest | Prototype: | int PKCS7_add1_attrib_digest(PKCS7_SIGNER_INFO *si, const unsigned char *md, int mdlen) | Coverage: | 44.444% (4/9) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_attr.c | Lines: | 156-172 |
| | 10 | 3 |
PKCS5_pbe_setName: | PKCS5_pbe_set | Prototype: | X509_ALGOR * PKCS5_pbe_set(int alg, int iter, const unsigned char *salt, int saltlen) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/p5_pbe.c | Lines: | 171-186 |
| | 17 | 3 |
PKCS12_get_friendlynameName: | PKCS12_get_friendlyname | Prototype: | char * PKCS12_get_friendlyname(PKCS12_SAFEBAG *bag) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs12/p12_attr.c | Lines: | 140-151 |
| | 15 | 3 |
PKCS12_certbag2x509crlName: | PKCS12_certbag2x509crl | Prototype: | X509_CRL * PKCS12_certbag2x509crl(PKCS12_SAFEBAG *bag) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs12/p12_utl.c | Lines: | 176-185 |
| | 14 | 3 |
PKCS12_certbag2x509Name: | PKCS12_certbag2x509 | Prototype: | X509 * PKCS12_certbag2x509(PKCS12_SAFEBAG *bag) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs12/p12_utl.c | Lines: | 165-174 |
| | 14 | 3 |
PEM_dek_infoName: | 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_ASN1_read_bioName: | PEM_ASN1_read_bio | Prototype: | void * PEM_ASN1_read_bio(d2i_of_void *d2i, const char *name, BIO *bp, void **x, pem_password_cb *cb, void *u) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pem/pem_oth.c | Lines: | 70-87 |
| | 34 | 3 |
OTHERNAME_cmpName: | 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_init_sslName: | OPENSSL_init_ssl | Prototype: | int OPENSSL_init_ssl(uint64_t opts, const void *settings) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_init.c | Lines: | 37-51 |
| | 6 | 3 |
OPENSSL_config_internalName: | 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 |
OCSP_response_get1_basicName: | 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_resp_find_statusName: | 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_id_issuer_cmpName: | 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_cert_to_idName: | 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_basic_add1_certName: | 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_REQ_CTX_set1_reqName: | 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 |
OBJ_sigid_freeName: | OBJ_sigid_free | Prototype: | void OBJ_sigid_free(void) | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/obj_xref.c | Lines: | 226-237 |
| | 14 | 3 |
OBJ_cleanupName: | OBJ_cleanup | Prototype: | void OBJ_cleanup(void) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/obj_dat.c | Lines: | 265-280 |
| | 17 | 3 |
OBJ_NAME_do_all_sortedName: | OBJ_NAME_do_all_sorted | Prototype: | void OBJ_NAME_do_all_sorted(int type, void (*fn)(const OBJ_NAME *, void *arg), void *arg) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/o_names.c | Lines: | 291-312 |
| | 18 | 3 |
OBJ_NAME_cleanupName: | OBJ_NAME_cleanup | Prototype: | void OBJ_NAME_cleanup(int type) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/o_names.c | Lines: | 334-354 |
| | 22 | 3 |
NCONF_newName: | NCONF_new | Prototype: | CONF * NCONF_new(CONF_METHOD *meth) | Coverage: | 57.143% (4/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/conf/conf_lib.c | Lines: | 222-237 |
| | 16 | 3 |
NCONF_get_stringName: | NCONF_get_string | Prototype: | char * NCONF_get_string(const CONF *conf, const char *group, const char *name) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/conf/conf_lib.c | Lines: | 308-326 |
| | 20 | 3 |
NCONF_get_sectionName: | NCONF_get_section | Prototype: | struct stack_st_CONF_VALUE * NCONF_get_section(const CONF *conf, const char *section) | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/conf/conf_lib.c | Lines: | 292-306 |
| | 19 | 3 |
MOD_EXP_CTIME_COPY_TO_PREBUFName: | MOD_EXP_CTIME_COPY_TO_PREBUF | Prototype: | static int MOD_EXP_CTIME_COPY_TO_PREBUF(const BIGNUM *b, int top, unsigned char *buf, int idx, int window) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bn/bn_exp.c | Lines: | 566-582 |
| | 8 | 3 |