| Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
OBJ_bsearch_sigx| Name: | OBJ_bsearch_sigx | | Prototype: | static const nid_triple * * OBJ_bsearch_sigx(const nid_triple * *key, const nid_triple * const *base, int num) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/obj_xref.c | | Lines: | 120-125 |
| | 2 | 1 |
OBJ_bsearch_sig| Name: | OBJ_bsearch_sig | | Prototype: | static nid_triple * OBJ_bsearch_sig(nid_triple *key, nid_triple const *base, int num) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/obj_xref.c | | Lines: | 83-88 |
| | 2 | 1 |
OBJ_bsearch_pmeth| Name: | OBJ_bsearch_pmeth | | Prototype: | static const EVP_PKEY_METHOD * * OBJ_bsearch_pmeth(const EVP_PKEY_METHOD * *key, const EVP_PKEY_METHOD * const *base, int num) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/pmeth_lib.c | | Lines: | 125-130 |
| | 2 | 1 |
OBJ_bsearch_pbe2| Name: | OBJ_bsearch_pbe2 | | Prototype: | static EVP_PBE_CTL * OBJ_bsearch_pbe2(EVP_PBE_CTL *key, EVP_PBE_CTL const *base, int num) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/evp_pbe.c | | Lines: | 196-201 |
| | 2 | 1 |
OBJ_bsearch_obj| Name: | OBJ_bsearch_obj | | Prototype: | static unsigned int * OBJ_bsearch_obj(const ASN1_OBJECT * *key, unsigned int const *base, int num) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/obj_dat.c | | Lines: | 446-451 |
| | 2 | 1 |
OBJ_bsearch_nid| Name: | OBJ_bsearch_nid | | Prototype: | static int * OBJ_bsearch_nid(int *key, int const *base, int num) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_purp.c | | Lines: | 346-351 |
| | 2 | 1 |
OBJ_bsearch_ln| Name: | OBJ_bsearch_ln | | Prototype: | static unsigned int * OBJ_bsearch_ln(const ASN1_OBJECT * *key, unsigned int const *base, int num) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/obj_dat.c | | Lines: | 134-139 |
| | 2 | 1 |
OBJ_bsearch_ext| Name: | OBJ_bsearch_ext | | Prototype: | static const X509V3_EXT_METHOD * * OBJ_bsearch_ext(const X509V3_EXT_METHOD * *key, const X509V3_EXT_METHOD * const *base, int num) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_lib.c | | Lines: | 106-111 |
| | 2 | 1 |
OBJ_bsearch_ameth| Name: | OBJ_bsearch_ameth | | Prototype: | static const EVP_PKEY_ASN1_METHOD * * OBJ_bsearch_ameth(const EVP_PKEY_ASN1_METHOD * *key, const EVP_PKEY_ASN1_METHOD * const *base, int num) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/ameth_lib.c | | Lines: | 137-142 |
| | 2 | 1 |
NETSCAPE_SPKI_verify| Name: | NETSCAPE_SPKI_verify | | Prototype: | int NETSCAPE_SPKI_verify(NETSCAPE_SPKI *a, EVP_PKEY *r) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x_all.c | | Lines: | 491-496 |
| | 2 | 1 |
GOSTR341194_Init| Name: | GOSTR341194_Init | | Prototype: | int GOSTR341194_Init(GOSTR341194_CTX *c, int nid) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/gost/gostr341194.c | | Lines: | 202-207 |
| | 2 | 1 |
EVP_PKEY_up_ref| Name: | EVP_PKEY_up_ref | | Prototype: | int EVP_PKEY_up_ref(EVP_PKEY *pkey) | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/p_lib.c | | Lines: | 207-212 |
| | 2 | 1 |
EVP_PKEY_meth_set_verifyctx| Name: | EVP_PKEY_meth_set_verifyctx | | Prototype: | void EVP_PKEY_meth_set_verifyctx(EVP_PKEY_METHOD *pmeth, int (*verifyctx_init)(EVP_PKEY_CTX *ctx, EVP_MD_CTX *mctx), int (*verifyctx)(EVP_PKEY_CTX *ctx, const unsigned char *sig, int siglen, EVP_MD_CTX *mctx)) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/pmeth_lib.c | | Lines: | 580-588 |
| | 2 | 1 |
EVP_PKEY_meth_set_verify_recover| Name: | EVP_PKEY_meth_set_verify_recover | | Prototype: | void EVP_PKEY_meth_set_verify_recover(EVP_PKEY_METHOD *pmeth, int (*verify_recover_init)(EVP_PKEY_CTX *ctx), int (*verify_recover)(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen, const unsigned char *tbs, size_t tbslen)) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/pmeth_lib.c | | Lines: | 559-568 |
| | 2 | 1 |
EVP_PKEY_meth_set_verify| Name: | EVP_PKEY_meth_set_verify | | Prototype: | void EVP_PKEY_meth_set_verify(EVP_PKEY_METHOD *pmeth, int (*verify_init)(EVP_PKEY_CTX *ctx), int (*verify)(EVP_PKEY_CTX *ctx, const unsigned char *sig, size_t siglen, const unsigned char *tbs, size_t tbslen)) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/pmeth_lib.c | | Lines: | 549-557 |
| | 2 | 1 |
EVP_PKEY_meth_set_signctx| Name: | EVP_PKEY_meth_set_signctx | | Prototype: | void EVP_PKEY_meth_set_signctx(EVP_PKEY_METHOD *pmeth, int (*signctx_init)(EVP_PKEY_CTX *ctx, EVP_MD_CTX *mctx), int (*signctx)(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen, EVP_MD_CTX *mctx)) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/pmeth_lib.c | | Lines: | 570-578 |
| | 2 | 1 |
EVP_PKEY_meth_set_sign| Name: | EVP_PKEY_meth_set_sign | | Prototype: | void EVP_PKEY_meth_set_sign(EVP_PKEY_METHOD *pmeth, int (*sign_init)(EVP_PKEY_CTX *ctx), int (*sign)(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen, const unsigned char *tbs, size_t tbslen)) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/pmeth_lib.c | | Lines: | 539-547 |
| | 2 | 1 |
EVP_PKEY_meth_set_paramgen| Name: | EVP_PKEY_meth_set_paramgen | | Prototype: | void EVP_PKEY_meth_set_paramgen(EVP_PKEY_METHOD *pmeth, int (*paramgen_init)(EVP_PKEY_CTX *ctx), int (*paramgen)(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey)) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/pmeth_lib.c | | Lines: | 521-528 |
| | 2 | 1 |
EVP_PKEY_meth_set_keygen| Name: | EVP_PKEY_meth_set_keygen | | Prototype: | void EVP_PKEY_meth_set_keygen(EVP_PKEY_METHOD *pmeth, int (*keygen_init)(EVP_PKEY_CTX *ctx), int (*keygen)(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey)) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/pmeth_lib.c | | Lines: | 530-537 |
| | 2 | 1 |
EVP_PKEY_meth_set_encrypt| Name: | EVP_PKEY_meth_set_encrypt | | Prototype: | void EVP_PKEY_meth_set_encrypt(EVP_PKEY_METHOD *pmeth, int (*encrypt_init)(EVP_PKEY_CTX *ctx), int (*encryptfn)(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, const unsigned char *in, size_t inlen)) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/pmeth_lib.c | | Lines: | 590-598 |
| | 2 | 1 |
EVP_PKEY_meth_set_derive| Name: | EVP_PKEY_meth_set_derive | | Prototype: | void EVP_PKEY_meth_set_derive(EVP_PKEY_METHOD *pmeth, int (*derive_init)(EVP_PKEY_CTX *ctx), int (*derive)(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen)) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/pmeth_lib.c | | Lines: | 610-617 |
| | 2 | 1 |
EVP_PKEY_meth_set_decrypt| Name: | EVP_PKEY_meth_set_decrypt | | Prototype: | void EVP_PKEY_meth_set_decrypt(EVP_PKEY_METHOD *pmeth, int (*decrypt_init)(EVP_PKEY_CTX *ctx), int (*decrypt)(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, const unsigned char *in, size_t inlen)) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/pmeth_lib.c | | Lines: | 600-608 |
| | 2 | 1 |
EVP_PKEY_meth_set_ctrl| Name: | EVP_PKEY_meth_set_ctrl | | Prototype: | void EVP_PKEY_meth_set_ctrl(EVP_PKEY_METHOD *pmeth, int (*ctrl)(EVP_PKEY_CTX *ctx, int type, int p1, void *p2), int (*ctrl_str)(EVP_PKEY_CTX *ctx, const char *type, const char *value)) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/pmeth_lib.c | | Lines: | 619-626 |
| | 2 | 1 |
EVP_PKEY_meth_free| Name: | EVP_PKEY_meth_free | | Prototype: | void EVP_PKEY_meth_free(EVP_PKEY_METHOD *pmeth) | | Coverage: | 33.333% (2/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/pmeth_lib.c | | Lines: | 309-314 |
| | 2 | 2 |
EVP_PKEY_CTX_set0_keygen_info| Name: | EVP_PKEY_CTX_set0_keygen_info | | Prototype: | void EVP_PKEY_CTX_set0_keygen_info(EVP_PKEY_CTX *ctx, int *dat, int datlen) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/pmeth_lib.c | | Lines: | 457-462 |
| | 2 | 1 |
EVP_MD_CTX_copy| Name: | EVP_MD_CTX_copy | | Prototype: | int EVP_MD_CTX_copy(EVP_MD_CTX *out, const EVP_MD_CTX *in) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/digest.c | | Lines: | 251-256 |
| | 2 | 1 |
ERR_release_err_state_table| Name: | ERR_release_err_state_table | | Prototype: | void ERR_release_err_state_table(struct lhash_st_ERR_STATE **hash) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/err/err.c | | Lines: | 968-973 |
| | 2 | 1 |
ERR_load_strings| Name: | ERR_load_strings | | Prototype: | void ERR_load_strings(int lib, ERR_STRING_DATA *str) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/err/err.c | | Lines: | 695-700 |
| | 2 | 1 |
ERR_get_string_table| Name: | ERR_get_string_table | | Prototype: | struct lhash_st_ERR_STRING_DATA *ERR_get_string_table(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/err/err.c | | Lines: | 956-960 |
| | 2 | 1 |
ERR_get_next_error_library| Name: | ERR_get_next_error_library | | Prototype: | int ERR_get_next_error_library(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/err/err.c | | Lines: | 1085-1090 |
| | 2 | 1 |
ERR_get_implementation| Name: | ERR_get_implementation | | Prototype: | const ERR_FNS * ERR_get_implementation(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/err/err.c | | Lines: | 304-309 |
| | 2 | 1 |
ERR_get_err_state_table| Name: | ERR_get_err_state_table | | Prototype: | struct lhash_st_ERR_STATE *ERR_get_err_state_table(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/err/err.c | | Lines: | 962-966 |
| | 2 | 1 |
ENGINE_set_pkey_meths| Name: | ENGINE_set_pkey_meths | | Prototype: | int ENGINE_set_pkey_meths(ENGINE *e, ENGINE_PKEY_METHS_PTR f) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_pkmeth.c | | Lines: | 148-153 |
| | 2 | 1 |
ENGINE_set_pkey_asn1_meths| Name: | ENGINE_set_pkey_asn1_meths | | Prototype: | int ENGINE_set_pkey_asn1_meths(ENGINE *e, ENGINE_PKEY_ASN1_METHS_PTR f) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_asnmth.c | | Lines: | 152-157 |
| | 2 | 1 |
ENGINE_set_load_ssl_client_cert_function| Name: | ENGINE_set_load_ssl_client_cert_function | | Prototype: | int ENGINE_set_load_ssl_client_cert_function(ENGINE *e, ENGINE_SSL_CLIENT_CERT_PTR loadssl_f) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_pkey.c | | Lines: | 76-82 |
| | 2 | 1 |
ENGINE_set_load_pubkey_function| Name: | ENGINE_set_load_pubkey_function | | Prototype: | int ENGINE_set_load_pubkey_function(ENGINE *e, ENGINE_LOAD_KEY_PTR loadpub_f) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_pkey.c | | Lines: | 69-74 |
| | 2 | 1 |
ENGINE_set_load_privkey_function| Name: | ENGINE_set_load_privkey_function | | Prototype: | int ENGINE_set_load_privkey_function(ENGINE *e, ENGINE_LOAD_KEY_PTR loadpriv_f) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_pkey.c | | Lines: | 62-67 |
| | 2 | 1 |
ENGINE_set_init_function| Name: | ENGINE_set_init_function | | Prototype: | int ENGINE_set_init_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR init_f) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_lib.c | | Lines: | 273-278 |
| | 2 | 1 |
ENGINE_set_flags| Name: | ENGINE_set_flags | | Prototype: | int ENGINE_set_flags(ENGINE *e, int flags) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_lib.c | | Lines: | 294-299 |
| | 2 | 1 |
ENGINE_set_finish_function| Name: | ENGINE_set_finish_function | | Prototype: | int ENGINE_set_finish_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR finish_f) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_lib.c | | Lines: | 280-285 |
| | 2 | 1 |
ENGINE_set_digests| Name: | ENGINE_set_digests | | Prototype: | int ENGINE_set_digests(ENGINE *e, ENGINE_DIGESTS_PTR f) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_digest.c | | Lines: | 147-152 |
| | 2 | 1 |
ENGINE_set_destroy_function| Name: | ENGINE_set_destroy_function | | Prototype: | int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_lib.c | | Lines: | 266-271 |
| | 2 | 1 |
ENGINE_set_ctrl_function| Name: | ENGINE_set_ctrl_function | | Prototype: | int ENGINE_set_ctrl_function(ENGINE *e, ENGINE_CTRL_FUNC_PTR ctrl_f) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_lib.c | | Lines: | 287-292 |
| | 2 | 1 |
ENGINE_set_cmd_defns| Name: | ENGINE_set_cmd_defns | | Prototype: | int ENGINE_set_cmd_defns(ENGINE *e, const ENGINE_CMD_DEFN *defns) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_lib.c | | Lines: | 301-306 |
| | 2 | 1 |
ENGINE_set_ciphers| Name: | ENGINE_set_ciphers | | Prototype: | int ENGINE_set_ciphers(ENGINE *e, ENGINE_CIPHERS_PTR f) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_cipher.c | | Lines: | 147-152 |
| | 2 | 1 |
ENGINE_set_STORE| Name: | ENGINE_set_STORE | | Prototype: | int ENGINE_set_STORE(ENGINE *e, const STORE_METHOD *store_meth) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_store.c | | Lines: | 104-109 |
| | 2 | 1 |
ENGINE_set_RSA| Name: | ENGINE_set_RSA | | Prototype: | int ENGINE_set_RSA(ENGINE *e, const RSA_METHOD *rsa_meth) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_rsa.c | | Lines: | 122-127 |
| | 2 | 1 |
ENGINE_set_RAND| Name: | ENGINE_set_RAND | | Prototype: | int ENGINE_set_RAND(ENGINE *e, const RAND_METHOD *rand_meth) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_rand.c | | Lines: | 122-127 |
| | 2 | 1 |
ENGINE_set_ECDSA| Name: | ENGINE_set_ECDSA | | Prototype: | int ENGINE_set_ECDSA(ENGINE *e, const ECDSA_METHOD *ecdsa_meth) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_ecdsa.c | | Lines: | 122-127 |
| | 2 | 1 |
ENGINE_set_ECDH| Name: | ENGINE_set_ECDH | | Prototype: | int ENGINE_set_ECDH(ENGINE *e, const ECDH_METHOD *ecdh_meth) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_ecdh.c | | Lines: | 136-141 |
| | 2 | 1 |
ENGINE_set_DSA| Name: | ENGINE_set_DSA | | Prototype: | int ENGINE_set_DSA(ENGINE *e, const DSA_METHOD *dsa_meth) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_dsa.c | | Lines: | 122-127 |
| | 2 | 1 |
ENGINE_set_DH| Name: | ENGINE_set_DH | | Prototype: | int ENGINE_set_DH(ENGINE *e, const DH_METHOD *dh_meth) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_dh.c | | Lines: | 122-127 |
| | 2 | 1 |
ENGINE_get_ex_new_index| Name: | ENGINE_get_ex_new_index | | Prototype: | int ENGINE_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_lib.c | | Lines: | 221-227 |
| | 2 | 1 |
ENGINE_add_conf_module| Name: | ENGINE_add_conf_module | | Prototype: | void ENGINE_add_conf_module(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_cnf.c | | Lines: | 247-252 |
| | 2 | 1 |
EC_KEY_up_ref| Name: | EC_KEY_up_ref | | Prototype: | int EC_KEY_up_ref(EC_KEY * r) | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_key.c | | Lines: | 202-207 |
| | 2 | 1 |
ECDSA_get_ex_new_index| Name: | ECDSA_get_ex_new_index | | Prototype: | int ECDSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ecdsa/ecs_lib.c | | Lines: | 232-238 |
| | 2 | 1 |
ECDH_get_ex_new_index| Name: | ECDH_get_ex_new_index | | Prototype: | int ECDH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ecdh/ech_lib.c | | Lines: | 210-216 |
| | 2 | 1 |
DSA_up_ref| Name: | DSA_up_ref | | Prototype: | int DSA_up_ref(DSA *r) | | Coverage: | 66.667% (2/3) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dsa/dsa_lib.c | | Lines: | 211-216 |
| | 2 | 1 |
DSA_meth_set_sign| Name: | DSA_meth_set_sign | | Prototype: | int DSA_meth_set_sign(DSA_METHOD *meth, DSA_SIG *(*sign)(const unsigned char *, int, DSA *)) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dsa/dsa_meth.c | | Lines: | 65-71 |
| | 2 | 1 |
DSA_meth_set_finish| Name: | DSA_meth_set_finish | | Prototype: | int DSA_meth_set_finish(DSA_METHOD *meth, int (*finish)(DSA *)) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dsa/dsa_meth.c | | Lines: | 73-78 |
| | 2 | 1 |
DSA_get_ex_new_index| Name: | DSA_get_ex_new_index | | Prototype: | int DSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dsa/dsa_lib.c | | Lines: | 241-247 |
| | 2 | 1 |
DH_up_ref| Name: | DH_up_ref | | Prototype: | int DH_up_ref(DH *r) | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dh/dh_lib.c | | Lines: | 206-212 |
| | 2 | 1 |
DH_get_ex_new_index| Name: | DH_get_ex_new_index | | Prototype: | int DH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dh/dh_lib.c | | Lines: | 214-220 |
| | 2 | 1 |
ChaCha_set_key| Name: | ChaCha_set_key | | Prototype: | void ChaCha_set_key(ChaCha_ctx *ctx, const unsigned char *key, uint32_t keybits) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/chacha/chacha.c | | Lines: | 24-29 |
| | 2 | 1 |
ChaCha_set_iv| Name: | ChaCha_set_iv | | Prototype: | void ChaCha_set_iv(ChaCha_ctx *ctx, const unsigned char *iv, const unsigned char *counter) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/chacha/chacha.c | | Lines: | 31-37 |
| | 2 | 1 |
Camellia_ofb128_encrypt| Name: | Camellia_ofb128_encrypt | | Prototype: | void Camellia_ofb128_encrypt(const unsigned char *in, unsigned char *out, size_t length, const CAMELLIA_KEY *key, unsigned char *ivec, int *num) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/camellia/cmll_ofb.c | | Lines: | 116-122 |
| | 2 | 1 |
Camellia_ctr128_encrypt| Name: | Camellia_ctr128_encrypt | | Prototype: | void Camellia_ctr128_encrypt(const unsigned char *in, unsigned char *out, size_t length, const CAMELLIA_KEY *key, unsigned char ivec[16], unsigned char ecount_buf[16], unsigned int *num) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/camellia/cmll_ctr.c | | Lines: | 55-63 |
| | 2 | 1 |
Camellia_cfb8_encrypt| Name: | Camellia_cfb8_encrypt | | Prototype: | void Camellia_cfb8_encrypt(const unsigned char *in, unsigned char *out, size_t length, const CAMELLIA_KEY *key, unsigned char *ivec, int *num, const int enc) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/camellia/cmll_cfb.c | | Lines: | 137-144 |
| | 2 | 1 |
Camellia_cfb1_encrypt| Name: | Camellia_cfb1_encrypt | | Prototype: | void Camellia_cfb1_encrypt(const unsigned char *in, unsigned char *out, size_t length, const CAMELLIA_KEY *key, unsigned char *ivec, int *num, const int enc) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/camellia/cmll_cfb.c | | Lines: | 128-135 |
| | 2 | 1 |
Camellia_cfb128_encrypt| Name: | Camellia_cfb128_encrypt | | Prototype: | void Camellia_cfb128_encrypt(const unsigned char *in, unsigned char *out, size_t length, const CAMELLIA_KEY *key, unsigned char *ivec, int *num, const int enc) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/camellia/cmll_cfb.c | | Lines: | 118-125 |
| | 2 | 1 |
CRYPTO_remalloc| Name: | CRYPTO_remalloc | | Prototype: | void * CRYPTO_remalloc(void *a, int num, const char *file, int line) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/malloc-wrapper.c | | Lines: | 172-177 |
| | 2 | 1 |
CRYPTO_new_ex_data| Name: | CRYPTO_new_ex_data | | Prototype: | int CRYPTO_new_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ex_data.c | | Lines: | 577-582 |
| | 2 | 2 |
CRYPTO_get_ex_data_implementation| Name: | CRYPTO_get_ex_data_implementation | | Prototype: | const CRYPTO_EX_DATA_IMPL * CRYPTO_get_ex_data_implementation(void) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ex_data.c | | Lines: | 214-219 |
| | 2 | 2 |
CRYPTO_free_ex_data| Name: | CRYPTO_free_ex_data | | Prototype: | void CRYPTO_free_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ex_data.c | | Lines: | 595-600 |
| | 2 | 2 |
CRYPTO_ex_data_new_class| Name: | CRYPTO_ex_data_new_class | | Prototype: | int CRYPTO_ex_data_new_class(void) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ex_data.c | | Lines: | 544-549 |
| | 2 | 2 |
CRYPTO_dup_ex_data| Name: | CRYPTO_dup_ex_data | | Prototype: | int CRYPTO_dup_ex_data(int class_index, CRYPTO_EX_DATA *to, CRYPTO_EX_DATA *from) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ex_data.c | | Lines: | 586-591 |
| | 2 | 2 |
CRYPTO_cleanup_all_ex_data| Name: | CRYPTO_cleanup_all_ex_data | | Prototype: | void CRYPTO_cleanup_all_ex_data(void) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ex_data.c | | Lines: | 555-560 |
| | 2 | 2 |
CRYPTO_THREADID_set_numeric| Name: | CRYPTO_THREADID_set_numeric | | Prototype: | void CRYPTO_THREADID_set_numeric(CRYPTO_THREADID *id, unsigned long val) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/cryptlib.c | | Lines: | 419-424 |
| | 2 | 1 |
CONF_set_default_method| Name: | CONF_set_default_method | | Prototype: | int CONF_set_default_method(CONF_METHOD *meth) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/conf/conf_lib.c | | Lines: | 82-87 |
| | 2 | 1 |
CONF_modules_free| Name: | CONF_modules_free | | Prototype: | void CONF_modules_free(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/conf/conf_mod.c | | Lines: | 478-483 |
| | 2 | 1 |
COMP_zlib| Name: | COMP_zlib | | Prototype: | COMP_METHOD * COMP_zlib(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/comp/c_zlib.c | | Lines: | 174-204 |
| | 2 | 1 |
CBS_skip| Name: | CBS_skip | | Prototype: | int CBS_skip(CBS *cbs, size_t len) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/bs_cbs.c | | Lines: | 60-65 |
| | 2 | 1 |
CBS_get_any_asn1_element| Name: | CBS_get_any_asn1_element | | Prototype: | int CBS_get_any_asn1_element(CBS *cbs, CBS *out, unsigned int *out_tag, size_t *out_header_len) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/bs_cbs.c | | Lines: | 233-239 |
| | 2 | 1 |
CBS_dup| Name: | CBS_dup | | Prototype: | void CBS_dup(const CBS *cbs, CBS *out) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/bs_cbs.c | | Lines: | 35-40 |
| | 2 | 1 |
BN_mod_exp_mont| Name: | BN_mod_exp_mont | | Prototype: | int BN_mod_exp_mont(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bn/bn_exp.c | | Lines: | 539-545 |
| | 2 | 1 |
BN_mod_exp| Name: | BN_mod_exp | | Prototype: | int BN_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bn/bn_exp.c | | Lines: | 229-235 |
| | 2 | 1 |
BN_STACK_finish| Name: | BN_STACK_finish | | Prototype: | static void BN_STACK_finish(BN_STACK *st) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bn/bn_ctx.c | | Lines: | 336-341 |
| | 2 | 2 |
BIO_up_ref| Name: | BIO_up_ref | | Prototype: | int BIO_up_ref(BIO *bio) | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bio_lib.c | | Lines: | 154-159 |
| | 2 | 1 |
BIO_meth_set_write| Name: | BIO_meth_set_write | | Prototype: | int BIO_meth_set_write(BIO_METHOD *biom, int (*write)(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: | 48-53 |
| | 2 | 1 |
BIO_meth_set_read| Name: | BIO_meth_set_read | | Prototype: | int BIO_meth_set_read(BIO_METHOD *biom, int (*read)(BIO *, char *, int)) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bio_meth.c | | Lines: | 61-66 |
| | 2 | 1 |
BIO_meth_set_puts| Name: | BIO_meth_set_puts | | Prototype: | int BIO_meth_set_puts(BIO_METHOD *biom, int (*puts)(BIO *, const char *)) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bio_meth.c | | Lines: | 74-79 |
| | 2 | 1 |
BIO_meth_set_gets| Name: | BIO_meth_set_gets | | Prototype: | int BIO_meth_set_gets(BIO_METHOD *biom, int (*gets)(BIO *, char *, int)) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bio_meth.c | | Lines: | 87-92 |
| | 2 | 1 |
BIO_meth_set_destroy| Name: | BIO_meth_set_destroy | | Prototype: | int BIO_meth_set_destroy(BIO_METHOD *biom, int (*destroy)(BIO *)) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bio_meth.c | | Lines: | 126-131 |
| | 2 | 1 |
BIO_meth_set_ctrl| Name: | BIO_meth_set_ctrl | | Prototype: | int BIO_meth_set_ctrl(BIO_METHOD *biom, long (*ctrl)(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: | 100-105 |
| | 2 | 1 |
BIO_meth_set_create| Name: | BIO_meth_set_create | | Prototype: | int BIO_meth_set_create(BIO_METHOD *biom, int (*create)(BIO *)) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bio_meth.c | | Lines: | 113-118 |
| | 2 | 1 |
BIO_get_ex_new_index| Name: | BIO_get_ex_new_index | | Prototype: | int BIO_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bio_lib.c | | Lines: | 641-647 |
| | 2 | 1 |
BIO_copy_next_retry| Name: | BIO_copy_next_retry | | Prototype: | void BIO_copy_next_retry(BIO *b) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bio_lib.c | | Lines: | 634-639 |
| | 2 | 1 |
ASN1_UTCTIME_adj| Name: | ASN1_UTCTIME_adj | | Prototype: | ASN1_UTCTIME * ASN1_UTCTIME_adj(ASN1_UTCTIME *s, time_t t, int offset_day, long offset_sec) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_time_tm.c | | Lines: | 410-415 |
| | 2 | 1 |
ASN1_GENERALIZEDTIME_adj| Name: | ASN1_GENERALIZEDTIME_adj | | Prototype: | ASN1_GENERALIZEDTIME * ASN1_GENERALIZEDTIME_adj(ASN1_GENERALIZEDTIME *s, time_t t, int offset_day, long offset_sec) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_time_tm.c | | Lines: | 466-472 |
| | 2 | 1 |
AES_ofb128_encrypt| Name: | AES_ofb128_encrypt | | Prototype: | void AES_ofb128_encrypt(const unsigned char *in, unsigned char *out, size_t length, const AES_KEY *key, unsigned char *ivec, int *num) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/aes/aes_ofb.c | | Lines: | 55-61 |
| | 2 | 1 |