| src/rsa/rsa_i31_pub.c | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 12 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 52 | 0 | 0 | while (nlen > 0 && *n == 0) { |
| 0 | 0 | while (nlen > 0 && *n == 0) { | |
| 56 | 0 | 0 | if (nlen == 0 || nlen > (BR_MAX_RSA_SIZE >> 3) || xlen != nlen) { |
| 0 | 0 | if (nlen == 0 || nlen > (BR_MAX_RSA_SIZE >> 3) || xlen != nlen) { | |
| 0 | 0 | if (nlen == 0 || nlen > (BR_MAX_RSA_SIZE >> 3) || xlen != nlen) { | |
| 61 | 0 | 0 | while (z > 0) { |