blob: ec35f244431289bfea501bf7c650e5a602563eb0 [file] [log] [blame]
Imre Kis6d867d82023-07-04 13:29:33 +02001/*
2 * Copyright (c) 2023, Arm Limited and Contributors. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef CRYPTO_UUID_H
8#define CRYPTO_UUID_H
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
14#define TS_PSA_CRYPTO_SERVICE_UUID \
15{ 0xd9, 0xdf, 0x52, 0xd5, 0x16, 0xa2, 0x4b, 0xb2, 0x9a, 0xa4, 0xd2, 0x6d, 0x3b, 0x84, 0xe8, 0xc0 }
16
17#define TS_PSA_CRYPTO_PROTOBUF_SERVICE_UUID \
18{ 0x6b, 0xa9, 0xde, 0x75, 0x39, 0x3e, 0x4c, 0x7f, 0xaa, 0xbb, 0x7f, 0x71, 0xcc, 0x6b, 0x14, 0x2e }
19
20#ifdef __cplusplus
21}
22#endif
23
24#endif /* CRYPTO_UUID_H */