Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
rsa_priv_printName: | rsa_priv_print | Prototype: | static int rsa_priv_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_ameth.c | Lines: | 270-274 |
| | 1 | 1 |
rsa_blinding_invertName: | rsa_blinding_invert | Prototype: | static int rsa_blinding_invert(BN_BLINDING *b, BIGNUM *f, BIGNUM *unblind, BN_CTX *ctx) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_eay.c | Lines: | 327-339 |
| | 1 | 1 |
rsa_bitsName: | rsa_bits | Prototype: | static int rsa_bits(const EVP_PKEY *pkey) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_ameth.c | Lines: | 173-177 |
| | 1 | 1 |
recsigName: | recsig | Prototype: | static void recsig(int i) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ui/ui_openssl.c | Lines: | 393-397 |
| | 1 | 1 |
rc2_ofb_cipherName: | rc2_ofb_cipher | Prototype: | static int rc2_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) | Coverage: | 57.143% (4/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/e_rc2.c | Lines: | 87-87 |
| | 1 | 3 |
rc2_ecb_cipherName: | rc2_ecb_cipher | Prototype: | static int rc2_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/e_rc2.c | Lines: | 87-87 |
| | 1 | 3 |
rc2_cfb64_cipherName: | rc2_cfb64_cipher | Prototype: | static int rc2_cfb64_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) | Coverage: | 66.667% (10/15) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/e_rc2.c | Lines: | 87-87 |
| | 1 | 5 |
rc2_cbc_cipherName: | rc2_cbc_cipher | Prototype: | static int rc2_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) | Coverage: | 57.143% (4/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/e_rc2.c | Lines: | 87-87 |
| | 1 | 3 |
print_bioName: | print_bio | Prototype: | static int print_bio(const char *str, size_t len, void *bp) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/err/err_prn.c | Lines: | 107-111 |
| | 1 | 1 |
pqueue_peekName: | pqueue_peek | Prototype: | pitem * pqueue_peek(pqueue_s *pq) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/pqueue.c | Lines: | 139-143 |
| | 1 | 1 |
pqueue_newName: | pqueue_new | Prototype: | pqueue_s * pqueue_new(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/pqueue.c | Lines: | 92-96 |
| | 1 | 1 |
pqueue_iteratorName: | pqueue_iterator | Prototype: | pitem * pqueue_iterator(pqueue_s *pq) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/pqueue.c | Lines: | 169-173 |
| | 1 | 1 |
pqueue_freeName: | pqueue_free | Prototype: | void pqueue_free(pqueue_s *pq) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/pqueue.c | Lines: | 98-102 |
| | 1 | 1 |
policy_node_freeName: | policy_node_free | Prototype: | void policy_node_free(X509_POLICY_NODE *node) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/pcy_node.c | Lines: | 168-172 |
| | 1 | 1 |
policy_node_cmp_newName: | policy_node_cmp_new | Prototype: | struct stack_st_X509_POLICY_NODE *policy_node_cmp_new(void) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/pcy_node.c | Lines: | 71-74 |
| | 1 | 1 |
policy_data_cmpName: | policy_data_cmp | Prototype: | static int policy_data_cmp(const X509_POLICY_DATA * const *a, const X509_POLICY_DATA * const *b) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/pcy_cache.c | Lines: | 255-260 |
| | 1 | 1 |
pmeth_cmpName: | pmeth_cmp | Prototype: | static int pmeth_cmp(const EVP_PKEY_METHOD * const *a, const EVP_PKEY_METHOD * const *b) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/pmeth_lib.c | Lines: | 110-114 |
| | 1 | 1 |
pkey_gost_mac_signctx_initName: | pkey_gost_mac_signctx_init | Prototype: | static int pkey_gost_mac_signctx_init(EVP_PKEY_CTX *ctx, EVP_MD_CTX *mctx) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/gost/gost89imit_pmeth.c | Lines: | 208-212 |
| | 1 | 1 |
pkey_free_gost01Name: | pkey_free_gost01 | Prototype: | static void pkey_free_gost01(EVP_PKEY *key) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/gost/gostr341001_ameth.c | Lines: | 69-73 |
| | 1 | 1 |
pkey_cmac_cleanupName: | pkey_cmac_cleanup | Prototype: | static void pkey_cmac_cleanup(EVP_PKEY_CTX *ctx) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/cmac/cm_pmeth.c | Lines: | 86-90 |
| | 1 | 1 |
pitem_freeName: | pitem_free | Prototype: | void pitem_free(pitem *item) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/pqueue.c | Lines: | 86-90 |
| | 1 | 1 |
old_rsa_priv_encodeName: | old_rsa_priv_encode | Prototype: | static int old_rsa_priv_encode(const EVP_PKEY *pkey, unsigned char **pder) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_ameth.c | Lines: | 128-132 |
| | 1 | 1 |
old_ec_priv_encodeName: | old_ec_priv_encode | Prototype: | static int old_ec_priv_encode(const EVP_PKEY * pkey, unsigned char **pder) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_ameth.c | Lines: | 550-554 |
| | 1 | 1 |
old_dsa_priv_encodeName: | old_dsa_priv_encode | Prototype: | static int old_dsa_priv_encode(const EVP_PKEY *pkey, unsigned char **pder) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dsa/dsa_ameth.c | Lines: | 534-538 |
| | 1 | 1 |
oid_module_finishName: | oid_module_finish | Prototype: | static void oid_module_finish(CONF_IMODULE *md) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/asn_moid.c | Lines: | 95-99 |
| | 1 | 1 |
ocsp_nonce_newName: | ocsp_nonce_new | Prototype: | static void * ocsp_nonce_new(void) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_ocsp.c | Lines: | 274-278 |
| | 1 | 1 |
ocsp_nonce_freeName: | ocsp_nonce_free | Prototype: | static void ocsp_nonce_free(void *a) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_ocsp.c | Lines: | 320-324 |
| | 1 | 1 |
obj_name_LHASH_HASHName: | obj_name_LHASH_HASH | Prototype: | static unsigned long obj_name_LHASH_HASH(const void *arg) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/o_names.c | Lines: | 39-39 |
| | 1 | 1 |
obj_name_LHASH_COMPName: | obj_name_LHASH_COMP | Prototype: | static int obj_name_LHASH_COMP(const void *arg1, const void *arg2) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/o_names.c | Lines: | 40-40 |
| | 1 | 1 |
null_writeName: | null_write | Prototype: | static int null_write(BIO *b, const char *in, int inl) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bss_null.c | Lines: | 114-118 |
| | 1 | 1 |
null_readName: | null_read | Prototype: | static int null_read(BIO *b, char *out, int outl) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bss_null.c | Lines: | 108-112 |
| | 1 | 1 |
null_init_keyName: | null_init_key | Prototype: | static int null_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/e_null.c | Lines: | 90-96 |
| | 1 | 1 |
null_getsName: | null_gets | Prototype: | static int null_gets(BIO *bp, char *buf, int size) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bss_null.c | Lines: | 146-150 |
| | 1 | 1 |
null_callbackName: | null_callback | Prototype: | static int null_callback(int ok, X509_STORE_CTX *e) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_vfy.c | Lines: | 148-152 |
| | 1 | 1 |
node_cmpName: | node_cmp | Prototype: | static int node_cmp(const X509_POLICY_NODE * const *a, const X509_POLICY_NODE * const *b) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/pcy_node.c | Lines: | 65-69 |
| | 1 | 1 |
no_checkName: | no_check | Prototype: | static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_purp.c | Lines: | 815-819 |
| | 1 | 1 |
nid_cmpName: | nid_cmp | Prototype: | static int nid_cmp(const int *a, const int *b) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_purp.c | Lines: | 328-332 |
| | 1 | 1 |
nconf_get_stringName: | nconf_get_string | Prototype: | static char * nconf_get_string(void *db, const char *section, const char *value) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_conf.c | Lines: | 451-455 |
| | 1 | 1 |
nconf_get_sectionName: | nconf_get_section | Prototype: | static struct stack_st_CONF_VALUE * nconf_get_section(void *db, const char *section) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_conf.c | Lines: | 457-461 |
| | 1 | 1 |
names_lh_free_LHASH_DOALLName: | names_lh_free_LHASH_DOALL | Prototype: | static void names_lh_free_LHASH_DOALL(void *arg) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/o_names.c | Lines: | 326-326 |
| | 1 | 1 |
name_funcs_freeName: | name_funcs_free | Prototype: | static void name_funcs_free(NAME_FUNCS *ptr) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/o_names.c | Lines: | 328-332 |
| | 1 | 1 |
mackey_free_gostName: | mackey_free_gost | Prototype: | static void mackey_free_gost(EVP_PKEY *pk) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/gost/gost89imit_ameth.c | Lines: | 59-63 |
| | 1 | 1 |
long_printName: | long_print | Prototype: | static int long_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_long.c | Lines: | 205-210 |
| | 1 | 1 |
long_freeName: | long_free | Prototype: | static void long_free(ASN1_VALUE **pval, const ASN1_ITEM *it) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_long.c | Lines: | 115-119 |
| | 1 | 1 |
longName: | long | Prototype: | long (*BIO_get_callback(const BIO *b))(struct bio_st *, int, const char *, int, long, long) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bio_lib.c | Lines: | 209-214 |
| | 1 | 1 |
longName: | long | Prototype: | long (*BIO_meth_get_ctrl(const BIO_METHOD *biom))(BIO *, int, long, void *) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bio_meth.c | Lines: | 94-98 |
| | 1 | 1 |
local_sk_X509_NAME_ENTRY_pop_freeName: | local_sk_X509_NAME_ENTRY_pop_free | Prototype: | static void local_sk_X509_NAME_ENTRY_pop_free(struct stack_st_X509_NAME_ENTRY *ne) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_name.c | Lines: | 375-379 |
| | 1 | 1 |
local_sk_X509_NAME_ENTRY_freeName: | local_sk_X509_NAME_ENTRY_free | Prototype: | static void local_sk_X509_NAME_ENTRY_free(struct stack_st_X509_NAME_ENTRY *ne) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_name.c | Lines: | 369-373 |
| | 1 | 1 |
lh_num_itemsName: | lh_num_items | Prototype: | unsigned long lh_num_items(const _LHASH *lh) | Coverage: | 66.667% (2/3) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/lhash/lhash.c | Lines: | 453-457 |
| | 1 | 1 |
lh_doall_argName: | lh_doall_arg | Prototype: | void lh_doall_arg(_LHASH *lh, LHASH_DOALL_ARG_FN_TYPE func, void *arg) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/lhash/lhash.c | Lines: | 302-306 |
| | 1 | 1 |
int_unregister_cb_LHASH_DOALL_ARGName: | int_unregister_cb_LHASH_DOALL_ARG | Prototype: | static void int_unregister_cb_LHASH_DOALL_ARG(void *arg1, void *arg2) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_table.c | Lines: | 206-206 |
| | 1 | 1 |
int_rsa_sizeName: | int_rsa_size | Prototype: | static int int_rsa_size(const EVP_PKEY *pkey) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_ameth.c | Lines: | 167-171 |
| | 1 | 1 |
int_rsa_freeName: | int_rsa_free | Prototype: | static void int_rsa_free(EVP_PKEY *pkey) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_ameth.c | Lines: | 179-183 |
| | 1 | 1 |
int_ec_sizeName: | int_ec_size | Prototype: | static int int_ec_size(const EVP_PKEY * pkey) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_ameth.c | Lines: | 354-358 |
| | 1 | 1 |
int_ec_freeName: | int_ec_free | Prototype: | static void int_ec_free(EVP_PKEY * pkey) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_ameth.c | Lines: | 406-410 |
| | 1 | 1 |
int_dsa_sizeName: | int_dsa_size | Prototype: | static int int_dsa_size(const EVP_PKEY *pkey) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dsa/dsa_ameth.c | Lines: | 294-298 |
| | 1 | 1 |
int_dsa_freeName: | int_dsa_free | Prototype: | static void int_dsa_free(EVP_PKEY *pkey) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dsa/dsa_ameth.c | Lines: | 359-363 |
| | 1 | 1 |
int_dh_sizeName: | int_dh_size | Prototype: | static int int_dh_size(const EVP_PKEY *pkey) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dh/dh_ameth.c | Lines: | 383-387 |
| | 1 | 1 |
int_dh_freeName: | int_dh_free | Prototype: | static void int_dh_free(EVP_PKEY *pkey) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dh/dh_ameth.c | Lines: | 69-73 |
| | 1 | 1 |
int_cleanup_cb_LHASH_DOALLName: | int_cleanup_cb_LHASH_DOALL | Prototype: | static void int_cleanup_cb_LHASH_DOALL(void *arg) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_table.c | Lines: | 226-226 |
| | 1 | 1 |
int_cb_doall_argName: | int_cb_doall_arg | Prototype: | static void int_cb_doall_arg(ENGINE_PILE *pile, ENGINE_PILE_DOALL *dall) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_table.c | Lines: | 338-342 |
| | 1 | 1 |
int_cb_LHASH_DOALL_ARGName: | int_cb_LHASH_DOALL_ARG | Prototype: | static void int_cb_LHASH_DOALL_ARG(void *arg1, void *arg2) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_table.c | Lines: | 343-343 |
| | 1 | 1 |
intName: | int | Prototype: | int (*BIO_meth_get_write(const BIO_METHOD *biom))(BIO *, const char *, int) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bio_meth.c | Lines: | 42-46 |
| | 1 | 1 |
intName: | int | Prototype: | int (*BIO_meth_get_read(const BIO_METHOD *biom))(BIO *, char *, int) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bio_meth.c | Lines: | 55-59 |
| | 1 | 1 |
intName: | int | Prototype: | int (*BIO_meth_get_puts(const BIO_METHOD *biom))(BIO *, const char *) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bio_meth.c | Lines: | 68-72 |
| | 1 | 1 |
intName: | int | Prototype: | int (*BIO_meth_get_gets(const BIO_METHOD *biom))(BIO *, char *, int) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bio_meth.c | Lines: | 81-85 |
| | 1 | 1 |
intName: | int | Prototype: | int (*BIO_meth_get_create(const BIO_METHOD *biom))(BIO *) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bio_meth.c | Lines: | 107-111 |
| | 1 | 1 |
intName: | int | Prototype: | int (*BIO_meth_get_destroy(const BIO_METHOD *biom))(BIO *) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bio_meth.c | Lines: | 120-124 |
| | 1 | 1 |
intName: | int | Prototype: | int (*CRYPTO_get_add_lock_callback(void))(int *num, int mount, int type, const char *file, int line) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/cryptlib.c | Lines: | 392-397 |
| | 1 | 1 |
intName: | int | Prototype: | int (*RSA_meth_get_finish(const RSA_METHOD *meth))(RSA *rsa) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_meth.c | Lines: | 77-81 |
| | 1 | 1 |
intName: | int | Prototype: | int (*SSL_get_verify_callback(const SSL *s))(int, X509_STORE_CTX *) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | Lines: | 746-750 |
| | 1 | 1 |
intName: | int | Prototype: | int (*SSL_CTX_get_verify_callback(const SSL_CTX *ctx))(int, X509_STORE_CTX *) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | Lines: | 764-768 |
| | 1 | 1 |
intName: | int | Prototype: | int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx))(SSL *ssl, SSL_SESSION *sess) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_sess.c | Lines: | 1074-1078 |
| | 1 | 1 |
intName: | int | Prototype: | int (*SSL_CTX_get_client_cert_cb(SSL_CTX *ctx))(SSL * ssl, X509 ** x509, EVP_PKEY **pkey) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_sess.c | Lines: | 1127-1132 |
| | 1 | 1 |
init512Name: | init512 | Prototype: | static int init512(EVP_MD_CTX *ctx) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/m_sha1.c | Lines: | 210-214 |
| | 1 | 1 |
init384Name: | init384 | Prototype: | static int init384(EVP_MD_CTX *ctx) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/m_sha1.c | Lines: | 204-208 |
| | 1 | 1 |
init256Name: | init256 | Prototype: | static int init256(EVP_MD_CTX *ctx) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/m_sha1.c | Lines: | 126-130 |
| | 1 | 1 |
init224Name: | init224 | Prototype: | static int init224(EVP_MD_CTX *ctx) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/m_sha1.c | Lines: | 120-124 |
| | 1 | 1 |
initName: | init | Prototype: | static int init(EVP_MD_CTX *ctx) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/m_wp.c | Lines: | 14-18 |
| | 1 | 1 |
idea_ofb_cipherName: | idea_ofb_cipher | Prototype: | static int idea_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/e_idea.c | Lines: | 95-95 |
| | 1 | 3 |
idea_cfb64_cipherName: | idea_cfb64_cipher | Prototype: | static int idea_cfb64_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/e_idea.c | Lines: | 96-96 |
| | 1 | 5 |
idea_cbc_cipherName: | idea_cbc_cipher | Prototype: | static int idea_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/e_idea.c | Lines: | 94-94 |
| | 1 | 3 |
i2t_ASN1_OBJECTName: | i2t_ASN1_OBJECT | Prototype: | int i2t_ASN1_OBJECT(char *buf, int buf_len, const ASN1_OBJECT *a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_object.c | Lines: | 215-219 |
| | 1 | 1 |
i2s_ASN1_OCTET_STRINGName: | i2s_ASN1_OCTET_STRING | Prototype: | char * i2s_ASN1_OCTET_STRING(X509V3_EXT_METHOD *method, const ASN1_OCTET_STRING *oct) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_skey.c | Lines: | 85-89 |
| | 1 | 1 |
i2r_ocsp_nocheckName: | i2r_ocsp_nocheck | Prototype: | static int i2r_ocsp_nocheck(const X509V3_EXT_METHOD *method, void *nocheck, BIO *out, int indent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_ocsp.c | Lines: | 339-344 |
| | 1 | 1 |
i2d_X509_fpName: | i2d_X509_fp | Prototype: | int i2d_X509_fp(FILE *fp, X509 *x509) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x_all.c | Lines: | 94-98 |
| | 1 | 1 |
i2d_X509_bioName: | i2d_X509_bio | Prototype: | int i2d_X509_bio(BIO *bp, X509 *x509) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x_all.c | Lines: | 82-86 |
| | 1 | 1 |
i2d_X509_VALName: | i2d_X509_VAL | Prototype: | int i2d_X509_VAL(X509_VAL *a, unsigned char **out) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_val.c | Lines: | 94-98 |
| | 1 | 1 |
i2d_X509_SIGName: | i2d_X509_SIG | Prototype: | int i2d_X509_SIG(X509_SIG *a, unsigned char **out) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_sig.c | Lines: | 94-98 |
| | 1 | 1 |
i2d_X509_REVOKEDName: | i2d_X509_REVOKED | Prototype: | int i2d_X509_REVOKED(X509_REVOKED *a, unsigned char **out) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_crl.c | Lines: | 447-451 |
| | 1 | 1 |
i2d_X509_REQ_fpName: | i2d_X509_REQ_fp | Prototype: | int i2d_X509_REQ_fp(FILE *fp, X509_REQ *req) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x_all.c | Lines: | 166-170 |
| | 1 | 1 |
i2d_X509_REQ_bioName: | i2d_X509_REQ_bio | Prototype: | int i2d_X509_REQ_bio(BIO *bp, X509_REQ *req) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x_all.c | Lines: | 154-158 |
| | 1 | 1 |
i2d_X509_REQ_INFOName: | i2d_X509_REQ_INFO | Prototype: | int i2d_X509_REQ_INFO(X509_REQ_INFO *a, unsigned char **out) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_req.c | Lines: | 145-149 |
| | 1 | 1 |
i2d_X509_REQName: | i2d_X509_REQ | Prototype: | int i2d_X509_REQ(X509_REQ *a, unsigned char **out) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_req.c | Lines: | 205-209 |
| | 1 | 1 |
i2d_X509_PUBKEYName: | i2d_X509_PUBKEY | Prototype: | int i2d_X509_PUBKEY(X509_PUBKEY *a, unsigned char **out) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_pubkey.c | Lines: | 121-125 |
| | 1 | 1 |
i2d_X509_NAME_ENTRYName: | i2d_X509_NAME_ENTRY | Prototype: | int i2d_X509_NAME_ENTRY(X509_NAME_ENTRY *a, unsigned char **out) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_name.c | Lines: | 120-124 |
| | 1 | 1 |
i2d_X509_NAMEName: | i2d_X509_NAME | Prototype: | int i2d_X509_NAME(X509_NAME *a, unsigned char **out) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_name.c | Lines: | 217-221 |
| | 1 | 1 |
i2d_X509_EXTENSIONSName: | i2d_X509_EXTENSIONS | Prototype: | int i2d_X509_EXTENSIONS(X509_EXTENSIONS *a, unsigned char **out) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_exten.c | Lines: | 143-147 |
| | 1 | 1 |
i2d_X509_EXTENSIONName: | i2d_X509_EXTENSION | Prototype: | int i2d_X509_EXTENSION(X509_EXTENSION *a, unsigned char **out) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/x_exten.c | Lines: | 118-122 |
| | 1 | 1 |
i2d_X509_CRL_fpName: | i2d_X509_CRL_fp | Prototype: | int i2d_X509_CRL_fp(FILE *fp, X509_CRL *crl) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x_all.c | Lines: | 118-122 |
| | 1 | 1 |