| line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
|
1
|
|
|
|
|
|
|
package Crypt::Mode; |
|
2
|
|
|
|
|
|
|
|
|
3
|
1
|
|
|
1
|
|
364
|
use strict; |
|
|
1
|
|
|
|
|
1
|
|
|
|
1
|
|
|
|
|
24
|
|
|
4
|
1
|
|
|
1
|
|
3
|
use warnings; |
|
|
1
|
|
|
|
|
1
|
|
|
|
1
|
|
|
|
|
56
|
|
|
5
|
|
|
|
|
|
|
our $VERSION = '0.088_004'; |
|
6
|
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
### not used |
|
8
|
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
1; |
|
10
|
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
=pod |
|
12
|
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
=head1 NAME |
|
14
|
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
Crypt::Mode - [internal only] |
|
16
|
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
=head1 SYNOPSIS |
|
18
|
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
Do not use this module directly. |
|
20
|
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
Use a concrete block-mode module such as L or |
|
22
|
|
|
|
|
|
|
L. |
|
23
|
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
=head1 DESCRIPTION |
|
25
|
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
Internal namespace placeholder for block-cipher mode modules. |
|
27
|
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
Do not use this module directly. Use a concrete mode such as |
|
29
|
|
|
|
|
|
|
L, L, L, |
|
30
|
|
|
|
|
|
|
L, or L. |
|
31
|
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
=cut |