• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 private-key based revocation list
21 * Group   : grpX
22 */
23//unsigned char privrl_dat[] = {
24  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
25  0x00, 0x00, 0x00, 0x00, 0x7f, 0xff, 0xff, 0xee,
26  0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x03,
27  0xb1, 0x58, 0x6e, 0x93, 0x42, 0x67, 0x51, 0xfb,
28  0x1b, 0x42, 0x4f, 0x0b, 0xe5, 0x11, 0x44, 0x6b,
29  0xdd, 0x8b, 0xe8, 0xe9, 0x44, 0x09, 0x70, 0x6a,
30  0xab, 0xaf, 0x54, 0xd8, 0x4a, 0xd3, 0x3d, 0x7c,
31  0xfb, 0x9c, 0x7f, 0x54, 0x34, 0xba, 0xc2, 0xdb,
32  0x2b, 0xec, 0xca, 0x08, 0xf8, 0x19, 0x3f, 0x79,
33  0xee, 0x02, 0x01, 0x1f, 0x7c, 0x6a, 0x3a, 0xdb,
34  0x6b, 0x42, 0x31, 0xc7, 0x09, 0x4e, 0xb0, 0x1b,
35  0x8d, 0xa3, 0xbf, 0xfa, 0xd1, 0x1d, 0x03, 0x29,
36  0x17, 0xca, 0xcd, 0x01, 0xda, 0x76, 0x49, 0x3b,
37  0x97, 0xc9, 0xd3, 0xf5, 0x13, 0x75, 0xbe, 0x70,
38  0xc4, 0x24, 0x43, 0xff, 0xaa, 0x44, 0x67, 0xba
39//};
40//unsigned int privrl_dat_len = 120;
41