Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
SSL_CIPHER_get_idName: | 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_valueName: | 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_idName: | 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_PKCS7Name: | 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_TransformName: | 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 |
SHA512_InitName: | SHA512_Init | Prototype: | int SHA512_Init(SHA512_CTX *c) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/sha/sha512.c | Lines: | 76-90 |
| | 11 | 1 |
SHA384_UpdateName: | 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_InitName: | SHA384_Init | Prototype: | int SHA384_Init(SHA512_CTX *c) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/sha/sha512.c | Lines: | 60-74 |
| | 11 | 1 |
SHA384_FinalName: | 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 |
SHA256_InitName: | SHA256_Init | Prototype: | int SHA256_Init(SHA256_CTX *c) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/sha/sha256.c | Lines: | 32-41 |
| | 7 | 1 |
SHA224_UpdateName: | 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_InitName: | SHA224_Init | Prototype: | int SHA224_Init(SHA256_CTX *c) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/sha/sha256.c | Lines: | 21-30 |
| | 7 | 1 |
SHA224_FinalName: | 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 |
SHA1_InitName: | SHA1_Init | Prototype: | int SHA1_Init(SHA_CTX *c) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/sha/sha_locl.h | Lines: | 106-115 |
| | 7 | 1 |
RSA_verify_PKCS1_PSSName: | 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_up_refName: | RSA_up_ref | Prototype: | int RSA_up_ref(RSA *r) | Coverage: | 66.667% (2/3) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_lib.c | Lines: | 228-233 |
| | 2 | 1 |
RSA_test_flagsName: | 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_sizeName: | 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_flagsName: | 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_dataName: | 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_methodName: | 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_encryptName: | 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_decryptName: | 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_encryptName: | 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_decryptName: | 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_padding_add_PKCS1_PSSName: | 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_newName: | RSA_new | Prototype: | RSA * RSA_new(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/rsa/rsa_lib.c | Lines: | 75-81 |
| | 6 | 1 |
RSA_meth_set_priv_encName: | 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_decName: | 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_finishName: | 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_get_methodName: | 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_indexName: | 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_dataName: | 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_flagsName: | 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_eay_initName: | 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_finishName: | 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_clear_flagsName: | 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_blinding_offName: | 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_bitsName: | 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_newName: | 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_freeName: | 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_SSLeayName: | 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_dupName: | 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_dupName: | 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 |
ROTATEName: | 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 |
RIPEMD160_InitName: | 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 |
RAND_statusName: | 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_methodName: | 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_engineName: | 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_pollName: | 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_get_rand_methodName: | 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_SSLeayName: | 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 |
PROXY_POLICY_newName: | 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_freeName: | 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_newName: | 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_freeName: | 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_newName: | 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_freeName: | 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_newName: | 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_freeName: | 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_newName: | 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_freeName: | 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_newName: | 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_freeName: | 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_newName: | 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_freeName: | 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_attrsName: | 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_decryptName: | 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_add_keyusageName: | 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_PRIV_KEY_INFO_newName: | 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_freeName: | 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 |
PKCS7_set0_type_otherName: | 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_print_ctxName: | 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_newName: | 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_get_signed_attributeName: | PKCS7_get_signed_attribute | Prototype: | ASN1_TYPE * PKCS7_get_signed_attribute(PKCS7_SIGNER_INFO *si, int nid) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_doit.c | Lines: | 1104-1108 |
| | 1 | 1 |
PKCS7_get_attributeName: | PKCS7_get_attribute | Prototype: | ASN1_TYPE * PKCS7_get_attribute(PKCS7_SIGNER_INFO *si, int nid) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_doit.c | Lines: | 1110-1114 |
| | 1 | 1 |
PKCS7_freeName: | PKCS7_free | Prototype: | void PKCS7_free(PKCS7 *a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_asn1.c | Lines: | 238-242 |
| | 1 | 1 |
PKCS7_dupName: | PKCS7_dup | Prototype: | PKCS7 * PKCS7_dup(PKCS7 *x) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_asn1.c | Lines: | 250-254 |
| | 1 | 1 |
PKCS7_add_signed_attributeName: | PKCS7_add_signed_attribute | Prototype: | int PKCS7_add_signed_attribute(PKCS7_SIGNER_INFO *p7si, int nid, int atrtype, void *value) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_doit.c | Lines: | 1191-1196 |
| | 1 | 1 |
PKCS7_add_attributeName: | PKCS7_add_attribute | Prototype: | int PKCS7_add_attribute(PKCS7_SIGNER_INFO *p7si, int nid, int atrtype, void *value) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_doit.c | Lines: | 1198-1202 |
| | 1 | 1 |
PKCS7_SIGN_ENVELOPE_newName: | PKCS7_SIGN_ENVELOPE_new | Prototype: | PKCS7_SIGN_ENVELOPE * PKCS7_SIGN_ENVELOPE_new(void) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_asn1.c | Lines: | 784-788 |
| | 1 | 1 |
PKCS7_SIGN_ENVELOPE_freeName: | PKCS7_SIGN_ENVELOPE_free | Prototype: | void PKCS7_SIGN_ENVELOPE_free(PKCS7_SIGN_ENVELOPE *a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_asn1.c | Lines: | 790-794 |
| | 1 | 1 |
PKCS7_SIGNER_INFO_newName: | PKCS7_SIGNER_INFO_new | Prototype: | PKCS7_SIGNER_INFO * PKCS7_SIGNER_INFO_new(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_asn1.c | Lines: | 437-441 |
| | 1 | 1 |
PKCS7_SIGNER_INFO_freeName: | PKCS7_SIGNER_INFO_free | Prototype: | void PKCS7_SIGNER_INFO_free(PKCS7_SIGNER_INFO *a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_asn1.c | Lines: | 443-447 |
| | 1 | 1 |
PKCS7_SIGNED_newName: | PKCS7_SIGNED_new | Prototype: | PKCS7_SIGNED * PKCS7_SIGNED_new(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_asn1.c | Lines: | 325-329 |
| | 1 | 1 |
PKCS7_SIGNED_freeName: | PKCS7_SIGNED_free | Prototype: | void PKCS7_SIGNED_free(PKCS7_SIGNED *a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_asn1.c | Lines: | 331-335 |
| | 1 | 1 |
PKCS7_RECIP_INFO_newName: | PKCS7_RECIP_INFO_new | Prototype: | PKCS7_RECIP_INFO * PKCS7_RECIP_INFO_new(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_asn1.c | Lines: | 636-640 |
| | 1 | 1 |
PKCS7_RECIP_INFO_freeName: | PKCS7_RECIP_INFO_free | Prototype: | void PKCS7_RECIP_INFO_free(PKCS7_RECIP_INFO *a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_asn1.c | Lines: | 642-646 |
| | 1 | 1 |
PKCS7_ISSUER_AND_SERIAL_newName: | PKCS7_ISSUER_AND_SERIAL_new | Prototype: | PKCS7_ISSUER_AND_SERIAL * PKCS7_ISSUER_AND_SERIAL_new(void) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_asn1.c | Lines: | 490-494 |
| | 1 | 1 |
PKCS7_ISSUER_AND_SERIAL_freeName: | PKCS7_ISSUER_AND_SERIAL_free | Prototype: | void PKCS7_ISSUER_AND_SERIAL_free(PKCS7_ISSUER_AND_SERIAL *a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_asn1.c | Lines: | 496-500 |
| | 1 | 1 |
PKCS7_ISSUER_AND_SERIAL_digestName: | PKCS7_ISSUER_AND_SERIAL_digest | Prototype: | int PKCS7_ISSUER_AND_SERIAL_digest(PKCS7_ISSUER_AND_SERIAL *data, const EVP_MD *type, unsigned char *md, unsigned int *len) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x_all.c | Lines: | 596-602 |
| | 2 | 1 |
PKCS7_ENVELOPE_newName: | PKCS7_ENVELOPE_new | Prototype: | PKCS7_ENVELOPE * PKCS7_ENVELOPE_new(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_asn1.c | Lines: | 550-554 |
| | 1 | 1 |
PKCS7_ENVELOPE_freeName: | PKCS7_ENVELOPE_free | Prototype: | void PKCS7_ENVELOPE_free(PKCS7_ENVELOPE *a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_asn1.c | Lines: | 556-560 |
| | 1 | 1 |
PKCS7_ENC_CONTENT_newName: | PKCS7_ENC_CONTENT_new | Prototype: | PKCS7_ENC_CONTENT * PKCS7_ENC_CONTENT_new(void) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_asn1.c | Lines: | 696-700 |
| | 1 | 1 |
PKCS7_ENC_CONTENT_freeName: | PKCS7_ENC_CONTENT_free | Prototype: | void PKCS7_ENC_CONTENT_free(PKCS7_ENC_CONTENT *a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_asn1.c | Lines: | 702-706 |
| | 1 | 1 |
PKCS7_ENCRYPT_newName: | PKCS7_ENCRYPT_new | Prototype: | PKCS7_ENCRYPT * PKCS7_ENCRYPT_new(void) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_asn1.c | Lines: | 837-841 |
| | 1 | 1 |
PKCS7_ENCRYPT_freeName: | PKCS7_ENCRYPT_free | Prototype: | void PKCS7_ENCRYPT_free(PKCS7_ENCRYPT *a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_asn1.c | Lines: | 843-847 |
| | 1 | 1 |
PKCS7_DIGEST_newName: | PKCS7_DIGEST_new | Prototype: | PKCS7_DIGEST * PKCS7_DIGEST_new(void) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/pk7_asn1.c | Lines: | 904-908 |
| | 1 | 1 |