Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
X509_CRL_get_ext_by_criticalName: | X509_CRL_get_ext_by_critical | Prototype: | int X509_CRL_get_ext_by_critical(const X509_CRL *x, int crit, int lastpos) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_ext.c | Lines: | 35-38 |
| | 1 | 1 |
X509_CRL_get_ext_by_OBJName: | X509_CRL_get_ext_by_OBJ | Prototype: | int X509_CRL_get_ext_by_OBJ(const X509_CRL *x, const ASN1_OBJECT *obj, int lastpos) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_ext.c | Lines: | 29-33 |
| | 1 | 1 |
X509_CRL_get_ext_by_NIDName: | X509_CRL_get_ext_by_NID | Prototype: | int X509_CRL_get_ext_by_NID(const X509_CRL *x, int nid, int lastpos) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_ext.c | Lines: | 24-27 |
| | 1 | 1 |
X509_CRL_get_extName: | X509_CRL_get_ext | Prototype: | X509_EXTENSION *X509_CRL_get_ext(const X509_CRL *x, int loc) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_ext.c | Lines: | 40-43 |
| | 1 | 1 |
X509_CRL_get_REVOKEDName: | X509_CRL_get_REVOKED | Prototype: | struct stack_st_X509_REVOKED *X509_CRL_get_REVOKED(X509_CRL *crl) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509cset.c | Lines: | 116-119 |
| | 1 | 1 |
X509_CRL_get0_nextUpdateName: | X509_CRL_get0_nextUpdate | Prototype: | const ASN1_TIME *X509_CRL_get0_nextUpdate(const X509_CRL *crl) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509cset.c | Lines: | 89-92 |
| | 1 | 1 |
X509_CRL_get0_lastUpdateName: | X509_CRL_get0_lastUpdate | Prototype: | const ASN1_TIME *X509_CRL_get0_lastUpdate(const X509_CRL *crl) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509cset.c | Lines: | 84-87 |
| | 1 | 1 |
X509_CRL_get0_extensionsName: | X509_CRL_get0_extensions | Prototype: | const struct stack_st_X509_EXTENSION *X509_CRL_get0_extensions(const X509_CRL *crl) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509cset.c | Lines: | 111-114 |
| | 1 | 1 |
X509_CRL_freeName: | X509_CRL_free | Prototype: | void X509_CRL_free(X509_CRL *a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x_crl.c | Lines: | 298-298 |
| | 1 | 1 |
X509_CRL_dupName: | X509_CRL_dup | Prototype: | X509_CRL * X509_CRL_dup(X509_CRL *x) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x_crl.c | Lines: | 300-300 |
| | 1 | 1 |
X509_CRL_delete_extName: | X509_CRL_delete_ext | Prototype: | X509_EXTENSION *X509_CRL_delete_ext(X509_CRL *x, int loc) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_ext.c | Lines: | 45-48 |
| | 1 | 1 |
X509_CRL_cmpName: | X509_CRL_cmp | Prototype: | int X509_CRL_cmp(const X509_CRL *a, const X509_CRL *b) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_cmp.c | Lines: | 72-75 |
| | 1 | 1 |
X509_CRL_add_extName: | X509_CRL_add_ext | Prototype: | int X509_CRL_add_ext(X509_CRL *x, X509_EXTENSION *ex, int loc) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_ext.c | Lines: | 61-64 |
| | 5 | 1 |
X509_CRL_add1_ext_i2dName: | X509_CRL_add1_ext_i2d | Prototype: | int X509_CRL_add1_ext_i2d(X509_CRL *x, int nid, void *value, int crit, unsigned long flags) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_ext.c | Lines: | 55-59 |
| | 1 | 1 |
X509_CRL_INFO_newName: | X509_CRL_INFO_new | Prototype: | X509_CRL_INFO *X509_CRL_INFO_new(void) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x_crl.c | Lines: | 296-296 |
| | 1 | 1 |
X509_CRL_INFO_freeName: | X509_CRL_INFO_free | Prototype: | void X509_CRL_INFO_free(X509_CRL_INFO *a) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x_crl.c | Lines: | 296-296 |
| | 1 | 1 |
X509_CINF_newName: | X509_CINF_new | Prototype: | X509_CINF *X509_CINF_new(void) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x_x509.c | Lines: | 31-31 |
| | 1 | 1 |
X509_CINF_freeName: | X509_CINF_free | Prototype: | void X509_CINF_free(X509_CINF *a) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x_x509.c | Lines: | 31-31 |
| | 1 | 1 |
X509_CERT_AUX_newName: | X509_CERT_AUX_new | Prototype: | X509_CERT_AUX *X509_CERT_AUX_new(void) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x_x509a.c | Lines: | 34-34 |
| | 1 | 1 |
X509_CERT_AUX_freeName: | X509_CERT_AUX_free | Prototype: | void X509_CERT_AUX_free(X509_CERT_AUX *a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x_x509a.c | Lines: | 34-34 |
| | 1 | 1 |
X509_ATTRIBUTE_newName: | X509_ATTRIBUTE_new | Prototype: | X509_ATTRIBUTE *X509_ATTRIBUTE_new(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x_attrib.c | Lines: | 33-33 |
| | 1 | 1 |
X509_ATTRIBUTE_freeName: | X509_ATTRIBUTE_free | Prototype: | void X509_ATTRIBUTE_free(X509_ATTRIBUTE *a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x_attrib.c | Lines: | 33-33 |
| | 1 | 1 |
X509_ATTRIBUTE_dupName: | X509_ATTRIBUTE_dup | Prototype: | X509_ATTRIBUTE * X509_ATTRIBUTE_dup(X509_ATTRIBUTE *x) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x_attrib.c | Lines: | 34-34 |
| | 1 | 1 |
X509_ALGOR_newName: | X509_ALGOR_new | Prototype: | X509_ALGOR *X509_ALGOR_new(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/x_algor.c | Lines: | 25-25 |
| | 1 | 1 |
X509_ALGOR_freeName: | X509_ALGOR_free | Prototype: | void X509_ALGOR_free(X509_ALGOR *a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/x_algor.c | Lines: | 25-25 |
| | 1 | 1 |
X509_ALGOR_dupName: | X509_ALGOR_dup | Prototype: | X509_ALGOR * X509_ALGOR_dup(X509_ALGOR *x) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/x_algor.c | Lines: | 27-27 |
| | 1 | 1 |
X509V3_set_nconfName: | X509V3_set_nconf | Prototype: | void X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_conf.c | Lines: | 426-430 |
| | 2 | 1 |
X509V3_set_ctxName: | X509V3_set_ctx | Prototype: | void X509V3_set_ctx(X509V3_CTX *ctx, X509 *issuer, X509 *subj, X509_REQ *req, X509_CRL *crl, int flags) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_conf.c | Lines: | 432-440 |
| | 5 | 1 |
X509V3_set_conf_lhashName: | X509V3_set_conf_lhash | Prototype: | void X509V3_set_conf_lhash(X509V3_CTX *ctx, struct lhash_st_CONF_VALUE *lhash) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_conf.c | Lines: | 479-483 |
| | 2 | 1 |
X509V3_add_value_ucharName: | X509V3_add_value_uchar | Prototype: | int X509V3_add_value_uchar(const char *name, const unsigned char *value, struct stack_st_CONF_VALUE **extlist) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_utl.c | Lines: | 70-74 |
| | 1 | 1 |
X509V3_add_standard_extensionsName: | X509V3_add_standard_extensions | Prototype: | int X509V3_add_standard_extensions(void) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_lib.c | Lines: | 122-125 |
| | 1 | 1 |
X509V3_EXT_conf_nidName: | X509V3_EXT_conf_nid | Prototype: | X509_EXTENSION *X509V3_EXT_conf_nid(struct lhash_st_CONF_VALUE *conf, X509V3_CTX *ctx, int ext_nid, const char *value) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_conf.c | Lines: | 454-460 |
| | 3 | 1 |
X509V3_EXT_confName: | X509V3_EXT_conf | Prototype: | X509_EXTENSION *X509V3_EXT_conf(struct lhash_st_CONF_VALUE *conf, X509V3_CTX *ctx, const char *name, const char *value) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_conf.c | Lines: | 444-450 |
| | 3 | 1 |
X509V3_EXT_cleanupName: | X509V3_EXT_cleanup | Prototype: | void X509V3_EXT_cleanup(void) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_lib.c | Lines: | 105-109 |
| | 6 | 1 |
X509V3_EXT_add_confName: | X509V3_EXT_add_conf | Prototype: | int X509V3_EXT_add_conf(struct lhash_st_CONF_VALUE *conf, X509V3_CTX *ctx, const char *section, X509 *cert) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_conf.c | Lines: | 485-491 |
| | 3 | 1 |
X509V3_EXT_REQ_add_confName: | X509V3_EXT_REQ_add_conf | Prototype: | int X509V3_EXT_REQ_add_conf(struct lhash_st_CONF_VALUE *conf, X509V3_CTX *ctx, const char *section, X509_REQ *req) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_conf.c | Lines: | 505-511 |
| | 3 | 1 |
X509V3_EXT_CRL_add_confName: | X509V3_EXT_CRL_add_conf | Prototype: | int X509V3_EXT_CRL_add_conf(struct lhash_st_CONF_VALUE *conf, X509V3_CTX *ctx, const char *section, X509_CRL *crl) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_conf.c | Lines: | 495-501 |
| | 3 | 1 |
X448_public_from_privateName: | X448_public_from_private | Prototype: | void X448_public_from_private(uint8_t out_public_value[56], const uint8_t private_key[56]) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ec/curve448/curve448.c | Lines: | 723-727 |
| | 1 | 1 |
X448Name: | X448 | Prototype: | int X448(uint8_t out_shared_key[56], const uint8_t private_key[56], const uint8_t peer_public_value[56]) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ec/curve448/curve448.c | Lines: | 716-721 |
| | 2 | 1 |
X25519_public_from_privateName: | X25519_public_from_private | Prototype: | void X25519_public_from_private(uint8_t out_public_value[32], const uint8_t private_key[32]) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ec/curve25519.c | Lines: | 5435-5457 |
| | 14 | 1 |
X25519Name: | X25519 | Prototype: | int X25519(uint8_t out_shared_key[32], const uint8_t private_key[32], const uint8_t peer_public_value[32]) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ec/curve25519.c | Lines: | 5427-5433 |
| | 2 | 1 |
WPACKET_start_sub_packetName: | WPACKET_start_sub_packet | Prototype: | int WPACKET_start_sub_packet(WPACKET *pkt) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/ssl/packet.c | Lines: | 304-307 |
| | 1 | 1 |
WPACKET_initName: | WPACKET_init | Prototype: | int WPACKET_init(WPACKET *pkt, BUF_MEM *buf) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/ssl/packet.c | Lines: | 147-150 |
| | 1 | 1 |
WPACKET_get_currName: | WPACKET_get_curr | Prototype: | unsigned char *WPACKET_get_curr(WPACKET *pkt) | Coverage: | 100.000% (3/3) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/ssl/packet.c | Lines: | 410-413 |
| | 5 | 1 |
WHIRLPOOL_InitName: | WHIRLPOOL_Init | Prototype: | int WHIRLPOOL_Init(WHIRLPOOL_CTX *c) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/whrlpool/wp_dgst.c | Lines: | 59-63 |
| | 2 | 1 |
USERNOTICE_newName: | USERNOTICE_new | Prototype: | USERNOTICE *USERNOTICE_new(void) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_cpols.c | Lines: | 79-79 |
| | 1 | 1 |
USERNOTICE_freeName: | USERNOTICE_free | Prototype: | void USERNOTICE_free(USERNOTICE *a) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_cpols.c | Lines: | 79-79 |
| | 1 | 1 |
UI_set_resultName: | UI_set_result | Prototype: | int UI_set_result(UI *ui, UI_STRING *uis, const char *result) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ui/ui_lib.c | Lines: | 873-883 |
| | 1 | 1 |
UI_set_methodName: | UI_set_method | Prototype: | const UI_METHOD *UI_set_method(UI *ui, const UI_METHOD *meth) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ui/ui_lib.c | Lines: | 589-593 |
| | 2 | 1 |
UI_set_ex_dataName: | UI_set_ex_data | Prototype: | int UI_set_ex_data(UI *r, int idx, void *arg) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ui/ui_lib.c | Lines: | 574-577 |
| | 1 | 1 |
UI_set_default_methodName: | UI_set_default_method | Prototype: | void UI_set_default_method(const UI_METHOD *meth) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ui/ui_openssl.c | Lines: | 730-733 |
| | 1 | 1 |
UI_nullName: | UI_null | Prototype: | const UI_METHOD *UI_null(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ui/ui_null.c | Lines: | 23-26 |
| | 1 | 1 |
UI_newName: | UI_new | Prototype: | UI *UI_new(void) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ui/ui_lib.c | Lines: | 18-21 |
| | 5 | 1 |
UI_method_set_ex_dataName: | UI_method_set_ex_data | Prototype: | int UI_method_set_ex_data(UI_METHOD *method, int idx, void *data) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ui/ui_lib.c | Lines: | 701-704 |
| | 1 | 1 |
UI_method_get_ex_dataName: | UI_method_get_ex_data | Prototype: | const void *UI_method_get_ex_data(const UI_METHOD *method, int idx) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ui/ui_lib.c | Lines: | 763-766 |
| | 1 | 1 |
UI_get_methodName: | UI_get_method | Prototype: | const UI_METHOD *UI_get_method(UI *ui) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ui/ui_lib.c | Lines: | 584-587 |
| | 1 | 1 |
UI_get_input_flagsName: | UI_get_input_flags | Prototype: | int UI_get_input_flags(UI_STRING *uis) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ui/ui_lib.c | Lines: | 773-776 |
| | 1 | 1 |
UI_get_ex_dataName: | UI_get_ex_data | Prototype: | void *UI_get_ex_data(UI *r, int idx) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ui/ui_lib.c | Lines: | 579-582 |
| | 1 | 1 |
UI_get_default_methodName: | UI_get_default_method | Prototype: | const UI_METHOD *UI_get_default_method(void) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ui/ui_openssl.c | Lines: | 735-738 |
| | 1 | 1 |
UI_get0_user_dataName: | UI_get0_user_data | Prototype: | void *UI_get0_user_data(UI *ui) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ui/ui_lib.c | Lines: | 427-430 |
| | 1 | 1 |
UI_get0_output_stringName: | UI_get0_output_string | Prototype: | const char *UI_get0_output_string(UI_STRING *uis) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ui/ui_lib.c | Lines: | 778-781 |
| | 1 | 1 |
UI_add_verify_stringName: | UI_add_verify_string | Prototype: | int UI_add_verify_string(UI *ui, const char *prompt, int flags, char *result_buf, int minsize, int maxsize, const char *test_buf) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ui/ui_lib.c | Lines: | 225-232 |
| | 3 | 1 |
UI_add_input_stringName: | UI_add_input_string | Prototype: | int UI_add_input_string(UI *ui, const char *prompt, int flags, char *result_buf, int minsize, int maxsize) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ui/ui_lib.c | Lines: | 198-204 |
| | 7 | 1 |
UI_add_input_booleanName: | UI_add_input_boolean | Prototype: | int UI_add_input_boolean(UI *ui, const char *prompt, const char *action_desc, const char *ok_chars, const char *cancel_chars, int flags, char *result_buf) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ui/ui_lib.c | Lines: | 253-260 |
| | 3 | 1 |
UI_add_info_stringName: | UI_add_info_string | Prototype: | int UI_add_info_string(UI *ui, const char *text) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ui/ui_lib.c | Lines: | 314-318 |
| | 10 | 1 |
UI_add_error_stringName: | UI_add_error_string | Prototype: | int UI_add_error_string(UI *ui, const char *text) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ui/ui_lib.c | Lines: | 336-340 |
| | 10 | 1 |
UI_UTIL_read_pw_stringName: | UI_UTIL_read_pw_string | Prototype: | int UI_UTIL_read_pw_string(char *buf, int length, const char *prompt, int verify) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ui/ui_util.c | Lines: | 18-29 |
| | 23 | 1 |
UI_OpenSSLName: | UI_OpenSSL | Prototype: | UI_METHOD *UI_OpenSSL(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ui/ui_openssl.c | Lines: | 717-720 |
| | 1 | 1 |
U8TOU32Name: | U8TOU32 | Prototype: | static unsigned int U8TOU32(const unsigned char *p) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/poly1305/poly1305.c | Lines: | 23-29 |
| | 4 | 1 |
TS_X509_ALGOR_print_bioName: | TS_X509_ALGOR_print_bio | Prototype: | int TS_X509_ALGOR_print_bio(BIO *bio, const X509_ALGOR *alg) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_lib.c | Lines: | 73-78 |
| | 3 | 1 |
TS_VERIFY_CTX_set_storeName: | TS_VERIFY_CTX_set_store | Prototype: | X509_STORE *TS_VERIFY_CTX_set_store(TS_VERIFY_CTX *ctx, X509_STORE *s) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_verify_ctx.c | Lines: | 57-61 |
| | 2 | 1 |
TS_VERIFY_CTX_set_imprintName: | TS_VERIFY_CTX_set_imprint | Prototype: | unsigned char *TS_VERIFY_CTX_set_imprint(TS_VERIFY_CTX *ctx, unsigned char *hexstr, long len) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_verify_ctx.c | Lines: | 70-76 |
| | 3 | 1 |
TS_VERIFY_CTX_set_flagsName: | TS_VERIFY_CTX_set_flags | Prototype: | int TS_VERIFY_CTX_set_flags(TS_VERIFY_CTX *ctx, int f) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_verify_ctx.c | Lines: | 45-49 |
| | 2 | 1 |
TS_VERIFY_CTX_set_dataName: | TS_VERIFY_CTX_set_data | Prototype: | BIO *TS_VERIFY_CTX_set_data(TS_VERIFY_CTX *ctx, BIO *b) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_verify_ctx.c | Lines: | 51-55 |
| | 2 | 1 |
TS_VERIFY_CTX_initName: | TS_VERIFY_CTX_init | Prototype: | void TS_VERIFY_CTX_init(TS_VERIFY_CTX *ctx) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_verify_ctx.c | Lines: | 24-28 |
| | 6 | 1 |
TS_VERIFY_CTX_add_flagsName: | TS_VERIFY_CTX_add_flags | Prototype: | int TS_VERIFY_CTX_add_flags(TS_VERIFY_CTX *ctx, int f) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_verify_ctx.c | Lines: | 39-43 |
| | 2 | 1 |
TS_VERIFY_CTS_set_certsName: | TS_VERIFY_CTS_set_certs | Prototype: | struct stack_st_X509 *TS_VERIFY_CTS_set_certs(TS_VERIFY_CTX *ctx, struct stack_st_X509 *certs) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_verify_ctx.c | Lines: | 63-68 |
| | 2 | 1 |
TS_TST_INFO_set_versionName: | TS_TST_INFO_set_version | Prototype: | int TS_TST_INFO_set_version(TS_TST_INFO *a, long version) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_rsp_utils.c | Lines: | 58-61 |
| | 1 | 1 |
TS_TST_INFO_set_orderingName: | TS_TST_INFO_set_ordering | Prototype: | int TS_TST_INFO_set_ordering(TS_TST_INFO *a, int ordering) | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_rsp_utils.c | Lines: | 240-244 |
| | 2 | 1 |
TS_TST_INFO_newName: | TS_TST_INFO_new | Prototype: | TS_TST_INFO *TS_TST_INFO_new(void) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_asn1.c | Lines: | 99-99 |
| | 1 | 1 |
TS_TST_INFO_get_versionName: | TS_TST_INFO_get_version | Prototype: | long TS_TST_INFO_get_version(const TS_TST_INFO *a) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_rsp_utils.c | Lines: | 63-66 |
| | 1 | 1 |
TS_TST_INFO_get_tsaName: | TS_TST_INFO_get_tsa | Prototype: | GENERAL_NAME *TS_TST_INFO_get_tsa(TS_TST_INFO *a) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_rsp_utils.c | Lines: | 288-291 |
| | 1 | 1 |
TS_TST_INFO_get_timeName: | TS_TST_INFO_get_time | Prototype: | const ASN1_GENERALIZEDTIME *TS_TST_INFO_get_time(const TS_TST_INFO *a) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_rsp_utils.c | Lines: | 147-150 |
| | 1 | 1 |
TS_TST_INFO_get_serialName: | TS_TST_INFO_get_serial | Prototype: | const ASN1_INTEGER *TS_TST_INFO_get_serial(const TS_TST_INFO *a) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_rsp_utils.c | Lines: | 126-129 |
| | 1 | 1 |
TS_TST_INFO_get_policy_idName: | TS_TST_INFO_get_policy_id | Prototype: | ASN1_OBJECT *TS_TST_INFO_get_policy_id(TS_TST_INFO *a) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_rsp_utils.c | Lines: | 84-87 |
| | 1 | 1 |
TS_TST_INFO_get_orderingName: | TS_TST_INFO_get_ordering | Prototype: | int TS_TST_INFO_get_ordering(const TS_TST_INFO *a) | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_rsp_utils.c | Lines: | 246-249 |
| | 1 | 1 |
TS_TST_INFO_get_nonceName: | TS_TST_INFO_get_nonce | Prototype: | const ASN1_INTEGER *TS_TST_INFO_get_nonce(const TS_TST_INFO *a) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_rsp_utils.c | Lines: | 267-270 |
| | 1 | 1 |
TS_TST_INFO_get_msg_imprintName: | TS_TST_INFO_get_msg_imprint | Prototype: | TS_MSG_IMPRINT *TS_TST_INFO_get_msg_imprint(TS_TST_INFO *a) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_rsp_utils.c | Lines: | 105-108 |
| | 1 | 1 |
TS_TST_INFO_get_extsName: | TS_TST_INFO_get_exts | Prototype: | struct stack_st_X509_EXTENSION *TS_TST_INFO_get_exts(TS_TST_INFO *a) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_rsp_utils.c | Lines: | 293-296 |
| | 1 | 1 |
TS_TST_INFO_get_ext_d2iName: | TS_TST_INFO_get_ext_d2i | Prototype: | void *TS_TST_INFO_get_ext_d2i(TS_TST_INFO *a, int nid, int *crit, int *idx) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_rsp_utils.c | Lines: | 341-344 |
| | 1 | 1 |
TS_TST_INFO_get_ext_countName: | TS_TST_INFO_get_ext_count | Prototype: | int TS_TST_INFO_get_ext_count(TS_TST_INFO *a) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_rsp_utils.c | Lines: | 306-309 |
| | 1 | 1 |
TS_TST_INFO_get_ext_by_criticalName: | TS_TST_INFO_get_ext_by_critical | Prototype: | int TS_TST_INFO_get_ext_by_critical(TS_TST_INFO *a, int crit, int lastpos) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_rsp_utils.c | Lines: | 321-324 |
| | 1 | 1 |
TS_TST_INFO_get_ext_by_OBJName: | TS_TST_INFO_get_ext_by_OBJ | Prototype: | int TS_TST_INFO_get_ext_by_OBJ(TS_TST_INFO *a, const ASN1_OBJECT *obj, int lastpos) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_rsp_utils.c | Lines: | 316-319 |
| | 1 | 1 |
TS_TST_INFO_get_ext_by_NIDName: | TS_TST_INFO_get_ext_by_NID | Prototype: | int TS_TST_INFO_get_ext_by_NID(TS_TST_INFO *a, int nid, int lastpos) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_rsp_utils.c | Lines: | 311-314 |
| | 1 | 1 |
TS_TST_INFO_get_extName: | TS_TST_INFO_get_ext | Prototype: | X509_EXTENSION *TS_TST_INFO_get_ext(TS_TST_INFO *a, int loc) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_rsp_utils.c | Lines: | 326-329 |
| | 1 | 1 |
TS_TST_INFO_get_accuracyName: | TS_TST_INFO_get_accuracy | Prototype: | TS_ACCURACY *TS_TST_INFO_get_accuracy(TS_TST_INFO *a) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_rsp_utils.c | Lines: | 168-171 |
| | 1 | 1 |
TS_TST_INFO_freeName: | TS_TST_INFO_free | Prototype: | void TS_TST_INFO_free(TS_TST_INFO *a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_asn1.c | Lines: | 99-99 |
| | 1 | 1 |
TS_TST_INFO_dupName: | TS_TST_INFO_dup | Prototype: | TS_TST_INFO * TS_TST_INFO_dup(TS_TST_INFO *x) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_asn1.c | Lines: | 100-100 |
| | 1 | 1 |
TS_TST_INFO_delete_extName: | TS_TST_INFO_delete_ext | Prototype: | X509_EXTENSION *TS_TST_INFO_delete_ext(TS_TST_INFO *a, int loc) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_rsp_utils.c | Lines: | 331-334 |
| | 1 | 1 |
TS_TST_INFO_add_extName: | TS_TST_INFO_add_ext | Prototype: | int TS_TST_INFO_add_ext(TS_TST_INFO *a, X509_EXTENSION *ex, int loc) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_rsp_utils.c | Lines: | 336-339 |
| | 5 | 1 |