1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- /*############################################################################
- # Copyright 2016 Intel Corporation
- #
- # Licensed under the Apache License, Version 2.0 (the "License");
- # you may not use this file except in compliance with the License.
- # You may obtain a copy of the License at
- #
- # http://www.apache.org/licenses/LICENSE-2.0
- #
- # Unless required by applicable law or agreed to in writing, software
- # distributed under the License is distributed on an "AS IS" BASIS,
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- # See the License for the specific language governing permissions and
- # limitations under the License.
- ############################################################################*/
- /*!
- * \file
- * \brief Test data.
- *
- * Type : Intel(R) EPID 2.0 Member private key
- * Group : grpX
- * Signer : member9
- */
- //unsigned char mprivkey_dat[] = {
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x00, 0x00, 0x00, 0x7f, 0xff, 0xff, 0xee,
- 0xaf, 0x49, 0xd9, 0xba, 0x72, 0x81, 0xa7, 0x2f,
- 0xcc, 0x5a, 0xe3, 0x13, 0xed, 0x5c, 0xf2, 0x5b,
- 0xf9, 0x56, 0x23, 0x39, 0x4b, 0xc2, 0xf6, 0x29,
- 0xb7, 0x14, 0x61, 0x4c, 0x4e, 0x46, 0x9c, 0x35,
- 0xae, 0x8d, 0xc4, 0x20, 0xb1, 0x9a, 0x2f, 0x21,
- 0x66, 0xae, 0x93, 0xd9, 0xe3, 0xfb, 0x65, 0xd6,
- 0xbf, 0x3c, 0x97, 0x59, 0x43, 0x37, 0x51, 0x5e,
- 0x94, 0x9f, 0xb7, 0xcd, 0x49, 0x71, 0xee, 0xef,
- 0x92, 0x9c, 0xdc, 0xfc, 0x54, 0x9d, 0xa5, 0x42,
- 0x51, 0x5e, 0xec, 0x41, 0x1a, 0x4c, 0xb7, 0xf1,
- 0x5f, 0x34, 0x8d, 0x3a, 0x4c, 0x75, 0x0e, 0xc9,
- 0x3f, 0xc6, 0x46, 0x08, 0x8d, 0xbb, 0xbf, 0xe1,
- 0xc1, 0xb0, 0xb5, 0x16, 0x13, 0xaa, 0x45, 0x66,
- 0xaa, 0x57, 0x3f, 0x96, 0x0f, 0x54, 0x62, 0xd9,
- 0x90, 0x13, 0x5e, 0x5b, 0xdd, 0x2a, 0xb1, 0xfd,
- 0x51, 0xef, 0x85, 0xa9, 0x8b, 0xf8, 0x3d, 0x78
- //};
- //unsigned int mprivkey_dat_len = 144;
|