Lines Matching +full:block +full:- +full:fetch
5 EVP_MAC-CMAC - The CMAC EVP_MAC implementation
46 Sets the properties to be queried when trying to fetch the underlying cipher.
50 =item "encrypt-check" (B<OSSL_CIPHER_PARAM_FIPS_ENCRYPT_CHECK>) <integer>
55 The default value of 1 causes an error when a unapproved Triple-DES encryption
58 "fips-indicator" to 0.
59 This option breaks FIPS compliance if it causes the approved "fips-indicator"
75 =item "block-size" (B<OSSL_MAC_PARAM_BLOCK_SIZE>) <unsigned integer>
77 Gets the MAC block size. The "block-size" parameter can also be retrieved with
80 =item "fips-indicator" (B<OSSL_CIPHER_PARAM_FIPS_APPROVED_INDICATOR>) <integer>
86 It may return 0 if the "encrypt-check" option is set to 0.
97 Copyright 2018-2024 The OpenSSL Project Authors. All Rights Reserved.