blob: 3f08fa77b7f8db3517ce9fffbaaccc48573f9fda [file] [log] [blame]
Antonio de Angelis8908f472018-08-31 15:44:25 +01001/*
Antonio de Angelis377a1552018-11-22 17:02:40 +00002 * Copyright (c) 2018-2019, Arm Limited. All rights reserved.
Antonio de Angelis8908f472018-08-31 15:44:25 +01003 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 *
6 */
Antonio de Angelis8908f472018-08-31 15:44:25 +01007/**
Jamie Foxcc31d402019-01-28 17:13:52 +00008 * \file psa/crypto_extra.h
Antonio de Angelis8908f472018-08-31 15:44:25 +01009 *
10 * \brief PSA cryptography module: vendor extensions
Antonio de Angelis377a1552018-11-22 17:02:40 +000011 *
12 * \note This file may not be included directly. Applications must
Jamie Foxcc31d402019-01-28 17:13:52 +000013 * include psa/crypto.h.
Antonio de Angelis377a1552018-11-22 17:02:40 +000014 *
15 * This file is reserved for vendor-specific definitions.
Antonio de Angelis8908f472018-08-31 15:44:25 +010016 */
17
Antonio de Angelis377a1552018-11-22 17:02:40 +000018/**
Jamie Fox0e54ebc2019-04-09 14:21:04 +010019 * \note This implementation currently doesn't provide support to any
20 * vendor-specific extension or definition, so this header file
21 * is empty.
Antonio de Angelis377a1552018-11-22 17:02:40 +000022 */
23
24#ifndef PSA_CRYPTO_EXTRA_H
25#define PSA_CRYPTO_EXTRA_H
Antonio de Angelis8908f472018-08-31 15:44:25 +010026
27#ifdef __cplusplus
28extern "C" {
29#endif
30
Antonio de Angelis8908f472018-08-31 15:44:25 +010031#ifdef __cplusplus
32}
33#endif
34
Antonio de Angelis377a1552018-11-22 17:02:40 +000035#endif /* PSA_CRYPTO_EXTRA_H */