Deleted Added
full compact
EVP_rc5_32_12_16_cbc.pod (1.1.1.5) EVP_rc5_32_12_16_cbc.pod (1.1.1.6)
1=pod
2
3=head1 NAME
4
5EVP_rc5_32_12_16_cbc,
6EVP_rc5_32_12_16_cfb,
7EVP_rc5_32_12_16_cfb64,
8EVP_rc5_32_12_16_ecb,

--- 46 unchanged lines hidden (view full) ---

55=back
56
57=back
58
59=head1 NOTES
60
61Developers should be aware of the negative performance implications of
62calling these functions multiple times and should consider using
1=pod
2
3=head1 NAME
4
5EVP_rc5_32_12_16_cbc,
6EVP_rc5_32_12_16_cfb,
7EVP_rc5_32_12_16_cfb64,
8EVP_rc5_32_12_16_ecb,

--- 46 unchanged lines hidden (view full) ---

55=back
56
57=back
58
59=head1 NOTES
60
61Developers should be aware of the negative performance implications of
62calling these functions multiple times and should consider using
63L instead.
63L<EVP_CIPHER_fetch(3)> with L<EVP_CIPHER-RC5(7)> instead.
64See L<crypto(7)/Performance> for further information.
65
66=head1 RETURN VALUES
67
68These functions return an B<EVP_CIPHER> structure that contains the
69implementation of the symmetric cipher. See L<EVP_CIPHER_meth_new(3)> for
70details of the B<EVP_CIPHER> structure.
71

--- 17 unchanged lines hidden ---
64See L<crypto(7)/Performance> for further information.
65
66=head1 RETURN VALUES
67
68These functions return an B<EVP_CIPHER> structure that contains the
69implementation of the symmetric cipher. See L<EVP_CIPHER_meth_new(3)> for
70details of the B<EVP_CIPHER> structure.
71

--- 17 unchanged lines hidden ---