evpmac_cmac_des.txt 1.0 KB

12345678910111213141516171819202122232425262728
  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. # Tests start with one of these keywords
  9. # Cipher Decrypt Derive Digest Encoding KDF MAC PBE
  10. # PrivPubKeyPair Sign Verify VerifyRecover
  11. # and continue until a blank line. Lines starting with a pound sign are ignored.
  12. # The keyword Availablein must appear before the test name if needed.
  13. Title = CMAC tests (from FIPS module)
  14. MAC = CMAC
  15. Algorithm = DES-EDE3-CBC
  16. Key = 89BCD952A8C8AB371AF48AC7D07085D5EFF702E6D62CDC23
  17. Input = FA620C1BBE97319E9A0CF0492121F7A20EB08A6A709DCBD00AAF38E4F99E754E
  18. Output = 8F49A1B7D6AA2258
  19. MAC = CMAC by EVP_PKEY
  20. Algorithm = DES-EDE3-CBC
  21. Key = 89BCD952A8C8AB371AF48AC7D07085D5EFF702E6D62CDC23
  22. Input = FA620C1BBE97319E9A0CF0492121F7A20EB08A6A709DCBD00AAF38E4F99E754E
  23. Output = 8F49A1B7D6AA2258