Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
ENGINE_set_ciphersName: | 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_STOREName: | 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_RSAName: | 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_RANDName: | 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_ECDSAName: | 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_ECDHName: | 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_DSAName: | 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_DHName: | 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_removeName: | ENGINE_remove | Prototype: | int ENGINE_remove(ENGINE *e) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_list.c | Lines: | 281-297 |
| | 12 | 3 |
ENGINE_register_pkey_methsName: | ENGINE_register_pkey_meths | Prototype: | int ENGINE_register_pkey_meths(ENGINE *e) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_pkmeth.c | Lines: | 80-92 |
| | 12 | 3 |
ENGINE_register_pkey_asn1_methsName: | ENGINE_register_pkey_asn1_meths | Prototype: | int ENGINE_register_pkey_asn1_meths(ENGINE *e) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_asnmth.c | Lines: | 84-96 |
| | 12 | 3 |
ENGINE_register_digestsName: | ENGINE_register_digests | Prototype: | int ENGINE_register_digests(ENGINE *e) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_digest.c | Lines: | 79-91 |
| | 12 | 3 |
ENGINE_register_completeName: | ENGINE_register_complete | Prototype: | int ENGINE_register_complete(ENGINE *e) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_fat.c | Lines: | 157-180 |
| | 10 | 1 |
ENGINE_register_ciphersName: | ENGINE_register_ciphers | Prototype: | int ENGINE_register_ciphers(ENGINE *e) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_cipher.c | Lines: | 79-91 |
| | 12 | 3 |
ENGINE_register_all_pkey_methsName: | ENGINE_register_all_pkey_meths | Prototype: | void ENGINE_register_all_pkey_meths(void) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_pkmeth.c | Lines: | 94-101 |
| | 3 | 2 |
ENGINE_register_all_pkey_asn1_methsName: | ENGINE_register_all_pkey_asn1_meths | Prototype: | void ENGINE_register_all_pkey_asn1_meths(void) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_asnmth.c | Lines: | 98-105 |
| | 3 | 2 |
ENGINE_register_all_digestsName: | ENGINE_register_all_digests | Prototype: | void ENGINE_register_all_digests(void) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_digest.c | Lines: | 93-100 |
| | 3 | 2 |
ENGINE_register_all_completeName: | ENGINE_register_all_complete | Prototype: | int ENGINE_register_all_complete(void) | Coverage: | 33.333% (2/6) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_fat.c | Lines: | 182-191 |
| | 5 | 3 |
ENGINE_register_all_ciphersName: | ENGINE_register_all_ciphers | Prototype: | void ENGINE_register_all_ciphers(void) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_cipher.c | Lines: | 93-100 |
| | 3 | 2 |
ENGINE_register_all_STOREName: | ENGINE_register_all_STORE | Prototype: | void ENGINE_register_all_STORE(void) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_store.c | Lines: | 87-94 |
| | 3 | 2 |
ENGINE_register_all_RSAName: | ENGINE_register_all_RSA | Prototype: | void ENGINE_register_all_RSA(void) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_rsa.c | Lines: | 87-94 |
| | 3 | 2 |
ENGINE_register_all_RANDName: | ENGINE_register_all_RAND | Prototype: | void ENGINE_register_all_RAND(void) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_rand.c | Lines: | 87-94 |
| | 3 | 2 |
ENGINE_register_all_ECDSAName: | ENGINE_register_all_ECDSA | Prototype: | void ENGINE_register_all_ECDSA(void) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_ecdsa.c | Lines: | 87-94 |
| | 3 | 2 |
ENGINE_register_all_ECDHName: | ENGINE_register_all_ECDH | Prototype: | void ENGINE_register_all_ECDH(void) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_ecdh.c | Lines: | 101-108 |
| | 3 | 2 |
ENGINE_register_all_DSAName: | ENGINE_register_all_DSA | Prototype: | void ENGINE_register_all_DSA(void) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_dsa.c | Lines: | 87-94 |
| | 3 | 2 |
ENGINE_register_all_DHName: | ENGINE_register_all_DH | Prototype: | void ENGINE_register_all_DH(void) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_dh.c | Lines: | 87-94 |
| | 3 | 2 |
ENGINE_register_STOREName: | ENGINE_register_STORE | Prototype: | int ENGINE_register_STORE(ENGINE *e) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_store.c | Lines: | 78-85 |
| | 4 | 2 |
ENGINE_register_RSAName: | ENGINE_register_RSA | Prototype: | int ENGINE_register_RSA(ENGINE *e) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_rsa.c | Lines: | 78-85 |
| | 4 | 2 |
ENGINE_register_RANDName: | ENGINE_register_RAND | Prototype: | int ENGINE_register_RAND(ENGINE *e) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_rand.c | Lines: | 78-85 |
| | 4 | 2 |
ENGINE_register_ECDSAName: | ENGINE_register_ECDSA | Prototype: | int ENGINE_register_ECDSA(ENGINE *e) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_ecdsa.c | Lines: | 78-85 |
| | 4 | 2 |
ENGINE_register_ECDHName: | ENGINE_register_ECDH | Prototype: | int ENGINE_register_ECDH(ENGINE *e) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_ecdh.c | Lines: | 92-99 |
| | 4 | 2 |
ENGINE_register_DSAName: | ENGINE_register_DSA | Prototype: | int ENGINE_register_DSA(ENGINE *e) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_dsa.c | Lines: | 78-85 |
| | 4 | 2 |
ENGINE_register_DHName: | ENGINE_register_DH | Prototype: | int ENGINE_register_DH(ENGINE *e) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_dh.c | Lines: | 78-85 |
| | 4 | 2 |
ENGINE_pkey_asn1_find_strName: | ENGINE_pkey_asn1_find_str | Prototype: | const EVP_PKEY_ASN1_METHOD * ENGINE_pkey_asn1_find_str(ENGINE **pe, const char *str, int len) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_asnmth.c | Lines: | 236-255 |
| | 20 | 2 |
ENGINE_newName: | ENGINE_new | Prototype: | ENGINE * ENGINE_new(void) | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_lib.c | Lines: | 68-86 |
| | 25 | 3 |
ENGINE_load_ssl_client_certName: | ENGINE_load_ssl_client_cert | Prototype: | int ENGINE_load_ssl_client_cert(ENGINE *e, SSL *s, struct stack_st_X509_NAME *ca_dn, X509 **pcert, EVP_PKEY **ppkey, struct stack_st_X509 **pother, UI_METHOD *ui_method, void *callback_data) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_pkey.c | Lines: | 162-184 |
| | 16 | 4 |
ENGINE_load_public_keyName: | ENGINE_load_public_key | Prototype: | EVP_PKEY * ENGINE_load_public_key(ENGINE *e, const char *key_id, UI_METHOD *ui_method, void *callback_data) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_pkey.c | Lines: | 133-160 |
| | 20 | 5 |
ENGINE_load_private_keyName: | ENGINE_load_private_key | Prototype: | EVP_PKEY * ENGINE_load_private_key(ENGINE *e, const char *key_id, UI_METHOD *ui_method, void *callback_data) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_pkey.c | Lines: | 104-131 |
| | 20 | 5 |
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 |
ENGINE_load_builtin_engines_internalName: | ENGINE_load_builtin_engines_internal | Prototype: | void ENGINE_load_builtin_engines_internal(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_all.c | Lines: | 66-77 |
| | 1 | 1 |
ENGINE_load_builtin_enginesName: | ENGINE_load_builtin_engines | Prototype: | void ENGINE_load_builtin_engines(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_all.c | Lines: | 79-88 |
| | 6 | 1 |
ENGINE_initName: | ENGINE_init | Prototype: | int ENGINE_init(ENGINE *e) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_init.c | Lines: | 116-129 |
| | 10 | 2 |
ENGINE_get_table_flagsName: | ENGINE_get_table_flags | Prototype: | unsigned int ENGINE_get_table_flags(void) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_table.c | Lines: | 90-94 |
| | 1 | 1 |
ENGINE_get_static_stateName: | ENGINE_get_static_state | Prototype: | void * ENGINE_get_static_state(void) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_lib.c | Lines: | 361-365 |
| | 1 | 1 |
ENGINE_get_ssl_client_cert_functionName: | ENGINE_get_ssl_client_cert_function | Prototype: | ENGINE_SSL_CLIENT_CERT_PTR ENGINE_get_ssl_client_cert_function(const ENGINE *e) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_pkey.c | Lines: | 96-100 |
| | 1 | 1 |
ENGINE_get_prevName: | ENGINE_get_prev | Prototype: | ENGINE * ENGINE_get_prev(ENGINE *e) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_list.c | Lines: | 236-256 |
| | 17 | 3 |
ENGINE_get_pkey_methsName: | ENGINE_get_pkey_meths | Prototype: | ENGINE_PKEY_METHS_PTR ENGINE_get_pkey_meths(const ENGINE *e) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_pkmeth.c | Lines: | 141-145 |
| | 1 | 1 |
ENGINE_get_pkey_meth_engineName: | ENGINE_get_pkey_meth_engine | Prototype: | ENGINE * ENGINE_get_pkey_meth_engine(int nid) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_pkmeth.c | Lines: | 120-124 |
| | 1 | 1 |
ENGINE_get_pkey_methName: | ENGINE_get_pkey_meth | Prototype: | const EVP_PKEY_METHOD * ENGINE_get_pkey_meth(ENGINE *e, int nid) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_pkmeth.c | Lines: | 127-138 |
| | 14 | 2 |
ENGINE_get_pkey_asn1_methsName: | ENGINE_get_pkey_asn1_meths | Prototype: | ENGINE_PKEY_ASN1_METHS_PTR ENGINE_get_pkey_asn1_meths(const ENGINE *e) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_asnmth.c | Lines: | 145-149 |
| | 1 | 1 |
ENGINE_get_pkey_asn1_meth_strName: | ENGINE_get_pkey_asn1_meth_str | Prototype: | const EVP_PKEY_ASN1_METHOD * ENGINE_get_pkey_asn1_meth_str(ENGINE *e, const char *str, int len) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_asnmth.c | Lines: | 187-206 |
| | 30 | 5 |
ENGINE_get_pkey_asn1_meth_engineName: | ENGINE_get_pkey_asn1_meth_engine | Prototype: | ENGINE * ENGINE_get_pkey_asn1_meth_engine(int nid) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_asnmth.c | Lines: | 124-128 |
| | 1 | 1 |
ENGINE_get_pkey_asn1_methName: | ENGINE_get_pkey_asn1_meth | Prototype: | const EVP_PKEY_ASN1_METHOD * ENGINE_get_pkey_asn1_meth(ENGINE *e, int nid) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_asnmth.c | Lines: | 131-142 |
| | 14 | 2 |
ENGINE_get_nextName: | ENGINE_get_next | Prototype: | ENGINE * ENGINE_get_next(ENGINE *e) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_list.c | Lines: | 214-234 |
| | 17 | 3 |
ENGINE_get_nameName: | ENGINE_get_name | Prototype: | const char * ENGINE_get_name(const ENGINE *e) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_lib.c | Lines: | 314-318 |
| | 1 | 1 |
ENGINE_get_load_pubkey_functionName: | ENGINE_get_load_pubkey_function | Prototype: | ENGINE_LOAD_KEY_PTR ENGINE_get_load_pubkey_function(const ENGINE *e) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_pkey.c | Lines: | 90-94 |
| | 1 | 1 |
ENGINE_get_load_privkey_functionName: | ENGINE_get_load_privkey_function | Prototype: | ENGINE_LOAD_KEY_PTR ENGINE_get_load_privkey_function(const ENGINE *e) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_pkey.c | Lines: | 84-88 |
| | 1 | 1 |
ENGINE_get_lastName: | ENGINE_get_last | Prototype: | ENGINE * ENGINE_get_last(void) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_list.c | Lines: | 198-211 |
| | 7 | 2 |
ENGINE_get_init_functionName: | ENGINE_get_init_function | Prototype: | ENGINE_GEN_INT_FUNC_PTR ENGINE_get_init_function(const ENGINE *e) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_lib.c | Lines: | 326-330 |
| | 1 | 1 |
ENGINE_get_idName: | ENGINE_get_id | Prototype: | const char * ENGINE_get_id(const ENGINE *e) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_lib.c | Lines: | 308-312 |
| | 1 | 1 |
ENGINE_get_flagsName: | ENGINE_get_flags | Prototype: | int ENGINE_get_flags(const ENGINE *e) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_lib.c | Lines: | 344-348 |
| | 1 | 1 |
ENGINE_get_firstName: | ENGINE_get_first | Prototype: | ENGINE * ENGINE_get_first(void) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_list.c | Lines: | 183-196 |
| | 7 | 2 |
ENGINE_get_finish_functionName: | ENGINE_get_finish_function | Prototype: | ENGINE_GEN_INT_FUNC_PTR ENGINE_get_finish_function(const ENGINE *e) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_lib.c | Lines: | 332-336 |
| | 1 | 1 |
ENGINE_get_ex_new_indexName: | 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_get_ex_dataName: | ENGINE_get_ex_data | Prototype: | void * ENGINE_get_ex_data(const ENGINE *e, int idx) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_lib.c | Lines: | 235-239 |
| | 1 | 1 |
ENGINE_get_digestsName: | ENGINE_get_digests | Prototype: | ENGINE_DIGESTS_PTR ENGINE_get_digests(const ENGINE *e) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_digest.c | Lines: | 140-144 |
| | 1 | 1 |
ENGINE_get_digest_engineName: | ENGINE_get_digest_engine | Prototype: | ENGINE * ENGINE_get_digest_engine(int nid) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_digest.c | Lines: | 119-123 |
| | 1 | 1 |
ENGINE_get_digestName: | ENGINE_get_digest | Prototype: | const EVP_MD * ENGINE_get_digest(ENGINE *e, int nid) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_digest.c | Lines: | 126-137 |
| | 14 | 2 |
ENGINE_get_destroy_functionName: | ENGINE_get_destroy_function | Prototype: | ENGINE_GEN_INT_FUNC_PTR ENGINE_get_destroy_function(const ENGINE *e) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_lib.c | Lines: | 320-324 |
| | 1 | 1 |
ENGINE_get_default_RSAName: | ENGINE_get_default_RSA | Prototype: | ENGINE * ENGINE_get_default_RSA(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_rsa.c | Lines: | 108-112 |
| | 1 | 1 |
ENGINE_get_default_RANDName: | ENGINE_get_default_RAND | Prototype: | ENGINE * ENGINE_get_default_RAND(void) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_rand.c | Lines: | 108-112 |
| | 1 | 1 |
ENGINE_get_default_ECDSAName: | ENGINE_get_default_ECDSA | Prototype: | ENGINE * ENGINE_get_default_ECDSA(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_ecdsa.c | Lines: | 108-112 |
| | 1 | 1 |
ENGINE_get_default_ECDHName: | ENGINE_get_default_ECDH | Prototype: | ENGINE * ENGINE_get_default_ECDH(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_ecdh.c | Lines: | 122-126 |
| | 1 | 1 |
ENGINE_get_default_DSAName: | ENGINE_get_default_DSA | Prototype: | ENGINE * ENGINE_get_default_DSA(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_dsa.c | Lines: | 108-112 |
| | 1 | 1 |
ENGINE_get_default_DHName: | ENGINE_get_default_DH | Prototype: | ENGINE * ENGINE_get_default_DH(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_dh.c | Lines: | 108-112 |
| | 1 | 1 |
ENGINE_get_ctrl_functionName: | ENGINE_get_ctrl_function | Prototype: | ENGINE_CTRL_FUNC_PTR ENGINE_get_ctrl_function(const ENGINE *e) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_lib.c | Lines: | 338-342 |
| | 1 | 1 |
ENGINE_get_cmd_defnsName: | ENGINE_get_cmd_defns | Prototype: | const ENGINE_CMD_DEFN * ENGINE_get_cmd_defns(const ENGINE *e) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_lib.c | Lines: | 350-354 |
| | 1 | 1 |
ENGINE_get_ciphersName: | ENGINE_get_ciphers | Prototype: | ENGINE_CIPHERS_PTR ENGINE_get_ciphers(const ENGINE *e) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_cipher.c | Lines: | 140-144 |
| | 1 | 1 |
ENGINE_get_cipher_engineName: | ENGINE_get_cipher_engine | Prototype: | ENGINE * ENGINE_get_cipher_engine(int nid) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_cipher.c | Lines: | 119-123 |
| | 1 | 1 |
ENGINE_get_cipherName: | ENGINE_get_cipher | Prototype: | const EVP_CIPHER * ENGINE_get_cipher(ENGINE *e, int nid) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_cipher.c | Lines: | 126-137 |
| | 14 | 2 |
ENGINE_get_STOREName: | ENGINE_get_STORE | Prototype: | const STORE_METHOD * ENGINE_get_STORE(const ENGINE *e) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_store.c | Lines: | 97-101 |
| | 1 | 1 |
ENGINE_get_RSAName: | ENGINE_get_RSA | Prototype: | const RSA_METHOD * ENGINE_get_RSA(const ENGINE *e) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_rsa.c | Lines: | 115-119 |
| | 1 | 1 |
ENGINE_get_RANDName: | ENGINE_get_RAND | Prototype: | const RAND_METHOD * ENGINE_get_RAND(const ENGINE *e) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_rand.c | Lines: | 115-119 |
| | 1 | 1 |
ENGINE_get_ECDSAName: | ENGINE_get_ECDSA | Prototype: | const ECDSA_METHOD * ENGINE_get_ECDSA(const ENGINE *e) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_ecdsa.c | Lines: | 115-119 |
| | 1 | 1 |
ENGINE_get_ECDHName: | ENGINE_get_ECDH | Prototype: | const ECDH_METHOD * ENGINE_get_ECDH(const ENGINE *e) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_ecdh.c | Lines: | 129-133 |
| | 1 | 1 |
ENGINE_get_DSAName: | ENGINE_get_DSA | Prototype: | const DSA_METHOD * ENGINE_get_DSA(const ENGINE *e) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_dsa.c | Lines: | 115-119 |
| | 1 | 1 |
ENGINE_get_DHName: | ENGINE_get_DH | Prototype: | const DH_METHOD * ENGINE_get_DH(const ENGINE *e) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/tb_dh.c | Lines: | 115-119 |
| | 1 | 1 |
ENGINE_freeName: | ENGINE_free | Prototype: | int ENGINE_free(ENGINE *e) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_lib.c | Lines: | 140-144 |
| | 1 | 1 |
ENGINE_finishName: | ENGINE_finish | Prototype: | int ENGINE_finish(ENGINE *e) | Coverage: | 28.571% (2/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_init.c | Lines: | 132-147 |
| | 12 | 3 |
ENGINE_ctrl_cmd_stringName: | ENGINE_ctrl_cmd_string | Prototype: | int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg, int cmd_optional) | Coverage: | 0.000% (0/49) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_ctrl.c | Lines: | 294-379 |
| | 89 | 15 |
ENGINE_ctrl_cmdName: | ENGINE_ctrl_cmd | Prototype: | int ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name, long i, void *p, void (*f)(void), int cmd_optional) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_ctrl.c | Lines: | 259-292 |
| | 31 | 5 |
ENGINE_ctrlName: | ENGINE_ctrl | Prototype: | int ENGINE_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void)) | Coverage: | 0.000% (0/35) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_ctrl.c | Lines: | 192-240 |
| | 29 | 16 |
ENGINE_cmd_is_executableName: | ENGINE_cmd_is_executable | Prototype: | int ENGINE_cmd_is_executable(ENGINE *e, int cmd) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_ctrl.c | Lines: | 242-257 |
| | 18 | 3 |
ENGINE_cleanupName: | ENGINE_cleanup | Prototype: | void ENGINE_cleanup(void) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_lib.c | Lines: | 206-217 |
| | 13 | 2 |
ENGINE_by_idName: | ENGINE_by_id | Prototype: | ENGINE * ENGINE_by_id(const char *id) | Coverage: | 0.000% (0/51) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_list.c | Lines: | 334-371 |
| | 197 | 13 |
ENGINE_add_conf_moduleName: | 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 |
ENGINE_addName: | ENGINE_add | Prototype: | int ENGINE_add(ENGINE *e) | Coverage: | 58.333% (7/12) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_list.c | Lines: | 259-278 |
| | 22 | 4 |
EDIPARTYNAME_newName: | EDIPARTYNAME_new | Prototype: | EDIPARTYNAME * EDIPARTYNAME_new(void) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_genn.c | Lines: | 161-165 |
| | 1 | 1 |
EDIPARTYNAME_freeName: | EDIPARTYNAME_free | Prototype: | void EDIPARTYNAME_free(EDIPARTYNAME *a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_genn.c | Lines: | 167-171 |
| | 1 | 1 |
EC_get_builtin_curvesName: | EC_get_builtin_curves | Prototype: | size_t EC_get_builtin_curves(EC_builtin_curve * r, size_t nitems) | Coverage: | 81.818% (9/11) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ec/ec_curve.c | Lines: | 3277-3293 |
| | 12 | 3 |