cmpprivkey.inc 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. /*############################################################################
  2. # Copyright 2016 Intel Corporation
  3. #
  4. # Licensed under the Apache License, Version 2.0 (the "License");
  5. # you may not use this file except in compliance with the License.
  6. # You may obtain a copy of the License at
  7. #
  8. # http://www.apache.org/licenses/LICENSE-2.0
  9. #
  10. # Unless required by applicable law or agreed to in writing, software
  11. # distributed under the License is distributed on an "AS IS" BASIS,
  12. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. # See the License for the specific language governing permissions and
  14. # limitations under the License.
  15. ############################################################################*/
  16. /*!
  17. * \file
  18. * \brief Test data.
  19. *
  20. * Type : Intel(R) EPID 2.0 compressed private key
  21. * Group : grpY
  22. * Signer : member9
  23. */
  24. //unsigned char cmpprivkey_dat[] = {
  25. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  26. 0x00, 0x00, 0x00, 0x00, 0x7f, 0xff, 0xff, 0xff,
  27. 0x27, 0x8d, 0x99, 0x27, 0x35, 0x78, 0x6d, 0xf6,
  28. 0x24, 0xdc, 0x18, 0x4d, 0xc0, 0xd5, 0x2c, 0xde,
  29. 0x0d, 0xb1, 0x2c, 0x26, 0x6f, 0x02, 0xae, 0x41,
  30. 0x80, 0xc2, 0xab, 0x2a, 0xa9, 0xd8, 0x3a, 0xbc,
  31. 0x1d, 0x41, 0xca, 0x59, 0x4f, 0x40, 0xfe, 0x20,
  32. 0x59, 0x1e, 0xdb, 0x28, 0x5a, 0x23, 0x6b, 0xce,
  33. 0x21, 0x27, 0x66, 0xa2, 0x05, 0x97, 0xb7, 0x8d,
  34. 0x27, 0xd8, 0x9d, 0xca, 0x37, 0x7d, 0x77, 0x30
  35. //};
  36. //unsigned int cmpprivkey_dat_len = 80;