| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
CRYPTO_dbg_realloc| Name: | CRYPTO_dbg_realloc | | Prototype: | void CRYPTO_dbg_realloc(void *addr1, void *addr2, int num, const char *file, int line, int before_p) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/mem_dbg.c | | Lines: | 176-182 |
| | 1 | 1 |
CRYPTO_dbg_set_options| Name: | CRYPTO_dbg_set_options | | Prototype: | void CRYPTO_dbg_set_options(long bits) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/mem_dbg.c | | Lines: | 131-135 |
| | 1 | 1 |
CRYPTO_destroy_dynlockid| Name: | CRYPTO_destroy_dynlockid | | Prototype: | void CRYPTO_destroy_dynlockid(int i) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/cryptlib.c | | Lines: | 290-320 |
| | 39 | 7 |
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_dynlock_value| Name: | CRYPTO_dynlock_value | | Prototype: | struct CRYPTO_dynlock_value * (*CRYPTO_get_dynlock_create_callback(void))(const char *file, int line) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/cryptlib.c | | Lines: | 344-348 |
| | 1 | 1 |
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_free| Name: | CRYPTO_free | | Prototype: | void CRYPTO_free(void *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/malloc-wrapper.c | | Lines: | 166-170 |
| | 1 | 1 |
CRYPTO_free_locked| Name: | CRYPTO_free_locked | | Prototype: | void CRYPTO_free_locked(void *ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/malloc-wrapper.c | | Lines: | 126-130 |
| | 1 | 1 |
CRYPTO_gcm128_new| Name: | CRYPTO_gcm128_new | | Prototype: | GCM128_CONTEXT *CRYPTO_gcm128_new(void *key, block128_f block) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/modes/gcm128.c | | Lines: | 1549-1557 |
| | 4 | 2 |
CRYPTO_gcm128_release| Name: | CRYPTO_gcm128_release | | Prototype: | void CRYPTO_gcm128_release(GCM128_CONTEXT *ctx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/modes/gcm128.c | | Lines: | 1559-1562 |
| | 1 | 1 |
CRYPTO_get_dynlock_value| Name: | CRYPTO_get_dynlock_value | | Prototype: | struct CRYPTO_dynlock_value * CRYPTO_get_dynlock_value(int i) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/cryptlib.c | | Lines: | 322-342 |
| | 24 | 5 |
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_get_lock_name| Name: | 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 |
CRYPTO_get_locked_mem_ex_functions| Name: | CRYPTO_get_locked_mem_ex_functions | | Prototype: | void CRYPTO_get_locked_mem_ex_functions(void *(**m)(size_t, const char *, int), void (**f)(void *)) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/malloc-wrapper.c | | Lines: | 90-98 |
| | 12 | 3 |
CRYPTO_get_locked_mem_functions| Name: | 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_mem_debug_functions| Name: | CRYPTO_get_mem_debug_functions | | Prototype: | void CRYPTO_get_mem_debug_functions(void (**m)(void *, int, const char *, int, int), void (**r)(void *, void *, int, const char *, int, int), void (**f)(void *, int), void (**so)(long), long (**go)(void)) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/malloc-wrapper.c | | Lines: | 100-115 |
| | 40 | 6 |
CRYPTO_get_mem_debug_options| Name: | CRYPTO_get_mem_debug_options | | Prototype: | long CRYPTO_get_mem_debug_options(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/malloc-wrapper.c | | Lines: | 185-189 |
| | 1 | 1 |
CRYPTO_get_mem_ex_functions| Name: | CRYPTO_get_mem_ex_functions | | Prototype: | void CRYPTO_get_mem_ex_functions(void *(**m)(size_t, const char *, int), void *(**r)(void *, size_t, const char *, int), void (**f)(void *)) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/malloc-wrapper.c | | Lines: | 69-79 |
| | 20 | 4 |
CRYPTO_get_mem_functions| Name: | CRYPTO_get_mem_functions | | Prototype: | void CRYPTO_get_mem_functions(void *(**m)(size_t), void *(**r)(void *, size_t), void (**f)(void *)) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/malloc-wrapper.c | | Lines: | 57-67 |
| | 12 | 4 |
CRYPTO_get_new_dynlockid| Name: | CRYPTO_get_new_dynlockid | | Prototype: | int CRYPTO_get_new_dynlockid(void) | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/cryptlib.c | | Lines: | 234-288 |
| | 55 | 7 |
CRYPTO_get_new_lockid| Name: | CRYPTO_get_new_lockid | | Prototype: | int CRYPTO_get_new_lockid(char *name) | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/cryptlib.c | | Lines: | 205-226 |
| | 60 | 5 |
CRYPTO_is_mem_check_on| Name: | CRYPTO_is_mem_check_on | | Prototype: | int CRYPTO_is_mem_check_on(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/mem_dbg.c | | Lines: | 124-128 |
| | 1 | 1 |
CRYPTO_malloc| Name: | CRYPTO_malloc | | Prototype: | void * CRYPTO_malloc(int num, const char *file, int line) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/malloc-wrapper.c | | Lines: | 132-138 |
| | 7 | 2 |
CRYPTO_malloc_locked| Name: | CRYPTO_malloc_locked | | Prototype: | void * CRYPTO_malloc_locked(int num, const char *file, int line) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/malloc-wrapper.c | | Lines: | 118-124 |
| | 7 | 2 |
CRYPTO_mem_ctrl| Name: | CRYPTO_mem_ctrl | | Prototype: | int CRYPTO_mem_ctrl(int mode) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/mem_dbg.c | | Lines: | 118-122 |
| | 1 | 1 |
CRYPTO_mem_leaks_cb| Name: | CRYPTO_mem_leaks_cb | | Prototype: | int CRYPTO_mem_leaks_cb(CRYPTO_MEM_LEAK_CB *cb) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/mem_dbg.c | | Lines: | 197-201 |
| | 1 | 1 |
CRYPTO_memcmp| Name: | CRYPTO_memcmp | | Prototype: | int CRYPTO_memcmp(const void *in_a, const void *in_b, size_t len) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/cryptlib.c | | Lines: | 682-694 |
| | 7 | 2 |
CRYPTO_num_locks| Name: | CRYPTO_num_locks | | Prototype: | int CRYPTO_num_locks(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/cryptlib.c | | Lines: | 228-232 |
| | 1 | 1 |
CRYPTO_realloc| Name: | CRYPTO_realloc | | Prototype: | void * CRYPTO_realloc(void *ptr, int num, const char *file, int line) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/malloc-wrapper.c | | Lines: | 146-152 |
| | 7 | 2 |
CRYPTO_realloc_clean| Name: | CRYPTO_realloc_clean | | Prototype: | void * CRYPTO_realloc_clean(void *ptr, int old_len, int num, const char *file, int line) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/malloc-wrapper.c | | Lines: | 154-164 |
| | 13 | 3 |
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_remove_all_info| Name: | CRYPTO_remove_all_info | | Prototype: | int CRYPTO_remove_all_info(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/mem_dbg.c | | Lines: | 155-159 |
| | 1 | 1 |
CRYPTO_set_add_lock_callback| Name: | CRYPTO_set_add_lock_callback | | Prototype: | void CRYPTO_set_add_lock_callback(int (*func)(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: | 409-414 |
| | 1 | 1 |
CRYPTO_set_dynlock_create_callback| Name: | CRYPTO_set_dynlock_create_callback | | Prototype: | void CRYPTO_set_dynlock_create_callback( struct CRYPTO_dynlock_value *(*func)(const char *file, int line)) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/cryptlib.c | | Lines: | 364-369 |
| | 1 | 1 |
CRYPTO_set_dynlock_destroy_callback| Name: | CRYPTO_set_dynlock_destroy_callback | | Prototype: | void CRYPTO_set_dynlock_destroy_callback( void (*func)(struct CRYPTO_dynlock_value *l, const char *file, int line)) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/cryptlib.c | | Lines: | 378-383 |
| | 1 | 1 |
CRYPTO_set_dynlock_lock_callback| Name: | CRYPTO_set_dynlock_lock_callback | | Prototype: | void CRYPTO_set_dynlock_lock_callback(void (*func)(int mode, struct CRYPTO_dynlock_value *l, const char *file, int line)) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/cryptlib.c | | Lines: | 371-376 |
| | 1 | 1 |
CRYPTO_set_ex_data_implementation| Name: | CRYPTO_set_ex_data_implementation | | Prototype: | int CRYPTO_set_ex_data_implementation(const CRYPTO_EX_DATA_IMPL *i) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ex_data.c | | Lines: | 221-232 |
| | 7 | 2 |
CRYPTO_set_id_callback| Name: | CRYPTO_set_id_callback | | Prototype: | void CRYPTO_set_id_callback(unsigned long (*func)(void)) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/cryptlib.c | | Lines: | 504-508 |
| | 1 | 1 |
CRYPTO_set_locked_mem_ex_functions| Name: | CRYPTO_set_locked_mem_ex_functions | | Prototype: | int CRYPTO_set_locked_mem_ex_functions(void *(*m)(size_t, const char *, int), void (*f)(void *)) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/malloc-wrapper.c | | Lines: | 41-46 |
| | 1 | 1 |
CRYPTO_set_locked_mem_functions| Name: | CRYPTO_set_locked_mem_functions | | Prototype: | int CRYPTO_set_locked_mem_functions(void *(*m)(size_t), void (*f)(void *)) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/malloc-wrapper.c | | Lines: | 35-39 |
| | 1 | 1 |
CRYPTO_set_mem_debug_functions| Name: | CRYPTO_set_mem_debug_functions | | Prototype: | int CRYPTO_set_mem_debug_functions(void (*m)(void *, int, const char *, int, int), void (*r)(void *, void *, int, const char *, int, int), void (*f)(void *, int), void (*so)(long), long (*go)(void)) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/malloc-wrapper.c | | Lines: | 48-54 |
| | 1 | 1 |
CRYPTO_set_mem_debug_options| Name: | CRYPTO_set_mem_debug_options | | Prototype: | void CRYPTO_set_mem_debug_options(long bits) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/malloc-wrapper.c | | Lines: | 179-183 |
| | 1 | 1 |
CRYPTO_set_mem_ex_functions| Name: | CRYPTO_set_mem_ex_functions | | Prototype: | int CRYPTO_set_mem_ex_functions(void *(*m)(size_t, const char *, int), void *(*r)(void *, size_t, const char *, int), void (*f)(void *)) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/malloc-wrapper.c | | Lines: | 28-33 |
| | 1 | 1 |
CRYPTO_set_mem_functions| Name: | CRYPTO_set_mem_functions | | Prototype: | int CRYPTO_set_mem_functions(void *(*m)(size_t), void *(*r)(void *, size_t), void (*f)(void *)) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/malloc-wrapper.c | | Lines: | 21-26 |
| | 1 | 1 |
CRYPTO_strdup| Name: | CRYPTO_strdup | | Prototype: | char * CRYPTO_strdup(const char *str, const char *file, int line) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/malloc-wrapper.c | | Lines: | 140-144 |
| | 33 | 2 |
CRYPTO_thread_id| Name: | CRYPTO_thread_id | | Prototype: | unsigned long CRYPTO_thread_id(void) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/cryptlib.c | | Lines: | 510-520 |
| | 7 | 2 |
CRYPTO_xts128_encrypt| Name: | CRYPTO_xts128_encrypt | | Prototype: | int CRYPTO_xts128_encrypt(const XTS128_CONTEXT *ctx, const unsigned char iv[16], const unsigned char *inp, unsigned char *out, size_t len, int enc) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/modes/xts128.c | | Lines: | 62-185 |
| | 51 | 8 |
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_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_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 |
DES_ede3_cfb_encrypt| Name: | DES_ede3_cfb_encrypt | | Prototype: | void DES_ede3_cfb_encrypt(const unsigned char *in,unsigned char *out, int numbits,long length,DES_key_schedule *ks1, DES_key_schedule *ks2,DES_key_schedule *ks3, DES_cblock *ivec,int enc) | | Coverage: | 0.000% (0/101) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/des/cfb64ede.c | | Lines: | 139-243 |
| | 71 | 45 |
DES_enc_read| Name: | DES_enc_read | | Prototype: | int DES_enc_read(int fd, void *buf, int len, DES_key_schedule *sched, DES_cblock *iv) | | Coverage: | 0.000% (0/76) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/des/enc_read.c | | Lines: | 88-228 |
| | 93 | 22 |
DES_enc_write| Name: | DES_enc_write | | Prototype: | int DES_enc_write(int fd, const void *_buf, int len, DES_key_schedule *sched, DES_cblock *iv) | | Coverage: | 0.000% (0/36) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/des/enc_writ.c | | Lines: | 82-173 |
| | 51 | 12 |
DES_key_sched| Name: | DES_key_sched | | Prototype: | int DES_key_sched(const_DES_cblock *key, DES_key_schedule *schedule) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/des/set_key.c | | Lines: | 390-393 |
| | 1 | 1 |
DES_options| Name: | DES_options | | Prototype: | const char *DES_options(void) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/des/ecb_enc.c | | Lines: | 63-101 |
| | 12 | 3 |
DES_random_key| Name: | DES_random_key | | Prototype: | int DES_random_key(DES_cblock *ret) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/des/rand_key.c | | Lines: | 60-68 |
| | 4 | 2 |
DES_set_key| Name: | DES_set_key | | Prototype: | int DES_set_key(const_DES_cblock *key, DES_key_schedule *schedule) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/des/set_key.c | | Lines: | 307-318 |
| | 4 | 2 |
DES_set_odd_parity| Name: | DES_set_odd_parity | | Prototype: | void DES_set_odd_parity(DES_cblock *key) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/des/set_key.c | | Lines: | 89-95 |
| | 3 | 2 |
DES_string_to_2keys| Name: | DES_string_to_2keys | | Prototype: | void DES_string_to_2keys(const char *str, DES_cblock *key1, DES_cblock *key2) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/des/str2key.c | | Lines: | 102-174 |
| | 28 | 6 |
DES_string_to_key| Name: | DES_string_to_key | | Prototype: | void DES_string_to_key(const char *str, DES_cblock *key) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/des/str2key.c | | Lines: | 62-100 |
| | 18 | 3 |
DH_bits| Name: | DH_bits | | Prototype: | int DH_bits(const DH *dh) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dh/dh_lib.c | | Lines: | 240-244 |
| | 1 | 1 |
DH_clear_flags| Name: | DH_clear_flags | | Prototype: | void DH_clear_flags(DH *dh, int flags) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dh/dh_lib.c | | Lines: | 309-313 |
| | 1 | 1 |
DH_generate_parameters| Name: | DH_generate_parameters | | Prototype: | DH * DH_generate_parameters(int prime_len, int generator, void (*callback)(int, int, void *), void *cb_arg) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dh/dh_depr.c | | Lines: | 66-82 |
| | 23 | 3 |
DH_get0_engine| Name: | DH_get0_engine | | Prototype: | ENGINE * DH_get0_engine(DH *dh) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dh/dh_lib.c | | Lines: | 246-250 |
| | 1 | 1 |
DH_get0_key| Name: | 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 |
DH_get0_pqg| Name: | DH_get0_pqg | | Prototype: | void DH_get0_pqg(const DH *dh, const BIGNUM **p, const BIGNUM **q, const BIGNUM **g) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dh/dh_lib.c | | Lines: | 252-261 |
| | 12 | 4 |
DH_get_ex_data| Name: | DH_get_ex_data | | Prototype: | void * DH_get_ex_data(DH *d, int idx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dh/dh_lib.c | | Lines: | 228-232 |
| | 1 | 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 |
DH_set0_key| Name: | DH_set0_key | | Prototype: | int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dh/dh_lib.c | | Lines: | 294-307 |
| | 11 | 3 |
DH_set0_pqg| Name: | DH_set0_pqg | | Prototype: | int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dh/dh_lib.c | | Lines: | 263-283 |
| | 34 | 5 |
DH_set_default_method| Name: | DH_set_default_method | | Prototype: | void DH_set_default_method(const DH_METHOD *meth) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dh/dh_lib.c | | Lines: | 74-78 |
| | 1 | 1 |
DH_set_ex_data| Name: | DH_set_ex_data | | Prototype: | int DH_set_ex_data(DH *d, int idx, void *arg) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dh/dh_lib.c | | Lines: | 222-226 |
| | 1 | 1 |
DH_set_flags| Name: | DH_set_flags | | Prototype: | void DH_set_flags(DH *dh, int flags) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dh/dh_lib.c | | Lines: | 321-325 |
| | 1 | 1 |
DH_set_length| Name: | DH_set_length | | Prototype: | int DH_set_length(DH *dh, long length) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dh/dh_lib.c | | Lines: | 327-335 |
| | 4 | 2 |
DH_set_method| Name: | DH_set_method | | Prototype: | int DH_set_method(DH *dh, const DH_METHOD *meth) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dh/dh_lib.c | | Lines: | 88-108 |
| | 14 | 3 |
DH_test_flags| Name: | DH_test_flags | | Prototype: | int DH_test_flags(const DH *dh, int flags) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dh/dh_lib.c | | Lines: | 315-319 |
| | 1 | 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 |
DHparams_print| Name: | DHparams_print | | Prototype: | int DHparams_print(BIO *bp, const DH *x) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dh/dh_ameth.c | | Lines: | 460-464 |
| | 5 | 1 |
DHparams_print_fp| Name: | DHparams_print_fp | | Prototype: | int DHparams_print_fp(FILE *fp, const DH *x) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dh/dh_prn.c | | Lines: | 65-79 |
| | 11 | 2 |
DIRECTORYSTRING_new| Name: | DIRECTORYSTRING_new | | Prototype: | ASN1_STRING * DIRECTORYSTRING_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_typ.c | | Lines: | 694-698 |
| | 1 | 1 |
DISPLAYTEXT_new| Name: | DISPLAYTEXT_new | | Prototype: | ASN1_STRING * DISPLAYTEXT_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_typ.c | | Lines: | 658-662 |
| | 1 | 1 |
DIST_POINT_NAME_new| Name: | DIST_POINT_NAME_new | | Prototype: | DIST_POINT_NAME * DIST_POINT_NAME_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_crld.c | | Lines: | 434-438 |
| | 1 | 1 |
DIST_POINT_new| Name: | DIST_POINT_new | | Prototype: | DIST_POINT * DIST_POINT_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_crld.c | | Lines: | 494-498 |
| | 1 | 1 |
DIST_POINT_set_dpname| Name: | DIST_POINT_set_dpname | | Prototype: | int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, X509_NAME *iname) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_crld.c | | Lines: | 781-809 |
| | 32 | 6 |
DSA_SIG_get0| Name: | 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 |
DSA_SIG_set0| Name: | DSA_SIG_set0 | | Prototype: | int DSA_SIG_set0(DSA_SIG *sig, BIGNUM *r, BIGNUM *s) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dsa/dsa_asn1.c | | Lines: | 142-154 |
| | 13 | 2 |
DSA_clear_flags| Name: | DSA_clear_flags | | Prototype: | void DSA_clear_flags(DSA *d, int flags) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dsa/dsa_lib.c | | Lines: | 364-368 |
| | 1 | 1 |
DSA_dup_DH| Name: | DSA_dup_DH | | Prototype: | DH * DSA_dup_DH(const DSA *r) | | Coverage: | 0.000% (0/34) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dsa/dsa_lib.c | | Lines: | 262-300 |
| | 57 | 14 |
DSA_generate_parameters| Name: | DSA_generate_parameters | | Prototype: | DSA * DSA_generate_parameters(int bits, unsigned char *seed_in, int seed_len, int *counter_ret, unsigned long *h_ret, void (*callback)(int, int, void *), void *cb_arg) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dsa/dsa_depr.c | | Lines: | 72-90 |
| | 20 | 3 |
DSA_get0_engine| Name: | DSA_get0_engine | | Prototype: | ENGINE * DSA_get0_engine(DSA *d) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dsa/dsa_lib.c | | Lines: | 382-386 |
| | 1 | 1 |
DSA_get0_key| Name: | 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_get0_pqg| Name: | DSA_get0_pqg | | Prototype: | void DSA_get0_pqg(const DSA *d, const BIGNUM **p, const BIGNUM **q, const BIGNUM **g) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dsa/dsa_lib.c | | Lines: | 303-312 |
| | 12 | 4 |
DSA_get_ex_data| Name: | DSA_get_ex_data | | Prototype: | void * DSA_get_ex_data(DSA *d, int idx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dsa/dsa_lib.c | | Lines: | 255-259 |
| | 1 | 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 |
DSA_meth_dup| Name: | DSA_meth_dup | | Prototype: | DSA_METHOD * DSA_meth_dup(const DSA_METHOD *meth) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dsa/dsa_meth.c | | Lines: | 49-63 |
| | 52 | 4 |
DSA_meth_new| Name: | DSA_meth_new | | Prototype: | DSA_METHOD * DSA_meth_new(const char *name, int flags) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dsa/dsa_meth.c | | Lines: | 24-38 |
| | 52 | 4 |
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_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_print_fp| Name: | DSA_print_fp | | Prototype: | int DSA_print_fp(FILE *fp, const DSA *x, int off) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dsa/dsa_prn.c | | Lines: | 65-79 |
| | 11 | 2 |
DSA_set0_key| Name: | DSA_set0_key | | Prototype: | int DSA_set0_key(DSA *d, BIGNUM *pub_key, BIGNUM *priv_key) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dsa/dsa_lib.c | | Lines: | 346-362 |
| | 19 | 4 |