| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/ssl/ssl_algs.c |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | - | |
| 3 | - | |
| 4 | int | - |
| 5 | SSL_library_init(void) | - |
| 6 | { | - |
| 7 | - | |
| 8 | - | |
| 9 | EVP_add_cipher(EVP_des_cbc()); | - |
| 10 | EVP_add_cipher(EVP_des_ede3_cbc()); | - |
| 11 | - | |
| 12 | - | |
| 13 | EVP_add_cipher(EVP_rc4()); | - |
| 14 | - | |
| 15 | EVP_add_cipher(EVP_rc4_hmac_md5()); | - |
| 16 | - | |
| 17 | - | |
| 18 | - | |
| 19 | EVP_add_cipher(EVP_rc2_cbc()); | - |
| 20 | - | |
| 21 | - | |
| 22 | - | |
| 23 | EVP_add_cipher(EVP_rc2_40_cbc()); | - |
| 24 | - | |
| 25 | EVP_add_cipher(EVP_aes_128_cbc()); | - |
| 26 | EVP_add_cipher(EVP_aes_192_cbc()); | - |
| 27 | EVP_add_cipher(EVP_aes_256_cbc()); | - |
| 28 | EVP_add_cipher(EVP_aes_128_gcm()); | - |
| 29 | EVP_add_cipher(EVP_aes_256_gcm()); | - |
| 30 | EVP_add_cipher(EVP_aes_128_cbc_hmac_sha1()); | - |
| 31 | EVP_add_cipher(EVP_aes_256_cbc_hmac_sha1()); | - |
| 32 | - | |
| 33 | EVP_add_cipher(EVP_camellia_128_cbc()); | - |
| 34 | EVP_add_cipher(EVP_camellia_256_cbc()); | - |
| 35 | - | |
| 36 | - | |
| 37 | EVP_add_cipher(EVP_gost2814789_cfb64()); | - |
| 38 | EVP_add_cipher(EVP_gost2814789_cnt()); | - |
| 39 | - | |
| 40 | - | |
| 41 | EVP_add_digest(EVP_md5()); | - |
| 42 | EVP_add_digest(EVP_md5_sha1()); | - |
| 43 | OBJ_NAME_add(("ssl2-md5"),0x01|0x8000,("MD5")); | - |
| 44 | OBJ_NAME_add(("ssl3-md5"),0x01|0x8000,("MD5")); | - |
| 45 | - | |
| 46 | EVP_add_digest(EVP_sha1()); | - |
| 47 | OBJ_NAME_add(("ssl3-sha1"),0x01|0x8000,("SHA1")); | - |
| 48 | OBJ_NAME_add(("RSA-SHA1-2"),0x01|0x8000,("RSA-SHA1")); | - |
| 49 | EVP_add_digest(EVP_sha224()); | - |
| 50 | EVP_add_digest(EVP_sha256()); | - |
| 51 | EVP_add_digest(EVP_sha384()); | - |
| 52 | EVP_add_digest(EVP_sha512()); | - |
| 53 | EVP_add_digest(EVP_ecdsa()); | - |
| 54 | - | |
| 55 | EVP_add_digest(EVP_gostr341194()); | - |
| 56 | EVP_add_digest(EVP_gost2814789imit()); | - |
| 57 | EVP_add_digest(EVP_streebog256()); | - |
| 58 | EVP_add_digest(EVP_streebog512()); | - |
| 59 | - | |
| 60 | - | |
| 61 | ssl_load_ciphers(); | - |
| 62 | return executed 333 times by 14 tests: (1);return (1);Executed by:
executed 333 times by 14 tests: return (1);Executed by:
| 333 |
| 63 | } | - |
| Switch to Source code | Preprocessed file |