| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/p_dec.c |
| Switch to Source code | Preprocessed file |
| Line | Source | Count | ||||||
|---|---|---|---|---|---|---|---|---|
| 1 | - | |||||||
| 2 | - | |||||||
| 3 | - | |||||||
| 4 | - | |||||||
| 5 | - | |||||||
| 6 | - | |||||||
| 7 | - | |||||||
| 8 | - | |||||||
| 9 | int | - | ||||||
| 10 | EVP_PKEY_decrypt_old(unsigned char *key, const unsigned char *ek, int ekl, | - | ||||||
| 11 | EVP_PKEY *priv) | - | ||||||
| 12 | { | - | ||||||
| 13 | int ret = -1; | - | ||||||
| 14 | - | |||||||
| 15 | - | |||||||
| 16 | if (priv->type != 6
| 0 | ||||||
| 17 | - | |||||||
| 18 | ERR_put_error(6,(0xfff),(106),__FILE__,81); | - | ||||||
| 19 | - | |||||||
| 20 | goto never executed: err;goto err;never executed: goto err; | 0 | ||||||
| 21 | } | - | ||||||
| 22 | - | |||||||
| 23 | ret = RSA_private_decrypt(ekl, ek, key, priv->pkey.rsa, | - | ||||||
| 24 | 1); | - | ||||||
| 25 | - | |||||||
| 26 | err: code before this statement never executed: err: | 0 | ||||||
| 27 | - | |||||||
| 28 | return never executed: (ret);return (ret);never executed: return (ret); | 0 | ||||||
| 29 | } | - | ||||||
| Switch to Source code | Preprocessed file |