12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- /*############################################################################
- # 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 1.1 private-key based revocation list
- * Group : grpX
- */
- //unsigned char privrl_dat[] = {
- // Group ID
- 0x00, 0x00, 0x00, 0x7b,
- // RLver
- 0x00, 0x00, 0x00, 0x03,
- // n1
- 0x00, 0x00, 0x00, 0x03,
- // f[1]
- 0x00, 0x00, 0x3f, 0x47, 0x7d, 0x79, 0x63, 0x82,
- 0x72, 0x64, 0x0e, 0x44, 0xd4, 0x1a, 0x05, 0xae, 0xf0, 0x04, 0x15, 0x15,
- 0xc7, 0x3f, 0x31, 0xdf, 0x1e, 0x57, 0x5b, 0x59, 0xcb, 0x85, 0xd4, 0xbd,
- // f[2]
- 0x00, 0x00, 0x47, 0xe5, 0xea, 0x2e, 0x35, 0x1c,
- 0x6e, 0xcb, 0x99, 0xfc, 0xa6, 0x30, 0xd2, 0xf4, 0x31, 0x38, 0xc3, 0x6e,
- 0x28, 0xee, 0xfb, 0x02, 0x5a, 0x33, 0xc1, 0xe7, 0xf7, 0x5c, 0xb4, 0xcf,
- // f[3]
- 0x00, 0x00, 0x06, 0x77, 0x9f, 0xc2, 0xf7, 0x86,
- 0x3e, 0x45, 0x56, 0xfe, 0x8b, 0xd1, 0x03, 0x5a, 0x0d, 0xe5, 0xc5, 0x24,
- 0x11, 0x4b, 0x22, 0x29, 0x04, 0x48, 0xa5, 0x7b, 0x09, 0xc9, 0x61, 0xcc,
- //};
- // unsigned int privrl_dat_len = 108;
|