mprivkey.inc 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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 Member private key
  21. * Group : grpX
  22. * Signer : member9
  23. */
  24. //unsigned char mprivkey_dat[] = {
  25. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  26. 0x00, 0x00, 0x00, 0x00, 0x7f, 0xff, 0xff, 0xee,
  27. 0xaf, 0x49, 0xd9, 0xba, 0x72, 0x81, 0xa7, 0x2f,
  28. 0xcc, 0x5a, 0xe3, 0x13, 0xed, 0x5c, 0xf2, 0x5b,
  29. 0xf9, 0x56, 0x23, 0x39, 0x4b, 0xc2, 0xf6, 0x29,
  30. 0xb7, 0x14, 0x61, 0x4c, 0x4e, 0x46, 0x9c, 0x35,
  31. 0xae, 0x8d, 0xc4, 0x20, 0xb1, 0x9a, 0x2f, 0x21,
  32. 0x66, 0xae, 0x93, 0xd9, 0xe3, 0xfb, 0x65, 0xd6,
  33. 0xbf, 0x3c, 0x97, 0x59, 0x43, 0x37, 0x51, 0x5e,
  34. 0x94, 0x9f, 0xb7, 0xcd, 0x49, 0x71, 0xee, 0xef,
  35. 0x92, 0x9c, 0xdc, 0xfc, 0x54, 0x9d, 0xa5, 0x42,
  36. 0x51, 0x5e, 0xec, 0x41, 0x1a, 0x4c, 0xb7, 0xf1,
  37. 0x5f, 0x34, 0x8d, 0x3a, 0x4c, 0x75, 0x0e, 0xc9,
  38. 0x3f, 0xc6, 0x46, 0x08, 0x8d, 0xbb, 0xbf, 0xe1,
  39. 0xc1, 0xb0, 0xb5, 0x16, 0x13, 0xaa, 0x45, 0x66,
  40. 0xaa, 0x57, 0x3f, 0x96, 0x0f, 0x54, 0x62, 0xd9,
  41. 0x90, 0x13, 0x5e, 0x5b, 0xdd, 0x2a, 0xb1, 0xfd,
  42. 0x51, 0xef, 0x85, 0xa9, 0x8b, 0xf8, 0x3d, 0x78
  43. //};
  44. //unsigned int mprivkey_dat_len = 144;