Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
RSA_get0_qName: | RSA_get0_q | Prototype: | const BIGNUM *RSA_get0_q(const RSA *r) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/rsa/rsa_lib.c | Lines: | 425-428 |
| | 1 | 1 |
RSA_get0_pName: | RSA_get0_p | Prototype: | const BIGNUM *RSA_get0_p(const RSA *r) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/rsa/rsa_lib.c | Lines: | 420-423 |
| | 1 | 1 |
RSA_get0_nName: | RSA_get0_n | Prototype: | const BIGNUM *RSA_get0_n(const RSA *r) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/rsa/rsa_lib.c | Lines: | 405-408 |
| | 1 | 1 |
RSA_get0_iqmpName: | RSA_get0_iqmp | Prototype: | const BIGNUM *RSA_get0_iqmp(const RSA *r) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/rsa/rsa_lib.c | Lines: | 440-443 |
| | 1 | 1 |
RSA_get0_engineName: | RSA_get0_engine | Prototype: | ENGINE *RSA_get0_engine(const RSA *r) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/rsa/rsa_lib.c | Lines: | 466-469 |
| | 1 | 1 |
RSA_get0_eName: | RSA_get0_e | Prototype: | const BIGNUM *RSA_get0_e(const RSA *r) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/rsa/rsa_lib.c | Lines: | 410-413 |
| | 1 | 1 |
RSA_get0_dmq1Name: | RSA_get0_dmq1 | Prototype: | const BIGNUM *RSA_get0_dmq1(const RSA *r) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/rsa/rsa_lib.c | Lines: | 435-438 |
| | 1 | 1 |
RSA_get0_dmp1Name: | RSA_get0_dmp1 | Prototype: | const BIGNUM *RSA_get0_dmp1(const RSA *r) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/rsa/rsa_lib.c | Lines: | 430-433 |
| | 1 | 1 |
RSA_get0_dName: | RSA_get0_d | Prototype: | const BIGNUM *RSA_get0_d(const RSA *r) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/rsa/rsa_lib.c | Lines: | 415-418 |
| | 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/openssl/src/crypto/rsa/rsa_crpt.c | Lines: | 51-54 |
| | 5 | 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/openssl/src/crypto/rsa/rsa_lib.c | Lines: | 445-448 |
| | 1 | 1 |
RSA_check_keyName: | RSA_check_key | Prototype: | int RSA_check_key(const RSA *key) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/rsa/rsa_chk.c | Lines: | 14-17 |
| | 5 | 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/openssl/src/crypto/rsa/rsa_crpt.c | Lines: | 56-62 |
| | 8 | 1 |
RSA_bitsName: | RSA_bits | Prototype: | int RSA_bits(const RSA *r) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/rsa/rsa_crpt.c | Lines: | 17-20 |
| | 1 | 1 |
RSA_PSS_PARAMS_newName: | RSA_PSS_PARAMS_new | Prototype: | RSA_PSS_PARAMS *RSA_PSS_PARAMS_new(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/rsa/rsa_asn1.c | Lines: | 88-88 |
| | 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/openssl/src/crypto/rsa/rsa_asn1.c | Lines: | 88-88 |
| | 1 | 1 |
RSA_PKCS1_OpenSSLName: | RSA_PKCS1_OpenSSL | Prototype: | const RSA_METHOD *RSA_PKCS1_OpenSSL(void) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/rsa/rsa_ossl.c | Lines: | 57-60 |
| | 1 | 1 |
RSA_OAEP_PARAMS_newName: | RSA_OAEP_PARAMS_new | Prototype: | RSA_OAEP_PARAMS *RSA_OAEP_PARAMS_new(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/rsa/rsa_asn1.c | Lines: | 107-107 |
| | 1 | 1 |
RSA_OAEP_PARAMS_freeName: | RSA_OAEP_PARAMS_free | Prototype: | void RSA_OAEP_PARAMS_free(RSA_OAEP_PARAMS *a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/rsa/rsa_asn1.c | Lines: | 107-107 |
| | 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/openssl/src/crypto/rsa/rsa_asn1.c | Lines: | 113-116 |
| | 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/openssl/src/crypto/rsa/rsa_asn1.c | Lines: | 118-121 |
| | 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/openssl/src/crypto/ripemd/rmd_dgst.c | Lines: | 21-30 |
| | 7 | 1 |
RECORD_LAYER_write_pendingName: | RECORD_LAYER_write_pending | Prototype: | int RECORD_LAYER_write_pending(const RECORD_LAYER *rl) | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/ssl/record/rec_layer_s3.c | Lines: | 95-99 |
| | 2 | 1 |
RECORD_LAYER_reset_write_sequenceName: | RECORD_LAYER_reset_write_sequence | Prototype: | void RECORD_LAYER_reset_write_sequence(RECORD_LAYER *rl) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/ssl/record/rec_layer_s3.c | Lines: | 106-109 |
| | 1 | 1 |
RECORD_LAYER_reset_read_sequenceName: | RECORD_LAYER_reset_read_sequence | Prototype: | void RECORD_LAYER_reset_read_sequence(RECORD_LAYER *rl) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/ssl/record/rec_layer_s3.c | Lines: | 101-104 |
| | 1 | 1 |
RECORD_LAYER_read_pendingName: | RECORD_LAYER_read_pending | Prototype: | int RECORD_LAYER_read_pending(const RECORD_LAYER *rl) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/ssl/record/rec_layer_s3.c | Lines: | 78-81 |
| | 1 | 1 |
RECORD_LAYER_is_sslv2_recordName: | RECORD_LAYER_is_sslv2_record | Prototype: | int RECORD_LAYER_is_sslv2_record(RECORD_LAYER *rl) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/ssl/record/rec_layer_s3.c | Lines: | 1752-1755 |
| | 1 | 1 |
RECORD_LAYER_initName: | RECORD_LAYER_init | Prototype: | void RECORD_LAYER_init(RECORD_LAYER *rl, SSL *s) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/ssl/record/rec_layer_s3.c | Lines: | 29-34 |
| | 3 | 1 |
RECORD_LAYER_get_rrec_lengthName: | RECORD_LAYER_get_rrec_length | Prototype: | size_t RECORD_LAYER_get_rrec_length(RECORD_LAYER *rl) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/ssl/record/rec_layer_s3.c | Lines: | 1760-1763 |
| | 1 | 1 |
RAND_keep_random_devices_openName: | RAND_keep_random_devices_open | Prototype: | void RAND_keep_random_devices_open(int keep) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/rand/rand_lib.c | Lines: | 371-374 |
| | 1 | 1 |
RAND_OpenSSLName: | RAND_OpenSSL | Prototype: | RAND_METHOD *RAND_OpenSSL(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/rand/drbg_lib.c | Lines: | 1071-1074 |
| | 1 | 1 |
RAND_DRBG_set_ex_dataName: | RAND_DRBG_set_ex_data | Prototype: | int RAND_DRBG_set_ex_data(RAND_DRBG *drbg, int idx, void *arg) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/rand/drbg_lib.c | Lines: | 831-834 |
| | 1 | 1 |
RAND_DRBG_secure_newName: | RAND_DRBG_secure_new | Prototype: | RAND_DRBG *RAND_DRBG_secure_new(int type, unsigned int flags, RAND_DRBG *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/rand/drbg_lib.c | Lines: | 245-248 |
| | 1 | 1 |
RAND_DRBG_newName: | RAND_DRBG_new | Prototype: | RAND_DRBG *RAND_DRBG_new(int type, unsigned int flags, RAND_DRBG *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/rand/drbg_lib.c | Lines: | 240-243 |
| | 1 | 1 |
RAND_DRBG_get_ex_dataName: | RAND_DRBG_get_ex_data | Prototype: | void *RAND_DRBG_get_ex_data(const RAND_DRBG *drbg, int idx) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/rand/drbg_lib.c | Lines: | 836-839 |
| | 1 | 1 |
Poly1305_ctx_sizeName: | Poly1305_ctx_size | Prototype: | size_t Poly1305_ctx_size(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/poly1305/poly1305.c | Lines: | 17-20 |
| | 1 | 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/openssl/src/crypto/x509v3/v3_pcia.c | Lines: | 56-56 |
| | 1 | 1 |
PROXY_POLICY_freeName: | PROXY_POLICY_free | Prototype: | void PROXY_POLICY_free(PROXY_POLICY *a) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_pcia.c | Lines: | 56-56 |
| | 1 | 1 |
PROXY_CERT_INFO_EXTENSION_newName: | PROXY_CERT_INFO_EXTENSION_new | Prototype: | PROXY_CERT_INFO_EXTENSION *PROXY_CERT_INFO_EXTENSION_new(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_pcia.c | Lines: | 64-64 |
| | 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/openssl/src/crypto/x509v3/v3_pcia.c | Lines: | 64-64 |
| | 1 | 1 |
PROFESSION_INFO_set0_registrationNumberName: | PROFESSION_INFO_set0_registrationNumber | Prototype: | void PROFESSION_INFO_set0_registrationNumber(PROFESSION_INFO *pi, ASN1_PRINTABLESTRING *rn) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_admis.c | Lines: | 351-356 |
| | 2 | 1 |
PROFESSION_INFO_set0_professionOIDsName: | PROFESSION_INFO_set0_professionOIDs | Prototype: | void PROFESSION_INFO_set0_professionOIDs(PROFESSION_INFO *pi, struct stack_st_ASN1_OBJECT *po) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_admis.c | Lines: | 339-344 |
| | 2 | 1 |
PROFESSION_INFO_set0_professionItemsName: | PROFESSION_INFO_set0_professionItems | Prototype: | void PROFESSION_INFO_set0_professionItems(PROFESSION_INFO *pi, struct stack_st_ASN1_STRING *as) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_admis.c | Lines: | 327-332 |
| | 2 | 1 |
PROFESSION_INFO_set0_namingAuthorityName: | PROFESSION_INFO_set0_namingAuthority | Prototype: | void PROFESSION_INFO_set0_namingAuthority(PROFESSION_INFO *pi, NAMING_AUTHORITY *na) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_admis.c | Lines: | 315-320 |
| | 2 | 1 |
PROFESSION_INFO_set0_addProfessionInfoName: | PROFESSION_INFO_set0_addProfessionInfo | Prototype: | void PROFESSION_INFO_set0_addProfessionInfo(PROFESSION_INFO *pi, ASN1_OCTET_STRING *aos) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_admis.c | Lines: | 303-308 |
| | 2 | 1 |
PROFESSION_INFO_newName: | PROFESSION_INFO_new | Prototype: | PROFESSION_INFO *PROFESSION_INFO_new(void) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_admis.c | Lines: | 50-50 |
| | 1 | 1 |
PROFESSION_INFO_get0_registrationNumberName: | PROFESSION_INFO_get0_registrationNumber | Prototype: | const ASN1_PRINTABLESTRING *PROFESSION_INFO_get0_registrationNumber(const PROFESSION_INFO *pi) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_admis.c | Lines: | 346-349 |
| | 1 | 1 |
PROFESSION_INFO_get0_professionOIDsName: | PROFESSION_INFO_get0_professionOIDs | Prototype: | const struct stack_st_ASN1_OBJECT *PROFESSION_INFO_get0_professionOIDs(const PROFESSION_INFO *pi) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_admis.c | Lines: | 334-337 |
| | 1 | 1 |
PROFESSION_INFO_get0_professionItemsName: | PROFESSION_INFO_get0_professionItems | Prototype: | const struct stack_st_ASN1_STRING *PROFESSION_INFO_get0_professionItems(const PROFESSION_INFO *pi) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_admis.c | Lines: | 322-325 |
| | 1 | 1 |
PROFESSION_INFO_get0_namingAuthorityName: | PROFESSION_INFO_get0_namingAuthority | Prototype: | const NAMING_AUTHORITY *PROFESSION_INFO_get0_namingAuthority(const PROFESSION_INFO *pi) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_admis.c | Lines: | 310-313 |
| | 1 | 1 |
PROFESSION_INFO_get0_addProfessionInfoName: | PROFESSION_INFO_get0_addProfessionInfo | Prototype: | const ASN1_OCTET_STRING *PROFESSION_INFO_get0_addProfessionInfo(const PROFESSION_INFO *pi) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_admis.c | Lines: | 298-301 |
| | 1 | 1 |
PROFESSION_INFO_freeName: | PROFESSION_INFO_free | Prototype: | void PROFESSION_INFO_free(PROFESSION_INFO *a) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_admis.c | Lines: | 50-50 |
| | 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/openssl/src/crypto/x509v3/v3_pmaps.c | Lines: | 44-44 |
| | 1 | 1 |
POLICY_MAPPING_freeName: | POLICY_MAPPING_free | Prototype: | void POLICY_MAPPING_free(POLICY_MAPPING *a) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_pmaps.c | Lines: | 44-44 |
| | 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/openssl/src/crypto/x509v3/v3_pcons.c | Lines: | 41-41 |
| | 1 | 1 |
POLICY_CONSTRAINTS_freeName: | POLICY_CONSTRAINTS_free | Prototype: | void POLICY_CONSTRAINTS_free(POLICY_CONSTRAINTS *a) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_pcons.c | Lines: | 41-41 |
| | 1 | 1 |
POLICYQUALINFO_newName: | POLICYQUALINFO_new | Prototype: | POLICYQUALINFO *POLICYQUALINFO_new(void) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_cpols.c | Lines: | 72-72 |
| | 1 | 1 |
POLICYQUALINFO_freeName: | POLICYQUALINFO_free | Prototype: | void POLICYQUALINFO_free(POLICYQUALINFO *a) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_cpols.c | Lines: | 72-72 |
| | 1 | 1 |
POLICYINFO_newName: | POLICYINFO_new | Prototype: | POLICYINFO *POLICYINFO_new(void) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_cpols.c | Lines: | 58-58 |
| | 1 | 1 |
POLICYINFO_freeName: | POLICYINFO_free | Prototype: | void POLICYINFO_free(POLICYINFO *a) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_cpols.c | Lines: | 58-58 |
| | 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/openssl/src/crypto/x509v3/v3_pku.c | Lines: | 34-34 |
| | 1 | 1 |
PKEY_USAGE_PERIOD_freeName: | PKEY_USAGE_PERIOD_free | Prototype: | void PKEY_USAGE_PERIOD_free(PKEY_USAGE_PERIOD *a) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_pku.c | Lines: | 34-34 |
| | 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/openssl/src/crypto/asn1/p8_pkey.c | Lines: | 68-72 |
| | 1 | 1 |
PKCS8_get_attrName: | PKCS8_get_attr | Prototype: | ASN1_TYPE *PKCS8_get_attr(PKCS8_PRIV_KEY_INFO *p8, int attr_nid) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/pkcs12/p12_sbag.c | Lines: | 28-31 |
| | 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/openssl/src/crypto/pkcs12/p12_p8d.c | Lines: | 14-23 |
| | 6 | 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/openssl/src/crypto/pkcs12/p12_attr.c | Lines: | 29-34 |
| | 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/openssl/src/crypto/asn1/p8_pkey.c | Lines: | 36-36 |
| | 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/openssl/src/crypto/asn1/p8_pkey.c | Lines: | 36-36 |
| | 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/openssl/src/crypto/pkcs7/pk7_lib.c | Lines: | 178-183 |
| | 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/openssl/src/crypto/pkcs7/pk7_asn1.c | Lines: | 202-202 |
| | 1 | 1 |
PKCS7_newName: | PKCS7_new | Prototype: | PKCS7 *PKCS7_new(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/pkcs7/pk7_asn1.c | Lines: | 65-65 |
| | 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/openssl/src/crypto/pkcs7/pk7_doit.c | Lines: | 1067-1070 |
| | 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/openssl/src/crypto/pkcs7/pk7_doit.c | Lines: | 1072-1075 |
| | 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/openssl/src/crypto/pkcs7/pk7_asn1.c | Lines: | 65-65 |
| | 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/openssl/src/crypto/pkcs7/pk7_asn1.c | Lines: | 69-69 |
| | 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/openssl/src/crypto/pkcs7/pk7_doit.c | Lines: | 1132-1136 |
| | 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/openssl/src/crypto/pkcs7/pk7_doit.c | Lines: | 1138-1142 |
| | 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/openssl/src/crypto/pkcs7/pk7_asn1.c | Lines: | 163-163 |
| | 1 | 1 |
PKCS7_SIGN_ENVELOPE_freeName: | PKCS7_SIGN_ENVELOPE_free | Prototype: | void PKCS7_SIGN_ENVELOPE_free(PKCS7_SIGN_ENVELOPE *a) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/pkcs7/pk7_asn1.c | Lines: | 163-163 |
| | 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/openssl/src/crypto/pkcs7/pk7_asn1.c | Lines: | 108-108 |
| | 1 | 1 |
PKCS7_SIGNER_INFO_freeName: | PKCS7_SIGNER_INFO_free | Prototype: | void PKCS7_SIGNER_INFO_free(PKCS7_SIGNER_INFO *a) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/pkcs7/pk7_asn1.c | Lines: | 108-108 |
| | 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/openssl/src/crypto/pkcs7/pk7_asn1.c | Lines: | 80-80 |
| | 1 | 1 |
PKCS7_SIGNED_freeName: | PKCS7_SIGNED_free | Prototype: | void PKCS7_SIGNED_free(PKCS7_SIGNED *a) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/pkcs7/pk7_asn1.c | Lines: | 80-80 |
| | 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/openssl/src/crypto/pkcs7/pk7_asn1.c | Lines: | 143-143 |
| | 1 | 1 |
PKCS7_RECIP_INFO_freeName: | PKCS7_RECIP_INFO_free | Prototype: | void PKCS7_RECIP_INFO_free(PKCS7_RECIP_INFO *a) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/pkcs7/pk7_asn1.c | Lines: | 143-143 |
| | 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/openssl/src/crypto/pkcs7/pk7_asn1.c | Lines: | 115-115 |
| | 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: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/pkcs7/pk7_asn1.c | Lines: | 115-115 |
| | 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/openssl/src/crypto/x509/x_all.c | Lines: | 404-410 |
| | 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/openssl/src/crypto/pkcs7/pk7_asn1.c | Lines: | 123-123 |
| | 1 | 1 |
PKCS7_ENVELOPE_freeName: | PKCS7_ENVELOPE_free | Prototype: | void PKCS7_ENVELOPE_free(PKCS7_ENVELOPE *a) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/pkcs7/pk7_asn1.c | Lines: | 123-123 |
| | 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/openssl/src/crypto/pkcs7/pk7_asn1.c | Lines: | 151-151 |
| | 1 | 1 |
PKCS7_ENC_CONTENT_freeName: | PKCS7_ENC_CONTENT_free | Prototype: | void PKCS7_ENC_CONTENT_free(PKCS7_ENC_CONTENT *a) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/pkcs7/pk7_asn1.c | Lines: | 151-151 |
| | 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/openssl/src/crypto/pkcs7/pk7_asn1.c | Lines: | 170-170 |
| | 1 | 1 |
PKCS7_ENCRYPT_freeName: | PKCS7_ENCRYPT_free | Prototype: | void PKCS7_ENCRYPT_free(PKCS7_ENCRYPT *a) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/pkcs7/pk7_asn1.c | Lines: | 170-170 |
| | 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/openssl/src/crypto/pkcs7/pk7_asn1.c | Lines: | 179-179 |
| | 1 | 1 |
PKCS7_DIGEST_freeName: | PKCS7_DIGEST_free | Prototype: | void PKCS7_DIGEST_free(PKCS7_DIGEST *a) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/pkcs7/pk7_asn1.c | Lines: | 179-179 |
| | 1 | 1 |
PKCS5_pbe2_setName: | PKCS5_pbe2_set | Prototype: | X509_ALGOR *PKCS5_pbe2_set(const EVP_CIPHER *cipher, int iter, unsigned char *salt, int saltlen) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/p5_pbev2.c | Lines: | 143-147 |
| | 5 | 1 |
PKCS5_PBKDF2_HMAC_SHA1Name: | PKCS5_PBKDF2_HMAC_SHA1 | Prototype: | int PKCS5_PBKDF2_HMAC_SHA1(const char *pass, int passlen, const unsigned char *salt, int saltlen, int iter, int keylen, unsigned char *out) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/evp/p5_crpt2.c | Lines: | 124-130 |
| | 2 | 1 |
PKCS12_newName: | PKCS12_new | Prototype: | PKCS12 *PKCS12_new(void) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/pkcs12/p12_asn.c | Lines: | 24-24 |
| | 1 | 1 |
PKCS12_mac_presentName: | PKCS12_mac_present | Prototype: | int PKCS12_mac_present(const PKCS12 *p12) | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/pkcs12/p12_mutl.c | Lines: | 18-21 |
| | 1 | 1 |