Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
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 |
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 |
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 |
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_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_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_get_default_methodName: | 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_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_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_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_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_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_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_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 |
SHA1_Final [md32_common.h #2]Name: | SHA1_Final [md32_common.h #2] | Prototype: | int SHA1_Final (unsigned char *md, SHA_CTX *c) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/md32_common.h #2 | Lines: | 277-312 |
| | 18 | 2 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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_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_valueName: | 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_CTX_get_max_proto_versionName: | 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_min_proto_versionName: | 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_load_verify_locationsName: | 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_load_verify_memName: | 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_set1_groupsName: | SSL_CTX_set1_groups | Prototype: | int SSL_CTX_set1_groups(SSL_CTX *ctx, const int *groups, size_t groups_len) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/s3_lib.c | Lines: | 2100-2105 |
| | 2 | 1 |
SSL_CTX_set_alpn_select_cbName: | SSL_CTX_set_alpn_select_cb | Prototype: | void SSL_CTX_set_alpn_select_cb(SSL_CTX* ctx, int (*cb) (SSL *ssl, const unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen, void *arg), void *arg) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | Lines: | 1696-1703 |
| | 2 | 1 |
SSL_CTX_set_cert_verify_callbackName: | SSL_CTX_set_cert_verify_callback | Prototype: | void SSL_CTX_set_cert_verify_callback(SSL_CTX *ctx, int (*cb)(X509_STORE_CTX *, void *), void *arg) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | Lines: | 2021-2027 |
| | 2 | 1 |
SSL_CTX_set_default_verify_pathsName: | 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_max_proto_versionName: | SSL_CTX_set_max_proto_version | Prototype: | int SSL_CTX_set_max_proto_version(SSL_CTX *ctx, uint16_t version) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | Lines: | 3060-3065 |
| | 2 | 1 |
SSL_CTX_set_min_proto_versionName: | SSL_CTX_set_min_proto_version | Prototype: | int SSL_CTX_set_min_proto_version(SSL_CTX *ctx, uint16_t version) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | Lines: | 3047-3052 |
| | 2 | 1 |
SSL_CTX_set_tmp_rsa_callbackName: | 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_verifyName: | SSL_CTX_set_verify | Prototype: | void SSL_CTX_set_verify(SSL_CTX *ctx, int mode, int (*cb)(int, X509_STORE_CTX *)) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | Lines: | 2029-2034 |
| | 2 | 1 |
SSL_CTX_set_verify_depthName: | 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_acceptName: | SSL_accept | Prototype: | int SSL_accept(SSL *s) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | Lines: | 924-931 |
| | 5 | 2 |
SSL_connectName: | SSL_connect | Prototype: | int SSL_connect(SSL *s) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | Lines: | 933-940 |
| | 5 | 2 |
SSL_error_internalName: | SSL_error_internal | Prototype: | void SSL_error_internal(const SSL *s, int r, char *f, int l) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_err.c | Lines: | 662-667 |
| | 2 | 1 |
SSL_get_ex_dataName: | SSL_get_ex_data | Prototype: | void * SSL_get_ex_data(const SSL *s, int idx) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | Lines: | 2910-2914 |
| | 1 | 1 |
SSL_get_max_proto_versionName: | SSL_get_max_proto_version | Prototype: | int SSL_get_max_proto_version(SSL *ssl) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | Lines: | 3079-3083 |
| | 1 | 1 |
SSL_get_min_proto_versionName: | SSL_get_min_proto_version | Prototype: | int SSL_get_min_proto_version(SSL *ssl) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | Lines: | 3067-3071 |
| | 1 | 1 |
SSL_get_rbioName: | SSL_get_rbio | Prototype: | BIO * SSL_get_rbio(const SSL *s) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | Lines: | 593-597 |
| | 1 | 1 |
SSL_get_selected_srtp_profileName: | SSL_get_selected_srtp_profile | Prototype: | SRTP_PROTECTION_PROFILE * SSL_get_selected_srtp_profile(SSL *s) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/d1_srtp.c | Lines: | 243-247 |
| | 1 | 1 |
SSL_get_versionName: | SSL_get_version | Prototype: | const char * SSL_get_version(const SSL *s) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | Lines: | 2481-2485 |
| | 1 | 1 |
SSL_get_wbioName: | SSL_get_wbio | Prototype: | BIO * SSL_get_wbio(const SSL *s) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | Lines: | 599-603 |
| | 1 | 1 |
SSL_library_initName: | SSL_library_init | Prototype: | int SSL_library_init(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_algs.c | Lines: | 66-125 |
| | 35 | 1 |
SSL_load_error_stringsName: | SSL_load_error_strings | Prototype: | void SSL_load_error_strings(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_err.c | Lines: | 482-489 |
| | 2 | 1 |
SSL_pendingName: | SSL_pending | Prototype: | int SSL_pending(const SSL *s) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | Lines: | 797-809 |
| | 1 | 1 |
SSL_set_accept_stateName: | SSL_set_accept_state | Prototype: | void SSL_set_accept_state(SSL *s) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | Lines: | 2423-2431 |
| | 5 | 1 |
SSL_set_connect_stateName: | SSL_set_connect_state | Prototype: | void SSL_set_connect_state(SSL *s) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | Lines: | 2433-2441 |
| | 5 | 1 |
SSL_set_ex_dataName: | SSL_set_ex_data | Prototype: | int SSL_set_ex_data(SSL *s, int idx, void *arg) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | Lines: | 2904-2908 |
| | 1 | 1 |
SSL_set_max_proto_versionName: | SSL_set_max_proto_version | Prototype: | int SSL_set_max_proto_version(SSL *ssl, uint16_t version) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | Lines: | 3085-3090 |
| | 2 | 1 |
SSL_set_min_proto_versionName: | SSL_set_min_proto_version | Prototype: | int SSL_set_min_proto_version(SSL *ssl, uint16_t version) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | Lines: | 3073-3078 |
| | 2 | 1 |
SSL_set_tlsext_use_srtpName: | SSL_set_tlsext_use_srtp | Prototype: | int SSL_set_tlsext_use_srtp(SSL *s, const char *profiles) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/d1_srtp.c | Lines: | 221-225 |
| | 1 | 1 |
SSL_stateName: | SSL_state | Prototype: | int SSL_state(const SSL *ssl) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | Lines: | 2872-2876 |
| | 1 | 1 |
SSL_wantName: | SSL_want | Prototype: | int SSL_want(const SSL *s) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_lib.c | Lines: | 2964-2968 |
| | 1 | 1 |
SSLeayName: | SSLeay | Prototype: | unsigned long SSLeay(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/cversion.c | Lines: | 82-86 |
| | 1 | 1 |
SSLv23_client_methodName: | SSLv23_client_method | Prototype: | const SSL_METHOD * SSLv23_client_method(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/t1_clnt.c | Lines: | 195-199 |
| | 1 | 1 |
SSLv23_methodName: | SSLv23_method | Prototype: | const SSL_METHOD * SSLv23_method(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/t1_meth.c | Lines: | 195-199 |
| | 1 | 1 |
SSLv23_server_methodName: | SSLv23_server_method | Prototype: | const SSL_METHOD * SSLv23_server_method(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/t1_srvr.c | Lines: | 196-200 |
| | 1 | 1 |
STREEBOG256_FinalName: | STREEBOG256_Final | Prototype: | int STREEBOG256_Final(unsigned char *md, STREEBOG_CTX * c) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/gost/streebog.c | Lines: | 1368-1372 |
| | 1 | 1 |
STREEBOG256_InitName: | STREEBOG256_Init | Prototype: | int STREEBOG256_Init(STREEBOG_CTX *c) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/gost/streebog.c | Lines: | 1426-1434 |
| | 4 | 1 |
STREEBOG256_UpdateName: | STREEBOG256_Update | Prototype: | int STREEBOG256_Update(STREEBOG_CTX *c, const void *data, size_t len) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/gost/streebog.c | Lines: | 1414-1418 |
| | 1 | 1 |
STREEBOG512_InitName: | STREEBOG512_Init | Prototype: | int STREEBOG512_Init(STREEBOG_CTX *c) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/gost/streebog.c | Lines: | 1436-1445 |
| | 5 | 1 |
STREEBOG512_UpdateName: | STREEBOG512_Update | Prototype: | int STREEBOG512_Update(STREEBOG_CTX *c, const void *_data, size_t len) | Coverage: | 100.000% (16/16) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/gost/streebog.c | Lines: | 1374-1412 |
| | 24 | 6 |
SXNETID_freeName: | SXNETID_free | Prototype: | void SXNETID_free(SXNETID *a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_sxnet.c | Lines: | 147-151 |
| | 1 | 1 |
SXNET_freeName: | SXNET_free | Prototype: | void SXNET_free(SXNET *a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_sxnet.c | Lines: | 200-204 |
| | 1 | 1 |
TLS_client_methodName: | TLS_client_method | Prototype: | const SSL_METHOD * TLS_client_method(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/t1_clnt.c | Lines: | 201-205 |
| | 1 | 1 |
TLS_methodName: | TLS_method | Prototype: | const SSL_METHOD * TLS_method(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/t1_meth.c | Lines: | 201-205 |
| | 1 | 1 |
TLS_server_methodName: | TLS_server_method | Prototype: | const SSL_METHOD * TLS_server_method(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/t1_srvr.c | Lines: | 202-206 |
| | 1 | 1 |
TLSv1_1_client_methodName: | TLSv1_1_client_method | Prototype: | const SSL_METHOD * TLSv1_1_client_method(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/t1_clnt.c | Lines: | 213-217 |
| | 1 | 1 |
TLSv1_1_methodName: | TLSv1_1_method | Prototype: | const SSL_METHOD * TLSv1_1_method(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/t1_meth.c | Lines: | 213-217 |
| | 1 | 1 |
TLSv1_1_server_methodName: | TLSv1_1_server_method | Prototype: | const SSL_METHOD * TLSv1_1_server_method(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/t1_srvr.c | Lines: | 214-218 |
| | 1 | 1 |
TLSv1_2_client_methodName: | TLSv1_2_client_method | Prototype: | const SSL_METHOD * TLSv1_2_client_method(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/t1_clnt.c | Lines: | 219-223 |
| | 1 | 1 |
TLSv1_2_methodName: | TLSv1_2_method | Prototype: | const SSL_METHOD * TLSv1_2_method(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/t1_meth.c | Lines: | 219-223 |
| | 1 | 1 |
TLSv1_2_server_methodName: | TLSv1_2_server_method | Prototype: | const SSL_METHOD * TLSv1_2_server_method(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/t1_srvr.c | Lines: | 220-224 |
| | 1 | 1 |
TLSv1_client_methodName: | TLSv1_client_method | Prototype: | const SSL_METHOD * TLSv1_client_method(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/t1_clnt.c | Lines: | 207-211 |
| | 1 | 1 |
TLSv1_methodName: | TLSv1_method | Prototype: | const SSL_METHOD * TLSv1_method(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/t1_meth.c | Lines: | 207-211 |
| | 1 | 1 |
TLSv1_server_methodName: | TLSv1_server_method | Prototype: | const SSL_METHOD * TLSv1_server_method(void) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/t1_srvr.c | Lines: | 208-212 |
| | 1 | 1 |
TS_ACCURACY_freeName: | TS_ACCURACY_free | Prototype: | void TS_ACCURACY_free(TS_ACCURACY *a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_asn1.c | Lines: | 316-320 |
| | 1 | 1 |
TS_MSG_IMPRINT_freeName: | TS_MSG_IMPRINT_free | Prototype: | void TS_MSG_IMPRINT_free(TS_MSG_IMPRINT *a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_asn1.c | Lines: | 111-115 |
| | 1 | 1 |
TS_REQ_freeName: | TS_REQ_free | Prototype: | void TS_REQ_free(TS_REQ *a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_asn1.c | Lines: | 224-228 |
| | 1 | 1 |
TS_RESP_freeName: | TS_RESP_free | Prototype: | void TS_RESP_free(TS_RESP *a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_asn1.c | Lines: | 634-638 |
| | 1 | 1 |
TS_STATUS_INFO_freeName: | TS_STATUS_INFO_free | Prototype: | void TS_STATUS_INFO_free(TS_STATUS_INFO *a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_asn1.c | Lines: | 523-527 |
| | 1 | 1 |
TS_TST_INFO_freeName: | TS_TST_INFO_free | Prototype: | void TS_TST_INFO_free(TS_TST_INFO *a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ts/ts_asn1.c | Lines: | 431-435 |
| | 1 | 1 |
U32TO8Name: | U32TO8 | Prototype: | static void U32TO8(unsigned char *p, unsigned long v) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/poly1305/poly1305-donna.c | Lines: | 45-52 |
| | 4 | 1 |
U8TO32Name: | U8TO32 | Prototype: | static unsigned long U8TO32(const unsigned char *p) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/poly1305/poly1305-donna.c | Lines: | 35-42 |
| | 4 | 1 |
UI_destroy_methodName: | UI_destroy_method | Prototype: | void UI_destroy_method(UI_METHOD *ui_method) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/ui/ui_lib.c | Lines: | 598-604 |
| | 7 | 1 |
USERNOTICE_freeName: | USERNOTICE_free | Prototype: | void USERNOTICE_free(USERNOTICE *a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_cpols.c | Lines: | 342-346 |
| | 1 | 1 |
UTF8_putcName: | UTF8_putc | Prototype: | int UTF8_putc(unsigned char *str, int len, unsigned long value) | Coverage: | 100.000% (42/42) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_utf8.c | Lines: | 155-199 |
| | 41 | 14 |
X25519Name: | X25519 | Prototype: | int X25519(uint8_t out_shared_key[32], const uint8_t private_key[32], const uint8_t peer_public_value[32]) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/curve25519/curve25519.c | Lines: | 4923-4934 |
| | 2 | 1 |
X25519_keypairName: | X25519_keypair | Prototype: | void X25519_keypair(uint8_t out_public_value[32], uint8_t out_private_key[32]) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/curve25519/curve25519.c | Lines: | 4897-4921 |
| | 5 | 1 |
X509V3_conf_freeName: | X509V3_conf_free | Prototype: | void X509V3_conf_free(CONF_VALUE *conf) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_utl.c | Lines: | 122-131 |
| | 6 | 2 |
X509V3_set_ctxName: | X509V3_set_ctx | Prototype: | void X509V3_set_ctx(X509V3_CTX *ctx, X509 *issuer, X509 *subj, X509_REQ *req, X509_CRL *crl, int flags) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_conf.c | Lines: | 477-486 |
| | 5 | 1 |
X509V3_set_nconfName: | X509V3_set_nconf | Prototype: | void X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509v3/v3_conf.c | Lines: | 470-475 |
| | 2 | 1 |