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