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 : member0
  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. 0x63, 0xd3, 0x48, 0x19, 0x93, 0x92, 0x3d, 0xfc,
  28. 0x78, 0xcc, 0x01, 0x3f, 0x2a, 0x29, 0x73, 0xd8,
  29. 0x1b, 0x9a, 0xbe, 0x70, 0x66, 0x71, 0xfa, 0x47,
  30. 0x66, 0xc5, 0xd4, 0xe5, 0x07, 0xcb, 0xe2, 0x51,
  31. 0x47, 0x4a, 0x06, 0x9a, 0x29, 0xeb, 0x99, 0x0e,
  32. 0x1b, 0x6b, 0x24, 0x88, 0x8f, 0x11, 0x4b, 0x9d,
  33. 0xb4, 0x82, 0xf6, 0x04, 0x79, 0xde, 0x9b, 0xe7,
  34. 0x83, 0x63, 0x27, 0x91, 0x46, 0xa8, 0x52, 0x27,
  35. 0xb2, 0xed, 0xf0, 0x3b, 0x61, 0x78, 0x50, 0x20,
  36. 0x61, 0x97, 0x3f, 0x4d, 0xba, 0x17, 0xfc, 0x50,
  37. 0x65, 0x0a, 0xff, 0xec, 0x64, 0x14, 0xa2, 0x53,
  38. 0xee, 0x2d, 0xff, 0xc9, 0x2d, 0xb3, 0xbe, 0xa0,
  39. 0xc4, 0x80, 0xd8, 0xd9, 0xfa, 0xa9, 0xb6, 0x1a,
  40. 0xa0, 0x24, 0xcc, 0xfa, 0x4f, 0x03, 0x37, 0xe2,
  41. 0xdf, 0xff, 0x35, 0x2e, 0x87, 0xd3, 0x3a, 0x2b,
  42. 0x58, 0x00, 0x54, 0x32, 0x8b, 0xe4, 0x83, 0xb5
  43. //};
  44. //unsigned int mprivkey_dat_len = 144;