=pod =head1 NAME EVP_MAC_HMAC - The HMAC EVP_MAC implementation =head1 DESCRIPTION Support for computing HMAC MACs through the B API. =head2 Numeric identity B is the numeric identity for this implementation, and can be used in functions like EVP_MAC_CTX_new_id() and EVP_get_macbynid(). =head2 Supported controls The supported controls are: =over 4 =item B EVP_MAC_ctrl_str() takes two type strings for this control: =over 4 =item "key" The value string is used as is. =item "hexkey" The value string is expected to be a hexadecimal number, which will be decoded before passing on as control value. =back =item B Sets HMAC flags. This is passed directly to HMAC_CTX_set_flags(). There are no corresponding string control types. =item B =item B These work as described in L. EVP_MAC_ctrl_str() type string for B: "digest" The value is expected to be the name of a cipher. =back =head1 SEE ALSO L, L =head1 COPYRIGHT Copyright 2018 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