1#
2# Copyright 2001-2021 The OpenSSL Project Authors. All Rights Reserved.
3#
4# Licensed under the Apache License 2.0 (the "License").  You may not use
5# this file except in compliance with the License.  You can obtain a copy
6# in the file LICENSE in the source distribution or at
7# https://www.openssl.org/source/license.html
8
9# Tests start with one of these keywords
10#       Cipher Decrypt Derive Digest Encoding KDF MAC PBE
11#       PrivPubKeyPair Sign Verify VerifyRecover
12# and continue until a blank line. Lines starting with a pound sign are ignored.
13# The keyword Availablein must appear before the test name if needed.
14
15Title = CMAC tests (from FIPS module)
16
17MAC = CMAC
18Algorithm = DES-EDE3-CBC
19Key = 89BCD952A8C8AB371AF48AC7D07085D5EFF702E6D62CDC23
20Input = FA620C1BBE97319E9A0CF0492121F7A20EB08A6A709DCBD00AAF38E4F99E754E
21Output = 8F49A1B7D6AA2258
22
23MAC = CMAC by EVP_PKEY
24Algorithm = DES-EDE3-CBC
25Key = 89BCD952A8C8AB371AF48AC7D07085D5EFF702E6D62CDC23
26Input = FA620C1BBE97319E9A0CF0492121F7A20EB08A6A709DCBD00AAF38E4F99E754E
27Output = 8F49A1B7D6AA2258
28
29