Latest update (add quic)
This commit is contained in:
@@ -27,9 +27,9 @@ properties, to be used with EVP_MAC_fetch():
|
||||
The general description of these parameters can be found in
|
||||
L<EVP_MAC(3)/PARAMETERS>.
|
||||
|
||||
All these parameters can be set with EVP_MAC_CTX_set_params().
|
||||
All these parameters can be set with EVP_MAC_set_ctx_params().
|
||||
Furthermore, the "size" parameter can be retrieved with
|
||||
EVP_MAC_CTX_get_params(), or with EVP_MAC_size().
|
||||
EVP_MAC_get_ctx_params(), or with EVP_MAC_size().
|
||||
The length of the "size" parameter should not exceed that of a B<size_t>.
|
||||
|
||||
=over 4
|
||||
@@ -50,7 +50,7 @@ the input stream is set to zero.
|
||||
|
||||
=head1 SEE ALSO
|
||||
|
||||
L<EVP_MAC_CTX_get_params(3)>, L<EVP_MAC_CTX_set_params(3)>,
|
||||
L<EVP_MAC_get_ctx_params(3)>, L<EVP_MAC_set_ctx_params(3)>,
|
||||
L<EVP_MAC(3)/PARAMETERS>, L<OSSL_PARAM(3)>
|
||||
|
||||
=head1 COPYRIGHT
|
||||
|
||||
Reference in New Issue
Block a user