OpenCoverage

err_all.c

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/err/err_all.c
Switch to Source codePreprocessed file
LineSourceCount
1-
2-
3-
4-
5-
6-
7-
8-
9-
10-
11-
12-
13void ERR_load_ERR_strings_internal(void);-
14-
15static void-
16ERR_load_crypto_strings_internal(void)-
17{-
18-
19 ERR_load_ERR_strings_internal();-
20 ERR_load_BN_strings();-
21-
22 ERR_load_RSA_strings();-
23-
24-
25 ERR_load_DH_strings();-
26-
27 ERR_load_EVP_strings();-
28 ERR_load_BUF_strings();-
29 ERR_load_OBJ_strings();-
30 ERR_load_PEM_strings();-
31-
32 ERR_load_DSA_strings();-
33-
34 ERR_load_X509_strings();-
35 ERR_load_ASN1_strings();-
36 ERR_load_CONF_strings();-
37 ERR_load_CRYPTO_strings();-
38-
39 ERR_load_EC_strings();-
40-
41-
42 ERR_load_ECDSA_strings();-
43-
44-
45 ERR_load_ECDH_strings();-
46-
47-
48 ERR_load_BIO_strings();-
49 ERR_load_PKCS7_strings();-
50 ERR_load_X509V3_strings();-
51 ERR_load_PKCS12_strings();-
52 ERR_load_RAND_strings();-
53 ERR_load_DSO_strings();-
54 ERR_load_TS_strings();-
55-
56 ERR_load_ENGINE_strings();-
57-
58 ERR_load_OCSP_strings();-
59 ERR_load_UI_strings();-
60-
61 ERR_load_GOST_strings();-
62-
63-
64}
executed 290 times by 31 tests: end of block
Executed by:
  • asn1test
  • base64test
  • bnaddsub
  • bntest
  • cipher_list
  • cipherstest
  • clienttest
  • configtest
  • dhtest
  • dsatest
  • ecdhtest
  • ecdsatest
  • ectest
  • enginetest
  • evptest
  • exptest
  • gost2814789t
  • keypairtest
  • libcrypto.so.44.0.1
  • mont
  • pbkdf2
  • pkcs7test
  • rsa_test
  • servertest
  • ssl_versions
  • ...
290
65-
66void-
67ERR_load_crypto_strings(void)-
68{-
69 static pthread_once_t loaded = -
70 0-
71 ;-
72 (void) pthread_once(&loaded, ERR_load_crypto_strings_internal);-
73}
executed 624 times by 31 tests: end of block
Executed by:
  • asn1test
  • base64test
  • bnaddsub
  • bntest
  • cipher_list
  • cipherstest
  • clienttest
  • configtest
  • dhtest
  • dsatest
  • ecdhtest
  • ecdsatest
  • ectest
  • enginetest
  • evptest
  • exptest
  • gost2814789t
  • keypairtest
  • libcrypto.so.44.0.1
  • mont
  • pbkdf2
  • pkcs7test
  • rsa_test
  • servertest
  • ssl_versions
  • ...
624
Switch to Source codePreprocessed file

Generated by Squish Coco 4.2.2