123456789101112131415161718192021222324252627282930313233343536 |
- /*############################################################################
- # 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 compressed private key
- * Group : grpY
- * Signer : member9
- */
- //unsigned char cmpprivkey_dat[] = {
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x00, 0x00, 0x00, 0x7f, 0xff, 0xff, 0xff,
- 0x27, 0x8d, 0x99, 0x27, 0x35, 0x78, 0x6d, 0xf6,
- 0x24, 0xdc, 0x18, 0x4d, 0xc0, 0xd5, 0x2c, 0xde,
- 0x0d, 0xb1, 0x2c, 0x26, 0x6f, 0x02, 0xae, 0x41,
- 0x80, 0xc2, 0xab, 0x2a, 0xa9, 0xd8, 0x3a, 0xbc,
- 0x1d, 0x41, 0xca, 0x59, 0x4f, 0x40, 0xfe, 0x20,
- 0x59, 0x1e, 0xdb, 0x28, 0x5a, 0x23, 0x6b, 0xce,
- 0x21, 0x27, 0x66, 0xa2, 0x05, 0x97, 0xb7, 0x8d,
- 0x27, 0xd8, 0x9d, 0xca, 0x37, 0x7d, 0x77, 0x30
- //};
- //unsigned int cmpprivkey_dat_len = 80;
|