| Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
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_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_OpenSSL| Name: | DH_OpenSSL | | Prototype: | const DH_METHOD * DH_OpenSSL(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dh/dh_key.c | | Lines: | 95-99 |
| | 1 | 1 |
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_crypt| Name: | DES_crypt | | Prototype: | char *DES_crypt(const char *buf, const char *salt) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/des/fcrypt.c | | Lines: | 54-59 |
| | 1 | 1 |
Camellia_encrypt| Name: | Camellia_encrypt | | Prototype: | void Camellia_encrypt(const unsigned char *in, unsigned char *out, const CAMELLIA_KEY *key) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/camellia/cmll_misc.c | | Lines: | 69-74 |
| | 1 | 1 |
Camellia_decrypt| Name: | Camellia_decrypt | | Prototype: | void Camellia_decrypt(const unsigned char *in, unsigned char *out, const CAMELLIA_KEY *key) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/camellia/cmll_misc.c | | Lines: | 76-81 |
| | 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_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_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_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_locking_callback| Name: | CRYPTO_set_locking_callback | | Prototype: | void CRYPTO_set_locking_callback(void (*func)(int mode, int type, const char *file, int line)) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/cryptlib.c | | Lines: | 399-407 |
| | 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_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_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_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_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_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_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_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_push_info_| Name: | CRYPTO_push_info_ | | Prototype: | int CRYPTO_push_info_(const char *info, const char *file, int line) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/mem_dbg.c | | Lines: | 143-147 |
| | 1 | 1 |
CRYPTO_pop_info| Name: | CRYPTO_pop_info | | Prototype: | int CRYPTO_pop_info(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/mem_dbg.c | | Lines: | 149-153 |
| | 1 | 1 |
CRYPTO_poly1305_update| Name: | CRYPTO_poly1305_update | | Prototype: | void CRYPTO_poly1305_update(poly1305_context *ctx, const unsigned char *in, size_t len) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/poly1305/poly1305.c | | Lines: | 27-32 |
| | 1 | 1 |
CRYPTO_poly1305_init| Name: | CRYPTO_poly1305_init | | Prototype: | void CRYPTO_poly1305_init(poly1305_context *ctx, const unsigned char key[32]) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/poly1305/poly1305.c | | Lines: | 21-25 |
| | 1 | 1 |
CRYPTO_poly1305_finish| Name: | CRYPTO_poly1305_finish | | Prototype: | void CRYPTO_poly1305_finish(poly1305_context *ctx, unsigned char mac[16]) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/poly1305/poly1305.c | | Lines: | 34-38 |
| | 1 | 1 |
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_mem_leaks_fp| Name: | CRYPTO_mem_leaks_fp | | Prototype: | int CRYPTO_mem_leaks_fp(FILE *fp) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/mem_dbg.c | | Lines: | 190-194 |
| | 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_mem_leaks| Name: | CRYPTO_mem_leaks | | Prototype: | int CRYPTO_mem_leaks(BIO *b) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/mem_dbg.c | | Lines: | 184-188 |
| | 1 | 1 |
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_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_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_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_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_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_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_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_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_malloc| Name: | CRYPTO_dbg_malloc | | Prototype: | void CRYPTO_dbg_malloc(void *addr, 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: | 161-167 |
| | 1 | 1 |
CRYPTO_dbg_get_options| Name: | CRYPTO_dbg_get_options | | Prototype: | long CRYPTO_dbg_get_options(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/mem_dbg.c | | Lines: | 137-141 |
| | 1 | 1 |
CRYPTO_dbg_free| Name: | CRYPTO_dbg_free | | Prototype: | void CRYPTO_dbg_free(void *addr, int before_p) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/mem_dbg.c | | Lines: | 169-174 |
| | 1 | 1 |
CRYPTO_THREADID_hash| Name: | CRYPTO_THREADID_hash | | Prototype: | unsigned long CRYPTO_THREADID_hash(const CRYPTO_THREADID *id) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/cryptlib.c | | Lines: | 492-496 |
| | 1 | 1 |
CRYPTO_THREADID_cpy| Name: | CRYPTO_THREADID_cpy | | Prototype: | void CRYPTO_THREADID_cpy(CRYPTO_THREADID *dest, const CRYPTO_THREADID *src) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/cryptlib.c | | Lines: | 486-490 |
| | 1 | 1 |
CRYPTO_THREADID_cmp| Name: | CRYPTO_THREADID_cmp | | Prototype: | int CRYPTO_THREADID_cmp(const CRYPTO_THREADID *a, const CRYPTO_THREADID *b) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/cryptlib.c | | Lines: | 480-484 |
| | 1 | 1 |
CRL_DIST_POINTS_new| Name: | CRL_DIST_POINTS_new | | Prototype: | CRL_DIST_POINTS * CRL_DIST_POINTS_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_crld.c | | Lines: | 538-542 |
| | 1 | 1 |
CRL_DIST_POINTS_free| Name: | CRL_DIST_POINTS_free | | Prototype: | void CRL_DIST_POINTS_free(CRL_DIST_POINTS *a) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_crld.c | | Lines: | 544-548 |
| | 1 | 1 |
CONF_module_set_usr_data| Name: | CONF_module_set_usr_data | | Prototype: | void CONF_module_set_usr_data(CONF_MODULE *pmod, void *usr_data) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/conf/conf_mod.c | | Lines: | 535-539 |
| | 1 | 1 |
CONF_module_get_usr_data| Name: | CONF_module_get_usr_data | | Prototype: | void * CONF_module_get_usr_data(CONF_MODULE *pmod) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/conf/conf_mod.c | | Lines: | 529-533 |
| | 1 | 1 |
CONF_imodule_set_usr_data| Name: | CONF_imodule_set_usr_data | | Prototype: | void CONF_imodule_set_usr_data(CONF_IMODULE *md, void *usr_data) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/conf/conf_mod.c | | Lines: | 505-509 |
| | 1 | 1 |
CONF_imodule_set_flags| Name: | CONF_imodule_set_flags | | Prototype: | void CONF_imodule_set_flags(CONF_IMODULE *md, unsigned long flags) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/conf/conf_mod.c | | Lines: | 523-527 |
| | 1 | 1 |
CONF_imodule_get_value| Name: | CONF_imodule_get_value | | Prototype: | const char * CONF_imodule_get_value(const CONF_IMODULE *md) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/conf/conf_mod.c | | Lines: | 493-497 |
| | 1 | 1 |
CONF_imodule_get_usr_data| Name: | CONF_imodule_get_usr_data | | Prototype: | void * CONF_imodule_get_usr_data(const CONF_IMODULE *md) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/conf/conf_mod.c | | Lines: | 499-503 |
| | 1 | 1 |
CONF_imodule_get_name| Name: | CONF_imodule_get_name | | Prototype: | const char * CONF_imodule_get_name(const CONF_IMODULE *md) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/conf/conf_mod.c | | Lines: | 487-491 |
| | 1 | 1 |
CONF_imodule_get_module| Name: | CONF_imodule_get_module | | Prototype: | CONF_MODULE * CONF_imodule_get_module(const CONF_IMODULE *md) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/conf/conf_mod.c | | Lines: | 511-515 |
| | 1 | 1 |
CONF_imodule_get_flags| Name: | CONF_imodule_get_flags | | Prototype: | unsigned long CONF_imodule_get_flags(const CONF_IMODULE *md) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/conf/conf_mod.c | | Lines: | 517-521 |
| | 1 | 1 |
COMP_rle| Name: | COMP_rle | | Prototype: | COMP_METHOD * COMP_rle(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/comp/c_rle.c | | Lines: | 20-24 |
| | 1 | 1 |
CMAC_CTX_get0_cipher_ctx| Name: | CMAC_CTX_get0_cipher_ctx | | Prototype: | EVP_CIPHER_CTX * CMAC_CTX_get0_cipher_ctx(CMAC_CTX *ctx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/cmac/cmac.c | | Lines: | 117-121 |
| | 1 | 1 |
CERTIFICATEPOLICIES_new| Name: | CERTIFICATEPOLICIES_new | | Prototype: | CERTIFICATEPOLICIES * CERTIFICATEPOLICIES_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_cpols.c | | Lines: | 134-138 |
| | 1 | 1 |
CERTIFICATEPOLICIES_free| Name: | CERTIFICATEPOLICIES_free | | Prototype: | void CERTIFICATEPOLICIES_free(CERTIFICATEPOLICIES *a) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_cpols.c | | Lines: | 140-144 |
| | 1 | 1 |
CBS_offset| Name: | CBS_offset | | Prototype: | size_t CBS_offset(const CBS *cbs) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/bs_cbs.c | | Lines: | 54-58 |
| | 1 | 1 |
CBS_len| Name: | CBS_len | | Prototype: | size_t CBS_len(const CBS *cbs) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/bs_cbs.c | | Lines: | 73-77 |
| | 1 | 1 |
CBS_get_u8_length_prefixed| Name: | CBS_get_u8_length_prefixed | | Prototype: | int CBS_get_u8_length_prefixed(CBS *cbs, CBS *out) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/bs_cbs.c | | Lines: | 215-219 |
| | 1 | 1 |
CBS_get_u32| Name: | CBS_get_u32 | | Prototype: | int CBS_get_u32(CBS *cbs, uint32_t *out) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/bs_cbs.c | | Lines: | 186-190 |
| | 1 | 1 |
CBS_get_u24_length_prefixed| Name: | CBS_get_u24_length_prefixed | | Prototype: | int CBS_get_u24_length_prefixed(CBS *cbs, CBS *out) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/bs_cbs.c | | Lines: | 227-231 |
| | 1 | 1 |
CBS_get_u24| Name: | CBS_get_u24 | | Prototype: | int CBS_get_u24(CBS *cbs, uint32_t *out) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/bs_cbs.c | | Lines: | 180-184 |
| | 1 | 1 |
CBS_get_u16_length_prefixed| Name: | CBS_get_u16_length_prefixed | | Prototype: | int CBS_get_u16_length_prefixed(CBS *cbs, CBS *out) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/bs_cbs.c | | Lines: | 221-225 |
| | 1 | 1 |
CBS_get_asn1_element| Name: | CBS_get_asn1_element | | Prototype: | int CBS_get_asn1_element(CBS *cbs, CBS *out, unsigned int tag_value) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/bs_cbs.c | | Lines: | 364-368 |
| | 1 | 1 |
CBS_get_asn1| Name: | CBS_get_asn1 | | Prototype: | int CBS_get_asn1(CBS *cbs, CBS *out, unsigned int tag_value) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/bs_cbs.c | | Lines: | 358-362 |
| | 1 | 1 |
CBS_data| Name: | CBS_data | | Prototype: | const uint8_t * CBS_data(const CBS *cbs) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/bs_cbs.c | | Lines: | 67-71 |
| | 1 | 1 |
CBB_add_u8_length_prefixed| Name: | CBB_add_u8_length_prefixed | | Prototype: | int CBB_add_u8_length_prefixed(CBB *cbb, CBB *out_contents) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/bs_cbb.c | | Lines: | 311-315 |
| | 1 | 1 |
CBB_add_u24_length_prefixed| Name: | CBB_add_u24_length_prefixed | | Prototype: | int CBB_add_u24_length_prefixed(CBB *cbb, CBB *out_contents) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/bs_cbb.c | | Lines: | 323-327 |
| | 1 | 1 |
CBB_add_u16_length_prefixed| Name: | CBB_add_u16_length_prefixed | | Prototype: | int CBB_add_u16_length_prefixed(CBB *cbb, CBB *out_contents) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/bs_cbb.c | | Lines: | 317-321 |
| | 1 | 1 |
BUF_strlcpy| Name: | BUF_strlcpy | | Prototype: | size_t BUF_strlcpy(char *dst, const char *src, size_t size) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/buffer/buf_str.c | | Lines: | 69-73 |
| | 1 | 1 |
BUF_strlcat| Name: | BUF_strlcat | | Prototype: | size_t BUF_strlcat(char *dst, const char *src, size_t size) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/buffer/buf_str.c | | Lines: | 75-79 |
| | 1 | 1 |
BUF_MEM_grow| Name: | BUF_MEM_grow | | Prototype: | int BUF_MEM_grow(BUF_MEM *str, size_t len) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/buffer/buffer.c | | Lines: | 96-100 |
| | 1 | 1 |
BN_value_one| Name: | BN_value_one | | Prototype: | const BIGNUM * BN_value_one(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bn/bn_lib.c | | Lines: | 140-149 |
| | 1 | 1 |
BN_rand_range| Name: | BN_rand_range | | Prototype: | int BN_rand_range(BIGNUM *r, const BIGNUM *range) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bn/bn_rand.c | | Lines: | 276-280 |
| | 1 | 1 |
BN_rand| Name: | BN_rand | | Prototype: | int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bn/bn_rand.c | | Lines: | 194-198 |
| | 1 | 1 |
BN_pseudo_rand_range| Name: | BN_pseudo_rand_range | | Prototype: | int BN_pseudo_rand_range(BIGNUM *r, const BIGNUM *range) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bn/bn_rand.c | | Lines: | 282-286 |
| | 1 | 1 |
BN_pseudo_rand| Name: | BN_pseudo_rand | | Prototype: | int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bn/bn_rand.c | | Lines: | 200-204 |
| | 1 | 1 |
BN_mod_inverse_nonct| Name: | BN_mod_inverse_nonct | | Prototype: | BIGNUM * BN_mod_inverse_nonct(BIGNUM *in, const BIGNUM *a, const BIGNUM *n, BN_CTX *ctx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bn/bn_gcd.c | | Lines: | 551-555 |
| | 1 | 1 |
BN_mod_inverse_ct| Name: | BN_mod_inverse_ct | | Prototype: | BIGNUM * BN_mod_inverse_ct(BIGNUM *in, const BIGNUM *a, const BIGNUM *n, BN_CTX *ctx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bn/bn_gcd.c | | Lines: | 557-561 |
| | 1 | 1 |
BN_mod_exp_nonct| Name: | BN_mod_exp_nonct | | Prototype: | int BN_mod_exp_nonct(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: | 245-250 |
| | 1 | 1 |
BN_mod_exp_mont_nonct| Name: | BN_mod_exp_mont_nonct | | Prototype: | int BN_mod_exp_mont_nonct(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: | 554-559 |
| | 1 | 1 |
BN_mod_exp_mont_ct| Name: | BN_mod_exp_mont_ct | | Prototype: | int BN_mod_exp_mont_ct(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: | 547-552 |
| | 1 | 1 |
BN_mod_exp_ct| Name: | BN_mod_exp_ct | | Prototype: | int BN_mod_exp_ct(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: | 237-242 |
| | 1 | 1 |
BN_is_prime_ex| Name: | BN_is_prime_ex | | Prototype: | int BN_is_prime_ex(const BIGNUM *a, int checks, BN_CTX *ctx_passed, BN_GENCB *cb) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bn/bn_prime.c | | Lines: | 252-256 |
| | 1 | 1 |
BN_init| Name: | BN_init | | Prototype: | void BN_init(BIGNUM *a) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bn/bn_lib.c | | Lines: | 237-242 |
| | 1 | 1 |
BN_get_rfc3526_prime_8192| Name: | BN_get_rfc3526_prime_8192 | | Prototype: | BIGNUM * BN_get_rfc3526_prime_8192(BIGNUM *bn) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bn/bn_const.c | | Lines: | 453-457 |
| | 1 | 1 |
BN_get_rfc3526_prime_6144| Name: | BN_get_rfc3526_prime_6144 | | Prototype: | BIGNUM * BN_get_rfc3526_prime_6144(BIGNUM *bn) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bn/bn_const.c | | Lines: | 346-350 |
| | 1 | 1 |
BN_get_rfc3526_prime_4096| Name: | BN_get_rfc3526_prime_4096 | | Prototype: | BIGNUM * BN_get_rfc3526_prime_4096(BIGNUM *bn) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bn/bn_const.c | | Lines: | 261-265 |
| | 1 | 1 |
BN_get_rfc3526_prime_3072| Name: | BN_get_rfc3526_prime_3072 | | Prototype: | BIGNUM * BN_get_rfc3526_prime_3072(BIGNUM *bn) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bn/bn_const.c | | Lines: | 197-201 |
| | 1 | 1 |
BN_get_rfc3526_prime_2048| Name: | BN_get_rfc3526_prime_2048 | | Prototype: | BIGNUM * BN_get_rfc3526_prime_2048(BIGNUM *bn) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bn/bn_const.c | | Lines: | 144-148 |
| | 1 | 1 |
BN_get_rfc3526_prime_1536| Name: | BN_get_rfc3526_prime_1536 | | Prototype: | BIGNUM * BN_get_rfc3526_prime_1536(BIGNUM *bn) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bn/bn_const.c | | Lines: | 101-105 |
| | 1 | 1 |
BN_get_rfc2409_prime_768| Name: | BN_get_rfc2409_prime_768 | | Prototype: | BIGNUM * BN_get_rfc2409_prime_768(BIGNUM *bn) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bn/bn_const.c | | Lines: | 30-34 |
| | 1 | 1 |
BN_get_rfc2409_prime_1024| Name: | BN_get_rfc2409_prime_1024 | | Prototype: | BIGNUM * BN_get_rfc2409_prime_1024(BIGNUM *bn) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bn/bn_const.c | | Lines: | 63-67 |
| | 1 | 1 |
BN_get0_nist_prime_521| Name: | BN_get0_nist_prime_521 | | Prototype: | const BIGNUM * BN_get0_nist_prime_521(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bn/bn_nist.c | | Lines: | 352-356 |
| | 1 | 1 |
BN_get0_nist_prime_384| Name: | BN_get0_nist_prime_384 | | Prototype: | const BIGNUM * BN_get0_nist_prime_384(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bn/bn_nist.c | | Lines: | 346-350 |
| | 1 | 1 |
BN_get0_nist_prime_256| Name: | BN_get0_nist_prime_256 | | Prototype: | const BIGNUM * BN_get0_nist_prime_256(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bn/bn_nist.c | | Lines: | 340-344 |
| | 1 | 1 |
BN_get0_nist_prime_224| Name: | BN_get0_nist_prime_224 | | Prototype: | const BIGNUM * BN_get0_nist_prime_224(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bn/bn_nist.c | | Lines: | 334-338 |
| | 1 | 1 |