• 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 1.1 private-key based revocation list
21 * Group   : grpX
22 */
23//unsigned char privrl_dat[] = {
24  // Group ID
25  0x00, 0x00, 0x00, 0x7b,
26  // RLver
27  0x00, 0x00, 0x00, 0x01,
28  // n1
29  0x00, 0x00, 0x00, 0x01,
30  // f[1]
31  0x00, 0x00, 0x3f, 0x47, 0x7d, 0x79, 0x63, 0x82,
32  0x72, 0x64, 0x0e, 0x44, 0xd4, 0x1a, 0x05, 0xae, 0xf0, 0x04, 0x15, 0x15,
33  0xc7, 0x3f, 0x31, 0xdf, 0x1e, 0x57, 0x5b, 0x59, 0xcb, 0x85, 0xd4, 0xbd,
34//};
35//unsigned int privrl_dat_len = 44;
36