Lines Matching +full:aes +full:- +full:cmac
1 /*-
2 * Copyright 2022-2023 The OpenSSL Project Authors. All Rights Reserved.
12 * a CMAC of static buffers
21 #include <openssl/cmac.h>
42 "The heart-ache, and the thousand natural shocks\n"
55 /* The known value of the CMAC/AES256 MAC of the above soliloqy */
75 char cipher_name[] = "AES-256-CBC"; in main()
83 /* Fetch the CMAC implementation */ in main()
84 mac = EVP_MAC_fetch(library_context, "CMAC", propq); in main()
90 /* Create a context for the CMAC operation */ in main()
102 /* Initialise the CMAC operation */ in main()