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