| Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity | 
 int| Name:  | int |  | Prototype:  | int (*BIO_meth_get_read(const BIO_METHOD *biom)) (BIO *, char *, int) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/bio/bio_meth.c |  | Lines:  | 105-108 |  
  |  | 1 | 1 | 
 int| Name:  | int |  | Prototype:  | int (*BIO_meth_get_read_ex(const BIO_METHOD *biom)) (BIO *, char *, size_t, size_t *) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/bio/bio_meth.c |  | Lines:  | 110-113 |  
  |  | 1 | 1 | 
 int| Name:  | int |  | Prototype:  | int (*BIO_meth_get_puts(const BIO_METHOD *biom)) (BIO *, const char *) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/bio/bio_meth.c |  | Lines:  | 151-154 |  
  |  | 1 | 1 | 
 int| Name:  | int |  | Prototype:  | int (*BIO_meth_get_gets(const BIO_METHOD *biom)) (BIO *, char *, int) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/bio/bio_meth.c |  | Lines:  | 163-166 |  
  |  | 1 | 1 | 
 int| Name:  | int |  | Prototype:  | int (*BIO_meth_get_create(const BIO_METHOD *biom)) (BIO *) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/bio/bio_meth.c |  | Lines:  | 187-190 |  
  |  | 1 | 1 | 
 int| Name:  | int |  | Prototype:  | int (*BIO_meth_get_destroy(const BIO_METHOD *biom)) (BIO *) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/bio/bio_meth.c |  | Lines:  | 198-201 |  
  |  | 1 | 1 | 
 int| Name:  | int |  | Prototype:  | int (*DH_meth_get_generate_key(const DH_METHOD *dhm)) (DH *) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/dh/dh_meth.c |  | Lines:  | 100-103 |  
  |  | 1 | 1 | 
 int| Name:  | int |  | Prototype:  | int (*DH_meth_get_compute_key(const DH_METHOD *dhm)) (unsigned char *key, const BIGNUM *pub_key, DH *dh) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/dh/dh_meth.c |  | Lines:  | 111-115 |  
  |  | 1 | 1 | 
 int| Name:  | int |  | Prototype:  | int (*DH_meth_get_bn_mod_exp(const DH_METHOD *dhm)) (const DH *, BIGNUM *, const BIGNUM *, const BIGNUM *, const BIGNUM *, BN_CTX *, BN_MONT_CTX *) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/dh/dh_meth.c |  | Lines:  | 125-130 |  
  |  | 1 | 1 | 
 int| Name:  | int |  | Prototype:  | int (*DH_meth_get_init(const DH_METHOD *dhm))(DH *) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/dh/dh_meth.c |  | Lines:  | 140-143 |  
  |  | 1 | 1 | 
 int| Name:  | int |  | Prototype:  | int (*DH_meth_get_finish(const DH_METHOD *dhm)) (DH *) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/dh/dh_meth.c |  | Lines:  | 151-154 |  
  |  | 1 | 1 | 
 int| Name:  | int |  | Prototype:  | int (*DH_meth_get_generate_params(const DH_METHOD *dhm)) (DH *, int, int, BN_GENCB *) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/dh/dh_meth.c |  | Lines:  | 162-166 |  
  |  | 1 | 1 | 
 int| Name:  | int |  | Prototype:  | int (*DSA_meth_get_sign_setup(const DSA_METHOD *dsam)) (DSA *, BN_CTX *, BIGNUM **, BIGNUM **) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/dsa/dsa_meth.c |  | Lines:  | 121-125 |  
  |  | 1 | 1 | 
 int| Name:  | int |  | Prototype:  | int (*DSA_meth_get_verify(const DSA_METHOD *dsam)) (const unsigned char *, int, DSA_SIG *, DSA *) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/dsa/dsa_meth.c |  | Lines:  | 134-138 |  
  |  | 1 | 1 | 
 int| Name:  | int |  | Prototype:  | int (*DSA_meth_get_mod_exp(const DSA_METHOD *dsam)) (DSA *, BIGNUM *, const BIGNUM *, const BIGNUM *, const BIGNUM *, const BIGNUM *, const BIGNUM *, BN_CTX *, BN_MONT_CTX *) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/dsa/dsa_meth.c |  | Lines:  | 147-152 |  
  |  | 1 | 1 | 
 int| Name:  | int |  | Prototype:  | int (*DSA_meth_get_bn_mod_exp(const DSA_METHOD *dsam)) (DSA *, BIGNUM *, const BIGNUM *, const BIGNUM *, const BIGNUM *, BN_CTX *, BN_MONT_CTX *) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/dsa/dsa_meth.c |  | Lines:  | 163-168 |  
  |  | 1 | 1 | 
 int| Name:  | int |  | Prototype:  | int (*DSA_meth_get_init(const DSA_METHOD *dsam))(DSA *) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/dsa/dsa_meth.c |  | Lines:  | 178-181 |  
  |  | 1 | 1 | 
 int| Name:  | int |  | Prototype:  | int (*DSA_meth_get_finish(const DSA_METHOD *dsam)) (DSA *) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/dsa/dsa_meth.c |  | Lines:  | 189-192 |  
  |  | 1 | 1 | 
 int| Name:  | int |  | Prototype:  | int (*DSA_meth_get_paramgen(const DSA_METHOD *dsam)) (DSA *, int, const unsigned char *, int, int *, unsigned long *, BN_GENCB *) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/dsa/dsa_meth.c |  | Lines:  | 200-205 |  
  |  | 1 | 1 | 
 int| Name:  | int |  | Prototype:  | int (*DSA_meth_get_keygen(const DSA_METHOD *dsam)) (DSA *) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/dsa/dsa_meth.c |  | Lines:  | 215-218 |  
  |  | 1 | 1 | 
 int| Name:  | int |  | Prototype:  | int (*EVP_CIPHER_meth_get_cleanup(const EVP_CIPHER *cipher))(EVP_CIPHER_CTX *) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/evp/cmeth_lib.c |  | Lines:  | 128-131 |  
  |  | 1 | 1 | 
 int| Name:  | int |  | Prototype:  | int (*EVP_CIPHER_meth_get_set_asn1_params(const EVP_CIPHER *cipher))(EVP_CIPHER_CTX *, ASN1_TYPE *) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/evp/cmeth_lib.c |  | Lines:  | 133-137 |  
  |  | 1 | 1 | 
 int| Name:  | int |  | Prototype:  | int (*EVP_CIPHER_meth_get_get_asn1_params(const EVP_CIPHER *cipher))(EVP_CIPHER_CTX *, ASN1_TYPE *) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/evp/cmeth_lib.c |  | Lines:  | 139-143 |  
  |  | 1 | 1 | 
 int| Name:  | int |  | Prototype:  | int (*EVP_MD_meth_get_init(const EVP_MD *md))(EVP_MD_CTX *ctx) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/evp/evp_lib.c |  | Lines:  | 421-424 |  
  |  | 1 | 1 | 
 int| Name:  | int |  | Prototype:  | int (*EVP_MD_meth_get_update(const EVP_MD *md))(EVP_MD_CTX *ctx, const void *data, size_t count) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/evp/evp_lib.c |  | Lines:  | 425-430 |  
  |  | 1 | 1 | 
 int| Name:  | int |  | Prototype:  | int (*EVP_MD_meth_get_final(const EVP_MD *md))(EVP_MD_CTX *ctx, unsigned char *md) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/evp/evp_lib.c |  | Lines:  | 431-435 |  
  |  | 1 | 1 | 
 int| Name:  | int |  | Prototype:  | int (*EVP_MD_meth_get_copy(const EVP_MD *md))(EVP_MD_CTX *to, const EVP_MD_CTX *from) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/evp/evp_lib.c |  | Lines:  | 436-440 |  
  |  | 1 | 1 | 
 int| Name:  | int |  | Prototype:  | int (*EVP_MD_meth_get_cleanup(const EVP_MD *md))(EVP_MD_CTX *ctx) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/evp/evp_lib.c |  | Lines:  | 441-444 |  
  |  | 1 | 1 | 
 int| Name:  | int |  | Prototype:  | int (*EVP_MD_meth_get_ctrl(const EVP_MD *md))(EVP_MD_CTX *ctx, int cmd, int p1, void *p2) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/evp/evp_lib.c |  | Lines:  | 445-449 |  
  |  | 1 | 1 | 
 int| Name:  | int |  | Prototype:  | int (*EVP_MD_CTX_update_fn(EVP_MD_CTX *ctx))(EVP_MD_CTX *ctx, const void *data, size_t count) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/evp/evp_lib.c |  | Lines:  | 487-491 |  
  |  | 1 | 1 | 
 int| Name:  | int |  | Prototype:  | int (*RSA_meth_get_pub_enc(const RSA_METHOD *meth)) (int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/rsa/rsa_meth.c |  | Lines:  | 100-105 |  
  |  | 1 | 1 | 
 int| Name:  | int |  | Prototype:  | int (*RSA_meth_get_pub_dec(const RSA_METHOD *meth)) (int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/rsa/rsa_meth.c |  | Lines:  | 116-121 |  
  |  | 1 | 1 | 
 int| Name:  | int |  | Prototype:  | int (*RSA_meth_get_priv_enc(const RSA_METHOD *meth)) (int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/rsa/rsa_meth.c |  | Lines:  | 132-137 |  
  |  | 1 | 1 | 
 int| Name:  | int |  | Prototype:  | int (*RSA_meth_get_priv_dec(const RSA_METHOD *meth)) (int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/rsa/rsa_meth.c |  | Lines:  | 148-153 |  
  |  | 1 | 1 | 
 int| Name:  | int |  | Prototype:  | int (*RSA_meth_get_mod_exp(const RSA_METHOD *meth)) (BIGNUM *r0, const BIGNUM *i, RSA *rsa, BN_CTX *ctx) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/rsa/rsa_meth.c |  | Lines:  | 165-169 |  
  |  | 1 | 1 | 
 int| Name:  | int |  | Prototype:  | int (*RSA_meth_get_bn_mod_exp(const RSA_METHOD *meth)) (BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/rsa/rsa_meth.c |  | Lines:  | 180-185 |  
  |  | 1 | 1 | 
 int| Name:  | int |  | Prototype:  | int (*RSA_meth_get_init(const RSA_METHOD *meth)) (RSA *rsa) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/rsa/rsa_meth.c |  | Lines:  | 200-203 |  
  |  | 1 | 1 | 
 int| Name:  | int |  | Prototype:  | int (*RSA_meth_get_finish(const RSA_METHOD *meth)) (RSA *rsa) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/rsa/rsa_meth.c |  | Lines:  | 212-215 |  
  |  | 1 | 1 | 
 int| Name:  | int |  | Prototype:  | int (*RSA_meth_get_sign(const RSA_METHOD *meth)) (int type, const unsigned char *m, unsigned int m_length, unsigned char *sigret, unsigned int *siglen, const RSA *rsa) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/rsa/rsa_meth.c |  | Lines:  | 223-230 |  
  |  | 1 | 1 | 
 int| Name:  | int |  | Prototype:  | int (*RSA_meth_get_verify(const RSA_METHOD *meth)) (int dtype, const unsigned char *m, unsigned int m_length, const unsigned char *sigbuf, unsigned int siglen, const RSA *rsa) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/rsa/rsa_meth.c |  | Lines:  | 242-248 |  
  |  | 1 | 1 | 
 int| Name:  | int |  | Prototype:  | int (*RSA_meth_get_keygen(const RSA_METHOD *meth)) (RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/rsa/rsa_meth.c |  | Lines:  | 260-264 |  
  |  | 1 | 1 | 
 int| Name:  | int |  | Prototype:  | int (*RSA_meth_get_multi_prime_keygen(const RSA_METHOD *meth)) (RSA *rsa, int bits, int primes, BIGNUM *e, BN_GENCB *cb) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/rsa/rsa_meth.c |  | Lines:  | 274-278 |  
  |  | 1 | 1 | 
 int| Name:  | int |  | Prototype:  | int (*X509_LOOKUP_meth_get_new_item(const X509_LOOKUP_METHOD* method)) (X509_LOOKUP *ctx) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_meth.c |  | Lines:  | 53-57 |  
  |  | 1 | 1 | 
 int| Name:  | int |  | Prototype:  | int (*X509_LOOKUP_meth_get_init(const X509_LOOKUP_METHOD* method)) (X509_LOOKUP *ctx) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_meth.c |  | Lines:  | 80-84 |  
  |  | 1 | 1 | 
 int| Name:  | int |  | Prototype:  | int (*X509_LOOKUP_meth_get_shutdown(const X509_LOOKUP_METHOD* method)) (X509_LOOKUP *ctx) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_meth.c |  | Lines:  | 94-98 |  
  |  | 1 | 1 | 
 int| Name:  | int |  | Prototype:  | int (*SSL_CTX_get_verify_callback(const SSL_CTX *ctx)) (int, X509_STORE_CTX *) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/ssl/ssl_lib.c |  | Lines:  | 1447-1449 |  
  |  | 1 | 1 | 
 int| Name:  | int |  | Prototype:  | int (*SSL_get_security_callback(const SSL *s)) (const SSL *s, const SSL_CTX *ctx, int op, int bits, int nid, void *other, void *ex) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/ssl/ssl_lib.c |  | Lines:  | 4473-4478 |  
  |  | 1 | 1 | 
 int| Name:  | int |  | Prototype:  | int (*SSL_CTX_get_security_callback(const SSL_CTX *ctx)) (const SSL *s, const SSL_CTX *ctx, int op, int bits, int nid, void *other, void *ex) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/ssl/ssl_lib.c |  | Lines:  | 4508-4515 |  
  |  | 1 | 1 | 
 int| Name:  | int |  | Prototype:  | int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx)) (SSL *ssl, SSL_SESSION *sess) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/ssl/ssl_sess.c |  | Lines:  | 1189-1191 |  
  |  | 1 | 1 | 
 int| Name:  | int |  | Prototype:  | int (*SSL_CTX_get_client_cert_cb(SSL_CTX *ctx)) (SSL *ssl, X509 **x509, EVP_PKEY **pkey) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/ssl/ssl_sess.c |  | Lines:  | 1237-1240 |  
  |  | 1 | 1 | 
 int| Name:  | int |  | Prototype:  | int (*EVP_CIPHER_meth_get_init(const EVP_CIPHER *cipher))(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/evp/cmeth_lib.c |  | Lines:  | 113-119 |  
  |  | 1 | 1 | 
 int| Name:  | int |  | Prototype:  | int (*EVP_CIPHER_meth_get_do_cipher(const EVP_CIPHER *cipher))(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/evp/cmeth_lib.c |  | Lines:  | 120-126 |  
  |  | 1 | 1 | 
 int| Name:  | int |  | Prototype:  | int (*EVP_CIPHER_meth_get_ctrl(const EVP_CIPHER *cipher))(EVP_CIPHER_CTX *, int type, int arg, void *ptr) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/evp/cmeth_lib.c |  | Lines:  | 145-150 |  
  |  | 1 | 1 | 
 int| Name:  | int |  | Prototype:  | int (*SSL_get_verify_callback(const SSL *s)) (int, X509_STORE_CTX *) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/ssl/ssl_lib.c |  | Lines:  | 1433-1435 |  
  |  | 1 | 1 | 
 init512_256| Name:  | init512_256 |  | Prototype:  | static int init512_256(EVP_MD_CTX *ctx) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/evp/m_sha1.c |  | Lines:  | 187-190 |  
  |  | 1 | 1 | 
 init512_224| Name:  | init512_224 |  | Prototype:  | static int init512_224(EVP_MD_CTX *ctx) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/evp/m_sha1.c |  | Lines:  | 182-185 |  
  |  | 1 | 1 | 
 init512| Name:  | init512 |  | Prototype:  | static int init512(EVP_MD_CTX *ctx) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/evp/m_sha1.c |  | Lines:  | 207-210 |  
  |  | 1 | 1 | 
 init384| Name:  | init384 |  | Prototype:  | static int init384(EVP_MD_CTX *ctx) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/evp/m_sha1.c |  | Lines:  | 192-195 |  
  |  | 1 | 1 | 
 init256| Name:  | init256 |  | Prototype:  | static int init256(EVP_MD_CTX *ctx) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/evp/m_sha1.c |  | Lines:  | 129-132 |  
  |  | 1 | 1 | 
 init224| Name:  | init224 |  | Prototype:  | static int init224(EVP_MD_CTX *ctx) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/evp/m_sha1.c |  | Lines:  | 114-117 |  
  |  | 1 | 1 | 
 init| Name:  | init |  | Prototype:  | static int init(EVP_MD_CTX *ctx) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/sm3/m_sm3.c |  | Lines:  | 18-21 |  
  |  | 1 | 1 | 
 idea_ofb_cipher| Name:  | idea_ofb_cipher |  | Prototype:  | static int idea_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) |  | Coverage:  |  57.143% (4/7) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/evp/e_idea.c |  | Lines:  | 42-42 |  
  |  | 1 | 3 | 
 idea_cfb64_cipher| Name:  | idea_cfb64_cipher |  | Prototype:  | static int idea_cfb64_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) |  | Coverage:  |  66.667% (10/15) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/evp/e_idea.c |  | Lines:  | 43-43 |  
  |  | 1 | 5 | 
 idea_cbc_cipher| Name:  | idea_cbc_cipher |  | Prototype:  | static int idea_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) |  | Coverage:  |  57.143% (4/7) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/evp/e_idea.c |  | Lines:  | 41-41 |  
  |  | 1 | 3 | 
 i2t_ASN1_OBJECT| Name:  | i2t_ASN1_OBJECT |  | Prototype:  | int i2t_ASN1_OBJECT(char *buf, int buf_len, const ASN1_OBJECT *a) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/a_object.c |  | Lines:  | 180-183 |  
  |  | 1 | 1 | 
 i2s_poison| Name:  | i2s_poison |  | Prototype:  | static char *i2s_poison(const X509V3_EXT_METHOD *method, void *val) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ct/ct_x509v3.c |  | Lines:  | 16-19 |  
  |  | 1 | 1 | 
 i2s_ASN1_OCTET_STRING| Name:  | i2s_ASN1_OCTET_STRING |  | Prototype:  | char *i2s_ASN1_OCTET_STRING(X509V3_EXT_METHOD *method, const ASN1_OCTET_STRING *oct) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_skey.c |  | Lines:  | 27-31 |  
  |  | 1 | 1 | 
 i2r_ocsp_nocheck| Name:  | i2r_ocsp_nocheck |  | Prototype:  | static int i2r_ocsp_nocheck(const X509V3_EXT_METHOD *method, void *nocheck, BIO *out, int indent) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ocsp/v3_ocsp.c |  | Lines:  | 227-231 |  
  |  | 1 | 1 | 
 i2d_int_dhx| Name:  | i2d_int_dhx |  | Prototype:  | int i2d_int_dhx(const int_dhx942_dh *a, unsigned char **out) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/dh/dh_asn1.c |  | Lines:  | 77-77 |  
  |  | 1 | 1 | 
 i2d_X509_fp| Name:  | i2d_X509_fp |  | Prototype:  | int i2d_X509_fp(FILE *fp, X509 *x509) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x_all.c |  | Lines:  | 115-118 |  
  |  | 1 | 1 | 
 i2d_X509_bio| Name:  | i2d_X509_bio |  | Prototype:  | int i2d_X509_bio(BIO *bp, X509 *x509) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x_all.c |  | Lines:  | 126-129 |  
  |  | 1 | 1 | 
 i2d_X509_VAL| Name:  | i2d_X509_VAL |  | Prototype:  | int i2d_X509_VAL(X509_VAL *a, unsigned char **out) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/x_val.c |  | Lines:  | 20-20 |  
  |  | 1 | 1 | 
 i2d_X509_SIG| Name:  | i2d_X509_SIG |  | Prototype:  | int i2d_X509_SIG(X509_SIG *a, unsigned char **out) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/x_sig.c |  | Lines:  | 21-21 |  
  |  | 1 | 1 | 
 i2d_X509_REVOKED| Name:  | i2d_X509_REVOKED |  | Prototype:  | int i2d_X509_REVOKED(X509_REVOKED *a, unsigned char **out) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x_crl.c |  | Lines:  | 292-292 |  
  |  | 1 | 1 | 
 i2d_X509_REQ_fp| Name:  | i2d_X509_REQ_fp |  | Prototype:  | int i2d_X509_REQ_fp(FILE *fp, X509_REQ *req) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x_all.c |  | Lines:  | 181-184 |  
  |  | 1 | 1 | 
 i2d_X509_REQ_bio| Name:  | i2d_X509_REQ_bio |  | Prototype:  | int i2d_X509_REQ_bio(BIO *bp, X509_REQ *req) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x_all.c |  | Lines:  | 192-195 |  
  |  | 1 | 1 | 
 i2d_X509_REQ_INFO| Name:  | i2d_X509_REQ_INFO |  | Prototype:  | int i2d_X509_REQ_INFO(X509_REQ_INFO *a, unsigned char **out) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x_req.c |  | Lines:  | 58-58 |  
  |  | 1 | 1 | 
 i2d_X509_REQ| Name:  | i2d_X509_REQ |  | Prototype:  | int i2d_X509_REQ(X509_REQ *a, unsigned char **out) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x_req.c |  | Lines:  | 66-66 |  
  |  | 1 | 1 | 
 i2d_X509_PUBKEY| Name:  | i2d_X509_PUBKEY |  | Prototype:  | int i2d_X509_PUBKEY(X509_PUBKEY *a, unsigned char **out) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x_pubkey.c |  | Lines:  | 57-57 |  
  |  | 1 | 1 | 
 i2d_X509_NAME_ENTRY| Name:  | i2d_X509_NAME_ENTRY |  | Prototype:  | int i2d_X509_NAME_ENTRY(X509_NAME_ENTRY *a, unsigned char **out) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x_name.c |  | Lines:  | 51-51 |  
  |  | 1 | 1 | 
 i2d_X509_NAME| Name:  | i2d_X509_NAME |  | Prototype:  | int i2d_X509_NAME(X509_NAME *a, unsigned char **out) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x_name.c |  | Lines:  | 86-86 |  
  |  | 1 | 1 | 
 i2d_X509_EXTENSIONS| Name:  | i2d_X509_EXTENSIONS |  | Prototype:  | int i2d_X509_EXTENSIONS(X509_EXTENSIONS *a, unsigned char **out) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x_exten.c |  | Lines:  | 27-27 |  
  |  | 1 | 1 | 
 i2d_X509_EXTENSION| Name:  | i2d_X509_EXTENSION |  | Prototype:  | int i2d_X509_EXTENSION(X509_EXTENSION *a, unsigned char **out) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x_exten.c |  | Lines:  | 26-26 |  
  |  | 1 | 1 | 
 i2d_X509_CRL_fp| Name:  | i2d_X509_CRL_fp |  | Prototype:  | int i2d_X509_CRL_fp(FILE *fp, X509_CRL *crl) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x_all.c |  | Lines:  | 137-140 |  
  |  | 1 | 1 | 
 i2d_X509_CRL_bio| Name:  | i2d_X509_CRL_bio |  | Prototype:  | int i2d_X509_CRL_bio(BIO *bp, X509_CRL *crl) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x_all.c |  | Lines:  | 148-151 |  
  |  | 1 | 1 | 
 i2d_X509_CRL_INFO| Name:  | i2d_X509_CRL_INFO |  | Prototype:  | int i2d_X509_CRL_INFO(X509_CRL_INFO *a, unsigned char **out) |  | 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 | 
 i2d_X509_CRL| Name:  | i2d_X509_CRL |  | Prototype:  | int i2d_X509_CRL(X509_CRL *a, unsigned char **out) |  | 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 | 
 i2d_X509_CINF| Name:  | i2d_X509_CINF |  | Prototype:  | int i2d_X509_CINF(X509_CINF *a, unsigned char **out) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x_x509.c |  | Lines:  | 31-31 |  
  |  | 1 | 1 | 
 i2d_X509_CERT_AUX| Name:  | i2d_X509_CERT_AUX |  | Prototype:  | int i2d_X509_CERT_AUX(X509_CERT_AUX *a, unsigned char **out) |  | 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 | 
 i2d_X509_ATTRIBUTE| Name:  | i2d_X509_ATTRIBUTE |  | Prototype:  | int i2d_X509_ATTRIBUTE(X509_ATTRIBUTE *a, unsigned char **out) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x_attrib.c |  | Lines:  | 33-33 |  
  |  | 1 | 1 | 
 i2d_X509_ALGORS| Name:  | i2d_X509_ALGORS |  | Prototype:  | int i2d_X509_ALGORS(X509_ALGORS *a, unsigned char **out) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/x_algor.c |  | Lines:  | 26-26 |  
  |  | 1 | 1 | 
 i2d_X509_ALGOR| Name:  | i2d_X509_ALGOR |  | Prototype:  | int i2d_X509_ALGOR(X509_ALGOR *a, unsigned char **out) |  | 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 | 
 i2d_X509| Name:  | i2d_X509 |  | Prototype:  | int i2d_X509(X509 *a, unsigned char **out) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x_x509.c |  | Lines:  | 86-86 |  
  |  | 1 | 1 | 
 i2d_USERNOTICE| Name:  | i2d_USERNOTICE |  | Prototype:  | int i2d_USERNOTICE(USERNOTICE *a, unsigned char **out) |  | 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 | 
 i2d_TS_TST_INFO_fp| Name:  | i2d_TS_TST_INFO_fp |  | Prototype:  | int i2d_TS_TST_INFO_fp(FILE *fp, TS_TST_INFO *a) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_asn1.c |  | Lines:  | 118-121 |  
  |  | 1 | 1 | 
 i2d_TS_TST_INFO_bio| Name:  | i2d_TS_TST_INFO_bio |  | Prototype:  | int i2d_TS_TST_INFO_bio(BIO *bp, TS_TST_INFO *a) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_asn1.c |  | Lines:  | 107-110 |  
  |  | 1 | 1 | 
 i2d_TS_TST_INFO| Name:  | i2d_TS_TST_INFO |  | Prototype:  | int i2d_TS_TST_INFO(const TS_TST_INFO *a, unsigned char **out) |  | 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 | 
 i2d_TS_STATUS_INFO| Name:  | i2d_TS_STATUS_INFO |  | Prototype:  | int i2d_TS_STATUS_INFO(const TS_STATUS_INFO *a, unsigned char **out) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_asn1.c |  | Lines:  | 130-130 |  
  |  | 1 | 1 | 
 i2d_TS_RESP_fp| Name:  | i2d_TS_RESP_fp |  | Prototype:  | int i2d_TS_RESP_fp(FILE *fp, TS_RESP *a) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_asn1.c |  | Lines:  | 198-201 |  
  |  | 1 | 1 | 
 i2d_TS_RESP_bio| Name:  | i2d_TS_RESP_bio |  | Prototype:  | int i2d_TS_RESP_bio(BIO *bp, TS_RESP *a) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ts/ts_asn1.c |  | Lines:  | 188-191 |  
  |  | 1 | 1 |