blib/lib/Crypt/RSA/ES/OAEP.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 12 | 0.0 |
line | l | !l | condition |
---|---|---|---|
47 | 0 | 0 | $self->encode($M, $self->{'P'}, $k - 1) || (return $self->error($self->errstr, \$M, $key, \%params)) |
66 | 0 | 0 | $self->{'primitives'}->core_decrypt('Cyphertext', $c, 'Key', $key) || (return $self->error('Decryption error.', $key, \%params)) |
68 | 0 | 0 | i2osp($m, $k - 1) || (return $self->error('Decryption error.', $key, \%params)) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
43 | 0 | 0 | 0 | $params{'Message'} || $params{'Plaintext'} |
58 | 0 | 0 | 0 | $params{'Cyphertext'} || $params{'Ciphertext'} |