summaryrefslogtreecommitdiffstats
path: root/doc/man7/EVP_MAC-Siphash.pod
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2019-09-25 12:27:36 +0200
committerPauli <paul.dale@oracle.com>2019-09-25 23:10:41 +0200
commitf49a65d09c09b3309b711518664b8ee973ec4b96 (patch)
tree47569b9bffe04f1d15fb7656cfb1521292eaa1ac /doc/man7/EVP_MAC-Siphash.pod
parentUse OSSL_PARAM types for KDF documentation (diff)
downloadopenssl-f49a65d09c09b3309b711518664b8ee973ec4b96.tar.xz
openssl-f49a65d09c09b3309b711518664b8ee973ec4b96.zip
Use OSSL_PARAM types for MAC documentation
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10011)
Diffstat (limited to '')
-rw-r--r--doc/man7/EVP_MAC-Siphash.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/man7/EVP_MAC-Siphash.pod b/doc/man7/EVP_MAC-Siphash.pod
index f82a668851..7738cc0017 100644
--- a/doc/man7/EVP_MAC-Siphash.pod
+++ b/doc/man7/EVP_MAC-Siphash.pod
@@ -28,12 +28,13 @@ L<EVP_MAC(3)/PARAMETERS>.
All these parameters can be set with EVP_MAC_CTX_set_params().
Furthermore, the "size" parameter can be retrieved with
EVP_MAC_CTX_get_params(), or with EVP_MAC_size().
+The length of the "size" parameter should not exceed that of a B<size_t>.
=over 4
=item B<OSSL_MAC_PARAM_KEY> ("key") <octet string>
-=item B<OSSL_MAC_PARAM_SIZE> ("size") <size_t>
+=item B<OSSL_MAC_PARAM_SIZE> ("size") <unsigned integer>
=back