| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
ACCESS_DESCRIPTION_free| Name: | ACCESS_DESCRIPTION_free | | Prototype: | void ACCESS_DESCRIPTION_free(ACCESS_DESCRIPTION *a) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_info.c | | Lines: | 155-159 |
| | 1 | 1 |
ACCESS_DESCRIPTION_new| Name: | ACCESS_DESCRIPTION_new | | Prototype: | ACCESS_DESCRIPTION * ACCESS_DESCRIPTION_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_info.c | | Lines: | 149-153 |
| | 1 | 1 |
AES_cfb128_encrypt| Name: | AES_cfb128_encrypt | | Prototype: | void AES_cfb128_encrypt(const unsigned char *in, unsigned char *out, size_t length, const AES_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/aes/aes_cfb.c | | Lines: | 60-66 |
| | 2 | 1 |
AES_cfb1_encrypt| Name: | AES_cfb1_encrypt | | Prototype: | void AES_cfb1_encrypt(const unsigned char *in, unsigned char *out, size_t length, const AES_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/aes/aes_cfb.c | | Lines: | 69-75 |
| | 2 | 1 |
AES_cfb8_encrypt| Name: | AES_cfb8_encrypt | | Prototype: | void AES_cfb8_encrypt(const unsigned char *in, unsigned char *out, size_t length, const AES_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/aes/aes_cfb.c | | Lines: | 77-83 |
| | 2 | 1 |
AES_ctr128_encrypt| Name: | AES_ctr128_encrypt | | Prototype: | void AES_ctr128_encrypt(const unsigned char *in, unsigned char *out, size_t length, const AES_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/aes/aes_ctr.c | | Lines: | 55-62 |
| | 2 | 1 |
AES_ecb_encrypt| Name: | AES_ecb_encrypt | | Prototype: | void AES_ecb_encrypt(const unsigned char *in, unsigned char *out, const AES_KEY *key, const int enc) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/aes/aes_ecb.c | | Lines: | 61-69 |
| | 3 | 2 |
AES_ige_encrypt| Name: | AES_ige_encrypt | | Prototype: | void AES_ige_encrypt(const unsigned char *in, unsigned char *out, size_t length, const AES_KEY *key, unsigned char *ivec, const int enc) | | Coverage: | 100.000% (46/46) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/aes/aes_ige.c | | Lines: | 79-194 |
| | 86 | 16 |
AES_ofb128_encrypt| Name: | AES_ofb128_encrypt | | Prototype: | void AES_ofb128_encrypt(const unsigned char *in, unsigned char *out, size_t length, const AES_KEY *key, unsigned char *ivec, int *num) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/aes/aes_ofb.c | | Lines: | 55-61 |
| | 2 | 1 |
AES_options| Name: | AES_options | | Prototype: | const char * AES_options(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/aes/aes_misc.c | | Lines: | 57-65 |
| | 1 | 1 |
AES_unwrap_key| Name: | AES_unwrap_key | | Prototype: | int AES_unwrap_key(AES_KEY *key, const unsigned char *iv, unsigned char *out, const unsigned char *in, unsigned int inlen) | | Coverage: | 59.091% (13/22) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/aes/aes_wrap.c | | Lines: | 97-133 |
| | 28 | 8 |
AES_wrap_key| Name: | AES_wrap_key | | Prototype: | int AES_wrap_key(AES_KEY *key, const unsigned char *iv, unsigned char *out, const unsigned char *in, unsigned int inlen) | | Coverage: | 66.667% (12/18) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/aes/aes_wrap.c | | Lines: | 63-95 |
| | 23 | 6 |
ASN1_BIT_STRING_check| Name: | ASN1_BIT_STRING_check | | Prototype: | int ASN1_BIT_STRING_check(const ASN1_BIT_STRING *a, const unsigned char *flags, int flags_len) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_bitstr.c | | Lines: | 247-265 |
| | 8 | 3 |
ASN1_BIT_STRING_free| Name: | ASN1_BIT_STRING_free | | Prototype: | void ASN1_BIT_STRING_free(ASN1_BIT_STRING *a) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_typ.c | | Lines: | 153-157 |
| | 1 | 1 |
ASN1_BIT_STRING_get_bit| Name: | ASN1_BIT_STRING_get_bit | | Prototype: | int ASN1_BIT_STRING_get_bit(const ASN1_BIT_STRING *a, int n) | | Coverage: | 75.000% (6/8) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_bitstr.c | | Lines: | 229-239 |
| | 14 | 2 |
ASN1_BIT_STRING_name_print| Name: | ASN1_BIT_STRING_name_print | | Prototype: | int ASN1_BIT_STRING_name_print(BIO *out, ASN1_BIT_STRING *bs, BIT_STRING_BITNAME *tbl, int indent) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/t_bitst.c | | Lines: | 65-83 |
| | 11 | 4 |
ASN1_BIT_STRING_new| Name: | ASN1_BIT_STRING_new | | Prototype: | ASN1_BIT_STRING * ASN1_BIT_STRING_new(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_typ.c | | Lines: | 147-151 |
| | 1 | 1 |
ASN1_BIT_STRING_num_asc| Name: | ASN1_BIT_STRING_num_asc | | Prototype: | int ASN1_BIT_STRING_num_asc(const char *name, BIT_STRING_BITNAME *tbl) | | Coverage: | 0.000% (0/69) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/t_bitst.c | | Lines: | 101-112 |
| | 332 | 15 |
ASN1_BIT_STRING_set| Name: | ASN1_BIT_STRING_set | | Prototype: | int ASN1_BIT_STRING_set(ASN1_BIT_STRING *x, unsigned char *d, int len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_bitstr.c | | Lines: | 65-69 |
| | 1 | 1 |
ASN1_BIT_STRING_set_asc| Name: | ASN1_BIT_STRING_set_asc | | Prototype: | int ASN1_BIT_STRING_set_asc(ASN1_BIT_STRING *bs, const char *name, int value, BIT_STRING_BITNAME *tbl) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/t_bitst.c | | Lines: | 85-99 |
| | 8 | 4 |
ASN1_BIT_STRING_set_bit| Name: | ASN1_BIT_STRING_set_bit | | Prototype: | int ASN1_BIT_STRING_set_bit(ASN1_BIT_STRING *a, int n, int value) | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_bitstr.c | | Lines: | 193-227 |
| | 32 | 8 |
ASN1_BMPSTRING_free| Name: | ASN1_BMPSTRING_free | | Prototype: | void ASN1_BMPSTRING_free(ASN1_BMPSTRING *a) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_typ.c | | Lines: | 549-553 |
| | 1 | 1 |
ASN1_BMPSTRING_new| Name: | ASN1_BMPSTRING_new | | Prototype: | ASN1_BMPSTRING * ASN1_BMPSTRING_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_typ.c | | Lines: | 543-547 |
| | 1 | 1 |
ASN1_ENUMERATED_free| Name: | ASN1_ENUMERATED_free | | Prototype: | void ASN1_ENUMERATED_free(ASN1_ENUMERATED *a) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_typ.c | | Lines: | 121-125 |
| | 1 | 1 |
ASN1_ENUMERATED_get| Name: | ASN1_ENUMERATED_get | | Prototype: | long ASN1_ENUMERATED_get(const ASN1_ENUMERATED *a) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_enum.c | | Lines: | 106-134 |
| | 23 | 8 |
ASN1_ENUMERATED_new| Name: | ASN1_ENUMERATED_new | | Prototype: | ASN1_ENUMERATED * ASN1_ENUMERATED_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_typ.c | | Lines: | 115-119 |
| | 1 | 1 |
ASN1_ENUMERATED_set| Name: | ASN1_ENUMERATED_set | | Prototype: | int ASN1_ENUMERATED_set(ASN1_ENUMERATED *a, long v) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_enum.c | | Lines: | 70-104 |
| | 27 | 7 |
ASN1_ENUMERATED_to_BN| Name: | ASN1_ENUMERATED_to_BN | | Prototype: | BIGNUM * ASN1_ENUMERATED_to_BN(const ASN1_ENUMERATED *ai, BIGNUM *bn) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_enum.c | | Lines: | 179-189 |
| | 8 | 3 |
ASN1_GENERALIZEDTIME_adj| Name: | ASN1_GENERALIZEDTIME_adj | | Prototype: | ASN1_GENERALIZEDTIME * ASN1_GENERALIZEDTIME_adj(ASN1_GENERALIZEDTIME *s, time_t t, int offset_day, long offset_sec) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_time_tm.c | | Lines: | 466-472 |
| | 2 | 1 |
ASN1_GENERALIZEDTIME_check| Name: | ASN1_GENERALIZEDTIME_check | | Prototype: | int ASN1_GENERALIZEDTIME_check(const ASN1_GENERALIZEDTIME *d) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_time_tm.c | | Lines: | 444-450 |
| | 7 | 2 |
ASN1_GENERALIZEDTIME_free| Name: | ASN1_GENERALIZEDTIME_free | | Prototype: | void ASN1_GENERALIZEDTIME_free(ASN1_GENERALIZEDTIME *a) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_typ.c | | Lines: | 451-455 |
| | 1 | 1 |
ASN1_GENERALIZEDTIME_new| Name: | ASN1_GENERALIZEDTIME_new | | Prototype: | ASN1_GENERALIZEDTIME * ASN1_GENERALIZEDTIME_new(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_typ.c | | Lines: | 445-449 |
| | 1 | 1 |
ASN1_GENERALIZEDTIME_print| Name: | ASN1_GENERALIZEDTIME_print | | Prototype: | int ASN1_GENERALIZEDTIME_print(BIO *bp, const ASN1_GENERALIZEDTIME *tm) | | Coverage: | 0.000% (0/46) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/t_x509.c | | Lines: | 395-447 |
| | 40 | 11 |
ASN1_GENERALIZEDTIME_set| Name: | ASN1_GENERALIZEDTIME_set | | Prototype: | ASN1_GENERALIZEDTIME * ASN1_GENERALIZEDTIME_set(ASN1_GENERALIZEDTIME *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: | 460-464 |
| | 1 | 1 |
ASN1_GENERALIZEDTIME_set_string| Name: | ASN1_GENERALIZEDTIME_set_string | | Prototype: | int ASN1_GENERALIZEDTIME_set_string(ASN1_GENERALIZEDTIME *s, const char *str) | | Coverage: | 66.667% (4/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_time_tm.c | | Lines: | 452-458 |
| | 7 | 2 |
ASN1_GENERALSTRING_free| Name: | ASN1_GENERALSTRING_free | | Prototype: | void ASN1_GENERALSTRING_free(ASN1_GENERALSTRING *a) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_typ.c | | Lines: | 386-390 |
| | 1 | 1 |
ASN1_GENERALSTRING_new| Name: | ASN1_GENERALSTRING_new | | Prototype: | ASN1_GENERALSTRING * ASN1_GENERALSTRING_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_typ.c | | Lines: | 380-384 |
| | 1 | 1 |
ASN1_IA5STRING_free| Name: | ASN1_IA5STRING_free | | Prototype: | void ASN1_IA5STRING_free(ASN1_IA5STRING *a) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_typ.c | | Lines: | 353-357 |
| | 1 | 1 |
ASN1_IA5STRING_new| Name: | ASN1_IA5STRING_new | | Prototype: | ASN1_IA5STRING * ASN1_IA5STRING_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_typ.c | | Lines: | 347-351 |
| | 1 | 1 |
ASN1_INTEGER_cmp| Name: | ASN1_INTEGER_cmp | | Prototype: | int ASN1_INTEGER_cmp(const ASN1_INTEGER *x, const ASN1_INTEGER *y) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_int.c | | Lines: | 72-92 |
| | 10 | 4 |
ASN1_INTEGER_dup| Name: | ASN1_INTEGER_dup | | Prototype: | ASN1_INTEGER * ASN1_INTEGER_dup(const ASN1_INTEGER *x) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_int.c | | Lines: | 66-70 |
| | 1 | 1 |
ASN1_INTEGER_free| Name: | ASN1_INTEGER_free | | Prototype: | void ASN1_INTEGER_free(ASN1_INTEGER *a) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_typ.c | | Lines: | 89-93 |
| | 1 | 1 |
ASN1_INTEGER_get| Name: | ASN1_INTEGER_get | | Prototype: | long ASN1_INTEGER_get(const ASN1_INTEGER *a) | | Coverage: | 54.545% (12/22) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_int.c | | Lines: | 378-406 |
| | 23 | 8 |
ASN1_INTEGER_new| Name: | ASN1_INTEGER_new | | Prototype: | ASN1_INTEGER * ASN1_INTEGER_new(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_typ.c | | Lines: | 83-87 |
| | 1 | 1 |
ASN1_INTEGER_set| Name: | ASN1_INTEGER_set | | Prototype: | int ASN1_INTEGER_set(ASN1_INTEGER *a, long v) | | Coverage: | 68.421% (13/19) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_int.c | | Lines: | 341-376 |
| | 27 | 7 |
ASN1_INTEGER_to_BN| Name: | ASN1_INTEGER_to_BN | | Prototype: | BIGNUM * ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_int.c | | Lines: | 451-461 |
| | 8 | 3 |
ASN1_NULL_free| Name: | ASN1_NULL_free | | Prototype: | void ASN1_NULL_free(ASN1_NULL *a) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_typ.c | | Lines: | 217-221 |
| | 1 | 1 |
ASN1_NULL_new| Name: | ASN1_NULL_new | | Prototype: | ASN1_NULL * ASN1_NULL_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_typ.c | | Lines: | 211-215 |
| | 1 | 1 |
ASN1_OBJECT_create| Name: | ASN1_OBJECT_create | | Prototype: | ASN1_OBJECT * ASN1_OBJECT_create(int nid, unsigned char *data, int len, const char *sn, const char *ln) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_object.c | | Lines: | 387-401 |
| | 9 | 1 |
ASN1_OBJECT_free| Name: | ASN1_OBJECT_free | | Prototype: | void ASN1_OBJECT_free(ASN1_OBJECT *a) | | Coverage: | 100.000% (13/13) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_object.c | | Lines: | 368-385 |
| | 22 | 5 |
ASN1_OBJECT_new| Name: | ASN1_OBJECT_new | | Prototype: | ASN1_OBJECT * ASN1_OBJECT_new(void) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_object.c | | Lines: | 349-366 |
| | 30 | 2 |
ASN1_OCTET_STRING_cmp| Name: | ASN1_OCTET_STRING_cmp | | Prototype: | int ASN1_OCTET_STRING_cmp(const ASN1_OCTET_STRING *a, const ASN1_OCTET_STRING *b) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_octet.c | | Lines: | 69-73 |
| | 1 | 1 |
ASN1_OCTET_STRING_dup| Name: | ASN1_OCTET_STRING_dup | | Prototype: | ASN1_OCTET_STRING * ASN1_OCTET_STRING_dup(const ASN1_OCTET_STRING *x) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_octet.c | | Lines: | 63-67 |
| | 1 | 1 |
ASN1_OCTET_STRING_free| Name: | ASN1_OCTET_STRING_free | | Prototype: | void ASN1_OCTET_STRING_free(ASN1_OCTET_STRING *a) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_typ.c | | Lines: | 185-189 |
| | 1 | 1 |
ASN1_OCTET_STRING_new| Name: | ASN1_OCTET_STRING_new | | Prototype: | ASN1_OCTET_STRING * ASN1_OCTET_STRING_new(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_typ.c | | Lines: | 179-183 |
| | 1 | 1 |
ASN1_OCTET_STRING_set| Name: | ASN1_OCTET_STRING_set | | Prototype: | int ASN1_OCTET_STRING_set(ASN1_OCTET_STRING *x, const unsigned char *d, int len) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_octet.c | | Lines: | 75-79 |
| | 1 | 1 |
ASN1_PCTX_free| Name: | ASN1_PCTX_free | | Prototype: | void ASN1_PCTX_free(ASN1_PCTX *p) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_prn.c | | Lines: | 101-105 |
| | 1 | 1 |
ASN1_PCTX_get_cert_flags| Name: | ASN1_PCTX_get_cert_flags | | Prototype: | unsigned long ASN1_PCTX_get_cert_flags(const ASN1_PCTX *p) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_prn.c | | Lines: | 131-135 |
| | 1 | 1 |
ASN1_PCTX_get_flags| Name: | ASN1_PCTX_get_flags | | Prototype: | unsigned long ASN1_PCTX_get_flags(const ASN1_PCTX *p) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_prn.c | | Lines: | 107-111 |
| | 1 | 1 |
ASN1_PCTX_get_nm_flags| Name: | ASN1_PCTX_get_nm_flags | | Prototype: | unsigned long ASN1_PCTX_get_nm_flags(const ASN1_PCTX *p) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_prn.c | | Lines: | 119-123 |
| | 1 | 1 |
ASN1_PCTX_get_oid_flags| Name: | ASN1_PCTX_get_oid_flags | | Prototype: | unsigned long ASN1_PCTX_get_oid_flags(const ASN1_PCTX *p) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_prn.c | | Lines: | 143-147 |
| | 1 | 1 |
ASN1_PCTX_get_str_flags| Name: | ASN1_PCTX_get_str_flags | | Prototype: | unsigned long ASN1_PCTX_get_str_flags(const ASN1_PCTX *p) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_prn.c | | Lines: | 155-159 |
| | 1 | 1 |
ASN1_PCTX_new| Name: | ASN1_PCTX_new | | Prototype: | ASN1_PCTX * ASN1_PCTX_new(void) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_prn.c | | Lines: | 84-99 |
| | 17 | 2 |
ASN1_PCTX_set_cert_flags| Name: | ASN1_PCTX_set_cert_flags | | Prototype: | void ASN1_PCTX_set_cert_flags(ASN1_PCTX *p, unsigned long flags) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_prn.c | | Lines: | 137-141 |
| | 1 | 1 |
ASN1_PCTX_set_flags| Name: | ASN1_PCTX_set_flags | | Prototype: | void ASN1_PCTX_set_flags(ASN1_PCTX *p, unsigned long flags) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_prn.c | | Lines: | 113-117 |
| | 1 | 1 |
ASN1_PCTX_set_nm_flags| Name: | ASN1_PCTX_set_nm_flags | | Prototype: | void ASN1_PCTX_set_nm_flags(ASN1_PCTX *p, unsigned long flags) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_prn.c | | Lines: | 125-129 |
| | 1 | 1 |
ASN1_PCTX_set_oid_flags| Name: | ASN1_PCTX_set_oid_flags | | Prototype: | void ASN1_PCTX_set_oid_flags(ASN1_PCTX *p, unsigned long flags) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_prn.c | | Lines: | 149-153 |
| | 1 | 1 |
ASN1_PCTX_set_str_flags| Name: | ASN1_PCTX_set_str_flags | | Prototype: | void ASN1_PCTX_set_str_flags(ASN1_PCTX *p, unsigned long flags) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_prn.c | | Lines: | 161-165 |
| | 1 | 1 |
ASN1_PRINTABLESTRING_free| Name: | ASN1_PRINTABLESTRING_free | | Prototype: | void ASN1_PRINTABLESTRING_free(ASN1_PRINTABLESTRING *a) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_typ.c | | Lines: | 289-293 |
| | 1 | 1 |
ASN1_PRINTABLESTRING_new| Name: | ASN1_PRINTABLESTRING_new | | Prototype: | ASN1_PRINTABLESTRING * ASN1_PRINTABLESTRING_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_typ.c | | Lines: | 283-287 |
| | 1 | 1 |
ASN1_PRINTABLE_free| Name: | ASN1_PRINTABLE_free | | Prototype: | void ASN1_PRINTABLE_free(ASN1_STRING *a) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_typ.c | | Lines: | 628-632 |
| | 1 | 1 |
ASN1_PRINTABLE_new| Name: | ASN1_PRINTABLE_new | | Prototype: | ASN1_STRING * ASN1_PRINTABLE_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/tasn_typ.c | | Lines: | 622-626 |
| | 1 | 1 |
ASN1_PRINTABLE_type| Name: | ASN1_PRINTABLE_type | | Prototype: | int ASN1_PRINTABLE_type(const unsigned char *s, int len) | | Coverage: | 0.000% (0/60) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_print.c | | Lines: | 63-96 |
| | 29 | 8 |
ASN1_STRING_TABLE_add| Name: | ASN1_STRING_TABLE_add | | Prototype: | int ASN1_STRING_TABLE_add(int nid, long minsize, long maxsize, unsigned long mask, unsigned long flags) | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_strnid.c | | Lines: | 250-287 |
| | 28 | 9 |
ASN1_STRING_TABLE_cleanup| Name: | ASN1_STRING_TABLE_cleanup | | Prototype: | void ASN1_STRING_TABLE_cleanup(void) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_strnid.c | | Lines: | 289-299 |
| | 10 | 2 |
ASN1_STRING_TABLE_get| Name: | ASN1_STRING_TABLE_get | | Prototype: | ASN1_STRING_TABLE * ASN1_STRING_TABLE_get(int nid) | | Coverage: | 20.000% (2/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_strnid.c | | Lines: | 230-248 |
| | 22 | 4 |
ASN1_STRING_cmp| Name: | ASN1_STRING_cmp | | Prototype: | int ASN1_STRING_cmp(const ASN1_STRING *a, const ASN1_STRING *b) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/asn1_lib.c | | Lines: | 442-456 |
| | 8 | 3 |
ASN1_STRING_copy| Name: | ASN1_STRING_copy | | Prototype: | int ASN1_STRING_copy(ASN1_STRING *dst, const ASN1_STRING *str) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/asn1_lib.c | | Lines: | 344-354 |
| | 9 | 3 |
ASN1_STRING_data| Name: | ASN1_STRING_data | | Prototype: | unsigned char * ASN1_STRING_data(ASN1_STRING *x) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/asn1_lib.c | | Lines: | 482-486 |
| | 1 | 1 |
ASN1_STRING_dup| Name: | ASN1_STRING_dup | | Prototype: | ASN1_STRING * ASN1_STRING_dup(const ASN1_STRING *str) | | Coverage: | 40.000% (4/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/asn1_lib.c | | Lines: | 356-371 |
| | 22 | 4 |
ASN1_STRING_free| Name: | ASN1_STRING_free | | Prototype: | void ASN1_STRING_free(ASN1_STRING *a) | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/asn1_lib.c | | Lines: | 432-440 |
| | 11 | 3 |
ASN1_STRING_get0_data| Name: | ASN1_STRING_get0_data | | Prototype: | const unsigned char * ASN1_STRING_get0_data(const ASN1_STRING *x) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/asn1_lib.c | | Lines: | 488-492 |
| | 1 | 1 |
ASN1_STRING_get_default_mask| Name: | ASN1_STRING_get_default_mask | | Prototype: | unsigned long ASN1_STRING_get_default_mask(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_strnid.c | | Lines: | 86-90 |
| | 1 | 1 |
ASN1_STRING_length| Name: | 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 |
ASN1_STRING_length_set| Name: | 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_new| Name: | 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_print| Name: | ASN1_STRING_print | | Prototype: | int ASN1_STRING_print(BIO *bp, const ASN1_STRING *v) | | Coverage: | 0.000% (0/28) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/t_x509.c | | Lines: | 349-377 |
| | 23 | 8 |
ASN1_STRING_print_ex| Name: | 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_print_ex_fp| Name: | 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_set| Name: | ASN1_STRING_set | | Prototype: | int ASN1_STRING_set(ASN1_STRING *str, const void *_data, int len) | | Coverage: | 66.667% (12/18) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/asn1_lib.c | | Lines: | 373-399 |
| | 27 | 6 |
ASN1_STRING_set0| Name: | 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_set_by_NID| Name: | ASN1_STRING_set_by_NID | | Prototype: | ASN1_STRING * ASN1_STRING_set_by_NID(ASN1_STRING **out, const unsigned char *in, int inlen, int inform, int nid) | | Coverage: | 57.143% (8/14) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_strnid.c | | Lines: | 132-155 |
| | 26 | 5 |
ASN1_STRING_set_default_mask| Name: | 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_set_default_mask_asc| Name: | ASN1_STRING_set_default_mask_asc | | Prototype: | int ASN1_STRING_set_default_mask_asc(const char *p) | | Coverage: | 0.000% (0/183) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_strnid.c | | Lines: | 101-125 |
| | 869 | 38 |
ASN1_STRING_to_UTF8| Name: | ASN1_STRING_to_UTF8 | | Prototype: | int ASN1_STRING_to_UTF8(unsigned char **out, const ASN1_STRING *in) | | Coverage: | 40.000% (6/15) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_strex.c | | Lines: | 626-649 |
| | 23 | 5 |
ASN1_STRING_type| Name: | 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_type_new| Name: | ASN1_STRING_type_new | | Prototype: | ASN1_STRING * ASN1_STRING_type_new(int type) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/asn1_lib.c | | Lines: | 415-430 |
| | 20 | 2 |
ASN1_T61STRING_free| Name: | 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_T61STRING_new| Name: | 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_TIME_adj| Name: | 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 |