Lines Matching +full:key +full:- +full:release
5 EVP_MAC-HMAC - The HMAC EVP_MAC implementation
34 =item "key" (B<OSSL_MAC_PARAM_KEY>) <octet string>
36 Sets the MAC key.
37 Setting this parameter is identical to passing a I<key> to L<EVP_MAC_init(3)>.
49 =item "digest-noinit" (B<OSSL_MAC_PARAM_DIGEST_NOINIT>) <integer>
54 This option is deprecated and will be removed in a future release.
57 =item "digest-oneshot" (B<OSSL_MAC_PARAM_DIGEST_ONESHOT>) <integer>
59 A flag to set the MAC digest to be a one-shot operation.
61 This option is deprecated and will be removed in a future release.
64 =item "tls-data-size" (B<OSSL_MAC_PARAM_TLS_DATA_SIZE>) <unsigned integer>
66 =item "key-check" (B<OSSL_MAC_PARAM_FIPS_KEY_CHECK>) <integer>
68 See L<provider-mac(7)/Mac Parameters>.
83 =item "block-size" (B<OSSL_MAC_PARAM_BLOCK_SIZE>) <unsigned integer>
85 Gets the MAC block size. The "block-size" parameter can also be retrieved with
88 =item "fips-indicator" (B<OSSL_KDF_PARAM_FIPS_APPROVED_INDICATOR>) <integer>
90 See L<provider-mac(7)/Mac Parameters>.
101 Copyright 2018-2024 The OpenSSL Project Authors. All Rights Reserved.