Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
EVP_PKEY_assignName: | EVP_PKEY_assign | Prototype: | int EVP_PKEY_assign(EVP_PKEY *pkey, int type, void *key) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/p_lib.c | Lines: | 270-277 |
| | 8 | 2 |
ERR_load_ERR_stringsName: | ERR_load_ERR_strings | Prototype: | void ERR_load_ERR_strings(void) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/err/err.c | Lines: | 670-682 |
| | 8 | 2 |
ENGINE_up_refName: | ENGINE_up_ref | Prototype: | int ENGINE_up_ref(ENGINE *e) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_list.c | Lines: | 373-384 |
| | 8 | 2 |
ENGINE_load_opensslName: | ENGINE_load_openssl | Prototype: | void ENGINE_load_openssl(void) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_openssl.c | Lines: | 189-201 |
| | 8 | 2 |
ECDSA_SIG_get0Name: | ECDSA_SIG_get0 | Prototype: | void ECDSA_SIG_get0(const ECDSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ecdsa/ecs_asn1.c | Lines: | 117-124 |
| | 8 | 3 |
DSO_up_refName: | DSO_up_ref | Prototype: | int DSO_up_ref(DSO *dso) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dso/dso_lib.c | Lines: | 174-186 |
| | 8 | 2 |
DSA_get0_keyName: | DSA_get0_key | Prototype: | void DSA_get0_key(const DSA *d, const BIGNUM **pub_key, const BIGNUM **priv_key) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dsa/dsa_lib.c | Lines: | 337-344 |
| | 8 | 3 |
DSA_SIG_get0Name: | DSA_SIG_get0 | Prototype: | void DSA_SIG_get0(const DSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dsa/dsa_asn1.c | Lines: | 133-140 |
| | 8 | 3 |
DH_get0_keyName: | DH_get0_key | Prototype: | void DH_get0_key(const DH *dh, const BIGNUM **pub_key, const BIGNUM **priv_key) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dh/dh_lib.c | Lines: | 285-292 |
| | 8 | 3 |
CRYPTO_get_locked_mem_functionsName: | CRYPTO_get_locked_mem_functions | Prototype: | void CRYPTO_get_locked_mem_functions(void *(**m)(size_t), void (**f)(void *)) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/malloc-wrapper.c | Lines: | 81-88 |
| | 8 | 3 |
CRYPTO_get_lock_nameName: | CRYPTO_get_lock_name | Prototype: | const char * CRYPTO_get_lock_name(int type) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/cryptlib.c | Lines: | 607-619 |
| | 8 | 4 |
CONF_dump_fpName: | CONF_dump_fp | Prototype: | int CONF_dump_fp(struct lhash_st_CONF_VALUE *conf, FILE *out) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/conf/conf_lib.c | Lines: | 192-205 |
| | 8 | 2 |
CBS_write_bytesName: | CBS_write_bytes | Prototype: | int CBS_write_bytes(const CBS *cbs, uint8_t *dst, size_t dst_len, size_t *copied) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/bs_cbs.c | Lines: | 106-118 |
| | 8 | 3 |
BN_set_wordName: | BN_set_word | Prototype: | int BN_set_word(BIGNUM *a, unsigned long w) | Coverage: | 66.667% (4/6) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bn/bn_lib.c | Lines: | 560-571 |
| | 8 | 2 |
BN_is_bit_setName: | BN_is_bit_set | Prototype: | int BN_is_bit_set(const BIGNUM *a, int n) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bn/bn_lib.c | Lines: | 743-756 |
| | 8 | 3 |
BN_RECP_CTX_freeName: | BN_RECP_CTX_free | Prototype: | void BN_RECP_CTX_free(BN_RECP_CTX *recp) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bn/bn_recp.c | Lines: | 87-97 |
| | 8 | 3 |
BN_GF2m_modName: | BN_GF2m_mod | Prototype: | int BN_GF2m_mod(BIGNUM *r, const BIGNUM *a, const BIGNUM *p) | Coverage: | 50.000% (3/6) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bn/bn_gf2m.c | Lines: | 463-479 |
| | 8 | 2 |
BIO_nwrite0Name: | BIO_nwrite0 | Prototype: | int BIO_nwrite0(BIO *bio, char **buf) | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bss_bio.c | Lines: | 852-867 |
| | 8 | 3 |
BIO_nwriteName: | BIO_nwrite | Prototype: | int BIO_nwrite(BIO *bio, char **buf, int num) | Coverage: | 57.143% (4/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bss_bio.c | Lines: | 869-883 |
| | 8 | 3 |
BIO_nread0Name: | BIO_nread0 | Prototype: | int BIO_nread0(BIO *bio, char **buf) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bss_bio.c | Lines: | 819-834 |
| | 8 | 3 |
BIO_nreadName: | BIO_nread | Prototype: | int BIO_nread(BIO *bio, char **buf, int num) | Coverage: | 57.143% (4/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bss_bio.c | Lines: | 836-850 |
| | 8 | 3 |
BIO_indentName: | BIO_indent | Prototype: | int BIO_indent(BIO *b, int indent, int max) | Coverage: | 50.000% (6/12) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bio_lib.c | Lines: | 375-386 |
| | 8 | 5 |
BIO_ACCEPT_freeName: | BIO_ACCEPT_free | Prototype: | static void BIO_ACCEPT_free(BIO_ACCEPT *a) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bss_acpt.c | Lines: | 148-158 |
| | 8 | 2 |
ASN1_UTCTIME_cmp_time_tName: | ASN1_UTCTIME_cmp_time_t | Prototype: | int ASN1_UTCTIME_cmp_time_t(const ASN1_UTCTIME *s, time_t t2) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_time_tm.c | Lines: | 417-438 |
| | 8 | 3 |
ASN1_TIME_set_tmName: | ASN1_TIME_set_tm | Prototype: | ASN1_TIME * ASN1_TIME_set_tm(ASN1_TIME *s, struct tm *tm) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_time_tm.c | Lines: | 323-331 |
| | 8 | 2 |
ASN1_STRING_cmpName: | ASN1_STRING_cmp | Prototype: | int ASN1_STRING_cmp(const ASN1_STRING *a, const ASN1_STRING *b) | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/asn1_lib.c | Lines: | 442-456 |
| | 8 | 3 |
ASN1_INTEGER_to_BNName: | ASN1_INTEGER_to_BN | Prototype: | BIGNUM * ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn) | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_int.c | Lines: | 451-461 |
| | 8 | 3 |
ASN1_ENUMERATED_to_BNName: | ASN1_ENUMERATED_to_BN | Prototype: | BIGNUM * ASN1_ENUMERATED_to_BN(const ASN1_ENUMERATED *ai, BIGNUM *bn) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_enum.c | Lines: | 179-189 |
| | 8 | 3 |
ASN1_BIT_STRING_set_ascName: | ASN1_BIT_STRING_set_asc | Prototype: | int ASN1_BIT_STRING_set_asc(ASN1_BIT_STRING *bs, const char *name, int value, BIT_STRING_BITNAME *tbl) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/t_bitst.c | Lines: | 85-99 |
| | 8 | 4 |
ASN1_BIT_STRING_checkName: | ASN1_BIT_STRING_check | Prototype: | int ASN1_BIT_STRING_check(const ASN1_BIT_STRING *a, const unsigned char *flags, int flags_len) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_bitstr.c | Lines: | 247-265 |
| | 8 | 3 |
xptable_freeName: | xptable_free | Prototype: | static void xptable_free(X509_PURPOSE *p) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_purp.c | Lines: | 279-291 |
| | 7 | 4 |
tree_link_nodesName: | tree_link_nodes | Prototype: | static int tree_link_nodes(X509_POLICY_LEVEL *curr, const X509_POLICY_CACHE *cache) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/pcy_tree.c | Lines: | 319-332 |
| | 7 | 3 |
tlsext_serverhello_reset_stateName: | tlsext_serverhello_reset_state | Prototype: | static void tlsext_serverhello_reset_state(SSL *s) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_tlsext.c | Lines: | 1455-1461 |
| | 7 | 1 |
tls_sni_ctx_freeName: | tls_sni_ctx_free | Prototype: | void tls_sni_ctx_free(struct tls_sni_ctx *sni_ctx) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/tls/tls.c | Lines: | 223-233 |
| | 7 | 2 |
tls_keypair_clear_keyName: | tls_keypair_clear_key | Prototype: | void tls_keypair_clear_key(struct tls_keypair *keypair) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/tls/tls_keypair.c | Lines: | 59-65 |
| | 7 | 1 |
tls_connect_cbsName: | tls_connect_cbs | Prototype: | int tls_connect_cbs(struct tls *ctx, tls_read_cb read_cb, tls_write_cb write_cb, void *cb_arg, const char *servername) | Coverage: | 50.000% (4/8) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/tls/tls_client.c | Lines: | 403-419 |
| | 7 | 4 |
tls_configure_serverName: | tls_configure_server | Prototype: | int tls_configure_server(struct tls *ctx) | Coverage: | 37.500% (3/8) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/tls/tls_server.c | Lines: | 328-341 |
| | 7 | 4 |
tls_config_ticket_autorekeyName: | tls_config_ticket_autorekey | Prototype: | int tls_config_ticket_autorekey(struct tls_config *config) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/tls/tls_config.c | Lines: | 883-894 |
| | 7 | 1 |
tls_config_newName: | tls_config_new | Prototype: | struct tls_config * tls_config_new(void) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/tls/tls_config.c | Lines: | 135-142 |
| | 7 | 2 |
tls_config_keypair_addName: | tls_config_keypair_add | Prototype: | static void tls_config_keypair_add(struct tls_config *config, struct tls_keypair *keypair) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/tls/tls_config.c | Lines: | 172-182 |
| | 7 | 2 |
tls1_cleanup_key_blockName: | tls1_cleanup_key_block | Prototype: | void tls1_cleanup_key_block(SSL *s) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/t1_enc.c | Lines: | 152-158 |
| | 7 | 1 |
tls1_check_curveName: | tls1_check_curve | Prototype: | int tls1_check_curve(SSL *s, const uint16_t curve_id) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/t1_lib.c | Lines: | 461-474 |
| | 7 | 3 |
ssl_session_hashName: | ssl_session_hash | Prototype: | static unsigned long ssl_session_hash(const SSL_SESSION *a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | Lines: | 1733-1744 |
| | 7 | 1 |
ssl_session_cmpName: | ssl_session_cmp | Prototype: | static int ssl_session_cmp(const SSL_SESSION *a, const SSL_SESSION *b) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | Lines: | 1753-1763 |
| | 7 | 4 |
ssl3_writeName: | ssl3_write | Prototype: | int ssl3_write(SSL *s, const void *buf, int len) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/s3_lib.c | Lines: | 2440-2450 |
| | 7 | 2 |
ssl3_release_write_bufferName: | ssl3_release_write_buffer | Prototype: | int ssl3_release_write_buffer(SSL *s) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_both.c | Lines: | 763-769 |
| | 7 | 1 |
ssl3_release_read_bufferName: | ssl3_release_read_buffer | Prototype: | int ssl3_release_read_buffer(SSL *s) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_both.c | Lines: | 771-777 |
| | 7 | 1 |
ssl3_packet_readName: | ssl3_packet_read | Prototype: | int ssl3_packet_read(SSL *s, int plen) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_pkt.c | Lines: | 286-298 |
| | 7 | 3 |
ssl3_get_cipherName: | ssl3_get_cipher | Prototype: | const SSL_CIPHER * ssl3_get_cipher(unsigned int u) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/s3_lib.c | Lines: | 1348-1355 |
| | 7 | 2 |
sk_valueName: | sk_value | Prototype: | void * sk_value(const _STACK *st, int i) | Coverage: | 50.000% (4/8) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/stack/stack.c | Lines: | 302-308 |
| | 7 | 2 |
rle_expand_blockName: | rle_expand_block | Prototype: | static int rle_expand_block(COMP_CTX *ctx, unsigned char *out, unsigned int olen, unsigned char *in, unsigned int ilen) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/comp/c_rle.c | Lines: | 40-55 |
| | 7 | 3 |
rc4_hmac_md5_init_keyName: | rc4_hmac_md5_init_key | Prototype: | static int rc4_hmac_md5_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *inkey, const unsigned char *iv, int enc) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/e_rc4_hmac_md5.c | Lines: | 79-94 |
| | 7 | 1 |
policy_cache_setName: | policy_cache_set | Prototype: | const X509_POLICY_CACHE * policy_cache_set(X509 *x) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/pcy_cache.c | Lines: | 230-240 |
| | 7 | 2 |
policy_cache_freeName: | policy_cache_free | Prototype: | void policy_cache_free(X509_POLICY_CACHE *cache) | Coverage: | 20.000% (2/10) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/pcy_cache.c | Lines: | 218-228 |
| | 7 | 4 |
pkey_gost_mac_copyName: | pkey_gost_mac_copy | Prototype: | static int pkey_gost_mac_copy(EVP_PKEY_CTX *dst, EVP_PKEY_CTX *src) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/gost/gost89imit_pmeth.c | Lines: | 90-104 |
| | 7 | 2 |
pkey_cbName: | pkey_cb | Prototype: | static int pkey_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, void *exarg) | Coverage: | 85.714% (6/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/p8_pkey.c | Lines: | 66-76 |
| | 7 | 3 |
pkcs7_cmp_riName: | pkcs7_cmp_ri | Prototype: | static int pkcs7_cmp_ri(PKCS7_RECIP_INFO *ri, X509 *pcert) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_doit.c | Lines: | 404-415 |
| | 7 | 2 |
param_cmp_gost01Name: | param_cmp_gost01 | Prototype: | static int param_cmp_gost01(const EVP_PKEY *a, const EVP_PKEY *b) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/gost/gostr341001_ameth.c | Lines: | 613-625 |
| | 7 | 3 |
obj_cmpName: | obj_cmp | Prototype: | static int obj_cmp(const ASN1_OBJECT * const *ap, const unsigned int *bp) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/obj_dat.c | Lines: | 424-435 |
| | 7 | 2 |
null_ctrlName: | null_ctrl | Prototype: | static long null_ctrl(BIO *b, int cmd, long num, void *ptr) | Coverage: | 33.333% (5/15) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bss_null.c | Lines: | 120-144 |
| | 7 | 13 |
nc_match_singleName: | nc_match_single | Prototype: | static int nc_match_single(GENERAL_NAME *gen, GENERAL_NAME *base) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_ncons.c | Lines: | 403-423 |
| | 7 | 6 |
make_knName: | make_kn | Prototype: | static void make_kn(unsigned char *k1, unsigned char *l, int bl) | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/cmac/cmac.c | Lines: | 77-91 |
| | 7 | 4 |
int_ctrl_cmd_is_nullName: | int_ctrl_cmd_is_null | Prototype: | static int int_ctrl_cmd_is_null(const ENGINE_CMD_DEFN *defn) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_ctrl.c | Lines: | 70-76 |
| | 7 | 2 |
int_ctrl_cmd_by_numName: | int_ctrl_cmd_by_num | Prototype: | static int int_ctrl_cmd_by_num(const ENGINE_CMD_DEFN *defn, unsigned int num) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_ctrl.c | Lines: | 93-107 |
| | 7 | 3 |
intName: | int | Prototype: | int (*UI_method_get_opener(const UI_METHOD * method))(UI *) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ui/ui_lib.c | Lines: | 668-675 |
| | 7 | 2 |
intName: | int | Prototype: | int (*UI_method_get_writer(const UI_METHOD *method))(UI *, UI_STRING *) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ui/ui_lib.c | Lines: | 677-684 |
| | 7 | 2 |
intName: | int | Prototype: | int (*UI_method_get_flusher(const UI_METHOD *method)) (UI *) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ui/ui_lib.c | Lines: | 686-693 |
| | 7 | 2 |
intName: | int | Prototype: | int (*UI_method_get_reader(const UI_METHOD *method))(UI *, UI_STRING *) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ui/ui_lib.c | Lines: | 695-702 |
| | 7 | 2 |
intName: | int | Prototype: | int (*UI_method_get_closer(const UI_METHOD *method))(UI *) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ui/ui_lib.c | Lines: | 704-711 |
| | 7 | 2 |
idea_ecb_encryptName: | idea_ecb_encrypt | Prototype: | void idea_ecb_encrypt(const unsigned char *in, unsigned char *out, IDEA_KEY_SCHEDULE *ks) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/idea/i_ecb.c | Lines: | 71-82 |
| | 7 | 1 |
gotdataName: | gotdata | Prototype: | static int gotdata(char *buf, size_t len) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/compat/getentropy_linux.c | Lines: | 183-194 |
| | 7 | 3 |
file_getsName: | file_gets | Prototype: | static int file_gets(BIO *bp, char *buf, int size) | Coverage: | 87.500% (7/8) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bss_file.c | Lines: | 295-307 |
| | 7 | 4 |
fe_cswapName: | fe_cswap | Prototype: | static void fe_cswap(fe f, fe g, unsigned int b) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/curve25519/curve25519.c | Lines: | 4736-4745 |
| | 7 | 2 |
equalName: | equal | Prototype: | static uint8_t equal(signed char b, signed char c) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/curve25519/curve25519.c | Lines: | 1200-1208 |
| | 7 | 1 |
engine_unlocked_initName: | engine_unlocked_init | Prototype: | int engine_unlocked_init(ENGINE *e) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_init.c | Lines: | 62-80 |
| | 7 | 3 |
engine_list_cleanupName: | engine_list_cleanup | Prototype: | static void engine_list_cleanup(void) | Coverage: | 33.333% (2/6) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_list.c | Lines: | 90-97 |
| | 7 | 2 |
echo_consoleName: | echo_console | Prototype: | static int echo_console(UI *ui) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ui/ui_openssl.c | Lines: | 336-342 |
| | 7 | 2 |
eat_alpha_numericName: | eat_alpha_numeric | Prototype: | static char * eat_alpha_numeric(CONF *conf, char *p) | Coverage: | 50.000% (5/10) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/conf/conf_def.c | Lines: | 607-619 |
| | 7 | 4 |
dtls1_guess_mtuName: | dtls1_guess_mtu | Prototype: | static unsigned int dtls1_guess_mtu(unsigned int curr_mtu) | Coverage: | 22.222% (2/9) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/d1_both.c | Lines: | 1202-1215 |
| | 7 | 4 |
dtls1_get_server_methodName: | dtls1_get_server_method | Prototype: | const SSL_METHOD * dtls1_get_server_method(int ver) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/d1_srvr.c | Lines: | 163-169 |
| | 7 | 2 |
dtls1_get_methodName: | dtls1_get_method | Prototype: | static const SSL_METHOD * dtls1_get_method(int ver) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/d1_meth.c | Lines: | 103-109 |
| | 7 | 2 |
dtls1_get_client_methodName: | dtls1_get_client_method | Prototype: | const SSL_METHOD * dtls1_get_client_method(int ver) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/d1_clnt.c | Lines: | 165-171 |
| | 7 | 2 |
dtls1_clear_record_bufferName: | dtls1_clear_record_buffer | Prototype: | void dtls1_clear_record_buffer(SSL *s) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/d1_both.c | Lines: | 1117-1127 |
| | 7 | 2 |
der_cmpName: | der_cmp | Prototype: | static int der_cmp(const void *a, const void *b) | Coverage: | 66.667% (4/6) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_enc.c | Lines: | 396-407 |
| | 7 | 2 |
def_generate_session_idName: | def_generate_session_id | Prototype: | static int def_generate_session_id(const SSL *ssl, unsigned char *id, unsigned int *id_len) | Coverage: | 44.444% (4/9) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_sess.c | Lines: | 282-305 |
| | 7 | 3 |
crl_inf_cbName: | crl_inf_cb | Prototype: | static int crl_inf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, void *exarg) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_crl.c | Lines: | 117-133 |
| | 7 | 3 |
cpy_bmpName: | cpy_bmp | Prototype: | static int cpy_bmp(unsigned long value, void *arg) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_mbstr.c | Lines: | 380-391 |
| | 7 | 1 |
check_ssl_caName: | check_ssl_ca | Prototype: | static int check_ssl_ca(const X509 *x) | Coverage: | 33.333% (3/9) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_purp.c | Lines: | 635-648 |
| | 7 | 3 |
check_purpose_smime_signName: | check_purpose_smime_sign | Prototype: | static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x, int ca) | Coverage: | 45.455% (5/11) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_purp.c | Lines: | 725-736 |
| | 7 | 3 |
check_purpose_smime_encryptName: | check_purpose_smime_encrypt | Prototype: | static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x, int ca) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_purp.c | Lines: | 738-749 |
| | 7 | 3 |
check_purpose_ns_ssl_serverName: | check_purpose_ns_ssl_server | Prototype: | static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_purp.c | Lines: | 683-695 |
| | 7 | 3 |
charName: | char | Prototype: | char * (*UI_method_get_prompt_constructor(const UI_METHOD *method))(UI *, const char *, const char *) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ui/ui_lib.c | Lines: | 713-721 |
| | 7 | 2 |
asn1_template_clearName: | asn1_template_clear | Prototype: | static void asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_new.c | Lines: | 287-295 |
| | 7 | 2 |
asn1_bio_setup_exName: | asn1_bio_setup_ex | Prototype: | static int asn1_bio_setup_ex(BIO *b, BIO_ASN1_BUF_CTX *ctx, asn1_ps_func *setup, asn1_bio_state_t ex_state, asn1_bio_state_t other_state) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/bio_asn1.c | Lines: | 322-335 |
| | 7 | 3 |
asn1_bio_get_exName: | asn1_bio_get_ex | Prototype: | static int asn1_bio_get_ex(BIO *b, int cmd, asn1_ps_func **ex_func, asn1_ps_func **ex_free_func) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/bio_asn1.c | Lines: | 459-472 |
| | 7 | 2 |
_SSL_CTX_clear_extra_chain_certsName: | _SSL_CTX_clear_extra_chain_certs | Prototype: | static int _SSL_CTX_clear_extra_chain_certs(SSL_CTX *ctx) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/s3_lib.c | Lines: | 2092-2098 |
| | 7 | 1 |
X509v3_get_ext_by_NIDName: | X509v3_get_ext_by_NID | Prototype: | int X509v3_get_ext_by_NID(const struct stack_st_X509_EXTENSION *x, int nid, int lastpos) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_v3.c | Lines: | 77-86 |
| | 7 | 2 |
X509at_get_attr_by_NIDName: | X509at_get_attr_by_NID | Prototype: | int X509at_get_attr_by_NID(const struct stack_st_X509_ATTRIBUTE *x, int nid, int lastpos) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_att.c | Lines: | 75-84 |
| | 7 | 2 |
X509_trust_clearName: | X509_trust_clear | Prototype: | void X509_trust_clear(X509 *x) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_x509a.c | Lines: | 256-263 |
| | 7 | 2 |
X509_supported_extensionName: | X509_supported_extension | Prototype: | int X509_supported_extension(X509_EXTENSION *ex) | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_purp.c | Lines: | 353-387 |
| | 7 | 3 |