pubkey.inc 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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 group public key
  21. * Group : grpX
  22. */
  23. //unsigned char pubkey_dat[] = {
  24. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  25. 0x00, 0x00, 0x00, 0x00, 0x7f, 0xff, 0xff, 0xee,
  26. 0x3d, 0x4b, 0x62, 0xf9, 0xf9, 0x1a, 0x0f, 0xb1,
  27. 0x58, 0x7b, 0x0e, 0x42, 0x0c, 0xba, 0x94, 0x10,
  28. 0xb4, 0x4e, 0x75, 0x33, 0x37, 0x24, 0xc0, 0xd0,
  29. 0x9e, 0xf6, 0xb8, 0xe6, 0x8b, 0x69, 0xaa, 0xb1,
  30. 0x29, 0x8f, 0x2a, 0xc3, 0xd9, 0x1d, 0x50, 0x4d,
  31. 0xa3, 0x75, 0x20, 0x07, 0x1a, 0xa1, 0x7b, 0x2f,
  32. 0xad, 0x72, 0x47, 0xff, 0x46, 0x8e, 0x69, 0xb2,
  33. 0x05, 0x9e, 0xda, 0x68, 0xca, 0xc7, 0x81, 0x4c,
  34. 0x48, 0x7a, 0x66, 0x7d, 0x9f, 0x52, 0xb3, 0x45,
  35. 0x59, 0x5e, 0xde, 0x15, 0xdc, 0x29, 0xea, 0x7e,
  36. 0x0e, 0xbf, 0x5e, 0xf3, 0xd0, 0x7b, 0xf1, 0x79,
  37. 0x00, 0x1a, 0xcb, 0xd2, 0x56, 0xdc, 0x6f, 0xb1,
  38. 0x50, 0xe8, 0xa8, 0x37, 0x22, 0x44, 0xa5, 0x6b,
  39. 0x8f, 0x11, 0x92, 0xe5, 0x02, 0xd4, 0x9f, 0x89,
  40. 0x4f, 0x97, 0x3a, 0x46, 0x5a, 0xe7, 0x00, 0xf3,
  41. 0xbf, 0xf2, 0x47, 0x28, 0xa5, 0xf9, 0x07, 0xf5,
  42. 0xb0, 0x63, 0x98, 0x76, 0x04, 0xcf, 0x85, 0xd9,
  43. 0xad, 0xf2, 0x02, 0x0c, 0x13, 0x2c, 0x45, 0x10,
  44. 0x5b, 0xcb, 0xa8, 0x76, 0xde, 0x1e, 0xe6, 0x92,
  45. 0x06, 0x91, 0x49, 0xc2, 0x1a, 0xe8, 0x80, 0x90,
  46. 0x46, 0x20, 0xd0, 0xd6, 0x73, 0xae, 0x29, 0x02,
  47. 0xc2, 0x3f, 0x85, 0x13, 0x1a, 0x66, 0xae, 0xc1,
  48. 0x61, 0x52, 0x62, 0xbf, 0x70, 0x1b, 0x1b, 0x52,
  49. 0xde, 0x76, 0x8c, 0x9b, 0x35, 0x42, 0xa8, 0x19,
  50. 0x32, 0x6c, 0xa2, 0x9b, 0x44, 0x24, 0x96, 0x1e,
  51. 0x48, 0x68, 0xc8, 0x83, 0x16, 0xfb, 0xc3, 0xf6,
  52. 0xed, 0x73, 0x94, 0xd9, 0xd4, 0x60, 0x63, 0xc0,
  53. 0x2c, 0x44, 0x54, 0x36, 0x20, 0x38, 0x5b, 0x12,
  54. 0x23, 0x32, 0x63, 0x6d, 0x79, 0x40, 0xf0, 0x3c,
  55. 0x60, 0x35, 0xe9, 0xfe, 0xa3, 0xb3, 0xad, 0xe7,
  56. 0xfa, 0x9c, 0xf1, 0xd7, 0x98, 0xfe, 0x28, 0x9e,
  57. 0xc1, 0x81, 0xe7, 0x51, 0xce, 0x07, 0xbc, 0xc5
  58. //};
  59. //unsigned int pubkey_dat_len = 272;