aboutsummaryrefslogtreecommitdiff
path: root/core/include/ta_pub_key.h
blob: a679ace504fc30259e9d1cee3b82188533a6193c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* SPDX-License-Identifier: BSD-2-Clause */
/*
 * Copyright (c) 2015, Linaro Limited
 * All rights reserved.
 */
#ifndef KERNEL_TA_PUB_KEY_H
#define KERNEL_TA_PUB_KEY_H

#include <types_ext.h>

extern const uint32_t ta_pub_key_exponent;
extern const uint8_t ta_pub_key_modulus[];
extern const size_t ta_pub_key_modulus_size;

#endif /*KERNEL_TA_PUB_KEY_H*/