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 compressed private key 21 * Group : grpX 22 * Signer : member9 23 */ 24 //unsigned char cmpprivkey_dat[] = { 25 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 26 0x00, 0x00, 0x00, 0x00, 0x7f, 0xff, 0xff, 0xee, 27 0xaf, 0x49, 0xd9, 0xba, 0x72, 0x81, 0xa7, 0x2f, 28 0xcc, 0x5a, 0xe3, 0x13, 0xed, 0x5c, 0xf2, 0x5b, 29 0xf9, 0x56, 0x23, 0x39, 0x4b, 0xc2, 0xf6, 0x29, 30 0xb7, 0x14, 0x61, 0x4c, 0x4e, 0x46, 0x9c, 0x35, 31 0xaf, 0x5a, 0x70, 0xdd, 0x2d, 0x06, 0x13, 0x55, 32 0xc9, 0x70, 0xb6, 0xa9, 0x90, 0xd6, 0x2f, 0x98, 33 0x69, 0x92, 0x82, 0x7c, 0x44, 0x77, 0x81, 0x9e, 34 0xe9, 0x35, 0x57, 0x87, 0x5b, 0x3a, 0xd3, 0xbf 35 //}; 36 //unsigned int cmpprivkey_dat_len = 80; 37