| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pem/pem_oth.c |
| Switch to Source code | Preprocessed file |
| Line | Source | Count | ||||||
|---|---|---|---|---|---|---|---|---|
| 1 | - | |||||||
| 2 | - | |||||||
| 3 | - | |||||||
| 4 | - | |||||||
| 5 | - | |||||||
| 6 | - | |||||||
| 7 | void * | - | ||||||
| 8 | PEM_ASN1_read_bio(d2i_of_void *d2i, const char *name, BIO *bp, void **x, | - | ||||||
| 9 | pem_password_cb *cb, void *u) | - | ||||||
| 10 | { | - | ||||||
| 11 | const unsigned char *p = | - | ||||||
| 12 | ((void *)0) | - | ||||||
| 13 | ; | - | ||||||
| 14 | unsigned char *data = | - | ||||||
| 15 | ((void *)0) | - | ||||||
| 16 | ; | - | ||||||
| 17 | long len; | - | ||||||
| 18 | char *ret = | - | ||||||
| 19 | ((void *)0) | - | ||||||
| 20 | ; | - | ||||||
| 21 | - | |||||||
| 22 | if (!PEM_bytes_read_bio(&data, &len,
| 4-76 | ||||||
| 23 | ((void *)0)
| 4-76 | ||||||
| 24 | , name, bp, cb, u)
| 4-76 | ||||||
| 25 | return executed 4 times by 1 test: return ((void *)0) ;Executed by:
executed 4 times by 1 test: return ((void *)0) ;Executed by:
| 4 | ||||||
| 26 | ((void *)0) executed 4 times by 1 test: return ((void *)0) ;Executed by:
| 4 | ||||||
| 27 | ; executed 4 times by 1 test: return ((void *)0) ;Executed by:
| 4 | ||||||
| 28 | p = data; | - | ||||||
| 29 | ret = d2i(x, &p, len); | - | ||||||
| 30 | if (ret ==
| 0-76 | ||||||
| 31 | ((void *)0)
| 0-76 | ||||||
| 32 | ) | - | ||||||
| 33 | ERR_put_error(9,(0xfff),(13),__FILE__,84); never executed: ERR_put_error(9,(0xfff),(13),__FILE__,84); | 0 | ||||||
| 34 | free(data); | - | ||||||
| 35 | return executed 76 times by 7 tests: (ret);return (ret);Executed by:
executed 76 times by 7 tests: return (ret);Executed by:
| 76 | ||||||
| 36 | } | - | ||||||
| Switch to Source code | Preprocessed file |