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