| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
PKCS7_new| Name: | PKCS7_new | | Prototype: | PKCS7 * PKCS7_new(void) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_asn1.c | | Lines: | 232-236 |
| | 1 | 1 |
PKCS7_print_ctx| Name: | PKCS7_print_ctx | | Prototype: | int PKCS7_print_ctx(BIO *out, PKCS7 *x, int indent, const ASN1_PCTX *pctx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_asn1.c | | Lines: | 963-968 |
| | 2 | 1 |
PKCS7_set0_type_other| Name: | PKCS7_set0_type_other | | Prototype: | int PKCS7_set0_type_other(PKCS7 *p7, int type, ASN1_TYPE *other) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_lib.c | | Lines: | 230-236 |
| | 3 | 1 |
PKCS7_set_attributes| Name: | PKCS7_set_attributes | | Prototype: | int PKCS7_set_attributes(PKCS7_SIGNER_INFO *p7si, struct stack_st_X509_ATTRIBUTE *sk) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_doit.c | | Lines: | 1171-1189 |
| | 19 | 5 |
PKCS7_set_cipher| Name: | PKCS7_set_cipher | | Prototype: | int PKCS7_set_cipher(PKCS7 *p7, const EVP_CIPHER *cipher) | | Coverage: | 40.000% (4/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_lib.c | | Lines: | 581-609 |
| | 16 | 5 |
PKCS7_set_content| Name: | PKCS7_set_content | | Prototype: | int PKCS7_set_content(PKCS7 *p7, PKCS7 *p7_data) | | Coverage: | 27.778% (5/18) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_lib.c | | Lines: | 130-158 |
| | 19 | 11 |
PKCS7_set_digest| Name: | PKCS7_set_digest | | Prototype: | int PKCS7_set_digest(PKCS7 *p7, const EVP_MD *md) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_lib.c | | Lines: | 433-448 |
| | 9 | 3 |
PKCS7_set_signed_attributes| Name: | PKCS7_set_signed_attributes | | Prototype: | int PKCS7_set_signed_attributes(PKCS7_SIGNER_INFO *p7si, struct stack_st_X509_ATTRIBUTE *sk) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_doit.c | | Lines: | 1150-1169 |
| | 19 | 5 |
PKCS7_set_type| Name: | PKCS7_set_type | | Prototype: | int PKCS7_set_type(PKCS7 *p7, int type) | | Coverage: | 24.490% (12/49) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_lib.c | | Lines: | 160-228 |
| | 67 | 20 |
PKCS7_sign| Name: | PKCS7_sign | | Prototype: | PKCS7 * PKCS7_sign(X509 *signcert, EVP_PKEY *pkey, struct stack_st_X509 *certs, BIO *data, int flags) | | Coverage: | 58.824% (20/34) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_smime.c | | Lines: | 69-111 |
| | 40 | 12 |
PKCS7_sign_add_signer| Name: | PKCS7_sign_add_signer | | Prototype: | PKCS7_SIGNER_INFO * PKCS7_sign_add_signer(PKCS7 *p7, X509 *signcert, EVP_PKEY *pkey, const EVP_MD *md, int flags) | | Coverage: | 38.806% (26/67) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_smime.c | | Lines: | 159-221 |
| | 72 | 15 |
PKCS7_signatureVerify| Name: | PKCS7_signatureVerify | | Prototype: | int PKCS7_signatureVerify(BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si, X509 *x509) | | Coverage: | 38.596% (22/57) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_doit.c | | Lines: | 976-1080 |
| | 94 | 18 |
PKCS7_simple_smimecap| Name: | PKCS7_simple_smimecap | | Prototype: | int PKCS7_simple_smimecap(struct stack_st_X509_ALGOR *sk, int nid, int arg) | | Coverage: | 45.000% (9/20) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_attr.c | | Lines: | 99-132 |
| | 23 | 8 |
PKCS7_stream| Name: | PKCS7_stream | | Prototype: | int PKCS7_stream(unsigned char ***boundary, PKCS7 *p7) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_lib.c | | Lines: | 611-653 |
| | 37 | 9 |
PKCS7_to_TS_TST_INFO| Name: | PKCS7_to_TS_TST_INFO | | Prototype: | TS_TST_INFO * PKCS7_to_TS_TST_INFO(PKCS7 *token) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_asn1.c | | Lines: | 850-890 |
| | 47 | 5 |
PKCS7_type_is_other| Name: | PKCS7_type_is_other | | Prototype: | static int PKCS7_type_is_other(PKCS7* p7) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_doit.c | | Lines: | 72-94 |
| | 7 | 8 |
PKCS7_verify| Name: | PKCS7_verify | | Prototype: | int PKCS7_verify(PKCS7 *p7, struct stack_st_X509 *certs, X509_STORE *store, BIO *indata, BIO *out, int flags) | | Coverage: | 51.020% (50/98) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_smime.c | | Lines: | 257-423 |
| | 120 | 32 |
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 |
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_add_keyusage| Name: | PKCS8_add_keyusage | | Prototype: | int PKCS8_add_keyusage(PKCS8_PRIV_KEY_INFO *p8, int usage) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs12/p12_attr.c | | Lines: | 77-84 |
| | 3 | 1 |
PKCS8_decrypt| Name: | PKCS8_decrypt | | Prototype: | PKCS8_PRIV_KEY_INFO * PKCS8_decrypt(const X509_SIG *p8, const char *pass, int passlen) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs12/p12_p8d.c | | Lines: | 63-68 |
| | 2 | 1 |
PKCS8_encrypt| Name: | PKCS8_encrypt | | Prototype: | X509_SIG * PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher, const char *pass, int passlen, unsigned char *salt, int saltlen, int iter, PKCS8_PRIV_KEY_INFO *p8inf) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs12/p12_p8e.c | | Lines: | 64-100 |
| | 30 | 6 |
PKCS8_pkey_add1_attr_by_NID| Name: | 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 |
PKCS8_pkey_get0| Name: | PKCS8_pkey_get0 | | Prototype: | int PKCS8_pkey_get0(const ASN1_OBJECT **ppkalg, const unsigned char **pk, int *ppklen, const X509_ALGOR **pa, const PKCS8_PRIV_KEY_INFO *p8) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/p8_pkey.c | | Lines: | 156-169 |
| | 14 | 4 |
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_pkey_set0| Name: | PKCS8_pkey_set0 | | Prototype: | int PKCS8_pkey_set0(PKCS8_PRIV_KEY_INFO *priv, ASN1_OBJECT *aobj, int version, int ptype, void *pval, unsigned char *penc, int penclen) | | Coverage: | 53.846% (7/13) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/p8_pkey.c | | Lines: | 141-154 |
| | 10 | 5 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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_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_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 |
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 |
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_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_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 |
RAND_SSLeay| Name: | RAND_SSLeay | | Prototype: | RAND_METHOD * RAND_SSLeay(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rand/rand_lib.c | | Lines: | 39-43 |
| | 5 | 1 |
RAND_bytes| Name: | RAND_bytes | | Prototype: | int RAND_bytes(unsigned char *buf, int num) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rand/rand_lib.c | | Lines: | 86-92 |
| | 3 | 2 |
RAND_file_name| Name: | RAND_file_name | | Prototype: | const char * RAND_file_name(char * buf, size_t size) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rand/randfile.c | | Lines: | 137-143 |
| | 7 | 2 |
RAND_get_rand_method| Name: | RAND_get_rand_method | | Prototype: | const RAND_METHOD * RAND_get_rand_method(void) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rand/rand_lib.c | | Lines: | 33-37 |
| | 5 | 1 |
RAND_load_file| Name: | RAND_load_file | | Prototype: | int RAND_load_file(const char *file, long bytes) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rand/randfile.c | | Lines: | 79-87 |
| | 3 | 2 |
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 |
RAND_pseudo_bytes| Name: | RAND_pseudo_bytes | | Prototype: | int RAND_pseudo_bytes(unsigned char *buf, int num) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rand/rand_lib.c | | Lines: | 94-100 |
| | 3 | 2 |
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_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_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_write_file| Name: | RAND_write_file | | Prototype: | int RAND_write_file(const char *file) | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rand/randfile.c | | Lines: | 89-135 |
| | 60 | 7 |
RC2_cbc_encrypt| Name: | RC2_cbc_encrypt | | Prototype: | void RC2_cbc_encrypt(const unsigned char *in, unsigned char *out, long length, RC2_KEY *ks, unsigned char *iv, int encrypt) | | Coverage: | 26.531% (13/49) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rc2/rc2_cbc.c | | Lines: | 62-134 |
| | 55 | 22 |
RC2_cfb64_encrypt| Name: | RC2_cfb64_encrypt | | Prototype: | void RC2_cfb64_encrypt(const unsigned char *in, unsigned char *out, long length, RC2_KEY *schedule, unsigned char *ivec, int *num, int encrypt) | | Coverage: | 100.000% (17/17) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rc2/rc2cfb64.c | | Lines: | 67-121 |
| | 36 | 6 |
RC2_decrypt| Name: | RC2_decrypt | | Prototype: | void RC2_decrypt(unsigned long *d, RC2_KEY *key) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rc2/rc2_cbc.c | | Lines: | 181-225 |
| | 32 | 4 |
RC2_ecb_encrypt| Name: | RC2_ecb_encrypt | | Prototype: | void RC2_ecb_encrypt(const unsigned char *in, unsigned char *out, RC2_KEY *ks, int encrypt) | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rc2/rc2_ecb.c | | Lines: | 71-85 |
| | 9 | 2 |
RC2_encrypt| Name: | RC2_encrypt | | Prototype: | void RC2_encrypt(unsigned long *d, RC2_KEY *key) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rc2/rc2_cbc.c | | Lines: | 136-179 |
| | 31 | 4 |
RC2_ofb64_encrypt| Name: | RC2_ofb64_encrypt | | Prototype: | void RC2_ofb64_encrypt(const unsigned char *in, unsigned char *out, long length, RC2_KEY *schedule, unsigned char *ivec, int *num) | | Coverage: | 90.000% (9/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rc2/rc2ofb64.c | | Lines: | 66-110 |
| | 33 | 4 |
RC2_set_key| Name: | RC2_set_key | | Prototype: | void RC2_set_key(RC2_KEY *key, int len, const unsigned char *data, int bits) | | Coverage: | 81.818% (18/22) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rc2/rc2_skey.c | | Lines: | 94-138 |
| | 27 | 8 |
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 |
RIPEMD160_Init| Name: | RIPEMD160_Init | | Prototype: | int RIPEMD160_Init(RIPEMD160_CTX *c) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ripemd/rmd_dgst.c | | Lines: | 71-80 |
| | 7 | 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 |
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 |
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 |
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 |
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_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_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_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_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_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_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_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_eay_finish| Name: | RSA_eay_finish | | Prototype: | static int RSA_eay_finish(RSA *rsa) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_eay.c | | Lines: | 847-855 |
| | 4 | 1 |
RSA_eay_init| Name: | RSA_eay_init | | Prototype: | static int RSA_eay_init(RSA *rsa) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_eay.c | | Lines: | 840-845 |
| | 2 | 1 |
RSA_eay_mod_exp| Name: | RSA_eay_mod_exp | | Prototype: | static int RSA_eay_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx) | | Coverage: | 38.095% (32/84) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_eay.c | | Lines: | 691-838 |
| | 107 | 28 |
RSA_eay_private_decrypt| Name: | RSA_eay_private_decrypt | | Prototype: | static int RSA_eay_private_decrypt(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) | | Coverage: | 45.122% (37/82) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_eay.c | | Lines: | 468-589 |
| | 127 | 25 |
RSA_eay_private_encrypt| Name: | RSA_eay_private_encrypt | | Prototype: | static int RSA_eay_private_encrypt(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) | | Coverage: | 37.079% (33/89) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_eay.c | | Lines: | 342-466 |
| | 138 | 27 |
RSA_eay_public_decrypt| Name: | RSA_eay_public_decrypt | | Prototype: | static int RSA_eay_public_decrypt(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) | | Coverage: | 33.871% (21/62) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_eay.c | | Lines: | 592-689 |
| | 75 | 22 |
RSA_eay_public_encrypt| Name: | RSA_eay_public_encrypt | | Prototype: | static int RSA_eay_public_encrypt(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) | | Coverage: | 40.000% (22/55) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_eay.c | | Lines: | 153-246 |
| | 85 | 20 |
RSA_flags| Name: | RSA_flags | | Prototype: | int RSA_flags(const RSA *r) | | Coverage: | 66.667% (2/3) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_crpt.c | | Lines: | 115-119 |
| | 5 | 1 |
RSA_free| Name: | RSA_free | | Prototype: | void RSA_free(RSA *r) | | Coverage: | 90.000% (9/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_lib.c | | Lines: | 195-226 |
| | 23 | 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_generate_key_ex| Name: | RSA_generate_key_ex | | Prototype: | int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_gen.c | | Lines: | 83-89 |
| | 3 | 2 |
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_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_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_get_default_method| Name: | RSA_get_default_method | | Prototype: | const RSA_METHOD * RSA_get_default_method(void) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_lib.c | | Lines: | 89-96 |
| | 5 | 2 |
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_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_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_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_meth_free| Name: | RSA_meth_free | | Prototype: | void RSA_meth_free(RSA_METHOD *meth) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_meth.c | | Lines: | 40-47 |
| | 5 | 2 |
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_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_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_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_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_new| Name: | 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_new_method| Name: | RSA_new_method | | Prototype: | RSA * RSA_new_method(ENGINE *engine) | | Coverage: | 32.000% (8/25) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_lib.c | | Lines: | 126-193 |
| | 127 | 8 |
RSA_padding_add_PKCS1_OAEP| Name: | RSA_padding_add_PKCS1_OAEP | | Prototype: | int RSA_padding_add_PKCS1_OAEP(unsigned char *to, int tlen, const unsigned char *from, int flen, const unsigned char *param, int plen) | | Coverage: | 52.000% (13/25) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_oaep.c | | Lines: | 38-92 |
| | 47 | 9 |