Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
SSL_SESSION_set1_idName: | SSL_SESSION_set1_id | Prototype: | int SSL_SESSION_set1_id(SSL_SESSION *s, const unsigned char *sid, unsigned int sid_len) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_sess.c | Lines: | 853-864 |
| | 6 | 2 |
SSL_CTX_set_session_id_contextName: | SSL_CTX_set_session_id_context | Prototype: | int SSL_CTX_set_session_id_context(SSL_CTX *ctx, const unsigned char *sid_ctx, unsigned int sid_ctx_len) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | Lines: | 374-386 |
| | 6 | 2 |
SSL_CTX_callback_ctrlName: | SSL_CTX_callback_ctrl | Prototype: | long SSL_CTX_callback_ctrl(SSL_CTX *ctx, int cmd, void (*fp)(void)) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | Lines: | 1209-1222 |
| | 6 | 3 |
SSL_CIPHER_get_kx_nidName: | SSL_CIPHER_get_kx_nid | Prototype: | int SSL_CIPHER_get_kx_nid(const SSL_CIPHER *c) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_ciph.c | Lines: | 1721-1736 |
| | 6 | 6 |
SSL_CIPHER_get_auth_nidName: | SSL_CIPHER_get_auth_nid | Prototype: | int SSL_CIPHER_get_auth_nid(const SSL_CIPHER *c) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_ciph.c | Lines: | 1738-1753 |
| | 6 | 6 |
RSA_padding_check_noneName: | RSA_padding_check_none | Prototype: | int RSA_padding_check_none(unsigned char *to, int tlen, const unsigned char *from, int flen, int num) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_none.c | Lines: | 84-96 |
| | 6 | 2 |
RSA_newName: | RSA_new | Prototype: | RSA * RSA_new(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_lib.c | Lines: | 75-81 |
| | 6 | 1 |
RSA_X931_hash_idName: | RSA_X931_hash_id | Prototype: | int RSA_X931_hash_id(int nid) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_x931.c | Lines: | 149-164 |
| | 6 | 5 |
PKCS8_pkey_add1_attr_by_NIDName: | PKCS8_pkey_add1_attr_by_NID | Prototype: | int PKCS8_pkey_add1_attr_by_NID(PKCS8_PRIV_KEY_INFO *p8, int nid, int type, const unsigned char *bytes, int len) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/p8_pkey.c | Lines: | 177-185 |
| | 6 | 2 |
PKCS7_add_attrib_content_typeName: | PKCS7_add_attrib_content_type | Prototype: | int PKCS7_add_attrib_content_type(PKCS7_SIGNER_INFO *si, ASN1_OBJECT *coid) | Coverage: | 57.143% (4/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_attr.c | Lines: | 134-143 |
| | 6 | 3 |
PKCS7_SIGNER_INFO_get0_algsName: | PKCS7_SIGNER_INFO_get0_algs | Prototype: | void PKCS7_SIGNER_INFO_get0_algs(PKCS7_SIGNER_INFO *si, EVP_PKEY **pk, X509_ALGOR **pdig, X509_ALGOR **psig) | Coverage: | 50.000% (5/10) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_lib.c | Lines: | 463-473 |
| | 6 | 4 |
OPENSSL_init_sslName: | OPENSSL_init_ssl | Prototype: | int OPENSSL_init_ssl(uint64_t opts, const void *settings) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_init.c | Lines: | 37-51 |
| | 6 | 3 |
OPENSSL_add_all_algorithms_confName: | OPENSSL_add_all_algorithms_conf | Prototype: | void OPENSSL_add_all_algorithms_conf(void) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/c_all.c | Lines: | 309-314 |
| | 6 | 1 |
OCSP_basic_add1_certName: | OCSP_basic_add1_cert | Prototype: | int OCSP_basic_add1_cert(OCSP_BASICRESP *resp, X509 *cert) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_srv.c | Lines: | 208-218 |
| | 6 | 3 |
OCSP_REQUEST_add_extName: | OCSP_REQUEST_add_ext | Prototype: | int OCSP_REQUEST_add_ext(OCSP_REQUEST *x, X509_EXTENSION *ex, int loc) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | Lines: | 131-136 |
| | 6 | 1 |
OCSP_BASICRESP_add_extName: | OCSP_BASICRESP_add_ext | Prototype: | int OCSP_BASICRESP_add_ext(OCSP_BASICRESP *x, X509_EXTENSION *ex, int loc) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_ext.c | Lines: | 254-259 |
| | 6 | 1 |
OBJ_txt2nidName: | OBJ_txt2nid | Prototype: | int OBJ_txt2nid(const char *s) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/obj_dat.c | Lines: | 644-654 |
| | 6 | 1 |
OBJ_NAME_do_allName: | OBJ_NAME_do_all | Prototype: | void OBJ_NAME_do_all(int type, void (*fn)(const OBJ_NAME *, void *arg), void *arg) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/o_names.c | Lines: | 252-263 |
| | 6 | 1 |
NETSCAPE_SPKI_signName: | NETSCAPE_SPKI_sign | Prototype: | int NETSCAPE_SPKI_sign(NETSCAPE_SPKI *x, EVP_PKEY *pkey, const EVP_MD *md) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x_all.c | Lines: | 546-551 |
| | 6 | 1 |
NCONF_load_bioName: | NCONF_load_bio | Prototype: | int NCONF_load_bio(CONF *conf, BIO *bp, long *eline) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/conf/conf_lib.c | Lines: | 281-290 |
| | 6 | 2 |
NCONF_loadName: | NCONF_load | Prototype: | int NCONF_load(CONF *conf, const char *file, long *eline) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/conf/conf_lib.c | Lines: | 255-264 |
| | 6 | 2 |
NCONF_dump_bioName: | NCONF_dump_bio | Prototype: | int NCONF_dump_bio(const CONF *conf, BIO *out) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/conf/conf_lib.c | Lines: | 366-375 |
| | 6 | 2 |
MD5_InitName: | MD5_Init | Prototype: | int MD5_Init(MD5_CTX *c) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/md5/md5_dgst.c | Lines: | 72-80 |
| | 6 | 1 |
MD4_InitName: | MD4_Init | Prototype: | int MD4_Init(MD4_CTX *c) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/md4/md4_dgst.c | Lines: | 72-80 |
| | 6 | 1 |
HMAC_CTX_freeName: | HMAC_CTX_free | Prototype: | void HMAC_CTX_free(HMAC_CTX *ctx) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/hmac/hmac.c | Lines: | 187-196 |
| | 6 | 2 |
Gost2814789_encrypt_meshName: | Gost2814789_encrypt_mesh | Prototype: | static inline void Gost2814789_encrypt_mesh(unsigned char *iv, GOST2814789_KEY *key) | Coverage: | 83.333% (5/6) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/gost/gost2814789.c | Lines: | 183-193 |
| | 6 | 2 |
Gost2814789_ecb_encryptName: | Gost2814789_ecb_encrypt | Prototype: | void Gost2814789_ecb_encrypt(const unsigned char *in, unsigned char *out, GOST2814789_KEY *key, const int enc) | Coverage: | 55.556% (5/9) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/gost/gost2814789.c | Lines: | 168-181 |
| | 6 | 3 |
Gost2814789_cryptopro_key_meshName: | Gost2814789_cryptopro_key_mesh | Prototype: | void Gost2814789_cryptopro_key_mesh(GOST2814789_KEY *key) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/gost/gost89_params.c | Lines: | 232-243 |
| | 6 | 1 |
GOST_KEY_set_digestName: | GOST_KEY_set_digest | Prototype: | int GOST_KEY_set_digest(GOST_KEY *key, int digest_nid) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/gost/gostr341001_key.c | Lines: | 280-291 |
| | 6 | 2 |
EVP_aes_256_cbc_hmac_sha1Name: | EVP_aes_256_cbc_hmac_sha1 | Prototype: | const EVP_CIPHER * EVP_aes_256_cbc_hmac_sha1(void) | Coverage: | 66.667% (2/3) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/e_aes_cbc_hmac_sha1.c | Lines: | 578-583 |
| | 6 | 1 |
EVP_aes_128_cbc_hmac_sha1Name: | EVP_aes_128_cbc_hmac_sha1 | Prototype: | const EVP_CIPHER * EVP_aes_128_cbc_hmac_sha1(void) | Coverage: | 66.667% (2/3) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/e_aes_cbc_hmac_sha1.c | Lines: | 571-576 |
| | 6 | 1 |
EVP_PKEY_encrypt_oldName: | EVP_PKEY_encrypt_old | Prototype: | int EVP_PKEY_encrypt_old(unsigned char *ek, const unsigned char *key, int key_len, EVP_PKEY *pubk) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/p_enc.c | Lines: | 72-89 |
| | 6 | 3 |
EVP_PKEY_asn1_set_publicName: | EVP_PKEY_asn1_set_public | Prototype: | void EVP_PKEY_asn1_set_public(EVP_PKEY_ASN1_METHOD *ameth, int (*pub_decode)(EVP_PKEY *pk, X509_PUBKEY *pub), int (*pub_encode)(X509_PUBKEY *pub, const EVP_PKEY *pk), int (*pub_cmp)(const EVP_PKEY *a, const EVP_PKEY *b), int (*pub_print)(BIO *out, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx), int (*pkey_size)(const EVP_PKEY *pk), int (*pkey_bits)(const EVP_PKEY *pk)) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/ameth_lib.c | Lines: | 379-395 |
| | 6 | 1 |
EVP_PKEY_asn1_set_paramName: | EVP_PKEY_asn1_set_param | Prototype: | void EVP_PKEY_asn1_set_param(EVP_PKEY_ASN1_METHOD *ameth, int (*param_decode)(EVP_PKEY *pkey, const unsigned char **pder, int derlen), int (*param_encode)(const EVP_PKEY *pkey, unsigned char **pder), int (*param_missing)(const EVP_PKEY *pk), int (*param_copy)(EVP_PKEY *to, const EVP_PKEY *from), int (*param_cmp)(const EVP_PKEY *a, const EVP_PKEY *b), int (*param_print)(BIO *out, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx)) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/ameth_lib.c | Lines: | 409-425 |
| | 6 | 1 |
EVP_PBE_cleanupName: | EVP_PBE_cleanup | Prototype: | void EVP_PBE_cleanup(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/evp_pbe.c | Lines: | 305-310 |
| | 6 | 1 |
EVP_MD_CTX_freeName: | EVP_MD_CTX_free | Prototype: | void EVP_MD_CTX_free(EVP_MD_CTX *ctx) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/digest.c | Lines: | 335-344 |
| | 6 | 2 |
EVP_DigestInitName: | EVP_DigestInit | Prototype: | int EVP_DigestInit(EVP_MD_CTX *ctx, const EVP_MD *type) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/digest.c | Lines: | 125-130 |
| | 6 | 1 |
EVP_CIPHER_CTX_freeName: | EVP_CIPHER_CTX_free | Prototype: | void EVP_CIPHER_CTX_free(EVP_CIPHER_CTX *ctx) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/evp_enc.c | Lines: | 545-554 |
| | 6 | 2 |
ERR_set_markName: | ERR_set_mark | Prototype: | int ERR_set_mark(void) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/err/err.c | Lines: | 1154-1165 |
| | 6 | 2 |
ERR_remove_thread_stateName: | ERR_remove_thread_state | Prototype: | void ERR_remove_thread_state(const CRYPTO_THREADID *id) | Coverage: | 60.000% (3/5) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/err/err.c | Lines: | 1023-1036 |
| | 6 | 2 |
ERR_error_stringName: | ERR_error_string | Prototype: | char * ERR_error_string(unsigned long e, char *ret) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/err/err.c | Lines: | 944-954 |
| | 6 | 2 |
ENGINE_set_default_stringName: | ENGINE_set_default_string | Prototype: | int ENGINE_set_default_string(ENGINE *e, const char *def_list) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_fat.c | Lines: | 144-155 |
| | 6 | 2 |
ENGINE_load_builtin_enginesName: | ENGINE_load_builtin_engines | Prototype: | void ENGINE_load_builtin_engines(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_all.c | Lines: | 79-88 |
| | 6 | 1 |
ECDSA_sign_setupName: | ECDSA_sign_setup | Prototype: | int ECDSA_sign_setup(EC_KEY *eckey, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ecdsa/ecs_sign.c | Lines: | 103-111 |
| | 6 | 2 |
ECDSA_do_verifyName: | ECDSA_do_verify | Prototype: | int ECDSA_do_verify(const unsigned char *dgst, int dgst_len, const ECDSA_SIG *sig, EC_KEY *eckey) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ecdsa/ecs_vrf.c | Lines: | 72-81 |
| | 6 | 2 |
ECDH_compute_keyName: | ECDH_compute_key | Prototype: | int ECDH_compute_key(void *out, size_t outlen, const EC_POINT *pub_key, EC_KEY *eckey, void *(*KDF)(const void *in, size_t inlen, void *out, size_t *outlen)) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ecdh/ech_key.c | Lines: | 218-227 |
| | 6 | 2 |
DSA_SIG_freeName: | DSA_SIG_free | Prototype: | void DSA_SIG_free(DSA_SIG *sig) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dsa/dsa_sign.c | Lines: | 82-90 |
| | 6 | 2 |
DES_set_key_checkedName: | DES_set_key_checked | Prototype: | int DES_set_key_checked(const_DES_cblock *key, DES_key_schedule *schedule) | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/des/set_key.c | Lines: | 324-332 |
| | 6 | 3 |
CRYPTO_gcm128_tagName: | CRYPTO_gcm128_tag | Prototype: | void CRYPTO_gcm128_tag(GCM128_CONTEXT *ctx, unsigned char *tag, size_t len) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/modes/gcm128.c | Lines: | 1543-1547 |
| | 6 | 1 |
CONF_set_nconfName: | CONF_set_nconf | Prototype: | void CONF_set_nconf(CONF *conf, struct lhash_st_CONF_VALUE *hash) | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/conf/conf_lib.c | Lines: | 70-77 |
| | 6 | 2 |
CMAC_CTX_freeName: | CMAC_CTX_free | Prototype: | void CMAC_CTX_free(CMAC_CTX *ctx) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/cmac/cmac.c | Lines: | 123-131 |
| | 6 | 2 |
CMAC_CTX_cleanupName: | CMAC_CTX_cleanup | Prototype: | void CMAC_CTX_cleanup(CMAC_CTX *ctx) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/cmac/cmac.c | Lines: | 106-115 |
| | 6 | 1 |
CBS_get_optional_asn1Name: | CBS_get_optional_asn1 | Prototype: | int CBS_get_optional_asn1(CBS *cbs, CBS *out, int *out_present, unsigned int tag) | Coverage: | 75.000% (6/8) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/bs_cbs.c | Lines: | 425-437 |
| | 6 | 3 |
BUF_MEM_freeName: | BUF_MEM_free | Prototype: | void BUF_MEM_free(BUF_MEM *a) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/buffer/buffer.c | Lines: | 86-94 |
| | 6 | 2 |
BN_clearName: | BN_clear | Prototype: | void BN_clear(BIGNUM *a) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bn/bn_lib.c | Lines: | 527-535 |
| | 6 | 2 |
BN_STACK_initName: | BN_STACK_init | Prototype: | static void BN_STACK_init(BN_STACK *st) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bn/bn_ctx.c | Lines: | 329-334 |
| | 6 | 1 |
BN_RECP_CTX_setName: | BN_RECP_CTX_set | Prototype: | int BN_RECP_CTX_set(BN_RECP_CTX *recp, const BIGNUM *d, BN_CTX *ctx) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bn/bn_recp.c | Lines: | 99-108 |
| | 6 | 2 |
BN_POOL_initName: | BN_POOL_init | Prototype: | static void BN_POOL_init(BN_POOL *p) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bn/bn_ctx.c | Lines: | 385-390 |
| | 6 | 1 |
BN_MONT_CTX_initName: | BN_MONT_CTX_init | Prototype: | void BN_MONT_CTX_init(BN_MONT_CTX *ctx) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bn/bn_mont.c | Lines: | 336-345 |
| | 6 | 1 |
BN_GF2m_arr2polyName: | BN_GF2m_arr2poly | Prototype: | int BN_GF2m_arr2poly(const int p[], BIGNUM *a) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bn/bn_gf2m.c | Lines: | 1305-1319 |
| | 6 | 3 |
ASN1_TIME_printName: | ASN1_TIME_print | Prototype: | int ASN1_TIME_print(BIO *bp, const ASN1_TIME *tm) | Coverage: | 28.571% (2/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/t_x509.c | Lines: | 379-388 |
| | 6 | 3 |
v2i_GENERAL_NAMEName: | v2i_GENERAL_NAME | Prototype: | GENERAL_NAME * v2i_GENERAL_NAME(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, CONF_VALUE *cnf) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_alt.c | Lines: | 475-480 |
| | 5 | 1 |
update_buflenName: | update_buflen | Prototype: | static void update_buflen(const BIGNUM *b, size_t *pbuflen) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_ameth.c | Lines: | 185-194 |
| | 5 | 3 |
tlsext_srtp_serverhello_needsName: | tlsext_srtp_serverhello_needs | Prototype: | int tlsext_srtp_serverhello_needs(SSL *s) | Coverage: | 100.000% (5/5) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_tlsext.c | Lines: | 1118-1122 |
| | 5 | 1 |
tlsext_srtp_clienthello_needsName: | tlsext_srtp_clienthello_needs | Prototype: | int tlsext_srtp_clienthello_needs(SSL *s) | Coverage: | 100.000% (5/5) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_tlsext.c | Lines: | 995-999 |
| | 5 | 1 |
tlsext_sni_serverhello_needsName: | tlsext_sni_serverhello_needs | Prototype: | int tlsext_sni_serverhello_needs(SSL *s) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_tlsext.c | Lines: | 665-669 |
| | 5 | 1 |
tlsext_sni_clienthello_needsName: | tlsext_sni_clienthello_needs | Prototype: | int tlsext_sni_clienthello_needs(SSL *s) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_tlsext.c | Lines: | 581-585 |
| | 5 | 1 |
tlsext_ocsp_serverhello_parseName: | tlsext_ocsp_serverhello_parse | Prototype: | int tlsext_ocsp_serverhello_parse(SSL *s, CBS *cbs, int *alert) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_tlsext.c | Lines: | 852-862 |
| | 5 | 2 |
tlsext_alpn_serverhello_needsName: | tlsext_alpn_serverhello_needs | Prototype: | int tlsext_alpn_serverhello_needs(SSL *s) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_tlsext.c | Lines: | 104-108 |
| | 5 | 1 |
tls_peer_cert_providedName: | tls_peer_cert_provided | Prototype: | int tls_peer_cert_provided(struct tls *ctx) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/tls/tls_peer.c | Lines: | 49-53 |
| | 5 | 1 |
tls_connectName: | tls_connect | Prototype: | int tls_connect(struct tls *ctx, const char *host, const char *port) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/tls/tls_client.c | Lines: | 52-56 |
| | 5 | 1 |
tls_conn_session_resumedName: | tls_conn_session_resumed | Prototype: | int tls_conn_session_resumed(struct tls *ctx) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/tls/tls_conninfo.c | Lines: | 323-329 |
| | 5 | 2 |
tls1_md5_final_rawName: | tls1_md5_final_raw | Prototype: | static void tls1_md5_final_raw(void* ctx, unsigned char *md_out) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/s3_cbc.c | Lines: | 280-288 |
| | 5 | 1 |
tls1_handshake_hash_updateName: | tls1_handshake_hash_update | Prototype: | int tls1_handshake_hash_update(SSL *s, const unsigned char *buf, size_t len) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/t1_hash.c | Lines: | 63-70 |
| | 5 | 2 |
tls12_find_idName: | tls12_find_id | Prototype: | static int tls12_find_id(int nid, tls12_lookup *table, size_t tlen) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/t1_lib.c | Lines: | 1084-1093 |
| | 5 | 3 |
timingsafe_bcmpName: | timingsafe_bcmp | Prototype: | int timingsafe_bcmp(const void *b1, const void *b2, size_t n) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/compat/timingsafe_bcmp.c | Lines: | 20-29 |
| | 5 | 2 |
table2stringName: | table2string | Prototype: | static const char * table2string(long s, const OCSP_TBLSTR *ts, int len) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_prn.c | Lines: | 91-100 |
| | 5 | 3 |
ssl_get_algorithm2Name: | ssl_get_algorithm2 | Prototype: | long ssl_get_algorithm2(SSL *s) | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/s3_lib.c | Lines: | 2533-2542 |
| | 5 | 2 |
ssl_force_want_readName: | ssl_force_want_read | Prototype: | static void ssl_force_want_read(SSL *s) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_pkt.c | Lines: | 130-139 |
| | 5 | 1 |
ssl_cipher_ptr_id_cmpName: | ssl_cipher_ptr_id_cmp | Prototype: | int ssl_cipher_ptr_id_cmp(const SSL_CIPHER * const *ap, const SSL_CIPHER * const *bp) | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | Lines: | 1236-1247 |
| | 5 | 2 |
ssl_cipher_id_cmpName: | ssl_cipher_id_cmp | Prototype: | int ssl_cipher_id_cmp(const SSL_CIPHER *a, const SSL_CIPHER *b) | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | Lines: | 1224-1234 |
| | 5 | 2 |
ssl3_setup_buffersName: | ssl3_setup_buffers | Prototype: | int ssl3_setup_buffers(SSL *s) | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_both.c | Lines: | 753-761 |
| | 5 | 3 |
ssl3_send_server_kex_ecdheName: | ssl3_send_server_kex_ecdhe | Prototype: | static int ssl3_send_server_kex_ecdhe(SSL *s, CBB *cbb) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_srvr.c | Lines: | 1487-1498 |
| | 5 | 2 |
ssl3_get_client_kex_ecdheName: | ssl3_get_client_kex_ecdhe | Prototype: | static int ssl3_get_client_kex_ecdhe(SSL *s, CBS *cbs) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_srvr.c | Lines: | 1968-1975 |
| | 5 | 2 |
sk_sortName: | sk_sort | Prototype: | void sk_sort(_STACK *st) | Coverage: | 83.333% (5/6) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/stack/stack.c | Lines: | 319-334 |
| | 5 | 2 |
sk_numName: | sk_num | Prototype: | int sk_num(const _STACK *st) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/stack/stack.c | Lines: | 294-300 |
| | 5 | 2 |
sigx_cmpName: | sigx_cmp | Prototype: | static int sigx_cmp(const nid_triple * const *a, const nid_triple * const *b) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/objects/obj_xref.c | Lines: | 100-109 |
| | 5 | 2 |
send_fp_charsName: | send_fp_chars | Prototype: | static int send_fp_chars(void *arg, const void *buf, int len) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_strex.c | Lines: | 97-105 |
| | 5 | 3 |
send_bio_charsName: | send_bio_chars | Prototype: | static int send_bio_chars(void *arg, const void *buf, int len) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_strex.c | Lines: | 87-95 |
| | 5 | 3 |
rle_compress_blockName: | rle_compress_block | Prototype: | static int rle_compress_block(COMP_CTX *ctx, unsigned char *out, unsigned int olen, unsigned char *in, unsigned int ilen) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/comp/c_rle.c | Lines: | 26-38 |
| | 5 | 2 |
poly1305_update_with_pad16Name: | poly1305_update_with_pad16 | Prototype: | static void poly1305_update_with_pad16(poly1305_state *poly1305, const unsigned char *data, size_t data_len) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/e_chacha20poly1305.c | Lines: | 100-114 |
| | 5 | 2 |
pkey_rsa_cleanupName: | pkey_rsa_cleanup | Prototype: | static void pkey_rsa_cleanup(EVP_PKEY_CTX *ctx) | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_pmeth.c | Lines: | 151-161 |
| | 5 | 2 |
pkey_cmac_initName: | pkey_cmac_init | Prototype: | static int pkey_cmac_init(EVP_PKEY_CTX *ctx) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/cmac/cm_pmeth.c | Lines: | 66-74 |
| | 5 | 2 |
pkey_cmac_copyName: | pkey_cmac_copy | Prototype: | static int pkey_cmac_copy(EVP_PKEY_CTX *dst, EVP_PKEY_CTX *src) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/cmac/cm_pmeth.c | Lines: | 76-84 |
| | 5 | 3 |
ocsp_check_delegatedName: | ocsp_check_delegated | Prototype: | static int ocsp_check_delegated(X509 *x, int flags) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ocsp/ocsp_vfy.c | Lines: | 354-362 |
| | 5 | 2 |
nullf_putsName: | nullf_puts | Prototype: | static int nullf_puts(BIO *bp, const char *str) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bf_null.c | Lines: | 190-196 |
| | 5 | 2 |
nullf_getsName: | nullf_gets | Prototype: | static int nullf_gets(BIO *bp, char *buf, int size) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bf_null.c | Lines: | 182-188 |
| | 5 | 2 |
nullf_freeName: | nullf_free | Prototype: | static int nullf_free(BIO *a) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bf_null.c | Lines: | 104-113 |
| | 5 | 2 |
null_putsName: | null_puts | Prototype: | static int null_puts(BIO *bp, const char *str) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bss_null.c | Lines: | 152-158 |
| | 5 | 2 |
null_freeName: | null_free | Prototype: | static int null_free(BIO *a) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/bio/bss_null.c | Lines: | 100-106 |
| | 5 | 2 |