Implement AES-GCM-SIV (RFC8452)
[openssl.git] / test / recipes / 30-test_evp_data / evpmac_cmac_des.txt
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
15 Title = CMAC tests (from FIPS module)
16
17 MAC = CMAC
18 Algorithm = DES-EDE3-CBC
19 Key = 89BCD952A8C8AB371AF48AC7D07085D5EFF702E6D62CDC23
20 Input = FA620C1BBE97319E9A0CF0492121F7A20EB08A6A709DCBD00AAF38E4F99E754E
21 Output = 8F49A1B7D6AA2258
22
23 MAC = CMAC by EVP_PKEY
24 Algorithm = DES-EDE3-CBC
25 Key = 89BCD952A8C8AB371AF48AC7D07085D5EFF702E6D62CDC23
26 Input = FA620C1BBE97319E9A0CF0492121F7A20EB08A6A709DCBD00AAF38E4F99E754E
27 Output = 8F49A1B7D6AA2258
28