OpenCoverage

ui_null.c

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ui/ui_null.c
Switch to Source codePreprocessed file
LineSourceCount
1-
2static const UI_METHOD ui_null = {-
3 "OpenSSL NULL UI",-
4 -
5 ((void *)0)-
6 ,-
7 -
8 ((void *)0)-
9 ,-
10 -
11 ((void *)0)-
12 ,-
13 -
14 ((void *)0)-
15 ,-
16 -
17 ((void *)0)-
18 ,-
19 -
20 ((void *)0)-
21-
22};-
23-
24-
25const UI_METHOD *UI_null(void)-
26{-
27 return
executed 1789 times by 1 test: return &ui_null;
Executed by:
  • libcrypto.so.1.1
&ui_null;
executed 1789 times by 1 test: return &ui_null;
Executed by:
  • libcrypto.so.1.1
1789
28}-
Switch to Source codePreprocessed file

Generated by Squish Coco 4.2.2