| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
SSL_CTX_set_purpose| Name: | SSL_CTX_set_purpose | | Prototype: | int SSL_CTX_set_purpose(SSL_CTX *s, int purpose) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | | Lines: | 446-450 |
| | 1 | 1 |
SSL_CTX_set_msg_callback| Name: | SSL_CTX_set_msg_callback | | Prototype: | void SSL_CTX_set_msg_callback(SSL_CTX *ctx, void (*cb)(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg)) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | | Lines: | 3014-3020 |
| | 2 | 1 |
SSL_CTX_set_info_callback| Name: | SSL_CTX_set_info_callback | | Prototype: | void SSL_CTX_set_info_callback(SSL_CTX *ctx, void (*cb)(const SSL *ssl, int type, int val)) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_sess.c | | Lines: | 1107-1112 |
| | 1 | 1 |
SSL_CTX_set_generate_session_id| Name: | SSL_CTX_set_generate_session_id | | Prototype: | int SSL_CTX_set_generate_session_id(SSL_CTX *ctx, GEN_SESSION_CB cb) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | | Lines: | 402-409 |
| | 4 | 1 |
SSL_CTX_set_ex_data| Name: | SSL_CTX_set_ex_data | | Prototype: | int SSL_CTX_set_ex_data(SSL_CTX *s, int idx, void *arg) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | | Lines: | 2924-2928 |
| | 1 | 1 |
SSL_CTX_set_default_passwd_cb_userdata| Name: | SSL_CTX_set_default_passwd_cb_userdata | | Prototype: | void SSL_CTX_set_default_passwd_cb_userdata(SSL_CTX *ctx, void *u) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | | Lines: | 2015-2019 |
| | 1 | 1 |
SSL_CTX_set_default_passwd_cb| Name: | SSL_CTX_set_default_passwd_cb | | Prototype: | void SSL_CTX_set_default_passwd_cb(SSL_CTX *ctx, pem_password_cb *cb) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | | Lines: | 2003-2007 |
| | 1 | 1 |
SSL_CTX_set_cookie_verify_cb| Name: | SSL_CTX_set_cookie_verify_cb | | Prototype: | void SSL_CTX_set_cookie_verify_cb(SSL_CTX *ctx, int (*cb)(SSL *ssl, const unsigned char *cookie, unsigned int cookie_len)) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_sess.c | | Lines: | 1159-1164 |
| | 1 | 1 |
SSL_CTX_set_cookie_generate_cb| Name: | SSL_CTX_set_cookie_generate_cb | | Prototype: | void SSL_CTX_set_cookie_generate_cb(SSL_CTX *ctx, int (*cb)(SSL *ssl, unsigned char *cookie, unsigned int *cookie_len)) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_sess.c | | Lines: | 1152-1157 |
| | 1 | 1 |
SSL_CTX_set_client_cert_engine| Name: | SSL_CTX_set_client_cert_engine | | Prototype: | int SSL_CTX_set_client_cert_engine(SSL_CTX *ctx, ENGINE *e) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_sess.c | | Lines: | 1135-1149 |
| | 9 | 3 |
SSL_CTX_set_client_cert_cb| Name: | SSL_CTX_set_client_cert_cb | | Prototype: | void SSL_CTX_set_client_cert_cb(SSL_CTX *ctx, int (*cb)(SSL *ssl, X509 **x509, EVP_PKEY **pkey)) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_sess.c | | Lines: | 1120-1125 |
| | 1 | 1 |
SSL_CTX_set_client_CA_list| Name: | SSL_CTX_set_client_CA_list | | Prototype: | void SSL_CTX_set_client_CA_list(SSL_CTX *ctx, struct stack_st_X509_NAME *name_list) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_cert.c | | Lines: | 480-484 |
| | 1 | 1 |
SSL_CTX_set_cert_store| Name: | SSL_CTX_set_cert_store | | Prototype: | void SSL_CTX_set_cert_store(SSL_CTX *ctx, X509_STORE *store) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | | Lines: | 2948-2953 |
| | 2 | 1 |
SSL_CTX_set1_param| Name: | SSL_CTX_set1_param | | Prototype: | int SSL_CTX_set1_param(SSL_CTX *ctx, X509_VERIFY_PARAM *vpm) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | | Lines: | 476-480 |
| | 1 | 1 |
SSL_CTX_set1_groups_list| Name: | SSL_CTX_set1_groups_list | | Prototype: | int SSL_CTX_set1_groups_list(SSL_CTX *ctx, const char *groups) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/s3_lib.c | | Lines: | 2107-2112 |
| | 2 | 1 |
SSL_CTX_sessions| Name: | SSL_CTX_sessions | | Prototype: | struct lhash_st_SSL_SESSION * SSL_CTX_sessions(SSL_CTX *ctx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | | Lines: | 1124-1128 |
| | 1 | 1 |
SSL_CTX_sess_set_remove_cb| Name: | SSL_CTX_sess_set_remove_cb | | Prototype: | void SSL_CTX_sess_set_remove_cb(SSL_CTX *ctx, void (*cb)(SSL_CTX *ctx, SSL_SESSION *sess)) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_sess.c | | Lines: | 1080-1085 |
| | 1 | 1 |
SSL_CTX_sess_set_new_cb| Name: | SSL_CTX_sess_set_new_cb | | Prototype: | void SSL_CTX_sess_set_new_cb(SSL_CTX *ctx, int (*cb)(struct ssl_st *ssl, SSL_SESSION *sess)) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_sess.c | | Lines: | 1068-1072 |
| | 1 | 1 |
SSL_CTX_sess_set_get_cb| Name: | SSL_CTX_sess_set_get_cb | | Prototype: | void SSL_CTX_sess_set_get_cb(SSL_CTX *ctx, SSL_SESSION *(*cb)(struct ssl_st *ssl, const unsigned char *data, int len, int *copy)) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_sess.c | | Lines: | 1093-1098 |
| | 1 | 1 |
SSL_CTX_remove_session| Name: | SSL_CTX_remove_session | | Prototype: | int SSL_CTX_remove_session(SSL_CTX *ctx, SSL_SESSION *c) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_sess.c | | Lines: | 671-675 |
| | 1 | 1 |
SSL_CTX_get_verify_mode| Name: | SSL_CTX_get_verify_mode | | Prototype: | int SSL_CTX_get_verify_mode(const SSL_CTX *ctx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | | Lines: | 752-756 |
| | 1 | 1 |
SSL_CTX_get_verify_depth| Name: | SSL_CTX_get_verify_depth | | Prototype: | int SSL_CTX_get_verify_depth(const SSL_CTX *ctx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | | Lines: | 758-762 |
| | 1 | 1 |
SSL_CTX_get_timeout| Name: | SSL_CTX_get_timeout | | Prototype: | long SSL_CTX_get_timeout(const SSL_CTX *s) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_sess.c | | Lines: | 893-899 |
| | 5 | 2 |
SSL_CTX_get_quiet_shutdown| Name: | SSL_CTX_get_quiet_shutdown | | Prototype: | int SSL_CTX_get_quiet_shutdown(const SSL_CTX *ctx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | | Lines: | 2777-2781 |
| | 1 | 1 |
SSL_CTX_get_ex_new_index| Name: | SSL_CTX_get_ex_new_index | | Prototype: | int SSL_CTX_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | | Lines: | 2916-2922 |
| | 2 | 1 |
SSL_CTX_get_ex_data| Name: | SSL_CTX_get_ex_data | | Prototype: | void * SSL_CTX_get_ex_data(const SSL_CTX *s, int idx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | | Lines: | 2930-2934 |
| | 1 | 1 |
SSL_CTX_get_default_passwd_cb_userdata| Name: | SSL_CTX_get_default_passwd_cb_userdata | | Prototype: | void * SSL_CTX_get_default_passwd_cb_userdata(SSL_CTX *ctx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | | Lines: | 2009-2013 |
| | 1 | 1 |
SSL_CTX_get_default_passwd_cb| Name: | SSL_CTX_get_default_passwd_cb | | Prototype: | pem_password_cb * SSL_CTX_get_default_passwd_cb(SSL_CTX *ctx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | | Lines: | 1997-2001 |
| | 1 | 1 |
SSL_CTX_get_client_CA_list| Name: | SSL_CTX_get_client_CA_list | | Prototype: | struct stack_st_X509_NAME * SSL_CTX_get_client_CA_list(const SSL_CTX *ctx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_cert.c | | Lines: | 486-490 |
| | 1 | 1 |
SSL_CTX_get_ciphers| Name: | SSL_CTX_get_ciphers | | Prototype: | struct stack_st_SSL_CIPHER * SSL_CTX_get_ciphers(const SSL_CTX *ctx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | | Lines: | 1329-1333 |
| | 1 | 1 |
SSL_CTX_get_cert_store| Name: | SSL_CTX_get_cert_store | | Prototype: | X509_STORE * SSL_CTX_get_cert_store(const SSL_CTX *ctx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | | Lines: | 2942-2946 |
| | 1 | 1 |
SSL_CTX_get0_param| Name: | SSL_CTX_get0_param | | Prototype: | X509_VERIFY_PARAM * SSL_CTX_get0_param(SSL_CTX *ctx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | | Lines: | 470-474 |
| | 1 | 1 |
SSL_CTX_get0_certificate| Name: | SSL_CTX_get0_certificate | | Prototype: | X509 * SSL_CTX_get0_certificate(const SSL_CTX *ctx) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | | Lines: | 2955-2962 |
| | 9 | 2 |
SSL_CTX_add_session| Name: | SSL_CTX_add_session | | Prototype: | int SSL_CTX_add_session(SSL_CTX *ctx, SSL_SESSION *c) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_sess.c | | Lines: | 597-669 |
| | 48 | 7 |
SSL_CTX_add_client_CA| Name: | SSL_CTX_add_client_CA | | Prototype: | int SSL_CTX_add_client_CA(SSL_CTX *ctx, X509 *x) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_cert.c | | Lines: | 536-540 |
| | 1 | 1 |
SSL_COMP_get_name| Name: | SSL_COMP_get_name | | Prototype: | const char * SSL_COMP_get_name(const void *comp) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_ciph.c | | Lines: | 1773-1777 |
| | 5 | 1 |
SSL_COMP_get_compression_methods| Name: | SSL_COMP_get_compression_methods | | Prototype: | void * SSL_COMP_get_compression_methods(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_ciph.c | | Lines: | 1761-1765 |
| | 5 | 1 |
SSL_COMP_add_compression_method| Name: | SSL_COMP_add_compression_method | | Prototype: | int SSL_COMP_add_compression_method(int id, void *cm) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_ciph.c | | Lines: | 1767-1771 |
| | 1 | 1 |
SSL_CIPHER_is_aead| Name: | SSL_CIPHER_is_aead | | Prototype: | int SSL_CIPHER_is_aead(const SSL_CIPHER *c) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_ciph.c | | Lines: | 1755-1759 |
| | 1 | 1 |
SSL_CIPHER_get_kx_nid| Name: | 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_digest_nid| Name: | SSL_CIPHER_get_digest_nid | | Prototype: | int SSL_CIPHER_get_digest_nid(const SSL_CIPHER *c) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_ciph.c | | Lines: | 1696-1719 |
| | 10 | 10 |
SSL_CIPHER_get_cipher_nid| Name: | SSL_CIPHER_get_cipher_nid | | Prototype: | int SSL_CIPHER_get_cipher_nid(const SSL_CIPHER *c) | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_ciph.c | | Lines: | 1663-1694 |
| | 14 | 14 |
SSL_CIPHER_get_bits| Name: | SSL_CIPHER_get_bits | | Prototype: | int SSL_CIPHER_get_bits(const SSL_CIPHER *c, int *alg_bits) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_ciph.c | | Lines: | 1638-1649 |
| | 10 | 3 |
SSL_CIPHER_get_auth_nid| Name: | 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 |
SSL_CIPHER_description| Name: | SSL_CIPHER_description | | Prototype: | char * SSL_CIPHER_description(const SSL_CIPHER *cipher, char *buf, int len) | | Coverage: | 0.000% (0/83) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_ciph.c | | Lines: | 1472-1615 |
| | 94 | 38 |
SMIME_write_PKCS7| Name: | SMIME_write_PKCS7 | | Prototype: | int SMIME_write_PKCS7(BIO *bio, PKCS7 *p7, BIO *data, int flags) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_mime.c | | Lines: | 77-92 |
| | 12 | 2 |
SMIME_write_ASN1| Name: | SMIME_write_ASN1 | | Prototype: | int SMIME_write_ASN1(BIO *bio, ASN1_VALUE *val, BIO *data, int flags, int ctype_nid, int econt_nid, struct stack_st_X509_ALGOR *mdalgs, const ASN1_ITEM *it) | | Coverage: | 0.000% (0/45) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/asn_mime.c | | Lines: | 276-367 |
| | 75 | 14 |
SMIME_text| Name: | SMIME_text | | Prototype: | int SMIME_text(BIO *in, BIO *out) | | Coverage: | 0.000% (0/48) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/asn_mime.c | | Lines: | 569-598 |
| | 182 | 12 |
SMIME_read_PKCS7| Name: | SMIME_read_PKCS7 | | Prototype: | PKCS7 * SMIME_read_PKCS7(BIO *bio, BIO **bcont) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_mime.c | | Lines: | 94-98 |
| | 1 | 1 |
SMIME_read_ASN1| Name: | SMIME_read_ASN1 | | Prototype: | ASN1_VALUE * SMIME_read_ASN1(BIO *bio, BIO **bcont, const ASN1_ITEM *it) | | Coverage: | 0.000% (0/203) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/asn_mime.c | | Lines: | 426-529 |
| | 930 | 44 |
SHA512| Name: | SHA512 | | Prototype: | unsigned char *SHA512(const unsigned char *d, size_t n, unsigned char *md) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/sha/sha512.c | | Lines: | 255-266 |
| | 10 | 2 |
SHA384_Update| Name: | SHA384_Update | | Prototype: | int SHA384_Update (SHA512_CTX *c, const void *data, size_t len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/sha/sha512.c | | Lines: | 229-230 |
| | 1 | 1 |
SHA384_Final| Name: | SHA384_Final | | Prototype: | int SHA384_Final (unsigned char *md,SHA512_CTX *c) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/sha/sha512.c | | Lines: | 175-176 |
| | 1 | 1 |
SHA384| Name: | SHA384 | | Prototype: | unsigned char *SHA384(const unsigned char *d, size_t n, unsigned char *md) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/sha/sha512.c | | Lines: | 242-253 |
| | 10 | 2 |
SHA256| Name: | SHA256 | | Prototype: | unsigned char *SHA256(const unsigned char *d, size_t n, unsigned char *md) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/sha/sha256.c | | Lines: | 56-67 |
| | 10 | 2 |
SHA224_Update| Name: | SHA224_Update | | Prototype: | int SHA224_Update(SHA256_CTX *c, const void *data, size_t len) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/sha/sha256.c | | Lines: | 69-70 |
| | 1 | 1 |
SHA224_Final| Name: | SHA224_Final | | Prototype: | int SHA224_Final (unsigned char *md, SHA256_CTX *c) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/sha/sha256.c | | Lines: | 71-72 |
| | 1 | 1 |
SHA224| Name: | SHA224 | | Prototype: | unsigned char *SHA224(const unsigned char *d, size_t n, unsigned char *md) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/sha/sha256.c | | Lines: | 43-54 |
| | 10 | 2 |
RSA_verify_PKCS1_PSS_mgf1| Name: | RSA_verify_PKCS1_PSS_mgf1 | | Prototype: | int RSA_verify_PKCS1_PSS_mgf1(RSA *rsa, const unsigned char *mHash, const EVP_MD *Hash, const EVP_MD *mgf1Hash, const unsigned char *EM, int sLen) | | Coverage: | 0.000% (0/74) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_pss.c | | Lines: | 78-177 |
| | 83 | 23 |
RSA_verify_PKCS1_PSS| Name: | RSA_verify_PKCS1_PSS | | Prototype: | int RSA_verify_PKCS1_PSS(RSA *rsa, const unsigned char *mHash, const EVP_MD *Hash, const unsigned char *EM, int sLen) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_pss.c | | Lines: | 71-76 |
| | 5 | 1 |
RSA_verify_ASN1_OCTET_STRING| Name: | RSA_verify_ASN1_OCTET_STRING | | Prototype: | int RSA_verify_ASN1_OCTET_STRING(int dtype, const unsigned char *m, unsigned int m_len, unsigned char *sigbuf, unsigned int siglen, RSA *rsa) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_saos.c | | Lines: | 103-141 |
| | 37 | 7 |
RSA_test_flags| Name: | RSA_test_flags | | Prototype: | int RSA_test_flags(const RSA *r, int flags) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_lib.c | | Lines: | 357-361 |
| | 1 | 1 |
RSA_sign_ASN1_OCTET_STRING| Name: | RSA_sign_ASN1_OCTET_STRING | | Prototype: | int RSA_sign_ASN1_OCTET_STRING(int type, const unsigned char *m, unsigned int m_len, unsigned char *sigret, unsigned int *siglen, RSA *rsa) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_saos.c | | Lines: | 68-101 |
| | 29 | 4 |
RSA_set_method| Name: | RSA_set_method | | Prototype: | int RSA_set_method(RSA *rsa, const RSA_METHOD *meth) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_lib.c | | Lines: | 104-124 |
| | 14 | 3 |
RSA_set_flags| Name: | RSA_set_flags | | Prototype: | void RSA_set_flags(RSA *r, int flags) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_lib.c | | Lines: | 363-367 |
| | 1 | 1 |
RSA_set_default_method| Name: | RSA_set_default_method | | Prototype: | void RSA_set_default_method(const RSA_METHOD *meth) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_lib.c | | Lines: | 83-87 |
| | 1 | 1 |
RSA_set0_key| Name: | RSA_set0_key | | Prototype: | int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_lib.c | | Lines: | 266-286 |
| | 34 | 5 |
RSA_set0_factors| Name: | RSA_set0_factors | | Prototype: | int RSA_set0_factors(RSA *r, BIGNUM *p, BIGNUM *q) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_lib.c | | Lines: | 333-349 |
| | 29 | 4 |
RSA_set0_crt_params| Name: | RSA_set0_crt_params | | Prototype: | int RSA_set0_crt_params(RSA *r, BIGNUM *dmp1, BIGNUM *dmq1, BIGNUM *iqmp) | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_lib.c | | Lines: | 300-322 |
| | 44 | 5 |
RSA_print_fp| Name: | RSA_print_fp | | Prototype: | int RSA_print_fp(FILE *fp, const RSA *x, int off) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_prn.c | | Lines: | 65-79 |
| | 11 | 2 |
RSA_print| Name: | RSA_print | | Prototype: | int RSA_print(BIO *bp, const RSA *x, int off) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_prn.c | | Lines: | 81-93 |
| | 12 | 2 |
RSA_padding_check_none| Name: | 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_padding_check_X931| Name: | RSA_padding_check_X931 | | Prototype: | int RSA_padding_check_X931(unsigned char *to, int tlen, const unsigned char *from, int flen, int num) | | Coverage: | 0.000% (0/29) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_x931.c | | Lines: | 104-145 |
| | 24 | 8 |
RSA_padding_add_none| Name: | RSA_padding_add_none | | Prototype: | int RSA_padding_add_none(unsigned char *to, int tlen, const unsigned char *from, int flen) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_none.c | | Lines: | 66-82 |
| | 8 | 3 |
RSA_padding_add_X931| Name: | RSA_padding_add_X931 | | Prototype: | int RSA_padding_add_X931(unsigned char *to, int tlen, const unsigned char *from, int flen) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_x931.c | | Lines: | 67-102 |
| | 18 | 4 |
RSA_padding_add_PKCS1_PSS_mgf1| Name: | RSA_padding_add_PKCS1_PSS_mgf1 | | Prototype: | int RSA_padding_add_PKCS1_PSS_mgf1(RSA *rsa, unsigned char *EM, const unsigned char *mHash, const EVP_MD *Hash, const EVP_MD *mgf1Hash, int sLen) | | Coverage: | 0.000% (0/59) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_pss.c | | Lines: | 186-281 |
| | 73 | 19 |
RSA_padding_add_PKCS1_PSS| Name: | RSA_padding_add_PKCS1_PSS | | Prototype: | int RSA_padding_add_PKCS1_PSS(RSA *rsa, unsigned char *EM, const unsigned char *mHash, const EVP_MD *Hash, int sLen) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_pss.c | | Lines: | 179-184 |
| | 5 | 1 |
RSA_meth_set_priv_enc| Name: | RSA_meth_set_priv_enc | | Prototype: | int RSA_meth_set_priv_enc(RSA_METHOD *meth, int (*priv_enc)(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/libressl/src/crypto/rsa/rsa_meth.c | | Lines: | 83-89 |
| | 2 | 1 |
RSA_meth_set_priv_dec| Name: | RSA_meth_set_priv_dec | | Prototype: | int RSA_meth_set_priv_dec(RSA_METHOD *meth, int (*priv_dec)(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/libressl/src/crypto/rsa/rsa_meth.c | | Lines: | 91-97 |
| | 2 | 1 |
RSA_meth_set_finish| Name: | RSA_meth_set_finish | | Prototype: | int RSA_meth_set_finish(RSA_METHOD *meth, int (*finish)(RSA *rsa)) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_meth.c | | Lines: | 99-104 |
| | 2 | 1 |
RSA_meth_set1_name| Name: | RSA_meth_set1_name | | Prototype: | int RSA_meth_set1_name(RSA_METHOD *meth, const char *name) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_meth.c | | Lines: | 65-75 |
| | 40 | 3 |
RSA_meth_new| Name: | RSA_meth_new | | Prototype: | RSA_METHOD * RSA_meth_new(const char *name, int flags) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_meth.c | | Lines: | 24-38 |
| | 52 | 4 |
RSA_meth_dup| Name: | RSA_meth_dup | | Prototype: | RSA_METHOD * RSA_meth_dup(const RSA_METHOD *meth) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_meth.c | | Lines: | 49-63 |
| | 52 | 4 |
RSA_get_method| Name: | RSA_get_method | | Prototype: | const RSA_METHOD * RSA_get_method(const RSA *rsa) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_lib.c | | Lines: | 98-102 |
| | 1 | 1 |
RSA_get_ex_new_index| Name: | RSA_get_ex_new_index | | Prototype: | int RSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_lib.c | | Lines: | 235-241 |
| | 2 | 1 |
RSA_get_ex_data| Name: | RSA_get_ex_data | | Prototype: | void * RSA_get_ex_data(const RSA *r, int idx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_lib.c | | Lines: | 249-253 |
| | 1 | 1 |
RSA_get0_key| Name: | RSA_get0_key | | Prototype: | void RSA_get0_key(const RSA *r, const BIGNUM **n, const BIGNUM **e, const BIGNUM **d) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_lib.c | | Lines: | 255-264 |
| | 12 | 4 |
RSA_get0_factors| Name: | RSA_get0_factors | | Prototype: | void RSA_get0_factors(const RSA *r, const BIGNUM **p, const BIGNUM **q) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_lib.c | | Lines: | 324-331 |
| | 8 | 3 |
RSA_get0_crt_params| Name: | RSA_get0_crt_params | | Prototype: | void RSA_get0_crt_params(const RSA *r, const BIGNUM **dmp1, const BIGNUM **dmq1, const BIGNUM **iqmp) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_lib.c | | Lines: | 288-298 |
| | 12 | 4 |
RSA_generate_key| Name: | RSA_generate_key | | Prototype: | RSA * RSA_generate_key(int bits, unsigned long e_value, void (*callback)(int, int, void *), void *cb_arg) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_depr.c | | Lines: | 69-100 |
| | 17 | 7 |
RSA_clear_flags| Name: | RSA_clear_flags | | Prototype: | void RSA_clear_flags(RSA *r, int flags) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_lib.c | | Lines: | 351-355 |
| | 1 | 1 |
RSA_check_key| Name: | RSA_check_key | | Prototype: | int RSA_check_key(const RSA *key) | | Coverage: | 0.000% (0/104) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_chk.c | | Lines: | 57-212 |
| | 160 | 26 |
RSA_blinding_on| Name: | RSA_blinding_on | | Prototype: | int RSA_blinding_on(RSA *rsa, BN_CTX *ctx) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_crpt.c | | Lines: | 129-145 |
| | 13 | 4 |
RSA_blinding_off| Name: | RSA_blinding_off | | Prototype: | void RSA_blinding_off(RSA *rsa) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_crpt.c | | Lines: | 121-127 |
| | 7 | 1 |
RSA_bits| Name: | RSA_bits | | Prototype: | int RSA_bits(const RSA *r) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_crpt.c | | Lines: | 75-79 |
| | 1 | 1 |
RSA_X931_hash_id| Name: | 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 |
RSA_PSS_PARAMS_new| Name: | RSA_PSS_PARAMS_new | | Prototype: | RSA_PSS_PARAMS * RSA_PSS_PARAMS_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_asn1.c | | Lines: | 258-262 |
| | 1 | 1 |
RSAPublicKey_dup| Name: | RSAPublicKey_dup | | Prototype: | RSA * RSAPublicKey_dup(RSA *rsa) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_asn1.c | | Lines: | 298-302 |
| | 1 | 1 |
RSAPrivateKey_dup| Name: | RSAPrivateKey_dup | | Prototype: | RSA * RSAPrivateKey_dup(RSA *rsa) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_asn1.c | | Lines: | 304-308 |
| | 1 | 1 |
RIPEMD160| Name: | RIPEMD160 | | Prototype: | unsigned char *RIPEMD160(const unsigned char *d, size_t n, unsigned char *md) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ripemd/rmd_one.c | | Lines: | 64-77 |
| | 15 | 3 |