Files
external_libcamera/meson_generated/src/libcamera/ipa_pub_key.cpp

59 lines
2.2 KiB
C++

/* SPDX-License-Identifier: LGPL-2.1-or-later */
/*
* Copyright (C) 2020, Laurent Pinchart <laurent.pinchart@ideasonboard.com>
*
* IPA module signing public key
*
* This file is auto-generated. Do not edit.
*/
#include "libcamera/internal/ipa_manager.h"
namespace libcamera {
#if HAVE_IPA_PUBKEY
const uint8_t IPAManager::publicKeyData_[] = {
0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09,
0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01,
0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00,
0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01,
0x00, 0xb2, 0x52, 0x0d, 0x72, 0xd0, 0xd1, 0xdd,
0x52, 0x55, 0xfe, 0x69, 0x6e, 0x08, 0x3b, 0x67,
0x4c, 0x52, 0xb4, 0x69, 0x8b, 0x4c, 0x68, 0xac,
0x84, 0xc9, 0xa7, 0x94, 0xf4, 0xfe, 0x1e, 0xe5,
0x56, 0x30, 0xad, 0x9e, 0x72, 0xd6, 0x7c, 0x45,
0x1b, 0x96, 0x21, 0xa7, 0xae, 0x64, 0x73, 0x05,
0x3b, 0x5d, 0x7c, 0x9a, 0x5f, 0xab, 0x8c, 0xca,
0x04, 0x65, 0x6b, 0xe2, 0xe2, 0x57, 0x39, 0xec,
0x54, 0xde, 0x46, 0x0f, 0x29, 0x64, 0xa1, 0x2d,
0xe4, 0xcf, 0x34, 0x85, 0x79, 0xc4, 0xe6, 0x4b,
0x2e, 0x8e, 0x30, 0x97, 0x48, 0x9d, 0xef, 0x05,
0xe1, 0x52, 0x3d, 0x76, 0x19, 0xc4, 0xd0, 0xfb,
0x26, 0xe7, 0xc2, 0x6f, 0xbf, 0xa9, 0xd7, 0x7a,
0x78, 0x19, 0x76, 0xd9, 0xa9, 0x5d, 0x89, 0xcf,
0x7e, 0x1c, 0xc1, 0xfb, 0x08, 0x7e, 0x65, 0xee,
0xa5, 0xfe, 0x24, 0x08, 0xab, 0xb4, 0x56, 0x55,
0x47, 0x64, 0x7e, 0xea, 0xd1, 0xba, 0x1e, 0xb8,
0x7d, 0x9e, 0x8f, 0xa3, 0x1c, 0xd1, 0x01, 0xd7,
0x59, 0xfd, 0x7d, 0x05, 0x22, 0x05, 0x6b, 0x22,
0x22, 0xa4, 0x8a, 0x52, 0xd1, 0xe9, 0x45, 0xa8,
0xbf, 0xf2, 0xab, 0x0a, 0x4f, 0xed, 0x28, 0x19,
0xdf, 0xb7, 0x64, 0x59, 0x44, 0x8b, 0xb4, 0x82,
0x8d, 0xc7, 0xd3, 0x28, 0xd3, 0x42, 0x3d, 0x86,
0xd7, 0xb5, 0x65, 0x04, 0xf0, 0x3a, 0x1a, 0x63,
0x3f, 0x4a, 0x40, 0xf6, 0x02, 0xd6, 0xcf, 0x9f,
0x53, 0x91, 0x1f, 0xd2, 0x4c, 0xab, 0xee, 0xce,
0xd5, 0xf6, 0xcf, 0x3f, 0x02, 0xac, 0x69, 0x79,
0x82, 0x02, 0x53, 0x54, 0xa8, 0x7b, 0x7f, 0xe6,
0xfe, 0x1d, 0x8d, 0xfb, 0x4e, 0x51, 0x8b, 0x14,
0xb9, 0x21, 0xa7, 0x35, 0xa4, 0xff, 0x2e, 0x6b,
0x3d, 0xd8, 0xd3, 0x92, 0x16, 0x81, 0x3f, 0xd4,
0x6d, 0x6d, 0x47, 0x6e, 0xa7, 0x43, 0xda, 0x19,
0xc5, 0x02, 0x03, 0x01, 0x00, 0x01
};
const PubKey IPAManager::pubKey_{ { IPAManager::publicKeyData_ } };
#endif
} /* namespace libcamera */