CMAC_Init
OSSL_DEPRECATEDIN_3_0 int CMAC_Init(CMAC_CTX *ctx,
return CMAC_Init(macctx->ctx, NULL, 0, NULL, NULL);
|| !TEST_false(CMAC_Init(ctx, NULL, 0, NULL, NULL))
|| !TEST_true(CMAC_Init(ctx, NULL, 0, EVP_aes_128_cbc(), NULL))
|| !TEST_true(CMAC_Init(ctx, test[0].key, test[0].key_len, NULL, NULL))
|| !TEST_false(CMAC_Init(ctx, xtskey, sizeof(xtskey), EVP_aes_128_xts(),
if (!TEST_true(CMAC_Init(ctx, test[0].key, test[0].key_len,
if (!TEST_true(CMAC_Init(ctx, test[1].key, test[1].key_len,
if (!TEST_true(CMAC_Init(ctx, test[2].key, test[2].key_len, NULL, NULL))
if (!TEST_true(CMAC_Init(ctx, NULL, 0, NULL, NULL))
if (!TEST_true(CMAC_Init(ctx, NULL, 0, EVP_aes_256_cbc(), NULL))
|| !TEST_true(CMAC_Init(ctx, test[2].key, test[2].key_len, NULL, NULL))
if (!TEST_true(CMAC_Init(ctx, test[3].key, test[3].key_len,
if (!TEST_true(CMAC_Init(ctx, test[4].key, test[4].key_len,
if (!TEST_true(CMAC_Init(ctx, test[5].key, test[5].key_len,
if (!TEST_true(CMAC_Init(ctx, test[6].key, test[6].key_len,
if (!TEST_true(CMAC_Init(ctx, test[7].key, test[7].key_len,
if (!TEST_true(CMAC_Init(ctx, test[0].key, test[0].key_len,