aboutsummaryrefslogtreecommitdiff
path: root/components/service/crypto/provider/serializer/packed-c/packedc_crypto_provider_serializer.h
blob: 2fdac43f767810c47214568684a1d6fb546e6557 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
 * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef PACKEDC_CRYPTO_PROVIDER_SERIALIZER_H
#define PACKEDC_CRYPTO_PROVIDER_SERIALIZER_H

#include <service/crypto/provider/serializer/crypto_provider_serializer.h>

#ifdef __cplusplus
extern "C" {
#endif

/* Singleton method to provide access to the packed-c serializer
 * for the crypto service provider.
 */
const struct crypto_provider_serializer *packedc_crypto_provider_serializer_instance(void);

#ifdef __cplusplus
} /* extern "C" */
#endif

#endif /* PACKEDC_CRYPTO_PROVIDER_SERIALIZER_H */