OpenCoverage

eng_all.c

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/engine/eng_all.c
Switch to Source codePreprocessed file
LineSourceCount
1-
2-
3-
4void-
5ENGINE_load_builtin_engines_internal(void)-
6{-
7-
8-
9-
10-
11-
12-
13-
14 ENGINE_register_all_complete();-
15}
executed 3 times by 3 tests: end of block
Executed by:
  • evptest
  • gost2814789t
  • pbkdf2
3
16-
17void-
18ENGINE_load_builtin_engines(void)-
19{-
20 static pthread_once_t once = -
21 0-
22 ;-
23-
24-
25 (void) OPENSSL_init_crypto(0, -
26 ((void *)0)-
27 );-
28-
29 (void) pthread_once(&once, ENGINE_load_builtin_engines_internal);-
30}
executed 3 times by 3 tests: end of block
Executed by:
  • evptest
  • gost2814789t
  • pbkdf2
3
Switch to Source codePreprocessed file

Generated by Squish Coco 4.2.2