| src/ec/ec_pubkey.c | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 7 | 12 | 58.3 |
| line | true | false | branch |
|---|---|---|---|
| 70 | 4 | 0 | if (curve < 0 || curve >= 32 || curve >= (int)(sizeof POINT_LEN) |
| 4 | 0 | if (curve < 0 || curve >= 32 || curve >= (int)(sizeof POINT_LEN) | |
| 4 | 0 | if (curve < 0 || curve >= 32 || curve >= (int)(sizeof POINT_LEN) | |
| 71 | 0 | 4 | || ((impl->supported_curves >> curve) & 1) == 0) |
| 75 | 2 | 2 | if (kbuf == NULL) { |
| 79 | 2 | 0 | if (pk != NULL) { |