| src/rsa/rsa_i62_pub.c | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 7 | 12 | 58.3 |
| line | true | false | branch |
|---|---|---|---|
| 54 | 3 | 0 | while (nlen > 0 && *n == 0) { |
| 0 | 3 | while (nlen > 0 && *n == 0) { | |
| 58 | 3 | 0 | if (nlen == 0 || nlen > (BR_MAX_RSA_SIZE >> 3) || xlen != nlen) { |
| 3 | 0 | if (nlen == 0 || nlen > (BR_MAX_RSA_SIZE >> 3) || xlen != nlen) { | |
| 0 | 3 | if (nlen == 0 || nlen > (BR_MAX_RSA_SIZE >> 3) || xlen != nlen) { | |
| 63 | 135 | 3 | while (z > 0) { |