| Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
SSL_add_client_CA| Name: | SSL_add_client_CA | | Prototype: | int SSL_add_client_CA(SSL *ssl, X509 *x) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_cert.c | | Lines: | 530-534 |
| | 1 | 1 |
SSL_SESSION_set_ex_data| Name: | SSL_SESSION_set_ex_data | | Prototype: | int SSL_SESSION_set_ex_data(SSL_SESSION *s, int idx, void *arg) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_sess.c | | Lines: | 185-189 |
| | 1 | 1 |
SSL_SESSION_has_ticket| Name: | SSL_SESSION_has_ticket | | Prototype: | int SSL_SESSION_has_ticket(const SSL_SESSION *s) | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_sess.c | | Lines: | 263-267 |
| | 1 | 1 |
SSL_SESSION_get_ticket_lifetime_hint| Name: | SSL_SESSION_get_ticket_lifetime_hint | | Prototype: | unsigned long SSL_SESSION_get_ticket_lifetime_hint(const SSL_SESSION *s) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_sess.c | | Lines: | 257-261 |
| | 1 | 1 |
SSL_SESSION_get_protocol_version| Name: | SSL_SESSION_get_protocol_version | | Prototype: | int SSL_SESSION_get_protocol_version(const SSL_SESSION *s) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_sess.c | | Lines: | 841-845 |
| | 1 | 1 |
SSL_SESSION_get_ex_data| Name: | SSL_SESSION_get_ex_data | | Prototype: | void * SSL_SESSION_get_ex_data(const SSL_SESSION *s, int idx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_sess.c | | Lines: | 191-195 |
| | 1 | 1 |
SSL_SESSION_get_compress_id| Name: | SSL_SESSION_get_compress_id | | Prototype: | unsigned int SSL_SESSION_get_compress_id(const SSL_SESSION *ss) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_sess.c | | Lines: | 251-255 |
| | 1 | 1 |
SSL_SESSION_get0_peer| Name: | SSL_SESSION_get0_peer | | Prototype: | X509 * SSL_SESSION_get0_peer(SSL_SESSION *s) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_sess.c | | Lines: | 847-851 |
| | 1 | 1 |
SSL_SESSION| Name: | SSL_SESSION | | Prototype: | SSL_SESSION * (*SSL_CTX_sess_get_get_cb(SSL_CTX *ctx))(SSL *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: | 1100-1105 |
| | 1 | 1 |
SSL_CTX_set_verify_depth| Name: | SSL_CTX_set_verify_depth | | Prototype: | void SSL_CTX_set_verify_depth(SSL_CTX *ctx, int depth) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | | Lines: | 2036-2040 |
| | 1 | 1 |
SSL_CTX_set_trust| Name: | SSL_CTX_set_trust | | Prototype: | int SSL_CTX_set_trust(SSL_CTX *s, int trust) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | | Lines: | 458-462 |
| | 1 | 1 |
SSL_CTX_set_tmp_rsa_callback| Name: | SSL_CTX_set_tmp_rsa_callback | | Prototype: | void SSL_CTX_set_tmp_rsa_callback(SSL_CTX *ctx, RSA *(*cb)(SSL *ssl, int is_export, int keylength)) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | | Lines: | 2970-2975 |
| | 1 | 1 |
SSL_CTX_set_tmp_dh_callback| Name: | SSL_CTX_set_tmp_dh_callback | | Prototype: | void SSL_CTX_set_tmp_dh_callback(SSL_CTX *ctx, DH *(*dh)(SSL *ssl, int is_export, int keylength)) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | | Lines: | 2984-2989 |
| | 1 | 1 |
SSL_CTX_set_tlsext_use_srtp| Name: | SSL_CTX_set_tlsext_use_srtp | | Prototype: | int SSL_CTX_set_tlsext_use_srtp(SSL_CTX *ctx, const char *profiles) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/d1_srtp.c | | Lines: | 215-219 |
| | 1 | 1 |
SSL_CTX_set_quiet_shutdown| Name: | SSL_CTX_set_quiet_shutdown | | Prototype: | void SSL_CTX_set_quiet_shutdown(SSL_CTX *ctx, int mode) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | | Lines: | 2771-2775 |
| | 1 | 1 |
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_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_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_verify_paths| Name: | SSL_CTX_set_default_verify_paths | | Prototype: | int SSL_CTX_set_default_verify_paths(SSL_CTX *ctx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | | Lines: | 2842-2846 |
| | 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_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_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_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_load_verify_mem| Name: | SSL_CTX_load_verify_mem | | Prototype: | int SSL_CTX_load_verify_mem(SSL_CTX *ctx, void *buf, int len) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | | Lines: | 2855-2859 |
| | 1 | 1 |
SSL_CTX_load_verify_locations| Name: | SSL_CTX_load_verify_locations | | Prototype: | int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *CAfile, const char *CApath) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | | Lines: | 2848-2853 |
| | 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_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_min_proto_version| Name: | SSL_CTX_get_min_proto_version | | Prototype: | int SSL_CTX_get_min_proto_version(SSL_CTX *ctx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | | Lines: | 3041-3045 |
| | 1 | 1 |
SSL_CTX_get_max_proto_version| Name: | SSL_CTX_get_max_proto_version | | Prototype: | int SSL_CTX_get_max_proto_version(SSL_CTX *ctx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | | Lines: | 3054-3058 |
| | 1 | 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_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_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_value| Name: | SSL_CIPHER_get_value | | Prototype: | uint16_t SSL_CIPHER_get_value(const SSL_CIPHER *c) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_ciph.c | | Lines: | 1657-1661 |
| | 1 | 1 |
SSL_CIPHER_get_id| Name: | SSL_CIPHER_get_id | | Prototype: | unsigned long SSL_CIPHER_get_id(const SSL_CIPHER *c) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_ciph.c | | Lines: | 1651-1655 |
| | 1 | 1 |
SSL_CIPHER_get_by_value| Name: | SSL_CIPHER_get_by_value | | Prototype: | const SSL_CIPHER * SSL_CIPHER_get_by_value(uint16_t value) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_ciph.c | | Lines: | 1466-1470 |
| | 1 | 1 |
SSL_CIPHER_get_by_id| Name: | SSL_CIPHER_get_by_id | | Prototype: | const SSL_CIPHER * SSL_CIPHER_get_by_id(unsigned int id) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_ciph.c | | Lines: | 1460-1464 |
| | 1 | 1 |
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 |
SHA512_Transform| Name: | SHA512_Transform | | Prototype: | void SHA512_Transform (SHA512_CTX *c, const unsigned char *data) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/sha/sha512.c | | Lines: | 232-240 |
| | 1 | 1 |
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 |
SHA256_Transform [md32_common.h #1]| Name: | SHA256_Transform [md32_common.h #1] | | Prototype: | void SHA256_Transform (SHA256_CTX *c, const unsigned char *data) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/md32_common.h #1 | | Lines: | 270-273 |
| | 1 | 1 |
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 |
SHA1_Transform [md32_common.h #2]| Name: | SHA1_Transform [md32_common.h #2] | | Prototype: | void SHA1_Transform (SHA_CTX *c, const unsigned char *data) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/md32_common.h #2 | | Lines: | 270-273 |
| | 1 | 1 |
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_size| Name: | RSA_size | | Prototype: | int RSA_size(const RSA *r) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_crpt.c | | Lines: | 81-85 |
| | 1 | 1 |
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_ex_data| Name: | RSA_set_ex_data | | Prototype: | int RSA_set_ex_data(RSA *r, int idx, void *arg) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_lib.c | | Lines: | 243-247 |
| | 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_public_encrypt| Name: | RSA_public_encrypt | | Prototype: | int RSA_public_encrypt(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_crpt.c | | Lines: | 87-92 |
| | 1 | 1 |
RSA_public_decrypt| Name: | RSA_public_decrypt | | Prototype: | int RSA_public_decrypt(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_crpt.c | | Lines: | 108-113 |
| | 1 | 1 |
RSA_private_encrypt| Name: | RSA_private_encrypt | | Prototype: | int RSA_private_encrypt(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_crpt.c | | Lines: | 94-99 |
| | 1 | 1 |
RSA_private_decrypt| Name: | RSA_private_decrypt | | Prototype: | int RSA_private_decrypt(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_crpt.c | | Lines: | 101-106 |
| | 1 | 1 |
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_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_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_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_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 |
RSA_PSS_PARAMS_free| Name: | RSA_PSS_PARAMS_free | | Prototype: | void RSA_PSS_PARAMS_free(RSA_PSS_PARAMS *a) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_asn1.c | | Lines: | 264-268 |
| | 1 | 1 |
RSA_PKCS1_SSLeay| Name: | RSA_PKCS1_SSLeay | | Prototype: | const RSA_METHOD * RSA_PKCS1_SSLeay(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_eay.c | | Lines: | 147-151 |
| | 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 |
ROTATE| Name: | ROTATE | | Prototype: | static inline uint32_t ROTATE(uint32_t a, uint32_t n) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/md32_common.h #4 | | Lines: | 147-150 |
| | 1 | 1 |
RAND_status| Name: | RAND_status | | Prototype: | int RAND_status(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rand/rand_lib.c | | Lines: | 71-75 |
| | 1 | 1 |
RAND_set_rand_method| Name: | RAND_set_rand_method | | Prototype: | int RAND_set_rand_method(const RAND_METHOD *meth) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rand/rand_lib.c | | Lines: | 27-31 |
| | 1 | 1 |
RAND_set_rand_engine| Name: | RAND_set_rand_engine | | Prototype: | int RAND_set_rand_engine(ENGINE *engine) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rand/rand_lib.c | | Lines: | 46-50 |
| | 1 | 1 |
RAND_poll| Name: | RAND_poll | | Prototype: | int RAND_poll(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rand/rand_lib.c | | Lines: | 77-81 |
| | 1 | 1 |
PROXY_POLICY_new| Name: | PROXY_POLICY_new | | Prototype: | PROXY_POLICY * PROXY_POLICY_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_pcia.c | | Lines: | 82-86 |
| | 1 | 1 |
PROXY_POLICY_free| Name: | PROXY_POLICY_free | | Prototype: | void PROXY_POLICY_free(PROXY_POLICY *a) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_pcia.c | | Lines: | 88-92 |
| | 1 | 1 |
PROXY_CERT_INFO_EXTENSION_new| Name: | PROXY_CERT_INFO_EXTENSION_new | | Prototype: | PROXY_CERT_INFO_EXTENSION * PROXY_CERT_INFO_EXTENSION_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_pcia.c | | Lines: | 135-139 |
| | 1 | 1 |
PROXY_CERT_INFO_EXTENSION_free| Name: | PROXY_CERT_INFO_EXTENSION_free | | Prototype: | void PROXY_CERT_INFO_EXTENSION_free(PROXY_CERT_INFO_EXTENSION *a) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_pcia.c | | Lines: | 141-145 |
| | 1 | 1 |
POLICY_MAPPING_new| Name: | POLICY_MAPPING_new | | Prototype: | POLICY_MAPPING * POLICY_MAPPING_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_pmaps.c | | Lines: | 135-139 |
| | 1 | 1 |
POLICY_MAPPING_free| Name: | POLICY_MAPPING_free | | Prototype: | void POLICY_MAPPING_free(POLICY_MAPPING *a) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_pmaps.c | | Lines: | 141-145 |
| | 1 | 1 |
POLICY_CONSTRAINTS_new| Name: | POLICY_CONSTRAINTS_new | | Prototype: | POLICY_CONSTRAINTS * POLICY_CONSTRAINTS_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_pcons.c | | Lines: | 119-123 |
| | 1 | 1 |
POLICY_CONSTRAINTS_free| Name: | POLICY_CONSTRAINTS_free | | Prototype: | void POLICY_CONSTRAINTS_free(POLICY_CONSTRAINTS *a) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_pcons.c | | Lines: | 125-129 |
| | 1 | 1 |
POLICYQUALINFO_new| Name: | POLICYQUALINFO_new | | Prototype: | POLICYQUALINFO * POLICYQUALINFO_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_cpols.c | | Lines: | 283-287 |
| | 1 | 1 |
POLICYQUALINFO_free| Name: | POLICYQUALINFO_free | | Prototype: | void POLICYQUALINFO_free(POLICYQUALINFO *a) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_cpols.c | | Lines: | 289-293 |
| | 1 | 1 |
POLICYINFO_new| Name: | POLICYINFO_new | | Prototype: | POLICYINFO * POLICYINFO_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_cpols.c | | Lines: | 187-191 |
| | 1 | 1 |
POLICYINFO_free| Name: | POLICYINFO_free | | Prototype: | void POLICYINFO_free(POLICYINFO *a) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_cpols.c | | Lines: | 193-197 |
| | 1 | 1 |
PKEY_USAGE_PERIOD_new| Name: | PKEY_USAGE_PERIOD_new | | Prototype: | PKEY_USAGE_PERIOD * PKEY_USAGE_PERIOD_new(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_pku.c | | Lines: | 128-132 |
| | 1 | 1 |
PKEY_USAGE_PERIOD_free| Name: | PKEY_USAGE_PERIOD_free | | Prototype: | void PKEY_USAGE_PERIOD_free(PKEY_USAGE_PERIOD *a) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_pku.c | | Lines: | 134-138 |
| | 1 | 1 |
PKCS8_pkey_get0_attrs| Name: | PKCS8_pkey_get0_attrs | | Prototype: | const struct stack_st_X509_ATTRIBUTE * PKCS8_pkey_get0_attrs(const PKCS8_PRIV_KEY_INFO *p8) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/p8_pkey.c | | Lines: | 171-175 |
| | 1 | 1 |
PKCS8_PRIV_KEY_INFO_new| Name: | PKCS8_PRIV_KEY_INFO_new | | Prototype: | PKCS8_PRIV_KEY_INFO * PKCS8_PRIV_KEY_INFO_new(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/p8_pkey.c | | Lines: | 129-133 |
| | 1 | 1 |
PKCS8_PRIV_KEY_INFO_free| Name: | PKCS8_PRIV_KEY_INFO_free | | Prototype: | void PKCS8_PRIV_KEY_INFO_free(PKCS8_PRIV_KEY_INFO *a) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/p8_pkey.c | | Lines: | 135-139 |
| | 1 | 1 |