OpenCoverage

dh_prn.c

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dh/dh_prn.c
Switch to Source codePreprocessed file
LineSourceCount
1-
2-
3int-
4DHparams_print_fp(FILE *fp, const DH *x)-
5{-
6 BIO *b;-
7 int ret;-
8-
9 if ((
(b = BIO_new(B...== ((void *)0)Description
TRUEnever evaluated
FALSEnever evaluated
b = BIO_new(BIO_s_file())) ==
(b = BIO_new(B...== ((void *)0)Description
TRUEnever evaluated
FALSEnever evaluated
0
10 ((void *)0)
(b = BIO_new(B...== ((void *)0)Description
TRUEnever evaluated
FALSEnever evaluated
0
11 ) {-
12 ERR_put_error(5,(0xfff),(7),__FILE__,72);-
13 return
never executed: return 0;
0;
never executed: return 0;
0
14 }-
15 BIO_ctrl(b,106,0x00,(char *)fp);-
16 ret = DHparams_print(b, x);-
17 BIO_free(b);-
18 return
never executed: return ret;
ret;
never executed: return ret;
0
19}-
Switch to Source codePreprocessed file

Generated by Squish Coco 4.2.2