From 36082a2fe36ecd800d784ae44c14f1f18c66a7e9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 09:33:12 +0200 Subject: Adding upstream version 3.7.9. Signed-off-by: Daniel Baumann --- doc/functions/gnutls_hash_copy | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/functions/gnutls_hash_copy (limited to 'doc/functions/gnutls_hash_copy') diff --git a/doc/functions/gnutls_hash_copy b/doc/functions/gnutls_hash_copy new file mode 100644 index 0000000..aac7d5d --- /dev/null +++ b/doc/functions/gnutls_hash_copy @@ -0,0 +1,18 @@ + + + + +@deftypefun {gnutls_hash_hd_t} {gnutls_hash_copy} (gnutls_hash_hd_t @var{handle}) +@var{handle}: is a @code{gnutls_hash_hd_t} type + +This function will create a copy of Message Digest context, containing all +its current state. Copying contexts for Message Digests registered using +@code{gnutls_crypto_register_digest()} is not supported and will always result in +an error. In addition to that, some of the Message Digest implementations do +not support this operation. Applications should check the return value and +provide a proper fallback. + +@strong{Returns:} new Message Digest context or NULL in case of an error. + +@strong{Since:} 3.6.9 +@end deftypefun -- cgit v1.2.3