Blame doc/functions/gnutls_hmac_copy

Packit Service 991b93
Packit Service 991b93
Packit Service 991b93
Packit Service 991b93
Packit Service 991b93
@deftypefun {gnutls_hmac_hd_t} {gnutls_hmac_copy} (gnutls_hmac_hd_t @var{handle})
Packit Service 991b93
@var{handle}: is a @code{gnutls_hmac_hd_t}  type
Packit Service 991b93
Packit Service 991b93
This function will create a copy of MAC context, containing all its current
Packit Service 991b93
state. Copying contexts for MACs registered using
Packit Service 991b93
@code{gnutls_crypto_register_mac()}  is not supported and will always result in an
Packit Service 991b93
error.
Packit Service 991b93
Packit Service 991b93
@strong{Returns:} new MAC context or NULL in case of an error.
Packit Service 991b93
Packit Service 991b93
@strong{Since:} 3.6.9
Packit Service 991b93
@end deftypefun