Lines Matching +full:block +full:- +full:fetch
5 EVP_MAC-HMAC - The HMAC EVP_MAC implementation
45 Sets the properties to be queried when trying to fetch the underlying digest.
49 =item "digest-noinit" (B<OSSL_MAC_PARAM_DIGEST_NOINIT>) <integer>
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.
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.