/* * Copyright (c) 2023, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef CRYPTO_UUID_H #define CRYPTO_UUID_H #ifdef __cplusplus extern "C" { #endif #define TS_PSA_CRYPTO_SERVICE_UUID \ { 0xd9, 0xdf, 0x52, 0xd5, 0x16, 0xa2, 0x4b, 0xb2, 0x9a, 0xa4, 0xd2, 0x6d, 0x3b, 0x84, 0xe8, 0xc0 } #define TS_PSA_CRYPTO_PROTOBUF_SERVICE_UUID \ { 0x6b, 0xa9, 0xde, 0x75, 0x39, 0x3e, 0x4c, 0x7f, 0xaa, 0xbb, 0x7f, 0x71, 0xcc, 0x6b, 0x14, 0x2e } #ifdef __cplusplus } #endif #endif /* CRYPTO_UUID_H */