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 : member1
- */
- //unsigned char mprivkey_dat[] = {
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x00, 0x00, 0x00, 0x7f, 0xff, 0xff, 0xee,
- 0x14, 0x26, 0x0f, 0x4c, 0x15, 0xb6, 0xea, 0x44,
- 0x5f, 0x3c, 0x01, 0xc2, 0xad, 0xe7, 0x00, 0x63,
- 0x41, 0xa8, 0xff, 0xa3, 0x7a, 0x10, 0x00, 0x80,
- 0xdf, 0xb0, 0x9c, 0x1e, 0x77, 0x19, 0x72, 0x6e,
- 0x47, 0x4e, 0x27, 0x8c, 0xfb, 0x1d, 0x86, 0xf7,
- 0x03, 0x85, 0x27, 0x93, 0xac, 0x0a, 0xbe, 0x94,
- 0x24, 0x79, 0x23, 0x21, 0x0a, 0x80, 0xac, 0x00,
- 0xdd, 0x78, 0xd8, 0x68, 0xb4, 0xf4, 0x81, 0x6c,
- 0x0c, 0x89, 0x68, 0x9d, 0x6b, 0x0a, 0x77, 0x6c,
- 0x7a, 0xdb, 0x96, 0xea, 0xaa, 0x8a, 0x47, 0xd2,
- 0x59, 0xc6, 0x98, 0xde, 0x47, 0xb2, 0xc7, 0xab,
- 0xf0, 0xb4, 0xac, 0x1c, 0x58, 0xe7, 0x20, 0x1f,
- 0x5b, 0xcc, 0xd0, 0xef, 0x05, 0x3c, 0x02, 0x94,
- 0xee, 0xaf, 0x1e, 0x12, 0x90, 0xd9, 0xc6, 0x05,
- 0x36, 0x75, 0xc7, 0x46, 0x3c, 0x6c, 0x19, 0xaf,
- 0xbe, 0xe7, 0x43, 0x88, 0x6c, 0x08, 0xa2, 0xb5
- //};
- //unsigned int mprivkey_dat_len = 144;
|