=pod =head1 NAME EVP_SIGNATURE-HMAC, EVP_SIGNATURE-SIPHASH, EVP_SIGNATURE-POLY1305, EVP_SIGNATURE-CMAC - The legacy B MAC signature implementations =head1 DESCRIPTION The algorithms described here have legacy support for creating MACs using L and related functions. This is not the preferred way of creating MACs. Instead you should use the newer L functions. This mechanism is provided for backwards compatibility with older versions of OpenSSL. There are no parameters supported by the legacy EVP_PKEY MAC signature algorithms. See L, L, L or L for details about parameters that are supported during the creation of an EVP_PKEY. =head1 SEE ALSO L, L, L, L, L, L, L, =head1 COPYRIGHT Copyright 2020 The OpenSSL Project Authors. All Rights Reserved. Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy in the file LICENSE in the source distribution or at L. =cut