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 : grpY
  22. */
  23. //unsigned char pubkey_dat[] = {
  24. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  25. 0x00, 0x00, 0x00, 0x00, 0x7f, 0xff, 0xff, 0xff,
  26. 0x8f, 0x23, 0xda, 0x77, 0xed, 0xda, 0x2f, 0x0b,
  27. 0x5b, 0xe8, 0x99, 0x6b, 0xf4, 0x52, 0x09, 0x5b,
  28. 0xf2, 0x00, 0x77, 0x4e, 0xea, 0x44, 0x58, 0x4e,
  29. 0x1c, 0x5c, 0xd6, 0x02, 0x77, 0xea, 0x99, 0x2f,
  30. 0x75, 0xef, 0x33, 0xd6, 0x83, 0xe0, 0xc4, 0xdb,
  31. 0x57, 0x48, 0x69, 0x27, 0xad, 0x69, 0xe5, 0x05,
  32. 0xef, 0xda, 0xaa, 0x0e, 0xef, 0x41, 0xc5, 0x09,
  33. 0xcd, 0x3e, 0x27, 0xb9, 0xce, 0x80, 0x28, 0xc9,
  34. 0x76, 0x9d, 0x10, 0x18, 0x26, 0xa3, 0x51, 0xe8,
  35. 0x3e, 0x3c, 0xb6, 0x29, 0xaa, 0x57, 0x84, 0x68,
  36. 0x2f, 0x75, 0xc8, 0x51, 0xd4, 0xab, 0xed, 0x76,
  37. 0x87, 0xb8, 0xbf, 0xf2, 0x14, 0x2f, 0xd2, 0x1e,
  38. 0x18, 0xc8, 0x6a, 0xe1, 0xf4, 0xaf, 0xec, 0x47,
  39. 0xe7, 0x00, 0xea, 0x18, 0x8e, 0xcf, 0x05, 0xdb,
  40. 0x46, 0x78, 0xf5, 0xd8, 0xe7, 0xa8, 0x08, 0x5c,
  41. 0xa1, 0xcb, 0x12, 0x14, 0x73, 0x74, 0x75, 0x35,
  42. 0x09, 0x3b, 0x39, 0x52, 0x02, 0xa1, 0xbf, 0xcf,
  43. 0x0b, 0xb0, 0x77, 0xc6, 0x9d, 0x3e, 0x50, 0x67,
  44. 0x7d, 0x36, 0x9a, 0xb6, 0x84, 0x62, 0xd4, 0x09,
  45. 0x6c, 0xef, 0xd7, 0x11, 0xce, 0x64, 0xf4, 0xe2,
  46. 0x79, 0x58, 0x3c, 0x7a, 0x96, 0x2a, 0x8f, 0xaa,
  47. 0x0f, 0xe1, 0x1a, 0xbd, 0x3a, 0x50, 0x1c, 0x29,
  48. 0x24, 0x0d, 0xe7, 0xfc, 0xb5, 0xf4, 0x02, 0xaf,
  49. 0x5e, 0xb0, 0xda, 0x52, 0x23, 0x40, 0x33, 0x2c,
  50. 0xcf, 0xf9, 0xda, 0xf7, 0x38, 0x9a, 0xd3, 0x0f,
  51. 0x69, 0x38, 0xec, 0x77, 0xd0, 0xe0, 0x30, 0x8a,
  52. 0x66, 0x03, 0x5c, 0xd0, 0x05, 0x03, 0x87, 0xe6,
  53. 0x5d, 0xef, 0x86, 0xe7, 0xf6, 0x8b, 0x04, 0xf8,
  54. 0x30, 0x28, 0x9d, 0x22, 0xe6, 0xee, 0x40, 0x48,
  55. 0x46, 0x5a, 0x2b, 0xff, 0xf2, 0xd4, 0x70, 0xf8,
  56. 0x7e, 0x91, 0xea, 0x51, 0xac, 0x0b, 0xbd, 0xfc,
  57. 0xe1, 0x91, 0xe1, 0x37, 0xb8, 0x11, 0xce, 0x6e
  58. //};
  59. //unsigned int pubkey_dat_len = 272;