Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
BIO_s_connectName: | BIO_s_connect | Prototype: | const BIO_METHOD * BIO_s_connect(void) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bss_conn.c | Lines: | 322-326 |
| | 1 | 1 |
BIO_s_bioName: | BIO_s_bio | Prototype: | const BIO_METHOD * BIO_s_bio(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bss_bio.c | Lines: | 108-112 |
| | 1 | 1 |
BIO_s_acceptName: | BIO_s_accept | Prototype: | const BIO_METHOD * BIO_s_accept(void) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bss_acpt.c | Lines: | 114-118 |
| | 1 | 1 |
BIO_printfName: | BIO_printf | Prototype: | int BIO_printf(BIO *bio, const char *format, ...) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/b_print.c | Lines: | 7-17 |
| | 22 | 1 |
BIO_new_PKCS7Name: | BIO_new_PKCS7 | Prototype: | BIO * BIO_new_PKCS7(BIO *out, PKCS7 *p7) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/bio_pk7.c | Lines: | 62-66 |
| | 1 | 1 |
BIO_method_typeName: | BIO_method_type | Prototype: | int BIO_method_type(const BIO *b) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bio_lib.c | Lines: | 241-245 |
| | 1 | 1 |
BIO_method_nameName: | BIO_method_name | Prototype: | const char * BIO_method_name(const BIO *b) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bio_lib.c | Lines: | 235-239 |
| | 1 | 1 |
BIO_meth_set_writeName: | 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_readName: | 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_putsName: | 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_getsName: | 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_destroyName: | 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_ctrlName: | 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_createName: | 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_meth_set_callback_ctrlName: | BIO_meth_set_callback_ctrl | Prototype: | int BIO_meth_set_callback_ctrl(BIO_METHOD *biom, long (*callback_ctrl)(BIO *, int, BIO_info_cb *)) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bio_meth.c | Lines: | 140-147 |
| | 3 | 1 |
BIO_meth_freeName: | BIO_meth_free | Prototype: | void BIO_meth_free(BIO_METHOD *biom) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bio_meth.c | Lines: | 36-40 |
| | 1 | 1 |
BIO_int_ctrlName: | BIO_int_ctrl | Prototype: | long BIO_int_ctrl(BIO *b, int cmd, long larg, int iarg) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bio_lib.c | Lines: | 388-395 |
| | 3 | 1 |
BIO_gethostbynameName: | BIO_gethostbyname | Prototype: | struct hostent * BIO_gethostbyname(const char *name) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/b_sock.c | Lines: | 103-107 |
| | 1 | 1 |
BIO_get_shutdownName: | BIO_get_shutdown | Prototype: | int BIO_get_shutdown(BIO *a) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bio_lib.c | Lines: | 179-183 |
| | 1 | 1 |
BIO_get_retry_reasonName: | BIO_get_retry_reason | Prototype: | int BIO_get_retry_reason(BIO *bio) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bio_lib.c | Lines: | 539-543 |
| | 1 | 1 |
BIO_get_ex_new_indexName: | 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_get_ex_dataName: | BIO_get_ex_data | Prototype: | void * BIO_get_ex_data(BIO *bio, int idx) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bio_lib.c | Lines: | 655-659 |
| | 1 | 1 |
BIO_get_dataName: | BIO_get_data | Prototype: | void * BIO_get_data(BIO *a) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bio_lib.c | Lines: | 161-165 |
| | 1 | 1 |
BIO_get_callback_argName: | BIO_get_callback_arg | Prototype: | char * BIO_get_callback_arg(const BIO *b) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bio_lib.c | Lines: | 229-233 |
| | 1 | 1 |
BIO_f_sslName: | BIO_f_ssl | Prototype: | const BIO_METHOD * BIO_f_ssl(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/bio_ssl.c | Lines: | 100-104 |
| | 1 | 1 |
BIO_f_nullName: | BIO_f_null | Prototype: | const BIO_METHOD * BIO_f_null(void) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bf_null.c | Lines: | 89-93 |
| | 1 | 1 |
BIO_f_nbio_testName: | BIO_f_nbio_test | Prototype: | const BIO_METHOD * BIO_f_nbio_test(void) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bf_nbio.c | Lines: | 96-100 |
| | 1 | 1 |
BIO_f_mdName: | BIO_f_md | Prototype: | const BIO_METHOD * BIO_f_md(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/bio_md.c | Lines: | 89-93 |
| | 1 | 1 |
BIO_f_cipherName: | BIO_f_cipher | Prototype: | const BIO_METHOD * BIO_f_cipher(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/bio_enc.c | Lines: | 101-105 |
| | 1 | 1 |
BIO_f_bufferName: | BIO_f_buffer | Prototype: | const BIO_METHOD * BIO_f_buffer(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bf_buff.c | Lines: | 89-93 |
| | 1 | 1 |
BIO_f_base64Name: | BIO_f_base64 | Prototype: | const BIO_METHOD * BIO_f_base64(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/bio_b64.c | Lines: | 106-110 |
| | 1 | 1 |
BIO_f_asn1Name: | BIO_f_asn1 | Prototype: | const BIO_METHOD * BIO_f_asn1(void) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/bio_asn1.c | Lines: | 141-145 |
| | 1 | 1 |
BIO_dump_indent_fpName: | BIO_dump_indent_fp | Prototype: | int BIO_dump_indent_fp(FILE *fp, const char *s, int len, int indent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/b_dump.c | Lines: | 160-164 |
| | 1 | 1 |
BIO_dump_indentName: | BIO_dump_indent | Prototype: | int BIO_dump_indent(BIO *bp, const char *s, int len, int indent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/b_dump.c | Lines: | 178-182 |
| | 1 | 1 |
BIO_dump_fpName: | BIO_dump_fp | Prototype: | int BIO_dump_fp(FILE *fp, const char *s, int len) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/b_dump.c | Lines: | 154-158 |
| | 1 | 1 |
BIO_dump_cbName: | BIO_dump_cb | Prototype: | int BIO_dump_cb(int (*cb)(const void *data, size_t len, void *u), void *u, const char *s, int len) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/b_dump.c | Lines: | 72-77 |
| | 1 | 1 |
BIO_dumpName: | BIO_dump | Prototype: | int BIO_dump(BIO *bp, const char *s, int len) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/b_dump.c | Lines: | 172-176 |
| | 1 | 1 |
BIO_ctrl_wpendingName: | BIO_ctrl_wpending | Prototype: | size_t BIO_ctrl_wpending(BIO *bio) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bio_lib.c | Lines: | 472-476 |
| | 5 | 1 |
BIO_ctrl_reset_read_requestName: | BIO_ctrl_reset_read_request | Prototype: | int BIO_ctrl_reset_read_request(BIO *bio) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bss_bio.c | Lines: | 809-813 |
| | 5 | 1 |
BIO_ctrl_pendingName: | BIO_ctrl_pending | Prototype: | size_t BIO_ctrl_pending(BIO *bio) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bio_lib.c | Lines: | 466-470 |
| | 5 | 1 |
BIO_ctrl_get_write_guaranteeName: | BIO_ctrl_get_write_guarantee | Prototype: | size_t BIO_ctrl_get_write_guarantee(BIO *bio) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bss_bio.c | Lines: | 797-801 |
| | 5 | 1 |
BIO_ctrl_get_read_requestName: | BIO_ctrl_get_read_request | Prototype: | size_t BIO_ctrl_get_read_request(BIO *bio) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bss_bio.c | Lines: | 803-807 |
| | 5 | 1 |
BIO_copy_next_retryName: | 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 |
BIO_clear_flagsName: | BIO_clear_flags | Prototype: | void BIO_clear_flags(BIO *b, int flags) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bio_lib.c | Lines: | 191-195 |
| | 1 | 1 |
BIO_asn1_set_suffixName: | BIO_asn1_set_suffix | Prototype: | int BIO_asn1_set_suffix(BIO *b, asn1_ps_func *suffix, asn1_ps_func *suffix_free) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/bio_asn1.c | Lines: | 486-490 |
| | 1 | 1 |
BIO_asn1_set_prefixName: | BIO_asn1_set_prefix | Prototype: | int BIO_asn1_set_prefix(BIO *b, asn1_ps_func *prefix, asn1_ps_func *prefix_free) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/bio_asn1.c | Lines: | 474-478 |
| | 1 | 1 |
BIO_asn1_get_suffixName: | BIO_asn1_get_suffix | Prototype: | int BIO_asn1_get_suffix(BIO *b, asn1_ps_func **psuffix, asn1_ps_func **psuffix_free) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/bio_asn1.c | Lines: | 492-496 |
| | 1 | 1 |
BIO_asn1_get_prefixName: | BIO_asn1_get_prefix | Prototype: | int BIO_asn1_get_prefix(BIO *b, asn1_ps_func **pprefix, asn1_ps_func **pprefix_free) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/bio_asn1.c | Lines: | 480-484 |
| | 1 | 1 |
BF_optionsName: | BF_options | Prototype: | const char *BF_options(void) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bf/bf_ecb.c | Lines: | 68-77 |
| | 1 | 1 |
BF_encryptName: | BF_encrypt | Prototype: | void BF_encrypt(unsigned int *data, const BF_KEY *key) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bf/bf_enc.c | Lines: | 72-145 |
| | 26 | 1 |
BF_decryptName: | BF_decrypt | Prototype: | void BF_decrypt(unsigned int *data, const BF_KEY *key) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bf/bf_enc.c | Lines: | 149-222 |
| | 26 | 1 |
BASIC_CONSTRAINTS_newName: | BASIC_CONSTRAINTS_new | Prototype: | BASIC_CONSTRAINTS * BASIC_CONSTRAINTS_new(void) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_bcons.c | Lines: | 131-135 |
| | 1 | 1 |
BASIC_CONSTRAINTS_freeName: | BASIC_CONSTRAINTS_free | Prototype: | void BASIC_CONSTRAINTS_free(BASIC_CONSTRAINTS *a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_bcons.c | Lines: | 137-141 |
| | 1 | 1 |
AUTHORITY_KEYID_newName: | AUTHORITY_KEYID_new | Prototype: | AUTHORITY_KEYID * AUTHORITY_KEYID_new(void) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_akeya.c | Lines: | 114-118 |
| | 1 | 1 |
AUTHORITY_KEYID_freeName: | AUTHORITY_KEYID_free | Prototype: | void AUTHORITY_KEYID_free(AUTHORITY_KEYID *a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_akeya.c | Lines: | 120-124 |
| | 1 | 1 |
AUTHORITY_INFO_ACCESS_newName: | AUTHORITY_INFO_ACCESS_new | Prototype: | AUTHORITY_INFO_ACCESS * AUTHORITY_INFO_ACCESS_new(void) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_info.c | Lines: | 193-197 |
| | 1 | 1 |
AUTHORITY_INFO_ACCESS_freeName: | AUTHORITY_INFO_ACCESS_free | Prototype: | void AUTHORITY_INFO_ACCESS_free(AUTHORITY_INFO_ACCESS *a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_info.c | Lines: | 199-203 |
| | 1 | 1 |
ASN1_time_tm_clamp_notafterName: | ASN1_time_tm_clamp_notafter | Prototype: | int ASN1_time_tm_clamp_notafter(struct tm *tm) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_time_tm.c | Lines: | 62-76 |
| | 1 | 1 |
ASN1_template_i2dName: | ASN1_template_i2d | Prototype: | int ASN1_template_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_TEMPLATE *tt) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_enc.c | Lines: | 245-250 |
| | 1 | 1 |
ASN1_template_d2iName: | ASN1_template_d2i | Prototype: | int ASN1_template_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_TEMPLATE *tt) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_dec.c | Lines: | 144-152 |
| | 3 | 1 |
ASN1_put_eocName: | ASN1_put_eoc | Prototype: | int ASN1_put_eoc(unsigned char **pp) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/asn1_lib.c | Lines: | 229-238 |
| | 5 | 1 |
ASN1_parse_dumpName: | ASN1_parse_dump | Prototype: | int ASN1_parse_dump(BIO *bp, const unsigned char *pp, long len, int indent, int dump) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/asn1_par.c | Lines: | 110-114 |
| | 1 | 1 |
ASN1_parseName: | ASN1_parse | Prototype: | int ASN1_parse(BIO *bp, const unsigned char *pp, long len, int indent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/asn1_par.c | Lines: | 104-108 |
| | 1 | 1 |
ASN1_mbstring_copyName: | ASN1_mbstring_copy | Prototype: | int ASN1_mbstring_copy(ASN1_STRING **out, const unsigned char *in, int len, int inform, unsigned long mask) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_mbstr.c | Lines: | 87-92 |
| | 1 | 1 |
ASN1_item_ndef_i2dName: | ASN1_item_ndef_i2d | Prototype: | int ASN1_item_ndef_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_enc.c | Lines: | 81-85 |
| | 1 | 1 |
ASN1_item_i2dName: | ASN1_item_i2d | Prototype: | int ASN1_item_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_enc.c | Lines: | 87-91 |
| | 1 | 1 |
ASN1_item_freeName: | ASN1_item_free | Prototype: | void ASN1_item_free(ASN1_VALUE *val, const ASN1_ITEM *it) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_fre.c | Lines: | 70-74 |
| | 1 | 1 |
ASN1_item_ex_newName: | ASN1_item_ex_new | Prototype: | int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_new.c | Lines: | 84-88 |
| | 1 | 1 |
ASN1_item_ex_freeName: | ASN1_item_ex_free | Prototype: | void ASN1_item_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_fre.c | Lines: | 76-80 |
| | 1 | 1 |
ASN1_item_ex_d2iName: | ASN1_item_ex_d2i | Prototype: | int ASN1_item_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_ITEM *it, int tag, int aclass, char opt, ASN1_TLC *ctx) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_dec.c | Lines: | 462-467 |
| | 1 | 1 |
ASN1_const_check_infinite_endName: | ASN1_const_check_infinite_end | Prototype: | int ASN1_const_check_infinite_end(const unsigned char **p, long len) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/asn1_lib.c | Lines: | 89-93 |
| | 1 | 1 |
ASN1_check_infinite_endName: | ASN1_check_infinite_end | Prototype: | int ASN1_check_infinite_end(unsigned char **p, long len) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/asn1_lib.c | Lines: | 83-87 |
| | 1 | 1 |
ASN1_add_oid_moduleName: | ASN1_add_oid_module | Prototype: | void ASN1_add_oid_module(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/asn_moid.c | Lines: | 101-105 |
| | 1 | 1 |
ASN1_VISIBLESTRING_newName: | ASN1_VISIBLESTRING_new | Prototype: | ASN1_VISIBLESTRING * ASN1_VISIBLESTRING_new(void) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_typ.c | Lines: | 478-482 |
| | 1 | 1 |
ASN1_VISIBLESTRING_freeName: | ASN1_VISIBLESTRING_free | Prototype: | void ASN1_VISIBLESTRING_free(ASN1_VISIBLESTRING *a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_typ.c | Lines: | 484-488 |
| | 1 | 1 |
ASN1_UTF8STRING_newName: | ASN1_UTF8STRING_new | Prototype: | ASN1_UTF8STRING * ASN1_UTF8STRING_new(void) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_typ.c | Lines: | 250-254 |
| | 1 | 1 |
ASN1_UTF8STRING_freeName: | ASN1_UTF8STRING_free | Prototype: | void ASN1_UTF8STRING_free(ASN1_UTF8STRING *a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_typ.c | Lines: | 256-260 |
| | 1 | 1 |
ASN1_UTCTIME_setName: | ASN1_UTCTIME_set | Prototype: | ASN1_UTCTIME * ASN1_UTCTIME_set(ASN1_UTCTIME *s, time_t t) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_time_tm.c | Lines: | 404-408 |
| | 1 | 1 |
ASN1_UTCTIME_newName: | ASN1_UTCTIME_new | Prototype: | ASN1_UTCTIME * ASN1_UTCTIME_new(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_typ.c | Lines: | 412-416 |
| | 1 | 1 |
ASN1_UTCTIME_freeName: | ASN1_UTCTIME_free | Prototype: | void ASN1_UTCTIME_free(ASN1_UTCTIME *a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_typ.c | Lines: | 418-422 |
| | 1 | 1 |
ASN1_UTCTIME_adjName: | 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_UNIVERSALSTRING_newName: | ASN1_UNIVERSALSTRING_new | Prototype: | ASN1_UNIVERSALSTRING * ASN1_UNIVERSALSTRING_new(void) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_typ.c | Lines: | 511-515 |
| | 1 | 1 |
ASN1_UNIVERSALSTRING_freeName: | ASN1_UNIVERSALSTRING_free | Prototype: | void ASN1_UNIVERSALSTRING_free(ASN1_UNIVERSALSTRING *a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_typ.c | Lines: | 517-521 |
| | 1 | 1 |
ASN1_TYPE_newName: | ASN1_TYPE_new | Prototype: | ASN1_TYPE * ASN1_TYPE_new(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_typ.c | Lines: | 584-588 |
| | 1 | 1 |
ASN1_TYPE_freeName: | ASN1_TYPE_free | Prototype: | void ASN1_TYPE_free(ASN1_TYPE *a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_typ.c | Lines: | 590-594 |
| | 1 | 1 |
ASN1_TIME_set_stringName: | ASN1_TIME_set_string | Prototype: | int ASN1_TIME_set_string(ASN1_TIME *s, const char *str) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_time_tm.c | Lines: | 378-382 |
| | 1 | 1 |
ASN1_TIME_setName: | ASN1_TIME_set | Prototype: | ASN1_TIME * ASN1_TIME_set(ASN1_TIME *s, time_t t) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_time_tm.c | Lines: | 317-321 |
| | 1 | 1 |
ASN1_TIME_newName: | ASN1_TIME_new | Prototype: | ASN1_TIME * ASN1_TIME_new(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_time.c | Lines: | 97-101 |
| | 1 | 1 |
ASN1_TIME_freeName: | ASN1_TIME_free | Prototype: | void ASN1_TIME_free(ASN1_TIME *a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_time.c | Lines: | 103-107 |
| | 1 | 1 |
ASN1_TIME_adjName: | ASN1_TIME_adj | Prototype: | ASN1_TIME * ASN1_TIME_adj(ASN1_TIME *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: | 333-337 |
| | 1 | 1 |
ASN1_T61STRING_newName: | ASN1_T61STRING_new | Prototype: | ASN1_T61STRING * ASN1_T61STRING_new(void) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_typ.c | Lines: | 315-319 |
| | 1 | 1 |
ASN1_T61STRING_freeName: | ASN1_T61STRING_free | Prototype: | void ASN1_T61STRING_free(ASN1_T61STRING *a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_typ.c | Lines: | 321-325 |
| | 1 | 1 |
ASN1_STRING_typeName: | ASN1_STRING_type | Prototype: | int ASN1_STRING_type(const ASN1_STRING *x) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/asn1_lib.c | Lines: | 476-480 |
| | 1 | 1 |
ASN1_STRING_set_default_maskName: | ASN1_STRING_set_default_mask | Prototype: | void ASN1_STRING_set_default_mask(unsigned long mask) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_strnid.c | Lines: | 80-84 |
| | 1 | 1 |
ASN1_STRING_set0Name: | ASN1_STRING_set0 | Prototype: | void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/asn1_lib.c | Lines: | 401-407 |
| | 3 | 1 |
ASN1_STRING_print_ex_fpName: | ASN1_STRING_print_ex_fp | Prototype: | int ASN1_STRING_print_ex_fp(FILE *fp, const ASN1_STRING *str, unsigned long flags) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_strex.c | Lines: | 616-620 |
| | 1 | 1 |
ASN1_STRING_print_exName: | ASN1_STRING_print_ex | Prototype: | int ASN1_STRING_print_ex(BIO *out, const ASN1_STRING *str, unsigned long flags) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_strex.c | Lines: | 610-614 |
| | 1 | 1 |
ASN1_STRING_newName: | ASN1_STRING_new | Prototype: | ASN1_STRING * ASN1_STRING_new(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/asn1_lib.c | Lines: | 409-413 |
| | 1 | 1 |
ASN1_STRING_length_setName: | ASN1_STRING_length_set | Prototype: | void ASN1_STRING_length_set(ASN1_STRING *x, int len) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/asn1_lib.c | Lines: | 470-474 |
| | 1 | 1 |
ASN1_STRING_lengthName: | ASN1_STRING_length | Prototype: | int ASN1_STRING_length(const ASN1_STRING *x) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/asn1_lib.c | Lines: | 464-468 |
| | 1 | 1 |